:root{--ink:#142333;--navy:#10283b;--gold:#c49a55;--ivory:#f8f6f1;--muted:#64717d;--line:#dfe3e5;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6;background:var(--white)}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.navbar{min-height:78px}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand strong{display:block;font-family:Georgia,serif;font-size:1.15rem}.brand small{display:block;color:var(--muted);font-size:.68rem;letter-spacing:.03em}.brand-logo{display:block;width:96px;height:48px;object-fit:contain;object-position:left center}.navbar-nav a{display:block;text-decoration:none;padding:.55rem .7rem}.navbar-toggler{border:0}.btn{border-radius:2px;min-height:44px;padding:.7rem 1.2rem;font-weight:700}.btn-gold{background:var(--gold);color:#17212a;border:1px solid var(--gold)}.btn-gold:hover{background:#d6b06e;color:#17212a}.btn-whatsapp{background:#1f9d63;color:#fff}.hero{background:var(--ivory);padding:clamp(3.5rem,8vw,7rem) 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);align-items:center;gap:4rem}.hero-copy{max-width:700px}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-size:.74rem;font-weight:800}.hero h1,.page-hero h1{font-family:Georgia,serif;font-weight:500;line-height:1.08;font-size:clamp(2.7rem,5vw,4.2rem);margin:.85rem 0 1.2rem;max-width:760px}.hero-lead{font-size:1.18rem;color:#43515c;max-width:650px}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-top:1.75rem}.text-link{font-weight:700;text-decoration:none}.text-link span,a span{color:var(--gold)}.reassurance,.muted{color:var(--muted);font-size:.92rem}.hero-portrait{max-height:510px;overflow:hidden;background:#d9d5cc}.hero-portrait img,.profile-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.trust-strip{background:var(--navy);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.1rem 0;font-size:.83rem;letter-spacing:.02em}.section{padding:clamp(4rem,8vw,7rem) 0}.soft{background:var(--ivory)}.section-ink{background:var(--navy);color:#fff}.section-intro{max-width:720px;margin-bottom:2.7rem}.section h2,.page-hero h1{font-family:Georgia,serif;font-weight:500;line-height:1.15}.section h2{font-size:clamp(2rem,4vw,3.2rem);margin:.55rem 0 1rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.service-tile{background:#fff;padding:1.7rem;min-height:215px}.service-tile h2,.service-tile h3{font-family:Georgia,serif;font-weight:500}.tile-number{color:var(--gold);font-weight:800}.two-col,.problem-grid,.profile-grid,.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.audience-list,.problem-list{display:grid;gap:1rem}.audience-list div{border-top:1px solid rgba(255,255,255,.25);padding:1rem 0}.audience-list strong,.audience-list span{display:block}.problem-list p{border-bottom:1px solid var(--line);padding:1rem 0;margin:0}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.process-grid>div{border-top:2px solid var(--gold);padding-top:1.2rem}.process-grid b{color:var(--gold)}.profile-grid{align-items:center}.profile-image{max-height:620px;overflow:hidden}.disclaimer{border-left:3px solid var(--gold);background:var(--ivory);padding:1rem 1.2rem;font-size:.88rem;color:#4d5a64}.section-ink .disclaimer{background:rgba(255,255,255,.08);color:#fff}.page-hero{background:var(--navy);color:#fff;padding:4.5rem 0}.page-hero p{max-width:760px;color:#d8e0e5;font-size:1.1rem}.breadcrumbs{display:flex;gap:.6rem;flex-wrap:wrap;font-size:.82rem;margin-bottom:2rem;color:#ccd7de}.breadcrumbs a{color:#fff}.content-copy h2{margin-top:2.5rem}.side-card{background:var(--ivory);padding:2rem;position:sticky;top:110px}.lead-section{background:#f3f5f4;padding:5rem 0}.lead-form{background:#fff;border:1px solid var(--line);padding:1.5rem}.lead-form label{font-weight:700;font-size:.88rem;display:block;margin-bottom:.3rem}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid #c7ced1;padding:.75rem;border-radius:2px;background:#fff}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{outline:3px solid rgba(196,154,85,.3);border-color:var(--gold)}.consent{display:flex;gap:.7rem;align-items:flex-start}.consent input{width:20px;height:20px;flex:0 0 auto}.error{color:#a12929}.honeypot{position:absolute;left:-10000px}.final-cta{background:var(--navy);color:#fff;padding:4rem 0}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.article-grid article{border:1px solid var(--line);padding:1.5rem}.article-grid h2{font-size:1.5rem}.site-footer{background:#0d1b28;color:#e6edf0}.site-footer h2{font-size:1rem}.site-footer a{display:block;color:#e6edf0;text-decoration:none;margin:.3rem 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.18);padding-top:1.2rem;margin-top:2rem;font-size:.84rem}.narrow{max-width:760px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.5rem;z-index:50}.mobile-bar,.float-wa{display:none}@media(max-width:991px){.hero-grid,.two-col,.problem-grid,.profile-grid,.content-grid{grid-template-columns:1fr;gap:2rem}.hero-portrait{max-height:420px;max-width:520px}.service-grid{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){body{padding-bottom:66px}.navbar{min-height:66px}.brand small{font-size:.58rem}.brand-mark{width:34px;height:34px}.hero{padding:3rem 0}.hero h1{font-size:2.7rem}.hero-lead{font-size:1rem}.trust-grid{grid-template-columns:repeat(2,1fr);font-size:.75rem}.service-grid,.article-grid,.process-grid{grid-template-columns:1fr}.service-tile{min-height:auto}.section{padding:3.5rem 0}.page-hero{padding:3rem 0}.page-hero h1{font-size:2.7rem}.lead-section{padding:3rem 0}.lead-form{padding:1rem}.float-wa{display:grid;place-items:center;position:fixed;right:16px;bottom:78px;width:50px;height:50px;border-radius:50%;background:#1f9d63;color:#fff;text-decoration:none;z-index:15;font-size:0}.float-wa:after{content:'WA';font-size:.72rem;font-weight:800}.mobile-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:30;padding:.45rem;gap:.45rem}.mobile-bar a{text-align:center;text-decoration:none;padding:.55rem;font-weight:800;font-size:.82rem}.mobile-bar a:first-child{background:var(--navy);color:#fff}.mobile-bar a:last-child{background:#1f9d63;color:#fff}.footer-bottom{display:block}.footer-bottom span{display:block;margin:.4rem 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
:root{--case-popup-shadow:0 20px 60px rgba(10,25,38,.28)}.case-popup[hidden]{display:none}.case-popup{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1rem}.case-popup-backdrop{position:absolute;inset:0;background:rgba(10,25,38,.58)}.case-popup-panel{position:relative;width:min(100%,560px);background:var(--white);border-top:4px solid var(--gold);padding:2rem;box-shadow:var(--case-popup-shadow)}.case-popup-panel h2{font-family:Georgia,serif;font-weight:500;line-height:1.15;font-size:clamp(1.7rem,4vw,2.35rem);margin:.55rem 0 .8rem}.case-popup-panel p{color:var(--muted);margin:0 0 1.35rem}.case-popup-close{position:absolute;top:.65rem;right:.75rem;border:0;background:transparent;color:var(--ink);font-size:1.7rem;line-height:1;min-width:44px;min-height:44px;cursor:pointer}.case-popup-actions{display:flex;gap:.75rem;flex-wrap:wrap}.case-popup-actions .btn{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none}.case-popup-actions .btn span{color:inherit;font-weight:800}.case-popup-open{overflow:hidden}
