@font-face{font-family:Manrope;src:url('/assets/manrope-400.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-500.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-600.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-700.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-800.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap}
:root{--page:#faf9f7;--white:#fff;--ink:#35312f;--muted:#77716d;--line:#e9e4df;--orange:#f26a4b;--orange-dark:#c84122;--peach:#ffede5;--panel:#f3f0ec;--radius:26px;--font:Manrope,Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--page);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--orange-dark);outline-offset:5px}button:disabled{cursor:default}img,svg{max-width:100%;display:block}button{border:0}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.1;letter-spacing:-.045em}h2{font-size:clamp(2.1rem,3.65vw,3.3rem);font-weight:650}h3{font-size:1.7rem;font-weight:650;letter-spacing:-.035em}p{color:var(--muted)}[hidden]{display:none!important}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.section{padding-block:106px}.skip-link{position:fixed;left:20px;top:-100px;z-index:100;background:var(--white);padding:14px 20px;border-radius:12px}.skip-link:focus{top:16px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:18px 24px;border-radius:12px;font-weight:650;font-size:16px;line-height:1.5;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.button>span{font-size:22px;line-height:1}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--orange);color:#231d1a;box-shadow:0 5px 14px #f26a4b17}.button-primary:hover{background:#ff7c5d;box-shadow:0 7px 22px #f26a4b28}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#50443d}.button-light{background:#f2eee9;color:var(--ink)}.button-light:hover{background:#e8e1d9}.button-small{font-size:14px;padding:12px 17px;border-radius:10px;gap:18px}.text-link{display:inline-flex;align-items:center;gap:14px;font-weight:600;font-size:15px}.text-link>span{font-size:22px;transition:transform .2s}.text-link:hover>span{transform:translateX(3px)}
.header{position:relative;z-index:20;border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px;height:94px}.brand{display:flex;align-items:center;gap:10px;line-height:1;font-weight:800;font-size:26px;letter-spacing:-1.1px;flex-shrink:0}.brand-number{font-weight:500;margin-left:3px}.brand small{display:block;font-size:12px;letter-spacing:2.8px;margin-top:7px;font-weight:600}.brand-mark{display:flex;align-items:center;justify-content:center;width:43px;height:45px;background:var(--orange);color:white;border-radius:13px;font-size:36px;line-height:1;font-weight:800;letter-spacing:-3px;padding-right:3px;transform:rotate(-3deg)}.desktop-nav{display:flex;gap:30px;font-size:14px;font-weight:550;margin-left:20px}.desktop-nav a,.support-link{transition:color .2s}.desktop-nav a:hover,.support-link:hover{color:var(--orange-dark)}.header-actions{display:flex;align-items:center;gap:23px}.support-link{font-size:14px;display:flex;gap:12px;align-items:center}.support-link span{font-size:18px}.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;width:44px;height:44px;background:transparent;border:1px solid var(--line);border-radius:10px}.menu-toggle>span{width:19px;height:1.5px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true]>span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle[aria-expanded=true]>span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--page);padding:10px 24px 20px;border-bottom:1px solid var(--line);box-shadow:0 20px 20px #35312f0a}.mobile-menu a{display:block;padding:12px 6px;font-size:16px;border-bottom:1px solid var(--line)}
.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:708px;padding-top:58px;padding-bottom:64px;position:relative;gap:20px}.hero-copy{position:relative;z-index:3}.eyebrow{display:flex;align-items:center;gap:9px;font-size:12px;letter-spacing:1.6px;font-weight:650;color:var(--muted);margin-bottom:24px}.mini-server{font-size:21px;color:var(--orange);line-height:1}.hero h1{font-size:clamp(3.1rem,5.45vw,5.1rem);font-weight:650;line-height:1.055;letter-spacing:-.055em}.hero h1>span{color:var(--orange)}.hero-description{font-size:16px;line-height:1.8;margin-top:26px;letter-spacing:-.15px}.hero-ctas{display:flex;gap:25px;align-items:center;margin-top:28px}.trial-note{font-size:12px;margin-top:12px;color:#89817a}.social-widget{display:inline-flex;align-items:center;gap:14px;margin-top:35px;max-width:100%}.social-widget strong{display:block;font-size:12px;font-weight:600}.social-widget small{display:block;font-size:12px;color:var(--muted);margin-top:2px}.social-widget small>span{margin-left:2px}.avatar-stack{display:flex;padding-left:3px;flex-shrink:0}.avatar{width:37px;height:37px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;border:3px solid var(--page);letter-spacing:-.8px}.avatar-stack>.avatar{margin-left:-4px}.avatar-one{background:#ffd4bf;color:#713719}.avatar-two{background:#dde7d7;color:#4e684d}.avatar-three{background:#e5dce9;color:#735881}.avatar-four{background:#eae6dd;color:#635b4f}.hero-art{height:570px;position:relative;isolation:isolate;min-width:0;margin-right:-20px;margin-top:12px}.hero-art:before{content:'';position:absolute;width:88%;height:80%;left:6%;top:10%;background:radial-gradient(ellipse,#ffe4d3a8 0%,#fff0e763 40%,transparent 69%);z-index:-1}.hero-art:after{content:'';position:absolute;left:18%;right:14%;height:34px;bottom:81px;border-radius:50%;background:#b7816336;filter:blur(20px);z-index:-1}.globe-container{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.globe-container canvas{width:100%;height:auto;aspect-ratio:1;cursor:grab;touch-action:pan-y;outline:none}.globe-container canvas.dragging{cursor:grabbing}.orbit{position:absolute;border:1px solid #e7d6c9;border-radius:50%;pointer-events:none;z-index:-1}.orbit-one{width:103%;height:42%;left:-1%;top:31%;transform:rotate(-24deg)}.orbit-two{width:97%;height:64%;left:1%;top:19%;transform:rotate(32deg);border-style:dashed;opacity:.4}.location-tag{position:absolute;z-index:2;display:flex;align-items:center;gap:11px;background:#fff9;backdrop-filter:blur(14px);border:1px solid #fff;border-radius:13px;padding:13px 16px;box-shadow:0 8px 25px #8762490a;font-weight:600;font-size:14px}.location-tag small{display:block;font-size:12px;font-weight:450;color:var(--muted);margin-top:1px}.flag{width:27px;height:20px;border:1px solid #00000008;border-radius:5px;flex-shrink:0;box-shadow:0 2px 4px #00000005}.flag-nl{background:linear-gradient(#b54c47 0 33.3%,#fff 33.3% 66.6%,#6679a3 66.6%)}.flag-de{background:linear-gradient(#494743 0 33.3%,#c66654 33.3% 66.6%,#e5bd66 66.6%)}.location-dot{height:6px;width:6px;margin-left:10px;border-radius:50%;background:var(--orange)}.tag-nl{top:19%;left:2%;animation:float 7s ease-in-out infinite}.tag-de{top:44%;right:-1%;animation:float 8s ease-in-out -2s infinite}.connection-tag{position:absolute;bottom:80px;left:12%;display:flex;align-items:center;gap:12px;border:1px solid #fff;background:#fff9;backdrop-filter:blur(14px);box-shadow:0 12px 35px #805b3712;border-radius:16px;padding:16px 20px;font-size:13px;font-weight:600;transform:rotate(-4deg)}.connection-tag small{display:block;font-size:12px;font-weight:450;color:var(--muted);margin-top:4px}.connection-icon{display:flex;align-items:center;justify-content:center;background:#ffebe0;width:39px;height:39px;border-radius:11px;font-size:29px;color:var(--orange-dark)}.connection-lock{font-size:20px;margin-left:19px;color:var(--orange-dark)}.globe-controls{position:absolute;left:15%;right:0;bottom:5px;display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}.globe-controls button{height:33px;width:33px;border-radius:50%;background:transparent;border:1px solid var(--line);font-size:13px}.globe-controls button:hover{background:var(--peach)}.drag-hint{margin-left:auto;font-size:12px;color:#8c8079}.globe-fallback{height:75%;aspect-ratio:1;border-radius:50%;overflow:hidden;position:relative;box-shadow:inset -28px -25px 45px #af693653,inset 10px 10px 35px #ffffffaa,0 0 5px #dcc6ac}.globe-fallback-texture{position:absolute;inset:0;background:url('/assets/globe.webp') 50% center / auto 100%;animation:fallback-spin 38s linear infinite;z-index:-1}.globe-fallback:after{content:'';position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 32% 27%,#ffffff33 0%,transparent 40%,#af693630 82%,#fff8 100%)}.globe-fallback.paused .globe-fallback-texture{animation-play-state:paused}@keyframes float{0%,100%{translate:0 0}50%{translate:0 -9px}}@keyframes fallback-spin{from{background-position:0 center}to{background-position:200% center}}
.proof{padding-bottom:4px}.platforms>p{text-align:center;font-size:12px;color:#8a827d}.platform-row{display:flex;align-items:center;justify-content:space-evenly;gap:32px;max-width:960px;margin:26px auto 34px;color:#8c8783}.platform-row>span{display:flex;align-items:center;gap:10px;font-weight:650;font-size:22px;letter-spacing:-.5px}.platform-row svg{width:25px;height:25px;fill:currentColor}.platform-row .mac-platform{font-size:27px;font-weight:550}.proof-panel{border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--white)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);background:#f3efeb;padding:28px 20px 29px}.stats-row>div{text-align:center;padding:2px 10px}.stats-row strong{display:block;font-size:clamp(1.6rem,2.55vw,2.25rem);font-weight:700;line-height:1.3;letter-spacing:-1.1px}.stats-row span{display:block;font-size:13px;color:var(--muted);margin-top:4px}.perks-row{display:grid;grid-template-columns:repeat(3,1fr)}.perks-row>div{display:flex;align-items:center;gap:20px;padding:25px 28px}.perks-row>div+div{border-left:1px solid var(--line)}.perk-icon{width:45px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(140deg,#fff4ed,#ffded0);border:1px solid #f5c5b3;box-shadow:inset 0 1px 3px white,0 6px 8px #a7573410;border-radius:12px;color:#c14c2e;font-size:32px;line-height:1;flex-shrink:0;transform:rotate(-8deg)}.perks-row>div:nth-child(2) .perk-icon{transform:rotate(6deg)}.perks-row strong{font-size:15px;font-weight:700;letter-spacing:-.3px}.perks-row p{font-size:13px;line-height:1.5;margin-top:6px}
.section-intro{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-kicker{display:block;color:var(--orange-dark);font-size:12px;letter-spacing:1.7px;font-weight:700;margin-bottom:18px}.section-intro>p{font-size:14px;line-height:1.8;margin-bottom:5px}.benefit-grid{display:grid;grid-template-columns:1.12fr 1fr 1fr;gap:20px}.benefit-card{background:#f2efeb;border-radius:var(--radius);padding:31px 28px 0;min-height:437px;overflow:hidden;position:relative}.small-label{display:block;font-size:12px;letter-spacing:1.6px;font-weight:650;color:#847b73;margin-bottom:18px}.benefit-card h3{font-size:25px;line-height:1.2;letter-spacing:-.9px}.benefit-card p{font-size:14px;line-height:1.7;margin-top:15px;max-width:300px}.benefit-visual{background:#f5f3f1}.benefit-visual img{width:90%;height:253px;object-fit:contain;margin:0 auto -35px;mix-blend-mode:multiply}.benefit-card-copy{position:relative;z-index:1}.benefit-profile{background:#efeae2}.profile-preview{margin-top:30px;background:#ffffffb0;border:1px solid #fff;border-radius:15px;padding:19px 17px;box-shadow:0 9px 15px #9e82710b}.profile-top{display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.4;font-weight:700;margin-bottom:18px}.profile-top small{font-size:12px;display:block;color:var(--muted);font-weight:450;margin-top:3px}.brand-mark.mini{width:29px;height:31px;border-radius:9px;font-size:25px}.profile-check{margin-left:auto;width:25px;height:25px;background:#e5ecdd;color:#5e714a;border-radius:50%;display:flex;align-items:center;justify-content:center}.profile-line{display:flex;justify-content:space-between;gap:8px;font-size:12px;padding:9px 0;border-top:1px solid var(--line);color:var(--muted)}.profile-line>span:last-child{color:var(--ink);font-weight:600}.profile-preview>a{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px;margin-top:2px;font-size:12px;font-weight:650}.benefit-locations{background:#f5e9e1}.location-list{margin-top:32px}.location-list>div{display:flex;align-items:center;gap:12px;font-size:12px;padding:14px 0;border-bottom:1px solid #dfd0c3}.location-list>div>span:last-child{margin-left:auto;font-size:12px;color:var(--muted)}.location-list>a{display:flex;align-items:center;justify-content:space-between;padding-top:18px;font-size:12px;font-weight:650}
.plans-section{background:#f1eeea;padding-block:89px 95px}.plans-grid{display:grid;grid-template-columns:1fr 1.12fr .96fr;gap:20px;align-items:stretch}.plan-card{background:var(--white);border-radius:var(--radius);padding:30px;display:flex;flex-direction:column}.plan-tag{font-size:12px;font-weight:700;letter-spacing:1.3px;color:var(--muted)}.plan-card h3{font-size:26px;line-height:1.2;margin-top:25px}.plan-description{font-size:13px;line-height:1.8;margin-top:12px}.price{display:flex;align-items:baseline;gap:5px;font-size:61px;font-weight:650;line-height:1.2;margin:22px 0 23px;letter-spacing:-3.5px}.price>span{font-size:40px;font-weight:500}.price>small{font-size:13px;letter-spacing:0;color:var(--muted);margin-left:7px;font-weight:450}.plan-features{list-style:none;padding:0;margin:0 0 27px;display:flex;flex-direction:column;gap:12px}.plan-features li{font-size:12px;display:flex;align-items:baseline;gap:10px}.plan-features li:before{content:'✓';color:#777262;font-size:13px}.plan-card .button{margin-top:auto;padding:16px 18px;justify-content:space-between;font-size:14px;gap:10px}.main-plan{border:1.5px solid var(--orange);background:#fffaf7;position:relative}.plan-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.plan-header .plan-tag{font-size:12px;letter-spacing:1px}.plan-badge{font-size:12px;color:#a13920;background:#ffe7da;padding:4px 9px;border-radius:6px;white-space:nowrap}.main-plan h3{margin-top:20px}.main-plan-price{margin:26px 0 27px;min-height:65px;display:flex;flex-direction:column;justify-content:center;gap:8px}.main-plan-price strong{font-size:24px;letter-spacing:-.9px;line-height:1.2;font-weight:650}.main-plan-price span{font-size:12px;color:var(--muted)}.plan-aside{padding:7px 0 10px 24px}.aside-icon{display:flex;align-items:center;justify-content:center;font-size:26px;height:41px;width:41px;border:1px solid #dcd4cb;border-radius:50%;margin-bottom:23px}.plan-aside h3{font-size:29px;line-height:1.17}.plan-aside ol{list-style:none;margin:29px 0 25px;padding:0;display:flex;flex-direction:column;gap:19px}.plan-aside li{display:flex;align-items:flex-start;gap:13px}.plan-aside li>span{font-size:12px;color:#b28f75;font-weight:600;line-height:25px}.plan-aside strong{font-size:13px;font-weight:600}.plan-aside p{font-size:12px;margin-top:3px}.plan-aside .text-link{font-size:12px;gap:10px}
.reviews{padding-top:98px;padding-bottom:99px}.reviews-heading-side{display:flex;flex-direction:column;gap:16px;align-items:flex-end}.demo-label{font-size:12px;color:var(--muted);border:1px solid var(--line);border-radius:7px;padding:5px 9px}.slider-controls{display:flex;gap:8px}.slider-controls button{width:43px;height:43px;border-radius:50%;border:1px solid #ddd7d0;background:transparent;font-size:23px;line-height:1;transition:background .2s}.slider-controls button:hover{background:var(--peach)}.slider-controls button:disabled{opacity:.3}.reviews-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;scroll-padding:0}.reviews-track::-webkit-scrollbar{display:none}.review-card{width:calc((100% - 40px)/3);flex-shrink:0;scroll-snap-align:start;border:1px solid var(--line);border-radius:22px;background:#fff;padding:28px;display:flex;flex-direction:column;min-height:299px}.review-stars{font-size:17px;letter-spacing:3px;color:var(--orange)}.review-card blockquote{font-size:14px;line-height:1.85;margin:18px 0 26px;letter-spacing:-.15px}.review-author{display:flex;align-items:center;gap:10px;margin-top:auto}.review-author .avatar{width:35px;height:35px;border:0;font-size:13px}.review-author strong{display:block;font-size:12px;font-weight:650}.review-author div>span{display:block;font-size:12px;color:var(--muted);margin-top:2px}.quote-mark{margin-left:auto;font-size:46px;line-height:1;font-family:Georgia,serif;color:#e4dbd2;height:26px}
.faq{display:grid;grid-template-columns:.95fr 1.5fr;gap:80px;border-top:1px solid var(--line);padding-top:88px;padding-bottom:92px}.faq-intro>p{font-size:14px;line-height:1.8;margin:24px 0 15px}.faq-intro .text-link{font-size:13px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{padding:22px 0;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:14px;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:24px;font-weight:400;color:#8f8075;line-height:1;transition:transform .2s;flex-shrink:0}.faq-list details[open] summary>span{transform:rotate(45deg);color:var(--orange-dark)}.faq-list details p{font-size:13px;line-height:1.9;padding:0 35px 22px 0;max-width:600px}.faq-list a{color:var(--orange-dark);text-decoration:underline;text-underline-offset:3px}.final-section{padding-bottom:74px}.final-banner{background:#f8dfce;border-radius:28px;padding:52px 51px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.final-banner h2{font-size:43px;line-height:1.16;position:relative}.final-banner .section-kicker{font-size:12px;margin-bottom:18px}.final-banner p{font-size:13px;margin-top:16px;color:#836b5a}.final-action{display:flex;flex-direction:column;align-items:center;gap:15px;flex-shrink:0}.final-action .button{font-size:14px;gap:40px;padding:18px 24px}.final-action>span{font-size:12px;color:#836b5a}.footer{padding-bottom:28px}.footer-top{display:flex;align-items:center;gap:58px;border-bottom:1px solid var(--line);padding-bottom:35px}.footer-top p{font-size:12px;line-height:1.7}.footer-top nav{margin-left:auto;display:flex;gap:28px;font-size:12px;font-weight:600}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;font-size:12px;color:#91867d}.footer a:hover{color:var(--orange-dark)}
@media(min-width:1550px){.hero{min-height:755px}.hero-art{height:610px}.hero h1{font-size:80px}}
@media(max-width:1190px){.container{width:calc(100% - 64px)}.desktop-nav{gap:20px;margin-left:0}.support-link{display:none}.header-actions{gap:16px}.hero{padding-top:52px;min-height:658px;gap:0}.hero-art{height:510px;margin-right:-15px}.hero h1{font-size:64px}.hero-description{font-size:14px}.hero-ctas{gap:20px}.hero-ctas .button{font-size:14px;padding:16px 18px;gap:17px}.hero-ctas .text-link{font-size:13px;gap:10px}.tag-nl{left:0}.tag-de{right:-7px}.connection-tag{left:8%;bottom:73px;padding:13px;font-size:12px}.location-tag{padding:11px 12px;font-size:12px;gap:9px}.location-tag small{font-size:12px}.globe-controls{left:12%}.drag-hint{display:none}.perks-row>div{padding:24px 20px;gap:13px}.perk-icon{width:37px;height:42px;font-size:27px}.perks-row strong{font-size:13px}.perks-row p{font-size:12px}.section{padding-block:82px}.benefit-card{padding:27px 23px 0}.benefit-card h3{font-size:23px}.benefit-card p{font-size:13px}.benefit-grid{gap:16px}.plan-card{padding:26px 23px}.plan-card h3{font-size:23px}.main-plan-price strong{font-size:22px}.plan-aside{padding-left:13px}.plan-aside h3{font-size:27px}.plan-description{font-size:12px}.plan-header .plan-tag{font-size:12px}.plan-badge{font-size:12px}.review-card{padding:24px;min-height:318px}.review-card blockquote{font-size:13px}.faq{gap:50px}.final-banner{padding:40px}.final-banner h2{font-size:37px}.footer-top{gap:30px}.footer-top nav{gap:18px}}
@media(max-width:900px){.desktop-nav{gap:17px;font-size:12px}.hero h1{font-size:56px}.hero-art{height:440px}.hero{min-height:605px}.hero-description{font-size:13px}.hero-ctas{gap:14px;flex-wrap:wrap}.social-widget{gap:8px}.social-widget strong,.social-widget small{font-size:12px}.avatar-stack .avatar{width:31px;height:31px;font-size:12px}.location-tag{gap:7px;padding:9px;font-size:12px;border-radius:11px}.location-tag .flag{width:21px;height:16px}.location-dot{margin-left:3px;width:5px;height:5px}.tag-nl{top:21%}.connection-tag{left:8%;bottom:66px;gap:8px;font-size:12px}.connection-tag small{font-size:12px}.connection-icon{width:30px;height:33px;border-radius:8px;font-size:24px}.connection-lock{margin-left:8px;font-size:17px}.hero-art:after{bottom:70px}.eyebrow{font-size:12px;letter-spacing:1.2px}.platform-row{gap:20px}.platform-row>span{font-size:19px;gap:8px}.platform-row svg{width:22px;height:22px}.platform-row .mac-platform{font-size:23px}.stats-row strong{font-size:26px}.stats-row span{font-size:12px}.perks-row>div{padding:20px 15px;gap:10px}.perks-row strong{font-size:12px}.perks-row p{font-size:12px}.perk-icon{width:30px;height:35px;font-size:22px;border-radius:9px}.section-intro>p{font-size:12px}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-visual{grid-column:1/-1;display:flex;min-height:300px;align-items:center;padding-bottom:26px}.benefit-card-copy{width:53%}.benefit-visual h3{font-size:30px}.benefit-visual img{width:43%;height:300px;margin:-20px 0 -20px auto}.benefit-card{min-height:392px}.benefit-visual{min-height:260px}.benefit-card p{max-width:none}.plans-grid{grid-template-columns:1fr 1fr}.plan-aside{grid-column:1/-1;display:grid;grid-template-columns:.65fr 1fr;gap:0 25px;padding:20px 0 0;align-items:center}.aside-icon{display:none}.plan-aside ol{grid-column:2;grid-row:1/3;margin:0}.plan-aside .text-link{align-self:start;padding-top:10px}.plan-header .plan-tag{font-size:12px}.plan-badge{font-size:12px}.review-card{width:calc((100% - 20px)/2);min-height:295px}.review-card blockquote{font-size:14px}.faq{grid-template-columns:.8fr 1.2fr;gap:30px}.faq-list summary{font-size:12px}.faq-list details p{font-size:12px;padding-right:15px}.final-banner{padding:32px}.final-banner h2{font-size:31px}.final-banner p{font-size:12px}.final-action .button{font-size:12px;gap:16px;padding:16px 19px}.final-action>span{font-size:12px}.footer-top{flex-wrap:wrap;gap:25px}.footer-top nav{width:100%;margin:0;justify-content:space-between}.footer-bottom{font-size:12px}}
@media(max-width:700px){html{scroll-padding-top:30px}.container{width:calc(100% - 40px)}.nav-wrap{height:79px;gap:15px}.brand{font-size:23px;gap:8px}.brand-mark{width:37px;height:39px;font-size:31px;border-radius:11px}.brand small{font-size:12px;letter-spacing:2.4px;margin-top:6px}.desktop-nav{display:none}.menu-toggle{display:flex}.header-actions{gap:10px}.button-small{padding:11px 13px;font-size:12px;gap:8px}.button-small>span{font-size:17px}.hero{grid-template-columns:1fr;padding-top:39px;padding-bottom:24px;gap:0;min-height:0}.eyebrow{font-size:12px;margin-bottom:22px;letter-spacing:1.3px}.hero h1{font-size:clamp(47px,9.8vw,67px);line-height:1.04;letter-spacing:-.053em}.hero h1 br:last-of-type{display:none}.hero-description{font-size:15px;line-height:1.75;margin-top:22px;max-width:460px}.desktop-break{display:none}.hero-ctas{gap:23px;flex-wrap:nowrap;margin-top:25px}.hero-ctas .button{padding:17px 19px;font-size:13px;gap:20px}.hero-ctas .text-link{font-size:12px;gap:8px}.trial-note{font-size:12px;margin-top:11px}.social-widget{margin-top:25px;gap:12px}.social-widget strong{font-size:12px}.social-widget small{font-size:12px}.avatar-stack .avatar{width:33px;height:33px;font-size:13px}.hero-art{height:440px;max-width:510px;width:100%;margin:15px auto 0}.globe-container{inset:-3% 1% 0}.tag-nl{top:21%;left:0}.tag-de{top:44%;right:0}.location-tag{padding:10px 13px;font-size:12px;border-radius:11px;gap:9px}.location-tag .flag{width:24px;height:17px}.location-tag small{font-size:12px}.location-dot{margin-left:7px}.connection-tag{left:15%;bottom:61px;font-size:12px;padding:11px 14px;gap:10px}.connection-tag small{font-size:12px}.connection-icon{height:33px;width:33px}.connection-lock{margin-left:14px}.hero-art:after{bottom:65px}.globe-controls{bottom:4px;left:50%;transform:translateX(-50%);right:auto;white-space:nowrap;font-size:12px}.globe-controls button{height:29px;width:29px}.orbit-one{width:97%;left:1%;top:31%}.orbit-two{width:94%;left:3%}.platforms>p{font-size:12px;margin-top:10px}.platform-row{flex-wrap:wrap;justify-content:center;column-gap:25px;row-gap:18px;margin:24px auto 28px}.platform-row>span{font-size:18px}.platform-row svg{width:21px;height:21px}.platform-row .mac-platform{font-size:22px}.proof-panel{border-radius:22px}.stats-row{grid-template-columns:repeat(2,1fr);padding:0}.stats-row>div{padding:23px 7px}.stats-row>div:nth-child(odd){border-right:1px solid #e4ddd5}.stats-row>div:nth-child(-n+2){border-bottom:1px solid #e4ddd5}.stats-row strong{font-size:26px;letter-spacing:-1px}.stats-row span{font-size:12px;margin-top:4px}.perks-row{grid-template-columns:1fr}.perks-row>div{padding:20px 23px;gap:20px}.perks-row>div+div{border-left:none;border-top:1px solid var(--line)}.perks-row strong{font-size:14px}.perks-row p{font-size:12px;line-height:1.6;margin-top:5px}.perks-row p br{display:none}.perk-icon{width:43px;height:44px;font-size:30px;border-radius:11px}.section{padding-block:65px}.section-intro{display:block;margin-bottom:27px}.section-kicker{font-size:12px;letter-spacing:1.3px;margin-bottom:17px}h2{font-size:35px;line-height:1.13;letter-spacing:-1.6px}.section-intro>p{font-size:13px;margin-top:18px;line-height:1.7}.benefit-grid{grid-template-columns:1fr;gap:14px}.benefit-card{padding:27px 25px 25px;min-height:0;border-radius:22px}.benefit-card h3{font-size:27px;line-height:1.18}.benefit-card p{font-size:14px;line-height:1.7;max-width:350px}.small-label{font-size:12px;margin-bottom:15px}.benefit-visual{grid-column:auto;display:block;padding-bottom:0}.benefit-card-copy{width:100%}.benefit-visual img{width:83%;max-width:350px;height:auto;margin:-5px auto -21px}.profile-preview{margin-top:24px;padding:21px 19px}.profile-top{font-size:15px}.profile-top small{font-size:12px}.brand-mark.mini{width:34px;height:36px;font-size:28px}.profile-line{font-size:12px;padding:12px 0}.profile-preview>a{font-size:13px;padding-top:14px}.location-list{margin-top:22px}.location-list>div{font-size:14px;padding:16px 0}.location-list>div>span:last-child{font-size:12px}.location-list>a{font-size:13px;padding-top:21px}.plans-section{padding-block:60px}.plans-grid{grid-template-columns:1fr;gap:16px}.plan-card{padding:28px 25px;border-radius:22px}.plan-tag,.plan-header .plan-tag{font-size:12px}.plan-card h3{font-size:28px;margin-top:20px}.plan-description{font-size:14px;margin-top:13px}.plan-description br{display:none}.price{font-size:64px;margin:24px 0}.price small{font-size:14px}.plan-features{gap:14px;margin-bottom:27px}.plan-features li{font-size:14px;gap:12px}.plan-card .button{padding:17px 20px;font-size:15px}.main-plan-price{margin:26px 0;min-height:75px}.main-plan-price strong{font-size:27px}.main-plan-price span{font-size:13px}.plan-badge{font-size:12px;padding:5px 10px}.plan-aside{display:block;padding:18px 10px 0;grid-column:auto}.plan-aside h3{font-size:31px}.plan-aside ol{margin:24px 0;gap:19px}.plan-aside strong{font-size:15px}.plan-aside p{font-size:13px}.plan-aside li>span{font-size:12px;line-height:26px}.plan-aside .text-link{font-size:13px;padding:0}.reviews-heading-side{margin-top:22px;flex-direction:row;align-items:center;justify-content:space-between;gap:9px}.demo-label{font-size:12px;padding:5px 7px}.slider-controls{gap:7px}.slider-controls button{width:36px;height:36px;font-size:20px}.reviews-track{gap:14px;margin-right:-20px;padding-right:20px;scroll-padding-right:20px}.review-card{width:calc(100% - 20px);min-height:285px;border-radius:19px;padding:26px;max-width:430px}.review-card blockquote{font-size:15px;line-height:1.8;margin-bottom:25px}.review-stars{font-size:17px}.review-author strong{font-size:12px}.review-author div>span{font-size:12px}.review-author .avatar{width:38px;height:38px;font-size:15px}.faq{grid-template-columns:1fr;gap:30px}.faq-intro>p{margin:18px 0 11px;font-size:14px}.faq-intro>p br{display:none}.faq-intro .text-link{font-size:14px}.faq-list summary{padding:20px 0;font-size:14px;line-height:1.6;gap:15px}.faq-list details p{font-size:14px;line-height:1.75;padding:0 10px 21px 0}.faq-list summary>span{font-size:25px}.final-section{padding-bottom:51px}.final-banner{display:block;border-radius:22px;padding:30px 25px}.final-banner .section-kicker{font-size:12px;letter-spacing:1.1px}.final-banner h2{font-size:32px;line-height:1.2}.final-banner p{font-size:13px;line-height:1.8;margin-top:17px;max-width:260px}.final-action{align-items:flex-start;gap:12px;margin-top:28px}.final-action .button{font-size:14px;padding:17px 21px;gap:28px;width:100%;justify-content:space-between}.final-action>span{font-size:12px;width:100%;text-align:center}.footer-top{gap:20px;justify-content:space-between;padding-bottom:24px}.footer-top p{font-size:12px;max-width:170px}.footer-top nav{margin-top:5px;flex-wrap:wrap;justify-content:flex-start;gap:12px 22px;font-size:12px}.footer-bottom{flex-wrap:wrap;gap:11px;font-size:12px;padding-top:18px}.footer-bottom>span:nth-child(2){order:3;width:100%;font-size:12px}.footer-bottom a{margin-left:auto}}
@media(max-width:370px){.container{width:calc(100% - 32px)}.nav-wrap{gap:10px}.brand{font-size:21px}.brand-mark{width:33px;height:36px;font-size:28px}.header-actions{gap:7px}.button-small{font-size:12px;padding:11px 10px;gap:5px}.menu-toggle{width:38px;height:40px}.hero{padding-top:33px}.hero h1{font-size:45px}.hero-ctas{gap:15px}.hero-ctas .button{font-size:12px;padding:16px;gap:13px}.hero-ctas .text-link{font-size:12px}.hero-art{height:370px;margin-top:12px}.location-tag{font-size:12px;padding:8px;gap:7px}.connection-tag{left:9%;bottom:52px;padding:10px;font-size:12px}.connection-tag small{font-size:12px}.tag-nl{top:19%}.tag-de{top:43%}.hero-art:after{bottom:67px}.eyebrow{font-size:12px;letter-spacing:1px}.social-widget{gap:10px}.social-widget strong,.social-widget small{font-size:12px}.avatar-stack .avatar{width:29px;height:29px;font-size:12px}.platform-row{gap:15px 22px}.platform-row>span{font-size:17px}.stats-row strong{font-size:23px}.stats-row span{font-size:12px}.section h2{font-size:31px}.perks-row>div{padding:19px;gap:15px}.perks-row strong{font-size:13px}.final-banner{padding:28px 21px}.final-banner h2{font-size:29px}.footer-top p{font-size:12px}.reviews-track{margin-right:-16px;padding-right:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.button:hover{transform:none}}

/* Readable type across desktop, narrow screens and increased browser text sizes. */
.globe-fallback{isolation:isolate}
.brand small{font-size:12px;letter-spacing:1.35px;font-weight:500}
.hero-description,.benefit-card p,.plan-description,.plan-features li,.review-card blockquote,.faq-list details p{font-size:16px}
.eyebrow{font-size:12px;letter-spacing:1.1px}
.desktop-nav,.support-link,.stats-row span,.perks-row p,.profile-line,.location-list>div,.main-plan-price span,.faq-list summary,.faq-intro>p,.footer-top nav{font-size:14px}
.perks-row strong{font-size:16px}
.section-intro>p,.faq-intro>p{font-size:16px}
.benefit-card p{line-height:1.7}
.benefit-card{min-height:490px}
.profile-preview>a,.profile-top,.location-list>a,.review-author strong,.social-widget strong,.social-widget small{font-size:14px}
.profile-top small,.profile-line,.review-author div>span{font-size:12px}
.plan-card h3{font-size:26px}
.plan-tag,.plan-header .plan-tag{font-size:12px;letter-spacing:.5px}
.plan-header{align-items:flex-start;flex-wrap:wrap}
.plan-card{min-width:0}
.main-plan-price{min-height:90px}
.main-plan-price strong{font-size:26px}
.plan-aside strong{font-size:15px}
.plan-aside p,.plan-aside .text-link{font-size:14px}
.plan-aside li{gap:11px}
.review-card{min-height:350px}
.final-banner p{font-size:15px}
.footer-top p,.footer-top nav{font-size:12px}
.footer-bottom{font-size:12px}
.hero-art .drag-hint{font-size:12px}
@media(max-width:1190px){
  .desktop-nav{gap:22px}
  .hero-description{font-size:16px}
  .hero h1{font-size:60px}
  .hero{gap:15px}
  .hero-art{height:510px}
  .perks-row>div{padding:23px 18px;gap:13px}
  .perks-row strong{font-size:14px}
  .perks-row p{font-size:14px}
  .perks-row p br{display:none}
  .benefit-card{padding-inline:23px}
  .benefit-card h3{font-size:25px}
  .benefit-visual img{margin-top:8px}
  .section-intro>p{font-size:14px}
  .plan-card h3{font-size:25px}
  .main-plan-price strong{font-size:24px}
  .plan-aside strong{font-size:14px}
  .plan-aside .text-link{font-size:13px}
  .review-card{min-height:390px}
  .review-card blockquote{font-size:16px}
}
@media(max-width:900px){
  .desktop-nav{font-size:13px;gap:16px}
  .brand small{letter-spacing:.8px}
  .hero h1{font-size:52px}
  .hero-art{height:440px}
  .hero-description{font-size:15px}
  .hero-description .desktop-break{display:none}
  .hero-ctas{gap:15px}
  .hero-ctas .button{font-size:13px;padding:16px;gap:11px}
  .hero-ctas .text-link{font-size:12px}
  .social-widget{gap:10px}
  .social-widget strong,.social-widget small{font-size:12px}
  .stats-row span{font-size:12px}
  .perks-row>div{align-items:flex-start;padding:20px 14px;gap:10px}
  .perks-row strong{font-size:13px}
  .perks-row p{font-size:12px}
  .perk-icon{margin-top:5px}
  .benefit-card{min-height:470px}
  .benefit-visual{min-height:320px;padding-bottom:26px}
  .benefit-visual h3{font-size:30px}
  .benefit-visual img{margin-top:0}
  .plan-header{min-height:30px}
  .plan-aside .text-link{font-size:14px;align-self:start;margin-top:16px}
  .review-card{min-height:345px}
  .final-banner p{font-size:14px}
  .final-action .button{font-size:14px;gap:14px}
  .final-action>span{max-width:220px;text-align:center;font-size:12px}
}
@media(max-width:700px){
  .header .brand small{display:none}
  .header .brand{font-size:23px}
  .header-actions .button-small{font-size:12px;padding:10px 12px;gap:7px}
  .hero{gap:0}
  .hero h1{font-size:clamp(47px,9.8vw,67px)}
  .hero-description{font-size:16px}
  .hero-ctas{gap:15px 20px;flex-wrap:wrap}
  .hero-ctas .text-link{min-height:44px}
  .hero-ctas .button{font-size:14px;padding:17px 18px;gap:17px}
  .hero-ctas .text-link{font-size:12px}
  .eyebrow{font-size:12px;letter-spacing:.65px}
  .social-widget{gap:12px}
  .social-widget strong,.social-widget small{font-size:12px}
  .hero-art{height:440px}
  .tag-de,.tag-nl{font-size:12px}
  .location-tag small{font-size:12px}
  .connection-tag{left:9%;font-size:12px;gap:10px}
  .connection-tag small{font-size:12px}
  .connection-lock{margin-left:4px}
  .stats-row span{font-size:12px}
  .perks-row>div{align-items:center;padding:22px 23px;gap:20px}
  .perks-row strong{font-size:16px}
  .perks-row p{font-size:14px}
  .perk-icon{margin:0}
  .section-intro>p{font-size:16px}
  .benefit-card{min-height:0}
  .benefit-card h3{font-size:28px}
  .benefit-visual{padding-bottom:0}
  .benefit-visual img{margin:0 auto -20px}
  .profile-top{font-size:15px}
  .profile-line{font-size:13px}
  .location-list>div{font-size:14px}
  .plan-card h3{font-size:28px}
  .main-plan-price strong{font-size:27px}
  .main-plan-price span{font-size:14px}
  .plan-features{gap:13px}
  .plan-aside .text-link{margin-top:0}
  .plan-aside strong{font-size:16px}
  .plan-aside p{font-size:14px}
  .review-card{min-height:327px}
  .review-card blockquote{font-size:16px}
  .demo-label{font-size:12px}
  .faq-list summary{font-size:15px}
  .faq-list details p{font-size:16px}
  .final-banner p{font-size:15px}
  .final-banner .section-kicker{font-size:12px;letter-spacing:1px}
  .final-action>span{max-width:none}
  .footer-top{align-items:flex-start}
  .footer-top p{font-size:12px;max-width:154px}
  .footer-top nav{font-size:12px}
  .footer-bottom>span:nth-child(2){font-size:12px}
}
@media(max-width:370px){
  .header .brand{font-size:20px;gap:7px}
  .header .brand-mark{width:32px;height:35px;font-size:28px}
  .header-actions .button-small{padding:10px 8px;font-size:12px}
  .header-actions .button-small>span{display:none}
  .hero h1{font-size:44px}
  .eyebrow{font-size:12px;letter-spacing:.1px}
  .hero-ctas{gap:14px}
  .hero-ctas .button{font-size:13px;padding:16px 14px;gap:10px}
  .social-widget{gap:9px}
  .avatar-stack .avatar{width:25px;height:25px;border-width:2px}
  .hero-art{height:375px}
  .location-tag{padding:9px;gap:7px}
  .location-tag small{font-size:12px}
  .location-dot{display:none}
  .connection-tag{left:3%;padding:10px;font-size:12px;gap:8px;bottom:47px}
  .connection-icon{width:28px;height:32px}
  .connection-tag small{font-size:12px}
  .connection-lock{display:none}
  .perks-row>div{padding:20px;gap:15px}
  .perks-row strong{font-size:14px}
  .demo-label{font-size:12px;max-width:175px}
  .footer-top p{width:100%;max-width:none}
}
@media(min-width:701px) and (max-width:810px){
  .desktop-nav{gap:14px;font-size:12px}
  .header .brand small{font-size:12px;letter-spacing:0}
  .header .brand{font-size:24px;gap:8px}
  .header-actions .button-small{font-size:12px;padding:11px 12px;gap:8px}
  .nav-wrap{gap:14px}
}
/* Cloud identity and Timeweb-inspired rating/reviews composition. */
.hero-rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:fit-content;margin-bottom:25px;font-size:14px;line-height:1.4}
.hero-rating>strong{font-size:26px;letter-spacing:-1px}.rating-stars{color:#ef973e;letter-spacing:2px;white-space:nowrap}.hero-rating>span:not(.rating-stars){text-decoration:underline;text-underline-offset:4px}.hero-rating>small{font-size:12px;background:#eee8e0;padding:4px 7px;border-radius:5px;color:#756758}
.photo-avatar{display:block;width:45px;height:45px;border-radius:50%;background-size:200% 200%;border:3px solid var(--page);flex-shrink:0}.photo-1{background-position:left top}.photo-2{background-position:right top}.photo-3{background-position:left bottom}.photo-4{background-position:right bottom}.photo-stack .photo-avatar{margin-left:-10px}.photo-stack{padding-left:10px}.social-widget{gap:12px}.social-widget strong{font-size:13px}.social-widget .social-demo{font-size:12px;color:#88786e;max-width:240px;line-height:1.5;margin-top:5px}
.reviews-shell{padding:44px 40px 25px;background:#fff;border-radius:26px;border:1px solid #eee9e3}.reviews-title-area{text-align:center;max-width:800px;margin:0 auto 35px}.reviews-title-area h2{font-size:39px;line-height:1.23;letter-spacing:-1.3px}.reviews-title-area h2>span{color:var(--orange)}.reviews-title-area p{font-size:16px;margin-top:19px}.reviews-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:25px}.review-summary{display:flex;align-items:center;gap:16px}.review-summary>strong{font-size:44px;line-height:1.1;letter-spacing:-2px}.review-summary>div{display:flex;flex-direction:column;gap:3px}.review-summary small{font-size:12px;color:var(--muted)}.review-count{font-size:13px;color:var(--muted);border-left:1px solid var(--line);padding-left:20px;margin-left:7px}.reviews .review-card{background:#faf9f7;border:1px solid #ece8e2;border-radius:16px;padding:23px;min-height:365px}.reviews .review-author{margin-top:0;margin-bottom:17px;align-items:center;gap:10px}.reviews .review-author strong{font-size:14px}.reviews .review-author div>span{font-size:12px}.review-author .photo-avatar{width:40px;height:40px;border:0}.review-example{font-size:12px;color:#8d7d70;margin-left:auto}.reviews .review-stars{font-size:16px;letter-spacing:2px;color:#ef973e}.reviews .review-card blockquote{font-size:15px;line-height:1.8;margin-top:13px;margin-bottom:25px}.review-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;color:#968980;font-size:12px;padding-top:14px;border-top:1px solid #e9e3dd}.review-card-bottom>span:last-child{font-size:12px;line-height:1.4;text-align:right;max-width:130px}.reviews-disclosure{font-size:12px;color:#8b7f75;text-align:center;margin-top:23px}
body.dialog-open{overflow:hidden}.access-dialog{width:min(540px,calc(100% - 32px));padding:42px;border:1px solid var(--line);border-radius:25px;background:var(--page);color:var(--ink);max-height:calc(100dvh - 40px);overflow-y:auto;box-shadow:0 30px 130px #33231644}.access-dialog::backdrop{background:#30261f70;backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:17px;top:14px;width:38px;height:38px;border-radius:50%;background:#ede7e1;font-size:26px;font-weight:400}.dialog-close:hover{background:#e5dcd3}.form-symbol{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--peach);color:var(--orange-dark);border-radius:14px;font-size:28px;margin-bottom:23px}.access-dialog .section-kicker{font-size:12px;margin-bottom:14px}.access-dialog h2{font-size:34px;line-height:1.2;letter-spacing:-1px}.access-dialog p{font-size:16px;line-height:1.75;margin-top:17px}.access-dialog form{margin-top:25px}.access-dialog form>label:first-child{font-size:14px;font-weight:600;display:block;margin-bottom:8px}.access-dialog input[type=email]{font:inherit;font-size:16px;background:#fff;border:1px solid #d8cfc6;padding:15px 16px;border-radius:11px;width:100%;color:var(--ink)}.access-dialog input[type=email]:focus{outline:2px solid var(--orange);outline-offset:1px}.email-consent{display:flex;gap:11px;align-items:flex-start;margin-block:18px 21px;font-size:13px;line-height:1.6;color:#73665c}.email-consent input{width:18px;height:18px;flex-shrink:0;accent-color:var(--orange-dark);margin-top:2px}.access-dialog form>.button{width:100%;justify-content:space-between;font-size:15px}.access-dialog .form-footnote{font-size:12px;line-height:1.65;margin-top:17px;color:#897a6e}.form-status:empty{display:none}.access-dialog .form-status{font-size:14px;color:#b53921;margin-top:13px}.form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.request-success>p>strong{display:block;color:var(--ink);overflow-wrap:anywhere}.request-success>.button{margin-top:24px;width:100%}.access-dialog button:disabled{opacity:.65;cursor:wait}.request-success h2:focus{outline:none}
@media(max-width:1100px){.hero-rating{gap:8px}.hero-rating>small{display:block}.brand{font-size:23px}.desktop-nav{gap:18px}.header-actions{gap:13px}.support-link{display:none}.reviews-shell{padding:34px 25px 23px}.reviews .review-card{width:calc((100% - 20px)/2);min-height:340px}.social-widget{align-items:flex-start;gap:10px}.photo-stack .photo-avatar{width:36px;height:36px;margin-left:-9px}.photo-stack{padding-left:9px}}
@media(max-width:800px){.desktop-nav{display:none}.menu-toggle{display:flex}.header .brand small{display:none}.reviews-title-area h2{font-size:34px}.review-count{display:none}}
@media(max-width:700px){.hero-rating{margin-bottom:24px;font-size:13px;gap:9px}.hero-rating>strong{font-size:24px}.hero-rating>small{font-size:12px}.hero-copy .eyebrow{font-size:12px;letter-spacing:.4px}.header .brand{font-size:21px;gap:6px}.header .brand-mark{width:33px;height:36px}.header-actions .button-small{font-size:12px;padding:10px}.header-actions .button-small>span{display:none}.social-widget{align-items:center;gap:12px}.social-widget strong{font-size:13px;max-width:210px;line-height:1.6}.social-widget .social-demo{font-size:12px;max-width:205px;line-height:1.5}.photo-stack .photo-avatar{width:34px;height:34px;margin-left:-10px}.photo-stack{padding-left:10px}.reviews-shell{padding:28px 20px 23px;border-radius:23px}.reviews-title-area h2{font-size:29px;letter-spacing:-1px;line-height:1.3}.reviews-title-area h2 br{display:none}.reviews-title-area p{font-size:14px;margin-top:16px}.reviews-title-area{margin-bottom:25px}.reviews-toolbar{padding-bottom:20px;margin-bottom:20px;gap:12px}.review-summary{gap:10px}.review-summary>strong{font-size:35px}.review-summary small{font-size:12px;max-width:120px;line-height:1.4}.review-summary .rating-stars{font-size:14px;letter-spacing:1px}.reviews .slider-controls{gap:5px}.reviews .slider-controls button{width:33px;height:33px}.reviews .reviews-track{margin-right:-20px;padding-right:20px;gap:14px}.reviews .review-card{width:calc(100% - 8px);min-height:357px;padding:20px}.review-example{display:none}.reviews .review-card blockquote{font-size:15px}.reviews-disclosure{font-size:12px;line-height:1.7}.access-dialog{padding:32px 25px;border-radius:22px}.access-dialog h2{font-size:29px}.access-dialog .section-kicker{font-size:12px}.access-dialog p{font-size:15px}.footer .brand{font-size:23px}.footer-top{gap:20px}.access-dialog .email-consent{font-size:13px}}
@media(max-width:370px){.header .brand{font-size:19px}.header-actions{gap:6px}.header-actions .button-small{padding:10px 7px;font-size:12px}.menu-toggle{width:35px}.photo-stack .photo-avatar{width:29px;height:29px;border-width:2px;margin-left:-9px}.social-widget{gap:9px}.social-widget strong{font-size:12px}.reviews-shell{padding-inline:16px}.reviews-title-area h2{font-size:27px}.reviews-toolbar{flex-wrap:wrap}.review-summary{flex:1}.reviews .slider-controls button{width:30px;height:30px}.review-summary small{max-width:110px}.reviews .reviews-track{margin-right:-16px;padding-right:16px}.reviews .review-card{padding:17px}.access-dialog{padding-inline:21px}}

.social-widget{align-items:center;gap:14px}.social-widget strong,.social-widget small{font-size:12px}.social-widget small{margin-top:3px}
@media(max-width:370px){.social-widget{gap:9px}.social-widget .avatar{width:27px;height:27px;font-size:12px}}

.access-dialog input[type=email],.access-dialog form>.button{box-sizing:border-box}

.setup-progress h2:focus{outline:none}.setup-steps{display:grid;gap:9px;margin-top:25px}.setup-steps>div{display:flex;align-items:center;gap:12px;padding:12px 13px;border:1px solid var(--line);border-radius:10px;color:#897a6e;font-size:14px;transition:color .25s,border-color .25s,background .25s}.setup-steps span{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#ede7e1;font-size:12px;font-weight:700;color:#897a6e}.setup-steps i{margin-left:auto;width:9px;height:9px;border-radius:50%;background:#d8cfc6}.setup-steps .is-active{border-color:var(--orange);background:var(--peach);color:var(--ink)}.setup-steps .is-active i{background:var(--orange);animation:setup-pulse 1s ease-in-out infinite}.setup-steps .is-complete{border-color:#bbd4c1;background:#f2f8f2;color:var(--ink)}.setup-steps .is-complete span{background:#5c956a;color:#fff}.setup-steps .is-complete i{background:#5c956a}.setup-steps .is-complete i::after{content:'✓';display:block;color:#fff;font-size:8px;line-height:9px;text-align:center}.setup-continue{width:100%;justify-content:space-between;margin-top:24px}@keyframes setup-pulse{50%{transform:scale(1.45);opacity:.45}}
