:root {
  --navy-950:#04132a;--navy-900:#071b3a;--navy-800:#0c2a53;--blue-700:#0759b6;--blue-600:#0a66c2;
  --cyan:#00c2ff;--teal:#0a8f7a;--purple:#5b5bd6;--orange:#ff9f43;--ink:#10223d;--muted:#5e6f86;
  --surface:#f5f8fc;--border:#dbe5ef;--white:#fff;--shadow:0 22px 60px rgba(7,27,58,.14);
  --shadow-sm:0 10px 30px rgba(7,27,58,.08);--radius:1.15rem;--container:min(1180px,calc(100% - 2rem));
  --header:76px;--transition:180ms ease
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}
img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(0,194,255,.48);outline-offset:3px}
h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--navy-900);line-height:1.15;letter-spacing:-.025em}h1{font-size:clamp(2.55rem,6vw,5.2rem)}h2{font-size:clamp(2rem,4vw,3.35rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}p{color:var(--muted)}
.container{width:var(--container);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:.5rem;left:.5rem;z-index:9999;transform:translateY(-150%);padding:.75rem 1rem;border-radius:.5rem;background:#fff;color:var(--navy-900);font-weight:800;box-shadow:var(--shadow)}.skip-link:focus{transform:translateY(0)}
.staging-banner{display:flex;justify-content:center;gap:.65rem;padding:.45rem 1rem;color:#4d2d00;background:#fff3cf;border-bottom:1px solid #f1d58b;font-size:.78rem;text-align:center}.staging-banner strong{letter-spacing:.08em}
.site-header{position:sticky;top:0;z-index:1000;min-height:var(--header);border-bottom:1px solid rgba(219,229,239,.85);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.header-inner{display:flex;align-items:center;min-height:var(--header);gap:1.25rem}.brand{display:inline-flex;align-items:center;flex:0 0 auto;gap:.72rem}.brand img{width:44px;height:44px}.brand-copy{display:grid;line-height:1}.brand-copy strong{color:var(--navy-900);font-size:1.05rem;letter-spacing:.08em}.brand-copy small{margin-top:.32rem;color:var(--blue-600);font-size:.63rem;font-weight:800;letter-spacing:.25em}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:.1rem;margin-left:auto}.nav-link{display:inline-flex;align-items:center;gap:.25rem;min-height:42px;padding:.65rem .68rem;border:0;border-radius:.65rem;color:#35475f;background:transparent;font-size:.86rem;font-weight:700;cursor:pointer;transition:color var(--transition),background var(--transition)}.nav-link:hover,.nav-link.is-active{color:var(--blue-700);background:#eef6ff}
.nav-chevron{width:16px;height:16px;transform:rotate(90deg);transition:transform var(--transition)}.nav-dropdown{position:relative}.nav-dropdown.is-open .nav-chevron{transform:rotate(-90deg)}
.nav-dropdown-menu{position:absolute;top:calc(100% + .75rem);left:50%;display:grid;width:410px;padding:.55rem;border:1px solid var(--border);border-radius:1rem;background:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translate(-50%,-8px);transition:opacity var(--transition),transform var(--transition),visibility var(--transition)}.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.nav-dropdown-menu a{display:flex;gap:.8rem;padding:.85rem;border-radius:.75rem}.nav-dropdown-menu a:hover{background:var(--surface)}.nav-dropdown-menu strong,.nav-dropdown-menu small{display:block}.nav-dropdown-menu strong{color:var(--navy-900);font-size:.88rem}.nav-dropdown-menu small{margin-top:.15rem;color:var(--muted);font-size:.72rem}.nav-dropdown-menu.is-compact{width:210px}.nav-dropdown-menu.is-compact a{color:var(--navy-800);font-weight:700}
.menu-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:.65rem;color:var(--blue-600);background:#eaf5ff}.icon{width:24px;height:24px}.header-actions{display:flex;align-items:center;gap:.5rem}.portal-link{color:var(--blue-700);font-size:.8rem;font-weight:800;white-space:nowrap}
.mobile-menu-button{display:none;width:44px;height:44px;place-items:center;margin-left:auto;border:1px solid var(--border);border-radius:.75rem;color:var(--navy-900);background:#fff;cursor:pointer}.mobile-menu-button svg{width:24px;height:24px}.menu-close-icon{display:none}.mobile-menu-button[aria-expanded=true] .menu-open-icon{display:none}.mobile-menu-button[aria-expanded=true] .menu-close-icon{display:block}
.mobile-nav{border-top:1px solid var(--border);background:#fff;box-shadow:var(--shadow)}.mobile-nav-inner{display:grid;max-height:calc(100vh - 100px);padding-block:.8rem 1.2rem;overflow-y:auto}.mobile-nav a,.mobile-nav summary{padding:.78rem .2rem;color:var(--navy-900);font-weight:750;cursor:pointer}.mobile-nav details a{display:block;padding-left:1.2rem;color:var(--muted)}.mobile-nav-actions{display:grid;gap:.65rem;margin-top:.75rem}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.78rem 1.15rem;border:1px solid transparent;border-radius:.8rem;font-weight:800;line-height:1;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}.button:hover{transform:translateY(-2px)}.button-small{min-height:40px;padding:.65rem .8rem;font-size:.8rem}.button-primary{color:#fff;background:var(--blue-600);box-shadow:0 10px 25px rgba(10,102,194,.2)}.button-primary:hover{background:var(--blue-700)}.button-ghost{color:var(--navy-900);border-color:var(--border);background:#fff}.button-soft{color:var(--blue-700);background:#eaf5ff}.button-white{color:var(--navy-900);background:#fff}.button-outline-light{color:#fff;border-color:rgba(255,255,255,.4);background:transparent}.button-icon{width:18px;height:18px}.button-row{display:flex;flex-wrap:wrap;gap:.75rem}.centered-buttons{justify-content:center;margin-top:1.2rem}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.8rem;color:var(--blue-700);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eyebrow:before{width:28px;height:2px;content:"";background:currentColor}.eyebrow-light{color:#bdefff}.section{padding:clamp(4rem,8vw,7rem) 0}.section-soft{background:var(--surface)}.section-dark{color:#fff;background:var(--navy-900)}.light-heading{color:#fff}.section-header{display:grid;max-width:760px;margin-bottom:2.5rem}.section-header.is-centered{margin-inline:auto;text-align:center}.section-header.is-centered .eyebrow{justify-content:center}.section-header p{max-width:690px;font-size:1.04rem}
.hero{position:relative;min-height:min(760px,calc(100vh - 100px));overflow:hidden;background:radial-gradient(circle at 78% 25%,rgba(0,194,255,.12),transparent 28%),radial-gradient(circle at 10% 90%,rgba(91,91,214,.10),transparent 24%),linear-gradient(180deg,#fbfdff,#f3f8fc)}.hero:before{position:absolute;inset:0;pointer-events:none;content:"";background-image:linear-gradient(rgba(10,102,194,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,102,194,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 75%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:clamp(2rem,5vw,5rem);min-height:min(730px,calc(100vh - 100px));padding-block:4.5rem}.hero-copy h1{max-width:750px;margin-bottom:1.25rem}.hero-copy h1 span{color:var(--blue-600)}.hero-copy>p{max-width:650px;margin-bottom:1.7rem;font-size:clamp(1.02rem,1.7vw,1.2rem)}.hero-notes{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:1.7rem}.hero-note{display:inline-flex;align-items:center;gap:.45rem;color:#43556d;font-size:.86rem;font-weight:700}.hero-note svg{width:17px;color:var(--teal)}
.dashboard-visual{position:relative;padding:1rem}.dashboard-shell{position:relative;overflow:hidden;border:1px solid rgba(219,229,239,.9);border-radius:1.7rem;background:rgba(255,255,255,.96);box-shadow:var(--shadow)}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-bottom:1px solid var(--border)}.dashboard-topbar strong{color:var(--navy-900)}.window-dots{display:flex;gap:.35rem}.window-dots span{width:8px;height:8px;border-radius:50%;background:#d2dde8}
.dashboard-body{display:grid;grid-template-columns:110px 1fr;min-height:390px}.dashboard-sidebar{padding:1rem .8rem;background:var(--navy-900)}.dashboard-sidebar span{display:block;height:10px;margin-bottom:1rem;border-radius:1rem;background:rgba(255,255,255,.22)}.dashboard-sidebar span:nth-child(2){width:75%}.dashboard-sidebar span:nth-child(3){width:88%}.dashboard-sidebar span:nth-child(4){width:64%}.dashboard-main{padding:1.2rem;background:#f7fafd}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.dashboard-stat{padding:.9rem;border:1px solid var(--border);border-radius:.9rem;background:#fff}.dashboard-stat small,.dashboard-stat strong{display:block}.dashboard-stat small{color:var(--muted);font-size:.68rem}.dashboard-stat strong{margin-top:.35rem;color:var(--navy-900);font-size:1.35rem}.dashboard-chart{display:flex;align-items:end;gap:.6rem;height:150px;margin-top:1rem;padding:1rem;border:1px solid var(--border);border-radius:.9rem;background:#fff}.dashboard-chart span{flex:1;min-width:12px;border-radius:.4rem .4rem .15rem .15rem;background:linear-gradient(180deg,var(--cyan),var(--blue-600))}.dashboard-chart span:nth-child(1){height:42%}.dashboard-chart span:nth-child(2){height:70%}.dashboard-chart span:nth-child(3){height:55%}.dashboard-chart span:nth-child(4){height:86%}.dashboard-chart span:nth-child(5){height:64%}.dashboard-chart span:nth-child(6){height:93%}.dashboard-alert{display:flex;align-items:center;gap:.65rem;margin-top:1rem;padding:.9rem;border-radius:.9rem;color:#075444;background:#e5f8f2;font-size:.76rem;font-weight:800}.dashboard-alert svg{width:20px}.floating-badge{position:absolute;right:-1rem;bottom:2.5rem;display:flex;align-items:center;gap:.75rem;max-width:235px;padding:.9rem 1rem;border:1px solid rgba(219,229,239,.9);border-radius:1rem;background:#fff;box-shadow:var(--shadow)}.floating-badge-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:.75rem;color:#fff;background:var(--teal)}.floating-badge small,.floating-badge strong{display:block}.floating-badge small{color:var(--muted)}.floating-badge strong{color:var(--navy-900)}
.sms-showcase{overflow:hidden}.sms-showcase-shell{position:relative;padding:clamp(2rem,5vw,4rem);border-radius:2rem;background:radial-gradient(circle at 15% 20%,rgba(0,194,255,.22),transparent 28%),radial-gradient(circle at 90% 85%,rgba(91,91,214,.24),transparent 30%),var(--navy-900);box-shadow:var(--shadow)}.sms-showcase-copy{max-width:710px;margin:0 auto 2.5rem;text-align:center}.sms-showcase-copy h2,.sms-showcase-copy p{color:#fff}.sms-showcase-copy p{color:#c5d8eb}.sms-phones{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:clamp(.8rem,2vw,1.5rem);max-width:930px;margin-inline:auto}.sms-phone{position:relative;min-height:445px;padding:.62rem;border:1px solid rgba(255,255,255,.16);border-radius:2rem;background:#061225;box-shadow:0 30px 70px rgba(0,0,0,.28);transform:translateY(14px) scale(.96);transition:transform 350ms ease}.sms-phone.is-primary{z-index:2;transform:translateY(0) scale(1.04)}.phone-screen{display:flex;min-height:425px;flex-direction:column;overflow:hidden;border-radius:1.5rem;background:#f7fafe}.phone-status{display:flex;align-items:center;justify-content:space-between;padding:.55rem .9rem;color:#4a5b70;font-size:.66rem;font-weight:800}.phone-notch{width:80px;height:18px;margin:-.15rem auto 0;border-radius:0 0 .9rem .9rem;background:#061225}.phone-header{padding:1rem;border-bottom:1px solid #e4ebf2;background:#fff}.phone-sender{display:flex;align-items:center;gap:.7rem}.sender-logo{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:.7rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--teal));font-size:.66rem;font-weight:900}.phone-sender strong,.phone-sender small{display:block}.phone-sender strong{color:var(--navy-900);font-size:.8rem}.phone-sender small{margin-top:.1rem;color:var(--muted);font-size:.62rem}.phone-body{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1.2rem}.message-date{margin-bottom:.75rem;color:#728196;font-size:.65rem;font-weight:800;text-align:center}.message-bubble{padding:1rem;border-radius:1rem 1rem .25rem 1rem;color:#25384f;background:#fff;box-shadow:0 10px 30px rgba(7,27,58,.08);font-size:.78rem;line-height:1.55}.message-bubble strong{color:var(--navy-900)}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:.3rem;margin-top:.55rem;color:#6b7b90;font-size:.62rem;font-weight:800}.message-status{color:#b56a00}.message-status.is-delivered{color:#16855c}.phone-footer{padding:.75rem 1rem 1rem}.phone-input{height:38px;border:1px solid #dbe5ef;border-radius:1rem;background:#fff}.sms-controls{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:2.1rem}.icon-button{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff;background:rgba(255,255,255,.08);cursor:pointer}.icon-button:hover{background:rgba(255,255,255,.16)}.icon-button svg{width:20px}.sms-dots{display:flex;gap:.5rem}.sms-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer}.sms-dot.is-active{width:28px;border-radius:1rem;background:#fff}.noscript-message{margin-top:1rem;color:#c5d8eb;text-align:center}
.card-grid,.pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-card{position:relative;display:flex;min-height:355px;flex-direction:column;overflow:hidden;padding:1.45rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.product-card:before{position:absolute;inset:0 0 auto;height:4px;content:"";background:var(--blue-600)}.product-card[data-accent=cyan]:before{background:var(--cyan)}.product-card[data-accent=purple]:before{background:var(--purple)}.product-card[data-accent=orange]:before{background:var(--orange)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card-icon,.benefit-card-icon,.page-hero-panel-icon{display:grid;place-items:center;border-radius:.9rem}.product-card-icon{width:52px;height:52px;margin-bottom:1.25rem;color:var(--blue-600);background:#eaf5ff}.product-card[data-accent=cyan] .product-card-icon{color:#007b9e;background:#dff7ff}.product-card[data-accent=purple] .product-card-icon{color:var(--purple);background:#efefff}.product-card[data-accent=orange] .product-card-icon{color:#a45b00;background:#fff1df}.card-number{color:#8da0b5;font-size:.72rem;font-weight:900;letter-spacing:.12em}.product-card h3{margin:.65rem 0 .75rem}.product-card p{margin-bottom:1.2rem;font-size:.91rem}.card-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;color:var(--blue-700);font-size:.87rem;font-weight:850}.card-link svg{width:17px}
.benefit-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.benefit-card{padding:1.2rem;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}.benefit-card-icon{width:44px;height:44px;margin-bottom:1rem;color:#fff;background:var(--navy-900)}.benefit-card h3{font-size:1rem}.benefit-card p{margin-bottom:0;font-size:.85rem}
.showcase-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,5rem)}.feature-list{display:grid;gap:.8rem;margin:1.5rem 0;padding:0;list-style:none}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;color:#34475f;font-weight:700}.feature-list svg{width:20px;flex:0 0 20px;margin-top:.15rem;color:var(--teal)}.showcase-panel{padding:clamp(1.5rem,4vw,2.6rem);border-radius:1.75rem;color:#fff;background:var(--navy-900);box-shadow:var(--shadow)}.showcase-panel h3,.showcase-panel p{color:#fff}.showcase-panel p{color:#c7d8ea}.showcase-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;margin-top:1.5rem}.showcase-metric{padding:1rem;border:1px solid rgba(255,255,255,.14);border-radius:1rem;background:rgba(255,255,255,.07)}.showcase-metric strong,.showcase-metric small{display:block}.showcase-metric small{color:#b8cade}
.pricing-card{display:flex;min-height:390px;flex-direction:column;padding:1.45rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}.pricing-card.is-featured{border-color:var(--blue-600);box-shadow:0 22px 60px rgba(10,102,194,.15)}.pricing-label{color:var(--blue-700);font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.pricing-card h3{margin:.75rem 0 .5rem}.price{margin:1rem 0;color:var(--navy-900);font-size:1.35rem;font-weight:900}.pricing-card ul{display:grid;gap:.6rem;margin:0 0 1.4rem;padding:0;list-style:none}.pricing-card li{display:flex;gap:.55rem;color:#455870;font-size:.87rem}.pricing-card li svg{width:17px;flex:0 0 17px;color:var(--teal)}.pricing-card .button{margin-top:auto}
.steps,.workflow{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.steps{counter-reset:steps}.step{position:relative;padding:1.4rem;border-top:1px solid var(--border);counter-increment:steps}.step:before{display:grid;width:40px;height:40px;place-items:center;margin-bottom:1rem;border-radius:.8rem;color:#fff;background:var(--blue-600);content:counter(steps,decimal-leading-zero);font-size:.8rem;font-weight:900}.step p{margin-bottom:0;font-size:.88rem}.faq-list{display:grid;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:.9rem;background:#fff}.faq-item summary{padding:1.05rem 1.2rem;color:var(--navy-900);font-weight:850;cursor:pointer}.faq-item p{padding:0 1.2rem 1.1rem;margin:0}
.page-hero{position:relative;overflow:hidden;padding:clamp(4rem,9vw,7.5rem) 0;background:radial-gradient(circle at 85% 20%,rgba(0,194,255,.15),transparent 30%),linear-gradient(180deg,#f8fbff,#eef5fb)}.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:3rem}.page-hero h1{max-width:850px;margin-bottom:1rem;font-size:clamp(2.45rem,5.5vw,4.8rem)}.page-hero-copy>p{max-width:700px;font-size:1.08rem}.page-hero-panel{padding:1.6rem;border:1px solid var(--border);border-radius:1.75rem;background:#fff;box-shadow:var(--shadow)}.page-hero-panel-icon{width:58px;height:58px;margin-bottom:1rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--teal))}
.feature-grid,.resource-grid,.placeholder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.feature-card,.resource-card,.placeholder-card,.content-card{padding:1.35rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.content-card{padding:1.5rem;box-shadow:var(--shadow-sm)}.content-card+.content-card{margin-top:1rem}.feature-card p,.resource-card p,.placeholder-card p{margin-bottom:0;font-size:.9rem}.workflow-item{padding:1.2rem;border-radius:var(--radius);background:rgba(255,255,255,.08)}.workflow-item span{display:inline-flex;margin-bottom:.8rem;color:var(--cyan);font-size:.74rem;font-weight:900;letter-spacing:.12em}.workflow-item h3{color:#fff;font-size:1rem}.workflow-item p{color:#c2d4e7;font-size:.85rem}
.form-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:2rem;padding:clamp(1.2rem,4vw,2.5rem);border:1px solid var(--border);border-radius:1.75rem;background:#fff;box-shadow:var(--shadow)}.form-intro{padding:1rem;border-radius:var(--radius);color:#fff;background:var(--navy-900)}.form-intro h2,.form-intro p{color:#fff}.form-intro p{color:#c2d3e5}.contact-list{display:grid;gap:.75rem;margin-top:1.4rem}.contact-list a,.contact-list span{display:flex;align-items:center;gap:.6rem;color:#e0eef9;font-weight:700}.contact-list svg{width:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.field{display:grid;gap:.4rem}.field-full{grid-column:1/-1}.field label{color:var(--navy-900);font-size:.84rem;font-weight:850}.field input,.field select,.field textarea{width:100%;border:1px solid #cbd9e7;border-radius:.75rem;color:var(--ink);background:#fff}.field input,.field select{min-height:48px;padding:.7rem .8rem}.field textarea{min-height:135px;padding:.8rem;resize:vertical}.form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.2rem}.form-result{display:none;padding:.85rem 1rem;border-radius:.75rem;color:#075444;background:#e5f8f2;font-weight:750}.form-result.is-visible{display:block}
.notice{padding:1rem 1.15rem;border:1px solid #bdddf9;border-radius:.9rem;color:#134d7a;background:#eef8ff}.notice-warning{border-color:#ecd49b;color:#6f4700;background:#fff8e6}.notice strong{display:block;margin-bottom:.2rem}.resource-card .tag,.placeholder-card .tag{display:inline-flex;margin-bottom:.85rem;padding:.3rem .55rem;border-radius:999px;color:var(--blue-700);background:#eaf5ff;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:3rem}.sidebar-stack{display:grid;align-content:start;gap:1rem}.portal-coming-soon{display:grid;max-width:760px;margin-inline:auto;text-align:center}.portal-mark{display:grid;width:82px;height:82px;place-items:center;margin:0 auto 1.25rem;border-radius:1.3rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--teal));box-shadow:var(--shadow)}.portal-mark svg{width:38px}.school-list{display:grid;gap:1rem}.school-entry{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem;border:1px solid var(--border);border-radius:1rem;background:#fff}.school-entry strong,.school-entry small{display:block}.school-entry small{color:var(--muted)}
.footer-cta{padding:3.2rem 0;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(0,194,255,.23),transparent 30%),linear-gradient(135deg,var(--blue-700),var(--navy-900))}.footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer-cta h2,.footer-cta p{color:#fff}.footer-cta h2{max-width:700px;margin-bottom:.6rem;font-size:clamp(1.8rem,4vw,3rem)}.footer-cta p{max-width:690px;margin-bottom:0;color:#c9def0}.site-footer{padding:4rem 0 1.2rem;color:#c3d4e5;background:var(--navy-950)}.footer-grid{display:grid;grid-template-columns:1.55fr repeat(4,1fr);gap:2rem}.footer-grid h3{margin-bottom:1rem;color:#fff;font-size:.9rem}.footer-grid a,.footer-grid span{display:block;margin-bottom:.55rem;color:#b7c9dc;font-size:.84rem}.footer-grid a:hover{color:#fff}.brand-footer .brand-copy strong,.brand-footer .brand-copy small{color:#fff}.footer-brand p{max-width:310px;color:#aebfd1;font-size:.88rem}.footer-tagline{font-weight:750}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.1);color:#8fa4b9;font-size:.76rem}.footer-bottom p{margin:0;color:inherit}.footer-bottom div{display:flex;gap:1rem}.version-badge{padding:.25rem .55rem;border:1px solid rgba(255,255,255,.12);border-radius:999px}
@media(max-width:1120px){.desktop-nav,.header-actions{display:none}.mobile-menu-button{display:grid}.card-grid,.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}}
@media(max-width:900px){.hero-grid,.page-hero-grid,.showcase-grid,.form-shell,.content-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-grid{min-height:auto;padding-block:4rem}.hero-copy{text-align:center}.hero-copy>p,.hero-copy h1{margin-inline:auto}.hero-copy .button-row,.hero-notes{justify-content:center}.dashboard-visual{max-width:680px;margin-inline:auto}.floating-badge{right:0}.sms-phones{grid-template-columns:repeat(2,minmax(0,1fr));max-width:650px}.sms-phone:nth-child(3){display:none}.steps,.workflow{grid-template-columns:repeat(2,1fr)}.resource-grid,.placeholder-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){:root{--container:min(100% - 1.25rem,1180px);--header:66px}.staging-banner{align-items:center;flex-direction:column;gap:.05rem;padding:.35rem .7rem}.brand img{width:38px;height:38px}.brand-copy strong{font-size:.95rem}.hero-grid{padding-block:3.2rem}.hero h1{font-size:clamp(2.45rem,13vw,3.8rem)}.dashboard-visual{padding:0}.dashboard-body{grid-template-columns:70px 1fr;min-height:320px}.dashboard-stats{grid-template-columns:1fr}.dashboard-stat:nth-child(n+2){display:none}.dashboard-chart{height:120px}.floating-badge{position:relative;right:auto;bottom:auto;max-width:none;margin-top:.8rem}.sms-showcase-shell{padding-inline:1rem;border-radius:1.2rem}.sms-phones{grid-template-columns:1fr;max-width:310px}.sms-phone:nth-child(n+2){display:none}.sms-phone,.sms-phone.is-primary{min-height:410px;transform:none}.phone-screen{min-height:390px}.card-grid,.pricing-grid,.benefit-grid,.steps,.workflow,.feature-grid,.resource-grid,.placeholder-grid,.form-grid,.footer-grid{grid-template-columns:1fr}.product-card{min-height:auto}.showcase-metrics{grid-template-columns:1fr}.field-full{grid-column:auto}.school-entry{align-items:flex-start;flex-direction:column}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom div{flex-wrap:wrap}.section{padding-block:4rem}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.sms-phone{transform:none!important}}

.form-grid-spaced{margin-top:1rem}

/* ==========================================================
   LASET PREMIUM CORPORATE REDESIGN — PHONE-FIRST HOMEPAGE
   ========================================================== */
:root{
  --navy-950:#031126;
  --navy-900:#071a38;
  --navy-800:#0b2d5c;
  --blue-700:#0759b8;
  --blue-600:#0b6fd3;
  --blue-500:#1397e6;
  --cyan:#16c5ee;
  --teal:#0b9a82;
  --purple:#6b62e7;
  --orange:#f39a35;
  --gold:#f4c455;
  --ink:#0b1f3a;
  --muted:#60738c;
  --surface:#f4f8fc;
  --surface-blue:#edf6ff;
  --border:#d8e4ef;
  --shadow:0 28px 80px rgba(3,17,38,.14);
  --shadow-sm:0 12px 36px rgba(3,17,38,.08);
  --radius:1.35rem;
  --container:min(1240px,calc(100% - 2.5rem));
  --header:82px;
}
body{background:#fff;color:var(--ink);font-size:16px;line-height:1.7}
h1,h2,h3,h4{letter-spacing:-.035em}
h1{font-size:clamp(3rem,6.2vw,5.75rem)}
h2{font-size:clamp(2.15rem,4.3vw,3.8rem)}
.section{padding:clamp(5rem,8vw,8rem) 0}
.section-header{max-width:820px;margin-bottom:3rem}
.section-header h2{margin-bottom:1rem}
.section-header p{font-size:1.05rem}
.section-header-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.7fr);align-items:end;max-width:none;gap:3rem}
.section-header-split p{margin:0 0 .25rem}

.site-header{min-height:var(--header);border-bottom:1px solid rgba(216,228,239,.72);background:rgba(255,255,255,.9);box-shadow:0 8px 30px rgba(3,17,38,.04);backdrop-filter:blur(18px)}
.header-inner{min-height:var(--header);gap:1.35rem}
.brand{gap:.8rem}.brand img{width:48px;height:48px}.brand-copy strong{font-size:1.1rem}.brand-copy small{font-size:.65rem}
.desktop-nav{gap:.18rem}.nav-link{padding:.72rem .78rem;font-size:.84rem}.nav-link:hover,.nav-link.is-active{color:var(--blue-700);background:#ebf5ff}
.header-actions{gap:.6rem}.header-actions .button{border-radius:.9rem}.portal-link{padding:.6rem .2rem}
.nav-dropdown-menu{border-color:rgba(216,228,239,.85);box-shadow:0 24px 70px rgba(3,17,38,.16)}
.button{min-height:50px;padding:.82rem 1.25rem;border-radius:.9rem}.button-large{min-height:56px;padding:.95rem 1.45rem}.button-primary{background:linear-gradient(135deg,var(--blue-600),#0755b8);box-shadow:0 14px 32px rgba(11,111,211,.26)}.button-primary:hover{background:linear-gradient(135deg,#0879df,#064fa7)}
.button-hero-secondary{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.09);backdrop-filter:blur(10px)}.button-hero-secondary:hover{background:rgba(255,255,255,.16)}
.eyebrow{margin-bottom:1rem;font-size:.74rem;letter-spacing:.16em}.eyebrow:before{width:34px}

/* Phone-first premium hero */
.hero-premium{position:relative;min-height:auto;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 18%,rgba(22,197,238,.21),transparent 31%),radial-gradient(circle at 12% 85%,rgba(107,98,231,.2),transparent 30%),linear-gradient(128deg,#031126 0%,#071d42 53%,#0a2b59 100%)}
.hero-premium:before{position:absolute;inset:0;content:"";pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 90%)}
.hero-premium:after{position:absolute;right:-170px;bottom:-230px;width:520px;height:520px;border:1px solid rgba(255,255,255,.12);border-radius:50%;content:"";box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}
.hero-premium-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(430px,.82fr) minmax(590px,1.18fr);align-items:center;gap:clamp(2.5rem,5vw,5.5rem);min-height:780px;padding:clamp(5rem,8vw,7rem) 0}
.hero-premium-copy h1{max-width:720px;margin-bottom:1.3rem;color:#fff;font-size:clamp(3.25rem,5.7vw,5.4rem);line-height:1.01}
.hero-premium-copy h1 span{display:block;color:#65d7ff;background:linear-gradient(90deg,#65d7ff,#8ee8db);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.hero-premium-copy>p{max-width:650px;margin-bottom:1.9rem;color:#c4d7ea;font-size:clamp(1.02rem,1.35vw,1.18rem)}
.hero-kicker{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1.35rem;color:#d9e8f7;font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.hero-kicker-dot{width:9px;height:9px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 7px rgba(22,197,238,.12)}
.hero-actions{margin-bottom:1.7rem}.hero-proof{display:flex;flex-wrap:wrap;gap:.75rem 1.15rem}.hero-proof span{display:inline-flex;align-items:center;gap:.42rem;color:#afc5da;font-size:.78rem;font-weight:750}.hero-proof svg{width:16px;color:#79e3cc}
.hero-device-showcase{position:relative;padding:1.35rem 1.25rem 1.1rem;border:1px solid rgba(255,255,255,.13);border-radius:2rem;background:linear-gradient(155deg,rgba(255,255,255,.1),rgba(255,255,255,.035));box-shadow:0 42px 95px rgba(0,0,0,.34);backdrop-filter:blur(18px)}
.device-showcase-topline{display:flex;align-items:center;gap:.65rem;padding:.15rem .25rem 1.2rem;color:#d9e7f5}.device-showcase-topline strong{font-size:.83rem}.device-showcase-topline small{margin-left:auto;color:#8faccc;font-size:.68rem}.live-dot{width:8px;height:8px;border-radius:50%;background:#62dfb4;box-shadow:0 0 0 6px rgba(98,223,180,.12)}
.hero-phones{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:.78rem;max-width:none}
.hero-device-showcase .sms-phone{min-height:362px;padding:.48rem;border-radius:1.72rem;background:#020b19;box-shadow:0 26px 48px rgba(0,0,0,.3);transform:translateY(12px) scale(.94)}
.hero-device-showcase .sms-phone.is-primary{transform:translateY(0) scale(1.02)}
.hero-device-showcase .phone-screen{min-height:346px;border-radius:1.3rem}
.hero-device-showcase .phone-status{padding:.42rem .7rem;font-size:.55rem}.hero-device-showcase .phone-notch{width:66px;height:15px}
.hero-device-showcase .phone-header{padding:.78rem}.hero-device-showcase .phone-sender{gap:.55rem}.hero-device-showcase .sender-logo{width:33px;height:33px;flex-basis:33px;font-size:.56rem}.hero-device-showcase .phone-sender strong{font-size:.68rem}.hero-device-showcase .phone-sender small{font-size:.52rem}
.hero-device-showcase .phone-body{padding:.9rem}.hero-device-showcase .message-date{font-size:.54rem}.hero-device-showcase .message-bubble{padding:.85rem;font-size:.66rem;line-height:1.5}.hero-device-showcase .message-bubble p{margin:.28rem 0 0;color:#50647c}.hero-device-showcase .message-meta{font-size:.52rem}.hero-device-showcase .phone-footer{padding:.6rem .8rem .8rem}.hero-device-showcase .phone-input{height:31px}
.hero-device-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:.1rem .3rem}.hero-device-footer .sms-controls{margin:0;gap:.5rem}.hero-device-footer .icon-button{width:35px;height:35px}.hero-device-footer .icon-button svg{width:17px}.hero-device-footer .sms-dots{gap:.35rem}.hero-device-footer .sms-dot{width:7px;height:7px}.hero-device-footer .sms-dot.is-active{width:22px}.device-caption{color:#8eaac7;font-size:.62rem;font-weight:700}
.hero-float-card{position:absolute;z-index:5;display:flex;align-items:center;gap:.65rem;min-width:184px;padding:.75rem .85rem;border:1px solid rgba(255,255,255,.16);border-radius:1rem;color:#fff;background:rgba(4,19,42,.84);box-shadow:0 18px 40px rgba(0,0,0,.24);backdrop-filter:blur(14px)}.hero-float-card>span{display:grid;width:37px;height:37px;place-items:center;border-radius:.75rem;color:#fff;background:linear-gradient(135deg,var(--blue-500),var(--cyan))}.hero-float-card svg{width:18px}.hero-float-card small,.hero-float-card strong{display:block}.hero-float-card small{color:#9db4ca;font-size:.62rem}.hero-float-card strong{font-size:.76rem}.hero-float-card-left{left:-3.2rem;bottom:5.3rem}.hero-float-card-right{right:-2.2rem;top:6.2rem}.hero-float-card-right>span{background:linear-gradient(135deg,var(--teal),#27c7a2)}

/* Credibility strip */
.trust-strip{position:relative;z-index:3;border-bottom:1px solid var(--border);background:#fff;box-shadow:0 16px 45px rgba(3,17,38,.05)}
.trust-strip-grid{display:grid;grid-template-columns:1.15fr repeat(3,1fr);align-items:stretch}
.trust-intro,.trust-item{min-height:125px;padding:1.35rem 1.45rem;border-right:1px solid var(--border)}.trust-intro{display:flex;justify-content:center;flex-direction:column;padding-left:0}.trust-intro .eyebrow{margin:0 0 .35rem}.trust-intro>strong{color:var(--navy-900);font-size:1.05rem}.trust-item{display:flex;align-items:center;gap:.8rem}.trust-item:last-child{border-right:0}.trust-item>span{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:.9rem;color:var(--blue-700);background:var(--surface-blue)}.trust-item svg{width:22px}.trust-item strong,.trust-item small{display:block}.trust-item strong{color:var(--navy-900);font-size:.88rem}.trust-item small{margin-top:.15rem;color:var(--muted);font-size:.7rem;line-height:1.4}

/* Product hierarchy cards */
.products-premium{background:linear-gradient(180deg,#fff,#f7fafe)}
.product-premium-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:1.1rem}
.product-premium-card{position:relative;display:flex;min-height:390px;flex-direction:column;overflow:hidden;padding:1.6rem;border:1px solid var(--border);border-radius:1.45rem;background:#fff;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.product-premium-card:before{position:absolute;top:0;right:0;width:150px;height:150px;border-radius:0 0 0 100%;content:"";background:linear-gradient(135deg,rgba(11,111,211,.13),transparent)}
.product-premium-card:hover{transform:translateY(-7px);border-color:#bdd7ef;box-shadow:0 28px 65px rgba(3,17,38,.13)}
.product-premium-card.is-flagship{color:#fff;border-color:transparent;background:radial-gradient(circle at 95% 5%,rgba(22,197,238,.25),transparent 30%),linear-gradient(145deg,var(--navy-900),#0b3f7d)}
.product-premium-card.is-flagship:before{background:linear-gradient(135deg,rgba(255,255,255,.13),transparent)}
.product-premium-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin-bottom:2.3rem}.product-index{color:#8ba0b7;font-size:.7rem;font-weight:900;letter-spacing:.18em}.is-flagship .product-index{color:#96b7d4}
.product-premium-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:1rem;color:var(--blue-700);background:#eaf5ff}.product-premium-icon svg{width:26px}.product-premium-card[data-accent=cyan] .product-premium-icon{color:#0085a6;background:#e1faff}.product-premium-card[data-accent=purple] .product-premium-icon{color:var(--purple);background:#f0efff}.product-premium-card[data-accent=orange] .product-premium-icon{color:#a85f00;background:#fff2e2}.product-premium-card.is-flagship .product-premium-icon{color:#fff;background:rgba(255,255,255,.12)}
.flagship-label{position:relative;z-index:2;display:inline-flex;align-self:flex-start;margin-bottom:.9rem;padding:.32rem .62rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#bceeff;background:rgba(255,255,255,.07);font-size:.63rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.product-premium-card h3{position:relative;z-index:2;margin-bottom:.8rem;font-size:clamp(1.25rem,2vw,1.6rem)}.product-premium-card p{position:relative;z-index:2;margin-bottom:1.4rem;font-size:.88rem}.product-premium-card.is-flagship h3{color:#fff}.product-premium-card.is-flagship p{color:#c0d5e9}.product-premium-card .card-link{position:relative;z-index:2}.product-premium-card.is-flagship .card-link{color:#79ddff}

/* School flagship showcase */
.flagship-showcase{overflow:hidden;background:#fff}
.flagship-grid{display:grid;grid-template-columns:minmax(0,.83fr) minmax(610px,1.17fr);align-items:center;gap:clamp(3rem,6vw,6.5rem)}
.flagship-copy>p{max-width:650px;font-size:1.04rem}.feature-chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:1.7rem 0 2rem}.feature-chip-grid span{display:flex;align-items:center;gap:.5rem;padding:.7rem .8rem;border:1px solid var(--border);border-radius:.8rem;color:#334a64;background:#fff;font-size:.8rem;font-weight:750}.feature-chip-grid svg{width:17px;color:var(--teal)}
.school-product-visual{overflow:hidden;border:1px solid #d9e5f0;border-radius:1.7rem;background:#fff;box-shadow:0 32px 80px rgba(3,17,38,.14);transform:perspective(1200px) rotateY(-2deg)}
.school-browser-bar{display:flex;align-items:center;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid var(--border);background:#f9fbfd}.school-browser-bar>span{display:flex;gap:.35rem}.school-browser-bar i{width:8px;height:8px;border-radius:50%;background:#ccd8e4}.school-browser-bar strong{color:var(--navy-900);font-size:.86rem}.school-browser-bar small{margin-left:auto;color:var(--muted);font-size:.68rem}
.school-product-body{display:grid;grid-template-columns:82px 1fr;min-height:480px}.school-product-body>aside{display:flex;align-items:center;flex-direction:column;gap:1rem;padding:1.1rem .8rem;background:var(--navy-900)}.side-logo{display:grid;width:40px;height:40px;place-items:center;margin-bottom:.8rem;border-radius:.8rem;color:#fff;background:linear-gradient(135deg,var(--blue-500),var(--cyan));font-size:.7rem;font-weight:900}.school-product-body>aside i{width:34px;height:9px;border-radius:999px;background:rgba(255,255,255,.19)}.school-product-body>aside i.is-active{height:34px;background:rgba(22,197,238,.25);box-shadow:inset 0 0 0 1px rgba(22,197,238,.34)}
.school-workspace{padding:1.2rem;background:#f3f7fb}.workspace-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.workspace-heading small,.workspace-heading strong{display:block}.workspace-heading small{color:var(--muted);font-size:.65rem}.workspace-heading strong{color:var(--navy-900);font-size:1rem}.workspace-status{padding:.38rem .65rem;border-radius:999px;color:#0b755f;background:#dff7ef;font-size:.64rem;font-weight:850}
.workspace-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.workspace-stats article{padding:1rem;border:1px solid var(--border);border-radius:1rem;background:#fff}.workspace-stats small,.workspace-stats strong,.workspace-stats span{display:block}.workspace-stats small{color:var(--muted);font-size:.62rem}.workspace-stats strong{margin:.35rem 0 .3rem;color:var(--navy-900);font-size:.85rem}.workspace-stats span{color:#718299;font-size:.58rem;line-height:1.4}
.workspace-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:.8rem;margin-top:.85rem}.workspace-chart,.workspace-activity{padding:1rem;border:1px solid var(--border);border-radius:1rem;background:#fff}.workspace-chart header{display:flex;justify-content:space-between;gap:.8rem}.workspace-chart header strong{color:var(--navy-900);font-size:.74rem}.workspace-chart header small{color:var(--muted);font-size:.55rem}.chart-bars{display:flex;align-items:end;gap:.45rem;height:160px;margin-top:1rem;padding-top:.8rem;border-top:1px solid #edf1f5}.chart-bars i{flex:1;min-width:10px;border-radius:.35rem .35rem .1rem .1rem;background:linear-gradient(180deg,var(--cyan),var(--blue-600))}.chart-bars i:nth-child(1){height:38%}.chart-bars i:nth-child(2){height:60%}.chart-bars i:nth-child(3){height:48%}.chart-bars i:nth-child(4){height:78%}.chart-bars i:nth-child(5){height:58%}.chart-bars i:nth-child(6){height:88%}.chart-bars i:nth-child(7){height:72%}.workspace-activity{display:grid;align-content:start;gap:.7rem}.workspace-activity>strong{color:var(--navy-900);font-size:.75rem}.workspace-activity>span{display:flex;align-items:center;gap:.45rem;padding:.7rem;border-radius:.7rem;color:#465d75;background:#f4f8fb;font-size:.61rem;font-weight:750}.workspace-activity svg{width:16px;color:var(--blue-600)}

/* Shared service showcases */
.product-showcase-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.product-showcase-grid.is-reversed{grid-template-columns:minmax(560px,1.08fr) minmax(0,.92fr)}
.product-showcase-copy>p{max-width:650px;font-size:1.03rem}.product-showcase-copy .feature-list{margin:1.7rem 0 2rem}.product-showcase-copy .feature-list li{padding:.18rem 0}
.bulk-product-section{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 12% 10%,rgba(22,197,238,.2),transparent 32%),radial-gradient(circle at 86% 88%,rgba(107,98,231,.2),transparent 30%),linear-gradient(135deg,#04142d,#082a56)}.bulk-product-section:before{position:absolute;inset:0;content:"";pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px}.bulk-product-section .container{position:relative}.bulk-product-section h2{color:#fff}.bulk-product-section .product-showcase-copy>p{color:#bed2e6}.feature-list-light li{color:#deebf7}.feature-list-light svg{color:#68dfc1}
.bulk-visual{position:relative;display:grid;grid-template-columns:minmax(250px,.85fr) minmax(260px,1.15fr);align-items:center;gap:1rem;padding:1.4rem;border:1px solid rgba(255,255,255,.14);border-radius:1.8rem;background:rgba(255,255,255,.07);box-shadow:0 30px 80px rgba(0,0,0,.24);backdrop-filter:blur(14px)}
.bulk-phone-mini{min-height:420px;padding:.7rem;border:7px solid #020a17;border-radius:2rem;background:#f4f8fb;box-shadow:0 22px 55px rgba(0,0,0,.3)}.bulk-phone-status{display:flex;justify-content:space-between;padding:.35rem;color:#4b5c72;font-size:.58rem;font-weight:850}.bulk-phone-head{display:flex;align-items:center;gap:.6rem;margin:.5rem -.1rem 0;padding:.85rem;border-radius:.8rem;background:#fff}.bulk-phone-head>span{display:grid;width:37px;height:37px;place-items:center;border-radius:.75rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--teal));font-size:.62rem;font-weight:900}.bulk-phone-head strong,.bulk-phone-head small{display:block}.bulk-phone-head strong{color:var(--navy-900);font-size:.7rem}.bulk-phone-head small{color:var(--muted);font-size:.54rem}.bulk-message-card{margin-top:3.4rem;padding:1rem;border-radius:1rem 1rem .3rem 1rem;background:#fff;box-shadow:0 12px 30px rgba(3,17,38,.08)}.bulk-message-card small,.bulk-message-card strong{display:block}.bulk-message-card small{margin-bottom:.6rem;color:#6d7f95;font-size:.58rem;text-align:center}.bulk-message-card strong{color:var(--navy-900);font-size:.78rem}.bulk-message-card p{margin:.35rem 0 .65rem;color:#52667e;font-size:.66rem;line-height:1.55}.bulk-message-card>span{display:block;color:#11815f;font-size:.55rem;font-weight:850;text-align:right}
.delivery-panel{padding:1.1rem;border:1px solid rgba(255,255,255,.14);border-radius:1.25rem;background:rgba(3,17,38,.68)}.delivery-panel-head{display:flex;align-items:center;gap:.7rem;margin-bottom:1.5rem}.delivery-panel-head>span{display:grid;width:42px;height:42px;place-items:center;border-radius:.8rem;color:#fff;background:linear-gradient(135deg,var(--blue-500),var(--cyan))}.delivery-panel-head svg{width:21px}.delivery-panel-head small,.delivery-panel-head strong{display:block}.delivery-panel-head small{color:#93abc4;font-size:.6rem}.delivery-panel-head strong{color:#fff;font-size:.82rem}.delivery-line{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:.55rem;margin:.9rem 0}.delivery-line span{color:#b6c9dc;font-size:.6rem}.delivery-line i{height:7px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.11)}.delivery-line b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),#60dfbd)}.delivery-line strong{color:#dbe8f4;font-size:.56rem}

.website-product-section{background:#fff}.browser-visual{position:relative;padding:1rem 2.8rem 3.2rem 0}.browser-frame{overflow:hidden;border:1px solid #d9e4ee;border-radius:1.4rem;background:#fff;box-shadow:0 30px 80px rgba(3,17,38,.14)}.browser-top{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:#f5f8fb}.browser-top>span{display:flex;gap:.35rem}.browser-top i{width:8px;height:8px;border-radius:50%;background:#c7d5e2}.browser-top strong{padding:.35rem 1rem;border-radius:999px;color:#6a7c91;background:#fff;font-size:.62rem}.browser-page{padding:1rem;background:linear-gradient(135deg,#f9fcff,#edf7ff)}.browser-nav{display:flex;align-items:center;gap:.65rem}.browser-nav b{display:grid;width:34px;height:34px;place-items:center;border-radius:.7rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--cyan));font-size:.6rem}.browser-nav span{width:45px;height:6px;border-radius:999px;background:#ccd9e6}.browser-nav span:nth-child(3){width:34px}.browser-nav em{width:72px;height:25px;margin-left:auto;border-radius:.55rem;background:var(--blue-600)}.browser-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;padding:2.3rem 1rem}.browser-hero small,.browser-hero strong,.browser-hero span{display:block}.browser-hero small{color:var(--blue-700);font-size:.58rem;font-weight:850;text-transform:uppercase}.browser-hero strong{max-width:230px;margin:.65rem 0;color:var(--navy-900);font-size:1.35rem;line-height:1.1}.browser-hero span{width:82%;height:7px;margin:.45rem 0;border-radius:999px;background:#cfdce8}.browser-hero span:nth-of-type(2){width:65%}.browser-hero button{margin-top:.65rem;padding:.55rem .8rem;border:0;border-radius:.55rem;color:#fff;background:var(--blue-600);font-size:.55rem;font-weight:850}.browser-hero aside{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem;padding:.8rem;border-radius:1rem;background:linear-gradient(135deg,var(--navy-900),#0c437f)}.browser-hero aside i{min-height:70px;border-radius:.6rem;background:rgba(255,255,255,.12)}.browser-hero aside i:first-child{grid-column:1/-1;min-height:95px;background:linear-gradient(135deg,rgba(22,197,238,.42),rgba(255,255,255,.1))}.browser-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.browser-cards i{height:74px;border:1px solid var(--border);border-radius:.8rem;background:#fff}
.mobile-site-preview{position:absolute;right:0;bottom:0;width:155px;min-height:300px;padding:1.2rem .8rem;border:7px solid #071426;border-radius:1.7rem;background:#fff;box-shadow:0 24px 60px rgba(3,17,38,.25)}.mobile-site-notch{width:55px;height:13px;margin:-1.2rem auto 1rem;border-radius:0 0 .7rem .7rem;background:#071426}.mobile-site-preview b{display:grid;width:32px;height:32px;place-items:center;border-radius:.65rem;color:#fff;background:var(--blue-600);font-size:.55rem}.mobile-site-preview strong{display:block;margin:1.3rem 0 .8rem;color:var(--navy-900);font-size:.9rem;line-height:1.1}.mobile-site-preview span{display:block;width:100%;height:6px;margin:.4rem 0;border-radius:999px;background:#d7e2ec}.mobile-site-preview span:nth-of-type(2){width:70%}.mobile-site-preview i{display:block;height:55px;margin-top:.8rem;border-radius:.65rem;background:var(--surface-blue)}

.payment-product-section{background:linear-gradient(180deg,#f7fafe,#fff)}.payment-flow-visual{padding:1.5rem;border:1px solid var(--border);border-radius:1.7rem;background:#fff;box-shadow:0 30px 75px rgba(3,17,38,.12)}.payment-flow-head{display:flex;align-items:center;gap:.8rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border)}.payment-flow-head>span{display:grid;width:50px;height:50px;place-items:center;border-radius:1rem;color:#fff;background:linear-gradient(135deg,var(--orange),#df6e16)}.payment-flow-head svg{width:25px}.payment-flow-head small,.payment-flow-head strong{display:block}.payment-flow-head small{color:var(--muted);font-size:.65rem}.payment-flow-head strong{color:var(--navy-900);font-size:.92rem}.payment-steps-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:.7rem;margin:1.5rem 0}.payment-steps-row article{min-height:160px;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:#f9fbfd}.payment-steps-row article>span{display:grid;width:32px;height:32px;place-items:center;margin-bottom:1rem;border-radius:.7rem;color:var(--blue-700);background:#e7f3ff;font-size:.62rem;font-weight:900}.payment-steps-row strong,.payment-steps-row small{display:block}.payment-steps-row strong{color:var(--navy-900);font-size:.76rem}.payment-steps-row small{margin-top:.35rem;color:var(--muted);font-size:.59rem;line-height:1.45}.payment-steps-row>i{color:#92a7bb}.payment-steps-row>i svg{width:20px}.payment-confirmation{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid #bee9dd;border-radius:1rem;background:#eaf9f4}.payment-confirmation>span{display:grid;width:42px;height:42px;place-items:center;border-radius:.8rem;color:#fff;background:var(--teal)}.payment-confirmation svg{width:20px}.payment-confirmation small,.payment-confirmation strong{display:block}.payment-confirmation small{color:#467a6d;font-size:.62rem}.payment-confirmation strong{color:#075c49;font-size:.8rem}

/* Capabilities and pricing */
.capabilities-section{background:#fff}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.capability-card{padding:1.5rem;border:1px solid var(--border);border-radius:1.25rem;background:#fff;box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease}.capability-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(3,17,38,.12)}.capability-card>span{display:grid;width:48px;height:48px;place-items:center;margin-bottom:1.1rem;border-radius:.9rem;color:#fff;background:linear-gradient(135deg,var(--navy-800),var(--blue-600))}.capability-card svg{width:23px}.capability-card h3{margin-bottom:.5rem;font-size:1.05rem}.capability-card p{margin:0;font-size:.84rem}
.pricing-premium-section{background:linear-gradient(180deg,#f3f8fd,#edf5fb)}.pricing-premium-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.pricing-premium-card{position:relative;display:flex;min-height:470px;flex-direction:column;padding:1.5rem;border:1px solid var(--border);border-radius:1.35rem;background:#fff;box-shadow:var(--shadow-sm)}.pricing-premium-card.is-featured{border:2px solid var(--blue-600);box-shadow:0 28px 70px rgba(11,111,211,.17)}.pricing-featured-label{position:absolute;top:-16px;left:50%;transform:translateX(-50%);padding:.42rem .9rem;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--blue-600),#0755b8);font-size:.64rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.pricing-number{margin-bottom:1.2rem;color:#9aabbd;font-size:.65rem;font-weight:900;letter-spacing:.18em}.pricing-label{color:var(--blue-700)}.pricing-premium-card h3{margin:.7rem 0 .6rem}.pricing-premium-card>p{font-size:.82rem}.pricing-premium-card .price{margin:.8rem 0 1.2rem;font-size:1.28rem}.pricing-premium-card ul{display:grid;gap:.65rem;margin:0 0 1.5rem;padding:0;list-style:none}.pricing-premium-card li{display:flex;gap:.5rem;color:#465a72;font-size:.78rem}.pricing-premium-card li svg{width:17px;flex:0 0 17px;color:var(--teal)}.pricing-premium-card .button{margin-top:auto}.pricing-note{margin:2rem 0 0;text-align:center}.pricing-note a{color:var(--blue-700);font-weight:850}
.faq-premium-section{background:#fff}.faq-premium-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(560px,1.28fr);align-items:start;gap:clamp(3rem,7vw,7rem)}.faq-premium-grid>div:first-child{position:sticky;top:125px}.faq-item{overflow:hidden;border-color:#d9e5ef;border-radius:1rem;box-shadow:0 8px 26px rgba(3,17,38,.04)}.faq-item summary{position:relative;padding:1.2rem 3.2rem 1.2rem 1.25rem;font-size:.92rem;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{position:absolute;top:50%;right:1.2rem;display:grid;width:28px;height:28px;place-items:center;transform:translateY(-50%);border-radius:50%;color:var(--blue-700);background:#eaf5ff;content:"+";font-size:1.1rem}.faq-item[open] summary:after{content:"−"}.faq-item p{padding:0 1.25rem 1.2rem;font-size:.86rem}

/* Premium footer refinement */
.footer-cta{padding:4rem 0;background:radial-gradient(circle at 90% 10%,rgba(22,197,238,.28),transparent 31%),linear-gradient(135deg,#075ab8,#04142d)}.footer-cta-inner{gap:3rem}.site-footer{background:#020d1f}.footer-grid{gap:2.5rem}.footer-grid a{transition:color .18s ease,transform .18s ease}.footer-grid a:hover{transform:translateX(3px)}

@media(max-width:1240px){
  .hero-premium-grid{grid-template-columns:minmax(390px,.8fr) minmax(520px,1.2fr);gap:2.5rem}
  .hero-float-card-left{left:-1.4rem}.hero-float-card-right{right:-1rem}
  .product-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-premium-card{min-height:330px}
  .flagship-grid{grid-template-columns:minmax(0,.8fr) minmax(540px,1.2fr);gap:3rem}
  .pricing-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-premium-card{min-height:420px}
}
@media(max-width:1080px){
  .hero-premium-grid{grid-template-columns:1fr;min-height:auto;padding:5rem 0 6rem;text-align:center}.hero-premium-copy h1,.hero-premium-copy>p{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-device-showcase{max-width:760px;margin:1rem auto 0;text-align:left}
  .hero-float-card-left{left:-1rem}.hero-float-card-right{right:-1rem}
  .trust-strip-grid{grid-template-columns:repeat(3,1fr)}.trust-intro{grid-column:1/-1;min-height:auto;padding:1.25rem 0;border-right:0;border-bottom:1px solid var(--border);text-align:center}.trust-intro .eyebrow{justify-content:center}
  .flagship-grid,.product-showcase-grid,.product-showcase-grid.is-reversed,.faq-premium-grid{grid-template-columns:1fr}.flagship-copy,.product-showcase-copy{max-width:760px}.school-product-visual{transform:none}.bulk-visual,.browser-visual,.payment-flow-visual{max-width:780px}.bulk-product-section .product-showcase-copy{grid-row:1}.faq-premium-grid>div:first-child{position:static}.faq-premium-grid{gap:2.5rem}
  .capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:800px){
  :root{--container:min(100% - 1.5rem,1240px)}
  .section-header-split{grid-template-columns:1fr;gap:1rem}.section-header-split p{max-width:720px}
  .hero-premium-grid{padding:4rem 0 5rem}.hero-premium-copy h1{font-size:clamp(2.8rem,11vw,4.4rem)}.hero-device-showcase{padding:1rem .8rem}.device-showcase-topline{flex-wrap:wrap}.device-showcase-topline small{width:100%;margin:0 0 0 1.45rem}
  .hero-phones{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px}.hero-device-showcase .sms-phone:nth-child(3){display:none}.hero-device-showcase .sms-phone{min-height:390px}.hero-device-showcase .phone-screen{min-height:374px}.hero-float-card{display:none}.device-caption{display:none}
  .trust-strip-grid{grid-template-columns:1fr}.trust-item{min-height:auto;border-right:0;border-bottom:1px solid var(--border)}.trust-item:last-child{border-bottom:0}
  .product-premium-grid{grid-template-columns:1fr}.product-premium-card{min-height:auto}.product-premium-card.is-flagship{min-height:350px}
  .flagship-grid{gap:2.5rem}.school-product-body{grid-template-columns:65px 1fr}.workspace-stats{grid-template-columns:1fr}.workspace-stats article:nth-child(n+2){display:none}.workspace-grid{grid-template-columns:1fr}.workspace-activity{display:none}
  .bulk-visual{grid-template-columns:1fr;max-width:440px;margin-inline:auto}.delivery-panel{margin-top:-2.5rem;position:relative}.bulk-phone-mini{min-height:390px}
  .browser-visual{padding:0 1.7rem 3rem 0}.mobile-site-preview{width:135px;min-height:260px}.browser-hero{grid-template-columns:1fr}.browser-hero aside{display:none}
  .payment-steps-row{grid-template-columns:1fr}.payment-steps-row>i{display:none}.payment-steps-row article{min-height:auto}
  .capability-grid,.pricing-premium-grid{grid-template-columns:1fr}.pricing-premium-card{min-height:auto}.pricing-premium-card.is-featured{margin-top:1rem}
}
@media(max-width:560px){
  :root{--container:min(100% - 1.1rem,1240px);--header:70px}
  .section{padding:4.5rem 0}.button-row{display:grid;grid-template-columns:1fr;width:100%}.button-row .button{width:100%}.hero-actions{display:grid}.hero-proof{display:grid;justify-content:start;text-align:left}.hero-premium-copy{text-align:left}.hero-premium-copy h1,.hero-premium-copy>p{margin-inline:0}.hero-kicker{font-size:.64rem}.hero-premium-grid{padding:3.4rem 0 4.5rem}.hero-premium-copy h1{font-size:clamp(2.6rem,14vw,3.65rem)}
  .hero-device-showcase{margin-top:.5rem;border-radius:1.4rem}.device-showcase-topline{padding-bottom:.85rem}.device-showcase-topline small{display:none}.hero-phones{grid-template-columns:1fr;max-width:310px}.hero-device-showcase .sms-phone:nth-child(n+2){display:none}.hero-device-showcase .sms-phone,.hero-device-showcase .sms-phone.is-primary{min-height:395px;transform:none}.hero-device-showcase .phone-screen{min-height:379px}.hero-device-showcase .phone-body{padding:1.1rem}.hero-device-showcase .message-bubble{font-size:.72rem}.hero-device-footer{justify-content:center}.hero-device-footer .sms-controls{flex-wrap:wrap}.hero-device-footer .sms-dots{order:-1;width:100%;justify-content:center;margin-bottom:.3rem}
  .trust-intro{padding-inline:.5rem}.trust-item{padding:1.15rem .5rem}
  .feature-chip-grid{grid-template-columns:1fr}.school-product-visual{border-radius:1.2rem}.school-browser-bar small{display:none}.school-product-body{grid-template-columns:48px 1fr;min-height:420px}.school-product-body>aside{padding:.8rem .4rem}.side-logo{width:34px;height:34px}.school-product-body>aside i{width:27px}.school-workspace{padding:.75rem}.workspace-heading{align-items:flex-start;gap:.5rem;flex-direction:column}.workspace-status{font-size:.57rem}.chart-bars{height:130px}
  .bulk-visual{padding:.8rem}.bulk-phone-mini{min-height:370px}.delivery-panel{padding:.9rem}.delivery-line{grid-template-columns:50px 1fr}
  .delivery-line strong{display:none}.browser-visual{padding:0}.mobile-site-preview{display:none}.browser-hero{padding:1.4rem .5rem}.browser-cards{grid-template-columns:1fr}.browser-cards i:nth-child(n+2){display:none}
  .payment-flow-visual{padding:1rem}.payment-flow-head{align-items:flex-start}.payment-confirmation{align-items:flex-start}
  .capability-card,.pricing-premium-card{padding:1.25rem}.faq-item summary{font-size:.85rem}.footer-cta .button-row{display:grid}
}
@media(prefers-reduced-motion:reduce){
  .product-premium-card,.capability-card,.school-product-visual{transform:none!important}
}

/* Shared inner-page polish */
.page-hero{padding:clamp(5rem,9vw,8rem) 0;background:radial-gradient(circle at 82% 18%,rgba(22,197,238,.18),transparent 30%),radial-gradient(circle at 12% 90%,rgba(107,98,231,.11),transparent 27%),linear-gradient(180deg,#fbfdff,#eef5fb)}
.page-hero:before{position:absolute;inset:0;content:"";pointer-events:none;background-image:linear-gradient(rgba(11,111,211,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(11,111,211,.04) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
.page-hero-grid{position:relative;z-index:1;grid-template-columns:minmax(0,1.12fr) minmax(340px,.72fr);gap:clamp(2.5rem,6vw,6rem)}
.page-hero h1{font-size:clamp(2.7rem,5.5vw,5rem)}.page-hero-copy>p{max-width:760px;font-size:1.08rem}
.page-hero-panel{position:relative;overflow:hidden;padding:1.9rem;border:0;border-radius:1.6rem;color:#fff;background:radial-gradient(circle at 100% 0,rgba(22,197,238,.22),transparent 34%),linear-gradient(145deg,var(--navy-900),#0b3c76);box-shadow:0 30px 75px rgba(3,17,38,.17)}
.page-hero-panel:after{position:absolute;right:-60px;bottom:-85px;width:180px;height:180px;border:1px solid rgba(255,255,255,.13);border-radius:50%;content:"";box-shadow:0 0 0 35px rgba(255,255,255,.025)}
.page-hero-panel h2{position:relative;color:#fff;font-size:1.45rem}.page-hero-panel p{position:relative;margin:0;color:#bed2e6}.page-hero-panel-icon{position:relative;width:60px;height:60px;background:linear-gradient(135deg,var(--blue-500),var(--cyan));box-shadow:0 12px 30px rgba(22,197,238,.22)}
.feature-grid{gap:1.1rem}.feature-card,.resource-card,.placeholder-card,.content-card{border-color:var(--border);border-radius:1.2rem}.feature-card{min-height:190px;padding:1.5rem;box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 25px 55px rgba(3,17,38,.11)}.feature-card h3{font-size:1.08rem}.feature-card p{font-size:.86rem}
.section-dark{background:radial-gradient(circle at 90% 10%,rgba(22,197,238,.16),transparent 30%),linear-gradient(135deg,var(--navy-950),var(--navy-800))}.workflow{gap:1rem}.workflow-item{min-height:220px;padding:1.4rem;border:1px solid rgba(255,255,255,.1);border-radius:1.15rem;background:rgba(255,255,255,.06)}.workflow-item span{color:#77e1ff}.workflow-item h3{font-size:1.05rem}.showcase-panel{background:radial-gradient(circle at 100% 0,rgba(22,197,238,.18),transparent 32%),linear-gradient(145deg,var(--navy-900),#0a3a72)}
.pricing-grid{gap:1.1rem}.pricing-card{position:relative;overflow:hidden;min-height:440px;padding:1.55rem;border-radius:1.35rem;box-shadow:var(--shadow-sm)}.pricing-card:before{position:absolute;top:0;right:0;width:130px;height:130px;border-radius:0 0 0 100%;content:"";background:linear-gradient(135deg,rgba(11,111,211,.1),transparent)}.pricing-card.is-featured{border:2px solid var(--blue-600);box-shadow:0 28px 70px rgba(11,111,211,.16)}.pricing-card h3,.pricing-card p,.pricing-card .price,.pricing-card ul,.pricing-card .button{position:relative}.price{font-size:1.45rem}
.form-shell{border-radius:1.7rem;box-shadow:0 30px 80px rgba(3,17,38,.12)}.form-intro{padding:1.4rem;border-radius:1.2rem;background:radial-gradient(circle at 100% 0,rgba(22,197,238,.18),transparent 33%),linear-gradient(145deg,var(--navy-900),#0a3b73)}.field input,.field select,.field textarea{border-radius:.85rem;transition:border-color .18s ease,box-shadow .18s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:#85bde9;box-shadow:0 0 0 4px rgba(11,111,211,.08);outline:none}

@media(max-width:1080px){
  .payment-product-section .product-showcase-copy{grid-row:1}
  .page-hero-grid{grid-template-columns:1fr}.page-hero-panel{max-width:760px}
}

/* ================================================================
   W2.2 precision redesign: viewport-fit hero, typography and header
   ================================================================ */
:root{
  --notice-height:30px;
  --header:68px;
  --container:min(1320px,calc(100% - 3rem));
  --font-sans:"Segoe UI Variable Text","Segoe UI",Aptos,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
}
html{font-size:16px}
body{font-family:var(--font-sans);font-weight:500;line-height:1.65;letter-spacing:-.006em}
h1,h2,h3,h4{font-family:var(--font-sans);font-weight:800;letter-spacing:-.045em}
h2{font-size:clamp(2rem,3.3vw,3.2rem);line-height:1.08}
h3{letter-spacing:-.025em}
p{font-weight:500}

.staging-banner{
  min-height:var(--notice-height);padding:.28rem 1rem;align-items:center;gap:.5rem;
  font-size:.72rem;line-height:1;color:#694300;background:#fff7dd;border-color:#efd58e
}
.staging-banner strong{font-size:.69rem;letter-spacing:.12em}.staging-banner span:before{content:"·";margin-right:.5rem;color:#b78b25}
.site-header{min-height:var(--header);background:rgba(255,255,255,.94);box-shadow:0 8px 28px rgba(3,17,38,.045)}
.header-inner{min-height:var(--header);gap:1rem}
.brand{gap:.62rem}.brand img{width:39px;height:39px}.brand-copy strong{font-size:.94rem;letter-spacing:.09em}.brand-copy small{margin-top:.24rem;font-size:.56rem;letter-spacing:.23em}
.desktop-nav{gap:.02rem}.nav-link{min-height:38px;padding:.55rem .59rem;border-radius:.62rem;font-size:.79rem;font-weight:700}
.header-actions{gap:.42rem}.header-utility-link{padding:.55rem .25rem;color:#263a54;font-size:.76rem;font-weight:800;white-space:nowrap}.header-utility-link:hover{color:var(--blue-700)}
.portal-button{box-shadow:none}.button-small{min-height:38px;padding:.62rem .78rem;font-size:.75rem}.button{border-radius:.72rem}

.home-hero{
  position:relative;min-height:calc(100svh - var(--notice-height) - var(--header));overflow:hidden;color:#fff;
  background:radial-gradient(circle at 82% 20%,rgba(0,194,255,.20),transparent 31%),radial-gradient(circle at 12% 88%,rgba(91,91,214,.18),transparent 30%),linear-gradient(125deg,#031126 0%,#061b3a 52%,#0a315f 100%)
}
.home-hero:before{position:absolute;inset:0;content:"";pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 75%,transparent 100%)}
.home-hero:after{position:absolute;right:-12rem;bottom:-17rem;width:38rem;height:38rem;border:1px solid rgba(255,255,255,.11);border-radius:50%;content:"";box-shadow:0 0 0 5rem rgba(255,255,255,.018),0 0 0 10rem rgba(255,255,255,.012)}
.home-hero-grid{
  position:relative;z-index:2;display:grid;grid-template-columns:minmax(430px,.82fr) minmax(650px,1.18fr);align-items:center;gap:clamp(2rem,4vw,4.8rem);
  min-height:calc(100svh - var(--notice-height) - var(--header));padding:clamp(1.5rem,3.4vh,2.3rem) 0
}
.home-hero-copy{align-self:center;max-width:620px}.hero-kicker{margin-bottom:1rem;font-size:.69rem;letter-spacing:.105em}.hero-kicker-dot{width:8px;height:8px;box-shadow:0 0 0 6px rgba(22,197,238,.12)}
.home-hero-copy h1{max-width:610px;margin:0 0 1.05rem;color:#fff;font-size:clamp(3rem,4.15vw,4.65rem);line-height:1.015;letter-spacing:-.058em}
.home-hero-copy h1 span{display:block;color:#75ddff;background:linear-gradient(90deg,#74ddff,#8cebd8 82%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.home-hero-copy>p{max-width:600px;margin:0 0 1.35rem;color:#c5d7e9;font-size:clamp(.98rem,1.12vw,1.1rem);line-height:1.62;letter-spacing:-.012em}
.home-hero-actions{gap:.68rem}.button-large{min-height:48px;padding:.78rem 1.12rem;font-size:.82rem}.button-hero-secondary{color:#fff;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.07);box-shadow:none}.button-hero-secondary:hover{background:rgba(255,255,255,.13)}
.hero-service-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:1.45rem;max-width:590px}
.hero-service{display:flex;align-items:center;gap:.62rem;min-height:55px;padding:.58rem .72rem;border:1px solid rgba(255,255,255,.105);border-radius:.8rem;background:rgba(255,255,255,.045);transition:background .18s ease,border-color .18s ease,transform .18s ease}
.hero-service:hover{transform:translateY(-2px);border-color:rgba(117,221,255,.42);background:rgba(255,255,255,.085)}.hero-service>span{display:grid;width:31px;height:31px;flex:0 0 31px;place-items:center;border-radius:.58rem;color:#87e7ff;background:rgba(22,197,238,.12)}.hero-service>span svg{width:16px;height:16px}.hero-service strong,.hero-service small{display:block}.hero-service strong{color:#fff;font-size:.7rem;line-height:1.25}.hero-service small{margin-top:.08rem;color:#8ea9c4;font-size:.57rem;line-height:1.25}.hero-service.is-flagship{border-color:rgba(117,221,255,.28);background:linear-gradient(135deg,rgba(22,197,238,.12),rgba(255,255,255,.05))}

.home-hero-visual{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:center;min-width:0;height:min(64svh,535px);min-height:450px;padding:2.8rem 1.1rem 2.5rem}
.hero-visual-glow{position:absolute;z-index:-1;inset:8% 0 5%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(34,170,235,.25),rgba(22,197,238,.08) 42%,transparent 72%);filter:blur(12px)}
.hero-visual-label{position:absolute;z-index:5;top:.2rem;left:2rem;display:flex;align-items:center;gap:.62rem;padding:.58rem .75rem;border:1px solid rgba(255,255,255,.13);border-radius:.75rem;background:rgba(2,14,33,.45);box-shadow:0 12px 34px rgba(0,0,0,.18);backdrop-filter:blur(12px)}
.hero-visual-label .live-dot{width:8px;height:8px;box-shadow:0 0 0 6px rgba(89,225,194,.12)}.hero-visual-label strong,.hero-visual-label small{display:block}.hero-visual-label strong{color:#fff;font-size:.7rem}.hero-visual-label small{margin-top:.05rem;color:#89a5c2;font-size:.56rem}
.hero-phone-stage{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:.72rem;width:100%;max-width:none;margin:0 auto}
.home-hero .sms-phone{width:100%;height:min(51svh,420px);min-height:0;padding:.43rem;border:1px solid rgba(255,255,255,.10);border-radius:1.65rem;background:#020a16;box-shadow:0 28px 56px rgba(0,0,0,.36);transform:translateY(13px) scale(.92);transform-origin:center bottom}
.home-hero .sms-phone.is-primary{z-index:2;transform:translateY(0) scale(1.025);box-shadow:0 34px 72px rgba(0,0,0,.45)}
.home-hero .phone-screen{height:100%;min-height:0;border-radius:1.28rem}.home-hero .phone-status{padding:.38rem .65rem;font-size:.53rem}.home-hero .phone-notch{width:62px;height:14px}.home-hero .phone-header{padding:.7rem .68rem}.home-hero .phone-sender{gap:.5rem}.home-hero .sender-logo{width:31px;height:31px;flex-basis:31px;font-size:.54rem}.home-hero .phone-sender strong{font-size:.65rem;letter-spacing:-.01em}.home-hero .phone-sender small{font-size:.49rem}.home-hero .phone-body{padding:.75rem .72rem}.home-hero .message-date{margin-bottom:.55rem;font-size:.52rem}.home-hero .message-bubble{padding:.72rem;border-radius:.85rem .85rem .22rem .85rem;font-size:.61rem;line-height:1.48}.home-hero .message-bubble p{margin:.25rem 0 0;color:#50647c}.home-hero .message-meta{margin-top:.42rem;font-size:.48rem}.home-hero .phone-footer{padding:.48rem .7rem .65rem}.home-hero .phone-input{height:28px}
.hero-status-pill{position:absolute;z-index:6;display:flex;align-items:center;gap:.55rem;padding:.58rem .72rem;border:1px solid rgba(255,255,255,.13);border-radius:.78rem;background:rgba(3,18,42,.80);box-shadow:0 18px 45px rgba(0,0,0,.26);backdrop-filter:blur(14px)}.hero-status-pill>span{display:grid;width:31px;height:31px;place-items:center;border-radius:.58rem;color:#fff;background:linear-gradient(135deg,#0a66c2,#00b6d9)}.hero-status-pill svg{width:16px}.hero-status-pill small,.hero-status-pill strong{display:block}.hero-status-pill small{color:#8fa8c2;font-size:.54rem}.hero-status-pill strong{color:#fff;font-size:.65rem}.hero-status-left{left:-.25rem;bottom:3.2rem}.hero-status-right{right:-.4rem;top:44%}
.home-hero-controls{position:absolute;right:1.3rem;bottom:.05rem;left:1.3rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.home-hero-controls .sms-controls{margin:0;gap:.42rem}.home-hero-controls .icon-button{width:32px;height:32px}.home-hero-controls .icon-button svg{width:15px}.home-hero-controls .sms-dots{gap:.32rem}.home-hero-controls .sms-dot{width:6px;height:6px}.home-hero-controls .sms-dot.is-active{width:19px}.hero-visual-caption{color:#86a4c1;font-size:.56rem;font-weight:700;letter-spacing:.01em}

@media(max-width:1260px) and (min-width:1081px){
  :root{--container:min(1220px,calc(100% - 2rem))}
  .home-hero-grid{grid-template-columns:minmax(385px,.77fr) minmax(575px,1.23fr);gap:1.65rem}
  .home-hero-copy h1{font-size:clamp(2.8rem,4.05vw,3.85rem)}
  .home-hero-copy>p{font-size:.96rem}.hero-service-rail{gap:.42rem}.hero-service{padding:.5rem .58rem}
  .home-hero-visual{padding-inline:.4rem}.hero-status-left{left:-.4rem}.hero-status-right{right:-.6rem}
  .desktop-nav .nav-link{padding-inline:.48rem}.header-actions{gap:.3rem}.header-utility-link{font-size:.71rem}.button-small{padding-inline:.62rem}
}
@media(max-height:800px) and (min-width:1081px){
  :root{--notice-height:28px;--header:64px}
  .staging-banner{font-size:.68rem}.site-header,.header-inner{min-height:var(--header)}.brand img{width:36px;height:36px}
  .home-hero-grid{padding:1.15rem 0}.home-hero-copy h1{margin-bottom:.8rem;font-size:clamp(2.75rem,3.95vw,3.75rem)}.home-hero-copy>p{margin-bottom:1rem;font-size:.93rem;line-height:1.55}.hero-kicker{margin-bottom:.75rem}.hero-service-rail{margin-top:1rem}.hero-service{min-height:48px}.home-hero-visual{height:min(61svh,470px);min-height:410px;padding-top:2.3rem;padding-bottom:2.2rem}.home-hero .sms-phone{height:min(49svh,375px)}
}
@media(max-width:1120px){
  .desktop-nav,.header-actions{display:none}.mobile-menu-button{display:grid}
}
@media(max-width:1080px){
  .home-hero{min-height:auto}.home-hero-grid{grid-template-columns:1fr;min-height:auto;padding:4.2rem 0 4.8rem;text-align:center}.home-hero-copy{max-width:760px;margin-inline:auto}.home-hero-copy h1,.home-hero-copy>p{margin-inline:auto}.home-hero-actions{justify-content:center}.hero-service-rail{max-width:700px;margin-inline:auto}.home-hero-visual{width:min(100%,790px);height:530px;margin:1.2rem auto 0;text-align:left}.home-hero .sms-phone{height:420px}.hero-status-left{left:0}.hero-status-right{right:0}
}
@media(max-width:760px){
  :root{--container:min(100% - 1.35rem,1320px);--notice-height:28px;--header:64px}
  .staging-banner{padding:.28rem .5rem}.staging-banner span:before{display:none}.staging-banner strong{font-size:.64rem}.staging-banner span{font-size:.64rem}.site-header,.header-inner{min-height:var(--header)}.brand img{width:36px;height:36px}
  .home-hero-grid{padding:3.4rem 0 4rem}.home-hero-copy{text-align:left}.hero-kicker{font-size:.62rem;line-height:1.45}.home-hero-copy h1{font-size:clamp(2.55rem,10.8vw,4rem);line-height:1.03}.home-hero-copy>p{font-size:.97rem}.home-hero-actions{display:grid;grid-template-columns:1fr}.home-hero-actions .button{width:100%}.hero-service-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.hero-service{min-height:55px;padding:.52rem}.hero-service strong{font-size:.66rem}.hero-service small{font-size:.52rem}
  .home-hero-visual{height:485px;min-height:0;padding:2.9rem 0 2.5rem}.hero-visual-label{left:.25rem}.hero-visual-label small{display:none}.hero-phone-stage{display:flex;justify-content:center}.home-hero .sms-phone{display:none;width:230px;height:405px}.home-hero .sms-phone.is-primary{display:block;transform:none}.hero-status-left{left:0;bottom:3.2rem}.hero-status-right{right:0;top:44%}.hero-status-pill{padding:.48rem .58rem}.hero-status-pill>span{width:28px;height:28px}.home-hero-controls{right:.2rem;left:.2rem}.hero-visual-caption{display:none}
}
@media(max-width:430px){
  .home-hero-grid{padding-top:2.8rem}.home-hero-copy h1{font-size:clamp(2.35rem,11.6vw,3.1rem)}.hero-service>span{display:none}.hero-service{padding:.5rem .6rem}.home-hero-visual{height:455px}.home-hero .sms-phone{width:215px;height:380px}.hero-status-pill{display:none}.hero-visual-label{left:50%;transform:translateX(-50%);white-space:nowrap}.home-hero-controls{justify-content:center}
}

/* W2.2 final composition tuning */
.home-hero-grid{width:min(1440px,calc(100% - 3rem));grid-template-columns:minmax(500px,.9fr) minmax(600px,1.1fr);gap:clamp(1.7rem,3vw,3.5rem)}
.home-hero-copy{max-width:650px}.home-hero-copy h1{max-width:640px;font-size:clamp(3rem,4vw,4.35rem)}
@media(max-width:1260px) and (min-width:1081px){
  .home-hero-grid{width:min(1220px,calc(100% - 2rem));grid-template-columns:minmax(455px,.88fr) minmax(560px,1.12fr);gap:1.4rem}
}
@media(max-height:800px) and (min-width:1081px){
  .home-hero-copy h1{font-size:clamp(2.75rem,3.7vw,3.55rem)}
}
@media(max-width:1080px){.home-hero-grid{width:var(--container);grid-template-columns:1fr}}
@media(max-width:760px){.home-hero-grid{width:var(--container)}}

/* W2.2 headline lockup */
.home-hero-copy h1{font-size:clamp(3rem,3.65vw,3.65rem)}
.home-hero-copy h1 .hero-line{display:block;white-space:nowrap;color:#fff;-webkit-text-fill-color:initial}
.home-hero-copy h1 .hero-gradient-line{color:#75ddff;background:linear-gradient(90deg,#74ddff,#8cebd8 82%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
@media(max-height:800px) and (min-width:1081px){.home-hero-copy h1{font-size:clamp(2.75rem,3.55vw,3.35rem)}}
@media(max-width:760px){.home-hero-copy h1{font-size:clamp(2rem,8.8vw,2.55rem)}}
@media(max-width:430px){.home-hero-copy h1{font-size:clamp(1.95rem,8.45vw,2.15rem)}}

/* ==================================================================
   PHASE W2.2 — website-wide design completion
   Approved hero remains the visual baseline.
   ================================================================== */
:root{
  --radius-sm:.78rem;
  --radius-md:1.15rem;
  --radius-lg:1.65rem;
  --radius-xl:2rem;
  --section-space:clamp(4.75rem,7vw,7.5rem);
  --surface-2:#eef4fa;
  --surface-blue:#edf7ff;
  --success:#12845f;
  --warning:#9b6500;
  --text-soft:#c4d4e5;
}
html{scroll-padding-top:calc(var(--header) + 1.5rem)}
body{overflow-x:hidden}
main{overflow:clip}
.section{padding:var(--section-space) 0}
.section+.section{border-top:1px solid rgba(219,229,239,.62)}
.section-dark+.section,.section+.section-dark,.bulk-product-section+.section{border-top:0}
.section-header-split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.72fr);align-items:end;max-width:none;gap:clamp(1.5rem,4vw,4rem)}
.section-header-split>p{margin:0 0 .15rem auto}
.section-header h2{max-width:820px}
.section-header.is-centered p{margin-inline:auto}
.light-copy{color:var(--text-soft)}
.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:.35rem .62rem;border:1px solid rgba(10,102,194,.14);border-radius:999px;color:var(--blue-700);background:#edf6ff;font-size:.67rem;font-style:normal;font-weight:850;line-height:1;white-space:nowrap}
.status-success{color:#0c6f50;border-color:rgba(18,132,95,.15);background:#e8f8f2}
.staging-chip{display:inline-flex;width:max-content;padding:.35rem .55rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#bcefff;background:rgba(255,255,255,.08);font-size:.59rem;font-weight:900;letter-spacing:.09em}

/* Header and footer consistency */
.site-header.is-scrolled{box-shadow:0 14px 35px rgba(3,17,38,.09)}
.nav-dropdown-menu{overflow:hidden}
.nav-dropdown-menu a{align-items:center}
.portal-button:after{content:"Soon";margin-left:.35rem;padding:.2rem .36rem;border-radius:999px;color:#6c4a00;background:#fff2c9;font-size:.52rem;font-weight:900;letter-spacing:.04em}
.mobile-nav .button-soft:after{content:"Coming Soon";margin-left:.4rem;font-size:.62rem}
.site-footer{background:linear-gradient(155deg,#020d1e,#061b3a 58%,#082c54)}
.footer-grid{grid-template-columns:minmax(250px,1.3fr) repeat(4,minmax(130px,.72fr));gap:clamp(1.5rem,4vw,3.8rem)}
.footer-grid h3{margin-bottom:1rem;color:#fff;font-size:.79rem;letter-spacing:.08em;text-transform:uppercase}
.footer-grid a,.footer-grid span{color:#a9bfd5;font-size:.86rem}
.footer-grid a:hover{color:#fff}
.footer-brand p{max-width:340px}
.footer-bottom{border-color:rgba(255,255,255,.12)}
.footer-cta{background:radial-gradient(circle at 84% 22%,rgba(0,194,255,.24),transparent 30%),linear-gradient(125deg,#0759b6,#07386c 62%,#06284c)}
.footer-cta-inner{align-items:center}
.footer-cta-inner h2{max-width:760px}

/* Homepage lower-section completion */
.products-premium{background:linear-gradient(180deg,#fff,#f7fafe)}
.product-premium-card{border-radius:var(--radius-lg)}
.product-premium-card.is-flagship{background:radial-gradient(circle at 100% 0,rgba(0,194,255,.13),transparent 30%),#fff}
.feature-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.capabilities-section{background:linear-gradient(180deg,#f7fafe,#fff)}
.capability-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}
.capability-card>span{box-shadow:0 12px 28px rgba(10,102,194,.18)}
.pricing-premium-section{background:#f4f8fc}
.pricing-premium-card{border-radius:var(--radius-lg)}
.pricing-premium-card ul{display:grid;gap:.65rem;margin:1.15rem 0 1.4rem;padding:0;list-style:none}
.pricing-premium-card li{display:flex;align-items:flex-start;gap:.55rem;color:#475a72;font-size:.81rem;font-weight:700}
.pricing-premium-card li svg{width:17px;flex:0 0 17px;margin-top:.12rem;color:var(--teal)}

.how-laset-section{background:linear-gradient(180deg,#fff,#f4f8fc)}
.customer-journey{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.75rem;margin-top:3rem}
.customer-journey:before{position:absolute;top:31px;right:6%;left:6%;height:1px;content:"";background:linear-gradient(90deg,transparent,#b9cfe2 8%,#b9cfe2 92%,transparent)}
.journey-step{position:relative;z-index:1;min-height:235px;padding:0 .35rem;text-align:center}
.journey-step>span{display:grid;width:62px;height:62px;margin:0 auto 1.1rem;place-items:center;border:7px solid #f8fbfe;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--blue-600),#00a9d2);box-shadow:0 12px 28px rgba(10,102,194,.22);font-size:.72rem;font-weight:900}
.journey-step h3{margin-bottom:.5rem;font-size:.96rem;letter-spacing:-.025em}
.journey-step p{margin:0;font-size:.76rem;line-height:1.55}

.evidence-section{color:#fff;background:radial-gradient(circle at 14% 12%,rgba(0,194,255,.18),transparent 28%),radial-gradient(circle at 90% 92%,rgba(91,91,214,.2),transparent 30%),linear-gradient(135deg,#031126,#082c58)}
.evidence-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(2rem,6vw,5rem)}
.evidence-copy h2{color:#fff}.evidence-copy p{max-width:650px;color:#b9cde0}
.evidence-placeholder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.evidence-placeholder-grid article{display:flex;min-height:285px;flex-direction:column;padding:1.55rem;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);background:rgba(255,255,255,.065);box-shadow:0 25px 60px rgba(0,0,0,.18);backdrop-filter:blur(10px)}
.evidence-placeholder-grid h3{margin:1.2rem 0 .65rem;color:#fff;font-size:1.17rem}
.evidence-placeholder-grid p{color:#b9cde0;font-size:.84rem}
.evidence-placeholder-grid small{margin-top:auto;color:#81a5c5;font-size:.68rem;font-weight:800}

/* Product page structure */
.product-problem-section{background:#fff}
.product-problem-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr);align-items:center;gap:clamp(2.2rem,6vw,6rem)}
.product-problem-grid>div>p{max-width:760px;font-size:1.04rem}
.product-outcome-card{position:relative;overflow:hidden;padding:2rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:radial-gradient(circle at 100% 0,rgba(0,194,255,.16),transparent 34%),linear-gradient(145deg,#fafdff,#edf6ff);box-shadow:var(--shadow-sm)}
.product-outcome-card:after{position:absolute;right:-60px;bottom:-70px;width:170px;height:170px;border:1px solid rgba(10,102,194,.11);border-radius:50%;content:"";box-shadow:0 0 0 30px rgba(10,102,194,.025)}
.product-outcome-card>span{display:grid;width:58px;height:58px;place-items:center;border-radius:1rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),#00add5);box-shadow:0 14px 32px rgba(10,102,194,.22)}
.product-outcome-card>span svg{width:27px}.product-outcome-card>small{display:block;margin-top:1.35rem;color:var(--blue-700);font-size:.69rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-outcome-card h3{position:relative;margin:.45rem 0 .7rem;font-size:1.48rem}.product-outcome-card p{position:relative;margin:0}
.product-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.numbered-feature{position:relative;overflow:hidden;min-height:220px;padding:1.55rem}
.numbered-feature>span{display:block;margin-bottom:1.15rem;color:#86a0b8;font-size:.68rem;font-weight:900;letter-spacing:.12em}
.numbered-feature:after{position:absolute;right:-35px;bottom:-45px;width:105px;height:105px;border-radius:50%;content:"";background:linear-gradient(135deg,rgba(10,102,194,.08),transparent)}
.product-demo-section{background:linear-gradient(180deg,#fff,#f7fafe)}
.product-demo{overflow:hidden;border:1px solid #cfddea;border-radius:var(--radius-xl);background:#fff;box-shadow:0 35px 90px rgba(3,17,38,.14)}
.demo-window-bar{display:flex;align-items:center;gap:1rem;min-height:76px;padding:1rem 1.3rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fff,#f7fafe)}
.demo-window-bar>span{display:flex;gap:.4rem}.demo-window-bar>span i{width:9px;height:9px;border-radius:50%;background:#d2dce7}.demo-window-bar>span i:first-child{background:#ffb955}.demo-window-bar>span i:nth-child(2){background:#75cf98}.demo-window-bar>div{display:grid}.demo-window-bar strong{color:var(--navy-900);font-size:.9rem}.demo-window-bar small{color:var(--muted);font-size:.68rem}.demo-window-bar>em{margin-left:auto;color:var(--blue-700);font-size:.68rem;font-style:normal;font-weight:850}

.demo-school-layout{display:grid;grid-template-columns:86px 1fr;min-height:560px;background:#f3f7fb}
.demo-sidebar{display:flex;align-items:center;flex-direction:column;gap:.85rem;padding:1.1rem .7rem;background:linear-gradient(180deg,#061b3a,#082d58)}
.demo-sidebar>b{display:grid;width:44px;height:44px;margin-bottom:.7rem;place-items:center;border-radius:.8rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--cyan));font-size:.78rem}
.demo-sidebar>span{display:grid;width:42px;height:42px;place-items:center;border-radius:.75rem;color:#7894af;background:rgba(255,255,255,.04)}
.demo-sidebar>span.is-active{color:#fff;background:rgba(0,194,255,.18)}.demo-sidebar svg{width:20px}
.demo-workspace{padding:1.5rem}
.demo-workspace>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.demo-workspace>header small,.demo-workspace>header strong{display:block}.demo-workspace>header small{color:var(--muted);font-size:.68rem}.demo-workspace>header strong{color:var(--navy-900);font-size:1.05rem}
.demo-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.demo-stat-grid article{padding:1.1rem;border:1px solid var(--border);border-radius:1rem;background:#fff}.demo-stat-grid small,.demo-stat-grid strong,.demo-stat-grid span{display:block}.demo-stat-grid small{color:var(--muted);font-size:.66rem}.demo-stat-grid strong{margin:.35rem 0;color:var(--navy-900);font-size:1.03rem}.demo-stat-grid span{color:#7290aa;font-size:.68rem}
.demo-content-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(230px,.65fr);gap:1rem;margin-top:1rem}.demo-content-grid>section,.demo-content-grid>aside{padding:1.2rem;border:1px solid var(--border);border-radius:1rem;background:#fff}.mini-chart-header{display:flex;align-items:center;justify-content:space-between}.mini-chart-header strong{color:var(--navy-900);font-size:.82rem}.mini-chart-header small{color:var(--muted);font-size:.62rem}.mini-bars{display:flex;align-items:end;gap:.72rem;height:235px;padding-top:1.4rem}.mini-bars i{flex:1;min-width:12px;border-radius:.45rem .45rem .15rem .15rem;background:linear-gradient(180deg,#00c2ff,#0a66c2)}.mini-bars i:nth-child(1){height:38%}.mini-bars i:nth-child(2){height:67%}.mini-bars i:nth-child(3){height:51%}.mini-bars i:nth-child(4){height:84%}.mini-bars i:nth-child(5){height:61%}.mini-bars i:nth-child(6){height:93%}.mini-bars i:nth-child(7){height:73%}
.demo-content-grid>aside{display:grid;align-content:start;gap:.8rem}.demo-content-grid>aside>strong{color:var(--navy-900);font-size:.82rem}.demo-content-grid>aside>span{display:flex;align-items:center;gap:.55rem;padding:.7rem;border-radius:.72rem;color:#39506a;background:#f4f8fc;font-size:.7rem;font-weight:750}.demo-content-grid>aside svg{width:17px;color:var(--blue-600)}

.sms-console-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1.2rem;padding:1.4rem;background:linear-gradient(145deg,#f4f8fc,#eaf4fb)}
.sms-compose-panel,.sms-report-panel{padding:1.35rem;border:1px solid var(--border);border-radius:1.25rem;background:#fff;box-shadow:var(--shadow-sm)}
.sms-compose-panel>header,.sms-report-panel>header{display:flex;align-items:center;gap:.7rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.sms-compose-panel>header>div,.sms-report-panel>header>div{display:grid}.sms-compose-panel>header small,.sms-report-panel>header small{color:var(--muted);font-size:.65rem}.sms-compose-panel>header strong,.sms-report-panel>header strong{color:var(--navy-900);font-size:.9rem}.sms-compose-panel>header .status-badge,.sms-report-panel>header .status-badge{margin-left:auto}.demo-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:.8rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--teal))}.demo-icon svg{width:21px}
.sms-compose-panel>label{display:block;margin:1.1rem 0 .55rem;color:#41556f;font-size:.68rem;font-weight:850}.compose-message{padding:1.1rem;border:1px solid #dce8f2;border-radius:1rem;background:#f7fafe}.compose-message strong{color:var(--navy-900);font-size:.84rem}.compose-message p{margin:.45rem 0;color:#51657d;font-size:.76rem}.compose-message small{color:#879ab0;font-size:.6rem}.compose-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0}.compose-summary>span{padding:.85rem;border-radius:.85rem;background:#edf5fb}.compose-summary small,.compose-summary strong{display:block}.compose-summary small{color:var(--muted);font-size:.61rem}.compose-summary strong{margin-top:.25rem;color:var(--navy-900);font-size:.74rem}.sms-compose-panel>button{width:100%;min-height:44px;border:0;border-radius:.75rem;color:#fff;background:var(--blue-600);font-size:.75rem;font-weight:850}
.report-ring{display:grid;width:150px;height:150px;margin:1.5rem auto;place-items:center;border-radius:50%;background:conic-gradient(var(--blue-600) 0 76%,#dfeaf3 76% 100%);box-shadow:inset 0 0 0 18px #fff}.report-ring>span{display:grid;text-align:center}.report-ring strong{color:var(--navy-900);font-size:1.05rem}.report-ring small{color:var(--muted);font-size:.62rem}.report-list{display:grid;gap:.6rem}.report-list>span{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:.55rem;padding:.65rem .75rem;border-radius:.7rem;background:#f5f8fc}.report-list i{width:8px;height:8px;border-radius:50%;background:var(--blue-600)}.report-list span:nth-child(3) i{background:var(--teal)}.report-list span:nth-child(4) i{background:#cf8a28}.report-list b{color:#3d526c;font-size:.7rem}.report-list em{color:#7a8da3;font-size:.62rem;font-style:normal}

.web-preview-stage{position:relative;min-height:560px;padding:2rem;background:radial-gradient(circle at 85% 12%,rgba(0,194,255,.16),transparent 30%),linear-gradient(145deg,#eaf4fb,#f8fbfe)}
.web-desktop{width:min(88%,960px);overflow:hidden;border:1px solid #c9d8e6;border-radius:1.25rem;background:#fff;box-shadow:0 30px 70px rgba(3,17,38,.15)}.web-desktop>header{display:flex;align-items:center;gap:1rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--border)}.web-desktop>header b{display:grid;width:34px;height:34px;place-items:center;border-radius:.6rem;color:#fff;background:var(--blue-600);font-size:.65rem}.web-desktop nav{display:flex;gap:.5rem}.web-desktop nav i{width:42px;height:7px;border-radius:1rem;background:#dbe5ef}.web-desktop>header>span{width:72px;height:26px;margin-left:auto;border-radius:.55rem;background:#0a66c2}.web-desktop main{display:grid;grid-template-columns:1.05fr .95fr;min-height:360px;padding:2.2rem;background:linear-gradient(135deg,#fafdff,#edf7ff)}.web-desktop main section{align-self:center}.web-desktop main small,.web-desktop main strong{display:block}.web-desktop main small{color:var(--blue-700);font-size:.64rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.web-desktop main strong{max-width:430px;margin:.65rem 0 1rem;color:var(--navy-900);font-size:2rem;line-height:1.06}.web-desktop main p{width:82%;height:9px;margin:.45rem 0;border-radius:1rem;background:#d9e5ef}.web-desktop main p:nth-of-type(2){width:64%}.web-desktop main button{margin-top:1rem;padding:.65rem .9rem;border:0;border-radius:.6rem;color:#fff;background:var(--blue-600);font-size:.68rem;font-weight:850}.web-desktop main aside{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;align-content:center}.web-desktop main aside div{min-height:110px;border:1px solid #d6e3ee;border-radius:1rem;background:#fff;box-shadow:var(--shadow-sm)}.web-desktop main aside div:first-child{grid-column:1/-1;min-height:145px;background:linear-gradient(135deg,#071b3a,#0a66c2)}.web-desktop>footer{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;padding:1rem}.web-desktop>footer i{height:54px;border-radius:.75rem;background:#edf3f8}
.web-mobile{position:absolute;right:3.5%;bottom:1.6rem;width:215px;min-height:410px;padding:1rem;border:8px solid #061225;border-radius:2rem;background:#fff;box-shadow:0 28px 60px rgba(3,17,38,.24)}.web-mobile>span{display:block;width:62px;height:14px;margin:-1rem auto 1rem;border-radius:0 0 .8rem .8rem;background:#061225}.web-mobile b{display:grid;width:35px;height:35px;place-items:center;border-radius:.6rem;color:#fff;background:var(--blue-600);font-size:.62rem}.web-mobile small{display:block;margin-top:1.7rem;color:var(--blue-700);font-size:.57rem;font-weight:850;text-transform:uppercase}.web-mobile strong{display:block;margin:.55rem 0 1rem;color:var(--navy-900);font-size:1.25rem;line-height:1.08}.web-mobile i{display:block;height:8px;margin:.45rem 0;border-radius:1rem;background:#dbe5ef}.web-mobile i:nth-of-type(2){width:72%}.web-mobile button{width:100%;margin-top:1rem;padding:.65rem;border:0;border-radius:.6rem;color:#fff;background:var(--blue-600);font-size:.65rem;font-weight:850}

.payment-demo-body{padding:1.6rem;background:linear-gradient(145deg,#f7fafe,#edf5fb)}
.payment-demo-steps{display:grid;grid-template-columns:1fr 46px 1fr 46px 1fr;align-items:center;gap:.8rem}.payment-demo-steps article{display:flex;min-height:250px;flex-direction:column;align-items:flex-start;padding:1.35rem;border:1px solid var(--border);border-radius:1.2rem;background:#fff;box-shadow:var(--shadow-sm)}.payment-demo-steps article>span{color:#7c91a7;font-size:.64rem;font-weight:900;letter-spacing:.1em}.payment-demo-steps article>i{display:grid;width:54px;height:54px;margin:1.2rem 0;place-items:center;border-radius:1rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--cyan));font-style:normal}.payment-demo-steps article>i svg{width:25px}.payment-demo-steps article strong{color:var(--navy-900);font-size:.95rem}.payment-demo-steps article small{margin-top:.45rem;color:var(--muted);font-size:.7rem}.payment-demo-steps>b{display:grid;place-items:center;color:#7aa1c4}.payment-demo-steps>b svg{width:24px}
.payment-demo-result{display:flex;align-items:center;gap:.8rem;margin-top:1rem;padding:1rem 1.15rem;border:1px solid rgba(18,132,95,.18);border-radius:1rem;background:#e8f8f2}.payment-demo-result>span{display:grid;width:42px;height:42px;place-items:center;border-radius:.75rem;color:#fff;background:var(--success)}.payment-demo-result>span svg{width:22px}.payment-demo-result>div{display:grid}.payment-demo-result small{color:#4e7768;font-size:.63rem}.payment-demo-result strong{color:#0d654a;font-size:.82rem}.payment-demo-result>em{margin-left:auto;color:#0d654a;font-size:.68rem;font-style:normal;font-weight:900}

.use-case-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.use-case-card{min-height:235px;padding:1.45rem;border:1px solid rgba(255,255,255,.11);border-radius:var(--radius-md);background:rgba(255,255,255,.055)}
.use-case-card>span{display:grid;width:43px;height:43px;margin-bottom:1.2rem;place-items:center;border-radius:.75rem;color:#89e6ff;background:rgba(0,194,255,.13)}.use-case-card>span svg{width:21px}.use-case-card h3{color:#fff;font-size:1.02rem}.use-case-card p{color:#b8cde0;font-size:.79rem}
.workflow-polished .workflow-item{position:relative;overflow:hidden}.workflow-polished .workflow-item:after{position:absolute;right:-35px;bottom:-45px;width:110px;height:110px;border-radius:50%;content:"";background:rgba(0,194,255,.05)}
.product-value-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.75fr);align-items:center;gap:clamp(2rem,6vw,6rem)}
.value-list-card{padding:1.7rem}.value-list-card .feature-list{margin:0}.value-list-card .feature-list li{padding:.7rem 0;border-bottom:1px solid var(--border)}.value-list-card .feature-list li:last-child{border-bottom:0}
.related-services-section{background:#fff}
.related-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.related-service-card{display:grid;grid-template-columns:50px 1fr 24px;align-items:center;gap:.85rem;min-height:105px;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.related-service-card:hover{transform:translateY(-4px);border-color:#a9c9e6;box-shadow:var(--shadow)}.related-service-card>span{display:grid;width:48px;height:48px;place-items:center;border-radius:.8rem;color:var(--blue-600);background:#eaf5ff}.related-service-card>span svg{width:23px}.related-service-card>div{display:grid}.related-service-card small{color:var(--muted);font-size:.61rem}.related-service-card strong{color:var(--navy-900);font-size:.85rem}.related-service-card>svg{width:19px;color:var(--blue-600)}

/* Pricing page */
.pricing-page-section{background:linear-gradient(180deg,#fff,#f5f8fc)}
.pricing-page-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.pricing-factor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Resources */
.resource-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);align-items:center;gap:clamp(2rem,6vw,6rem)}
.resource-topic-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.resource-topic-list a{display:flex;align-items:center;gap:.7rem;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:#fff;box-shadow:var(--shadow-sm)}.resource-topic-list a:hover{border-color:#a9c9e6}.resource-topic-list span{display:grid;width:42px;height:42px;place-items:center;border-radius:.75rem;color:var(--blue-600);background:#eaf5ff}.resource-topic-list svg{width:20px}.resource-topic-list strong{color:var(--navy-900);font-size:.79rem}
.resource-grid-expanded{grid-template-columns:repeat(4,minmax(0,1fr))}.resource-card{min-height:280px;padding:1.35rem}.resource-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.resource-status{color:#8498ad;font-size:.57rem;font-weight:850}.resource-card h3{margin:1rem 0 .6rem;font-size:1.05rem}.resource-card p{font-size:.78rem}
.resource-publishing-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.2rem;border-radius:var(--radius-lg);color:#fff;background:radial-gradient(circle at 90% 20%,rgba(0,194,255,.2),transparent 32%),linear-gradient(135deg,#071b3a,#0a3b72);box-shadow:var(--shadow)}.resource-publishing-card h2{max-width:760px;color:#fff}.resource-publishing-card p{max-width:760px;margin:0;color:#bed1e3}

/* About */
.about-story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:center;gap:clamp(2.5rem,7vw,7rem)}
.about-story-grid>div>p{max-width:760px}.about-principles-panel{padding:1.8rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#fafdff,#edf6ff);box-shadow:var(--shadow-sm)}.about-panel-label{display:block;margin-bottom:.7rem;color:var(--blue-700);font-size:.69rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.about-principles-panel .feature-list{margin:0}.about-principles-panel li{padding:.55rem 0;border-bottom:1px solid #dce7f0;font-size:.82rem}.about-principles-panel li:last-child{border-bottom:0}
.about-product-grid .product-premium-card{min-height:320px}
.credibility-statement{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:1.3rem;padding:2rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}.credibility-statement>span{display:grid;width:62px;height:62px;place-items:center;border-radius:1rem;color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--teal))}.credibility-statement>span svg{width:29px}.credibility-statement small{color:var(--blue-700);font-size:.66rem;font-weight:900;text-transform:uppercase}.credibility-statement h2{margin:.3rem 0 .4rem;font-size:1.65rem}.credibility-statement p{margin:0}

/* Forms and inner pages */
.form-shell{grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr)}
.form-intro{min-height:100%;padding:2rem}
.form-intro h2{color:#fff}.form-intro p{color:#bcd0e2}.contact-list a,.contact-list span{color:#d4e4f1}
.form-shell form{padding:clamp(1.3rem,3vw,2.2rem)}
.notice-warning{color:#684700;background:#fff7dd;border-color:#ecd693}
.portal-coming-soon{max-width:860px}

/* Responsive completion */
@media(max-width:1180px){
  .customer-journey{grid-template-columns:repeat(4,minmax(0,1fr))}.customer-journey:before{display:none}.journey-step{min-height:210px;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:#fff;box-shadow:var(--shadow-sm)}.journey-step>span{margin-top:-2rem}
  .resource-grid-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:1080px){
  .section-header-split,.product-problem-grid,.product-value-grid,.resource-intro-grid,.about-story-grid,.evidence-grid{grid-template-columns:1fr}
  .section-header-split>p{margin-left:0}
  .product-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .use-case-grid,.pricing-factor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pricing-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .related-services-grid{grid-template-columns:1fr}
  .evidence-placeholder-grid{max-width:760px}
  .sms-console-grid{grid-template-columns:1fr}
  .web-desktop{width:94%}.web-mobile{right:1%}
  .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-brand{grid-column:1/-1}
  .credibility-statement{grid-template-columns:64px 1fr}.credibility-statement .button{grid-column:1/-1;width:max-content}
}
@media(max-width:760px){
  .section{padding:clamp(3.8rem,12vw,5.2rem) 0}
  .section-header{margin-bottom:2rem}.section-header p{font-size:.96rem}
  .product-feature-grid,.use-case-grid,.pricing-page-grid,.pricing-factor-grid,.resource-grid-expanded,.evidence-placeholder-grid{grid-template-columns:1fr}
  .customer-journey{grid-template-columns:1fr;gap:1rem}.journey-step{display:grid;grid-template-columns:54px 1fr;align-items:start;min-height:0;padding:1rem;text-align:left}.journey-step>span{width:50px;height:50px;margin:0;border-width:5px}.journey-step h3{margin-top:.2rem}
  .feature-chip-grid{grid-template-columns:1fr}
  .demo-window-bar{min-height:68px;padding:.8rem}.demo-window-bar>em{display:none}
  .demo-school-layout{grid-template-columns:52px 1fr;min-height:500px}.demo-sidebar{padding:.7rem .35rem}.demo-sidebar>b{width:36px;height:36px}.demo-sidebar>span{width:34px;height:34px}.demo-sidebar svg{width:17px}.demo-workspace{padding:.75rem}.demo-stat-grid{grid-template-columns:1fr}.demo-content-grid{grid-template-columns:1fr}.mini-bars{height:165px}.demo-content-grid>aside{display:none}
  .sms-console-grid{padding:.75rem}.sms-compose-panel,.sms-report-panel{padding:1rem}.compose-summary{grid-template-columns:1fr}
  .web-preview-stage{min-height:470px;padding:.8rem}.web-desktop{width:100%}.web-desktop main{grid-template-columns:1fr;min-height:330px;padding:1.25rem}.web-desktop main aside{display:none}.web-desktop main strong{font-size:1.45rem}.web-desktop>footer{grid-template-columns:1fr}.web-desktop>footer i:nth-child(n+2){display:none}.web-mobile{right:.5rem;bottom:.7rem;width:160px;min-height:305px;border-width:6px}.web-mobile small{margin-top:1rem}.web-mobile strong{font-size:.92rem}
  .payment-demo-body{padding:.8rem}.payment-demo-steps{grid-template-columns:1fr;gap:.7rem}.payment-demo-steps>b{transform:rotate(90deg)}.payment-demo-steps article{min-height:0}.payment-demo-result{align-items:flex-start}.payment-demo-result>em{display:none}
  .resource-topic-list{grid-template-columns:1fr}.resource-publishing-card{display:grid;padding:1.5rem}.resource-publishing-card .button{width:100%}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column}
  .credibility-statement{grid-template-columns:1fr}.credibility-statement .button{width:100%}
  .form-shell{grid-template-columns:1fr}.form-intro{min-height:auto}.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}
}
@media(max-width:430px){
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .web-mobile{display:none}
  .evidence-placeholder-grid article{min-height:240px}
  .product-demo{border-radius:1.2rem}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

/* Phase W3 secure form and CMS-connected content additions */
.honeypot-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.optional-label{font-size:.72rem;font-weight:700;color:#718197;margin-left:.35rem}.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:#d92d20;box-shadow:0 0 0 3px rgba(217,45,32,.08)}.field-error{display:block;color:#b42318;font-weight:700;margin-top:.38rem}.notice-error{background:#fff2f0;border-color:#f3b7b1;color:#8d1c13}.notice-info{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#e4f3ff}.form-confirmation{display:flex;gap:1rem;align-items:flex-start;background:#ecfdf3;border:1px solid #abefc6;border-radius:16px;padding:1rem 1.1rem;margin-bottom:1.25rem;color:#05603a}.form-confirmation>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#d1fadf;flex:0 0 auto}.form-confirmation svg{width:21px;height:21px}.form-confirmation p{margin:.3rem 0 0;line-height:1.55}.form-consent{margin-top:1rem;padding:1rem;border:1px solid #d9e4ef;border-radius:14px;background:#f8fbfe}.form-consent label{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.5;color:#42566e}.form-consent input{margin-top:.18rem;flex:0 0 auto}.form-security-note{display:inline-flex;align-items:center;gap:.45rem;color:#64768b;font-size:.82rem;line-height:1.4}.form-security-note svg{width:17px;height:17px}.footer-updates{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.14)}.footer-updates>strong{display:block;color:#fff}.footer-updates>p{font-size:.82rem;margin:.4rem 0 .75rem}.footer-subscribe-row{display:flex;gap:.5rem}.footer-subscribe-row input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;padding:.72rem .8rem}.footer-subscribe-row input::placeholder{color:#aebfd2}.footer-subscribe-row button{border:0;border-radius:10px;background:#fff;color:#0a2a53;padding:.72rem .9rem;font-weight:800;cursor:pointer}.footer-form-result{font-size:.8rem;border-radius:9px;padding:.55rem .7rem;margin-bottom:.65rem}.footer-form-result.is-success{background:rgba(18,183,106,.16);color:#c7f8df}.footer-form-result.is-error{background:rgba(240,68,56,.16);color:#ffd0cc}@media(max-width:560px){.footer-subscribe-row{flex-direction:column}.form-actions{align-items:flex-start}.form-security-note{width:100%}}

/* Phase W3 CMS-managed product media */
.cms-product-screenshot{margin:0 auto;max-width:1120px;border:1px solid var(--border,#dbe5f2);border-radius:28px;padding:14px;background:#fff;box-shadow:0 24px 60px rgba(6,30,66,.12)}
.cms-product-screenshot img{display:block;width:100%;height:auto;max-height:680px;object-fit:contain;border-radius:18px;background:#f4f8fc}
.cms-product-screenshot figcaption{padding:10px 6px 0;color:#5c6c82;font-size:.88rem;text-align:center}

/* Phase W3 editorial collections */
.cms-editorial-card{overflow:hidden}
.cms-editorial-card>img{display:block;width:calc(100% + 48px);max-width:none;height:210px;object-fit:cover;margin:-24px -24px 22px;border-bottom:1px solid #dbe5f2}
.cms-editorial-card small{display:block;margin-top:14px;color:#61748c;font-weight:650}
@media(max-width:640px){.cms-editorial-card>img{width:calc(100% + 36px);height:180px;margin:-18px -18px 18px}}

/* W3.0.2: Product-page workflow cards on light sections */
.section:not(.section-dark) .workflow-item{
  border:1px solid var(--border,#dbe5f2);
  background:#fff;
  box-shadow:0 16px 36px rgba(6,30,66,.07);
}
.section:not(.section-dark) .workflow-item span{color:var(--blue-600,#0875d1)}
.section:not(.section-dark) .workflow-item h3{color:var(--navy-950,#061e42)}
.section:not(.section-dark) .workflow-item p{color:var(--text-muted,#5f7188)}
.section:not(.section-dark) .workflow-polished .workflow-item:after{background:rgba(0,158,219,.07)}

/* Preserve the approved dark-section workflow appearance */
.section-dark .workflow-item{
  border-color:rgba(255,255,255,.1);
  background:rgba(255,255,255,.06);
  box-shadow:none;
}
.section-dark .workflow-item span{color:#77e1ff}
.section-dark .workflow-item h3{color:#fff}
.section-dark .workflow-item p{color:#c2d4e7}
