@layer layout {
dialog{width:min(590px,calc(100% - 28px));max-height:calc(100dvh - 28px);overflow-y:auto;margin:auto;border:1px solid #4b4e42;border-radius:8px;background:#171717;color:var(--text);padding:38px;box-shadow:0 20px 100px #0009}dialog::backdrop{background:#030603c9;backdrop-filter:blur(7px)}body.modal-open{overflow:hidden}.close-dialog{position:absolute;right:17px;top:13px;background:transparent;border:0;font-size:2rem;color:#b7bfa9;width:44px;height:44px;line-height:1}.form-brand{font-size:1.3rem;margin-bottom:35px}.form-progress{display:flex;justify-content:space-between;gap:16px;font-size:.65rem;letter-spacing:.07em;color:var(--muted)}progress{width:100%;height:3px;appearance:none;border:0;display:block;margin:12px 0 26px;background:#3b4033}progress::-webkit-progress-bar{background:#3b4033}progress::-webkit-progress-value{background:var(--orange);transition:width .25s}progress::-moz-progress-bar{background:var(--orange)}dialog h2{font-size:1.8rem;letter-spacing:-.045em;line-height:1.2;margin-right:10px}.form-description{color:var(--muted);font-size:.85rem;margin:12px 0 24px}.field{display:block;margin-bottom:18px;font-size:.85rem;font-weight:600}.field input,.field select{display:block;width:100%;min-height:50px;margin-top:8px;border:1px solid #555;border-radius:4px;background:#0c0c0c;padding:12px;color:var(--text);font-size:1rem}.field input::placeholder{color:#849079;font-weight:400}.choices{display:grid;gap:10px}.choice{position:relative;display:flex;gap:12px;align-items:center;border:1px solid #444;padding:14px;border-radius:4px;cursor:pointer;font-size:.875rem;min-height:51px}.choice:has(input:checked){border-color:var(--orange);background:#ff7b2710}.choice input{accent-color:var(--orange);width:18px;height:18px;margin:0;flex-shrink:0}.privacy-check{font-size:.8rem;color:#ccc;display:flex;gap:12px;align-items:flex-start;margin-top:22px}.privacy-check input{margin-top:5px;accent-color:var(--orange);width:18px;height:18px;flex-shrink:0}.privacy-check a{text-decoration:underline}.form-actions{display:flex;justify-content:space-between;gap:16px;margin-top:20px}.form-actions .button{margin-left:auto}.back-button{background:none;border:none;color:var(--muted);padding:10px 0;font-size:.8rem}.form-error{color:#ffb987;font-size:.85rem;margin-top:15px}.form-error:empty{display:none}.form-note{font-size:.7rem;color:#aaa;margin-top:22px}.honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}#form-success h2{font-size:2.3rem;margin-top:24px}#form-success p{color:var(--muted);margin:20px 0 28px}.success-icon{font-size:2rem;background:#ff7b2720;color:var(--orange);border-radius:50%;width:60px;height:60px;display:grid;place-items:center}.privacy-page{max-width:850px;padding-block:80px}.privacy-page h1{font-size:3.3rem}.privacy-page h2{font-size:1.6rem;margin:35px 0 15px}.privacy-page p{color:var(--muted);margin:16px 0}.privacy-page a{text-decoration:underline}.privacy-page .notice{padding:20px;border:1px solid var(--orange);color:var(--text)}

}
@layer layout {
@font-face{font-family:Manrope;src:url('/fonts/manrope.woff2') format('woff2');font-weight:200 800;font-display:swap}
:root{--bg:#090909;--text:#fafafa;--muted:#a6a6a6;--orange:#ff761c;--line:#303030;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 Manrope,sans-serif}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.08;letter-spacing:-.055em}h2{font-size:clamp(32px,3.5vw,52px);font-weight:750}h3{font-size:32px;font-weight:650}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}[hidden]{display:none!important}button,a,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.wrap{max-width:1440px;margin:auto;padding-inline:76px}.muted{color:var(--muted)}.accent{color:var(--orange)}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.25em;margin-bottom:30px}.eyebrow:before{content:'';display:inline-block;width:24px;border-top:3px solid var(--orange);vertical-align:middle;margin-right:16px}.header{height:104px;display:flex;align-items:center;gap:35px;padding-inline:76px;border-bottom:1px solid #242424;max-width:1600px;margin:auto}.wordmark{font-size:34px;line-height:1;font-weight:800;letter-spacing:-.08em}.wordmark span{color:var(--orange)}.header nav{display:flex;gap:38px;margin-left:auto;font-size:14px}.header-actions{margin-left:35px}.crm{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;min-height:58px;padding:16px 30px;border:1px solid var(--orange);border-radius:4px;background:var(--orange);color:#080808;font-size:15px;font-weight:750;transition:background .18s,transform .18s}.button:hover{background:#ff9148;transform:translateY(-2px)}.button span{font-size:22px;line-height:1}.button.small{min-height:54px}.header a:hover{color:var(--orange)}.menu-toggle,.mobile-menu{display:none}.hero{background:#090909 url('/images/lisbon-hero.png') center center/cover no-repeat;max-width:1600px;margin:auto}.hero-inner{max-width:1440px;margin:auto;padding:90px 76px 62px}.hero h1{font-size:clamp(46px,5.65vw,81px);font-weight:800;line-height:1.06;max-width:880px;letter-spacing:-.06em}.hero h1 span{color:var(--orange)}.hero-description{max-width:665px;font-size:21px;line-height:1.55;margin-top:32px}.hero .button{margin-top:36px}.hero-note{font-size:12px;color:#bbb;margin-top:18px;max-width:580px}.section{padding-block:100px}.system-section{background:#fafafa;color:#111;color-scheme:light}.system-section .eyebrow{margin-bottom:24px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:65px}.section-heading>p{max-width:430px;font-size:19px;line-height:1.5;color:#727272}.services{display:grid;grid-template-columns:repeat(3,1fr)}.services article{padding:0 35px;border-left:1px solid #ddd}.services article:first-child{padding-left:0;border:0}.services article:last-child{padding-right:0}.service-number{color:#d85300;font-size:15px;margin-bottom:24px}.services h3{margin-bottom:18px}.services p{color:#6c6c6c;font-size:17px;line-height:1.6}.problem{display:grid;grid-template-columns:1.1fr 1fr;gap:100px}.problem-copy{padding-top:43px;font-size:19px}.problem-copy p+p{margin-top:24px}.method-section{background:#151515;border-block:1px solid var(--line)}.method{display:grid;grid-template-columns:1.1fr 1fr;gap:100px}.method h2{font-size:clamp(32px,3vw,44px)}.method-intro>p:not(.eyebrow){color:var(--muted);margin-top:28px;max-width:380px}.method .button{margin-top:30px}.steps{list-style:none;margin:0;padding:0}.steps li{border-top:1px solid #3a3a3a;display:flex;gap:30px;padding:28px 0}.steps li:last-child{border-bottom:1px solid #3a3a3a}.steps li>span{color:var(--orange);font-size:13px;padding-top:4px}.steps h3{font-size:23px;letter-spacing:-.035em}.steps p{color:var(--muted);margin-top:12px;font-size:16px}.focus-section{background:var(--orange);color:#111;padding-block:85px}.focus-section .eyebrow:before{border-color:#111}.focus-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px 90px}.focus-grid .eyebrow{grid-column:1/-1;margin:0}.focus-grid p:last-child{align-self:end;font-size:18px}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:85px}.faq h2{font-size:40px}.faq-list details{border-bottom:1px solid #333}.faq-list details:first-child{border-top:1px solid #333}summary{list-style:none;cursor:pointer;padding:23px 30px 23px 0;position:relative;font-weight:600;font-size:16px;line-height:1.5}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:0;color:var(--orange);font-size:22px;top:17px}details[open] summary:after{content:'−'}details p{color:var(--muted);padding:0 20px 25px 0;font-size:15px}.final-section{background:#fafafa;color:#111;padding-block:78px}.final-panel h2{font-size:clamp(36px,4.6vw,66px)}.final-bottom{display:flex;justify-content:space-between;align-items:center;gap:35px;margin-top:36px}.final-bottom p{color:#666;font-size:18px}.footer{display:flex;gap:35px;align-items:center;padding-block:38px}.footer .wordmark{font-size:27px}.footer>p{font-size:12px;color:var(--muted)}.footer>div{margin-left:auto;text-align:right;font-size:12px;display:flex;flex-direction:column;gap:6px}.footer small{color:var(--muted);font-size:11px}.preview{background:#202020;color:#ccc;padding:4px 20px;text-align:center;font-size:10px;letter-spacing:.03em}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--orange);color:#111;padding:10px}.skip:focus{top:10px}dialog{font-family:Manrope,sans-serif}.form-error{color:#ffc09b}.close-dialog{color:#ccc}.form-note{color:#aaa}.field input::placeholder{color:#999}progress::-webkit-progress-bar{background:#393939}.privacy-page{max-width:900px;padding-block:70px}.privacy-page h1{font-size:48px}.privacy-page h2{font-size:26px;margin:30px 0 16px}.privacy-page p{margin:16px 0;color:var(--muted)}
@media(min-width:1500px){.hero-inner{padding-block:110px 85px}}
@media(max-width:1150px){.wrap,.header{padding-inline:40px}.header{height:88px;gap:20px}.header nav{gap:22px}.header-actions{margin-left:10px}.wordmark{font-size:29px}.hero-inner{padding:65px 40px 52px}.hero h1{font-size:64px}.hero-description{font-size:18px;max-width:570px}.hero{background-position:56% center}.section{padding-block:75px}.section-heading{gap:45px}.section-heading>p{max-width:310px;font-size:17px}.problem,.method,.faq{gap:50px}.services article{padding-inline:24px}.services p{font-size:16px}.focus-grid{gap:25px 45px}.footer{flex-wrap:wrap}.footer>div{font-size:11px}}
@media(max-width:850px){.header nav{display:none}.header-actions{margin-left:auto}.menu-toggle{display:block;min-height:44px;border:0;background:transparent;color:#fff;padding:10px}.mobile-menu:not([hidden]){display:flex;flex-direction:column;gap:20px;padding:24px 40px;border-bottom:1px solid #333}.hero h1{font-size:57px}.hero-inner{padding-top:60px}.hero-description{max-width:470px;font-size:18px}.hero{background-position:47% center}.hero-note{max-width:370px}.hero .eyebrow{font-size:9px;letter-spacing:.17em}.section-heading{align-items:flex-start;gap:25px}.section-heading h2{font-size:35px}.section-heading>p{max-width:230px}.services h3{font-size:28px}.services p{font-size:15px}.problem,.method,.faq{grid-template-columns:1fr;gap:35px}.problem-copy{padding:0;max-width:650px}.method h2{font-size:42px}.focus-grid{grid-template-columns:1fr;gap:25px}.focus-grid p:last-child{max-width:560px}.final-bottom{align-items:flex-start;flex-direction:column}.footer>p{margin-left:auto}.footer>div{width:100%;margin:0;text-align:left}}
@media(max-width:600px){.wrap,.header{padding-inline:24px}.header{height:78px}.header .wordmark{font-size:28px}.header-actions{display:none}.menu-toggle{margin-left:auto}.mobile-menu:not([hidden]){padding-inline:24px}.hero{background-image:none;position:relative}.hero-inner{padding:44px 24px 0}.hero-inner:after{content:'';display:block;height:245px;margin:32px -24px 0;background:url('/images/lisbon-hero.png') right center/auto 330px no-repeat}.hero .eyebrow{font-size:9px;letter-spacing:.12em;margin-bottom:25px;max-width:320px;line-height:1.8}.eyebrow:before{width:16px;margin-right:9px}.hero h1{font-size:clamp(35px,9.65vw,55px);line-height:1.1;letter-spacing:-.057em}.hero-description{font-size:16px;line-height:1.65;margin-top:24px;max-width:355px}.hero .button{margin-top:25px;min-height:54px}.hero-note{font-size:11px;line-height:1.6;margin-top:14px;max-width:310px}.section{padding-block:58px}.eyebrow{font-size:10px;letter-spacing:.15em;margin-bottom:22px}.section-heading{display:block;margin-bottom:36px}.section-heading h2{font-size:34px}.section-heading>p{max-width:340px;margin-top:24px;font-size:16px}.services{grid-template-columns:1fr;gap:28px}.services article,.services article:first-child,.services article:last-child{padding:24px 0 0;border:0;border-top:1px solid #ddd}.service-number{margin-bottom:16px}.services h3{font-size:30px;margin-bottom:12px}.services p{font-size:16px}.problem h2{font-size:34px}.problem-copy{font-size:17px}.method h2{font-size:32px}.steps li{gap:22px}.steps h3{font-size:21px}.focus-section{padding-block:55px}.focus-grid h2{font-size:36px}.focus-grid p:last-child{font-size:16px}.faq h2{font-size:34px}summary{font-size:15px}.final-section{padding-block:55px}.final-panel h2{font-size:35px}.final-bottom p{font-size:16px}.footer{gap:20px}.footer>p{margin:0;width:100%}.preview{font-size:9px;padding:4px 15px}dialog{padding:28px 22px}dialog h2{font-size:26px}.form-progress span:last-child{display:none}.privacy-check{font-size:13px}.form-note{font-size:11px}.form-brand{margin-bottom:25px}.privacy-page h1{font-size:36px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
/* Legibilidade da nota sobre a imagem e proporções da primeira dobra. */
.hero-note{width:fit-content;background:#090909;padding:3px 7px;margin-left:-7px}
@media(min-width:1151px) and (max-width:1499px){.hero-inner{padding-top:70px;padding-bottom:48px}.hero h1{font-size:74px}.hero-description{max-width:650px}}
@media(min-width:601px) and (max-width:850px){.hero{background-position:left center}.hero-description{max-width:440px}}

}
@layer layout {
/* Shared responsive constraints; keep all content available without clipping. */
img{max-width:100%}
.header>* , .hero-inner>*, .section-heading>*, .services>*, .problem>*, .method>*, .focus-grid>*, .faq>*, .steps li>div{min-width:0}
.button{max-width:100%;white-space:nowrap;flex-shrink:0}
.header nav a{white-space:nowrap;display:flex;align-items:center;min-height:44px}
.mobile-menu a{display:flex;align-items:center;min-height:44px}
.back-button{min-width:60px;min-height:44px}
.field input,.field select{min-width:0;max-width:100%}
dialog{overscroll-behavior:contain;scroll-padding-block:20px;max-height:calc(100dvh - 24px)}
.privacy-page{overflow-wrap:anywhere}
.brand-section{background:#fff;color:#161616;padding-block:45px 40px;border-bottom:1px solid #e7e7e7;color-scheme:light}
.brand-section h2{font-size:12px;line-height:1.6;letter-spacing:.15em;text-transform:uppercase;text-align:center;font-weight:650;color:#666}
.brand-grid{list-style:none;padding:0;margin:28px 0 0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:32px;align-items:center}
.brand-grid li{height:80px;display:flex;align-items:center;justify-content:center;min-width:0}
.brand-logo{display:block;width:100%;height:58px;object-fit:contain}
.brand-kw{max-width:74px;height:49px}.brand-iad{max-width:142px}.brand-exp{max-width:95px;height:50px;filter:brightness(0)}
.brand-predimed{max-width:180px;height:76px}
@media(min-width:1601px){.header,.hero{max-width:none}.hero{background-size:cover}.header{padding-inline:max(76px,calc((100vw - 1288px)/2))}}
@media(min-width:851px) and (max-width:1000px){.header nav{gap:16px;font-size:12px}.header .button{padding-inline:18px;gap:18px;font-size:13px}.header-actions{margin-left:0}}
@media(max-width:1000px){.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 40px}}
@media(min-width:601px) and (max-width:850px){.hero-description{background:#090909;padding:8px 12px;margin-left:-12px}.services{grid-template-columns:1fr;gap:28px}.services article,.services article:first-child,.services article:last-child{border:0;border-top:1px solid #ddd;padding:25px 0 0}.services p{max-width:570px;font-size:16px}.service-number{margin-bottom:12px}.services h3{margin-bottom:12px}.section-heading{display:block}.section-heading>p{max-width:480px;margin-top:24px}}
@media(max-width:600px){.brand-section{padding-block:32px}.brand-section h2{font-size:10px;letter-spacing:.12em}.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;margin-top:23px}.brand-grid li{height:66px}.brand-logo{max-width:150px;height:50px}.brand-kw{max-width:62px;height:42px}.brand-iad{max-width:125px}.brand-exp{max-width:85px;height:44px}.brand-predimed{height:66px}.hero h1{font-size:clamp(28px,9.3vw,55px)}.button{padding-inline:20px;gap:20px}.hero-note{max-width:100%;margin-left:0;padding-left:0}.privacy-page h1{font-size:clamp(28px,8vw,40px)}.form-actions{gap:10px}.form-actions .button{padding-inline:16px;gap:12px}.form-brand{font-size:24px}.form-progress{flex-wrap:wrap}.footer a{overflow-wrap:anywhere}}
@media(max-width:360px){.wrap,.header{padding-inline:20px}.hero-inner{padding-inline:20px;padding-top:32px}.hero-inner:after{margin-inline:-20px}.hero-description{font-size:15px}.hero .eyebrow{font-size:8px;letter-spacing:.08em}.hero .button{font-size:14px}.section h2,.focus-grid h2,.final-panel h2{font-size:30px}.steps h3{font-size:20px}.steps li{gap:16px}.brand-grid{gap:14px 20px}dialog{padding:25px 18px}dialog h2{font-size:24px}.form-actions .button{font-size:13px}.privacy-check{font-size:12px}}
@media(max-height:600px) and (orientation:landscape){dialog{max-height:calc(100dvh - 16px);padding-block:24px}.form-brand{margin-bottom:20px}.hero-inner{padding-top:36px;padding-bottom:36px}}
/* Client marks belong to the opening composition, before the mobile photograph. */
.hero .brand-section{max-width:660px;margin-top:22px;padding:16px 0 0;background:transparent;border:0;border-top:1px solid #ffffff30;color-scheme:dark}
.hero .brand-section .wrap{padding:0}
.hero .brand-section h2{text-align:left;color:#b5b5b5;font-size:9px;letter-spacing:.13em}
.hero .brand-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;margin-top:12px}
.hero .brand-grid li{height:40px}
.hero .brand-logo{width:100%;height:34px;filter:brightness(0) invert(1);opacity:.72}
.hero .brand-kw{max-width:43px;height:30px}.hero .brand-exp{max-width:62px;height:32px}.hero .brand-predimed{height:40px}
@media(min-width:601px){.hero-inner{padding-top:28px;padding-bottom:28px}.hero h1{font-size:clamp(44px,6.3vh,70px);line-height:1.05}.hero .eyebrow{margin-bottom:20px}.hero-description{font-size:18px;max-width:600px;margin-top:20px}.hero .button{margin-top:22px;min-height:50px;padding-block:12px}.hero-note{margin-top:12px}.hero .brand-section{background:#090909e8;padding:15px 12px 8px;margin-left:-12px}}
@media(max-width:850px) and (min-width:601px){.hero .brand-section{max-width:540px}.hero .brand-grid{gap:16px}.hero h1{font-size:clamp(42px,6.3vh,57px)}}
@media(max-width:600px){.hero-inner{padding-top:28px}.hero .eyebrow{margin-bottom:18px}.hero-description{margin-top:18px}.hero .button{margin-top:20px}.hero .brand-section{margin-top:20px;padding-top:13px}.hero .brand-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 25px;margin-top:12px}.hero .brand-grid li{height:31px}.hero .brand-logo{height:28px;max-width:105px}.hero .brand-kw{max-width:37px;height:25px}.hero .brand-exp{max-width:51px;height:27px}.hero .brand-predimed{height:34px}.hero-inner:after{margin-top:24px}}
@media(max-width:360px){.hero-inner{padding-top:18px}.hero .eyebrow{margin-bottom:12px}.hero h1{font-size:28px}.hero-description{font-size:14px;margin-top:14px;line-height:1.55}.hero .button{margin-top:15px;min-height:48px;padding-block:10px}.hero-note{font-size:10px;margin-top:10px}.hero .brand-section{margin-top:14px}.hero .brand-grid{gap:9px 18px}}
@media(min-width:361px) and (max-width:600px) and (max-height:740px){.hero-inner{padding-top:18px}.hero .eyebrow{margin-bottom:12px}.hero h1{font-size:32px}.hero-description{font-size:14px;line-height:1.55;margin-top:14px}.hero .button{margin-top:15px;min-height:48px;padding-block:10px}.hero-note{font-size:10px;margin-top:10px}.hero .brand-section{margin-top:14px}.hero .brand-grid{gap:9px 18px}}

}
@layer layout {
/* Shared by the homepage and booking page. Keep footer styling in one place. */
.footer {
  box-sizing:border-box; display:flex; flex-direction:row; flex-wrap:nowrap;
  align-items:center; gap:30px; width:100%; max-width:1440px;
  margin:0 auto; padding:40px clamp(22px,6vw,88px);
  border:0; border-top:1px solid #292929; background:#080808; color:#fafafa;
  font:400 16px/1.65 Manrope,sans-serif; letter-spacing:normal;
}
.footer .wordmark { flex-shrink:0; font-size:24px; font-weight:800; line-height:1; letter-spacing:-.08em; }
.footer .original-logo { display:block; width:160px; height:auto; }
.footer>p { margin:0; color:#aaa; font-size:13px; }
.footer>div { display:flex; flex-direction:column; gap:6px; margin-left:auto; text-align:right; font-size:12px; }
.footer a { color:inherit; text-decoration:none; }
.footer a:not(.wordmark) { display:inline-flex; align-items:center; min-height:44px; }
.footer small { color:#aaa; font-size:11px; }
.footer a:focus-visible { outline:3px solid #ff985f; outline-offset:4px; }
.footer a:not(.wordmark):focus-visible { outline-offset:2px; }
@media(hover:hover) and (pointer:fine) {
  .footer a:not(.wordmark):hover { color:#ff985f; }
}
@media(max-width:1150px) {
  .footer { flex-wrap:wrap; }
  .footer>div { font-size:11px; }
}
@media(max-width:850px) {
  .footer>p { margin-left:auto; }
  .footer>div { width:100%; margin:0; text-align:left; }
}
@media(max-width:700px) {
  .footer { flex-direction:column; align-items:flex-start; gap:22px; }
  .footer .original-logo { width:150px; }
  .footer>div { gap:14px; }
}
@media(max-width:600px) {
  .footer>p { margin:0; width:100%; }
}

}
/*
 * Sellwisely: authoritative visual system for ALL pages.
 * Layout imports live in @layer layout. Keep colours, type roles, spacing and
 * control styles here; do not add another section-specific palette/override file.
 */
@font-face { font-family:Manrope; src:url('/fonts/manrope.woff2') format('woff2'); font-weight:200 800; font-display:swap; }
@font-face { font-family:Anton; src:url('/fonts/anton.ttf') format('truetype'); font-weight:400; font-display:swap; }
:root {
  --color-orange:#ff681d;
  --color-orange-hover:#ff813f;
  --color-dark:#080808;
  --color-surface:#141414;
  --color-paper:#f4f1eb;
  --color-white:#fafafa;
  --color-ink:#181818;
  --color-muted-dark:#b8b8b4;
  --color-muted-light:#5d5d59;
  --color-rule-dark:#ffffff26;
  --color-rule-light:#18181829;
  --color-orange-soft:#ff681d14;
  --color-error:#ffc2a3;
  --font-display:Anton,Impact,sans-serif;
  --font-body:Manrope,sans-serif;
  --type-section:clamp(48px,4.5vw,64px);
  --type-closing:clamp(60px,6.2vw,92px);
  --type-card:22px;
  --type-intro:18px;
  --type-body:16px;
  --type-small:12px;
  --type-label:11px;
  --type-action:23px;
  --brand-width:210px;
  --header-height:100px;
  --space-section:clamp(80px,7vw,104px);
  --space-grid:clamp(40px,5vw,72px);
  --space-content:56px;
  --gutter:clamp(22px,6vw,88px);
  --radius-control:6px;
  --radius-panel:8px;
  --gradient-dark:radial-gradient(ellipse at 100% 15%,#ff681d1c,transparent 62%),radial-gradient(ellipse at 0 100%,#ff681d08,transparent 55%);
  --gradient-paper:radial-gradient(ellipse at 0 0,#ff681d0a,transparent 65%);
  --action-shadow:0 3px 0 #08080840;
  /* Compatibility aliases keep existing layouts on the shared palette. */
  --orange:var(--color-orange); --bg:var(--color-dark); --text:var(--color-white);
  --paper:var(--color-paper); --ink:var(--color-ink); --muted:var(--color-muted-dark);
  --sw-dark:var(--color-dark); --sw-light:var(--color-white); --sw-muted:var(--color-muted-dark);
  --sw-accent:var(--color-orange); --sw-accent-ink:var(--color-ink);
  --sw-rule-dark:var(--color-rule-dark); --sw-radius:var(--radius-control); --sw-heading:var(--type-section);
}
.redesign {
  --paper:var(--color-paper); --ink:var(--color-ink); --quiet:var(--color-muted-light);
  --rule:var(--color-rule-light); --space:var(--space-section);
}
html { background:var(--color-dark); }
body { background:var(--color-dark); color:var(--color-white); font:400 var(--type-body)/1.7 var(--font-body); }
.wrap,.header,.hero-inner,.shell { width:100%; max-width:1440px; margin-inline:auto; padding-inline:var(--gutter); }
.brand-section .wrap { max-width:none; padding:0; }
.brand-heading,.brand-heading h2 { padding-right:0; }
/* Seven agencies: preserve the existing space per logo and seamless half-track loop. */
.brand-track { width:calc(700% / 3); min-width:2334px; animation-duration:37.333s; }
.brand-track .brand-grid { width:50%; flex-basis:50%; grid-template-columns:repeat(7,minmax(0,1fr)); }
.brand-track .brand-ds { width:162px; height:54px; }
@media(max-width:700px) {
  .brand-track { width:2100px; min-width:0; animation-duration:32.667s; }
  .brand-track .brand-ds { width:120px; height:40px; }
}
@media(prefers-reduced-motion:reduce) {
  .brand-track { width:100%; min-width:0; }
  .brand-track .brand-grid { width:100%; flex-basis:100%; }
  @media(max-width:1100px) {
    .brand-track .brand-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .brand-track .brand-grid li:last-child { grid-column:2; }
  }
}
.header,.footer { background:var(--color-dark); }
.header,.booking-header { height:var(--header-height); }
.header .original-logo { width:var(--brand-width); height:auto; }
/* One server-rendered navigation and footer for every sector and utility page. */
.site-header { display:flex; align-items:center; justify-content:space-between; gap:28px; position:sticky; top:0; z-index:70; background:#080808f5; backdrop-filter:blur(12px); border-bottom:1px solid var(--color-rule-dark); }
.header.site-header { max-width:none; padding-left:max(var(--gutter),calc((100% - 1440px)/2 + var(--gutter)),env(safe-area-inset-left)); padding-right:max(var(--gutter),calc((100% - 1440px)/2 + var(--gutter)),env(safe-area-inset-right)); }
.site-header .wordmark { display:block; flex-shrink:0; line-height:1; text-decoration:none; }
.site-header .original-logo { display:block; }
.site-header nav { display:flex; align-items:center; gap:28px; margin-inline:auto; }
.site-header nav a,.site-mobile-menu a { color:var(--color-white); text-decoration:none; font:600 13px/1.5 var(--font-body); }
.site-header nav a { display:flex; align-items:center; min-height:44px; border-bottom:2px solid transparent; }
.site-header nav a[aria-current=page] { color:var(--color-orange); border-color:var(--color-orange); }
.site-header .header-actions { display:flex; align-items:center; gap:24px; margin:0; }
.site-header .button { display:inline-flex; align-items:center; justify-content:center; gap:16px; min-height:48px; padding:10px 22px; border:1px solid var(--color-orange); border-radius:var(--radius-control); background:transparent; color:var(--color-white); font:700 13px/1.5 var(--font-body); text-decoration:none; white-space:nowrap; cursor:pointer; }
.site-header .button span { font-size:22px; }
.site-header .header-crm { display:inline-flex; align-items:center; gap:8px; min-height:48px; padding:10px 4px; color:var(--color-muted-dark); font:500 12px/1.5 var(--font-body); text-decoration:none; white-space:nowrap; }
.site-header .header-crm span { font-size:14px; }
.site-header .menu-toggle { display:none; align-items:center; justify-content:center; width:44px; min-width:44px; min-height:44px; flex-shrink:0; padding:10px; border:1px solid var(--color-rule-dark); border-radius:var(--radius-control); background:transparent; color:var(--color-white); cursor:pointer; }
.menu-icon { position:relative; display:block; width:20px; height:16px; }
.menu-icon span { position:absolute; left:0; width:20px; height:2px; border-radius:2px; background:currentColor; transition:transform .18s ease,opacity .18s ease; }
.menu-icon span:nth-child(1) { top:0; }
.menu-icon span:nth-child(2) { top:7px; }
.menu-icon span:nth-child(3) { top:14px; }
.menu-toggle[aria-expanded=true] .menu-icon span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded=true] .menu-icon span:nth-child(2) { opacity:0; }
.menu-toggle[aria-expanded=true] .menu-icon span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.site-mobile-menu { position:fixed; top:var(--header-height); left:0; right:0; z-index:69; padding:12px var(--gutter) 20px; margin:0; max-height:calc(100dvh - var(--header-height) - 12px); overflow-y:auto; overscroll-behavior:contain; background:var(--color-surface); border-bottom:1px solid var(--color-rule-dark); box-shadow:0 16px 32px #0005; flex-direction:column; gap:0; }
.site-mobile-menu:not([hidden]) { display:flex; }
.site-mobile-menu { padding-left:max(var(--gutter),env(safe-area-inset-left)); padding-right:max(var(--gutter),env(safe-area-inset-right)); }
.site-mobile-menu a { display:flex; align-items:center; min-height:48px; }
.site-mobile-menu a[aria-current=page] { color:var(--color-orange); }
.site-mobile-menu .mobile-crm { justify-content:space-between; gap:16px; margin-top:12px; padding-top:12px; border-top:1px solid var(--color-rule-dark); color:var(--color-muted-dark); font-weight:500; }
.mobile-menu-cta { margin-top:16px; }
.site-mobile-menu .button { width:100%; min-height:48px; justify-content:space-between; padding:12px 16px; background:var(--color-orange); color:var(--color-dark); font:750 13px/1.5 var(--font-body); }
.site-header a:focus-visible,.site-mobile-menu a:focus-visible,.hero-sectors a:focus-visible { outline:2px solid var(--color-orange); outline-offset:5px; }
.site-footer { display:grid; grid-template-columns:1fr auto; gap:32px 60px; padding-block:48px 24px; align-items:start; }
.site-footer>div { margin:0; width:auto; text-align:left; }
.site-footer .footer-brand { gap:18px; }
.site-footer .footer-brand p { max-width:56ch; color:var(--color-muted-dark); font-size:14px; line-height:1.7; text-wrap:pretty; }
.site-footer .footer-navigation { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 40px; font-size:13px; }
.site-footer .footer-navigation a { min-height:44px; gap:8px; }
.site-footer .footer-meta { grid-column:1/-1; flex-direction:row; align-items:center; justify-content:space-between; gap:20px; padding-top:16px; border-top:1px solid var(--color-rule-dark); }
.site-footer .footer-meta a { color:var(--color-muted-dark); font-size:12px; }
.site-footer .footer-legal { display:flex; flex-direction:row; flex-wrap:wrap; align-items:center; justify-content:flex-start; gap:8px 24px; }
.site-footer .footer-legal button { min-height:44px; padding:0; border:0; background:transparent; color:var(--color-muted-dark); font:400 12px/1.6 var(--font-body); text-align:left; cursor:pointer; }
.site-footer .footer-legal button:focus-visible { outline:2px solid var(--color-orange); outline-offset:4px; }
.booking-return { margin-bottom:24px; }
.form-demo-notice { border-left:2px solid var(--color-orange); padding:10px 14px; margin:0 0 24px; background:var(--color-orange-soft); color:var(--color-muted-dark); font-size:12px; line-height:1.6; }
@media(max-width:1100px) {
  .site-header nav { display:none; }
  .site-header .header-actions { margin-left:auto; }
  .site-header .header-crm { display:none; }
  .site-header .menu-toggle { display:inline-flex; }
}
@media(max-width:700px) {
  .site-header .header-actions { display:none; }
  .site-footer { grid-template-columns:1fr; gap:28px; padding-top:36px; }
  .site-footer .footer-navigation { gap:0 24px; }
  .site-footer .footer-meta { flex-direction:column; align-items:flex-start; gap:4px; }
}
.hero { background:var(--gradient-dark),var(--color-dark); }
.hero-description { color:var(--color-white); }
.hero-action { max-width:none; }
.hero .eyebrow { color:var(--color-orange); }
.brand-section h2,.hero-action>p:not(.client-proof) { color:var(--color-muted-dark); }
/* One trust signature, shared across sectors. The count belongs to Sellwisely,
   not to an individual sector or to the agency logos below it. */
.client-proof,
.hero-action .client-proof,
.focus-bottom .client-proof,
.final-content .client-proof {
  display:flex; align-items:center; justify-content:center; gap:18px;
  width:fit-content; max-width:100%; margin:16px 0 0; padding:14px 22px;
  border:1px solid var(--color-rule-dark); border-radius:var(--radius-panel);
  background:radial-gradient(ellipse at 0 100%,#ff681d1c,transparent 80%),#ffffff03;
  color:var(--color-white); text-align:left;
  font:400 13px/1.5 var(--font-body);
}
.client-proof .client-proof-number {
  display:flex; align-items:flex-start; flex-shrink:0; gap:2px;
  color:var(--color-white); font:400 48px/1 var(--font-display);
  letter-spacing:-.035em; font-variant-numeric:tabular-nums;
}
.client-proof-number>span { margin-top:2px; color:var(--color-orange); font-size:29px; }
.client-proof .client-proof-copy { display:block; padding-left:18px; border-left:1px solid var(--color-rule-dark); }
.client-proof-copy strong { display:block; color:var(--color-white); font:750 13px/1.5 var(--font-body); letter-spacing:0; }
.client-proof-copy>span { display:block; margin-top:2px; color:var(--color-muted-dark); font:400 12px/1.5 var(--font-body); }
.hero-action .client-proof { width:100%; }
.hero-action>.button { width:100%; }
.hero-bottom { align-items:flex-start; }
.focus-bottom .client-proof { margin-top:28px; }
.final-content .client-proof { margin:24px auto 0; }
.hero-sectors { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:36px; flex-shrink:0; }
.hero-sectors a { display:block; padding-top:18px; border-top:1px solid var(--color-rule-dark); color:var(--color-white); text-decoration:none; }
.hero-sectors .sector-index { display:block; margin-bottom:8px; font-size:10px; font-weight:700; letter-spacing:.12em; color:var(--color-orange); }
.hero-sectors a>span:last-child { display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:15px; line-height:1.5; }
.hero-sectors b { font-size:22px; font-weight:400; color:var(--color-orange); }
.hero-process { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; border-top:1px solid var(--color-rule-dark); padding-top:20px; font-size:12px; color:var(--color-muted-dark); flex-shrink:0; }
.hero-process span { display:flex; gap:12px; align-items:baseline; }
.hero-process b { color:var(--color-orange); font-size:10px; }
.solutions-section,.outcomes-section { background:radial-gradient(ellipse at 0 0,#fafafa1f,transparent 65%),var(--color-orange); color:var(--color-ink); }
.solutions-section .eyebrow,.outcomes-section .eyebrow,.solutions-section .section-heading>p,.outcomes-section .section-heading>p { color:var(--color-ink); }
.solution-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:48px; }
.solution-link { display:flex; flex-direction:column; padding:32px 0 0; border-top:1px solid var(--color-rule-light); color:var(--color-ink); text-decoration:none; }
.solution-index,.outcome-index { font-size:var(--type-label); letter-spacing:.09em; font-weight:750; }
.solutions-section .solution-link h3 { font:400 clamp(32px,3.2vw,44px)/1.15 var(--font-display); letter-spacing:-.015em; margin:24px 0 20px; }
.solution-link p { font-size:var(--type-body); line-height:1.75; max-width:470px; }
.solution-link ul { padding:0; margin:24px 0 32px; list-style:none; font-size:14px; line-height:1.6; }
.solution-link li { border-top:1px solid var(--color-rule-light); padding:10px 0; }
.solution-cta { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:56px; padding:14px 18px; margin-top:auto; border:1px solid var(--color-ink); border-radius:var(--radius-control); font-weight:750; font-size:14px; }
.solution-cta>span { font-size:23px; font-weight:400; }
.solution-link:focus-visible { outline:3px solid var(--color-ink); outline-offset:8px; }
.outcome-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px; list-style:none; margin:0; padding:0; }
.outcome-grid li { border-top:1px solid var(--color-rule-light); padding-top:24px; }
.outcome-grid h3 { margin:22px 0 14px; }
.outcome-grid p { font-size:var(--type-body); line-height:1.75; }
.outcomes-note { margin-top:40px; max-width:800px; border-top:1px solid var(--color-rule-light); padding-top:22px; font-size:var(--type-small); line-height:1.75; }
.sector-proof { display:flex; align-items:center; gap:22px; }
.sector-proof strong { font:400 clamp(64px,6vw,88px)/1 var(--font-display); color:var(--color-orange); letter-spacing:-.035em; }
.focus-bottom .sector-proof p { margin:0; font-size:var(--type-body); line-height:1.6; }
@media(hover:hover) and (pointer:fine) {
  .site-header nav a:hover,.site-mobile-menu a:hover,.hero-sectors a:hover>span:last-child { color:var(--color-orange); }
  .solution-link:hover .solution-cta { background:var(--color-ink); color:var(--color-white); }
}
@media(max-width:700px) {
  .hero-sectors { gap:18px; }
  .hero-sectors a { padding-top:14px; }
  .hero-sectors .sector-index { font-size:9px; letter-spacing:.07em; }
  .hero-sectors a>span:last-child { align-items:flex-end; gap:8px; font-size:12px; }
  .hero-process { gap:12px; padding-top:16px; font-size:11px; line-height:1.5; }
  .hero-process span { display:block; }
  .hero-process b { display:block; margin-bottom:6px; }
  .solution-grid,.outcome-grid { grid-template-columns:1fr; gap:36px; }
  .solution-link { padding-top:24px; }
  .solutions-section .solution-link h3 { font-size:32px; }
  .solution-cta { padding-inline:14px; font-size:13px; }
  .sector-proof { margin-top:12px; }
}
.reality,.method-section,.closing-sequence { background:var(--gradient-paper),var(--color-paper); color:var(--color-ink); }
.system-section,.focus-section,.final-section.final-invitation { background:var(--gradient-dark),var(--color-dark); color:var(--color-white); }
.results-section.results-story { background:radial-gradient(ellipse at 0 0,#fafafa1f,transparent 65%),var(--color-orange); color:var(--color-ink); }
.redesign.section,.redesign .section,.focus-section,.final-section.final-invitation { padding-block:var(--space-section); }
.redesign h2 { font:400 var(--type-section)/1.12 var(--font-display); letter-spacing:-.02em; }
.redesign h3 { font-family:var(--font-body); font-size:var(--type-card); line-height:1.35; font-weight:750; letter-spacing:-.03em; }
.redesign .eyebrow,.booking-intro .eyebrow,.panel-heading .eyebrow {
  font-size:var(--type-label); font-weight:700; line-height:1.6; letter-spacing:.16em; margin-bottom:24px;
}
.reality .eyebrow,.method .eyebrow,.faq .eyebrow,.results-story .eyebrow { color:var(--color-ink); }
.system-section .eyebrow,.focus-section .eyebrow,.final-invitation .eyebrow { color:var(--color-orange); }
.redesign .eyebrow:before { display:none; }
.reality-intro,.section-heading>p,.method-intro>p:not(.eyebrow),.focus-bottom p,.faq-intro,.results-description,.final-description {
  font-size:var(--type-intro); line-height:1.75; margin-top:24px;
}
.reality-intro,.method-intro>p:not(.eyebrow),.faq-intro { color:var(--color-muted-light); }
.section-heading>p,.focus-bottom p,.final-description { color:var(--color-muted-dark); }
.pain-grid p,.steps p,.services p,.authority-grid p,.faq-list details p { font-size:var(--type-body); line-height:1.75; }
.pain-grid p,.steps p,.faq-list details p { color:var(--color-muted-light); }
.services p,.authority-grid p { color:var(--color-muted-dark); }
.reality>.wrap,.section-heading,.method-intro,.focus-section>.wrap,.results-stage,.faq.faq-refresh { column-gap:var(--space-grid); }
.section-heading { margin-bottom:var(--space-content); }
.steps,.focus-section .authority-grid { margin-top:var(--space-content); }
.focus-top { margin-bottom:24px; }
.focus-top .eyebrow { margin:0; }
.pain-grid article:before,.steps li>span,.authority-grid li:before,.faq-number {
  font:700 var(--type-small)/1.5 var(--font-body); letter-spacing:.08em; font-variant-numeric:tabular-nums;
}
.pain-grid article:before,.steps li>span,.faq-number { color:var(--color-muted-light); }
.pain-grid article:first-child { border-top:1px solid var(--color-rule-light); }
.steps li>span { padding-bottom:24px; margin-bottom:24px; }
.services .service-number,.services h3,.authority-grid li:before { color:var(--color-orange); }
.services .service-number { font-size:var(--type-label); }
.services .service-signal { font-size:clamp(32px,3vw,44px); }
.services h3 { font-size:18px; }
.focus-section .authority-grid h3,.focus-section .authority-grid li:last-child h3 { color:var(--color-white); }
.results-description,.results-context,.results-period,.result-step,.result-destination .result-label>p,.results-story .results-note { color:var(--color-ink); }
.results-period,.results-flow>li,.results-story .results-note { border-color:var(--color-rule-light); }
.results-story .result-label h3 { font-size:var(--type-card); font-weight:750; }
.results-story .result-value,.results-story .results-note strong,.results-period>span:last-child,.results-context>span { color:var(--color-ink); }
.results-story .results-note { font-size:var(--type-small); }
/* Shared marketing CTA. The header is a quieter outlined variant. */
.hero .button,.redesign .button {
  min-height:60px; padding:16px 28px; gap:20px; border:1px solid var(--color-orange);
  border-radius:var(--radius-control); background:var(--color-orange); color:var(--color-dark);
  font:400 var(--type-action)/1.25 var(--font-display); letter-spacing:.005em; box-shadow:var(--action-shadow);
  transition:background-color 160ms ease-out,transform 160ms ease-out;
}
.hero .button>span,.redesign .button>span { font-family:var(--font-body); font-size:24px; }
.header .button { border-color:var(--color-orange); border-radius:var(--radius-control); }
.button:active,.redesign .button:active { transform:translateY(1px); box-shadow:none; }
.button:focus-visible,.primary:focus-visible,.footer a:focus-visible,.menu-toggle:focus-visible,.return-link:focus-visible {
  outline:3px solid currentColor; outline-offset:5px;
}
.hero .button:focus-visible,.system-section .button:focus-visible,.final-invitation .button:focus-visible { outline-color:var(--color-white); }
.method .button:focus-visible { outline-color:var(--color-ink); }
/* FAQ uses the same open, ruled list as the problem and authority sections. */
.faq.faq-refresh { grid-template-columns:minmax(0,1fr) minmax(0,1.2fr); }
.faq-heading { padding-top:0; }
.faq-refresh .faq-heading { top:calc(var(--header-height) + 28px); }
/* A pinned heading must fit below the navigation before it follows the scroll. */
@media(max-height:600px) {
  .faq-refresh .faq-heading { position:static; }
}
.faq-refresh h2 .faq-title-accent { color:inherit; }
.faq-refresh .faq-intro { max-width:360px; }
.faq-refresh .faq-list { border:0; border-radius:0; background:transparent; box-shadow:none; }
.faq-refresh .faq-list details,.faq-refresh .faq-list details:first-child { border-top:1px solid var(--color-rule-light); }
.faq-refresh .faq-list details:last-child { border-bottom:1px solid var(--color-rule-light); }
.faq-refresh .faq-list details[open] { background:linear-gradient(110deg,var(--color-orange-soft),transparent 90%); }
.faq-refresh .faq-list details[open]:before { display:none; }
.faq-refresh .faq-list summary { padding:24px 16px; min-height:88px; color:var(--color-ink); font-size:var(--type-body); gap:16px; }
.faq-refresh .faq-list details[open] summary { color:var(--color-ink); }
.faq-refresh .faq-list details[open] .faq-number { color:var(--color-muted-light); }
.faq-refresh .faq-toggle { color:var(--color-ink); border-color:var(--color-rule-light); border-radius:var(--radius-control); }
.faq-refresh .faq-list details[open] .faq-toggle { background:var(--color-orange); border-color:var(--color-orange); color:var(--color-dark); }
.faq-refresh .faq-list details p { padding:0 70px 28px 56px; }
.faq-refresh .faq-list summary:focus-visible { outline:2px solid var(--color-ink); outline-offset:-3px; border-radius:var(--radius-control); }
.faq-list p a { color:var(--color-ink); text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:1px; }
.faq-list p a:focus-visible { outline:2px solid var(--color-ink); outline-offset:3px; border-radius:2px; }
/* Larger closing headline requested by the owner; actions keep the shared scale. */
.final-invitation h2 { max-width:1000px; margin-inline:auto; font-size:var(--type-closing); line-height:1.1; }
.final-accent { color:var(--color-orange); }
.final-invitation .final-description { max-width:610px; margin-top:24px; }
.final-action { max-width:360px; margin-top:32px; }
.final-swoop { display:none; }
.final-invitation .final-trust { margin-top:28px; }
.final-trust strong { color:var(--color-orange); font-size:32px; }
.final-trust span,.final-invitation .final-followup { color:var(--color-muted-dark); font-size:var(--type-small); }
.footer { border-color:var(--color-rule-dark); }
.footer>p,.footer small { color:var(--color-muted-dark); }
/* Form and calendar controls share colours, corners, focus and readable body type. */
dialog { --dialog-inset:40px; padding:var(--dialog-inset); border-color:var(--color-rule-dark); border-radius:var(--radius-panel); background:var(--color-surface); color:var(--color-white); }
dialog h2,#form-success h2 { font:750 30px/1.25 var(--font-body); letter-spacing:-.035em; }
dialog .form-description,#form-success p,#form-status p { font-size:var(--type-body); line-height:1.75; color:var(--color-muted-dark); }
dialog .form-progress,dialog .form-note { color:var(--color-muted-dark); font-size:var(--type-small); }
dialog .field input,dialog .field select,dialog .choice { border-radius:var(--radius-control); border-color:#ffffff59; background:var(--color-dark); }
dialog .choice { background:transparent; font-size:15px; }
dialog .choice:has(input:checked) { background:var(--color-orange-soft); border-color:var(--color-orange); }
dialog .choice:focus-within { outline-color:var(--color-orange); }
dialog .field-error,dialog .form-error { color:var(--color-error); }
dialog .form-error { background:var(--color-orange-soft); border-color:var(--color-orange); }
dialog [aria-invalid=true],dialog .choice:has([aria-invalid=true]) { border-color:var(--color-error); }
dialog .button,.primary { min-height:54px; padding:14px 22px; border-radius:var(--radius-control); border-color:var(--color-orange); background:var(--color-orange); color:var(--color-dark); font:750 15px/1.5 var(--font-body); box-shadow:none; }
dialog .button>span { font-size:20px; }
/* A short sector choice opens the existing questionnaire without leaving home. */
.demo-sector-dialog .eyebrow { margin:0 0 12px; color:var(--color-orange); }
#demo-sector-title:focus { outline:none; }
.demo-sector-dialog .form-description { margin:14px 0 24px; }
.demo-sector-options { display:grid; gap:12px; }
.demo-sector-option {
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  width:100%; min-height:96px; padding:20px; text-align:left;
  border:1px solid var(--color-rule-dark); border-radius:var(--radius-control);
  background:var(--gradient-dark),var(--color-dark); color:var(--color-white);
  font-family:var(--font-body); cursor:pointer;
  transition:border-color 160ms ease,background-color 160ms ease;
}
.demo-sector-option strong { display:block; font-size:20px; line-height:1.4; font-weight:750; }
.demo-sector-option small { display:block; margin-top:6px; color:var(--color-muted-dark); font-size:13px; line-height:1.5; }
.demo-sector-arrow { color:var(--color-orange); font-size:28px; flex-shrink:0; }
.demo-sector-option:focus-visible,.demo-sector-back:focus-visible,.demo-fallback:focus-visible { outline:3px solid var(--color-orange); outline-offset:4px; }
.demo-sector-option:disabled { opacity:.6; cursor:wait; }
.demo-loading { min-height:20px; margin:16px 0 0; color:var(--color-muted-dark); font-size:12px; line-height:1.7; }
.demo-error { margin:8px 0 0; color:var(--color-error); font-size:14px; line-height:1.7; }
.demo-fallback { color:inherit; text-underline-offset:3px; }
.demo-sector-back { display:block; min-height:44px; margin:-8px 0 16px; padding:8px 0; border:0; background:transparent; color:var(--color-muted-dark); font:650 13px/1.5 var(--font-body); cursor:pointer; }
@media(hover:hover) and (pointer:fine) {
  .demo-sector-option:hover:not(:disabled) { border-color:var(--color-orange); }
  .demo-sector-back:hover { color:var(--color-white); }
}
@media(max-width:380px) {
  .demo-sector-option { padding:16px; gap:12px; }
  .demo-sector-option strong { font-size:18px; }
  .demo-sector-option small { font-size:12px; }
}
/* The longer questionnaire step keeps the same palette and controls. */
dialog[data-step="obstacles"] { width:min(760px,calc(100% - 28px)); padding-bottom:0; scroll-padding-block:16px 100px; }
dialog .obstacle-count {
  position:sticky; top:calc(-1 * var(--dialog-inset)); z-index:2; margin:0; padding:14px 0;
  background:var(--color-surface); color:var(--color-muted-dark); font-size:var(--type-small); line-height:1.6;
}
dialog .obstacle-choices { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
dialog .obstacle-choices .choice { min-height:72px; padding:14px; font-size:14px; line-height:1.5; }
dialog .obstacle-choices .field-error { grid-column:1/-1; }
dialog[data-step="obstacles"] .form-actions {
  position:sticky; bottom:0; z-index:3; padding:16px 0; margin-top:16px;
  background:var(--color-surface); border-top:1px solid var(--color-rule-dark);
}
dialog[data-step="obstacles"] .form-note { display:none; }
@media(max-width:600px) {
  dialog .obstacle-choices { grid-template-columns:1fr; }
  dialog .obstacle-choices .choice { min-height:56px; }
}
.booking-main { padding-top:48px; padding-bottom:var(--space-section); gap:var(--space-grid); }
body:has(.booking-main) { background:var(--gradient-dark),var(--color-dark); }
.booking-intro h1,.privacy-page h1 { font:400 var(--type-section)/1.12 var(--font-display); letter-spacing:-.02em; }
.booking-intro h1 span { color:var(--color-orange); }
.booking-header { min-height:var(--header-height); }
.booking-header img { width:var(--brand-width); }
.intro-copy { font-size:var(--type-body); color:var(--color-muted-dark); }
.booking-panel { background:var(--color-paper); color:var(--color-ink); border-radius:var(--radius-panel); box-shadow:none; }
.panel-heading .eyebrow { color:var(--color-ink); margin-bottom:12px; }
.panel-heading h2 { font:750 30px/1.25 var(--font-body); letter-spacing:-.035em; }
.panel-heading>p:last-child,.booking-summary p,#booking-complete p,.embed-help { color:var(--color-muted-light); font-size:14px; }
.calendar-layout,.booking-summary,.meeting-topics { border-color:var(--color-rule-light); }
.meeting-topics { border-color:var(--color-rule-dark); }
.return-link,.journey small,.meeting-topics ul { color:var(--color-muted-dark); }
.journey .complete .journey-marker { color:var(--color-orange); border-color:var(--color-orange); }
.month-button,.calendar-days button,.time-slot,iframe { border-radius:var(--radius-control); }
.calendar-days button { background:#1818180a; color:var(--color-ink); }
.calendar-days button:disabled { background:transparent; color:var(--color-muted-light); opacity:.5; }
.calendar-days button[aria-pressed=true] { background:var(--color-orange); color:var(--color-dark); }
.calendar-days .today { box-shadow:inset 0 0 0 1px var(--color-rule-light); }
.time-slot { border-color:var(--color-rule-light); }
.time-slot:has(input:checked) { background:var(--color-orange); border-color:var(--color-orange); color:var(--color-dark); }
.time-slot:has(input:focus-visible),.month-button:focus-visible,.calendar-days button:focus-visible { outline:3px solid var(--color-ink); outline-offset:3px; }
.primary:disabled { border-color:transparent; background:#18181814; color:var(--color-muted-light); }
.weekdays,.timezone,.time-selection>p,.demo-disclaimer { color:var(--color-muted-light); }
.complete-symbol,.success-icon { background:var(--color-orange-soft); color:var(--color-orange); }
.preview-notice { background:var(--color-surface); color:var(--color-muted-dark); }
.privacy-page { max-width:980px; padding-block:var(--space-section); }
.privacy-page h2 { font:750 var(--type-card)/1.35 var(--font-body); margin:40px 0 16px; }
.privacy-page p { font-size:var(--type-body); line-height:1.8; color:var(--color-muted-dark); }
.privacy-page .privacy-updated { font-size:13px; }
.privacy-page ul { padding-left:22px; color:var(--color-muted-dark); font-size:var(--type-body); line-height:1.8; }
.privacy-page li+li { margin-top:14px; }
.privacy-page strong { color:var(--color-white); font-weight:700; }
.privacy-summary { margin:32px 0; padding:24px; border:1px solid var(--color-rule-dark); border-radius:var(--radius-panel); background:var(--gradient-dark); }
.privacy-summary p { margin-top:0; }
.privacy-table-wrap { overflow-x:auto; margin:24px 0; border:1px solid var(--color-rule-dark); border-radius:var(--radius-panel); }
.privacy-table { width:100%; border-collapse:collapse; color:var(--color-muted-dark); font-size:14px; line-height:1.65; }
.privacy-table caption { padding:16px; text-align:left; color:var(--color-white); font-weight:700; }
.privacy-table th,.privacy-table td { padding:16px; text-align:left; vertical-align:top; border-top:1px solid var(--color-rule-dark); }
.privacy-table th { color:var(--color-white); }
.privacy-table code { font-size:12px; overflow-wrap:anywhere; }
/* Compact first layer; every choice remains directly available. */
.cookie-banner { position:fixed; z-index:80; inset:auto 16px 16px; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:10px 24px; max-width:1180px; margin-inline:auto; padding:14px 18px; border:1px solid var(--color-rule-dark); border-radius:var(--radius-panel); background:var(--color-surface); color:var(--color-white); box-shadow:0 8px 32px #0006; max-height:calc(100dvh - 32px); overflow-y:auto; }
.cookie-banner h2.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.cookie-banner p { margin:0; color:var(--color-muted-dark); font:400 12px/1.6 var(--font-body); }
.cookie-banner a,.cookie-dialog a,.cookie-noscript a { color:inherit; text-decoration:underline; text-underline-offset:3px; }
.cookie-actions,.cookie-dialog-actions { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.cookie-button { display:inline-flex; align-items:center; justify-content:center; min-width:0; min-height:44px; padding:9px 14px; border:1px solid #ffffff66; border-radius:var(--radius-control); background:transparent; color:var(--color-white); font:650 12px/1.4 var(--font-body); text-align:center; cursor:pointer; transition:background .15s,border-color .15s; }
.cookie-button[data-cookie-action=accept] { background:var(--color-orange); border-color:var(--color-orange); color:var(--color-dark); font-weight:800; }
.cookie-actions [data-cookie-open] { border-color:transparent; }
.cookie-button:disabled { opacity:.65; cursor:wait; }
.cookie-button:focus-visible,.cookie-close:focus-visible,.cookie-dialog input:focus-visible,.cookie-banner a:focus-visible,.cookie-dialog a:focus-visible { outline:2px solid var(--color-orange); outline-offset:3px; }
.cookie-banner .cookie-status { grid-column:1/-1; }
.cookie-status:empty { display:none; }
.cookie-dialog { box-sizing:border-box; width:min(560px,calc(100% - 24px)); max-width:none; max-height:calc(100dvh - 24px); padding:0; margin:auto; border:1px solid var(--color-rule-dark); border-radius:var(--radius-panel); background:var(--color-surface); color:var(--color-white); overflow:auto; box-shadow:0 20px 100px #0009; }
.cookie-dialog::backdrop { background:#080808b3; backdrop-filter:blur(3px); }
.cookie-dialog-heading { position:sticky; top:0; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 20px; background:var(--color-surface); border-bottom:1px solid var(--color-rule-dark); }
.cookie-dialog h2 { margin:0; font:750 20px/1.3 var(--font-body); letter-spacing:-.035em; }
.cookie-close { flex-shrink:0; display:grid; place-items:center; width:44px; height:44px; padding:0; border:1px solid var(--color-rule-dark); border-radius:var(--radius-control); background:transparent; color:var(--color-white); font:400 26px/1 var(--font-body); cursor:pointer; }
.cookie-dialog-body { padding:16px 20px; }
.cookie-dialog p { padding:0; margin:0 0 12px; color:var(--color-muted-dark); font:400 13px/1.55 var(--font-body); }
.cookie-category { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; padding:13px 0; border-top:1px solid var(--color-rule-dark); }
label.cookie-category { cursor:pointer; }
.cookie-category h3,.cookie-category strong { display:block; margin:0 0 4px; font:700 14px/1.4 var(--font-body); letter-spacing:0; color:var(--color-white); }
.cookie-category p,.cookie-description { display:block; margin:0; color:var(--color-muted-dark); font:400 12px/1.55 var(--font-body); }
.cookie-required { flex-shrink:0; padding-top:2px; color:var(--color-muted-dark); font:500 11px/1.8 var(--font-body); }
.cookie-category input { appearance:auto; width:22px; height:22px; margin:2px 0 0; flex-shrink:0; accent-color:var(--color-orange); cursor:pointer; }
.cookie-dialog .cookie-availability { padding:10px 12px; border-left:2px solid var(--color-orange); background:var(--color-orange-soft); font-size:12px; }
.cookie-dialog .cookie-policy-link { margin-bottom:0; font-size:12px; }
.cookie-dialog .cookie-status { margin:18px 0 0; color:var(--color-error); font-size:13px; }
.cookie-dialog-actions { position:sticky; bottom:0; z-index:2; padding:12px 20px; background:var(--color-surface); border-top:1px solid var(--color-rule-dark); }
.cookie-noscript { padding:16px var(--gutter); background:var(--color-surface); font:400 13px/1.7 var(--font-body); }
body:has(.cookie-dialog[open]) { overflow:hidden; }
@media(hover:hover) and (pointer:fine) {
  .cookie-button:hover:not(:disabled),.cookie-close:hover:not(:disabled) { border-color:var(--color-orange); background:var(--color-orange-soft); }
  .cookie-button[data-cookie-action=accept]:hover:not(:disabled) { background:var(--color-orange-hover); border-color:var(--color-orange-hover); }
  .site-footer .footer-legal button:hover { color:var(--color-orange); }
}
@media(max-width:760px) {
  .cookie-banner { grid-template-columns:1fr; }
}
@media(max-width:600px) {
  .cookie-banner { inset:auto 12px 12px; padding:12px; max-height:calc(100dvh - 24px); }
  .cookie-actions,.cookie-dialog-actions { gap:6px; }
  .cookie-button { padding:8px 6px; font-size:12px; }
  .cookie-dialog-heading { padding:8px 16px; }
  .cookie-dialog-body { padding:14px 16px; }
  .cookie-dialog h2 { font-size:19px; }
  .cookie-category { gap:12px; }
  .cookie-required { max-width:55px; text-align:right; }
  .cookie-dialog-actions { padding:12px 16px; }
  .privacy-summary { padding:20px; }
  .privacy-table th,.privacy-table td { padding:12px; min-width:140px; }
}
.privacy-header { display:flex; justify-content:space-between; min-height:var(--header-height); }
.privacy-header .original-logo { display:block; width:var(--brand-width); height:auto; }
.privacy-header .text-link { min-height:44px; display:flex; align-items:center; font-size:12px; }
@media(hover:hover) and (pointer:fine) {
  .hero .button:hover,.redesign .button:hover,.primary:hover:not(:disabled),dialog .button:hover { background:var(--color-orange-hover); transform:translateY(-1px); box-shadow:var(--action-shadow); }
  .header .button:hover { background:var(--color-orange); color:var(--color-dark); }
  .site-header .header-crm:hover,.site-mobile-menu .mobile-crm:hover { color:var(--color-white); text-decoration:underline; text-underline-offset:4px; }
  .faq-refresh .faq-list summary:hover { color:var(--color-ink); }
  .faq-refresh .faq-list summary:hover .faq-toggle { border-color:var(--color-orange); }
  .footer a:not(.wordmark):hover { color:var(--color-orange); }
  .calendar-days button:hover:not(:disabled),.month-button:hover:not(:disabled) { background:var(--color-orange-soft); }
  .calendar-days button[aria-pressed=true]:hover { background:var(--color-orange-hover); }
  .time-slot:hover { border-color:var(--color-orange); }
}
@media(max-width:1100px) {
  :root { --type-section:52px; --space-section:80px; --space-grid:40px; --space-content:44px; }
  .results-story .result-label h3 { font-size:20px; }
}
@media(max-width:1000px) {
  :root { --brand-width:165px; --header-height:84px; }
}
@media(max-width:900px) {
  :root { --type-section:48px; }
  .faq.faq-refresh { display:block; }
  .faq-heading { margin-bottom:36px; }
  .focus-section>.wrap { display:block; }
  .focus-bottom { margin-top:24px; }
  .focus-bottom p { max-width:600px; }
  .results-stage { display:block; }
  .results-intro h2,.results-description { max-width:560px; }
  .results-context { display:none; }
  .results-ledger { margin-top:var(--space-content); }
  .booking-main { max-width:760px; padding-top:32px; gap:32px; }
}
@media(max-width:700px) {
  :root { --type-closing:clamp(40px,11.5vw,56px); }
  :root { --type-section:clamp(34px,9.25vw,42px); --type-card:20px; --type-intro:16px; --type-label:11px; --type-action:22px; --space-section:64px; --space-grid:28px; --space-content:36px; --brand-width:155px; --header-height:70px; }
  .hero h1 { font-size:10vw; }
  .hero h1 .headline-highlight { display:table; }
  .redesign h2 { line-height:1.15; }
  .redesign .eyebrow { margin-bottom:20px; }
  .hero .button,.redesign .button { min-height:56px; padding:14px 22px; }
  .steps li>span { padding:0; margin:3px 0 0; }
  .steps li,.steps li:last-child { grid-template-columns:28px 1fr; gap:16px; }
  .pain-grid article:before { margin-top:4px; }
  .services .service-signal { font-size:32px; }
  .results-story .result-label h3 { font-size:18px; }
  .faq-refresh .faq-list summary { padding:22px 12px; grid-template-columns:18px minmax(0,1fr) 32px; gap:10px; }
  .faq-refresh .faq-number { font-size:10px; }
  .faq-refresh .faq-list details p { padding:0 16px 24px; }
  .final-action { margin-top:28px; }
  .final-invitation .final-followup { max-width:330px; }
  .booking-intro .eyebrow { margin-bottom:20px; }
  .booking-panel { padding:24px 20px; }
  .panel-heading h2,dialog h2,#form-success h2 { font-size:26px; }
  dialog { --dialog-inset:30px; padding:var(--dialog-inset) 22px; }
  .booking-main { padding-top:28px; }
  .intro-copy { font-size:var(--type-body); }
  .journey li { font-size:12px; }
  .journey small { font-size:11px; }
}
@media(max-width:360px) {
  :root { --type-section:34px; --gutter:18px; }
  dialog h2,#form-success h2 { font-size:24px; }
  dialog .form-actions { gap:12px; }
  dialog .form-actions .button { padding-inline:14px; font-size:14px; }
  .booking-panel { padding-inline:16px; }
  .results-story .result-label h3 { font-size:16px; }
  .faq-refresh .faq-list summary { padding-inline:8px; grid-template-columns:16px minmax(0,1fr) 28px; }
  .faq-refresh .faq-list details p { padding-inline:8px; }
}

/* Shared commercial sequence: promise, pain, desired outcome, mechanism, proof. */
.benefit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px; }
.benefit-grid article { padding-top:24px; border-top:1px solid var(--color-rule-dark); }
.benefit-index { display:block; margin-bottom:22px; color:var(--color-orange); font-size:var(--type-label); font-weight:750; letter-spacing:.12em; }
.redesign .benefit-grid h3 { font:400 clamp(28px,2.8vw,38px)/1.18 var(--font-display); min-height:2.36em; max-width:19ch; margin:0 0 18px; letter-spacing:-.01em; text-wrap:balance; }
.benefit-grid p { color:var(--color-muted-dark); font-size:var(--type-body); line-height:1.75; max-width:42ch; }
.solution-principle { margin-top:36px; padding-left:18px; border-left:2px solid var(--color-orange); max-width:740px; font-size:14px; line-height:1.75; color:var(--color-muted-dark); }
.sector-options { margin-top:64px; scroll-margin-top:32px; }
.sector-options-heading { display:flex; align-items:baseline; justify-content:space-between; gap:32px; padding-top:32px; border-top:1px solid var(--color-rule-dark); margin-bottom:28px; }
.sector-options-heading p { max-width:350px; color:var(--color-muted-dark); font-size:14px; line-height:1.7; }
.sector-option-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.sector-option { display:flex; flex-direction:column; padding:28px; border:1px solid var(--color-rule-dark); border-radius:var(--radius-panel); background:linear-gradient(130deg,var(--color-orange-soft),transparent 70%); color:var(--color-white); text-decoration:none; }
.sector-option-label { font-size:var(--type-label); line-height:1.6; letter-spacing:.08em; font-weight:750; color:var(--color-orange); }
.redesign .sector-option h3 { font:400 clamp(30px,3vw,42px)/1.15 var(--font-display); margin:22px 0 18px; letter-spacing:-.01em; }
.sector-option>p { font-size:var(--type-body); line-height:1.75; color:var(--color-muted-dark); max-width:44ch; margin-bottom:28px; }
.sector-option-action { display:flex; justify-content:space-between; align-items:center; gap:16px; min-height:48px; margin-top:auto; padding-top:12px; border-top:1px solid var(--color-rule-dark); font-size:14px; font-weight:750; }
.sector-option-action b { color:var(--color-orange); font-size:25px; font-weight:400; }
.sector-option:focus-visible { outline:3px solid var(--color-orange); outline-offset:5px; }
.mechanism-note { margin-top:36px; padding-top:24px; border-top:1px solid var(--color-rule-light); font-size:14px; line-height:1.75; color:var(--color-muted-light); width:100%; max-width:none; }
.method-intro h2 { align-self:start; }
.method .system-handoff .button { margin:0; }
.focus-bottom .sector-proof { margin-top:24px; padding:0; border:0; }
.scope-note,.results-story .results-note { grid-column:1/-1; width:100%; max-width:none; min-width:0; }
.scope-note { border-top:1px solid var(--color-rule-dark); padding-top:24px; margin:0; color:var(--color-muted-dark); font-size:13px; line-height:1.8; }
/* Homepage additions share the same type, spacing and ruled-list treatment. */
.home-page .benefit-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px; }
.home-page .benefit-grid h3 { min-height:0; }
.home-page .sector-options-heading { align-items:flex-start; }
.home-page .sector-options-heading>div { flex:1; }
.home-page .sector-options-heading>p { font-size:var(--type-intro); margin-top:0; }
.home-page .sector-options-heading .eyebrow { max-width:none; margin:0 0 24px; color:var(--color-orange); font-size:var(--type-label); }
.home-page .sector-option-label { text-transform:uppercase; }
.comparison-section .section-heading h2 { max-width:960px; }
.comparison-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:var(--space-grid); }
.comparison-column { border-top:1px solid var(--color-rule-light); padding-top:28px; }
.redesign .comparison-column h3 { font:400 clamp(32px,3vw,44px)/1.15 var(--font-display); margin-bottom:28px; }
.comparison-column ul { list-style:none; margin:0; padding:0; }
.comparison-column li { position:relative; padding:18px 0 18px 30px; border-top:1px solid var(--color-rule-light); font-size:var(--type-body); line-height:1.75; }
.comparison-column li:before { position:absolute; left:0; top:18px; content:'−'; font-weight:750; }
.comparison-after li:before { content:'✓'; }
.technology-section { background:var(--gradient-paper),var(--color-paper); color:var(--color-ink); }
.technology-section .eyebrow,.technology-section .benefit-index { color:var(--color-ink); }
.technology-section .section-heading>p,.technology-section .benefit-grid p { color:var(--color-muted-light); }
.technology-section .benefit-grid article { border-color:var(--color-rule-light); }
.measurement-grid h3 { margin-top:0; }
@media(min-width:701px) and (max-width:1100px) {
  .home-page .benefit-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:36px; }
  .measurement-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:700px) {
  .home-page .benefit-grid,.comparison-grid { grid-template-columns:1fr; gap:36px; }
  .home-page .sector-options-heading>p { margin-top:24px; }
  .comparison-column { padding-top:24px; }
  .comparison-column li { padding-block:16px; }
  .comparison-column li:before { top:16px; }
}
/* Sector headlines use four lines, preserving the shared hero layout. */
:is(.imobiliario-page,.credit-page) .hero h1 { font-size:clamp(54px,min(7.4vw,calc((100svh - 400px)/4.4)),112px); }
:is(.imobiliario-page,.credit-page) .benefit-grid h3 { min-height:0; }
.result-label .result-caption { margin-top:8px; font-size:var(--type-small); line-height:1.6; color:var(--color-ink); }
@media(max-width:700px) {
  :is(.imobiliario-page,.credit-page) .hero h1 { font-size:10vw; }
}
@media(hover:hover) and (pointer:fine) {
  .sector-option:hover { border-color:var(--color-orange); }
  .sector-option:hover .sector-option-action { color:var(--color-orange); }
}
@media(max-width:900px) {
  .benefit-grid { gap:24px; }
  .redesign .benefit-grid h3 { font-size:28px; }
  .sector-option { padding:24px; }
}
@media(max-width:700px) {
  .benefit-grid,.sector-option-grid { grid-template-columns:1fr; gap:28px; }
  .benefit-grid article { padding-top:22px; }
  .benefit-index { margin-bottom:16px; }
  .redesign .benefit-grid h3 { min-height:0; font-size:32px; max-width:none; text-wrap:initial; }
  .benefit-grid p { max-width:none; }
  .solution-principle { margin-top:28px; }
  .sector-options { margin-top:40px; }
  .sector-options-heading { display:block; padding-top:28px; }
  .sector-options-heading p { margin-top:14px; }
  .sector-option { padding:24px 20px; }
  .redesign .sector-option h3 { font-size:32px; }
  .sector-option-action { font-size:13px; }
  .mechanism-note { margin-top:16px; }
}

/* Responsive compositions, shared by all sectors. Content determines height;
   the viewport is a minimum, so short screens and text zoom cannot overlap. */
html { scroll-padding-top:calc(var(--header-height) + 20px); scroll-padding-bottom:var(--consent-inset,0px); }
body { padding-bottom:var(--consent-inset,0px); }
body { -webkit-font-smoothing:antialiased; }
::selection { background:var(--color-orange); color:var(--color-dark); }
main :is(section,[id]),dialog input,dialog .choice { scroll-margin-block:24px; }
.hero-inner { height:auto; min-height:calc(100svh - var(--header-height)); padding-block:32px 24px; gap:28px; }
.hero-description { max-width:740px; }
.hero h1 .headline-highlight {
  display:block; max-width:100%; padding:0; margin-top:.06em; background:transparent; box-shadow:none;
  color:var(--color-dark); line-height:1.12; text-decoration:none;
}
.hero h1 .marker-line { display:table; width:fit-content; max-width:100%; padding:0 .055em .045em; background:var(--color-orange); color:var(--color-dark); }
.hero h1 .marker-line+.marker-line { margin-top:.055em; }
.hero .eyebrow { font-size:var(--type-label); letter-spacing:.14em; }
.brand-section { padding-top:20px; border-top:1px solid var(--color-rule-dark); }
.brand-section h2 { font-size:10px; letter-spacing:.12em; margin-bottom:12px; }
.brand-window { mask-image:linear-gradient(to right,transparent,#000 2%,#000 98%,transparent); }
.redesign :is(h2,h3),.booking-intro h1,.privacy-page h1 { overflow-wrap:break-word; }
.redesign .section-heading>*,.reality-heading,.results-intro,.results-ledger,.hero-bottom>*,.sector-option { min-width:0; }
.reality-intro { max-width:46ch; }
.pain-grid article { transition:border-color 180ms ease; }
.benefit-grid { gap:32px; }
.benefit-grid article { position:relative; padding-top:28px; }
.benefit-grid article:before { content:''; position:absolute; top:-1px; left:0; width:32px; height:2px; background:var(--color-orange); }
.technology-section .benefit-grid article:before { background:var(--color-ink); }
.benefit-index { margin-bottom:18px; }
.redesign .benefit-grid h3 { font-size:clamp(28px,2.35vw,34px); text-wrap:pretty; }
.redesign .sector-options-heading { grid-template-columns:minmax(0,1.65fr) minmax(0,1fr); }
.sector-option { padding:32px; transition:border-color 180ms ease,background-color 180ms ease; }
.redesign .sector-option h3 { font-size:clamp(30px,2.65vw,38px); line-height:1.2; text-wrap:pretty; }
.sector-option-action { font-size:14px; }
.sector-option-action b { transition:transform 180ms ease; }
.comparison-column { padding:28px; border:1px solid var(--color-rule-light); border-radius:var(--radius-panel); }
.comparison-after { background:#f4f1eb24; }
.comparison-column li:last-child { padding-bottom:0; }
.comparison-column li { font-size:16px; }
.comparison-grid { gap:24px; }

/* A connected route makes the four implementation steps readable at a glance. */
.steps { gap:28px; }
.steps li,.steps li:last-child { position:relative; padding:0; border:0; }
.steps li>span { position:relative; z-index:1; display:inline-grid; place-items:center; width:40px; height:40px; padding:0; margin:0 0 24px; border:1px solid var(--color-rule-light); border-radius:var(--radius-control); background:var(--color-paper); color:var(--color-ink); font:750 12px/1 var(--font-body); }
.steps li:first-child>span { background:var(--color-orange); border-color:var(--color-orange); }
.steps li:not(:last-child):after { content:''; display:block; position:absolute; top:20px; left:40px; right:-28px; height:1px; background:var(--color-rule-light); border:0; }
.steps li>div { padding:0; }
.steps h3 { margin:0; }
.steps p { margin-top:12px; }
.focus-section .authority-grid { gap:0 36px; }
.focus-section .authority-grid li,.focus-section .authority-grid li:last-child { display:grid; grid-template-columns:24px minmax(0,1fr); align-content:start; gap:12px 16px; padding:28px 0; }
.focus-section .authority-grid li:before { grid-column:1; grid-row:1/3; margin:5px 0 0; }
.focus-section .authority-grid h3 { grid-column:2; margin:0; }
.focus-section .authority-grid p { grid-column:2; margin:0; }
.focus-bottom .sector-proof { padding-top:24px; border-top:1px solid var(--color-rule-dark); gap:20px; }
.results-story .results-period { font-size:11px; line-height:1.65; letter-spacing:.04em; }
.results-story .result-caption,.results-story .results-note { font-size:13px; }
.results-story .result-value { font-variant-numeric:tabular-nums; letter-spacing:-.035em; }
.faq-refresh .faq-intro { font-size:var(--type-intro); line-height:1.65; max-width:28ch; margin-top:20px; }
.faq-refresh .faq-heading .eyebrow { display:block; color:var(--color-ink); font:700 var(--type-label)/1.6 var(--font-body); letter-spacing:.16em; margin:0 0 24px; }
.faq-refresh .faq-heading .eyebrow:before { display:none; }
.faq-refresh h2 { max-width:none; font:400 var(--type-section)/1.12 var(--font-display); letter-spacing:-.02em; text-wrap:balance; }
.faq-refresh .faq-list { overflow:visible; }
.faq-refresh .faq-list summary { transition:background-color 180ms ease; }
.faq-refresh .faq-list details[open] { background:linear-gradient(110deg,#ff681d0d,transparent 90%); }
.faq-refresh .faq-toggle { transition:background-color 180ms ease,border-color 180ms ease; }
.final-section.final-invitation { background:radial-gradient(ellipse at 50% 115%,#ff681d24,transparent 67%),var(--gradient-dark),var(--color-dark); border-top:1px solid #ff681d30; }
.site-footer .footer-meta a { display:inline-flex; align-items:center; min-height:44px; }
.site-footer .footer-navigation a { line-height:1.6; }
.privacy-page { max-width:960px; }
.privacy-page .eyebrow { margin:0 0 24px; color:var(--color-orange); font:700 var(--type-label)/1.6 var(--font-body); letter-spacing:.16em; }
.privacy-page .eyebrow:before { display:none; }
.privacy-page h1 { max-width:none; text-wrap:balance; }
.privacy-page h2 { padding-top:28px; border-top:1px solid var(--color-rule-dark); }
.privacy-page p { max-width:72ch; overflow-wrap:anywhere; }
.privacy-page a { text-underline-offset:4px; }

/* Dialog header stays within reach on long steps and when the keyboard opens. */
dialog { overscroll-behavior:contain; scroll-padding-block:96px 112px; max-height:calc(100dvh - 32px); }
.dialog-heading { position:sticky; top:calc(-1 * var(--dialog-inset)); z-index:5; display:flex; flex-direction:row-reverse; align-items:center; justify-content:space-between; gap:20px; min-height:76px; margin:calc(-1 * var(--dialog-inset)) calc(-1 * var(--dialog-inset)) 24px; padding:16px var(--dialog-inset); background:var(--color-surface); border-bottom:1px solid var(--color-rule-dark); }
.dialog-heading .form-brand { margin:0; padding:0; min-width:0; flex-shrink:1; }
.dialog-heading .original-logo { max-width:100%; height:auto; }
.dialog-heading .close-dialog { position:static; flex-shrink:0; border:1px solid var(--color-rule-dark); border-radius:var(--radius-control); background:transparent; color:var(--color-white); }
dialog .field input { scroll-margin-block:100px 112px; }
dialog .field input::placeholder { color:var(--color-muted-dark); opacity:.8; }
dialog .choice { transition:background-color 150ms ease,border-color 150ms ease; }
dialog .choice:has(input:focus-visible) { outline:2px solid var(--color-white); outline-offset:3px; }
dialog .back-button { min-width:64px; min-height:44px; text-align:left; }
dialog .privacy-check { min-height:44px; }
dialog[data-step=obstacles] { scroll-padding-block:132px 112px; }
dialog .obstacle-count { top:calc(76px - var(--dialog-inset)); z-index:4; border-bottom:1px solid var(--color-rule-dark); margin-bottom:12px; }

/* Calendar and legal pages use the same spacing and readable utility type. */
.booking-main { grid-template-areas:'intro panel' 'topics panel'; grid-template-rows:auto 1fr; row-gap:28px; }
.booking-intro { grid-area:intro; }
.booking-panel { grid-area:panel; border:1px solid var(--color-rule-light); }
.booking-main>.meeting-topics { grid-area:topics; display:block; margin:0; max-width:440px; }
.booking-intro h1 { text-wrap:balance; }
.intro-copy { max-width:44ch; }
.journey { margin-bottom:0; }
.meeting-topics>p { font-size:14px; }
.meeting-topics ul { font-size:13px; gap:12px; }
.return-link { font-size:12px; }
.month-button { width:44px; height:44px; }
.month-navigation h3 { font-size:16px; }
.calendar-days button { min-height:44px; font-size:14px; }
.calendar-days button:disabled { opacity:.7; }
.weekdays { font-size:10px; }
.timezone,.demo-disclaimer,.time-selection>p { font-size:12px; line-height:1.65; }
.time-selection legend { font-size:13px; }
.time-slot { font-size:14px; min-height:44px; }
.booking-summary p { max-width:240px; }
.booking-panel :is(.primary,.time-slot,.calendar-days button,.month-button) { transition:background-color 150ms ease,border-color 150ms ease; }
.booking-panel .primary:focus-visible { outline-color:var(--color-ink); }
.site-header .menu-toggle:focus-visible,.close-dialog:focus-visible,.back-button:focus-visible { outline:2px solid var(--color-orange); outline-offset:4px; }
.skip { z-index:100; }

@media(hover:hover) and (pointer:fine) {
  .sector-option:hover { background-color:#ff681d08; }
  .sector-option:hover .sector-option-action b { transform:translate(2px,-2px); }
  .faq-refresh .faq-list summary:hover { background:var(--color-orange-soft); }
  .dialog-heading .close-dialog:hover { border-color:var(--color-orange); }
}
@media(min-width:701px) and (max-width:1100px) {
  .steps { gap:32px; }
  .steps li:nth-child(2):after { display:none; }
  .steps li:not(:last-child):after { right:-32px; }
}
@media(max-width:1000px) {
  .reality>.wrap { display:block; }
  .reality-heading h2 { max-width:20ch; }
  .reality-intro { max-width:60ch; }
  .pain-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 32px; margin-top:36px; border-bottom:1px solid var(--color-rule-light); }
  .pain-grid article { grid-template-columns:24px minmax(0,1fr); column-gap:16px; border-bottom:0; }
  .pain-grid article:last-child { border-bottom:0; }
  .section-heading { grid-template-columns:1fr; gap:24px; }
  .section-heading>p { max-width:60ch; margin:0; }
  .home-page .sector-options-heading>p { max-width:60ch; }
  .focus-section>.wrap { display:block; }
  .focus-bottom { margin-top:24px; }
  .focus-bottom>p { max-width:60ch; }
  .focus-bottom .sector-proof { max-width:440px; }
}
@media(max-width:900px) {
  .booking-main { grid-template-areas:'intro' 'panel' 'topics'; }
  .booking-main>.meeting-topics { max-width:none; }
}
@media(max-width:700px) {
  .hero-inner { padding-block:36px 24px; gap:36px; min-height:calc(100svh - var(--header-height)); }
  .hero h1,:is(.imobiliario-page,.credit-page) .hero h1 { font-size:clamp(32px,10vw,64px); }
  .hero-description { font-size:16px; line-height:1.6; }
  .hero-bottom { margin-top:24px; gap:20px; }
  .hero-action .client-proof { width:fit-content; margin:16px auto 0; padding:12px 18px; }
  .brand-section { padding-top:18px; }
  .brand-section h2 { font-size:10px; }
  .redesign h2 { text-wrap:pretty; }
  .pain-grid { display:block; margin-top:32px; border-bottom:0; }
  .pain-grid article:last-child { border-bottom:1px solid var(--color-rule-light); }
  .benefit-grid,.home-page .benefit-grid { gap:28px; }
  .benefit-grid article { display:grid; grid-template-columns:24px minmax(0,1fr); gap:12px 16px; padding-top:24px; }
  .benefit-index { grid-column:1; grid-row:1/3; margin:6px 0 0; }
  .redesign .benefit-grid h3 { grid-column:2; font-size:28px; margin:0; }
  .benefit-grid p { grid-column:2; margin:0; }
  .sector-option { padding:24px; }
  .redesign .sector-option h3 { font-size:30px; }
  .sector-option-action { font-size:14px; }
  .comparison-column { padding:24px 20px; }
  .comparison-column li { padding-left:24px; }
  .steps { display:block; margin-top:36px; }
  .steps li,.steps li:last-child { display:grid; grid-template-columns:40px minmax(0,1fr); gap:18px; padding:0 0 32px; border:0; }
  .steps li:last-child { padding-bottom:0; }
  .steps li>span { margin:0; }
  .steps li>div { padding-top:7px; }
  .steps li:not(:last-child):after { top:40px; bottom:0; left:20px; right:auto; width:1px; height:auto; }
  .focus-section .authority-grid li,.focus-section .authority-grid li:last-child { padding-block:24px; }
  .faq-refresh .faq-heading { position:static; }
  .faq-refresh .faq-heading .eyebrow { margin-bottom:20px; }
  .faq-refresh h2 { line-height:1.15; text-wrap:pretty; }
  .faq-refresh .faq-intro { max-width:30ch; }
  .final-section.final-invitation { padding-block:72px; }
  dialog { --dialog-inset:24px; padding:var(--dialog-inset); width:calc(100% - 24px); max-height:calc(100dvh - 24px); }
  .dialog-heading { padding-block:12px; min-height:68px; }
  dialog .obstacle-count { top:calc(68px - var(--dialog-inset)); }
  .booking-return { margin-bottom:16px; }
  .booking-intro h1 { font-size:var(--type-section); }
  .journey { gap:16px; }
  .journey li { gap:10px; }
  .calendar-layout { grid-template-columns:1fr; gap:24px; }
  .time-selection legend { min-height:0; margin-bottom:12px; }
  #time-slots { grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; }
  .booking-summary { flex-direction:column; align-items:stretch; }
  .booking-summary p { max-width:none; }
  .site-footer .footer-meta { gap:8px; }
  .site-footer small { line-height:1.7; }
}
@media(max-width:360px) {
  .hero h1,:is(.imobiliario-page,.credit-page) .hero h1 { font-size:32px; }
  .hero .eyebrow { font-size:10px; letter-spacing:.1em; }
  .booking-panel { padding-inline:14px; }
  .calendar-days,.weekdays { gap:2px; }
  .calendar-days button { min-height:44px; }
  #time-slots { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .site-footer .footer-navigation { grid-template-columns:1fr; }
}
@media(max-height:550px) and (min-width:701px) {
  .hero-inner { padding-block:32px; }
  .hero h1,:is(.imobiliario-page,.credit-page) .hero h1 { font-size:clamp(42px,6vw,72px); }
}
/* Sector entrances: shared typography and warm gradients, with room for each story. */
.sector-options-editorial { margin-top:88px; }
.sector-options-editorial .sector-options-heading { padding-top:40px; margin-bottom:40px; }
.sector-options-editorial #sectors-title { max-width:18ch; }
.sector-options-editorial .sector-option-grid { display:block; }
.sector-options-editorial .sector-option {
  display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.4fr) 64px;
  align-items:start; gap:40px; position:relative; isolation:isolate;
  padding:44px 0; border:0; border-top:1px solid var(--color-rule-dark);
  border-radius:0; background:none; text-decoration:none;
}
.sector-options-editorial .sector-option:last-child { border-bottom:1px solid var(--color-rule-dark); }
.sector-options-editorial .sector-option::before {
  content:""; position:absolute; z-index:-1; inset:0 -24px; pointer-events:none;
  background:radial-gradient(ellipse at 12% 55%,#ff681d18,transparent 70%);
  opacity:.55; transition:opacity 180ms ease-out;
}
.sector-options-editorial .sector-option-number { display:block; margin-bottom:24px; color:var(--color-orange); font:650 12px/1.5 var(--font-body); letter-spacing:.08em; }
.sector-options-editorial .sector-option h3 { margin:0; color:var(--color-white); font:400 clamp(44px,4.8vw,68px)/1.1 var(--font-display); letter-spacing:-.025em; }
.sector-options-editorial .sector-option-content { padding-top:39px; }
.sector-options-editorial .sector-option-promise { margin:0 0 18px; max-width:34ch; color:var(--color-white); font:700 clamp(20px,1.8vw,25px)/1.45 var(--font-body); letter-spacing:-.025em; text-wrap:pretty; }
.sector-options-editorial .sector-option-promise>span { color:var(--color-muted-dark); }
.sector-options-editorial .sector-option-description { margin:0; max-width:56ch; color:var(--color-muted-dark); font:400 var(--type-body)/1.75 var(--font-body); }
.sector-options-editorial .sector-option-action { display:block; min-height:44px; margin:20px 0 0; padding:12px 0; border:0; color:var(--color-orange); font:700 13px/1.6 var(--font-body); text-underline-offset:5px; }
.sector-entry-arrow { display:grid; place-items:center; width:64px; height:64px; margin-top:39px; border:1px solid var(--color-rule-dark); border-radius:50%; color:var(--color-orange); font:400 32px/1 var(--font-body); transition:transform 180ms ease-out,background-color 180ms ease-out,color 180ms ease-out,border-color 180ms ease-out; }
.sector-options-editorial .sector-option:focus-visible .sector-entry-arrow { background:var(--color-orange); color:var(--color-dark); border-color:var(--color-orange); }
@media(hover:hover) and (pointer:fine) {
  .sector-options-editorial .sector-option:hover::before { opacity:1; }
  .sector-options-editorial .sector-option:hover .sector-entry-arrow { background:var(--color-orange); color:var(--color-dark); border-color:var(--color-orange); transform:translate(3px,-3px); }
  .sector-options-editorial .sector-option:hover .sector-option-action { text-decoration:underline; }
}
@media(max-width:1000px) {
  .sector-options-editorial .sector-option { grid-template-columns:minmax(0,1fr) minmax(0,1.5fr) 48px; gap:24px; }
  .sector-entry-arrow { width:48px; height:48px; font-size:26px; }
}
@media(max-width:700px) {
  .sector-options-editorial { margin-top:64px; }
  .sector-options-editorial .sector-options-heading { margin-bottom:28px; }
  .sector-options-editorial .sector-option { grid-template-columns:minmax(0,1fr) 48px; column-gap:16px; row-gap:24px; padding:32px 0; }
  .sector-options-editorial .sector-option::before { inset:0 -16px; }
  .sector-options-editorial .sector-option-identity { grid-column:1; grid-row:1; }
  .sector-options-editorial .sector-option-number { margin-bottom:16px; }
  .sector-options-editorial .sector-option h3 { font-size:clamp(40px,10vw,52px); }
  .sector-options-editorial .sector-option-content { grid-column:1/-1; padding-top:0; }
  .sector-options-editorial .sector-option-promise { max-width:38ch; font-size:20px; }
  .sector-options-editorial .sector-option-action { margin-top:16px; }
  .sector-entry-arrow { grid-column:2; grid-row:1; align-self:end; margin:0 0 4px; }
}
/* Animation never gates content. Scroll entrances are progressively enhanced in
   site.js; these short responses retain native details/dialog behaviour. */
@keyframes sw-enter { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }
@media(prefers-reduced-motion:no-preference) {
  dialog[open] { animation:sw-enter 180ms ease-out; }
  .faq-list details[open]>p { animation:sw-enter 180ms ease-out; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; }
  .brand-window { mask-image:none; }
}

html[data-input=keyboard] { scroll-behavior:auto; }
html[data-input=keyboard] dialog[open],html[data-input=keyboard] .faq-list details[open]>p { animation:none; }
html[data-input=keyboard] .menu-icon span { transition:none; }

/* Prelaunch polish: shared safe areas and a useful 404 destination. */
.wrap,.header,.hero-inner,.shell { padding-left:max(var(--gutter),env(safe-area-inset-left)); padding-right:max(var(--gutter),env(safe-area-inset-right)); }
.error-page { min-height:60svh; padding-block:var(--space-section); background:var(--gradient-dark); }
.error-page h1 { max-width:14ch; margin:0 0 28px; font:400 var(--type-section)/1.12 var(--font-display); letter-spacing:-.02em; }
.error-page>p:not(.eyebrow) { max-width:50ch; color:var(--color-muted-dark); }
.error-actions { display:flex; flex-wrap:wrap; align-items:center; gap:16px 28px; margin-top:32px; }
.error-actions>a { display:inline-flex; align-items:center; min-height:48px; }
.error-actions>a:not(.button) { text-decoration:underline; text-underline-offset:5px; }
.error-actions .button:focus-visible { outline-color:var(--color-white); }
@media(max-width:700px) {
  .cookie-banner { inset:auto max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left)); padding:10px 12px; gap:8px; max-height:calc(100dvh - var(--header-height) - 24px); }
  .cookie-dialog-actions { padding-bottom:max(16px,env(safe-area-inset-bottom)); }
}

