/* SetPosta — özgün, bağımsız ve dış bağımlılığı olmayan arayüz. */
:root{--ink:#142538;--navy:#102637;--navy-deep:#0c1d2a;--muted:#536575;--blue:#285de5;--blue-dark:#1c49bf;--mint:#ddf3e9;--green:#08755d;--line:#dce4e9;--paper:#fff;--soft:#f5f7f8;--cream:#fbfaf6;--radius:20px;--max:1200px;--shadow:0 18px 60px rgba(17,38,55,.08);color-scheme:light}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}a:hover{text-decoration:none}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}img,svg{display:block;max-width:100%}img{height:auto}p,h1,h2,h3,h4{margin:0}h1,h2,h3,h4{line-height:1.2;letter-spacing:-.025em}h1,h2{font-weight:750}h3,h4{font-weight:700}ul,ol{margin:0;padding:0}li{list-style:none}section[id]{scroll-margin-top:104px}main{min-height:50vh}[hidden]{display:none!important}::selection{background:#cce7dd;color:#102637}:focus-visible{outline:3px solid #356de6;outline-offset:5px;border-radius:4px}
.wrap{width:min(var(--max),calc(100% - 64px));margin-inline:auto;min-width:0}.section{padding:100px 0}.soft{background:var(--soft)}.cream{background:var(--cream)}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:750;letter-spacing:.14em;line-height:1.5;text-transform:uppercase;color:var(--green);margin-bottom:19px}.eyebrow::before{content:"";width:7px;height:7px;background:currentColor;border-radius:2px;flex:none}.section-title{font-size:clamp(30px,3.15vw,44px);line-height:1.15;letter-spacing:-1.5px;text-wrap:balance;max-width:770px}.section-lead{font-size:17px;color:var(--muted);line-height:1.75;max-width:650px;margin-top:19px}.section-head{display:flex;gap:50px;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.section-head>div{min-width:0}.section-head>.section-lead{max-width:340px;margin:0}.section-head.center{display:block;text-align:center}.center .section-title,.center .section-lead{margin-inline:auto}.icon{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}.icon.small{width:18px;height:18px}.icon-box{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--line);border-radius:13px;color:var(--blue);background:#fff;margin-bottom:22px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 23px;font-size:14px;line-height:1.35;font-weight:650;border:1px solid transparent;border-radius:9px;transition:background .15s,transform .15s;white-space:normal;text-align:center}.button:hover{transform:translateY(-1px)}.button-primary{color:white;background:var(--blue)}.button-primary:hover{background:var(--blue-dark)}.button-dark{color:white;background:var(--navy)}.button-dark:hover{background:#224257}.button-outline{border-color:#cfd9df;background:transparent;color:var(--ink)}.button-outline:hover{background:#f0f4f7;border-color:#a9bbc8}.button-light{background:white;color:var(--navy)}.button-light:hover{background:#e4f2ef}.button-mint{background:var(--mint);color:#124c3d}.button-mint:hover{background:#c5e8d7}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:650;color:var(--blue);text-underline-offset:4px}.text-link:hover{text-decoration:underline}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.small-note{font-size:13px;line-height:1.65;color:var(--muted)}.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:-100px;left:20px;z-index:1000;padding:12px 20px;background:white;color:var(--blue);box-shadow:var(--shadow)}.skip-link:focus{top:12px}
/* Navigation */
.utility{background:var(--navy-deep);color:#d9e6ec;font-size:11px;letter-spacing:.02em}.utility .wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:34px}.utility-left,.utility-right{display:flex;align-items:center;gap:10px}.utility .dot{width:5px;height:5px;border-radius:50%;background:#91cdb2}.utility-right a{padding:5px 0}.utility-right a:hover{color:#fff}.utility-separator{opacity:.4;margin:0 4px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #e7edf0}.header-inner{min-height:82px;display:flex;align-items:center;gap:35px}.brand{display:inline-flex;align-items:center;gap:10px;flex:none;line-height:1.15}.brand-mark{width:39px;height:39px;flex:none}.brand-name{font-size:26px;font-weight:750;letter-spacing:-1.2px;display:block;color:var(--navy)}.brand-name span{font-weight:450}.brand-subtitle{display:block;font-size:8px;font-weight:700;letter-spacing:.16em;color:#607283;margin-top:5px}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;flex:1;min-width:0}.nav-links{display:flex;align-items:center;gap:26px;margin-inline:auto}.nav-links a{font-size:13px;font-weight:600;padding:12px 0;color:#425567;white-space:nowrap}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--blue)}.nav-actions{display:flex;gap:10px;align-items:center}.nav-actions .button{font-size:12px;min-height:42px;padding:10px 16px}.menu-toggle{display:none;margin-left:auto;border:1px solid var(--line);border-radius:8px;padding:9px;background:#fff;color:var(--ink);min-height:44px;align-items:center;gap:8px;font-size:13px}.menu-toggle .icon{width:20px;height:20px}
/* Hero / illustrative inbox */
.hero{position:relative;padding:78px 0 68px;background:linear-gradient(115deg,#fff 43%,#f4f9f7 100%)}.hero-grid{display:grid;grid-template-columns:1.03fr 1fr;gap:48px;align-items:center}.hero-copy{min-width:0;position:relative;z-index:2}.hero h1{font-size:clamp(42px,4.9vw,67px);line-height:1.08;letter-spacing:-2.8px;margin-bottom:25px}.hero h1 .accent{color:var(--green)}.hero .hero-lead{font-size:17px;line-height:1.8;color:var(--muted);max-width:510px;margin-bottom:30px}.hero-proof{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:22px;font-size:12px;color:#40576a}.hero-proof span{display:inline-flex;align-items:center;gap:6px}.hero-proof .icon{width:15px;height:15px;color:var(--green)}.hero-price{display:flex;align-items:center;gap:14px;margin-top:33px;padding-top:22px;border-top:1px solid #e1e9e9;font-size:12px;color:#526778;max-width:445px}.hero-price strong{font-size:22px;line-height:1;color:var(--navy);letter-spacing:-.7px}.hero-price strong small{font-size:12px;font-weight:500;letter-spacing:0}.hero-price .divider{height:27px;width:1px;background:#cfdcdf}.hero-art{position:relative;margin:0;min-width:0;padding:34px 0 27px}.hero-art::before{content:"";position:absolute;inset:2px 7% 19px;border-radius:50%;background:#dcece4;opacity:.5;transform:rotate(20deg)}.hero-art::after{content:"";position:absolute;width:132px;height:132px;border:1px solid #aecabe;border-radius:50%;right:-10px;top:3px;z-index:0}.inbox{position:relative;z-index:1;background:#fff;border:1px solid #d8e2e3;border-radius:16px;box-shadow:0 28px 70px -20px rgba(35,72,71,.24);overflow:hidden;transform:rotate(-1.5deg)}.inbox-top{padding:16px 20px;border-bottom:1px solid #e8eef0;display:flex;align-items:center;justify-content:space-between;gap:8px}.inbox-mini-brand{font-weight:700;letter-spacing:-.5px;font-size:17px;display:flex;align-items:center;gap:7px}.inbox-mini-brand .icon{color:var(--green);width:19px}.inbox-user{font-size:10px;color:#657b87;background:#f2f6f6;border:1px solid #e6edef;padding:5px 8px;border-radius:5px;max-width:65%;overflow-wrap:anywhere}.inbox-content{display:grid;grid-template-columns:122px minmax(0,1fr);min-height:307px}.inbox-sidebar{padding:18px 10px;background:#f7f9fa;border-right:1px solid #edf1f2;font-size:10px;color:#5b6c7d}.compose-label{background:var(--navy);color:white;padding:9px 8px;border-radius:6px;font-size:10px;display:flex;gap:6px;align-items:center;margin-bottom:17px}.compose-label .icon{width:13px;height:13px}.folder{display:flex;align-items:center;gap:7px;padding:8px 7px;margin-bottom:3px;border-radius:5px}.folder.active{color:var(--green);font-weight:650;background:#e1f0e9}.folder .icon{width:13px;height:13px}.folder small{margin-left:auto;font-size:9px}.inbox-storage{border-top:1px solid #dce5e8;margin-top:35px;padding:11px 7px 0;font-size:9px}.storage-track{height:4px;background:#dce5e8;border-radius:2px;margin-top:7px}.storage-track::before{content:"";display:block;width:30%;height:4px;background:#4c937b;border-radius:2px}.inbox-main{padding:21px 17px 17px;min-width:0}.inbox-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:8px}.inbox-heading strong{font-size:16px;letter-spacing:-.4px}.inbox-heading>span{font-size:9px;color:#687d89}.mock-search{font-size:10px;border:1px solid #e3e9ec;border-radius:6px;padding:9px 10px;display:flex;align-items:center;gap:7px;color:#697a89;margin-bottom:14px}.mock-search .icon{width:12px;height:12px}.mail-row{display:flex;gap:10px;padding:14px 0;border-bottom:1px solid #e9eef0;align-items:flex-start;min-width:0}.mail-row:last-child{border:0}.mail-avatar{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:9px;color:#27624e;background:#e5f2e9;font-size:10px;font-weight:700;flex:none}.mail-row:nth-of-type(4) .mail-avatar{background:#eef0fa;color:#576db1}.mail-row:nth-of-type(5) .mail-avatar{background:#faf0e3;color:#926d33}.mail-line{flex:1;min-width:0}.mail-row strong{display:block;font-size:10px;line-height:1.45}.mail-row .subject{display:block;font-size:11px;font-weight:550;color:#334d5d;margin-top:2px}.mail-row .snippet{display:block;font-size:9px;color:#667d8b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px;margin-top:3px}.mail-time{font-size:8px;white-space:nowrap;color:#617783;margin-left:auto;flex:none}.protection-badge{position:absolute;right:-13px;bottom:28px;z-index:3;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #cfdfd9;border-radius:12px;padding:14px 19px;box-shadow:0 12px 40px -16px rgba(31,73,53,.3);transform:rotate(1.5deg)}.protection-badge .seal{width:36px;height:36px;background:#e0f2e8;color:#08745a;border-radius:50%;display:grid;place-items:center}.protection-badge strong{display:block;font-size:12px;line-height:1.5}.protection-badge small{display:block;font-size:10px;color:var(--muted)}.hero-art figcaption{position:relative;z-index:3;text-align:left;font-size:10px;margin:18px 5px 0;color:#667987}
/* Metrics / pricing */
.quick-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;padding:27px 0}.quick-item{padding:1px 30px;border-left:1px solid var(--line)}.quick-item:first-child{padding-left:0;border:0}.quick-item dt{font-size:12px;color:var(--muted);margin-bottom:5px}.quick-item dd{margin:0;font-size:17px;font-weight:650;line-height:1.4;letter-spacing:-.3px}.pricing{padding-top:96px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.plan{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:27px;display:flex;flex-direction:column;min-width:0}.plan.accent-plan{border-color:#7693d6;box-shadow:inset 0 3px 0 var(--blue)}.plan-top{display:flex;justify-content:space-between;align-items:center;gap:9px;margin-bottom:21px}.plan h3{font-size:20px}.plan-tag{background:#f0f4f6;color:#536d7e;font-size:10px;font-weight:600;border-radius:5px;padding:4px 8px}.accent-plan .plan-tag{background:#eaf0ff;color:#294db1}.capacity{font-size:35px;font-weight:650;line-height:1.15;letter-spacing:-1.3px}.capacity small{font-size:15px;font-weight:500;letter-spacing:0;color:var(--muted);margin-left:5px}.plan-description{font-size:13px;line-height:1.65;color:var(--muted);margin-top:9px;min-height:43px}.plan-price{display:flex;align-items:baseline;gap:4px;margin-top:20px}.plan-price .currency{font-size:20px;font-weight:550}.plan-price .amount{font-size:37px;line-height:1.1;letter-spacing:-1.4px;font-weight:700}.plan-price .period{font-size:12px;margin-left:7px;color:var(--muted)}.plan-features{border-top:1px solid #e6ecee;margin-top:22px;padding-top:16px;display:grid;gap:8px;margin-bottom:22px}.plan-features li{font-size:12px;color:#435d6e;display:flex;gap:8px;align-items:center}.plan-features .icon{width:15px;height:15px;color:var(--green)}.plan .button{width:100%;margin-top:auto;min-height:44px;font-size:13px}.plan .button .icon{width:16px;height:16px}.pricing-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-top:23px}.pricing-bottom .small-note{max-width:680px}.annual-note{display:flex;align-items:center;gap:12px;background:#e6f0e8;border:1px solid #cddfd2;padding:13px 17px;border-radius:10px;margin-top:23px;color:#1b5a43}.annual-note strong{font-size:14px}.annual-note span{font-size:12px}.annual-note .icon{width:21px;height:21px}.annual-note .text-link{color:#1b5a43;margin-left:auto;white-space:nowrap}.calculator{display:grid;grid-template-columns:1.05fr 1.4fr .85fr;gap:26px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;margin-top:22px;align-items:center}.calculator h3{font-size:19px;line-height:1.35}.calculator-copy p{font-size:12px;color:var(--muted);margin-top:9px}.calc-controls{display:grid;grid-template-columns:1.1fr 1fr;gap:14px;min-width:0}.field{min-width:0}.field label{font-size:11px;font-weight:650;display:block;margin-bottom:7px}.field select,.field input{width:100%;height:44px;border:1px solid #b9cad5;border-radius:7px;background:white;color:var(--ink);font-size:13px;padding:0 10px}.stepper{display:grid;grid-template-columns:36px minmax(44px,1fr) 36px;gap:0}.stepper input{border-radius:0;text-align:center;-moz-appearance:textfield;padding:0;border-inline:0}.stepper input::-webkit-inner-spin-button,.stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stepper button{border:1px solid #b9cad5;border-radius:7px 0 0 7px;background:#f4f7f9;font-size:20px;color:#425e72}.stepper button:last-child{border-radius:0 7px 7px 0}.calc-result{border-left:1px solid var(--line);padding-left:26px}.calc-result>p{font-size:11px;color:var(--muted)}.calc-result output{font-size:30px;font-weight:700;line-height:1.35;letter-spacing:-.7px}.calc-result output small{font-size:11px;letter-spacing:0;font-weight:500}.calc-result .text-link{font-size:12px;margin-top:8px}.calc-error{grid-column:1/-1;font-size:12px;color:#aa2839}.calc-disclaimer{margin-top:10px;font-size:11px;line-height:1.65;color:var(--muted)}.calc-disclaimer a{text-decoration:underline;text-underline-offset:3px}
/* Security */
.security{position:relative;background:var(--navy-deep);color:#fff;overflow:hidden}.security::before{content:"";position:absolute;top:0;right:0;width:600px;height:470px;background:radial-gradient(ellipse at top right,rgba(88,145,129,.15),transparent 67%);pointer-events:none}.security>.wrap{position:relative}.security .eyebrow{color:#99d6b8}.security .section-lead{color:#b6c8d3}.security-top{display:grid;grid-template-columns:1.04fr 1fr;gap:75px;align-items:start}.security .section-title{font-size:clamp(30px,3.3vw,45px)}.security .security-intro{margin-top:21px;font-size:16px;line-height:1.85;color:#b6c8d3;max-width:520px}.security-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px;margin:30px 0 18px}.security-metrics>div{border-top:1px solid #2e4250;padding-top:18px;min-width:0}.security-metrics dt{font-size:11px;color:#b2c5d1;margin-top:7px;line-height:1.4}.security-metrics dd{margin:0;font-size:39px;line-height:1.1;letter-spacing:-1.4px;font-weight:600;color:#d6efdf}.security-note{font-size:11px;line-height:1.75;color:#a9c0cb;max-width:500px}.security-flow{position:relative;padding:27px 29px;background:#142c3e;border:1px solid #344d5e;border-radius:17px}.flow-kicker{font-size:10px;color:#abc9bc;letter-spacing:.13em;font-weight:650;margin-bottom:22px}.flow-list{display:grid;gap:0}.flow-list li{display:grid;grid-template-columns:33px minmax(0,1fr);gap:17px;position:relative;padding-bottom:23px}.flow-list li:last-child{padding-bottom:0}.flow-num{font-size:11px;font-weight:650;color:#b6dcc9;background:#204332;border:1px solid #3d674f;border-radius:8px;display:grid;place-items:center;width:33px;height:33px;position:relative;z-index:1}.flow-list li:not(:last-child)::after{content:"";width:1px;background:#365244;position:absolute;left:16px;top:33px;bottom:0}.flow-list h3{font-size:14px;line-height:1.45;letter-spacing:0;margin-top:4px}.flow-list p{font-size:12px;line-height:1.75;color:#b1c6d3;margin-top:4px}.security-bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:33px;margin-top:48px;padding-top:34px;border-top:1px solid #2b4252}.security-bottom .icon{color:#a6d2be;margin-bottom:16px}.security-bottom h3{font-size:16px;letter-spacing:-.1px;line-height:1.4;margin-bottom:9px}.security-bottom p{font-size:13px;line-height:1.75;color:#b2c5d1}.security-footer{margin-top:28px;display:flex;justify-content:space-between;align-items:center;gap:25px}.security-footer p{font-size:11px;color:#a5bdcb;max-width:750px}.security-footer .text-link{color:#c0e5d4;white-space:nowrap}
/* Feature tabs */
.feature-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:35px;align-items:start}.feature-nav{display:flex;flex-direction:column;gap:7px;position:sticky;top:105px}.feature-tab{border:1px solid transparent;background:transparent;color:#486071;display:flex;align-items:center;gap:11px;padding:15px 14px;border-radius:9px;min-height:57px;text-align:left;font-size:13px;font-weight:600;line-height:1.35}.feature-tab .icon{width:19px;height:19px}.feature-tab[aria-selected=true]{background:#e9f2ec;border-color:#c7decf;color:#255f42}.feature-tab:hover{background:#eef3f5}.feature-tab small{margin-left:auto;min-width:23px;text-align:center;font-size:10px;border-radius:4px;background:rgba(255,255,255,.65);padding:2px}.feature-panels{min-width:0}.feature-panel{margin-bottom:40px}.feature-panel:last-child{margin-bottom:0}.feature-panel-head{margin-bottom:22px}.feature-panel-head h3{font-size:22px;line-height:1.35;letter-spacing:-.6px}.feature-panel-head p{font-size:13px;color:var(--muted);margin-top:7px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-card{background:#fff;border:1px solid #dce5e9;border-radius:12px;padding:22px 18px;min-width:0}.feature-card .icon-box{width:38px;height:38px;border:0;border-radius:9px;margin-bottom:17px;background:#edf2fa;color:#395da4}.feature-card:nth-child(3n+2) .icon-box{color:#307057;background:#eaf3ed}.feature-card:nth-child(3n+3) .icon-box{color:#92702f;background:#f7f1e5}.feature-card .icon{width:20px;height:20px}.feature-card h4{font-size:14px;line-height:1.45;letter-spacing:-.15px;margin-bottom:8px}.feature-card p{font-size:13px;line-height:1.8;color:#546b7b}.feature-note{font-size:12px;line-height:1.8;color:#536b7c;margin-top:17px;padding:12px 15px;background:#edf2f5;border-radius:8px}.features-disclaimer{font-size:12px;line-height:1.8;color:var(--muted);border-top:1px solid #dce5e9;padding-top:22px;margin-top:30px}.feature-layout:not([data-tabs-ready]){display:block}.feature-layout:not([data-tabs-ready]) .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
/* Access & location */
.access-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.access-visual{background:#eaf2ee;border:1px solid #d3e1d9;border-radius:19px;padding:35px;position:relative;min-width:0}.address-tag{font-size:11px;letter-spacing:.1em;font-weight:650;color:#506b5c;margin-bottom:20px}.address-example{display:flex;align-items:center;gap:12px;padding:17px 0;border-bottom:1px solid #cddcd2}.address-example:last-of-type{border-bottom:0}.address-example .icon{width:21px;color:#3e7959}.address-example>span{font-size:15px;letter-spacing:-.35px;overflow-wrap:anywhere;min-width:0}.address-example strong{color:#246d49}.access-pills{display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}.access-pills span{font-size:10px;line-height:1.5;padding:5px 10px;border:1px solid #c8d8cf;border-radius:20px;color:#3d6751;background:rgba(255,255,255,.4)}.access-copy .section-title{font-size:36px}.check-lines{display:grid;gap:16px;margin:26px 0}.check-lines li{display:flex;align-items:flex-start;gap:12px;color:#506776;font-size:14px;line-height:1.75}.check-lines .icon{width:19px;height:19px;margin-top:3px;color:var(--green)}.location-band{display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:center;background:var(--cream);border:1px solid #e6e5dd;border-radius:18px;padding:34px 37px;margin-top:57px}.location-band h3{font-size:21px;line-height:1.35;margin-bottom:9px}.location-band p{font-size:14px;line-height:1.8;color:var(--muted)}.location-stamp{display:flex;gap:18px;align-items:center;border-left:1px solid #dcded4;padding-left:38px}.location-stamp .icon-box{width:58px;height:58px;margin:0;border-color:#dce2d8;background:white;color:#4c7456;flex:none}.location-stamp strong{font-size:17px;font-weight:650;display:block}.location-stamp small{font-size:12px;color:var(--muted);display:block;margin-top:4px}
/* Getting started & FAQ */
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:45px;margin-top:40px}.step{position:relative;min-width:0}.step-number{width:43px;height:43px;display:grid;place-items:center;font-size:13px;font-weight:650;border:1px solid #ccd9d2;background:#edf5f0;color:#365d46;border-radius:50%;margin-bottom:23px}.step h3{font-size:20px;line-height:1.4;margin-bottom:10px}.step p{font-size:14px;line-height:1.85;color:var(--muted)}.step .text-link{margin-top:14px;font-size:12px}.steps-note{margin-top:29px;font-size:12px;color:var(--muted);padding:16px 19px;border-left:3px solid #ccdccf;background:#fff}.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}.faq-intro{position:sticky;top:115px}.faq-intro .section-title{font-size:37px}.faq-intro p{font-size:15px;color:var(--muted);margin-top:20px;line-height:1.8}.faq-intro .text-link{margin-top:23px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{position:relative;padding:21px 34px 21px 0;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";position:absolute;right:3px;top:17px;color:#526e80;font-size:24px;font-weight:350;line-height:1.5}.faq-item[open] summary::after{content:"−"}.faq-item summary h3{font-size:15px;line-height:1.65;font-weight:650;letter-spacing:-.15px}.faq-item[open] summary h3{color:#225d47}.faq-item>p{font-size:14px;line-height:1.85;color:var(--muted);padding:0 30px 23px 0}.final-cta{padding:0 0 80px}.cta-box{position:relative;overflow:hidden;background:#e5efe8;border:1px solid #cbded0;border-radius:20px;padding:48px 51px;display:flex;align-items:center;gap:45px;justify-content:space-between}.cta-box::after{content:"@";position:absolute;right:60px;top:-50px;font-size:225px;font-weight:500;line-height:1;color:#d5e6da;transform:rotate(-15deg);pointer-events:none}.cta-box>div{position:relative;z-index:1}.cta-box h2{font-size:34px;line-height:1.2;letter-spacing:-1px;max-width:660px}.cta-box p{font-size:14px;color:#466353;margin-top:13px;max-width:580px}.cta-box .actions{flex-wrap:nowrap;flex:none}.cta-box .button{white-space:nowrap}
/* Footer */
.site-footer{background:var(--navy-deep);color:#c0d0da;padding:53px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .9fr 1.2fr;gap:45px;padding-bottom:35px}.site-footer .brand-name{color:white}.site-footer .brand-subtitle{color:#a7bdca}.footer-brand p{font-size:12px;line-height:1.8;max-width:275px;margin-top:19px;color:#a9becb}.footer-title{font-size:12px;font-weight:650;color:#f1f6f8;margin:7px 0 17px;letter-spacing:.015em}.footer-links{display:grid;gap:9px;font-size:12px}.footer-links a{width:fit-content;color:#aebfcb;line-height:1.8}.footer-links a:hover{text-decoration:underline;text-underline-offset:4px;color:#fff}.footer-address{font-size:12px;line-height:1.85;color:#aebfcb;font-style:normal;overflow-wrap:anywhere}.footer-address a:hover{text-decoration:underline}.footer-address .footer-phone{display:block;font-size:17px;font-weight:600;color:white;margin:10px 0 4px;letter-spacing:.2px}.footer-bottom{border-top:1px solid #29404f;padding-top:21px;font-size:10px;display:flex;justify-content:space-between;gap:20px;color:#a7bbc9}.footer-bottom p{max-width:640px}.footer-legal{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:flex-start}.footer-legal a:hover{text-decoration:underline}
/* Secondary pages */
.page-hero{background:var(--cream);padding:38px 0 65px;border-bottom:1px solid #e6e9e5}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;color:#657782;margin-bottom:40px}.breadcrumbs a:hover{color:var(--blue);text-decoration:underline}.breadcrumbs .icon{width:12px;height:12px}.page-hero h1{font-size:clamp(35px,4.6vw,56px);line-height:1.13;letter-spacing:-1.9px;max-width:860px}.page-hero .section-lead{max-width:700px}.page-hero .actions{margin-top:25px}.editorial-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:start}.prose p{color:var(--muted);line-height:1.9;margin-top:19px;font-size:16px}.prose h2{font-size:32px;line-height:1.25;letter-spacing:-.9px}.prose .text-link{margin-top:22px}.about-card{background:var(--navy);color:white;border-radius:19px;padding:34px;position:relative}.about-card .eyebrow{color:#a9d8bc}.about-card h3{font-size:27px;line-height:1.3;letter-spacing:-.65px;max-width:350px;margin-bottom:26px}.about-card li{font-size:13px;line-height:1.65;border-top:1px solid #365161;padding:13px 0;display:flex;align-items:center;gap:11px;color:#cfdee7}.about-card .icon{color:#a7d4bd;width:18px;height:18px}.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.value-card{border-top:2px solid #c2d8cb;padding-top:23px}.value-card h3{font-size:21px;line-height:1.35}.value-card p{font-size:14px;line-height:1.85;color:var(--muted);margin-top:12px}.company-box{border:1px solid var(--line);border-radius:17px;padding:35px;background:#fff}.company-box h2{font-size:26px;line-height:1.3;margin-bottom:20px}.company-box>p{font-size:14px;color:var(--muted);line-height:1.8}.company-details{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px 20px;font-size:13px;margin:23px 0 0}.company-details dt{color:#687b89}.company-details dd{margin:0;font-weight:550;overflow-wrap:anywhere}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:start}.contact-channels{display:grid;gap:15px}.contact-card{border:1px solid var(--line);border-radius:13px;padding:25px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:17px;align-items:start}.contact-card .icon-box{width:44px;height:44px;margin:0;background:#eff6f1;border-color:#d2e3d7;color:#427655}.contact-card h2{font-size:19px;line-height:1.4;letter-spacing:-.4px}.contact-card .channel-value{display:block;font-size:22px;line-height:1.4;letter-spacing:-.5px;font-weight:600;color:var(--blue);margin:10px 0;overflow-wrap:anywhere}.contact-card p{font-size:13px;color:var(--muted);line-height:1.8}.contact-card .text-link{margin-top:12px}.office-card{background:var(--cream);border:1px solid #e2e3d7;border-radius:17px;padding:30px}.office-card .eyebrow{margin-bottom:20px}.office-card h2{font-size:29px;line-height:1.25;margin-bottom:18px}.office-card address{font-style:normal;font-size:16px;line-height:1.9;color:#4d6270}.office-card .hours{display:flex;align-items:center;gap:9px;font-size:12px;color:#536b78;border-top:1px solid #dadfcf;padding-top:20px;margin-top:24px}.office-card .hours .icon{width:17px;height:17px}.office-card .button{margin-top:25px}.contact-safety{border-left:3px solid #b5cebc;padding:18px 20px;background:#f3f8f4;margin-top:20px;font-size:12px;color:#4a6556;line-height:1.85}.contact-safety strong{display:block;font-size:13px;margin-bottom:5px}.support-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.support-action{border:1px solid var(--line);border-radius:16px;padding:29px;display:flex;flex-direction:column;min-width:0}.support-action .icon-box{margin-bottom:19px}.support-action h2{font-size:22px;line-height:1.35;margin-bottom:12px}.support-action p{font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:23px}.support-action .button{margin-top:auto}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.guide-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:25px;display:flex;flex-direction:column;min-width:0;transition:border-color .15s,transform .15s}.guide-card:hover{border-color:#a8c1b3;transform:translateY(-2px)}.guide-card .guide-tag{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:#4d745f;font-weight:650;margin-bottom:17px}.guide-card h3{font-size:17px;line-height:1.45;margin-bottom:10px}.guide-card p{font-size:13px;line-height:1.8;color:var(--muted);margin-bottom:18px}.guide-card .text-link{margin-top:auto;font-size:12px}.support-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 25px;counter-reset:checks;margin-top:25px}.support-checklist li{font-size:14px;line-height:1.8;color:var(--muted);display:flex;align-items:flex-start;gap:10px}.support-checklist li::before{counter-increment:checks;content:counter(checks,decimal-leading-zero);font-size:11px;font-weight:600;color:var(--green);background:#e5f2e9;padding:4px 7px;border-radius:5px;flex:none}.support-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:start}.server-card{background:var(--navy);color:white;padding:30px;border-radius:16px}.server-card h3{font-size:21px;margin-bottom:20px}.server-label{font-size:11px;color:#bdd0dd;margin-bottom:7px}.server-code{display:block;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#d6efdc;font-size:20px;overflow-wrap:anywhere;border:1px solid #466072;border-radius:8px;padding:14px 15px;background:#193446;margin-bottom:16px}.server-card p{font-size:12px;line-height:1.8;color:#bdd0dd}.server-card .text-link{color:#c3e6d0;margin-top:20px}.error-section{text-align:center;padding:100px 0 110px;background:var(--cream)}.error-code{font-size:95px;line-height:1;letter-spacing:-6px;color:#72977d;font-weight:650;margin-bottom:22px}.error-section h1{font-size:38px;letter-spacing:-1px}.error-section p{margin:22px auto 27px;color:var(--muted);max-width:550px}.error-section .actions{justify-content:center}
/* Responsive */
@media(min-width:1600px){.hero{padding-top:100px;padding-bottom:92px}.hero-grid{gap:65px}}
@media(max-width:1160px){.wrap{width:calc(100% - 48px)}.header-inner{gap:25px}.nav-links{gap:18px}.nav-actions{gap:7px}.nav-actions .button{padding:10px 13px}.hero-grid{gap:32px}.hero h1{font-size:57px}.protection-badge{right:-3px}.hero-price{gap:10px}.feature-layout{grid-template-columns:215px minmax(0,1fr);gap:25px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card p{font-size:14px}.security-top{gap:45px}.calculator{gap:20px;grid-template-columns:.9fr 1.35fr .8fr}.footer-grid{gap:27px}.cta-box{padding:40px 37px}.cta-box h2{font-size:30px}.cta-box .actions{flex-direction:column;align-items:stretch}.inbox-content{grid-template-columns:106px minmax(0,1fr)}}
@media(max-width:1000px){.header-inner{min-height:74px;flex-wrap:wrap;gap:0;padding:14px 0}.js-menu .menu-toggle{display:inline-flex}.site-nav{flex-basis:100%;padding-top:17px;gap:12px;align-items:stretch}.nav-links{margin:0;gap:20px;flex-wrap:wrap}.nav-actions{margin-left:auto}.js-menu .site-nav{display:flex;flex-direction:column;padding:17px 0 8px;border-top:1px solid var(--line);margin-top:15px}.js-menu .nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 15px}.js-menu .nav-links a{padding:10px 12px;border-radius:6px;background:#f6f8f9}.js-menu .nav-actions{margin:10px 0 0;gap:10px}.js-menu .nav-actions .button{flex:1}.hero{padding-top:58px;padding-bottom:50px}.hero h1{font-size:47px;letter-spacing:-1.8px}.hero-grid{gap:28px;grid-template-columns:1fr 1fr}.hero .hero-lead{font-size:16px}.hero-art{padding-top:27px}.inbox-top{padding:14px}.inbox-mini-brand{font-size:15px}.inbox-user{font-size:8px}.inbox-content{grid-template-columns:93px minmax(0,1fr)}.inbox-sidebar{padding:14px 7px}.inbox-main{padding:17px 12px}.inbox-heading strong{font-size:14px}.inbox-heading>span{font-size:8px}.mail-row{gap:7px}.mail-avatar{width:25px;height:25px;font-size:9px}.mail-row .snippet{max-width:130px}.mail-time{display:none}.protection-badge{padding:11px 13px;gap:8px}.hero-price{flex-wrap:wrap}.quick-item{padding:0 20px}.quick-item dd{font-size:15px}.section{padding:75px 0}.pricing{padding-top:75px}.section-head{gap:30px}.section-head>.section-lead{max-width:290px;font-size:15px}.plan{padding:22px}.plan-tag{font-size:9px;padding:4px 6px}.plan-top{gap:5px}.plan h3{font-size:18px}.plan .period{font-size:11px}.calculator{grid-template-columns:1fr 1.8fr}.calc-result{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding:17px 0 0;display:flex;align-items:center;gap:20px}.calc-result .text-link{margin-left:auto;margin-top:0}.security-top{gap:30px}.security-flow{padding:22px}.security-bottom{gap:24px}.access-grid{gap:40px}.access-visual{padding:27px}.location-band{padding:28px;gap:30px}.location-stamp{padding-left:25px}.steps{gap:29px}.faq-layout{gap:40px}.footer-grid{grid-template-columns:1.2fr .8fr 1fr;gap:35px}.footer-brand{grid-column:1/-1;display:flex;gap:35px;align-items:center}.footer-brand p{max-width:450px;margin:0}.footer-bottom{flex-direction:column;gap:12px}.editorial-grid{gap:40px}.contact-grid{gap:25px}.contact-card{padding:23px 20px;gap:13px}.contact-card .channel-value{font-size:20px}.office-card{padding:25px}.support-grid{gap:35px}.support-action{padding:24px}.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-action h2{font-size:20px}}
@media(max-width:760px){html{scroll-padding-top:90px}.wrap{width:calc(100% - 40px)}.utility-right{display:none}.utility .wrap{min-height:30px}.utility-left{font-size:10px}.brand-mark{width:34px;height:34px}.brand-name{font-size:24px}.header-inner{min-height:70px;padding:12px 0}.section{padding:62px 0}.section-head{display:block;margin-bottom:29px}.section-head>.section-lead{max-width:600px;margin-top:17px}.section-title{font-size:34px;letter-spacing:-1px}.section-lead{font-size:16px}.eyebrow{font-size:10px;margin-bottom:16px}.hero{padding:47px 0 37px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero h1{font-size:51px;max-width:620px;letter-spacing:-2px;margin-bottom:23px}.hero .hero-lead{font-size:16px;max-width:620px;margin-bottom:25px}.hero-proof{font-size:11px;gap:10px 15px;margin-top:19px}.hero-price{margin-top:24px;padding-top:19px}.hero-art{max-width:525px;width:100%;margin:0 auto;padding-bottom:28px}.hero-art::after{right:0}.inbox-content{grid-template-columns:125px minmax(0,1fr);min-height:287px}.inbox-top{padding:16px 18px}.inbox-mini-brand{font-size:17px}.inbox-user{font-size:10px}.inbox-main{padding:20px 18px}.inbox-heading strong{font-size:16px}.inbox-heading>span{font-size:9px}.inbox-sidebar{padding:17px 11px}.mail-avatar{width:29px;height:29px}.mail-row .snippet{max-width:200px}.mail-time{display:block}.protection-badge{right:0;bottom:25px;padding:12px 18px}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 0;padding:24px 0}.quick-item{padding:0 0 0 20px}.quick-item:nth-child(3){border:0;padding-left:0}.quick-item dt{font-size:11px}.quick-item dd{font-size:16px}.pricing{padding-top:62px}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.plan{padding:22px}.plan-top{flex-wrap:wrap;margin-bottom:18px;gap:7px}.plan-tag{font-size:9px}.plan h3{font-size:19px}.capacity{font-size:31px}.plan-description{font-size:12px}.plan-price{flex-wrap:wrap;gap:3px;margin-top:17px}.plan-price .amount{font-size:34px}.plan-price .currency{font-size:18px}.plan-price .period{font-size:11px;flex-basis:100%;margin-left:0;margin-top:2px}.plan-features{margin-top:17px}.plan-features li{font-size:11px;gap:7px}.pricing-bottom{flex-direction:column;gap:14px}.annual-note{align-items:flex-start;flex-wrap:wrap;gap:9px 11px}.annual-note>div{flex:1;min-width:0}.annual-note strong{font-size:13px}.annual-note span{font-size:12px;display:block;margin-top:3px}.annual-note .text-link{margin-left:32px;font-size:12px}.calculator{grid-template-columns:1fr;padding:23px;gap:21px}.calculator-copy h3{font-size:21px}.calculator-copy p{margin-top:5px}.calc-controls{grid-template-columns:1fr 1fr;gap:15px}.calc-result{flex-wrap:wrap;gap:9px 17px}.calc-result output{font-size:29px}.calc-result .text-link{font-size:12px}.security-top{grid-template-columns:1fr;gap:28px}.security-intro{max-width:none!important}.security-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:25px}.security-metrics dd{font-size:32px}.security-metrics dt{font-size:10px}.security-note{max-width:none}.security-flow{padding:24px}.flow-list{grid-template-columns:1fr 1fr;gap:22px 26px}.flow-list li{padding:0;grid-template-columns:30px minmax(0,1fr);gap:10px}.flow-list li:not(:last-child)::after{display:none}.flow-num{width:30px;height:30px;font-size:10px}.flow-list h3{font-size:13px}.flow-list p{font-size:12px}.security-bottom{gap:22px;margin-top:30px;padding-top:27px}.security-bottom h3{font-size:14px}.security-bottom p{font-size:12px}.security-footer{flex-direction:column;align-items:flex-start;gap:17px}.feature-layout{grid-template-columns:1fr;gap:24px}.feature-nav{position:static;display:grid;grid-template-columns:1fr 1fr;gap:7px}.feature-tab{padding:11px 12px;min-height:50px;font-size:12px;border-color:#dce5e9;background:white}.feature-tab .icon{width:18px;height:18px}.feature-tab small{display:none}.feature-panel-head{margin-bottom:17px}.feature-panel-head h3{font-size:22px}.feature-grid,.feature-layout:not([data-tabs-ready]) .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.feature-card{padding:21px 18px}.feature-card h4{font-size:15px}.feature-card p{font-size:14px;line-height:1.75}.access-grid{grid-template-columns:1fr;gap:32px}.access-visual{max-width:600px;width:100%;padding:29px}.access-copy .section-title{font-size:33px}.location-band{grid-template-columns:1fr;gap:24px;margin-top:33px;padding:27px}.location-stamp{padding-left:0;padding-top:23px;border-left:0;border-top:1px solid #dcded4}.steps{gap:23px;margin-top:30px}.step h3{font-size:18px}.step p{font-size:13px}.step-number{margin-bottom:17px}.faq-layout{grid-template-columns:1fr;gap:30px}.faq-intro{position:static}.faq-intro .section-title{font-size:34px}.faq-intro p{margin-top:15px}.faq-intro .text-link{margin-top:16px}.faq-item summary h3{font-size:15px}.final-cta{padding-bottom:60px}.cta-box{padding:31px;display:block}.cta-box h2{font-size:30px}.cta-box .actions{flex-direction:row;flex-wrap:wrap;margin-top:23px}.cta-box .button{min-height:46px;font-size:13px;padding:12px 20px}.footer-grid{gap:27px;grid-template-columns:1fr 1fr}.footer-brand{display:block}.footer-brand p{margin-top:17px}.footer-contact{grid-column:1/-1;border-top:1px solid #29404f;padding-top:16px}.site-footer{padding-top:39px}.footer-bottom{font-size:10px}.page-hero{padding:27px 0 48px}.breadcrumbs{margin-bottom:30px}.page-hero h1{font-size:42px;letter-spacing:-1.4px}.editorial-grid{grid-template-columns:1fr;gap:28px}.prose h2{font-size:29px}.prose p{font-size:15px}.about-card{padding:28px}.about-card h3{font-size:26px;max-width:none}.value-grid{gap:24px}.value-card h3{font-size:19px}.value-card p{font-size:13px}.company-box{padding:26px}.company-details{grid-template-columns:115px minmax(0,1fr);gap:13px 15px;font-size:12px}.contact-grid{grid-template-columns:1fr;gap:27px}.contact-card{padding:24px}.contact-card .channel-value{font-size:23px}.office-card{padding:28px}.support-actions{grid-template-columns:1fr;gap:16px}.support-action{display:grid;grid-template-columns:45px minmax(0,1fr);gap:0 18px;padding:26px}.support-action .icon-box{grid-row:1/4;margin:0}.support-action h2{font-size:21px;margin-bottom:9px}.support-action p{font-size:14px;margin-bottom:18px}.support-action .button{grid-column:2;justify-self:start}.guide-grid{gap:15px}.guide-card{padding:22px}.support-grid{grid-template-columns:1fr;gap:28px}.support-checklist{gap:15px}.error-section{padding:68px 0 78px}.error-section h1{font-size:32px}.error-code{font-size:78px}}
@media(max-width:440px){.wrap{width:calc(100% - 32px)}.hero h1{font-size:42px;letter-spacing:-1.8px}.hero .hero-lead{font-size:15px;line-height:1.85}.hero .actions{gap:9px}.hero .actions .button{padding:13px 18px;font-size:13px}.hero-proof{gap:9px 12px;font-size:10px}.hero-proof .icon{width:13px;height:13px}.hero-price{font-size:11px;gap:10px}.hero-price strong{font-size:23px}.hero-art{padding-top:18px;margin-top:2px}.inbox-top{padding:13px 11px}.inbox-mini-brand{font-size:15px}.inbox-user{font-size:8px;padding:4px 5px}.inbox-content{grid-template-columns:92px minmax(0,1fr);min-height:278px}.inbox-sidebar{padding:14px 6px;font-size:9px}.compose-label{font-size:9px;padding:8px 6px;gap:4px}.folder{padding:8px 5px;gap:5px;font-size:9px}.folder .icon{width:11px;height:11px}.inbox-main{padding:16px 11px}.inbox-heading strong{font-size:13px}.inbox-heading>span{font-size:8px}.inbox-heading{margin-bottom:12px}.mock-search{font-size:9px;padding:8px;margin-bottom:8px}.mail-row{gap:7px;padding:13px 0}.mail-avatar{width:25px;height:25px;font-size:9px}.mail-row .subject{font-size:10px}.mail-row .snippet{font-size:8px;max-width:140px}.mail-row strong{font-size:9px}.mail-time{display:none}.protection-badge{padding:10px 12px;gap:9px;bottom:24px}.protection-badge .seal{width:29px;height:29px}.protection-badge .seal .icon{width:19px;height:19px}.protection-badge strong{font-size:10px}.protection-badge small{font-size:9px}.hero-art figcaption{font-size:9px;max-width:175px;line-height:1.6;margin-top:14px}.quick-item dd{font-size:15px}.quick-item dt{font-size:10px}.section-title{font-size:31px;letter-spacing:-1px}.section-lead{font-size:15px}.pricing-grid{grid-template-columns:1fr}.plan{padding:26px}.plan-top{flex-wrap:nowrap}.plan h3{font-size:23px}.plan-tag{font-size:10px}.capacity{font-size:36px}.plan-description{font-size:14px;min-height:0}.plan-price{flex-wrap:nowrap;margin-top:22px}.plan-price .period{flex-basis:auto;margin-left:5px;font-size:12px}.plan-price .amount{font-size:39px}.plan-features{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;margin-top:22px;padding-top:20px}.plan-features li{font-size:11px;align-items:flex-start}.plan-features .icon{width:14px;height:14px;margin-top:1px}.plan .button{min-height:46px;font-size:13px}.pricing-bottom .small-note{font-size:12px}.calculator{padding:22px}.calc-controls{grid-template-columns:1fr 1fr;gap:11px}.field select{font-size:12px;padding:0 6px}.calc-result>p{flex-basis:100%}.calc-result output{font-size:28px}.calc-result .text-link{margin-left:auto;font-size:11px;max-width:105px}.calc-result .text-link .icon{width:15px;height:15px}.annual-note{padding:14px}.security-metrics{grid-template-columns:1fr 1fr;gap:21px}.security-metrics dd{font-size:38px}.security-metrics dt{font-size:11px}.security-flow{padding:22px 20px}.flow-list{grid-template-columns:1fr;gap:22px}.flow-list li{gap:14px}.flow-list h3{font-size:15px}.flow-list p{font-size:13px}.security-bottom{grid-template-columns:1fr;gap:23px}.security-bottom>div{position:relative;padding-left:39px}.security-bottom .icon{position:absolute;left:0;top:0;width:23px;height:23px;margin:0}.security-bottom h3{font-size:16px}.security-bottom p{font-size:13px}.feature-nav{gap:7px}.feature-tab{font-size:11px;gap:8px;padding:12px 10px}.feature-tab .icon{width:16px;height:16px}.feature-grid,.feature-layout:not([data-tabs-ready]) .feature-grid{grid-template-columns:1fr}.feature-card{padding:24px}.feature-card .icon-box{width:40px;height:40px;margin-bottom:16px}.feature-card h4{font-size:17px;margin-bottom:9px}.feature-card p{font-size:15px;line-height:1.75}.feature-note,.features-disclaimer{font-size:12px}.access-visual{padding:24px 21px}.address-example{padding:17px 0;gap:10px}.address-example>span{font-size:14px}.address-example .icon{width:19px}.access-copy .section-title{font-size:31px}.check-lines li{font-size:14px}.location-band{padding:25px}.location-band h3{font-size:21px}.location-band p{font-size:14px}.location-stamp{gap:14px}.location-stamp .icon-box{width:49px;height:49px}.location-stamp strong{font-size:16px}.steps{grid-template-columns:1fr;gap:27px}.step{padding-left:57px}.step-number{position:absolute;top:0;left:0;width:36px;height:36px;font-size:11px}.step h3{font-size:20px}.step p{font-size:14px}.step .text-link{margin-top:10px}.steps-note{font-size:12px}.faq-intro .section-title{font-size:31px}.faq-item summary{padding:19px 31px 19px 0}.faq-item summary h3{font-size:15px}.faq-item>p{padding-right:8px;font-size:14px}.cta-box{padding:28px 23px}.cta-box h2{font-size:28px}.cta-box p{font-size:13px}.cta-box .actions{gap:10px}.cta-box .button{padding:12px 17px;font-size:12px}.page-hero h1{font-size:36px}.page-hero .section-lead{font-size:15px}.page-hero .actions .button{font-size:13px;padding:12px 19px}.value-grid{grid-template-columns:1fr;gap:28px}.value-card h3{font-size:21px}.value-card p{font-size:15px}.company-details{grid-template-columns:1fr;gap:5px;font-size:13px}.company-details dd{margin-bottom:11px}.company-box h2{font-size:24px}.contact-card{padding:22px 19px;gap:13px;grid-template-columns:36px minmax(0,1fr)}.contact-card .icon-box{width:36px;height:36px;border-radius:10px}.contact-card .icon{width:19px;height:19px}.contact-card .channel-value{font-size:20px}.contact-card h2{font-size:19px}.contact-card p{font-size:13px}.office-card{padding:25px}.office-card h2{font-size:27px}.support-action{padding:24px 20px;grid-template-columns:39px minmax(0,1fr);gap:0 14px}.support-action .icon-box{width:39px;height:39px}.support-action .button{font-size:12px;padding:12px 16px}.guide-grid{grid-template-columns:1fr}.guide-card{padding:25px}.guide-card h3{font-size:19px}.guide-card p{font-size:14px}.support-checklist{grid-template-columns:1fr;gap:19px}.server-card{padding:25px}.server-code{font-size:18px}.footer-grid{gap:24px}.footer-links{font-size:12px}.footer-title{font-size:12px}.error-section h1{font-size:30px}}
@media(max-width:350px){.hero h1{font-size:38px}.hero .actions .button{font-size:12px;padding:12px 14px}.hero-proof{font-size:10px;gap:9px}.hero-price{gap:8px}.hero-price strong{font-size:21px}.inbox-content{grid-template-columns:81px minmax(0,1fr)}.inbox-heading>span{display:none}.inbox-top{padding:12px 9px}.inbox-mini-brand{font-size:14px;gap:5px}.inbox-user{font-size:7px}.mail-row .snippet{max-width:112px}.hero-art figcaption{max-width:133px}.protection-badge{padding:10px 9px;gap:6px}.hero-proof span:last-child{flex-basis:100%}.plan{padding:24px}.plan-features{grid-template-columns:1fr}.field select{font-size:11px}.calc-controls{grid-template-columns:1fr}.calc-result .text-link{font-size:11px}.feature-tab{font-size:10px;gap:6px}.cta-box .actions{flex-direction:column;align-items:stretch}.brand-subtitle{font-size:7px}.contact-card{grid-template-columns:1fr}.contact-card .channel-value{font-size:19px}.contact-card .icon-box{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important;scroll-behavior:auto!important}.button:hover,.guide-card:hover{transform:none}}
@media print{.utility,.site-header,.feature-nav,.final-cta,.site-footer,.calculator{display:none!important}.section{padding:28px 0}.wrap{width:100%}.feature-layout{display:block}.feature-panel[hidden]{display:block!important}.feature-grid{grid-template-columns:repeat(3,1fr)}.security{background:white;color:#142538}.security *{color:#142538!important}.plan,.feature-card{break-inside:avoid}.hero-art{display:none}.hero-grid{display:block}.faq-item>p{display:block!important}}
.security-metrics>div{display:flex;flex-direction:column}.security-metrics dd{order:0}.security-metrics dt{order:1}

/* Esas açıklamalar tüm ekranlarda okunabilir boyutta kalır. */
.feature-card p{font-size:15px;line-height:1.75}.feature-card h4{font-size:16px}.feature-card{padding:24px 20px}
@media(max-width:440px){.feature-card{padding:24px}.feature-card h4{font-size:17px}}
/* Dekoratif daireler dar ekranlarda sayfanın yatay genişliğini büyütmez. */
.hero{overflow:hidden;overflow:clip}
