/* The public site has its own layout. Dashboard tokens and styles are untouched. */
:root {
  --gray-50:#F6F7F6;--gray-100:#EEF0EE;--gray-200:#E3E5E3;--gray-300:#D3D5D2;
  --gray-400:#B4B6B3;--gray-500:#8C8E8B;--gray-600:#6E716E;--gray-700:#515350;
  --gray-800:#343634;--gray-900:#1A1C1A;--gray-950:#101110;--white:#FFFFFF;
  --bg:var(--gray-50);--surface:var(--white);--surface-hover:#FBFCFB;--surface-sunk:var(--gray-100);
  --border:var(--gray-200);--border-strong:var(--gray-300);--ink:var(--gray-900);
  --text-muted:var(--gray-600);--text-subtle:var(--gray-600);
  --btn:var(--gray-900);--btn-hover:var(--gray-800);--btn-text:var(--gray-50);
  --radius:8px;--radius-lg:10px;--border-w:1px;--focus-ring:rgba(26,28,26,.16);
  --data-blue-bg:#E8EDF3;--data-blue-fg:#41566E;--data-teal-bg:#E2EEEC;--data-teal-fg:#355C56;
  --data-purple-bg:#EDE9F1;--data-purple-fg:#534563;--data-rose-bg:#F2E8E6;--data-rose-fg:#6B4A45;
  --data-sand-bg:#F1ECE2;--data-sand-fg:#6A5A3D;
  --ok-bg:#EAF3DE;--ok-fg:#3B6D11;--warn-bg:#FAEEDA;--warn-fg:#854F0B;
  --danger-bg:#F2E5E3;--danger-fg:#7A3A33;--neutral-bg:#EEF0EE;--neutral-fg:#6E716E;
  --channel-whatsapp-bg:var(--data-teal-bg);--channel-whatsapp-fg:var(--data-teal-fg);
  --channel-phone-bg:var(--data-sand-bg);--channel-phone-fg:var(--data-sand-fg);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}
body.public-site{margin:0;background:var(--bg);color:var(--ink);font-family:Geist,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
:where(.public-site) :where(h1,h2,h3,p,figure){margin:0}
.public-site h1,.public-site h2,.public-site h3{font-weight:500;line-height:1.12;letter-spacing:-.045em}
.public-site h1{font-size:clamp(40px,4.65vw,66px)}.public-site h2{font-size:clamp(32px,3.2vw,46px)}.public-site h3{font-size:22px;letter-spacing:-.025em;line-height:1.3}
.public-site a{color:inherit;text-decoration:none}.public-site button,.public-site input,.public-site textarea,.public-site select{font:inherit}
.public-site button{cursor:pointer}.public-site button:disabled{cursor:not-allowed;opacity:.5}
.public-site img{display:block;max-width:100%;height:auto}.public-site svg{flex-shrink:0;vertical-align:middle}
.public-site a:focus-visible,.public-site button:focus-visible,.public-site summary:focus-visible{outline:2px solid var(--ink);outline-offset:5px}
[hidden]{display:none!important}[x-cloak]{display:none!important}::selection{background:var(--border-strong);color:var(--ink)}
.site-container{width:min(1200px,calc(100% - 96px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:80px}
.site-wordmark{font-size:34px;font-weight:500;line-height:1;letter-spacing:-.07em;display:inline-block}.brand-period{color:var(--text-muted)}
.site-nav{display:flex;align-items:center;gap:28px;font-size:13px}.site-nav>a,.nav-dropdown summary{color:var(--text-muted)}
.site-nav a:hover,.site-nav [aria-current=page],.nav-dropdown summary:hover,.nav-dropdown .is-current{color:var(--ink)}
.header-actions{display:flex;gap:24px;align-items:center;font-size:13px;flex-shrink:0}
.nav-dropdown{position:relative}.nav-dropdown summary{list-style:none;display:flex;align-items:center;gap:5px;cursor:pointer}.nav-dropdown summary::-webkit-details-marker{display:none}
.nav-dropdown-panel{position:absolute;top:calc(100% + 22px);left:-20px;min-width:245px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px;box-shadow:0 8px 30px var(--focus-ring)}
.nav-dropdown-panel a{display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px}.nav-dropdown-panel a:hover{background:var(--bg)}
.menu-toggle{display:none;background:none;border:1px solid var(--border);border-radius:var(--radius);height:40px;width:40px;align-items:center;justify-content:center}.mobile-login{display:none}
.skip-link{position:fixed;left:12px;top:-100px;z-index:100;padding:10px 18px;background:var(--ink);color:var(--white)!important}.skip-link:focus{top:10px}
.site-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:48px;padding:12px 20px;border:1px solid transparent;border-radius:var(--radius);background:var(--btn);color:var(--btn-text)!important;font-size:14px;font-weight:500;line-height:1.3;transition:background .2s,transform .2s}
.site-button:hover{background:var(--btn-hover)}.button-small{min-height:38px;padding:9px 14px;font-size:12px;gap:12px}
.button-secondary{background:transparent;color:var(--ink)!important;border-color:var(--border-strong)}.button-secondary:hover{background:var(--surface-sunk)}
.text-link{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:500}.text-link:hover{text-decoration:underline;text-underline-offset:5px}
.site-eyebrow{display:flex;align-items:center;gap:8px;font-family:'Geist Mono',monospace;font-size:11px;line-height:1.6;letter-spacing:.015em;color:var(--text-muted)}
.availability-dot{display:inline-block;width:6px;height:6px;background:var(--ink);border-radius:50%;flex-shrink:0}
.hero{padding:76px 0 60px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px}
.hero h1{margin-top:26px}.hero h1 span,.muted-heading{color:var(--text-muted)}
.hero-description{margin-top:26px!important;font-size:17px;line-height:1.75;color:var(--text-muted);max-width:460px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:30px}.hero-note{font-size:11px;color:var(--text-muted);margin-top:18px!important;display:flex;align-items:center;gap:8px}
.hero-photo{border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--border)}
.hero-photo img{width:100%;height:470px;object-fit:cover;object-position:61% 50%}
.hero-photo figcaption{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:18px 20px;font-size:12px}.photo-caption-label{display:block;font-size:10px;color:var(--text-muted);margin-bottom:4px;font-family:'Geist Mono',monospace}
.caption-icon{width:35px;height:35px;border:1px solid var(--border);border-radius:var(--radius);display:grid;place-items:center}
.audience-line{padding:22px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;gap:20px;align-items:center;justify-content:space-between;font-size:12px;color:var(--text-muted)}
.audience-line div{display:flex;gap:30px;color:var(--ink)}.audience-line div span{display:flex;align-items:center;gap:9px}
.site-section{padding:100px 0}.section-white{background:var(--surface)}.section-bordered{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:44px}.section-heading h2{margin-top:16px}.section-heading>p{max-width:420px;justify-self:end;color:var(--text-muted);font-size:16px}
.section-heading-single{max-width:680px;margin-bottom:44px}.section-heading-single h2{margin-top:16px}.section-heading-single>p:last-child{color:var(--text-muted);margin-top:20px}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--border)}
.benefit-grid article{padding:30px 30px 0 0}.benefit-grid article+article{border-left:1px solid var(--border);padding-left:30px}.benefit-grid h3{margin-top:22px}.benefit-grid p{color:var(--text-muted);font-size:14px;margin-top:12px;max-width:320px}
.feature-number{font-family:'Geist Mono',monospace;font-size:11px;color:var(--text-muted);display:flex;gap:10px;align-items:center}
.product-frame{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}
.frame-toolbar{padding:15px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border);font-size:12px}
.frame-brand{display:flex;align-items:center;gap:10px;font-weight:500}.frame-label{font-family:'Geist Mono',monospace;font-size:10px;color:var(--text-muted)}
.scenario-tabs{display:flex;border:1px solid var(--border);border-radius:var(--radius);padding:3px;gap:3px;background:var(--bg)}
.scenario-tabs button{display:flex;align-items:center;gap:7px;background:none;border:0;border-radius:5px;padding:7px 13px;color:var(--text-muted);font-size:12px;min-height:34px}
.scenario-tabs button[aria-selected=true]{background:var(--surface);color:var(--ink)}
.product-body{display:grid;grid-template-columns:1fr 1fr;min-height:380px}.conversation-example{padding:26px 34px;border-right:1px solid var(--border);background:var(--surface-hover)}
.conversation-label{font-size:11px;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:24px}.chat-message{max-width:89%;padding:14px 16px;border-radius:var(--radius);border:1px solid var(--border);font-size:13px;line-height:1.6;margin-bottom:14px;background:var(--surface)}
.chat-message.client-message{margin-left:auto;background:var(--surface-sunk);border-color:transparent}.chat-message small{display:block;font-size:10px;margin-top:5px;color:var(--text-muted)}
.chat-author{font-weight:500;font-size:11px;display:block;margin-bottom:5px}.conversation-complete{display:flex;align-items:center;gap:7px;color:var(--text-muted);font-size:11px;margin-top:22px}
.agenda-example{padding:26px 30px}.agenda-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;font-size:13px}.agenda-title span{font-family:'Geist Mono',monospace;font-size:11px;color:var(--text-muted)}
.agenda-example-grid{display:grid;grid-template-columns:48px 1fr 1fr;font-size:11px;border-top:1px solid var(--border);border-left:1px solid var(--border)}
.agenda-example-grid>div{min-height:62px;border-bottom:1px solid var(--border);border-right:1px solid var(--border);padding:8px}.agenda-example-grid .mini-head{min-height:auto;text-align:center;color:var(--text-muted);background:var(--bg);padding:10px 4px}
.agenda-example-grid .mini-hour{font-family:'Geist Mono',monospace;color:var(--text-muted);font-size:10px;padding:10px 6px}
.appointment-block{background:var(--surface-sunk);border-radius:4px;padding:8px;color:var(--text-muted);height:100%;font-size:10px}.appointment-block.confirmed{background:var(--ok-bg);color:var(--ok-fg);border-left:2px solid var(--ok-fg)}.appointment-block span{display:block;margin-top:3px;font-size:9px}
.frame-footnote{padding:12px 22px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:16px;color:var(--text-muted);font-size:10px;font-family:'Geist Mono',monospace}
.product-links{display:flex;justify-content:center;margin-top:28px;gap:24px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.step-number{display:block;font-family:'Geist Mono',monospace;font-size:12px;color:var(--text-muted);padding-bottom:18px;border-bottom:1px solid var(--border)}.steps-grid h3{margin-top:24px}.steps-grid p{font-size:14px;color:var(--text-muted);margin-top:14px}
.split-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.split-copy h2{margin-top:18px}.split-copy>p:not(.site-eyebrow){margin-top:24px;color:var(--text-muted)}.split-copy .text-link{margin-top:24px}
.control-preview{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}.control-header{padding:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border);font-size:13px}.control-row{padding:20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:18px;font-size:12px}.control-row:last-child{border:0}.control-row span{color:var(--text-muted)}.control-row strong{font-weight:500;text-align:right}.control-caption{padding:16px 20px;background:var(--bg);font-size:11px;color:var(--text-muted)}
.sector-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.sector-card img{aspect-ratio:1.6;object-fit:cover;border-radius:var(--radius-lg);width:100%;transition:filter .3s}.sector-card:hover img{filter:contrast(1.07)}.sector-card>div{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0}.sector-card h3{margin-top:10px;font-size:24px}
.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.faq-section h2{margin-top:16px}.faq-section .text-link{margin-top:25px}
.faq-list details{border-top:1px solid var(--border)}.faq-list details:last-child{border-bottom:1px solid var(--border)}.faq-list summary{display:flex;gap:20px;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;padding:22px 0;font-size:15px;font-weight:500;line-height:1.5}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:21px;font-weight:400;transition:transform .2s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-answer{padding:0 30px 24px 0;font-size:14px;line-height:1.8;color:var(--text-muted)}
.closing-cta{border-top:1px solid var(--border);background:var(--surface-sunk)}.closing-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}.closing-inner h2{margin-top:18px}.closing-inner p:not(.site-eyebrow){max-width:520px;margin-top:20px;color:var(--text-muted);font-size:15px}.closing-actions{display:flex;align-items:center;flex-direction:column;gap:18px;flex-shrink:0}.closing-actions .text-link{font-size:12px}
.site-footer{background:var(--bg);border-top:1px solid var(--border)}.footer-top{padding:64px 0;display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:40px}.footer-intro>p{margin-top:20px;color:var(--text-muted);font-size:13px}.footer-column{display:flex;flex-direction:column;gap:11px;font-size:12px}.footer-column>p{font-weight:500;margin-bottom:7px}.footer-column>a{color:var(--text-muted)}.footer-column>a:hover{text-decoration:underline}.footer-note{display:flex;align-items:flex-start;gap:10px;padding-top:3px;color:var(--text-muted);font-size:12px}.footer-note .availability-dot{margin-top:7px}.footer-bottom{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--border);font-size:10px;color:var(--text-muted)}.footer-bottom>div{display:flex;gap:20px}.footer-bottom a:hover{text-decoration:underline}
.page-intro{padding:80px 0 58px;max-width:820px}.page-intro h1{margin-top:22px}.page-intro .intro-description{max-width:620px;font-size:17px;color:var(--text-muted);margin-top:24px}.page-intro.centered{margin-inline:auto;text-align:center}.page-intro.centered .site-eyebrow,.page-intro.centered .hero-actions{justify-content:center}.page-intro.centered .intro-description{margin-inline:auto}
.feature-row{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:95px;padding:70px 0;border-top:1px solid var(--border)}.feature-row:nth-child(even){grid-template-columns:1.2fr .8fr}.feature-row:nth-child(even) .feature-copy{order:2}.feature-copy h2{font-size:36px;margin-top:18px}.feature-copy>p:not(.site-eyebrow){color:var(--text-muted);margin-top:20px}.check-list{padding:0;list-style:none;display:grid;gap:14px;margin:24px 0 0;font-size:13px}.check-list li{display:flex;gap:10px;align-items:flex-start}.check-list svg{margin-top:2px}
.detail-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px}.detail-card h3{font-size:20px}.detail-card>p{color:var(--text-muted);margin-top:12px;font-size:14px}.detail-card .chat-message{margin-top:18px;margin-bottom:0;max-width:100%}.channel-tag{font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:7px;margin-bottom:18px}.voice-bars{display:flex;justify-content:center;align-items:center;gap:5px;height:90px;margin:22px 0}.voice-bars span{width:3px;height:var(--bar,20px);border-radius:2px;background:var(--ink)}
.wide-photo{width:100%;max-height:440px;object-fit:cover;border-radius:var(--radius-lg)}.story-row{display:grid;grid-template-columns:120px 1fr 1fr;gap:55px;padding:46px 0;border-top:1px solid var(--border)}.story-row .step-number{border:0}.story-row p{color:var(--text-muted);font-size:15px}.story-row h3{font-size:28px}.service-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.service-chips span{font-size:11px;border:1px solid var(--border);padding:7px 12px;border-radius:var(--radius)}
.pricing-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;max-width:1000px;margin:0 auto 70px}.pricing-main,.pricing-side{padding:38px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.pricing-main h2,.pricing-side h2{font-size:30px;margin-top:18px}.pricing-description{margin-top:18px!important;color:var(--text-muted);font-size:14px}.pricing-main .site-button{width:100%;margin-top:30px}.pricing-side{background:transparent;display:flex;flex-direction:column;justify-content:center}.pricing-side .text-link{margin-top:24px}.price-note{border-top:1px solid var(--border);padding-top:24px;margin-top:28px;color:var(--text-muted);font-size:13px}
.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;padding:80px 0 100px}.contact-copy h1{margin-top:24px;font-size:52px}.contact-copy>p:not(.site-eyebrow){color:var(--text-muted);margin-top:24px}.contact-copy .check-list{margin-top:36px}.contact-form{border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px;background:var(--surface)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;font-size:12px}.form-field input,.form-field textarea,.form-field select{width:100%;min-height:44px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--ink);padding:11px 12px;font-size:14px;line-height:1.4}.form-field textarea{resize:vertical;min-height:115px}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:0;border-color:var(--border-strong);box-shadow:0 0 0 3px var(--focus-ring)}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-muted)}.form-field label>span{color:var(--text-muted)}
.form-consent{display:flex;gap:10px;font-size:11px;color:var(--text-muted);align-items:flex-start;margin:6px 0 24px}.form-consent input{margin-top:4px;accent-color:var(--ink);width:15px;height:15px;flex-shrink:0}.form-consent a{text-decoration:underline;text-underline-offset:3px}.form-feedback{padding:12px 15px;background:var(--danger-bg);color:var(--danger-fg);border-radius:var(--radius);font-size:13px;margin-bottom:20px}.form-submit{width:100%}.form-help{font-size:11px;color:var(--text-muted);margin-top:14px!important;text-align:center}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.confirmation{padding:100px 0 130px;text-align:center;max-width:670px;margin:auto}.confirmation .site-eyebrow{justify-content:center}.confirmation h1{margin-top:22px}.confirmation>p:not(.site-eyebrow){margin-top:24px;color:var(--text-muted)}.confirmation .hero-actions{justify-content:center}
.legal-copy{max-width:720px;margin:0 auto;padding:75px 0 100px}.legal-copy h1{font-size:42px;margin:22px 0 30px}.legal-copy h2{font-size:22px;margin:32px 0 12px;letter-spacing:-.02em}.legal-copy p,.legal-copy li{font-size:14px;color:var(--text-muted);line-height:1.9}.legal-copy a{text-decoration:underline}.legal-note{padding:18px;border:1px solid var(--border);border-radius:var(--radius);margin:24px 0;background:var(--surface)}
.auth-header{padding:28px 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.auth-header .text-link{font-size:12px;color:var(--text-muted)}.auth-grid{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 92px)}.auth-photo{position:relative;min-height:650px;padding:50px;display:flex;align-items:flex-end;background:var(--surface-sunk)}.auth-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% center}.auth-photo-caption{position:relative;z-index:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px;max-width:430px}.auth-photo-caption h2{font-size:28px}.auth-photo-caption p{font-size:13px;color:var(--text-muted);margin-top:12px}.auth-panel{display:flex;align-items:center;justify-content:center;padding:52px 48px;background:var(--surface)}.auth-form-wrap{width:100%;max-width:380px}.auth-form-wrap h1{font-size:34px;margin:18px 0 12px}.auth-subtitle{font-size:14px;color:var(--text-muted);margin-bottom:30px!important}.password-field{position:relative}.password-field input{padding-right:46px}.password-toggle{position:absolute;right:6px;top:4px;height:36px;width:36px;border:0;background:none;color:var(--text-muted);display:grid;place-items:center}.auth-support{text-align:right;font-size:11px;margin-top:-7px;margin-bottom:22px}.auth-support a{text-decoration:underline;text-underline-offset:3px}.auth-divider{border-top:1px solid var(--border);padding-top:24px;margin-top:26px;font-size:12px;text-align:center;color:var(--text-muted)}.auth-divider a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.auth-legal{margin-top:32px;font-size:10px;text-align:center;color:var(--text-muted)}.auth-legal a{text-decoration:underline}
.demo-intro{max-width:820px;padding-bottom:36px}.demo-intro h1{font-size:clamp(38px,4.3vw,58px)}.demo-steps{display:flex;gap:35px;margin-top:30px;flex-wrap:wrap;font-size:12px;color:var(--text-muted)}.demo-steps span{display:flex;align-items:center;gap:10px}.demo-steps b{font-family:'Geist Mono',monospace;font-size:10px;font-weight:400;width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:50%;color:var(--ink)}.demo-note{display:flex;justify-content:space-between;gap:20px;margin:20px 0 64px;font-size:11px;color:var(--text-muted)}.demo-note a{text-decoration:underline;text-underline-offset:3px}
@media(min-width:1500px){.hero{padding-top:96px;padding-bottom:76px}}
@media(max-width:1100px){.site-container{width:calc(100% - 64px)}.site-nav{gap:18px}.header-inner{gap:24px}.header-actions{gap:16px}.hero-grid{gap:40px}.hero-photo img{height:420px}.header-login{display:none}.split-section,.feature-row{gap:50px}.contact-layout{gap:55px}.footer-note{display:none}.footer-top{grid-template-columns:1.3fr 1fr 1fr}.auth-photo{padding:30px}}
@media(max-width:800px){.site-container{width:calc(100% - 40px)}.header-inner{min-height:70px}.site-wordmark{font-size:30px}.menu-toggle{display:flex}.header-actions{gap:10px}.site-nav{display:none;position:absolute;top:70px;left:0;right:0;background:var(--bg);padding:24px 20px;border-bottom:1px solid var(--border);align-items:stretch;gap:0}.site-nav.is-open{display:flex;flex-direction:column}.site-nav>a,.nav-dropdown summary{padding:14px 0;font-size:15px}.mobile-login{display:block}.nav-dropdown-panel{position:static;margin:0;box-shadow:none;border:0;background:transparent;padding:0 0 8px 8px}.nav-dropdown-panel a{font-size:14px}.hero{padding:48px 0 36px}.hero-grid{gap:34px}.hero h1{font-size:44px}.hero-photo img{height:400px}.hero-description{font-size:15px}.hero-actions{gap:18px}.hero-actions .text-link{font-size:12px}.hero-photo figcaption{padding:14px;font-size:11px}.audience-line{align-items:flex-start;flex-direction:column;gap:14px}.audience-line div{gap:26px}.site-section{padding:68px 0}.section-heading{gap:35px}.section-heading>p{font-size:14px}.section-heading h2,.public-site h2{font-size:34px}.benefit-grid article{padding-right:20px}.benefit-grid article+article{padding-left:20px}.benefit-grid h3{font-size:19px}.conversation-example,.agenda-example{padding:22px 18px}.steps-grid{gap:26px}.steps-grid h3{font-size:20px}.split-section,.faq-section{gap:40px}.closing-inner{align-items:flex-start;flex-direction:column;gap:30px}.closing-actions{align-items:flex-start}.footer-bottom{flex-wrap:wrap}.footer-bottom>span:last-child{display:none}.page-intro{padding-top:55px}.feature-row{gap:35px}.feature-copy h2{font-size:30px}.detail-card{padding:24px}.story-row{grid-template-columns:45px 1fr;gap:22px}.story-row>p{grid-column:2}.story-row h3{font-size:25px}.pricing-layout{gap:20px}.pricing-main,.pricing-side{padding:26px}.contact-layout{grid-template-columns:1fr;gap:38px;padding:55px 0 70px}.contact-copy h1{font-size:44px;max-width:600px}.contact-copy>p{max-width:550px}.contact-copy .check-list{display:none}.auth-photo{display:none}.auth-grid{grid-template-columns:1fr}.auth-panel{padding:45px 24px}.auth-header{padding:24px}.auth-grid{min-height:calc(100vh - 82px)}}
@media(max-width:600px){.hero-grid,.section-heading,.product-body,.split-section,.sector-grid,.faq-section,.pricing-layout{grid-template-columns:1fr}.hero h1{font-size:45px}.hero-description{max-width:100%}.hero-photo img{height:330px;object-position:center}.hero-photo figcaption{padding:16px}.hero-note{margin-top:16px!important}.hero-grid{gap:36px}.audience-line div{gap:16px;flex-wrap:wrap;font-size:11px}.audience-line div svg{width:16px}.section-heading{gap:20px;margin-bottom:30px}.section-heading>p{justify-self:start;font-size:15px}.benefit-grid{grid-template-columns:1fr}.benefit-grid article,.benefit-grid article+article{padding:26px 0;border-left:0;border-bottom:1px solid var(--border)}.benefit-grid article h3{margin-top:12px;font-size:22px}.benefit-grid article p{max-width:none}.frame-toolbar{padding:14px;flex-wrap:wrap}.frame-toolbar>.frame-label{display:none}.frame-toolbar .frame-brand{font-size:11px}.scenario-tabs button{padding:7px 9px;font-size:11px}.conversation-example{border-right:0;border-bottom:1px solid var(--border);padding:24px 20px}.chat-message{font-size:13px}.agenda-example{padding:22px 20px}.agenda-example-grid>div{min-height:56px}.frame-footnote{padding:14px;flex-direction:column;gap:5px}.steps-grid{grid-template-columns:1fr;gap:30px}.step-number{padding-bottom:12px}.steps-grid h3{margin-top:16px}.steps-grid p{margin-top:10px}.sector-grid{gap:28px}.sector-card h3{font-size:23px}.sector-card>div{padding:20px 0 0}.faq-section{gap:25px}.faq-section .text-link{margin-top:16px}.closing-inner h2{font-size:38px}.closing-actions{width:100%}.closing-actions .site-button{width:100%;font-size:13px}.footer-top{grid-template-columns:1fr 1fr;gap:34px;padding:45px 0}.footer-intro{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}.footer-intro>p{margin:0;text-align:right;font-size:11px}.footer-bottom{font-size:9px;gap:16px}.footer-bottom>div{gap:14px}.page-intro{padding:45px 0 35px}.page-intro h1{font-size:43px}.page-intro .intro-description{font-size:15px}.feature-row,.feature-row:nth-child(even){grid-template-columns:1fr;gap:28px;padding:42px 0}.feature-row:nth-child(even) .feature-copy{order:0}.wide-photo{min-height:250px;object-fit:cover}.story-row{padding:30px 0}.story-row h3{font-size:24px}.pricing-layout{margin-bottom:45px}.contact-form{padding:24px 20px}.form-grid{grid-template-columns:1fr;gap:0}.contact-copy h1{font-size:42px}.legal-copy{padding:50px 0 70px}.legal-copy h1{font-size:36px}.demo-steps{gap:16px;font-size:11px}.demo-steps span{gap:7px}.demo-steps b{width:21px;height:21px}.demo-note{flex-direction:column;gap:10px;margin-bottom:40px}.auth-header .text-link{font-size:11px}.auth-form-wrap h1{font-size:32px}.confirmation{padding:70px 0 90px}.confirmation h1{font-size:40px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
