@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#172326;--muted:#586366;--line:#dce3e3;--teal:#007e79;--teal-dark:#00625f;--mint:#eef7f5;--pale:#f5f7f7;--white:#fff;--radius:8px;font-family:Manrope,Arial,sans-serif;color:var(--ink);font-size:16px;font-weight:500;line-height:1.6;letter-spacing:0}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:#fff}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.18;font-weight:700;letter-spacing:0}h1{font-size:48px}h2{font-size:38px}h3{font-size:22px}p{color:var(--muted)}svg{width:20px;height:20px;stroke-width:1.8;flex-shrink:0;vertical-align:middle}a,button{touch-action:manipulation}a:hover{color:var(--teal)}[hidden]{display:none!important}:focus-visible{outline:3px solid #278caa;outline-offset:4px}::selection{background:#c7e6e1}section[id],article[id]{scroll-margin-top:100px}.wrap{width:calc(100% - 96px);max-width:1320px;margin-inline:auto}.skip{position:absolute;top:-100px;left:20px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}.eyebrow{font-size:11px;font-weight:800;color:var(--teal);text-transform:uppercase;display:flex;align-items:center;gap:9px}.eyebrow svg{width:17px;height:17px}.small{font-size:13px}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;gap:20px;align-items:center;justify-content:center;background:var(--teal);color:#fff;padding:14px 20px;border:1px solid var(--teal);border-radius:6px;font-size:14px;font-weight:700;min-height:50px;line-height:1.3;transition:background .18s,color .18s}.button:hover{background:var(--teal-dark);color:#fff;border-color:var(--teal-dark)}.button.secondary{background:#fff;border-color:#c9d5d4;color:var(--ink)}.button.secondary:hover{background:var(--mint);border-color:var(--teal)}.button-small{min-height:44px;padding:11px 16px}.text-link{font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:12px;color:var(--teal);min-height:36px}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.icon-button{width:44px;height:44px;padding:10px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff}.icon-button:hover{background:var(--mint)}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{border-radius:50%;object-fit:contain}.brand>span{font-size:14px;font-weight:800;line-height:1.06}.brand b{display:block;color:var(--teal)}.brand small{display:block;color:#687475;font-size:10px;margin-top:3px}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:32px}.header-inner nav{display:flex;gap:28px;align-items:center;font-size:13px;font-weight:700}.header-inner nav>a:not(.button){display:inline-flex;align-items:center;gap:8px;min-height:44px}.header-inner [aria-current],.nav-trigger.current{color:var(--teal)}.nav-trigger{border:0;background:none;padding:12px 0;display:flex;align-items:center;gap:7px;font-weight:700;font-size:13px}.nav-trigger svg{width:14px}.nav-group{position:relative}.nav-dropdown{position:absolute;left:-20px;top:52px;background:#fff;padding:12px;border:1px solid var(--line);border-radius:8px;box-shadow:0 14px 30px #152a2421;width:310px;z-index:50}.nav-dropdown a{display:flex;gap:15px;align-items:center;padding:14px 12px;border-radius:4px}.nav-dropdown a:hover{background:var(--mint)}.nav-dropdown a>svg{color:var(--teal);width:23px;height:23px}.nav-dropdown strong,.nav-dropdown small{display:block}.nav-dropdown small{font-size:11px;font-weight:500;color:var(--muted);margin-top:3px}.nav-divider{height:20px;width:1px;background:var(--line)}.menu-toggle{display:none}.login-link svg{width:16px}
.home-hero{position:relative;isolation:isolate;min-height:600px;display:flex;align-items:center;overflow:hidden;background:#e5e9e7}.hero-photo{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;object-position:center;z-index:-2}.home-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,249,247,.99) 0%,rgba(245,249,247,.97) 24%,rgba(245,249,247,.83) 41%,rgba(245,249,247,.16) 60%,transparent 75%);z-index:-1}.hero-inner{padding-block:55px}.hero-copy{max-width:560px}.hero-copy h1{font-size:60px;line-height:1.05;margin:20px 0}.title-dot{color:var(--teal)}.hero-statement{font-size:24px;line-height:1.3;color:var(--ink);font-weight:600;margin-bottom:16px}.hero-description{font-size:15px;max-width:430px;line-height:1.75;color:#445250}.hero-copy .actions{margin-top:26px}.hero-note{font-size:12px;display:flex;gap:8px;align-items:center;margin-top:16px}.hero-note svg{width:15px;color:var(--teal)}.hero-caption{position:absolute;right:35px;bottom:20px;color:#fff;font-size:11px;background:rgba(22,33,31,.75);padding:7px 12px;border-radius:4px}.platform-strip{border-bottom:1px solid var(--line);background:#fff}.platform-strip>.wrap{padding-block:25px;display:flex;align-items:center;gap:50px}.platform-strip p{font-size:10px;line-height:1.6;flex-shrink:0}.platform-strip p strong{color:var(--ink)}.platform-strip .wrap>div{display:flex;justify-content:space-between;flex:1;gap:24px;flex-wrap:wrap}.platform-strip a{display:flex;gap:12px;align-items:center;font-weight:700;font-size:13px;min-height:36px}.platform-strip svg{color:#72817d}
.section{padding:88px 0}.section-first{padding-top:20px}.tint{background:var(--pale)}.section-intro{display:flex;justify-content:space-between;gap:55px;align-items:flex-end;margin-bottom:35px}.section-intro h2{margin-top:12px}.section-intro>p,.section-intro>div+div{max-width:440px;flex:1}.section-intro>p{font-size:15px}.section-intro .text-link{flex-shrink:0}.workspace-section{background:#fff}.product-tabs{display:flex;gap:10px;border-bottom:1px solid var(--line);margin-top:38px;overflow-x:auto}.product-tabs button{display:flex;align-items:center;gap:10px;padding:17px 20px;border:0;border-bottom:3px solid transparent;background:none;white-space:nowrap;font-size:14px;color:var(--muted);font-weight:700;flex:1}.product-tabs button[aria-selected=true]{border-bottom-color:var(--teal);color:var(--teal);background:#f5faf9}.product-tabs button:hover{color:var(--teal)}.panel-copy{display:flex;align-items:center;justify-content:space-between;gap:40px;margin:28px 0}.panel-copy h3{font-size:21px}.panel-copy p{font-size:14px;margin-top:8px;max-width:660px}.panel-copy>a{flex-shrink:0}.screenshot-button{display:block;position:relative;border:1px solid var(--line);padding:0;background:#f7f8fa;border-radius:8px;overflow:hidden;width:100%;box-shadow:0 15px 45px #223b3510;text-align:left}.screenshot-button img{width:100%;aspect-ratio:1500/716;object-fit:contain}.zoom-label{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;gap:8px;background:#fff;color:#294440;border:1px solid #c5d6d0;box-shadow:0 3px 10px #00000015;padding:8px 12px;border-radius:4px;font-size:11px;font-weight:700}.zoom-label svg{width:14px;height:14px}.feature-story{background:var(--mint)}.story-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:60px;align-items:center}.story-grid>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px}.story-details article{display:flex;gap:20px;padding:25px 0;border-bottom:1px solid #cfddda}.story-details article:first-child{padding-top:0}.story-details article:last-child{border-bottom:0;padding-bottom:0}.story-details article>span{font-size:12px;color:var(--teal);padding-top:4px}.story-details h3{font-size:22px}.story-details p{font-size:14px;margin:9px 0}.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 26px}.industry-image{display:block;position:relative;overflow:hidden;border-radius:6px}.industry-image img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .3s}.industry-image:hover img{transform:scale(1.025)}.industry-image>svg{position:absolute;bottom:12px;right:12px;background:#fff;padding:10px;width:42px;height:42px;border-radius:50%;color:var(--ink)}.industry-item>.eyebrow{margin:23px 0 10px;font-size:10px}.industry-item h3{margin-bottom:10px}.industry-item>p:not(.eyebrow){font-size:14px;line-height:1.7;max-width:350px}.industry-item>.text-link{margin-top:10px}.account-band{padding:64px 0;background:#202c2b;color:#fff}.account-content{display:grid;grid-template-columns:1.2fr 1fr;gap:100px}.account-band .eyebrow,.account-band .text-link{color:#9fd4ca}.account-band h2{margin:15px 0}.account-band p:not(.eyebrow){color:#c3cfcc;max-width:500px;font-size:15px}.account-band .actions{margin-top:25px}.account-band .button{background:#d2eae4;color:#163b33;border-color:#d2eae4}.account-band .button:hover{background:#e8f4f0}.account-points{display:grid;gap:0}.account-points article{display:flex;gap:20px;align-items:center;border-bottom:1px solid #41504d;padding:18px 0}.account-points article:last-child{border:0}.account-points article>svg{width:26px;height:26px;color:#acd6c8}.account-points h3{font-size:17px;margin-bottom:5px}.account-points article p{font-size:13px!important}.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding-top:18px}.price-card{position:relative;border:1px solid var(--line);border-radius:8px;background:#fff;padding:32px 28px;display:flex;flex-direction:column}.price-card.recommended{border-color:var(--teal);background:#f2faf7}.plan-label{position:absolute;top:-14px;left:23px;padding:4px 10px;background:#e0f1e9;color:#145b4b;border:1px solid #a0cbbd;border-radius:4px;font-size:10px;font-weight:700}.price-card h3{font-size:17px;margin-top:12px}.price{color:var(--ink);font-size:36px;line-height:1.2;font-weight:700;margin-top:28px}.price span{font-size:13px;font-weight:500;margin-left:6px;color:var(--muted)}.plan-limit{font-size:13px;margin-top:9px}.price-card .button{margin:25px 0 10px;width:100%}.check-list{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:12px}.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.6}.check-list svg{color:var(--teal);width:16px;height:16px;margin-top:4px}.closing{background:#edf5f2;padding:48px 0;border-block:1px solid #dbe8e2}.closing-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.closing h2{font-size:32px;margin:9px 0 10px}.closing p:not(.eyebrow){font-size:14px}.closing .actions{flex-shrink:0}.site-footer{padding:60px 0 0;background:white}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px}.footer-grid>div:first-child>p{font-size:13px;margin:20px 0}.footer-mail{font-size:12px;overflow-wrap:anywhere}.footer-grid h2{font-size:13px;margin-bottom:20px}.footer-grid>div:not(:first-child)>a{font-size:13px;color:var(--muted);display:block;margin:12px 0}.footer-grid a:hover{color:var(--teal)}.footer-base{display:flex;justify-content:space-between;gap:20px;padding:25px 0;border-top:1px solid var(--line);margin-top:45px;font-size:11px;color:var(--muted)}.footer-base a{display:flex;gap:10px}.footer-base svg{width:16px;height:16px}
.page-heading{padding:52px 0 40px}.page-heading h1{margin:17px 0 20px;max-width:950px;font-size:46px}.page-heading p:not(.eyebrow){font-size:17px;max-width:780px}.anchor-strip{border-block:1px solid var(--line);background:#fafbfb}.anchor-strip .wrap{display:flex;gap:26px;overflow:auto;padding-block:16px}.anchor-strip a{white-space:nowrap;font-size:12px;font-weight:700}.mosaic-overview{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.mosaic-overview>img{aspect-ratio:4/3;object-fit:cover;border-radius:6px}.mosaic-overview article+article{margin-top:32px;padding-top:30px;border-top:1px solid var(--line)}.mosaic-overview h2{font-size:29px;margin:10px 0}.mosaic-overview p:not(.eyebrow){font-size:14px}.mosaic-overview p.small{font-size:12px;margin-top:12px}.feature-detail{display:grid;grid-template-columns:.82fr 1.3fr;gap:60px;align-items:center}.feature-detail h2{font-size:32px;margin:15px 0}.feature-detail p:not(.eyebrow){font-size:14px}.feature-detail .check-list{grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:24px}.feature-detail .check-list li{font-size:12px}.feature-detail .small{font-size:12px!important;margin-top:18px}.three-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px}.three-columns article>svg{color:var(--teal);width:28px;height:28px}.three-columns h2{font-size:24px;margin:20px 0 14px}.three-columns p{font-size:14px}.three-columns .text-link{margin-top:16px}.faq-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:80px}.faq-layout h2{margin-top:12px;font-size:32px}.faq-list details{padding:22px 0;border-bottom:1px solid var(--line)}.faq-list details:first-child{padding-top:0}.faq-list summary{display:flex;justify-content:space-between;gap:20px;cursor:pointer;font-weight:700;list-style:none;font-size:15px}.faq-list summary::-webkit-details-marker{display:none}.faq-list details[open] summary svg{transform:rotate(45deg)}.faq-list details p{font-size:14px;line-height:1.8;margin-top:15px}.steps{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;padding:0;margin:30px 0 0;gap:30px}.steps li{border-top:1px solid #abc6bf;padding-top:22px}.steps span{font-size:12px;color:var(--teal);font-weight:800}.steps h3{font-size:18px;margin:16px 0 10px}.steps p{font-size:13px}.platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px}.platform-card{border:1px solid var(--line);border-radius:8px;overflow:hidden}.platform-card>img{width:100%;aspect-ratio:2/1;object-fit:cover}.platform-card>div{padding:28px}.platform-card h2{font-size:26px;margin:10px 0 15px}.platform-card p:not(.eyebrow){font-size:14px}.platform-card .text-link{margin-top:15px}.pricing-note{font-size:12px;color:var(--muted);margin-top:24px}.table-scroll{overflow:auto}.comparison{border-collapse:collapse;width:100%;text-align:left;min-width:610px;font-size:14px}.comparison th,.comparison td{padding:20px 15px;border-bottom:1px solid #d7e2de}.comparison thead{background:#edf3ef}.comparison tbody td{color:var(--muted)}
.contact-section{padding:55px 0 75px;background:#f8faf9}.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:90px;align-items:start}.contact-display-title{font-size:45px;margin:20px 0}.contact-copy>p:not(.eyebrow){font-size:16px;max-width:460px}.contact-method{display:flex;gap:16px;margin-top:30px}.contact-method>span{background:#e7f0ed;width:42px;height:42px;border-radius:6px;display:grid;place-items:center;color:var(--teal);flex-shrink:0}.contact-method h2{font-size:15px;margin:2px 0 8px}.contact-method p,.contact-method a{font-size:13px;overflow-wrap:anywhere}.contact-photo{margin-top:32px;aspect-ratio:2.5/1;object-fit:cover;width:100%;border-radius:6px}.company-name{font-size:11px!important;margin-top:12px}.form-surface{border:1px solid var(--line);border-radius:8px;padding:32px;background:#fff;box-shadow:0 12px 35px #1b322a08}.form-surface h1{font-size:28px;margin-top:10px}.form-intro{font-size:14px;margin-top:10px}.preview-notice{font-size:11px;line-height:1.6;display:flex;gap:8px;color:#68716f;border-block:1px solid #e4e8e5;padding:11px 0;margin:20px 0}.preview-notice svg{width:15px;height:15px;margin-top:2px}.field{display:block;margin:18px 0;font-size:12px;font-weight:700}.field>span:first-child{display:block;margin-bottom:7px}input,select,textarea{width:100%;min-width:0;border:1px solid #cbd6d3;border-radius:5px;background:#fff;padding:11px 12px;min-height:46px;color:var(--ink);font-size:14px;outline-offset:2px}textarea{resize:vertical;min-height:110px}select{appearance:auto}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field-pair .field{margin-block:0}.field-pair{margin:18px 0}.full{width:100%}.form-feedback{padding:14px;background:#edf5f0;border-left:3px solid var(--teal);color:#214b3c;font-size:13px;line-height:1.7;margin-top:18px}.form-options{display:flex;justify-content:flex-end;font-size:12px;color:var(--teal);font-weight:700;margin:-5px 0 24px}.password-wrap{position:relative;display:block}.password-wrap input{padding-right:50px}.password-toggle{position:absolute;right:2px;top:2px;border:0;background:transparent;width:42px;height:42px}.password-toggle svg{width:18px}.field-hint{font-size:11px;margin-top:-11px}.auth-header{display:flex;align-items:center;justify-content:space-between;padding-block:23px;gap:25px}.auth-page{background:#fbfcfb}.auth-main{display:grid;grid-template-columns:1.1fr 1fr;gap:100px;align-items:center;padding:20px 0 50px;min-height:calc(100vh - 170px)}.auth-story{padding:20px 30px 20px 0}.auth-story h2{font-size:46px;margin:20px 0}.auth-story>p:not(.eyebrow){font-size:19px;line-height:1.5}.auth-story>img{margin-top:32px;aspect-ratio:16/9;object-fit:cover;border-radius:5px}.auth-story-foot{display:flex;gap:10px;font-size:11px;line-height:1.7;margin-top:23px;color:#50645c}.auth-story-foot svg{color:var(--teal);margin-top:2px}.auth-form{max-width:430px;width:100%;margin-inline:auto}.auth-form h1{font-size:30px;margin-top:12px}.auth-form form{margin-top:20px}.auth-form .button{margin-top:5px}.auth-switch{font-size:12px;margin-top:24px;text-align:center}.auth-switch a{font-weight:700;color:var(--teal);margin-left:4px}.auth-help{margin-top:32px;padding-top:20px;border-top:1px solid var(--line);font-size:11px;color:var(--muted);text-align:center}.auth-help a{color:var(--teal);font-weight:700}.auth-help svg{width:13px;height:13px}.auth-footer{display:flex;justify-content:space-between;padding-block:20px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.image-dialog{padding:0;border:1px solid #c5cfca;border-radius:8px;max-width:calc(100% - 40px);width:1450px;max-height:90vh;background:#f7f9f8;box-shadow:0 25px 70px #0005}.image-dialog::backdrop{background:rgba(18,28,26,.75)}.dialog-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid var(--line);gap:20px}.dialog-bar h2{font-size:14px;line-height:1.5}.dialog-image{width:100%;max-height:calc(90vh - 70px);object-fit:contain}.image-dialog:modal{display:flex;flex-direction:column}
@media(min-width:1700px){.wrap{max-width:1480px}.home-hero{min-height:640px}.hero-photo{object-position:center 46%}.hero-copy{max-width:620px}.hero-copy h1{font-size:64px}.hero-description{font-size:17px;max-width:490px}.hero-statement{font-size:28px}}
@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.header-inner{gap:20px}.header-inner nav{gap:18px}.header-inner nav>a,.nav-trigger{font-size:12px}.nav-divider{display:none}.platform-strip>.wrap{gap:25px}.platform-strip .wrap>div{gap:15px}.platform-strip a{gap:7px;font-size:12px}.platform-strip svg{width:17px}.hero-copy h1{font-size:54px}.hero-copy{max-width:480px}.hero-description{max-width:370px}.story-grid{gap:35px}.account-content{gap:55px}.feature-detail{gap:35px}.contact-grid{gap:45px}.auth-main{gap:55px}.footer-grid{gap:28px}}
@media(max-width:900px){h2{font-size:32px}.header-inner{height:74px}.menu-toggle{display:inline-grid}.header-inner nav{display:none;position:absolute;top:74px;left:0;right:0;background:white;padding:18px 28px 25px;max-height:calc(100dvh - 74px);overflow:auto;box-shadow:0 20px 30px #152a2417}.header-inner nav.open{display:flex;align-items:stretch;flex-direction:column;gap:6px}.header-inner nav>a:not(.button),.nav-trigger{font-size:15px;min-height:46px;width:100%;justify-content:space-between}.nav-dropdown{position:static;width:100%;box-shadow:none;margin:5px 0;border:0;background:#f5f8f6}.header-inner nav>.button{margin-top:10px}.home-hero{min-height:570px}.hero-copy{max-width:440px}.hero-copy h1{font-size:49px}.home-hero::before{background:linear-gradient(90deg,#f5f9f7 0%,#f5f9f7ed 32%,#f5f9f7b3 54%,transparent 85%)}.hero-photo{object-position:60% center}.hero-caption{right:15px;font-size:10px}.platform-strip>.wrap{align-items:flex-start}.platform-strip .wrap>div{justify-content:flex-start;gap:10px 25px}.section{padding:65px 0}.section-first{padding-top:16px}.section-intro{gap:30px}.section-intro>p{max-width:300px}.product-tabs button{padding:16px 15px;flex:none}.panel-copy{align-items:flex-start;gap:25px}.panel-copy h3{font-size:19px}.story-grid{grid-template-columns:1fr 1fr;gap:30px}.story-grid>img{aspect-ratio:3/4}.story-details article{gap:12px;padding-block:18px}.story-details h3{font-size:20px}.story-details p,.story-details .text-link{font-size:12px}.industry-grid{gap:28px 20px}.industry-item h3{font-size:20px}.account-content{gap:40px}.price-card{padding:30px 18px}.price-card h3{font-size:15px}.price{font-size:29px}.price-grid{gap:14px}.price-card .button{font-size:12px;padding-inline:12px;gap:10px}.check-list li{font-size:12px}.closing-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:35px}.footer-grid>div:last-child{grid-column:2}.page-heading h1{font-size:39px}.mosaic-overview{gap:30px}.mosaic-overview>img{aspect-ratio:3/4}.feature-detail{grid-template-columns:1fr;gap:28px}.feature-detail>div{max-width:750px}.feature-detail .check-list{grid-template-columns:repeat(3,1fr)}.three-columns{gap:28px}.three-columns h2{font-size:21px}.faq-layout{gap:35px;grid-template-columns:.8fr 1.2fr}.steps{grid-template-columns:repeat(2,1fr);gap:30px}.contact-grid{gap:30px;grid-template-columns:.9fr 1fr}.contact-display-title{font-size:36px}.form-surface{padding:25px}.field-pair{grid-template-columns:1fr;gap:18px}.auth-main{gap:35px;grid-template-columns:1fr 1fr}.auth-story{padding:25px}.auth-story h2{font-size:38px}.auth-story>p:not(.eyebrow){font-size:17px}.auth-form h1{font-size:26px}}
@media(max-width:640px){.wrap{width:calc(100% - 36px)}h1{font-size:35px}h2{font-size:29px}h3{font-size:21px}.brand img{width:38px;height:38px}.brand>span{font-size:13px}.home-hero{min-height:0;display:block;padding-bottom:210px}.hero-inner{padding-top:35px;padding-bottom:20px}.hero-copy{max-width:100%}.hero-copy h1{font-size:42px;margin:18px 0}.hero-statement{font-size:22px;margin-bottom:13px}.hero-description{font-size:14px;max-width:390px}.hero-photo{height:340px;top:auto;bottom:0;object-position:68% center}.home-hero::before{background:linear-gradient(180deg,#f5f9f7 0%,#f5f9f7 56%,#f5f9f7ef 66%,#f5f9f700 87%)}.hero-caption{right:12px;bottom:10px;font-size:9px}.hero-copy .actions{margin-top:22px;gap:10px}.button{font-size:13px;padding:13px 16px;gap:12px;min-height:48px}.hero-note{margin-top:14px;font-size:11px}.platform-strip>.wrap{flex-direction:column;gap:12px;padding-block:22px}.platform-strip p{font-size:10px}.platform-strip p br{display:none}.platform-strip p strong{margin-left:4px}.platform-strip .wrap>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:6px 12px}.platform-strip a{font-size:12px;gap:10px}.section{padding:48px 0}.section-first{padding-top:8px}.section-intro{display:block;margin-bottom:28px}.section-intro>p,.section-intro>div+div{max-width:100%;margin-top:20px}.section-intro>.text-link{margin-top:15px}.product-tabs{margin-top:20px;gap:0}.product-tabs button{font-size:12px;padding:14px 12px;gap:7px}.product-tabs svg{width:17px}.panel-copy{display:block;margin:22px 0}.panel-copy p{font-size:13px}.panel-copy .text-link{margin-top:10px}.panel-copy h3{font-size:20px}.zoom-label{right:6px;bottom:6px;padding:5px 8px;font-size:9px}.zoom-label svg{width:11px;height:11px}.screenshot-button{border-radius:5px}.story-grid{grid-template-columns:1fr;gap:30px}.story-grid>img{aspect-ratio:4/3}.story-details h3{font-size:22px}.story-details p,.story-details .text-link{font-size:14px}.story-details article{gap:18px;padding-block:22px}.industry-grid{grid-template-columns:1fr;gap:35px}.industry-image img{aspect-ratio:1.55}.industry-item>.eyebrow{margin-top:18px}.industry-item h3{font-size:23px}.industry-item>p:not(.eyebrow){max-width:100%}.account-band{padding:44px 0}.account-content{grid-template-columns:1fr;gap:30px}.account-band h2{font-size:31px}.price-grid{grid-template-columns:1fr;gap:28px}.price-card{padding:28px}.price-card h3{font-size:18px}.price{font-size:37px;margin-top:24px}.price-card .button{font-size:14px}.check-list li{font-size:14px}.closing{padding:38px 0}.closing h2{font-size:28px}.closing-inner{gap:24px}.site-footer{padding-top:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-grid h2{margin-bottom:18px}.footer-grid a{font-size:12px}.footer-base{display:block;margin-top:25px;padding-block:20px}.footer-base a{margin-top:15px}.page-heading{padding:35px 0 30px}.page-heading h1{font-size:33px;margin:16px 0}.page-heading p:not(.eyebrow){font-size:15px}.anchor-strip .wrap{gap:24px}.mosaic-overview{grid-template-columns:1fr}.mosaic-overview>img{aspect-ratio:4/3}.mosaic-overview h2{font-size:27px}.feature-detail h2{font-size:28px}.feature-detail .check-list{grid-template-columns:1fr 1fr;gap:15px}.feature-detail .check-list li{font-size:12px}.three-columns{grid-template-columns:1fr;gap:35px}.three-columns h2{font-size:24px;margin-top:15px}.faq-layout{grid-template-columns:1fr;gap:30px}.faq-layout h2{font-size:28px}.steps{gap:26px 20px}.steps h3{font-size:17px}.platform-grid{grid-template-columns:1fr;gap:24px}.platform-card>div{padding:24px}.contact-section{padding:30px 0 45px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-grid .form-surface{order:-1}.contact-display-title{font-size:36px;margin:14px 0}.contact-copy>p:not(.eyebrow){font-size:15px}.contact-photo,.contact-copy .company-name,.contact-method:nth-of-type(2){display:none}.contact-method{margin-top:22px}.form-surface{padding:24px}.form-surface h1{font-size:26px}.auth-header{padding-block:20px}.auth-header>.text-link{font-size:11px;gap:7px}.auth-header>.text-link svg{width:16px}.auth-main{display:block;min-height:auto;padding:20px 0 45px}.auth-story{display:none}.auth-form{max-width:430px}.auth-form h1{font-size:30px}.auth-form .field-pair{grid-template-columns:1fr 1fr;gap:14px}.auth-footer{font-size:10px;gap:20px;align-items:center}.auth-form .preview-notice{font-size:11px}.image-dialog{max-width:calc(100% - 20px)}.dialog-bar{padding:10px;gap:8px}.dialog-bar h2{font-size:11px}.dialog-bar .icon-button{flex-shrink:0}.text-link{font-size:13px}.feature-detail .text-link{font-size:14px}}
@media(max-width:360px){.hero-copy h1{font-size:37px}.hero-copy .actions .button{padding-inline:12px;gap:8px}.wrap{width:calc(100% - 28px)}.auth-header>.text-link{font-size:10px}.auth-form .field-pair{grid-template-columns:1fr}.feature-detail .check-list{grid-template-columns:1fr}.steps{grid-template-columns:1fr}}
.site-footer{border-top:1px solid var(--line)}
.footer-grid h2,.footer-grid>div:not(:first-child)>a{font-size:14px}
.footer-grid>div:first-child>p{font-size:14px;max-width:390px}
.footer-base{align-items:center;font-size:13px}
.footer-base>.icon-button{flex-shrink:0;justify-content:center}
@media(max-width:640px){.auth-page .footer-grid>div:first-child{display:none}}
@media(max-width:640px){.footer-base{display:flex;align-items:flex-start}.footer-base>span{flex:1}.footer-base>.icon-button{margin-top:0}.footer-grid>div:not(:first-child)>a{font-size:13px}}
.field-error{font-size:12px;color:#a33434;margin:-8px 0 15px}
[aria-invalid=true]{border-color:#a33434}
@media(max-width:360px){.home-hero{padding-bottom:145px}.hero-inner{padding-top:24px}.hero-copy h1{font-size:34px}.hero-statement{font-size:19px}.hero-photo{height:275px}.hero-caption{max-width:calc(100% - 24px);font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Preserve section links and keep the spam trap outside the visible form. */
.anchor-alias{display:block;position:relative;scroll-margin-top:100px}
.enquiry-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.button:disabled{opacity:.65;cursor:wait}
.form-feedback[data-error="true"]{color:#8a2929}

/* Keep the platform checklist aligned without changing other section intros. */
.deployment-check{padding-block:56px}
.deployment-check .section-intro{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:64px;margin-bottom:0}
.deployment-check .section-intro>div+div{max-width:none;margin-top:0}
.deployment-check .check-list{margin-top:0}
.deployment-check .text-link{margin-top:12px}
@media(max-width:900px){.deployment-check{padding-block:44px}.deployment-check .section-intro{gap:32px}}
@media(max-width:640px){.deployment-check{padding-block:36px}.deployment-check .section-intro{grid-template-columns:minmax(0,1fr);gap:24px}}
