:root{--navy:#082f3c;--navy-deep:#05242e;--teal:#087f76;--teal-dark:#06675f;--ink:#17232b;--muted:#5d6b72;--line:#dce5e6;--soft:#f3f7f6;--white:#fff;--gold:#c99a48;--danger:#a52828;--danger-soft:#fff3f2;--success:#096b45;--max:1160px;--radius:14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid #e8ab43;outline-offset:3px}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.narrow{max-width:820px}.skip-link{position:fixed;z-index:100;top:10px;left:16px;padding:10px 14px;color:var(--navy);background:var(--white);transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{position:sticky;z-index:20;top:0;height:72px;background:rgb(255 255 255 / 96%);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{display:flex;height:100%;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--navy);text-decoration:none;white-space:nowrap}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}.header-inner nav{display:flex;gap:22px}.header-inner nav a{font-size:14px;font-weight:750;text-decoration:none}.hero{overflow:hidden;background:radial-gradient(circle at 84% 30%,rgb(8 127 118 / 14%) 0 10%,transparent 10.3%),linear-gradient(128deg,#f8fbfa 0 67%,#e6f0ed 67%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.75fr);gap:60px;align-items:center;min-height:610px;padding-block:76px}.eyebrow{margin:0 0 12px;color:var(--teal-dark);font-size:12px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy);line-height:1.12}h1{margin-bottom:20px;font-size:clamp(44px,6vw,72px);letter-spacing:-.03em}h2{font-size:clamp(30px,4vw,44px)}.hero-lead{max-width:690px;margin-bottom:30px;color:var(--muted);font-size:20px}.hero-note{max-width:630px;margin:18px 0 0;color:var(--muted);font-size:14px}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:12px 22px;border:1px solid transparent;border-radius:7px;font-size:14px;font-weight:800;letter-spacing:.02em;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer}.button-primary{color:var(--white);background:var(--teal);box-shadow:0 12px 28px rgb(8 127 118 / 20%)}.button-primary:hover{background:var(--teal-dark)}.button-secondary{color:var(--white);background:var(--navy)}.strategy-card{padding:34px;background:rgb(255 255 255 / 94%);border:1px solid rgb(8 47 60 / 12%);border-top:4px solid var(--gold);border-radius:var(--radius);box-shadow:0 22px 55px rgb(8 47 60 / 10%)}.strategy-mark{display:grid;width:58px;height:58px;place-items:center;margin-bottom:20px;color:var(--white);background:var(--navy);border-radius:50%;font-weight:900;letter-spacing:.08em}.strategy-card h2{font-size:28px}.strategy-card ul{margin:0;padding-left:20px;color:var(--muted)}.section{padding-block:80px}.section .narrow>p:not(.eyebrow){font-size:18px}.notice{margin-top:28px;padding:20px 22px;background:var(--soft);border-left:4px solid var(--gold);border-radius:8px}.form-section{padding-block:84px;background:var(--soft)}.form-layout{display:grid;grid-template-columns:minmax(250px,.5fr) minmax(0,1fr);gap:48px;align-items:start}.form-intro{position:sticky;top:104px}.form-intro>p{color:var(--muted)}.privacy-card{margin-top:28px;padding:20px;background:var(--navy);color:#d8e5e6;border-radius:10px}.privacy-card strong{color:var(--white)}.privacy-card p{margin:7px 0 0}.form-card{padding:clamp(22px,4vw,48px);background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 18px 50px rgb(8 47 60 / 8%)}fieldset{min-width:0;margin:0 0 42px;padding:0;border:0}legend{width:100%;margin-bottom:22px;padding-bottom:12px;color:var(--navy);border-bottom:1px solid var(--line);font-size:22px;font-weight:850}.required-note{margin:-16px 0 20px;color:var(--muted);font-size:13px}.fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.field{min-width:0}.field-wide{grid-column:1/-1}.field label{display:block;margin-bottom:7px;color:var(--navy);font-size:14px;font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:48px;padding:11px 12px;color:var(--ink);background:var(--white);border:1px solid #aababe;border-radius:7px}.field textarea{resize:vertical}.field small{display:block;margin-top:6px;color:var(--muted);font-size:12px}.field [aria-invalid="true"]{border:2px solid var(--danger);background:#fffafa}.field-error{margin:6px 0 0;color:var(--danger);font-size:13px;font-weight:700}.check-field{display:grid;grid-template-columns:22px 1fr;gap:11px;margin-bottom:20px}.check-field input{width:20px;height:20px;margin-top:3px}.check-field label{font-size:14px}.check-field.has-error{padding:10px;background:var(--danger-soft);border-radius:7px}.error-summary{margin-bottom:30px;padding:18px 20px;color:#6e1818;background:var(--danger-soft);border:1px solid #e2aaaa;border-radius:8px}.error-summary h3{margin-bottom:8px;color:#6e1818;font-size:18px}.error-summary ul{margin:0;padding-left:20px}.submit-status{min-height:26px;margin-bottom:12px;color:var(--danger);font-weight:750}.submit-button{width:100%}.submit-button:disabled{cursor:wait;opacity:.7}.form-footnote{margin:12px 0 0;color:var(--muted);font-size:12px;text-align:center}.bot-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.success-panel{padding-block:36px}.success-panel h2{font-size:38px}.faq{background:var(--white)}details{padding:20px 0;border-bottom:1px solid var(--line)}summary{color:var(--navy);font-weight:850;cursor:pointer}details p{margin:12px 0 0;color:var(--muted)}.author-section{padding-block:72px;color:#d6e4e7;background:var(--navy-deep)}.author-grid{display:grid;grid-template-columns:190px minmax(0,700px);gap:46px;align-items:center;justify-content:center}.author-grid img{width:190px;height:230px;object-fit:cover;object-position:center 22%;border-radius:10px}.author-grid h2{color:var(--white)}.eyebrow-light{color:#8edbd3}.site-footer{padding-block:30px;color:#aebfc3;background:#031a22;font-size:13px}.footer-inner{display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center}.footer-inner strong{color:var(--white)}.footer-inner nav{display:flex;gap:20px}.footer-inner p{margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:850px){.hero-grid,.form-layout{grid-template-columns:1fr}.hero-grid{min-height:0;padding-block:62px}.form-intro{position:static}.footer-inner{grid-template-columns:1fr}.author-grid{grid-template-columns:150px 1fr}.author-grid img{width:150px;height:190px}}@media(max-width:600px){.container{width:min(calc(100% - 28px),var(--max))}.site-header{height:66px}.brand strong{display:none}.header-inner nav a{display:none}.header-inner nav a[href="#formulario"]{display:inline-flex;padding:8px 10px;color:var(--white);background:var(--navy);border-radius:6px}.hero-grid{gap:36px;padding-block:46px}.hero{background:var(--soft)}h1{font-size:42px}.hero-lead{font-size:17px}.strategy-card{padding:24px}.section,.form-section{padding-block:60px}.form-card{padding:22px 17px}.fields-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}legend{font-size:20px}.author-grid{grid-template-columns:1fr;text-align:center}.author-grid img{margin-inline:auto}.footer-inner nav{display:flex;flex-direction:column;gap:6px}}@media(max-width:360px){h1{font-size:36px}.button{width:100%;padding-inline:12px}.strategy-card{padding:20px}.form-card{padding-inline:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.choice-group{min-width:0;margin:0;border:0;padding:0}.choice-group>legend{margin-bottom:8px;font-size:14px;font-weight:800}.optional-label{display:inline-block;margin-left:6px;border-radius:999px;background:#e7efed;padding:3px 7px;color:#315c55;font-size:11px;font-weight:800;vertical-align:middle}.field-help{margin:0 0 14px;color:#53646a;font-size:13px;line-height:1.55}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}.choice-grid .check-field{margin:0}.choice-grid-compact{grid-template-columns:repeat(2,minmax(110px,180px))}@media(max-width:620px){.choice-grid,.choice-grid-compact{grid-template-columns:1fr}}
.section-soft{background:var(--soft)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.feature-grid article{padding:22px;border:1px solid var(--line);border-radius:10px;background:var(--white)}.feature-grid h3{margin-bottom:8px;font-size:20px}.feature-grid p{margin:0;color:var(--muted);font-size:15px}.audience-section p:not(.eyebrow){font-size:18px}.stage-steps{display:grid;gap:18px;margin:32px 0;padding:0;counter-reset:stage;list-style:none}.stage-steps li{display:grid;grid-template-columns:42px 1fr;gap:2px 16px;align-items:start;counter-increment:stage}.stage-steps li::before{grid-row:1/3;display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--navy);color:var(--white);font-weight:850;content:counter(stage)}.stage-steps strong{color:var(--navy)}.stage-steps span{color:var(--muted)}.stage-note{margin:0;padding:18px 20px;border-left:4px solid var(--gold);border-radius:8px;background:var(--soft)}@media(max-width:700px){.feature-grid{grid-template-columns:1fr}.stage-steps li{grid-template-columns:36px 1fr;gap:3px 12px}.stage-steps li::before{width:36px;height:36px}.author-section{padding-block:58px}}@media(max-width:600px){.hero .button{width:100%;padding-inline:14px;line-height:1.35}.hero-note{font-size:13px}.form-intro>p{font-size:15px}.optional-label{margin-left:4px}.check-field label{line-height:1.5}}
.hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(320px,.72fr);gap:48px;min-height:520px;padding-block:58px}.hero-title-row,.strategy-heading{display:flex;align-items:center}.hero-title-row{gap:15px;margin-bottom:20px}.hero-title-row h1{margin:0;font-size:clamp(40px,4.25vw,54px);white-space:nowrap}.cs-logo{display:block;object-fit:contain}.hero-brand-mark,.strategy-logo{width:58px;height:58px;flex:0 0 58px}.strategy-card{padding:28px}.strategy-heading{gap:14px;margin-bottom:18px}.strategy-heading h2{margin:0;font-size:26px}@media(max-width:850px){.hero-grid{grid-template-columns:1fr;gap:38px;padding-block:52px}}@media(max-width:600px){.hero-grid{gap:30px;padding-block:42px}.hero-title-row{align-items:flex-start;gap:12px}.hero-title-row h1{font-size:40px;white-space:normal}.hero-brand-mark,.strategy-logo{width:54px;height:54px;flex-basis:54px}.strategy-card{padding:22px}.strategy-heading{gap:12px;margin-bottom:16px}.strategy-heading h2{font-size:24px}}@media(max-width:360px){.hero-title-row h1{font-size:34px}}
