
      .material-symbols-rounded {
        font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
        font-size: 32px;
        color: #006699; /* Your brand color */
        margin-bottom: 8px;
        display: inline-block;
      }
  
     
      /* --- AI PARTICLES CANVAS LAYER --- */
      #aiParticles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
        opacity: 0.25; /* Subtle */
      }

      /* Ensure HERO content stays above */
      header .container,
      .hero {
        position: relative;
        z-index: 2;
      }


      /* =====================
     HEADER / HERO (Premium)
  ====================== */

      header {
        background: radial-gradient(
          circle at top left,
          #0ea5e9 0,
          #004766 50%,
          #020617 100%
        );
        color: #fff;
         
      }

      .nav-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px;
        gap: 16px;
      }

      .brand {
        display: flex;
        flex-direction: column;
        gap: 2px;
      }

      /* Smart + DCM split logo text */
      .brand-title {
        font-size: 24px;
        letter-spacing: 0.4px;
        text-transform: none;
        display: flex;
        align-items: baseline;
        font-family: "Poppins", sans-serif;
      }

      .brand-smart {
        font-weight: 600;
        color: #ffffff;
      }

      .brand-dcm {
        font-weight: 800 !important;
        color: #ffdd78;
        margin-left: 3px;
      }

      .brand-sub {
        font-size: 12px;
        opacity: 0.9;
        letter-spacing: 0.04em;
      }

      .nav-actions a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        padding: 7px 14px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        color: #fff;
        opacity: 0.95;
        backdrop-filter: blur(10px);
        background: rgba(15, 23, 42, 0.25);
        transition: 0.18s ease-in-out;
      }

      .nav-actions a:hover {
        border-color: #ffffff;
        background: rgba(15, 23, 42, 0.45);
        transform: translateY(-1px);
      }

      .hero {
        display: grid;
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
        gap: 36px;
        align-items: center;
      }

      @media (max-width: 900px) {
        .hero {
          grid-template-columns: minmax(0, 1fr);
        }
        header {
          padding-bottom: 44px;
        }
      }

      .hero-kicker {
        font-size: 13px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #bae6fd;
        margin-bottom: 12px;
        font-weight: 600;
      }

      .hero-title {
        font-size: clamp(30px, 4.6vw, 40px);
        font-weight: 800;
        line-height: 1.18;
        margin: 0 0 14px;
        font-family: "Poppins", sans-serif;
      }

      .hero-highlight {
        color: #ffdd78;
      }

      .hero-subtitle {
        font-size: 15px;
        max-width: 480px;
        color: #e0f2fe;
        margin-bottom: 18px;
      }

      .hero-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 18px;
      }

      .hero-badge {
        font-size: 11px;
        padding: 5px 8px;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.6);
        border: 1px solid rgba(148, 163, 184, 0.6);
        display: inline-flex;
        align-items: center;
        gap: 6px;
        backdrop-filter: blur(6px);
      }

      .hero-badge span.icon {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: #7fffba;
      }

      .hero-ctas {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 12px;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 22px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 600;
        border: none;
        cursor: pointer;
        transition: transform 0.15s ease, box-shadow 0.15s ease,
          background 0.15s ease, color 0.15s ease;
        text-align: center;
        white-space: nowrap;
      }

      .btn-primary {
        background: #ffb300 !important;
        color: #242015;
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
        padding: 12px 26px;
        border-radius: 30px;
      }

      .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-strong);
      }

      .btn-outline {
        background: transparent;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.7);
        padding: 10px 22px;
        border-radius: 30px;
      }

      .btn-outline:hover {
        background: rgba(15, 23, 42, 0.35);
        transform: translateY(-1px);
      }

      .hero-taglines {
        font-size: 12px;
        color: #dbeafe;
        opacity: 0.9;
        margin-top: 4px;
      }

      .hero-taglines span {
        display: block;
      }

      .hero-right {
        position: relative;
      }

      .hero-card {
        background: radial-gradient(
          circle at top left,
          #ffffff 0,
          #e5f3ff 60%,
          #dbeafe 100%
        );
        border-radius: 14px;
        padding: 18px 18px 20px;
        box-shadow: var(--shadow-soft);
        color: #111827;
        border: 1px solid rgba(15, 23, 42, 0.06);
      }

      .hero-card-header {
        font-size: 13px;
        font-weight: 600;
        color: #004766;
        margin-bottom: 12px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      .hero-card-metric-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 10px;
      }

      .hero-card-metric {
        border-radius: 12px;
        padding: 10px;
        background: #f3f6fb;
        border: 1px solid rgba(148, 163, 184, 0.4);
      }

      .hero-card-metric-label {
        font-size: 11px;
        color: var(--text-muted);
        margin-bottom: 3px;
      }

      .hero-card-metric-value {
        font-size: 17px;
        font-weight: 700;
        color: #006699;
      }

      .hero-card-status {
        font-size: 11px;
        margin-top: 6px;
        color: var(--text-muted);
      }

      .hero-card-pill {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        border-radius: 999px;
        padding: 4px 8px;
        background: #ecfdf5;
        color: #047857;
        margin-top: 8px;
        border: 1px solid #bbf7d0;
      }

      .hero-card-pill-dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #16a34a;
      }

      .hero-float-card {
        position: absolute;
        right: -30px;
        bottom: -65px;
        background: rgba(15, 23, 42, 0.82);
        color: #e0f2fe;
        padding: 10px 14px;
        border-radius: 16px;
        font-size: 11px;
        max-width: 240px;
        backdrop-filter: blur(12px);
        border: 1px solid rgba(148, 163, 184, 0.5);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.6);
      }

      @media (max-width: 900px) {
        .hero-float-card {
          position: static;
          margin-top: 12px;
        }
      }

      /* =====================
     GENERIC SECTIONS
  ====================== */

      section {
        padding: 56px 0;
      }

      .section-light {
        background-color:#f5f7fb;
      }

      .section-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
        font-family: "Poppins", sans-serif;
      }

      .section-kicker {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 6px;
        color: var(--primary);
        text-align: center;
        /* no text-transform so it shows exactly as you type */
        letter-spacing: 0.04em;
      }

      .section-subtitle {
        font-size: 14px;
        color: var(--text-muted);
        text-align: center;
        max-width: 640px;
        margin: 0 auto 26px;
      }

      /* =====================
     SMART31 / RMI LAYOUT
  ====================== */

      .feature-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
        gap: 28px;
        align-items: start;
      }

      @media (max-width: 900px) {
        .feature-grid {
          grid-template-columns: minmax(0, 1fr);
        }
      }

      .feature-list {
        list-style: none;
        padding: 0;
        margin: 0 0 10px;
      }

      .feature-list li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 8px;
        font-size: 14px;
      }

      .feature-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 13px;
        color: #059669;
      }

      .callout {
        border-radius: 14px;
        border: 1px dashed var(--primary);
        background: #e6f4ff;
        padding: 12px 14px;
        font-size: 13px;
        margin-top: 6px;
      }

      .card-simple {
        border-radius: 14px;
        border: 1px solid rgba(148, 163, 184, 0.45);
        padding: 18px;
        background: #ffffff;
        box-shadow: var(--shadow-soft);
        font-size: 13px;
      }

      .card-simple h3 {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
      }

      /* RMI PILL LABEL */

      .pill-label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border-radius: 999px;
        padding: 4px 10px;
        background: #eef2ff;
        color: #4338ca;
        font-size: 11px;
        margin-bottom: 10px;
        border: 1px solid #c7d2fe;
      }

      .pill-label-dot {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: #4f46e5;
      }

      .check-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 10px;
        margin-top: 8px;
      }

      .check-item {
        font-size: 13px;
        padding-left: 20px;
        position: relative;
      }

      .check-item::before {
        content: "•";
        position: absolute;
        left: 6px;
        color: var(--primary);
        font-size: 18px;
      }

      /* =====================
     FEATURES GRID – 3x2 PREMIUM
  ====================== */

      .three-col-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
      }

      @media (max-width: 960px) {
        .three-col-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      @media (max-width: 640px) {
        .three-col-grid {
          grid-template-columns: minmax(0, 1fr);
        }
      }

      .feature-card {
        position: relative;
        background: #ffffff;
        border-radius: 14px;
        padding: 18px 18px 16px;
        border: 1px solid rgba(148, 163, 184, 0.4);
        box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
        font-size: 13px;
        transition: transform 0.16s ease, box-shadow 0.16s ease,
          border-color 0.16s ease;
      }

      .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-strong);
        border-color: rgba(0, 102, 153, 0.55);
      }

      .feature-card h3 {
        margin: 0 0 6px;
        font-size: 15px;
        color: var(--primary-dark);
        font-family: "Poppins", sans-serif;
      }

      .feature-card p {
        margin: 0;
        color: var(--text-muted);
      }

      .feature-icon {
        font-size: 26px;
        color: var(--primary);
        margin-bottom: 6px;
      }

      /* =====================
     PRICING
  ====================== */

      .pricing-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 18px;
        margin-top: 10px;
      }

      .pricing-card {
        position: relative;
        border-radius: 14px;
        border: 1px solid rgba(148, 163, 184, 0.5);
        background: #ffffff;
        box-shadow: 0 16px 30px rgba(15, 23, 42, 0.05);
        padding: 18px 16px 16px;
        font-size: 13px;
        transition: transform 0.16s ease, box-shadow 0.16s ease,
          border-color 0.16s ease;
      }

      .pricing-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-strong);
        border-color: rgba(0, 102, 153, 0.7);
      }

      .pricing-name {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 4px;
        color: #004766;
        font-family: "Poppins", sans-serif;
      }

      .pricing-price {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
        color:#212121;
      }

      .pricing-note {
        font-size: 12px;
        color: var(--text-muted);
        margin-bottom: 8px;
      }

      .pricing-list {
        padding-left: 18px;
        margin: 0;
        font-size: 13px;
        color: #212121;
      }

      /* =====================
     FORM SECTION
  ====================== */

      .form-section {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
        gap: 26px;
        align-items: start;
      }

      @media (max-width: 900px) {
        .form-section {
          grid-template-columns: minmax(0, 1fr);
        }
      }

      form {
        background: #ffffff;
        border-radius: 14px;
        padding: 20px 20px 18px;
        box-shadow:  0 16px 30px rgba(15, 23, 42, 0.10);
        border: 1px solid rgba(148, 163, 184, 0.5);
      }

      .form-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }

      @media (max-width: 600px) {
        .form-row {
          grid-template-columns: minmax(0, 1fr);
        }
      }

      .form-group {
        margin-bottom: 10px;
      }

      label {
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
        color: var(--text-muted);
      }

      input,
      select,
      textarea {
        width: 100%;
        padding: 9px 10px;
        border-radius: 9px;
        border: 1px solid #cbd5e1;
        font-size: 13px;
        font-family: inherit;
        outline: none;
        transition: border 0.12s ease, box-shadow 0.12s ease,
          background 0.12s ease;
        background: #f8fafc;
      }

      input:focus,
      select:focus,
      textarea:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 1px rgba(0, 102, 153, 0.12);
        background: #ffffff;
      }

      textarea {
        resize: vertical;
        min-height: 70px;
      }

      .form-helper {
        font-size: 11px;
        color: var(--text-muted);
        margin-top: 4px;
      }

      /* =====================
     TRUST / HOW / ABOUT
  ====================== */

      .pill-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        margin: 4px 0 14px;
      }

      .pill {
        font-size: 11px;
        padding: 4px 10px;
        border-radius: 999px;
        background: #e5f3ff;
        color: var(--primary-dark);
      }

      .how-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 16px;
        margin-top: 12px;
      }

      .how-step {
        font-size: 13px;
        background: #ffffff;
        border-radius: 14px;
        border: 1px solid rgba(148, 163, 184, 0.45);
        padding: 12px 12px 10px;
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
        transition: transform 0.15s ease, box-shadow 0.15s ease;
      }

      .how-step:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-strong);
      }

      .how-step-num {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        color:#006699;
        margin-bottom: 3px;
      }

      .how-step-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
        font-family: "Poppins", sans-serif;
        color: #212121;
      }

      .about-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
        gap: 24px;
        align-items: start;
      }

      @media (max-width: 900px) {
        .about-grid {
          grid-template-columns: minmax(0, 1fr);
        }
      }


      /* =====================
     WHATSAPP BUTTON (GREEN)
  ====================== */

      .btn-whatsapp {
        background: #25d366 !important;
        color: #ffffff !important;
        border: none !important;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        padding: 12px 28px;
        border-radius: 30px;
        text-decoration: none;
        transition: 0.25s ease-in-out;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
      }

      .btn-whatsapp:hover {
        background: #1ebe5d !important;
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
      }

      .btn-whatsapp svg {
        width: 18px;
        height: 18px;
        fill: white;
      }



      .section-title {
        color: #006699 !important;
      }
      .section-kicker {
        display: inline-block;
        background: #006699;
        color: #ffffff;
        padding: 10px 28px;
        border-radius: 25px; /* Full rounded pill */
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin: 0 auto 18px;
        letter-spacing: 0.2px;

        /* No shadow */
        box-shadow: none !important;
      }
      .section-kicker {
        display: table;
        margin-left: auto;
        margin-right: auto;
      }
      /* =============================
   FIXED BASELINE — NON-DESTRUCTIVE
   ============================= */

      /* Ensure Material Symbols show correctly */
      .material-symbols-rounded {
        font-family: "Material Symbols Rounded" !important;
        font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48 !important;
        font-size: 36px !important;
        color: #006699 !important;
        display: inline-block !important;
        margin-bottom: 8px;
      }

      /* Fix: Section title color overwritten by inline styles */
      .section-title {
        color: #006699 !important;
      }

      /* PREMIUM PILL — Section Kicker */
      .section-kicker {
        display: inline-block !important;
        background: #006699 !important;
        color: #ffffff !important;
        padding: 10px 28px !important;
        border-radius: 28px !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        white-space: nowrap;
        box-shadow: none !important;
        text-transform: none !important;
        margin-bottom: 20px !important;
      }

      /* Center all kickers */
      .section-kicker {
        display: table !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      /* Fix text disappearing when parent has background color */
      .section-light .section-title,
      .section-light p,
      .section-light li {
        color: #1e293b !important;
      }

      /* Feature cards alignment fix */
      .three-col-grid .feature-card {
        min-height: 240px;
      }

      /* Prevent pricing grid from breaking due to global grid changes */
      #pricing .pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
      }

      /* Restore spacing crushed by global overrides */
      .feature-card p,
      .pricing-card p,
      .card-simple p {
        color: #475569 !important;
      }

      /* Prevent icons from shifting grid */
      .feature-icon {
        display: block !important;
        margin-bottom: 10px !important;
      }

      /* Fix noisy hover shadows */
      .feature-card:hover,
      .pricing-card:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14) !important;
      }

      /* Fix default link colors inside white sections */
      section a {
        color: #006699 !important;
      }

      .btn-outline {
        color: #006699 !important;
        border-color: #006699 !important;
      }

      .btn-outline:hover {
        background: rgba(0, 102, 153, 0.1) !important;
      }

      /* Fix overlapping > sign in your HTML */
      #features > div > div.three-col-grid::after {
        display: none !important;
        content: "" !important;
      }
      /* White CTA Button for Hero */
      .btn-white {
        background: #ffffff !important;
        color: #006699 !important;
        border: none !important;
        padding: 12px 28px;
        border-radius: 30px;
        font-weight: 600;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
        transition: 0.25s ease;
      }

      .btn-white:hover {
        background: #f2f9ff !important;
        color: #004766 !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
      }


      /* Ametecs Logo on Right */
      .ametecs-logo {
        height: 52px; /* adjust if needed */
        width: auto;
        object-fit: contain;
        display: block;
      }
   