:root{--gold:#efc143;--gold-dark:#c89316;--ink:#242727;--muted:#676b69;--cream:#f7f4eb;--white:#fff;--line:#dedbd1;--radius:22px;--shadow:0 24px 70px rgba(35,38,37,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
body.menu-open{overflow:hidden}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.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}
.topbar{background:var(--ink);color:#fff;font-size:.78rem;letter-spacing:.06em}.topbar-inner{height:34px;display:flex;justify-content:space-between;align-items:center}.topbar a{color:var(--gold);text-decoration:none;font-weight:700}
.site-header{background:#fff;position:relative;z-index:20}.nav{height:100px;display:flex;justify-content:space-between;align-items:center}.brand{width:230px;height:76px;overflow:hidden;display:flex;align-items:center}.brand img{width:100%;height:auto;display:block}.nav-links{display:flex;gap:28px;align-items:center}.nav-links>a{color:var(--ink);text-decoration:none;font-size:.92rem;font-weight:650}.nav-links>a:not(.button):hover{color:var(--gold-dark)}
.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:15px 24px;background:var(--gold);color:var(--ink);font:inherit;font-size:.93rem;font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 10px 30px rgba(239,193,67,.23);transition:.2s ease}.button:hover{transform:translateY(-2px);background:#f4cd5f}.button-small{padding:11px 18px}.button-full{width:100%;margin-top:4px}.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:var(--ink);margin:5px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7f4eb 0%,#fff 58%);border-top:1px solid #f1eee5}.hero:before{content:"";position:absolute;right:-13%;top:-45%;width:620px;height:620px;border:1px solid rgba(239,193,67,.35);border-radius:50%;box-shadow:0 0 0 90px rgba(239,193,67,.04),0 0 0 180px rgba(239,193,67,.025)}.hero-grid{min-height:660px;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;padding-block:70px}.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:var(--gold-dark);font-size:.75rem;font-weight:850;margin:0 0 17px}.hero h1,.section h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.06;letter-spacing:-.035em;margin:0}.hero h1{font-size:clamp(3.4rem,6vw,5.8rem);max-width:760px}.hero h1 em{display:block;color:var(--gold-dark);font-weight:500}.hero-text{max-width:650px;color:var(--muted);font-size:1.12rem;margin:25px 0 30px}.hero-actions{display:flex;gap:25px;align-items:center}.text-link{color:var(--ink);font-weight:750;text-decoration:none}.text-link span{color:var(--gold-dark);margin-left:7px}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:39px;color:#555b58;font-size:.82rem;font-weight:650}.trust-row span::first-letter{color:var(--gold-dark)}
.hero-visual{height:460px;position:relative;display:grid;place-items:center}.shield-card{width:min(350px,80%);aspect-ratio:.82;background:var(--ink);color:#fff;clip-path:polygon(10% 0,90% 0,100% 13%,100% 73%,50% 100%,0 73%,0 13%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:var(--shadow)}.shield-mark{width:92px;height:112px;border:4px solid var(--gold);clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%);display:grid;place-items:center;margin-bottom:25px}.shield-mark span{width:20px;height:40px;background:var(--gold);clip-path:polygon(37% 30%,0 100%,100% 100%,63% 30%,73% 14%,66% 3%,50% 0,34% 3%,27% 14%)}.shield-card p{margin:0;color:#cfd1cf;text-transform:uppercase;letter-spacing:.18em;font-size:.68rem}.shield-card strong{font-family:Georgia,"Times New Roman",serif;font-size:1.6rem;font-weight:500;margin-top:6px}.floating-note{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:0 14px 35px rgba(35,38,37,.1);border-radius:12px;padding:12px 16px;font-size:.82rem;font-weight:750}.floating-note span{color:var(--gold-dark);margin-right:7px}.note-one{left:0;top:70px}.note-two{right:0;bottom:63px}
.section{padding:105px 0}.section-heading{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:end;margin-bottom:50px}.section-heading.compact{display:block}.section h2{font-size:clamp(2.5rem,4vw,4rem)}.section-heading>p{color:var(--muted);margin:0 0 5px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:245px;display:flex;flex-direction:column;transition:.25s ease;background:#fff}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d5b55d}.service-number{color:var(--gold-dark);font-size:.75rem;font-weight:800;letter-spacing:.12em}.service-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:500;margin:32px 0 8px}.service-card p{color:var(--muted);font-size:.92rem;margin:0 0 22px}.service-card a{color:var(--ink);font-weight:800;font-size:.85rem;text-decoration:none;margin-top:auto}
.contrast{background:var(--ink);color:#fff;position:relative;overflow:hidden}.contrast:after{content:"G";position:absolute;right:-40px;bottom:-235px;font-family:Georgia,serif;color:rgba(255,255,255,.025);font-size:42rem;line-height:1}.contrast-grid{position:relative;z-index:1;display:grid;grid-template-columns:.82fr 1.18fr;gap:110px}.eyebrow-light{color:var(--gold)}.contrast h2{max-width:510px}.contrast-intro{color:#b8bcba;max-width:500px;font-size:1.05rem;margin-top:25px}.benefit-list{border-top:1px solid #454a48}.benefit{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid #454a48}.benefit>span{color:var(--gold);font-size:.78rem;font-weight:800}.benefit h3{font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;font-weight:500;margin:0 0 6px}.benefit p{margin:0;color:#aeb2b0;font-size:.93rem}
.steps{list-style:none;padding:0;margin:55px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:item}.steps li{background:var(--cream);padding:32px;border-radius:var(--radius);min-height:225px}.steps li>span{display:grid;place-items:center;width:38px;height:38px;background:var(--gold);border-radius:50%;font-weight:850}.steps h3{font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;font-weight:500;margin:40px 0 8px}.steps p{color:var(--muted);margin:0;font-size:.92rem}
.quote-section{background:var(--cream)}.quote-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.quote-copy>p:not(.eyebrow){color:var(--muted);max-width:470px}.phone-link{display:flex;flex-direction:column;color:var(--ink);text-decoration:none;margin-top:42px}.phone-link span{text-transform:uppercase;letter-spacing:.13em;font-size:.69rem;color:var(--gold-dark);font-weight:850}.phone-link strong{font-family:Georgia,"Times New Roman",serif;font-size:1.75rem;font-weight:500}.quote-form{background:#fff;padding:38px;border-radius:var(--radius);box-shadow:var(--shadow)}.quote-form label{display:block;font-size:.78rem;font-weight:800;margin-bottom:17px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #d8d6ce;border-radius:10px;background:#fff;color:var(--ink);font:inherit;font-size:.92rem;outline:none}.quote-form textarea{resize:vertical}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px rgba(239,193,67,.18)}.form-note{text-align:center;color:var(--muted);font-size:.72rem;margin:11px 0 0}
.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px}.accordion{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:19px 0}summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:800;list-style:none}summary::-webkit-details-marker{display:none}summary span{font-size:1.4rem;color:var(--gold-dark);font-weight:400}details[open] summary span{transform:rotate(45deg)}details p{color:var(--muted);max-width:620px;margin:12px 35px 0 0}
footer{background:#f6f5f1;border-top:1px solid var(--line);padding:55px 0 24px}.footer-grid{display:grid;grid-template-columns:220px 1fr auto;gap:45px;align-items:center}.footer-grid img{width:220px}.footer-grid p{color:var(--muted)}.footer-contact{display:flex;flex-direction:column}.footer-contact span{font-size:.68rem;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.15em;font-weight:800}.footer-contact a{color:var(--ink);font-weight:850;text-decoration:none}.footer-bottom{border-top:1px solid var(--line);padding-top:20px;margin-top:35px;display:flex;justify-content:space-between;color:#737775;font-size:.78rem}.footer-bottom a{color:var(--ink);text-decoration:none;font-weight:700}
.whatsapp-fab{position:fixed;right:22px;bottom:22px;z-index:30;background:#177f55;color:#fff;text-decoration:none;font-size:.8rem;font-weight:850;padding:13px 18px;border-radius:999px;box-shadow:0 12px 35px rgba(23,127,85,.3)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.nav{height:82px}.brand{width:190px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:116px;background:#fff;padding:25px 20px 35px;flex-direction:column;align-items:flex-start;border-top:1px solid var(--line);box-shadow:0 20px 30px rgba(0,0,0,.08)}.nav-links.open{display:flex}.hero-grid,.section-heading,.contrast-grid,.quote-grid,.faq-grid{grid-template-columns:1fr;gap:45px}.hero-grid{padding-top:58px}.hero-visual{height:400px}.service-grid{grid-template-columns:repeat(2,1fr)}.contrast-grid{gap:60px}.steps{grid-template-columns:1fr}.quote-grid{gap:55px}.footer-grid{grid-template-columns:1fr}.footer-grid p{margin:0}.footer-contact{margin-top:5px}}
@media(max-width:620px){.container{width:min(100% - 28px,1160px)}.topbar-inner{justify-content:center}.topbar-inner>span{display:none}.hero-grid{min-height:auto;padding-block:55px}.hero h1{font-size:3rem}.hero-text{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.trust-row{display:grid;gap:9px}.hero-visual{height:340px}.shield-card{width:250px}.note-one{left:-3px;top:35px}.note-two{right:-2px;bottom:35px}.section{padding:78px 0}.section-heading{margin-bottom:35px}.service-grid{grid-template-columns:1fr}.service-card{min-height:215px}.quote-form{padding:24px}.faq-grid{gap:35px}.footer-bottom{gap:15px;align-items:flex-start;flex-direction:column}.whatsapp-fab{right:14px;bottom:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.service-card{transition:none}}
