@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.hidden{display:none}}:root{--ink:#090b0c;--ink-soft:#121516;--cream:#f4f0e8;--paper:#faf8f3;--gold:#c4a464;--gold-light:#e0c78f;--muted:#9b9a94;--line:#c4a46440;--serif:Georgia, "Times New Roman", serif;--sans:"Segoe UI", Arial, Helvetica, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--cream);font-family:var(--sans);margin:0}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.shell{width:min(1280px,100% - 96px);margin:0 auto}.trust-bar{color:#b9b7b0;letter-spacing:.1em;text-transform:uppercase;background:#050606;border-bottom:1px solid #ffffff12;font-size:11px}.trust-bar-inner{justify-content:center;align-items:center;gap:18px;height:34px;display:flex}.trust-separator{color:var(--gold)}.site-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#090b0ceb;border-bottom:1px solid #ffffff14;height:94px;position:relative}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand img{object-fit:contain;width:68px;height:68px}.brand span{border-left:1px solid var(--line);flex-direction:column;padding-left:14px;display:flex}.brand strong{font-family:var(--serif);letter-spacing:.03em;font-size:25px;font-weight:500}.brand small{color:var(--gold-light);letter-spacing:.2em;text-transform:uppercase;margin-top:2px;font-size:9px}.nav{align-items:center;gap:38px;font-size:13px;display:flex}.nav>a:not(.nav-cta){color:#cfcdc7;position:relative}.nav>a:not(.nav-cta):after{content:"";background:var(--gold);width:0;height:1px;transition:width .2s;position:absolute;bottom:-8px;left:0}.nav>a:hover:after{width:100%}.nav-cta{border:1px solid var(--gold);color:var(--gold-light);padding:14px 20px;transition:all .2s}.nav-cta:hover{background:var(--gold);color:var(--ink)}.menu-toggle{display:none}.hero{background:radial-gradient(circle at 80% 40%, #28231b 0, var(--ink) 48%);min-height:700px;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#c4a4640e 1px,#0000 1px),linear-gradient(90deg,#c4a4640e 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 78%);mask-image:linear-gradient(90deg,#000,#0000 78%)}.hero-media{position:absolute;inset:0 0 0 45%;overflow:hidden}.hero-media:after{content:"";background:linear-gradient(90deg, var(--ink) 0%, #090b0c9e 26%, #090b0c0d 72%), linear-gradient(0deg, var(--ink) 0%, transparent 30%);position:absolute;inset:0}.hero-placeholder{background:url(/assets/hero-consultora.png) 50%/cover no-repeat;position:absolute;inset:0}.hero-grid{z-index:2;align-items:center;min-height:700px;display:grid;position:relative}.hero-copy{max-width:730px;padding:76px 0 94px}.eyebrow{color:var(--gold-light);letter-spacing:.26em;text-transform:uppercase;margin:0 0 24px;font-size:11px;font-weight:700}.eyebrow.dark{color:#785f2f}h1,h2{font-family:var(--serif);letter-spacing:-.035em;margin:0;font-weight:500}.hero h1{max-width:760px;font-size:clamp(54px,5.3vw,82px);line-height:.98}.hero h1 span{color:var(--gold-light);font-style:italic;display:block}.hero-lead{color:#c4c2bc;max-width:620px;margin:30px 0 34px;font-size:18px;line-height:1.7}.hero-actions{align-items:center;gap:28px;display:flex}.button{letter-spacing:.02em;border:1px solid #0000;justify-content:center;align-items:center;gap:20px;min-height:56px;padding:0 26px;font-size:13px;font-weight:650;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-gold{background:var(--gold);color:#111;box-shadow:0 14px 34px #c4a46426}.button-gold:hover{background:var(--gold-light);box-shadow:0 18px 40px #c4a4643b}.text-link{color:var(--cream);border-bottom:1px solid var(--gold);padding-bottom:5px;font-size:13px}.hero-note{color:#817f79;margin:20px 0 0;font-size:11px}.proof-strip{background:#0e1011;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}.proof-grid{grid-template-columns:repeat(3,1fr);display:grid}.proof-grid article{border-right:1px solid #ffffff14;align-items:center;gap:18px;min-height:118px;padding:28px 34px;display:flex}.proof-grid article:last-child{border-right:0}.proof-grid article>span{font-family:var(--serif);color:var(--gold);font-size:14px}.proof-grid div{flex-direction:column;gap:7px;display:flex}.proof-grid strong{font-family:var(--serif);font-size:19px;font-weight:500}.proof-grid small{color:#888984;font-size:12px}.section{padding:120px 0}.section-light{background:var(--paper);color:#171817}.section-heading{grid-template-columns:1.5fr .7fr;align-items:end;gap:90px;margin-bottom:64px;display:grid}.section-heading h2,.process h2,.faq-section h2,.closing h2{font-size:clamp(40px,4vw,62px);line-height:1.05}.section-heading>p{color:#66665f;margin:0 0 5px;line-height:1.75}.service-grid{border-top:1px solid #ded9cd;border-left:1px solid #ded9cd;grid-template-columns:repeat(3,1fr);display:grid}.service-card{border-bottom:1px solid #ded9cd;border-right:1px solid #ded9cd;flex-direction:column;min-height:310px;padding:40px;transition:background .25s,transform .25s;display:flex}.service-card:hover{background:#f1ebdf;transform:translateY(-3px)}.service-card>span{color:#9a7b3c;font-family:var(--serif);font-size:13px}.service-card h3{font-family:var(--serif);margin:48px 0 14px;font-size:27px;font-weight:500}.service-card p{color:#686760;margin:0;font-size:14px;line-height:1.65}.service-card button{text-align:left;color:#5d4820;background:0 0;border:0;margin-top:auto;padding:20px 0 0;font-size:12px;font-weight:700}.service-card button b{float:right}.process{background:var(--ink)}.process-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:130px;display:grid}.process-copy{position:sticky;top:40px}.process-copy>p:not(.eyebrow){color:#a6a59f;max-width:520px;margin:26px 0 34px;line-height:1.75}.button-outline{color:var(--gold-light);border-color:var(--gold)}.button-outline:hover{background:var(--gold);color:var(--ink)}.timeline article{grid-template-columns:58px 1fr;gap:22px;padding:12px 0 38px;display:grid;position:relative}.timeline article:before{content:"";background:var(--line);width:1px;position:absolute;top:58px;bottom:0;left:22px}.timeline article:last-child:before{display:none}.timeline article>span{border:1px solid var(--gold);width:45px;height:45px;color:var(--gold-light);font-family:var(--serif);border-radius:50%;place-items:center;display:grid}.timeline h3{font-family:var(--serif);margin:3px 0 10px;font-size:28px;font-weight:500}.timeline p{color:#999892;margin:0;line-height:1.65}.faq-grid{grid-template-columns:.8fr 1.2fr;gap:120px;display:grid}.faq-intro{color:#6e6d66;max-width:490px;line-height:1.75}.faq-list{border-top:1px solid #d8d2c6}.faq-list details{border-bottom:1px solid #d8d2c6}.faq-list summary{font-family:var(--serif);cursor:pointer;justify-content:space-between;align-items:center;padding:24px 0;font-size:21px;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-family:var(--sans);color:#94743a;font-size:22px;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:#686760;margin:0 40px 24px 0;line-height:1.7}.closing{text-align:center;background:radial-gradient(circle at 50% 100%, #292318 0, var(--ink) 53%);border-top:1px solid var(--line);padding:110px 0}.closing h2{color:var(--cream)}.closing>.closing-inner>p:not(.eyebrow){color:#aaa8a1;margin:24px auto 32px}.closing .button{margin:auto}footer{color:#8f8e89;background:#050606;border-top:1px solid #ffffff14;padding:70px 0 24px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:70px;display:grid}.footer-brand img{width:58px;height:58px}.footer-brand+p{max-width:330px;font-size:13px;line-height:1.6}.company-id{color:#777873;letter-spacing:.035em;margin-top:18px;font-size:10px;line-height:1.7;display:block}.footer-grid>div:not(:first-child){flex-direction:column;gap:10px;font-size:12px;display:flex}.footer-grid>div:not(:first-child) strong{color:var(--cream);text-transform:uppercase;letter-spacing:.14em;margin-bottom:7px;font-size:10px}.footer-grid a:hover{color:var(--gold-light)}.footer-bottom{border-top:1px solid #ffffff12;justify-content:space-between;gap:24px;margin-top:48px;padding-top:22px;font-size:10px;line-height:1.5;display:flex}.cancellation-note{color:#5f605d;max-width:1280px;margin-top:14px;font-size:9px;line-height:1.55}.chat-launcher{z-index:50;background:var(--cream);color:#171817;text-align:left;border:0;border-radius:4px;align-items:center;gap:13px;width:294px;min-height:76px;padding:14px 18px;animation:.45s 1.3s both chatIn;display:flex;position:fixed;bottom:26px;right:26px;box-shadow:0 18px 60px #0000005c}.chat-launcher.hidden{display:none}.chat-launcher>div{flex-direction:column;gap:3px;display:flex}.chat-launcher small{color:#74736c;font-size:10px}.chat-launcher strong{font-family:var(--serif);font-size:17px;font-weight:500}.chat-launcher>b{color:#765b2c;margin-left:auto}.chat-pulse{background:#20b966;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 5px #20b9661f}.chat-panel{z-index:60;background:var(--cream);color:#171817;width:min(390px,100vw - 32px);animation:.28s both chatIn;position:fixed;bottom:26px;right:26px;box-shadow:0 24px 80px #00000075}.chat-panel>header{min-height:78px;color:var(--cream);background:#111414;align-items:center;gap:12px;padding:14px 18px;display:flex}.assistant-avatar{border:1px solid var(--gold);width:42px;height:42px;font-family:var(--serif);color:var(--gold-light);border-radius:50%;place-items:center;display:grid}.chat-panel header>div:nth-child(2){flex-direction:column;gap:4px;display:flex}.chat-panel header strong{font-family:var(--serif);font-size:17px;font-weight:500}.chat-panel header span{color:#9a9b96;font-size:10px}.chat-panel header span i{background:#20b966;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.chat-panel header button{color:#aaa;background:0 0;border:0;margin-left:auto;font-size:24px}.chat-body{min-height:330px;max-height:480px;padding:22px;overflow:auto}.bot-message{background:#fff;border:1px solid #ded8cc;margin-bottom:14px;padding:15px;font-size:13px;line-height:1.55}.chat-primary,.chat-whatsapp{background:var(--gold);color:#111;border:0;place-items:center;width:100%;min-height:48px;font-size:13px;font-weight:700;display:grid}.chat-whatsapp{color:#fff;background:#18ad5d}.ai-question{gap:8px;margin-bottom:10px;display:grid}.ai-question textarea{resize:none;color:#272622;width:100%;font:12px/1.5 var(--sans);background:#fff;border:1px solid #d2cab9;outline:none;padding:12px}.ai-question textarea:focus{border-color:#94743a;box-shadow:0 0 0 2px #94743a1a}.ai-question button,.chat-secondary{background:var(--gold);color:#111;border:0;min-height:42px;font-size:11px;font-weight:700}.ai-question button:disabled{opacity:.55;cursor:not-allowed}.chat-secondary{background:0 0;border:1px solid #b8ad98;width:100%}.ai-response{border-left:3px solid var(--gold)}.chat-options{gap:8px;display:grid}.chat-options button{text-align:left;color:#302f2c;background:0 0;border:1px solid #d2cab9;padding:12px 14px;font-size:12px;transition:all .16s}.chat-options button:hover{background:#fff;border-color:#94743a}.privacy-note{color:#79776f;margin-top:12px;font-size:9px;line-height:1.5;display:block}.chat-panel>footer{text-align:center;color:#77736b;background:#e9e3d7;border:0;padding:10px 14px;font-size:9px}@keyframes chatIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.shell{width:min(100% - 40px,1280px)}.trust-bar-inner{gap:8px;font-size:8px}.site-header{height:78px}.brand img{width:54px;height:54px}.brand strong{font-size:21px}.menu-toggle{background:0 0;border:1px solid #ffffff26;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:42px;height:42px;display:flex}.menu-toggle i{background:var(--gold-light);width:18px;height:1px}.nav{border-bottom:1px solid var(--line);background:#0b0d0e;flex-direction:column;align-items:stretch;gap:22px;padding:24px 20px 30px;display:none;position:absolute;top:78px;left:0;right:0}.nav.open{display:flex}.nav-cta{text-align:center}.hero,.hero-grid{min-height:720px}.hero-media{opacity:.7;inset:38% 0 0}.hero-media:after{background:linear-gradient(0deg, var(--ink), transparent 58%), linear-gradient(180deg, var(--ink) 0%, transparent 40%)}.hero-copy{padding:70px 0 300px}.hero h1{font-size:clamp(46px,13vw,68px)}.hero-lead{font-size:16px}.proof-grid,.service-grid,.section-heading,.process-grid,.faq-grid,.footer-grid{grid-template-columns:1fr}.proof-grid article{border-bottom:1px solid #ffffff14;border-right:0}.section{padding:82px 0}.section-heading,.process-grid,.faq-grid{gap:38px}.service-card{min-height:270px}.process-copy{position:static}.footer-grid{gap:35px}.footer-bottom{flex-direction:column}}@media (max-width:560px){.shell{width:calc(100% - 32px)}.trust-bar-inner span:last-child,.trust-separator,.brand span{display:none}.hero-actions{flex-direction:column;align-items:stretch;gap:18px}.button{width:100%}.text-link{align-self:flex-start}.proof-grid article{min-height:100px;padding:24px 4px}.service-card{padding:30px 24px}.chat-launcher{width:calc(100% - 32px);bottom:16px;right:16px}.chat-panel{bottom:16px;right:16px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.legal-page{background:var(--paper);color:#242522;min-height:100vh;padding:72px 0 110px}.legal-content{max-width:820px}.legal-back{color:#745b2c;border-bottom:1px solid #b69a65;margin-bottom:70px;padding-bottom:5px;font-size:13px;display:inline-block}.legal-content h1{margin-bottom:36px;font-size:clamp(46px,6vw,72px)}.legal-content h2{font:500 28px/1.2 var(--serif);margin:42px 0 12px}.legal-content p{color:#66665f;line-height:1.8}.legal-note{border-left:3px solid var(--gold);background:#f0eadf;margin-top:44px;padding:16px 20px}
