:root{
  --navy-950:#06172d;
  --navy-900:#071b35;
  --navy-850:#0a2444;
  --navy-800:#0c2f59;
  --blue-700:#0757b7;
  --blue-600:#0a67d2;
  --blue-500:#1684ef;
  --cyan-500:#16b7c9;
  --cyan-100:#ddf8fb;
  --green-500:#16a66a;
  --green-100:#e0f7ed;
  --amber-500:#e9a723;
  --ink:#152b46;
  --muted:#61738a;
  --muted-2:#8290a2;
  --line:#dfe7ef;
  --line-dark:rgba(255,255,255,.13);
  --surface:#ffffff;
  --surface-soft:#f4f7fb;
  --surface-blue:#eff6fd;
  --shadow-sm:0 10px 35px rgba(6,23,45,.08);
  --shadow-md:0 24px 65px rgba(6,23,45,.13);
  --shadow-lg:0 35px 90px rgba(3,20,39,.22);
  --radius-sm:14px;
  --radius-md:22px;
  --radius-lg:30px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Manrope,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--surface);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:-9999px;top:10px;z-index:9999;background:#fff;color:var(--navy-900);padding:10px 16px;border-radius:10px;box-shadow:var(--shadow-md)}
.skip-link:focus{left:10px}

.topbar{background:var(--navy-950);color:#c7d3e0;font-size:.74rem;letter-spacing:.045em}
.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-security{display:inline-flex;align-items:center;gap:7px;color:#d9e9f8}
.topbar-security svg{width:15px;height:15px;color:#66d9b3}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.91);border-bottom:1px solid rgba(10,47,89,.08);backdrop-filter:blur(18px);transition:box-shadow .25s ease,background .25s ease}
.site-header.scrolled{background:rgba(255,255,255,.97);box-shadow:0 12px 35px rgba(6,23,45,.08)}
.nav-wrap{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content}
.brand-symbol{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;color:#fff;background:linear-gradient(145deg,var(--blue-600),var(--cyan-500));box-shadow:0 12px 28px rgba(10,103,210,.25)}
.brand-symbol svg{width:31px;height:31px;stroke-width:2.2}
.brand-copy{display:grid;line-height:1.12}
.brand-copy strong{font-size:1.02rem;letter-spacing:-.015em;color:var(--navy-900)}
.brand-copy small{margin-top:5px;color:var(--muted);font-size:.7rem;letter-spacing:.025em}
.site-nav{display:flex;align-items:center;gap:31px;color:#40566f;font-size:.88rem;font-weight:650}
.site-nav>a:not(.nav-button){position:relative;padding:28px 0}
.site-nav>a:not(.nav-button):after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--blue-600);transition:right .2s ease}
.site-nav>a:not(.nav-button):hover{color:var(--navy-900)}
.site-nav>a:not(.nav-button):hover:after{right:0}
.nav-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:12px;color:#fff;background:var(--navy-900);box-shadow:0 10px 24px rgba(7,27,53,.16);transition:transform .2s ease,background .2s ease}
.nav-button:hover{transform:translateY(-2px);background:var(--blue-700)}
.nav-toggle{display:none;align-items:center;gap:9px;border:1px solid var(--line);background:#fff;color:var(--navy-900);border-radius:12px;padding:9px 12px;font-size:.84rem;font-weight:700}
.nav-toggle-lines{display:grid;gap:3px}
.nav-toggle-lines i{display:block;width:18px;height:2px;background:currentColor;border-radius:99px}

.hero-section{position:relative;isolation:isolate;overflow:hidden;padding:88px 0 92px;background:linear-gradient(135deg,#f7fafe 0%,#eef5fc 52%,#f7fbfc 100%)}
.hero-grid-pattern{position:absolute;inset:0;z-index:-3;opacity:.35;background-image:linear-gradient(rgba(7,87,183,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(7,87,183,.055) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to right,#000,transparent 80%)}
.hero-glow{position:absolute;z-index:-2;border-radius:50%;filter:blur(2px);pointer-events:none}
.hero-glow-one{width:600px;height:600px;right:-210px;top:-270px;background:radial-gradient(circle,rgba(22,183,201,.18),rgba(22,183,201,0) 70%)}
.hero-glow-two{width:500px;height:500px;left:-310px;bottom:-350px;background:radial-gradient(circle,rgba(10,103,210,.16),rgba(10,103,210,0) 70%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(480px,1.06fr);align-items:center;gap:64px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--blue-700);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.eyebrow i{width:26px;height:2px;background:linear-gradient(90deg,var(--blue-600),var(--cyan-500));border-radius:999px}
.hero-copy h1{max-width:720px;margin:20px 0 22px;color:var(--navy-900);font-size:clamp(3rem,5.1vw,5rem);line-height:1.005;letter-spacing:-.061em;font-weight:770}
.hero-lead{max-width:680px;margin:0;color:var(--muted);font-size:1.08rem;line-height:1.78}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 30px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:54px;padding:0 22px;border:1px solid transparent;border-radius:13px;font-size:.91rem;font-weight:750;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.button svg{width:19px;height:19px;transition:transform .2s ease}
.button:hover{transform:translateY(-2px)}
.button:hover svg{transform:translateX(3px)}
.button-primary{color:#fff;background:linear-gradient(135deg,var(--blue-700),var(--blue-500));box-shadow:0 16px 30px rgba(10,103,210,.25)}
.button-primary:hover{box-shadow:0 20px 38px rgba(10,103,210,.33)}
.button-secondary{color:var(--navy-900);background:#fff;border-color:#cdd9e5;box-shadow:0 8px 24px rgba(6,23,45,.07)}
.button-secondary:hover{border-color:#9eb4c9;box-shadow:0 14px 30px rgba(6,23,45,.1)}
.hero-proof{display:flex;align-items:center;gap:28px;padding-top:3px}
.hero-proof>div{display:flex;align-items:center;gap:11px}
.proof-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;color:var(--green-500);background:var(--green-100)}
.proof-icon svg{width:18px;height:18px;stroke-width:2.4}
.hero-proof p{display:grid;margin:0;line-height:1.25}
.hero-proof strong{font-size:.8rem;color:var(--navy-900)}
.hero-proof small{margin-top:4px;color:var(--muted-2);font-size:.68rem}

.hero-visual{position:relative;min-width:0;padding:24px 22px 28px 20px}
.visual-shell{position:relative;z-index:2;overflow:hidden;border:1px solid rgba(9,53,99,.15);border-radius:22px;background:#fff;box-shadow:var(--shadow-lg);transform:perspective(1200px) rotateY(-3.5deg) rotateX(1.5deg)}
.visual-toolbar{height:44px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 15px;background:#f5f8fb;border-bottom:1px solid #e2e9f0}
.visual-dots{display:flex;gap:5px}.visual-dots i{width:7px;height:7px;border-radius:50%;background:#c2cfdb}.visual-dots i:first-child{background:#ef8d8d}.visual-dots i:nth-child(2){background:#e9c96f}.visual-dots i:last-child{background:#7ccca5}
.visual-address{justify-self:center;max-width:290px;width:100%;height:23px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #dfe7ef;border-radius:7px;color:#7a899b;background:#fff;font-size:.58rem;white-space:nowrap;overflow:hidden}
.visual-address span{width:6px;height:6px;border-radius:50%;background:var(--green-500)}
.visual-secure{color:#7f91a3}.visual-secure svg{width:14px;height:14px}
.visual-shell img{width:100%;height:auto}
.floating-card{position:absolute;z-index:4;display:flex;align-items:center;gap:11px;min-width:210px;padding:13px 15px;border:1px solid rgba(11,58,105,.1);border-radius:15px;background:rgba(255,255,255,.95);box-shadow:0 18px 42px rgba(6,23,45,.16);backdrop-filter:blur(12px)}
.floating-card-status{left:-22px;bottom:1px}
.floating-card-channel{right:-15px;top:66px}
.floating-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;color:var(--blue-600);background:var(--surface-blue)}
.floating-icon.success{color:var(--green-500);background:var(--green-100)}
.floating-icon svg{width:18px;height:18px;stroke-width:2.3}
.floating-card p{display:grid;margin:0;line-height:1.2}.floating-card strong{font-size:.73rem;color:var(--navy-900)}.floating-card small{margin-top:4px;color:var(--muted-2);font-size:.61rem}

.trust-strip{position:relative;z-index:5;border-top:1px solid #e4ebf2;border-bottom:1px solid #e4ebf2;background:#fff}
.trust-strip-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-strip-grid>div{display:flex;align-items:center;gap:15px;padding:24px 28px;border-right:1px solid var(--line)}
.trust-strip-grid>div:first-child{padding-left:0}.trust-strip-grid>div:last-child{padding-right:0;border-right:0}
.trust-strip svg{width:27px;height:27px;flex:0 0 auto;color:var(--blue-600)}
.trust-strip span{display:grid;line-height:1.3}.trust-strip strong{color:var(--navy-900);font-size:.82rem}.trust-strip small{margin-top:4px;color:var(--muted);font-size:.68rem}

.section{padding:100px 0}
.section-label{display:inline-flex;align-items:center;gap:8px;color:var(--blue-700);font-size:.71rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.section-label:before{content:"";width:24px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--blue-600),var(--cyan-500))}
.section-label.light{color:#8ddfeb}.section-label.light:before{background:#58d3e0}
.section-intro h2,.workflow-copy h2,.security-copy h2,.final-cta h2{margin:15px 0 0;color:var(--navy-900);font-size:clamp(2.25rem,4.1vw,3.8rem);line-height:1.08;letter-spacing:-.048em}
.split-intro{display:grid;grid-template-columns:1.12fr .88fr;align-items:end;gap:70px;margin-bottom:48px}
.split-intro p{margin:0 0 5px;color:var(--muted);font-size:1rem;line-height:1.8}
.centered{max-width:770px;margin:0 auto 48px;text-align:center}.centered .section-label{justify-content:center}.centered p{margin:16px auto 0;color:var(--muted);max-width:650px}

.solution-section{background:#fff}
.solution-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:20px}
.solution-card{position:relative;overflow:hidden;min-height:350px;padding:29px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;box-shadow:0 10px 32px rgba(6,23,45,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.solution-card:hover{transform:translateY(-6px);border-color:#bbccdc;box-shadow:var(--shadow-md)}
.solution-card.featured{color:#fff;border-color:transparent;background:linear-gradient(150deg,var(--navy-900),var(--navy-800) 60%,#075b88);box-shadow:0 25px 60px rgba(7,27,53,.19)}
.solution-card.featured:after{content:"";position:absolute;width:260px;height:260px;right:-120px;bottom:-140px;border-radius:50%;background:rgba(22,183,201,.12)}
.card-topline{display:flex;align-items:center;gap:13px;color:var(--muted-2);font-size:.68rem;font-weight:800;letter-spacing:.12em}
.card-topline i{height:1px;flex:1;background:var(--line)}
.featured .card-topline{color:#9db0c4}.featured .card-topline i{background:rgba(255,255,255,.17)}
.solution-icon{width:52px;height:52px;display:grid;place-items:center;margin:38px 0 23px;border-radius:15px;color:var(--blue-600);background:var(--surface-blue)}
.solution-icon svg{width:25px;height:25px}
.featured .solution-icon{color:#7fe0ea;background:rgba(255,255,255,.1)}
.solution-card h3{margin:0 0 12px;color:var(--navy-900);font-size:1.28rem;letter-spacing:-.025em}
.solution-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.75}
.featured h3{color:#fff;font-size:1.5rem}.featured p{color:#c7d8e8;max-width:470px}
.solution-card a{position:absolute;z-index:2;left:29px;right:29px;bottom:29px;display:flex;align-items:center;justify-content:space-between;color:#c5eef4;font-size:.78rem;font-weight:750}
.solution-card a svg{width:18px;height:18px;transition:transform .2s ease}.solution-card a:hover svg{transform:translateX(4px)}

.profiles-section{background:var(--surface-soft)}
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.profile-card{position:relative;overflow:hidden;padding:38px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:0 16px 45px rgba(6,23,45,.07)}
.profile-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--blue-600),var(--cyan-500))}
.profile-card.rh:before{background:linear-gradient(90deg,var(--navy-800),var(--blue-600))}
.profile-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.profile-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:18px;color:var(--blue-600);background:var(--surface-blue)}
.profile-icon svg{width:29px;height:29px}
.profile-card.rh .profile-icon{color:var(--navy-800);background:#e8eef5}
.profile-tag{padding:7px 11px;border-radius:999px;color:var(--blue-700);background:#edf6ff;font-size:.65rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.profile-card.rh .profile-tag{color:var(--navy-800);background:#edf0f5}
.profile-card h3{margin:0 0 12px;color:var(--navy-900);font-size:1.65rem;letter-spacing:-.035em}
.profile-card>p{margin:0;color:var(--muted);line-height:1.75}
.profile-card ul{display:grid;gap:13px;margin:26px 0 30px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);list-style:none}
.profile-card li{display:flex;align-items:center;gap:10px;color:#40566f;font-size:.86rem}
.profile-card li span{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:var(--green-500);background:var(--green-100)}
.profile-card li svg{width:13px;height:13px;stroke-width:2.5}
.profile-button{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:0 18px;border-radius:12px;color:#fff;background:var(--navy-900);font-size:.86rem;font-weight:750;transition:transform .2s ease,background .2s ease}
.profile-button svg{width:18px;height:18px;transition:transform .2s ease}.profile-button:hover{transform:translateY(-2px);background:var(--blue-700)}.profile-button:hover svg{transform:translateX(4px)}
.profile-card.collaborator .profile-button{background:var(--blue-700)}.profile-card.collaborator .profile-button:hover{background:var(--blue-600)}

.workflow-section{position:relative;overflow:hidden;color:#fff;background:var(--navy-900)}
.workflow-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(22,183,201,.16),transparent 30%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,44px 44px,44px 44px}
.workflow-layout{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:90px}
.workflow-copy h2{color:#fff}.workflow-copy>p{margin:20px 0 0;color:#b7c9da;line-height:1.8}
.workflow-badge{display:inline-flex;align-items:center;gap:9px;margin-top:28px;padding:9px 12px;border:1px solid rgba(255,255,255,.13);border-radius:10px;color:#d6e5f1;background:rgba(255,255,255,.055);font-size:.7rem}
.workflow-badge span{width:7px;height:7px;border-radius:50%;background:#4ed7a5;box-shadow:0 0 0 5px rgba(78,215,165,.11)}
.workflow-steps{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.workflow-steps li{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:19px;padding:22px 24px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease}
.workflow-steps li:hover{transform:translateX(6px);background:rgba(255,255,255,.085)}
.workflow-steps>li>span{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(114,222,235,.28);border-radius:15px;color:#77dfeb;background:rgba(22,183,201,.08);font-size:.72rem;font-weight:850;letter-spacing:.08em}
.workflow-steps h3{margin:0 0 4px;color:#fff;font-size:1rem}.workflow-steps p{margin:0;color:#aebfd0;font-size:.8rem}

.security-section{background:#fff}
.security-layout{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px}
.security-visual{position:relative;min-height:420px;display:grid;place-items:center}
.security-rings{position:absolute;inset:0;display:grid;place-items:center}
.security-rings i{position:absolute;border:1px solid #dce7f1;border-radius:50%}
.security-rings i:first-child{width:370px;height:370px}.security-rings i:nth-child(2){width:280px;height:280px;border-style:dashed}.security-rings i:last-child{width:190px;height:190px;background:radial-gradient(circle,#edf7fc,transparent 70%)}
.security-shield{position:relative;z-index:2;width:155px;height:180px;display:grid;place-items:center;color:#fff;filter:drop-shadow(0 25px 38px rgba(7,87,183,.22))}
.security-shield:before{content:"";position:absolute;inset:0;border-radius:45% 45% 52% 52%/34% 34% 65% 65%;background:linear-gradient(145deg,var(--blue-700),var(--cyan-500))}
.security-shield svg{position:relative;width:105px;height:125px;stroke-width:7}
.security-copy>p{margin:20px 0 0;color:var(--muted);line-height:1.8}
.security-list{display:grid;gap:17px;margin-top:30px}
.security-list>div{display:grid;grid-template-columns:47px 1fr;align-items:center;gap:15px}
.security-list>div>span{width:47px;height:47px;display:grid;place-items:center;border-radius:14px;color:var(--blue-600);background:var(--surface-blue)}
.security-list svg{width:23px;height:23px}
.security-list p{display:grid;margin:0;line-height:1.35}.security-list strong{color:var(--navy-900);font-size:.88rem}.security-list small{margin-top:5px;color:var(--muted);font-size:.75rem;line-height:1.55}

.final-cta-section{padding:0 0 100px;background:#fff}
.final-cta{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:48px;padding:48px 52px;border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,var(--blue-700),var(--blue-600) 55%,#0786a7);box-shadow:0 28px 70px rgba(7,87,183,.22)}
.final-cta:before{content:"";position:absolute;width:340px;height:340px;right:-170px;top:-205px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.045),0 0 0 110px rgba(255,255,255,.025)}
.final-cta>div{position:relative}.final-cta h2{max-width:680px;color:#fff;font-size:clamp(1.9rem,3.2vw,3rem)}.final-cta p{margin:12px 0 0;color:#dcefff}
.final-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.button-white{color:var(--blue-700);background:#fff;box-shadow:0 12px 28px rgba(4,48,97,.17)}
.button-outline-white{color:#fff;border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.08)}.button-outline-white:hover{background:rgba(255,255,255,.15)}

.site-footer{color:#c0ccda;background:var(--navy-950)}
.footer-main{display:grid;grid-template-columns:1.4fr .6fr .6fr;gap:70px;padding:58px 0 42px}
.footer-brand .brand-copy strong{color:#fff}.footer-brand .brand-copy small{color:#8fa2b6}
.footer-brand-block>p{max-width:410px;margin:20px 0 0;color:#8fa2b6;font-size:.82rem;line-height:1.7}
.footer-links{display:grid;align-content:start;gap:11px}.footer-links strong{margin-bottom:5px;color:#fff;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.footer-links a{color:#9dafc2;font-size:.8rem;transition:color .2s ease}.footer-links a:hover{color:#fff}
.footer-bottom{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--line-dark);color:#8092a5;font-size:.72rem}.footer-bottom p{margin:0}.footer-bottom a{color:#aebccd}.footer-bottom a span{margin-left:5px;color:#67d5e2}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.reveal.is-visible{opacity:1;transform:none}

@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr;gap:46px}.hero-copy{max-width:800px}.hero-visual{max-width:760px;width:100%;margin-inline:auto}.hero-copy h1{font-size:clamp(3.2rem,8vw,5.3rem)}
  .solution-grid{grid-template-columns:1fr 1fr}.solution-card.featured{grid-column:1/-1;min-height:300px}
  .workflow-layout,.security-layout{gap:55px}
  .final-cta{grid-template-columns:1fr}.final-cta-actions{justify-content:flex-start}
}

@media(max-width:860px){
  .topbar{display:none}.nav-wrap{min-height:72px}.nav-toggle{display:inline-flex}.site-nav{display:none;position:absolute;top:64px;left:20px;right:20px;align-items:stretch;flex-direction:column;gap:3px;padding:14px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--shadow-md)}.site-nav.open{display:flex}.site-nav>a:not(.nav-button){padding:11px 13px;border-radius:9px}.site-nav>a:not(.nav-button):after{display:none}.site-nav>a:not(.nav-button):hover{background:var(--surface-soft)}.nav-button{margin-top:5px}
  .hero-section{padding:68px 0 72px}.hero-grid{gap:34px}.hero-proof{flex-wrap:wrap}
  .trust-strip-grid{grid-template-columns:1fr}.trust-strip-grid>div,.trust-strip-grid>div:first-child,.trust-strip-grid>div:last-child{padding:17px 0;border-right:0;border-bottom:1px solid var(--line)}.trust-strip-grid>div:last-child{border-bottom:0}
  .section{padding:78px 0}.split-intro{grid-template-columns:1fr;gap:20px}.solution-grid{grid-template-columns:1fr}.solution-card.featured{grid-column:auto}.profile-grid{grid-template-columns:1fr}
  .workflow-layout,.security-layout{grid-template-columns:1fr}.workflow-layout{gap:42px}.security-visual{min-height:340px;order:2}.security-copy{order:1}
  .footer-main{grid-template-columns:1.2fr .8fr .8fr;gap:35px}
}

@media(max-width:620px){
  .container{width:min(100% - 24px,1200px)}.brand-symbol{width:43px;height:43px;border-radius:13px}.brand-symbol svg{width:27px;height:27px}.brand-copy small{display:none}
  .hero-section{padding:52px 0 58px}.hero-copy h1{font-size:2.7rem;line-height:1.03}.hero-lead{font-size:.98rem}.hero-actions{display:grid}.button{width:100%}.hero-proof{display:grid;gap:13px}.hero-visual{padding:10px 0 40px}.visual-shell{transform:none;border-radius:17px}.visual-toolbar{height:36px;padding:0 9px}.visual-address{font-size:.45rem}.floating-card{min-width:185px;padding:10px 11px}.floating-card-status{left:-5px;bottom:0}.floating-card-channel{right:-4px;top:45px}.floating-card-channel{display:none}
  .section{padding:64px 0}.section-intro h2,.workflow-copy h2,.security-copy h2{font-size:2.25rem}.centered{margin-bottom:34px}.solution-card,.profile-card{padding:25px}.solution-card a{left:25px;right:25px;bottom:25px}.profile-header{align-items:flex-start}.profile-tag{font-size:.58rem}
  .workflow-steps li{grid-template-columns:48px 1fr;padding:18px}.workflow-steps>li>span{width:48px;height:48px}
  .security-visual{min-height:290px}.security-rings i:first-child{width:280px;height:280px}.security-rings i:nth-child(2){width:215px;height:215px}.security-rings i:last-child{width:150px;height:150px}.security-shield{width:125px;height:145px}.security-shield svg{width:85px;height:105px}
  .final-cta-section{padding-bottom:64px}.final-cta{padding:34px 25px;border-radius:23px}.final-cta-actions{display:grid}.footer-main{grid-template-columns:1fr;gap:30px;padding:44px 0 35px}.footer-bottom{align-items:flex-start;flex-direction:column;padding:20px 0;gap:8px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.solution-card,.workflow-steps li,.site-header{transition:none}}
