.elementor-4940 .elementor-element.elementor-element-6ab960f{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-86caeee */:root{
    --navy: #0D1B3E;
    --navy-2: #142549;
    --navy-3: #1b2f5c;
    --blue: #1565C0;
    --blue-light: #4a8fdb;
    --orange: #F4682A;
    --off-white: #F7F9FC;
    --card-tint: #EAF2FF;
    --ink: #0D1B3E;
    --muted: #5b6b85;
    --muted-2: #8a97b3;
    --green: #16915f;
    --white: #ffffff;
    --border: #e2e9f5;
    --shadow: 0 20px 45px -20px rgba(13,27,62,0.18);
    --shadow-sm: 0 8px 20px -10px rgba(13,27,62,0.12);
  }

  *{ box-sizing: border-box; }
  html{ scroll-behavior: smooth; }
  body{
    margin:0;
    font-family:'Inter', sans-serif;
    color: var(--ink);
    background: var(--off-white);
    -webkit-font-smoothing: antialiased;
  }
  h1,h2,h3,h4{
    font-family:'Space Grotesk', sans-serif;
    margin:0;
    letter-spacing:-0.01em;
  }
  p{ margin:0; }
  a{ color:inherit; text-decoration:none; }
  .mono{ font-family:'IBM Plex Mono', monospace; }
  img{ max-width:100%; display:block; }
  button{ font-family:inherit; cursor:pointer; }

  .wrap{ max-width:1180px; margin:0 auto; padding:0 32px; }
  .eyebrow{
    display:inline-flex; align-items:center; gap:10px;
    font-family:'IBM Plex Mono', monospace;
    font-size:12.5px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase;
    color: var(--blue);
    margin-bottom:18px;
  }
  .eyebrow::before{
    content:"";
    width:22px; height:2px; background: var(--orange);
    display:inline-block;
  }
  .eyebrow.on-dark{ color:#9ec3f2; }

  section{ position:relative; }
  .reveal{ opacity:0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in{ opacity:1; transform:none; }

  /* ===== NAV ===== */
  header{
    position: sticky; top:0; z-index:50;
    background: rgba(247,249,252,0.86);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding: 16px 32px;
    max-width:1180px; margin:0 auto;
  }
  .brand{ display:flex; align-items:center; gap:10px; font-weight:700; font-size:19px; }
  .brand svg{ width:24px; height:24px; }
  .brand .sep{ width:1px; height:20px; background:var(--border); margin:0 4px; }
  .brand .product{ color:var(--blue); }
  .nav-links{ display:flex; align-items:center; gap:36px; }
  .nav-links a{
    font-size:14.5px; font-weight:500; color: var(--muted);
    transition:color .2s ease;
  }
  .nav-links a:hover{ color: var(--ink); }
  .btn{
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    padding:11px 22px; border-radius:8px; font-weight:600; font-size:14.5px;
    border:none; transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
  }
  .btn-primary{ background: var(--blue); color:#fff; box-shadow: var(--shadow-sm); }
  .btn-primary:hover{ background:#0f52a0; transform: translateY(-1px); }
  .btn-orange{ background: var(--orange); color:#fff; }
  .btn-orange:hover{ background:#dd5620; transform: translateY(-1px); }
  .btn-ghost-dark{ background: rgba(255,255,255,0.08); color:#fff; border:1px solid rgba(255,255,255,0.25); }
  .btn-ghost-dark:hover{ background: rgba(255,255,255,0.15); }
  .menu-toggle{ display:none; background:none; border:none; }

  /* ===== HERO ===== */
  .hero{
    background: radial-gradient(1100px 500px at 78% -10%, #16296b 0%, var(--navy) 55%), var(--navy);
    color:#fff;
    padding: 96px 0 120px;
    overflow:hidden;
  }
  .hero-grid{
    display:grid; grid-template-columns: 1.05fr 0.85fr; gap:64px; align-items:center;
  }
  .hero h1{
    font-size: 52px; line-height:1.08; font-weight:700; color:#fff;
  }
  .hero h1 .hl{ color: var(--orange); }
  .hero-sub{
    font-size:17.5px; line-height:1.65; color:#c3cee5; max-width:520px; margin-top:22px;
  }
  .hero-ctas{ display:flex; gap:14px; margin-top:36px; }
  .trust-row{
    display:flex; gap:28px; margin-top:52px; flex-wrap:wrap;
  }
  .trust-row div{ font-size:13px; color:#93a2c2; font-family:'IBM Plex Mono', monospace; letter-spacing:0.04em; }
  .trust-row b{ color:#fff; font-size:20px; display:block; font-family:'IBM Plex Mono', monospace; }

  /* signature gauge dial */
  .dial-card{
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius:20px; padding:32px;
    box-shadow: 0 30px 70px -30px rgba(0,0,0,0.55);
  }
  .dial-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:22px; }
  .dial-head span{ font-size:12.5px; color:#93a2c2; font-family:'IBM Plex Mono', monospace; letter-spacing:0.08em; }
  .dial-wrap{ position:relative; width:220px; height:220px; margin:0 auto; }
  .dial-wrap svg{ width:100%; height:100%; transform: rotate(-90deg); }
  .dial-track{ stroke: rgba(255,255,255,0.12); }
  .dial-value{ stroke: var(--orange); stroke-linecap:round; stroke-dasharray: 566; stroke-dashoffset: 566; transition: stroke-dashoffset 1.6s cubic-bezier(.2,.8,.2,1); }
  .dial-center{
    position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center;
  }
  .dial-center .pct{ font-size:40px; font-weight:700; font-family:'IBM Plex Mono', monospace; }
  .dial-center .lbl{ font-size:12px; color:#93a2c2; margin-top:4px; letter-spacing:0.05em; text-transform:uppercase; }
  .dial-rows{ margin-top:24px; display:flex; flex-direction:column; gap:10px; }
  .dial-rows .row{
    display:flex; justify-content:space-between; align-items:center;
    font-size:13px; color:#c3cee5; padding:10px 12px;
    background: rgba(255,255,255,0.04); border-radius:8px;
  }
  .dial-rows .row b{ color:#fff; font-weight:600; }
  .tag-ok{ color:#7be6b8; font-family:'IBM Plex Mono', monospace; font-size:12px; }

  /* ===== TICK DIVIDER (signature ornament, echoes vernier scale) ===== */
  .tick-rule{
    width:100%; height:14px;
    background-repeat: repeat-x; background-position: left center;
    background-image: repeating-linear-gradient(90deg, var(--border) 0 1px, transparent 1px 14px);
    opacity:0.9;
  }

  /* ===== PROBLEM SECTION ===== */
  .problem{ padding:110px 0 100px; }
  .section-head{ max-width:640px; }
  .section-head h2{ font-size:36px; line-height:1.15; font-weight:700; }
  .section-head p{ font-size:16px; color:var(--muted); line-height:1.65; margin-top:16px; }

  .pain-grid{
    display:grid; grid-template-columns: repeat(4,1fr); gap:20px; margin-top:52px;
  }
  .pain-card{
    background:#fff; border:1px solid var(--border); border-radius:14px; padding:26px 22px;
    box-shadow: var(--shadow-sm);
  }
  .pain-card .ic{
    width:38px; height:38px; border-radius:9px; background: var(--card-tint); color:var(--blue);
    display:flex; align-items:center; justify-content:center; margin-bottom:18px;
  }
  .pain-card h4{ font-size:16.5px; font-weight:600; margin-bottom:8px; }
  .pain-card p{ font-size:14px; color:var(--muted); line-height:1.55; }

  .cost-strip{
    margin-top:54px; display:grid; grid-template-columns: repeat(3,1fr); gap:1px;
    background: var(--border); border-radius:14px; overflow:hidden; border:1px solid var(--border);
  }
  .cost-item{ background:#fff; padding:26px 28px; }
  .cost-item .k{ font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--orange); font-weight:600; letter-spacing:0.06em; text-transform:uppercase; }
  .cost-item h4{ font-size:16px; margin-top:10px; font-weight:600; }
  .cost-item p{ font-size:13.5px; color:var(--muted); margin-top:6px; line-height:1.5; }

  /* ===== SOLUTION / BEFORE-AFTER ===== */
  .solution{ padding:100px 0; background: var(--card-tint); }
  .ba-grid{ display:grid; grid-template-columns: 1fr auto 1fr; gap:28px; align-items:center; margin-top:52px; }
  .ba-col{ background:#fff; border-radius:16px; padding:26px; border:1px solid var(--border); }
  .ba-col.before{ opacity:0.75; }
  .ba-title{ font-family:'IBM Plex Mono', monospace; font-size:11.5px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); margin-bottom:16px; }
  .chip-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
  .chip{ border:1px dashed var(--border); border-radius:9px; padding:12px; font-size:13.5px; color:var(--muted); font-weight:500; }
  .ba-arrow{ width:40px; height:40px; border-radius:50%; background:var(--blue); color:#fff; display:flex; align-items:center; justify-content:center; }
  .ba-col.after{ background: var(--navy); color:#fff; border:none; }
  .ba-col.after .ba-title{ color:#9ec3f2; }
  .after-record{ display:flex; align-items:center; gap:14px; background:rgba(255,255,255,0.06); border-radius:10px; padding:16px; }
  .after-record .ic-sq{ width:40px; height:40px; border-radius:9px; background:var(--orange); flex-shrink:0; display:flex; align-items:center; justify-content:center; }
  .after-record b{ font-size:15px; display:block; }
  .after-record span{ font-size:13px; color:#b9c5de; }

  .feat3{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:28px; }
  .feat3 .card{ background:#fff; border-radius:14px; padding:24px; border:1px solid var(--border); }
  .feat3 .ic{ width:36px; height:36px; border-radius:8px; background:var(--card-tint); color:var(--blue); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
  .feat3 h4{ font-size:15.5px; font-weight:600; margin-bottom:6px; }
  .feat3 p{ font-size:13.5px; color:var(--muted); line-height:1.55; }

  /* ===== LIFECYCLE (real sequence -> numbering justified) ===== */
  .lifecycle{ padding:110px 0; }
  .lc-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:52px; counter-reset:step; }
  .lc-card{ background:#fff; border:1px solid var(--border); border-radius:14px; padding:22px; position:relative; box-shadow: var(--shadow-sm); }
  .lc-num{ font-family:'IBM Plex Mono', monospace; font-size:13px; font-weight:600; color:var(--orange); }
  .lc-card h4{ font-size:15.5px; margin:10px 0 6px; font-weight:600; }
  .lc-card p{ font-size:13px; color:var(--muted); line-height:1.5; }
  .lc-card.active{ background:var(--navy); border-color:var(--navy); color:#fff; }
  .lc-card.active p{ color:#b9c5de; }
  .lc-card.active .lc-num{ color:#f4a382; }

  /* ===== REMINDERS ===== */
  .reminders{ padding:100px 0; background: var(--navy); color:#fff; }
  .rem-grid{ display:grid; grid-template-columns: 1fr 0.85fr; gap:64px; align-items:center; margin-top:52px; }
  .escalation{ display:flex; flex-direction:column; gap:12px; }
  .esc-row{ display:flex; align-items:center; gap:16px; background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1); border-radius:10px; padding:16px 18px; }
  .esc-badge{ font-family:'IBM Plex Mono', monospace; font-weight:700; font-size:13px; padding:6px 12px; border-radius:6px; background:var(--blue); min-width:48px; text-align:center; }
  .esc-row.due .esc-badge{ background: var(--orange); }
  .esc-row p{ font-size:14px; color:#d3dcee; }
  .esc-note{ margin-top:6px; font-size:13.5px; color:#7be6b8; display:flex; gap:8px; align-items:center; }

  .phone-mock{ justify-self:center; width:250px; background:#0a1530; border:8px solid #1c2c54; border-radius:32px; padding:16px; box-shadow: var(--shadow); }
  .phone-status{ display:flex; justify-content:space-between; font-size:10px; color:#93a2c2; margin-bottom:12px; }
  .phone-title{ font-size:14px; font-weight:600; margin-bottom:12px; }
  .phone-stats{ display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:14px; }
  .phone-stats div{ background:rgba(255,255,255,0.05); border-radius:8px; padding:10px; }
  .phone-stats .n{ font-family:'IBM Plex Mono', monospace; font-weight:700; font-size:16px; }
  .phone-stats .l{ font-size:10px; color:#93a2c2; }
  .phone-list div{ display:flex; justify-content:space-between; font-size:11.5px; padding:8px 0; border-bottom:1px solid rgba(255,255,255,0.06); color:#d3dcee; }
  .phone-list span.status{ font-family:'IBM Plex Mono', monospace; font-size:9.5px; padding:2px 7px; border-radius:5px; background:rgba(22,145,95,0.25); color:#7be6b8; }

  /* ===== QR ===== */
  .qr{ padding:110px 0; }
  .qr-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:64px; align-items:center; margin-top:20px; }
  .qr-visual{ display:flex; align-items:center; gap:24px; justify-content:center; }
  .qr-tag{ background:#fff; border:1px solid var(--border); border-radius:14px; padding:20px; width:180px; box-shadow: var(--shadow-sm); text-align:center; }
  .qr-tag .badge{ background:var(--blue); color:#fff; font-size:9.5px; font-family:'IBM Plex Mono', monospace; padding:4px 8px; border-radius:5px; display:inline-block; margin-bottom:12px; }
  .qr-pattern{ width:100%; aspect-ratio:1; background:
      linear-gradient(90deg, var(--navy) 25%, transparent 25%) 0 0/20% 20%,
      linear-gradient(var(--navy) 25%, transparent 25%) 0 0/20% 20%,
      #fff;
    background-repeat:repeat; border:1px solid var(--border); border-radius:6px; margin-bottom:10px; }
  .qr-tag .name{ font-size:12.5px; font-weight:600; }
  .qr-tag .id{ font-size:10.5px; color:var(--muted-2); font-family:'IBM Plex Mono', monospace; margin-top:2px; }

  .qr-result{ background: var(--navy); color:#fff; border-radius:14px; padding:20px; width:190px; }
  .qr-result .status{ display:flex; align-items:center; gap:8px; background:rgba(22,145,95,0.2); color:#7be6b8; font-size:11.5px; padding:6px 10px; border-radius:6px; margin-bottom:14px; font-family:'IBM Plex Mono', monospace; }
  .qr-result p{ font-size:12.5px; color:#c3cee5; line-height:1.55; }

  .qr-steps{ display:flex; flex-direction:column; gap:22px; }
  .qr-step{ display:flex; gap:16px; }
  .qr-step .n{ width:32px; height:32px; border-radius:50%; background:var(--card-tint); color:var(--blue); display:flex; align-items:center; justify-content:center; font-family:'IBM Plex Mono', monospace; font-weight:700; font-size:13px; flex-shrink:0; }
  .qr-step h4{ font-size:15.5px; font-weight:600; margin-bottom:4px; }
  .qr-step p{ font-size:13.5px; color:var(--muted); line-height:1.5; }

  /* ===== COMPLIANCE ===== */
  .compliance{ padding:100px 0; background: linear-gradient(180deg, var(--navy) 0%, #0a1530 100%); color:#fff; }
  .comp-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:52px; }
  .comp-card{ background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.1); border-radius:14px; padding:26px; }
  .comp-card .ic{ width:36px; height:36px; border-radius:8px; background:rgba(244,104,42,0.15); color:var(--orange); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
  .comp-card h4{ font-size:16px; font-weight:600; margin-bottom:8px; }
  .comp-card p{ font-size:13.5px; color:#b9c5de; line-height:1.55; }
  .standards{ margin-top:48px; padding-top:36px; border-top:1px solid rgba(255,255,255,0.1); display:flex; align-items:center; gap:36px; flex-wrap:wrap; justify-content:space-between; }
  .standards .lbl{ font-size:12.5px; color:#93a2c2; font-family:'IBM Plex Mono', monospace; letter-spacing:0.05em; }
  .standards .stds{ display:flex; gap:28px; flex-wrap:wrap; }
  .standards b{ font-size:15px; font-weight:600; color:#e7ecf7; }

  /* ===== FINAL CTA ===== */
  .final-cta{ padding:110px 0; }
  .cta-box{
    background: linear-gradient(120deg, var(--navy) 0%, #16296b 100%);
    border-radius:24px; padding:64px; color:#fff;
    display:grid; grid-template-columns: 1.2fr 0.8fr; gap:48px; align-items:center;
    position:relative; overflow:hidden;
  }
  .cta-box::after{
    content:""; position:absolute; right:-60px; top:-60px; width:260px; height:260px;
    border-radius:50%; background: radial-gradient(circle, rgba(244,104,42,0.25), transparent 70%);
  }
  .cta-box h2{ font-size:32px; font-weight:700; line-height:1.2; }
  .cta-box p{ font-size:15.5px; color:#c3cee5; margin-top:14px; line-height:1.6; max-width:440px; }
  .cta-checks{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:28px; }
  .cta-checks div{ display:flex; gap:8px; align-items:center; font-size:13.5px; color:#dbe4f5; }
  .cta-actions{ display:flex; gap:14px; margin-top:32px; }
  .cta-panel{ background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.15); border-radius:16px; padding:28px; text-align:center; }
  .cta-panel .qr-pattern{ width:130px; margin:0 auto 16px; }
  .cta-panel h4{ font-size:15px; font-weight:600; margin-bottom:6px; }
  .cta-panel p{ font-size:12.5px; color:#b9c5de; }

  /* ===== FOOTER ===== */
  footer{ background:#0a1530; color:#93a2c2; padding:56px 0 32px; }
  .foot-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap:40px; }
  .foot-brand{ display:flex; align-items:center; gap:10px; font-weight:700; font-size:18px; color:#fff; margin-bottom:14px; }
  .foot-grid p{ font-size:13.5px; line-height:1.6; max-width:280px; }
  .foot-col h5{ font-size:12.5px; text-transform:uppercase; letter-spacing:0.08em; color:#6f7fa3; margin-bottom:16px; font-family:'IBM Plex Mono', monospace; }
  .foot-col a{ display:block; font-size:13.5px; color:#c3cee5; margin-bottom:11px; }
  .foot-col a:hover{ color:#fff; }
  .foot-bottom{ margin-top:48px; padding-top:24px; border-top:1px solid rgba(255,255,255,0.08); display:flex; justify-content:space-between; font-size:12.5px; color:#6f7fa3; }

  @media (max-width: 980px){
    .hero-grid, .rem-grid, .qr-grid, .cta-box{ grid-template-columns:1fr; }
    .hero h1{ font-size:38px; }
    .pain-grid{ grid-template-columns:repeat(2,1fr); }
    .cost-strip{ grid-template-columns:1fr; }
    .ba-grid{ grid-template-columns:1fr; }
    .ba-arrow{ transform: rotate(90deg); margin:0 auto; }
    .feat3{ grid-template-columns:1fr; }
    .lc-grid{ grid-template-columns:repeat(2,1fr); }
    .comp-grid{ grid-template-columns:1fr; }
    .foot-grid{ grid-template-columns:1fr 1fr; }
    .nav-links{ display:none; }
    .menu-toggle{ display:block; }
  }
  
  .e-con-inner{
      max-width:100% !important;
  }
  
.elementor-element.elementor-element-6ab960f.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-parent.e-lazyloaded {
    padding: 0;
}/* End custom CSS */