h1{
   font-size:40px!important
}

h2{
    font-size: 30px!important;
    line-height: 46px!important;
}

h2 u{
    font-size: 30px!important;
    line-height: 46px!important;
}

p{
    font-size: 18px!important;
}

li , span{
    font-size: 16px!important;
    line-height: 28px!important;
}

.font-sm {
 line-height:23px!important 
}

.box-newsletter.box-newsletter-2{
  background-size: auto 100%!important;
}

.list-ticks li {
  width: 100%!important;
}
  .robocrm-estimates-section {
    font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7f9fc;
    padding: 0px 0px;
    color: #0f172a;
    margin-top: 60px;
  }

  .robocrm-estimates-section .rc-container {
    max-width: 1120px;
    margin: 0 auto;
  }

 .perfex-landing {font-family:"Sarabun",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f7f9fc;color:#0f172a}
  .perfex-wrap{max-width:1120px;margin:0 auto;padding:64px 20px}
  .pf-badge{display:inline-block;padding:6px 14px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
  .pf-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}
  .pf-hero h1{font-size:36px;line-height:1.2;margin:14px 0}
  .pf-hero p{font-size:16px;color:#475569;line-height:1.9}
  .pf-cta{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}
  .btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer}
  .btn-primary{background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;box-shadow:0 10px 24px rgba(99,102,241,.25)}
  .btn-secondary{background:#fff;border-color:#e5e7eb;color:#0f172a}
  .pf-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 26px rgba(15,23,42,.04)}
  .pf-features{margin-top:50px}
  .pf-features h2{font-size:28px;margin-bottom:6px}
  .pf-sub{color:#64748b;margin-bottom:14px}
  .pf-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .pf-feature .title{display:flex;align-items:center;gap:8px;font-weight:700;margin-bottom:6px}
  .dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#22c55e,#0ea5e9)}
  .pf-feature p{font-size:14px;color:#4b5563;line-height:1.8}
  .pf-feature ul{margin:8px 0 0;padding-left:18px}
  .pf-two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;margin-top:40px}
  .pf-list li{display:flex;gap:10px;padding:10px 0;border-bottom:1px dashed #e5e7eb}
  .pf-icon{width:20px;height:20px;border-radius:6px;background:#ecfeff;color:#0284c7;display:inline-flex;align-items:center;justify-content:center;font-size:12px}
  .pf-metrics{display:flex;gap:14px;flex-wrap:wrap}
  .pf-metric{flex:1;min-width:150px;background:#0ea5e9;color:#fff;border-radius:16px;padding:16px 18px;position:relative;overflow:hidden}
  .pf-metric h4{margin:0;font-size:22px}
  .pf-metric span{opacity:.95;font-size:12px}
  .pf-integrations{margin-top:44px}
  .tag{display:inline-block;padding:6px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#334155;font-size:12px;margin:4px}
  .pf-pricing{margin-top:44px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .price h3{font-size:18px;margin:6px 0}
  .price .money{font-size:28px;font-weight:800;margin:8px 0}
  .price ul{padding-left:18px}
  .pf-faq{margin-top:50px}
  details{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;margin-bottom:10px}
  summary{font-weight:700;cursor:pointer}
  .pf-cta-wide{margin-top:50px;background:#111827;color:#f8fafc;border-radius:18px;padding:24px 26px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
  .pf-cta-wide p{margin:0;color:#e2e8f0}
  @media (max-width:991px){
    .pf-hero{grid-template-columns:1fr}
    .pf-grid-3,.pf-pricing{grid-template-columns:repeat(2,minmax(0,1fr))}
    .pf-two-col{grid-template-columns:1fr}
  }
  @media (max-width:768px){
    .pf-grid-3,.pf-pricing{grid-template-columns:1fr}
    .pf-wrap{padding:40px 16px}
    .pf-hero h1{font-size:28px}
  }

  .rc-estimates-grid {
    display: grid;
    grid-template-columns: 1.15fr 1.05fr; /* ซ้ายรูป ขวาเนื้อหา */
    gap: 28px;
    align-items: center;
    vertical-align : top
  }

  .rc-estimates-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #16a34a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .rc-estimates-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .rc-estimates-lead {
    font-size: 15px;
    color: #475569;
    line-height: 1.9;
    margin-bottom: 16px;
  }

  .rc-estimates-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
  }

  .rc-estimates-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
  }

  .rc-estimates-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #e0f2fe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0284c7;
    flex-shrink: 0;
  }

  .rc-estimates-item strong {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
  }

  .rc-estimates-item span {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
  }

  .rc-estimates-note {
    font-size: 14px;
    color: #9ca3af;
    margin-top: 6px;
  }

  .rc-estimates-shot {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .rc-estimates-shot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .rc-estimates-shot-caption {
    font-size: 12px;
    color: #64748b;
    padding: 10px 14px 12px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
  }

  @media (max-width: 991px) {
    .rc-estimates-grid {
      grid-template-columns: 1fr;
    }
        h1{
          font-size:35px!important
    }
  }

  @media (max-width: 768px) {
    .robocrm-estimates-section {
      padding: 40px 16px;
    }
    .rc-estimates-title {
      font-size: 24px;
    }
    h1{
          font-size:30px!important
    }
  }

  .robocrm-projects-section {
    font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7f9fc;
    padding: 0px 0px;
    color: #0f172a;
  }

  .robocrm-projects-section .rc-container {
    max-width: 1120px;
    margin: 0 auto;
  }

  .rc-projects-grid {
    display: grid;
    grid-template-columns: 1.15fr 1.05fr; /* ซ้ายรูป ขวาเนื้อหา */
    gap: 28px;
    align-items: center;
  }

  .rc-projects-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .rc-projects-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .rc-projects-lead {
    font-size: 15px;
    color: #475569;
    line-height: 1.9;
    margin-bottom: 16px;
  }

  .rc-projects-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
  }

  .rc-projects-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
  }

  .rc-projects-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #ecfeff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0284c7;
    flex-shrink: 0;
  }

  .rc-projects-item strong {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
  }

  .rc-projects-item span {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
  }

  .rc-projects-note {
    font-size: 14px;
    color: #9ca3af;
    margin-top: 6px;
  }

  .rc-projects-shot {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .rc-projects-shot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .rc-projects-shot-caption {
    font-size: 12px;
    color: #64748b;
    padding: 10px 14px 12px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
  }

  @media (max-width: 991px) {
    .rc-projects-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px) {
    .robocrm-projects-section {
      padding: 40px 16px;
    }
    .rc-projects-title {
      font-size: 24px;
    }
  }

  .robocrm-leads-section {
    font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7f9fc;
    padding: 0px 0px;
    color: #0f172a;
  }

  .robocrm-leads-section .rc-container {
    max-width: 1120px;
    margin: 0 auto;
  }

  .rc-leads-grid {
    display: grid;
    grid-template-columns: 1.15fr 1.05fr; /* ซ้ายรูป ขวาเนื้อหา */
    gap: 28px;
    align-items: center;
  }

  .rc-leads-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .rc-leads-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .rc-leads-lead {
    font-size: 15px;
    color: #475569;
    line-height: 1.9;
    margin-bottom: 16px;
  }

  .rc-leads-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
  }

  .rc-leads-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
  }

  .rc-leads-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #e0f2fe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0284c7;
    flex-shrink: 0;
  }

  .rc-leads-item strong {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
  }

  .rc-leads-item span {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
  }

  .rc-leads-note {
    font-size: 14px;
    color: #9ca3af;
    margin-top: 6px;
  }

  .rc-leads-shot {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .rc-leads-shot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .rc-leads-shot-caption {
    font-size: 12px;
    color: #64748b;
    padding: 10px 14px 12px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
  }

  @media (max-width: 991px) {
    .rc-leads-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px) {
    .robocrm-leads-section {
      padding: 40px 16px;
    }
    .rc-leads-title {
      font-size: 24px;
    }
  }


 .robocrm-support-section {
    font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7f9fc;
    padding: 60px 20px;
    color: #0f172a;
  }

  .robocrm-support-section .rc-container {
    max-width: 1120px;
    margin: 0 auto;
  }

  .rc-support-grid {
    display: grid;
    grid-template-columns: 1.25fr 1.00fr; /* ซ้ายรูป ขวาเนื้อหา */
    gap: 28px;
    align-items: center;
  }

  .rc-support-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .rc-support-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .rc-support-lead {
    font-size: 15px;
    color: #475569;
    line-height: 1.9;
    margin-bottom: 16px;
  }

  .rc-support-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
  }

  .rc-support-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
  }

  .rc-support-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #e0f2fe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0284c7;
    flex-shrink: 0;
  }

  .rc-support-item strong {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
  }

  .rc-support-item span {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
  }

  .rc-support-note {
    font-size: 14px;
    color: #9ca3af;
    margin-top: 6px;
  }

  .rc-support-shot {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .rc-support-shot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .rc-support-shot-caption {
    font-size: 14px;
    color: #64748b;
    padding: 10px 14px 12px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
  }

  @media (max-width: 991px) {
    .rc-support-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px) {
    .robocrm-support-section {
      padding: 40px 16px;
    }
    .rc-support-title {
      font-size: 24px;
    }
  }

  .robocrm-expense-section {
    font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7f9fc;
    padding: 60px 20px;
    color: #0f172a;
  }

  .robocrm-expense-section .rc-container {
    max-width: 1120px;
    margin: 0 auto;
  }

  .rc-expense-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr; /* ซ้ายรูป / ขวาเนื้อหา */
    gap: 28px;
    align-items: center;
  }

  .rc-expense-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #16a34a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .rc-expense-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .rc-expense-lead {
    font-size: 15px;
    color: #475569;
    line-height: 1.9;
    margin-bottom: 16px;
  }

  .rc-expense-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
  }

  .rc-expense-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
  }

  .rc-expense-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #dcfce7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #16a34a;
    flex-shrink: 0;
  }

  .rc-expense-item strong {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
  }

  .rc-expense-item span {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
  }

  .rc-expense-note {
    font-size: 14px;
    color: #9ca3af;
    margin-top: 6px;
  }

  .rc-expense-shot {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .rc-expense-shot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .rc-expense-shot-caption {
    font-size: 14px;
    color: #64748b;
    padding: 10px 14px 12px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
  }

  @media (max-width: 991px) {
    .rc-expense-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px) {
    .robocrm-expense-section {
      padding: 40px 16px;
    }
    .rc-expense-title {
      font-size: 24px;
    }
  }
.perfex-extra-section {
    font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7f9fc;
    padding: 60px 20px;
    color: #0f172a;
  }

  .perfex-extra-section .pf-container {
    max-width: 1120px;
    margin: 0 auto;
  }

  .pf-extra-heading {
    text-align: center;
    margin-bottom: 30px;
  }

  .pf-extra-heading h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .pf-extra-heading p {
    font-size: 14px;
    color: #64748b;
  }

  .pf-extra-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .pf-extra-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 18px 18px 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .pf-extra-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: radial-gradient(circle at 0 0, #a855f7, #3b82f6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f9fafb;
    font-size: 18px;
    margin-bottom: 4px;
  }

  .pf-extra-title {
    font-size: 16px;
    font-weight: 700;
  }

  .pf-extra-desc {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.7;
  }

.pf-extra-list {
  list-style: none;
  padding-left: 0;
  list-style-type: none!important;
}

.pf-extra-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.pf-extra-list li:before {
  content: "";
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, #a855f7, #3b82f6);
  position: absolute;
  left: 0;
  top: 6px;
}
.content-term .ck-content ul {
  list-style-type: none !important;
} 
.pf-extra-card p{
 margin-bottom:0px!important; 
}


  @media (max-width: 991px) {
    .pf-extra-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 768px) {
    .perfex-extra-section {
      padding: 40px 16px;
    }
    .pf-extra-grid {
      grid-template-columns: 1fr;
    }
  }
.robocrm-why-section {
    font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7f9fc;
    padding: 60px 20px;
    color: #0f172a;
  }

  .robocrm-why-section .rc-container {
    max-width: 1120px;
    margin: 0 auto;
  }

  .rc-why-header {
    text-align: center;
    margin-bottom: 32px;
  }

  .rc-why-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .rc-why-header h2 {
    font-size: 28px;
    margin-bottom: 6px;
  }

  .rc-why-header p {
    font-size: 14px;
    color: #64748b;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.8;
  }

  .rc-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .rc-why-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 18px 18px 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rc-why-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: radial-gradient(circle at 0 0, #a855f7, #3b82f6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f9fafb;
    font-size: 18px;
    margin-bottom: 4px;
  }

  .rc-why-title {
    font-size: 16px;
    font-weight: 700;
  }

  .rc-why-desc {
    font-size: 14px!important;
    color: #4b5563;
    line-height: 1.7;
  }

  .rc-why-list {
    list-style: none;
    padding: 0;
    margin: 2px 0 0;
  }

  .rc-why-list li {
    position: relative;
    padding-left: 14px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
  }

  .rc-why-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(135deg, #a855f7, #3b82f6);
    position: absolute;
    left: 0;
    top: 6px;
  }

  @media (max-width: 991px) {
    .rc-why-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 768px) {
    .robocrm-why-section {
      padding: 40px 16px;
    }
    .rc-why-header h2 {
      font-size: 24px;
    }
    .rc-why-grid {
      grid-template-columns: 1fr;
    }
  }

 .sec-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1f2933;
  }

  .sec-section {
    margin-bottom: 60px;
  }

  .sec-badge {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4338ca;
    margin-bottom: 10px;
  }

  .sec-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #111827;
  }

  .sec-subtitle {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 20px;
  }

  .sec-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
  }

  .sec-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .sec-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
    border: 1px solid #e5e7eb;
  }

  .sec-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #111827;
  }

  .sec-card p {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 8px;
  }

  .sec-tagline {
    font-size: 14px;
    color: #6366f1;
    font-weight: 500;
  }

  .sec-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .sec-list li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
    color: #374151;
  }

  .sec-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #4f46e5;
    font-size: 13px;
  }

  .sec-highlight {
    background: linear-gradient(135deg, #eef2ff, #e0f2fe);
    border-radius: 16px;
    padding: 18px 20px;
    font-size: 14px;
    color: #1f2933;
    border: 1px dashed #c4b5fd;
  }

  .sec-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .sec-pill {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4ff;
    color: #4338ca;
    border: 1px solid #e0e7ff;
  }

  .sec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 15px;
  }

  .sec-table th,
  .sec-table td {
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    text-align: left;
  }

  .sec-table th {
    background: #f3f4ff;
    color: #111827;
    font-weight: 600;
  }

  .sec-table td:first-child {
    font-weight: 500;
    white-space: nowrap;
  }

  .sec-table .sec-alfresco {
    background: #ecfeff;
    font-weight: 600;
    color: #0369a1;
  }

  .sec-badge-alfresco {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    margin-left: 4px;
  }

  .sec-cta {
    text-align: center;
    padding: 30px 24px;
    border-radius: 20px;
    background: radial-gradient(circle at top left, #e0f2fe, #eef2ff 45%, #ffffff 80%);
    border: 1px solid #e5e7eb;
  }

  .sec-cta-title {
    font-size: 22px;
    margin-bottom: 8px;
    color: #111827;
  }

  .sec-cta-sub {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 18px;
  }

  .sec-cta-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.35);
  }

  .sec-cta-btn:hover {
    opacity: 0.95;
  }

  .sec-note {
    font-size: 11px;
    color: #6b7280;
    margin-top: 8px;
  }

  .sec-infographic-hint {
    font-size: 13px;
    color: #6b7280;
    margin-top: 12px;
    font-style: italic;
  }

  @media (max-width: 768px) {
    .sec-grid-2 {
      grid-template-columns: 1fr;
    }
    .sec-grid-3 {
      grid-template-columns: 1fr;
    }
    .sec-title {
      font-size: 24px;
    }
  }

  .wz-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Sarabun",system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #020617;
  }

  .wz-section {
    margin-bottom: 60px;
  }

  .wz-badge {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ecfeff;
    color: #0369a1;
    margin-bottom: 10px;
  }

  .wz-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #0f172a;
  }

  .wz-subtitle {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
  }

  .wz-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
  }

  .wz-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
  }

  .wz-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
  }

  .wz-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #0f172a;
  }

  .wz-card p {
    font-size: 14px;
    color: #475569;
    margin-bottom: 8px;
  }

  .wz-highlight {
    background: linear-gradient(135deg, #eff6ff, #ecfeff);
    border-radius: 16px;
    padding: 16px 18px;
    border: 1px dashed #bfdbfe;
    font-size: 14px;
    color: #1e293b;
  }

  .wz-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .wz-pill {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0f172a;
    border: 1px solid #bae6fd;
  }

  .wz-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .wz-list li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
    color: #374151;
  }

  .wz-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #0ea5e9;
  }

  .wz-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 15px;
  }

  .wz-table th,
  .wz-table td {
    border: 1px solid #e2e8f0;
    padding: 8px 10px;
    text-align: left;
  }

  .wz-table th {
    background: #e0f2fe;
    color: #0f172a;
    font-weight: 600;
  }

  .wz-table td:first-child {
    font-weight: 500;
    white-space: nowrap;
  }

  .wz-table .wz-wazuh {
    background: #e0f2fe;
    font-weight: 600;
    color: #0369a1;
  }

  .wz-badge-wazuh {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 999px;
    background: #bfdbfe;
    color: #1d4ed8;
    margin-left: 4px;
  }

  .wz-cta {
    text-align: center;
    padding: 30px 24px;
    border-radius: 20px;
    background: radial-gradient(circle at top left, #e0f2fe, #f1f5f9 50%, #ffffff 90%);
    border: 1px solid #e2e8f0;
  }

  .wz-cta-title {
    font-size: 22px;
    margin-bottom: 8px;
    color: #0f172a;
  }

  .wz-cta-sub {
    font-size: 14px;
    color: #475569;
    margin-bottom: 18px;
  }

  .wz-cta-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0ea5e9, #0369a1);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
  }

  .wz-cta-btn:hover {
    opacity: 0.96;
  }

  .wz-note {
    font-size: 12px;
    color: #6b7280;
    margin-top: 8px;
  }

  .wz-infographic-hint {
    font-size: 13px;
    color: #6b7280;
    margin-top: 10px;
    font-style: italic;
  }

  @media (max-width: 768px) {
    .wz-grid-2 {
      grid-template-columns: 1fr;
    }
    .wz-grid-3 {
      grid-template-columns: 1fr;
    }
    .wz-title {
      font-size: 24px;
    }
  }

  .itsm-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Sarabun",system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #020617;
  }

  .itsm-section {
    margin-bottom: 60px;
  }

  .itsm-badge {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f5f3ff;
    color: #6d28d9;
    margin-bottom: 10px;
  }

  .itsm-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #0f172a;
  }

  .itsm-subtitle {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
  }

  .itsm-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
  }

  .itsm-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
  }

  .itsm-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
  }

  .itsm-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #0f172a;
  }

  .itsm-card p {
    font-size: 14px;
    color: #475569;
    margin-bottom: 8px;
  }

  .itsm-highlight {
    background: linear-gradient(135deg, #eef2ff, #e0f2fe);
    border-radius: 16px;
    padding: 16px 18px;
    border: 1px dashed #c4b5fd;
    font-size: 14px;
    color: #1e293b;
  }

  .itsm-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .itsm-pill {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ede9fe;
    color: #312e81;
    border: 1px solid #ddd6fe;
  }

  .itsm-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .itsm-list li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
    color: #374151;
  }

  .itsm-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #7c3aed;
  }

  .itsm-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 15px;
  }

  .itsm-table th,
  .itsm-table td {
    border: 1px solid #e2e8f0;
    padding: 8px 10px;
    text-align: left;
  }

  .itsm-table th {
    background: #ede9fe;
    color: #0f172a;
    font-weight: 600;
  }

  .itsm-table td:first-child {
    font-weight: 500;
    white-space: nowrap;
  }

  .itsm-table .itsm-glpi {
    background: #f5f3ff;
    font-weight: 600;
    color: #5b21b6;
  }

  .itsm-badge-glpi {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 999px;
    background: #ddd6fe;
    color: #4c1d95;
    margin-left: 4px;
  }

  .itsm-cta {
    text-align: center;
    padding: 30px 24px;
    border-radius: 20px;
    background: radial-gradient(circle at top left, #eef2ff, #f5f3ff 45%, #ffffff 90%);
    border: 1px solid #e2e8f0;
  }

  .itsm-cta-title {
    font-size: 22px;
    margin-bottom: 8px;
    color: #0f172a;
  }

  .itsm-cta-sub {
    font-size: 14px;
    color: #475569;
    margin-bottom: 18px;
  }

  .itsm-cta-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.35);
  }

  .itsm-cta-btn:hover {
    opacity: 0.96;
  }

  .itsm-note {
    font-size: 11px;
    color: #6b7280;
    margin-top: 8px;
  }

  .itsm-infographic-hint {
    font-size: 13px;
    color: #6b7280;
    margin-top: 10px;
    font-style: italic;
  }

  @media (max-width: 768px) {
    .itsm-grid-2 {
      grid-template-columns: 1fr;
    }
    .itsm-grid-3 {
      grid-template-columns: 1fr;
    }
    .itsm-title {
      font-size: 24px;
    }
  }

/* ===== Robotika Document AI Landing Page ===== */
.robotika-docai-page {
  font-family: "Sarabun",system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  background: #f5f7fb;
  padding: 40px 16px 60px;
}

.robotika-container {
  max-width: 1120px;
  margin: 0 auto;
}

/* Generic */
.robotika-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e0ecff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 600;
}

.robotika-section-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #0f172a;
}

.robotika-section-subtitle {
  font-size: 15px;
  color: #64748b;
  max-width: 640px;
}

/* ===== HERO ===== */
.robotika-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 32px 24px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, #e0ecff 0, #ffffff 40%, #f5f7fb 100%);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  margin-bottom: 40px;
}

.robotika-hero-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  margin: 8px 0 12px;
  color: #020617;
}

.robotika-hero-title span {
  color: #6366f1;
}

.robotika-hero-desc {
  font-size: 15px;
  color: #475569;
  margin-bottom: 18px;
}

.robotika-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.robotika-pill {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #0f172a;
  background: #ffffffaa;
}

.robotika-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.robotika-btn-primary {
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.4);
}

.robotika-btn-primary:hover {
  filter: brightness(1.05);
}

.robotika-btn-ghost {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid #cbd5f5;
  color: #1f2937;
  background: #ffffff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.robotika-hero-note {
  font-size: 12px;
  color: #6b7280;
}

.robotika-hero-right {
  background: #0f172a;
  border-radius: 18px;
  padding: 18px 18px 16px;
  color: #e5e7eb;
  position: relative;
  overflow: hidden;
}

.robotika-hero-right::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 20% 0, rgba(94, 234, 212, 0.09), transparent 50%),
              radial-gradient(circle at 80% 100%, rgba(129, 140, 248, 0.18), transparent 55%);
  opacity: 1;
  pointer-events: none;
}

.robotika-hero-right-inner {
  position: relative;
  z-index: 1;
}

.robotika-hero-metric-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 6px;
}

.robotika-hero-metric-main {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.robotika-hero-search-box {
  background: rgba(15, 23, 42, 0.8);
  border-radius: 999px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.robotika-hero-search-box span {
  color: #e5e7eb;
}

.robotika-hero-search-chip {
  font-size: 10px;
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(55, 65, 81, 0.8);
  color: #e5e7eb;
}

.robotika-hero-rows {
  margin-top: 10px;
}

.robotika-hero-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.6);
  margin-bottom: 4px;
}

/* ===== PROBLEMS SECTION ===== */
.robotika-section {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 24px 28px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.robotika-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.robotika-card {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 14px 14px 16px;
  background: #f9fafb;
}

.robotika-card-icon {
  font-size: 20px;
  margin-bottom: 8px;
}

.robotika-card-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}

.robotika-card-desc {
  font-size: 13px;
  color: #64748b;
}

/* ===== FEATURES SECTION ===== */
.robotika-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.robotika-feature-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #4f46e5;
  background: #e0ecff;
  border-radius: 999px;
  padding: 3px 8px;
  margin-bottom: 6px;
}

/* ===== WORKFLOW SECTION ===== */
.robotika-workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.robotika-step-number {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #4f46e5;
  color: #ffffff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

/* ===== PRICING SECTION ===== */
.robotika-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.robotika-pricing-card {
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 18px 16px 18px;
  background: #f9fafb;
  position: relative;
}

.robotika-pricing-card.robotika-popular {
  border: 1px solid #4f46e5;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.16);
  background: radial-gradient(circle at top, #e0ecff, #f9fafb);
}

.robotika-pricing-label {
  font-size: 12px;
  font-weight: 700;
  color: #4b5563;
  margin-bottom: 4px;
}

.robotika-pricing-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  background: #22c55e;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 600;
}

.robotika-pricing-price {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #0f172a;
}

.robotika-pricing-sub {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 10px;
}

.robotika-pricing-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 12px;
  font-size: 13px;
  color: #4b5563;
}

.robotika-pricing-list li {
  display: flex;
  gap: 6px;
  margin-bottom: 5px;
}

.robotika-pricing-list li::before {
  content: "✔";
  font-size: 11px;
  margin-top: 2px;
  color: #16a34a;
}

/* ===== INTEGRATIONS SECTION ===== */
.robotika-integration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.robotika-integration-chip {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px dashed #cbd5f5;
  font-size: 12px;
  background: #f9fafb;
}

/* ===== TRUST / CASE STUDY SECTION ===== */
.robotika-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

/* ===== CTA FINAL ===== */
.robotika-cta {
  text-align: center;
}

.robotika-cta-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}

.robotika-cta-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 16px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .robotika-hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .robotika-problem-grid,
  .robotika-feature-grid,
  .robotika-workflow-steps,
  .robotika-pricing-grid,
  .robotika-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .robotika-docai-page {
    padding: 24px 12px 40px;
  }
  .robotika-section {
    padding: 18px 16px 20px;
  }
  .robotika-problem-grid,
  .robotika-feature-grid,
  .robotika-workflow-steps,
  .robotika-pricing-grid,
  .robotika-case-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .robotika-hero {
    padding: 22px 18px;
  }
  .robotika-hero-title {
    font-size: 26px;
  }
}

/* ================= Robotika Medical Document AI Landing ================= */
.robotika-med-page {
  font-family: "Sarabun",system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fb;
  padding: 40px 16px 60px;
  color: #0f172a;
}

.robotika-med-container {
  max-width: 1120px;
  margin: 0 auto;
}

/* Generic */
.robotika-med-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 12px;
  font-weight: 600;
}

.robotika-med-section-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #0f172a;
}

.robotika-med-section-subtitle {
  font-size: 15px;
  color: #64748b;
  max-width: 680px;
}

/* ================= HERO SECTION ================= */
.robotika-med-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 32px 24px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, #dbeafe 0, #ffffff 45%, #f1f5f9 100%);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  margin-bottom: 40px;
}

.robotika-med-hero-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  margin: 8px 0 12px;
  color: #020617;
}

.robotika-med-hero-title span {
  color: #0284c7;
}

.robotika-med-hero-desc {
  font-size: 15px;
  color: #475569;
  margin-bottom: 18px;
}

.robotika-med-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.robotika-med-pill {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #0f172a;
  background: #ffffffb3;
}

.robotika-med-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.robotika-med-btn-primary {
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #0ea5e9, #0369a1);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.robotika-med-btn-primary:hover {
  filter: brightness(1.05);
}

.robotika-med-btn-ghost {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid #cbd5f5;
  color: #1f2937;
  background: #ffffff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.robotika-med-hero-note {
  font-size: 12px;
  color: #6b7280;
}

/* Right side: Infographic-style mock panel */
.robotika-med-hero-right {
  background: #0b1120;
  border-radius: 18px;
  padding: 18px 18px 16px;
  color: #e5e7eb;
  position: relative;
  overflow: hidden;
}

.robotika-med-hero-right::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 20% 0, rgba(56,189,248,0.2), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(59,130,246,0.25), transparent 60%);
  opacity: 1;
  pointer-events: none;
}

.robotika-med-hero-right-inner {
  position: relative;
  z-index: 1;
}

.robotika-med-hero-panel-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #9ca3af;
  margin-bottom: 6px;
}

.robotika-med-hero-panel-main {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.robotika-med-hero-kpi {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 11px;
}

.robotika-med-hero-kpi-item {
  flex: 1;
  padding: 8px;
  border-radius: 10px;
  background: rgba(15,23,42,0.8);
  border: 1px solid rgba(148,163,184,0.5);
}

.robotika-med-hero-kpi-label {
  font-size: 10px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.robotika-med-hero-kpi-value {
  font-size: 13px;
  font-weight: 600;
}

.robotika-med-hero-timeline {
  margin-top: 8px;
}

.robotika-med-hero-timeline-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(15,23,42,0.7);
  margin-bottom: 4px;
}

/* ================= FEATURE & INFOGRAPHIC SECTION ================= */
.robotika-med-section {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px 24px 30px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.robotika-med-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 26px;
  margin-top: 18px;
}

/* Left: features */
.robotika-med-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.robotika-med-card {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 14px 14px 16px;
  background: #f9fafb;
}

.robotika-med-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #0284c7;
  background: #e0f2fe;
  border-radius: 999px;
  padding: 3px 8px;
  margin-bottom: 6px;
}

.robotika-med-card-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}

.robotika-med-card-desc {
  font-size: 13px;
  color: #64748b;
}

/* Right: infographic placeholder */
.robotika-med-infographic-box {
  border-radius: 18px;
  border: 1px dashed #bfdbfe;
  background: linear-gradient(145deg, #eff6ff, #ffffff);
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.robotika-med-infographic-label {
  font-size: 12px;
  font-weight: 600;
  color: #1d4ed8;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.robotika-med-infographic-desc {
  font-size: 13px;
  color: #475569;
}

.robotika-med-infographic-img {
  margin-top: 6px;
  border-radius: 14px;
  overflow: hidden;
  background: #dbeafe;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #1e3a8a;
  text-align: center;
  padding: 10px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .robotika-med-hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .robotika-med-feature-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .robotika-med-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .robotika-med-page {
    padding: 24px 12px 40px;
  }
  .robotika-med-section {
    padding: 20px 18px 22px;
  }
  .robotika-med-hero {
    padding: 22px 18px;
  }
  .robotika-med-hero-title {
    font-size: 26px;
  }
}
  .rm-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Sarabun",system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #020617;
  }

  .rm-section {
    margin-bottom: 60px;
  }

  .rm-badge {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f5f3ff;
    color: #6d28d9;
    margin-bottom: 10px;
  }

  .rm-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #0f172a;
  }

  .rm-subtitle {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
  }

  .rm-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
  }

  .rm-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
  }

  .rm-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
  }

  .rm-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #0f172a;
  }

  .rm-card p {
    font-size: 14px;
    color: #475569;
    margin-bottom: 8px;
  }

  .rm-highlight {
    background: linear-gradient(135deg, #eef2ff, #e0f2fe);
    border-radius: 16px;
    padding: 16px 18px;
    border: 1px dashed #c4b5fd;
    font-size: 14px;
    color: #1e293b;
  }

  .rm-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .rm-pill {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ede9fe;
    color: #312e81;
    border: 1px solid #ddd6fe;
  }

  .rm-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .rm-list li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
    color: #374151;
  }

  .rm-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #7c3aed;
  }

  .rm-infographic-hint {
    font-size: 13px;
    color: #6b7280;
    margin-top: 10px;
    font-style: italic;
  }

  @media (max-width: 768px) {
    .rm-grid-2 {
      grid-template-columns: 1fr;
    }
    .rm-grid-3 {
      grid-template-columns: 1fr;
    }
    .rm-title {
      font-size: 24px;
    }
  }

.mm-container {
    max-width: 1100px;
    margin: 40px auto;
    font-family: sans-serif;
    line-height: 1.6;
    color: #333;
  }

  /* Header Section */
  .mm-header {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 12px;
    margin-bottom: 40px;
  }
  .mm-header h2 {
    color: #2c3e50;
    font-size: 2.5em;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .mm-note {
    display: inline-block;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    color: #666;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  /* Content Grid for Workflow */
  .mm-grid-2 {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
  }
  .mm-col-text {
    flex: 1;
  }
  .mm-col-visual {
    flex: 1;
    background-color: #f0f4f8;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 2px dashed #dce4ec;
  }
  .mm-col-visual h3 {
    color: #3498db;
  }
  
  /* Feature List Styling */
  .mm-features-section {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  }
  .mm-features-section h3 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 1.8em;
    color: #2c3e50;
  }
  .mm-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }
  .mm-feature-item {
    display: flex;
    align-items: flex-start;
  }
  .mm-icon {
    font-size: 1.5em;
    margin-right: 15px;
    color: #27ae60;
    line-height: 1;
  }
  .mm-feature-text strong {
    display: block;
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #2c3e50;
  }

  /* Conclusion */
  .mm-conclusion {
    text-align: center;
    margin-top: 50px;
    font-size: 1.2em;
    color: #555;
  }
  .mm-highlight {
    color: #3498db;
    font-weight: bold;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .mm-header h2 { font-size: 1.8em; }
    .mm-grid-2 { flex-direction: column; }
    .mm-col-visual { order: -1; width: 100%; }
    .mm-feature-grid { grid-template-columns: 1fr; }
  }


/* ตั้งค่า Font และพื้นฐาน */
    @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;600&display=swap');

    .mailbox-infographic-container {
        font-family:'Sarabun', 'Prompt', sans-serif;
        background: #f8fbff;
        padding: 40px 20px;
        border-radius: 15px;
        max-width: 1000px;
        margin: 0 auto;
        color: #333;
        box-sizing: border-box;
    }

    .mailbox-title {
        text-align: center;
        color: #0d47a1;
        margin-bottom: 40px;
        font-size: 24px;
        font-weight: 600;
    }

    /* Layout หลักแบบ Flexbox */
    .flow-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        position: relative;
    }

    /* สไตล์ของกล่อง (Card) */
    .flow-card {
        background: white;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.05);
        width: 220px;
        text-align: center;
        position: relative;
        transition: transform 0.3s ease;
        border-top: 5px solid #ccc;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
    }

    .flow-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.1);
    }

    /* สีเฉพาะของแต่ละขั้นตอน */
    .card-stage-1 { border-color: #2196f3; } /* ฟ้า */
    .card-stage-2 { border-color: #1565c0; } /* น้ำเงินเข้ม */
    .card-response { border-color: #00bfa5; } /* เขียว */
    .card-task { border-color: #ff9800; } /* ส้ม */

    /* ไอคอน */
    .icon-box {
        font-size: 40px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .card-title {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 8px;
        color: #444;
    }

    .card-desc {
        font-size: 13px;
        color: #777;
        line-height: 1.5;
    }

    /* เส้นลูกศรเชื่อมโยง (Desktop Only) */
    .arrow-connector {
        flex-grow: 1;
        height: 2px;
        background: #b0bec5;
        position: relative;
        min-width: 30px;
        max-width: 50px;
    }

    .arrow-connector::after {
        content: '';
        position: absolute;
        right: 0;
        top: -4px;
        width: 0; 
        height: 0; 
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #b0bec5;
    }

    /* ส่วนแยกสายงาน (Branching) */
    .branch-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
    }

    /* Branch Connector */
    .branch-split {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* Mobile Responsive: ปรับเป็นแนวตั้ง */
    @media (max-width: 768px) {
        .flow-wrapper {
            flex-direction: column;
        }
        
        .arrow-connector {
            width: 2px;
            height: 30px;
            min-width: 0;
            margin: 0;
        }

        .arrow-connector::after {
            right: -3px;
            top: auto;
            bottom: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 8px solid #b0bec5;
            border-bottom: none;
        }

        .branch-container {
            gap: 20px;
        }
        
        .branch-split {
            flex-direction: column;
        }
        
        /* ซ่อนเส้นแยกซ้ายขวาในมือถือ */
        .branch-line-v { display: none; }
    }



    /* Container หลัก */
    .mailbox-details-section {
        font-family: 'Sarabun', sans-serif;
        max-width: 1000px;
        margin: 40px auto;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        color: #333;
    }

    /* ส่วนหัว (Header) */
    .md-header {
        background: linear-gradient(135deg, #1565c0, #42a5f5);
        color: white;
        padding: 30px;
        text-align: center;
    }
    
    .md-header h2 {
        margin: 0 0 10px 0;
        font-size: 26px;
        font-weight: 600;
    }
    
    .md-header p {
        margin: 0;
        font-size: 16px;
        opacity: 0.9;
        font-weight: 300;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto;
    }

    /* Grid แสดง 4 ฟังก์ชัน */
    .md-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 30px;
        background: #fbfbfb;
    }

    .md-card {
        background: white;
        padding: 25px;
        border-radius: 10px;
        border-left: 5px solid #1565c0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        transition: transform 0.2s;
    }

    .md-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    }

    .md-icon {
        font-size: 32px;
        margin-bottom: 15px;
        display: block;
    }

    .md-card h3 {
        margin: 0 0 10px 0;
        color: #1565c0;
        font-size: 18px;
    }

    .md-card p {
        margin: 0;
        font-size: 14px;
        color: #555;
        line-height: 1.6;
    }

    /* ส่วนสรุปประโยชน์ (Benefits) */
    .md-benefits {
        background: #e3f2fd;
        padding: 25px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        border-top: 1px solid #bbdefb;
    }

    .benefit-item {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 500;
        color: #0d47a1;
    }

    .check-icon {
        color: #00c853; /* สีเขียว */
        font-weight: bold;
        font-size: 18px;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        .md-grid {
            grid-template-columns: 1fr;
        }
        
        .md-benefits {
            flex-direction: column;
            gap: 15px;
        }
    }