:root {
  --navy: #071a2f;
  --navy-soft: #0c2948;
  --blue: #123f6b;
  --gold: #c7a04b;
  --gold-light: #ecd38e;
  --ink: #14202d;
  --muted: #5f6b76;
  --cream: #f4f2ec;
  --white: #ffffff;
  --line: rgba(7, 26, 47, 0.12);
  --shadow: 0 30px 80px rgba(7, 26, 47, 0.13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfaf6; font-family: "DM Sans", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, 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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; background: white; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(7,26,47,.1); background: rgba(255,255,255,.97); }
.site-header.is-scrolled { position: fixed; background: rgba(255,255,255,.98); backdrop-filter: blur(16px); box-shadow: 0 10px 28px rgba(7,26,47,.09); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; color: var(--navy); }
.brand img { width: auto; height: 78px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; color: #344250; font-size: .93rem; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: #8f6d24; }
.nav-cta { border: 1px solid rgba(143,109,36,.55); border-radius: 999px; padding: 11px 20px; color: #76581d; background: #fbf7eb; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle > span:not(.sr-only) { width: 24px; height: 2px; background: var(--navy); display: block; margin: 5px 0; }

.hero { position: relative; min-height: 790px; overflow: hidden; padding: 121px 0 40px; color: var(--navy); background: linear-gradient(135deg,#fff 0%,#f7f4eb 56%,#edf2f5 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(7,26,47,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,26,47,.045) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to right, transparent, black); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 90px; background: rgba(199,160,75,.1); }
.hero-glow-two { width: 340px; height: 340px; left: 36%; bottom: -220px; background: rgba(44,126,185,.07); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #80601d; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; }
.eyebrow span { display: inline-block; width: 42px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 680px; margin: 22px 0; font: 700 clamp(2.9rem, 5vw, 4.9rem)/1.04 "IBM Plex Sans", sans-serif; letter-spacing: -.04em; }
.hero h1 em { display: block; color: #9a7426; font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: #52606c; font-size: 1.09rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 42px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 0; border-radius: 8px; padding: 13px 23px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); box-shadow: 0 12px 32px rgba(7,26,47,.16); }
.button-primary:hover { background: #102f4c; }
.button-ghost { border: 1px solid rgba(7,26,47,.23); color: var(--navy); background: rgba(255,255,255,.65); }
.button-ghost:hover { background: white; }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding-top: 25px; border-top: 1px solid rgba(7,26,47,.13); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--navy); font-size: .9rem; }
.trust-row span { color: #67727b; font-size: .75rem; }
.hero-visual { position: relative; min-height: 560px; }
.visual-card { position: absolute; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.visual-card-main { inset: 22px 8px 118px 36px; overflow: hidden; padding: 48px; border-radius: 18px; color: white; background: linear-gradient(145deg,#123f6b,#071a2f); }
.visual-card-main::after { content: ""; position: absolute; right: -85px; bottom: -120px; width: 310px; height: 310px; border: 1px solid rgba(236,211,142,.35); border-radius: 50%; box-shadow: 0 0 0 34px rgba(236,211,142,.035), 0 0 0 68px rgba(236,211,142,.025); }
.visual-kicker { color: var(--gold-light); letter-spacing: .2em; font-size: .72rem; font-weight: 800; }
.visual-card-main h2 { max-width: 390px; margin: 100px 0 18px; font: 700 2.4rem/1.12 "IBM Plex Sans", sans-serif; letter-spacing: -.025em; }
.visual-card-main p { max-width: 330px; color: rgba(255,255,255,.62); }
.visual-lines { position: absolute; top: 52px; right: 45px; display: grid; gap: 7px; }
.visual-lines span { display: block; width: 34px; height: 1px; background: var(--gold); }
.visual-lines span:nth-child(2) { width: 22px; margin-left: 12px; }.visual-lines span:nth-child(3) { width: 12px; margin-left: 22px; }
.visual-card-float { z-index: 3; left: 36px; right: 8px; bottom: 12px; width: auto; display: flex; align-items: center; gap: 14px; padding: 17px; border: 1px solid rgba(7,26,47,.1); border-radius: 10px; background: #fff; color: var(--ink); box-shadow: 0 12px 30px rgba(7,26,47,.1); }
.mini-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 9px; background: var(--gold-light); color: var(--navy); font-size: 1.2rem; }
.visual-card-float strong, .visual-card-float small { display: block; }.visual-card-float strong { font-size: .88rem; }.visual-card-float small { margin-top: 2px; color: var(--muted); font-size: .69rem; }
.bull-mark { position: absolute; z-index: 2; right: -2px; top: 2px; width: 130px; opacity: .9; }
.bull-mark svg path:first-child { fill: rgba(199,160,75,.16); stroke: var(--gold-light); stroke-width: 2; }.bull-mark svg path:last-child { fill: none; stroke: var(--gold-light); stroke-width: 2; }
.hero-footnote { position: relative; margin-top: 45px; color: #727c84; font-size: .72rem; }

.partner-strip { padding: 24px 0; border-bottom: 1px solid var(--line); background: white; }
.partner-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.partner-strip p { margin: 0; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; font-weight: 700; }
.partner-ticker { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 22px; color: var(--navy); font: 700 .9rem "IBM Plex Sans", sans-serif; }
.partner-ticker i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section { padding: 108px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-label { display: block; margin-bottom: 16px; color: #8f6d24; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.section-label.light { color: #80601d; }
.section-heading h2, .proof-copy h2, .about-copy h2, .lead-copy h2 { margin: 0; font: 700 clamp(2.15rem, 4vw, 3.35rem)/1.11 "IBM Plex Sans", sans-serif; letter-spacing: -.03em; }
.section-heading p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 520px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-featured { color: white; border-color: transparent; background: var(--navy); }
.service-featured::after { content: ""; position: absolute; right: -80px; bottom: -90px; width: 250px; height: 250px; border: 1px solid rgba(236,211,142,.2); border-radius: 50%; }
.service-number { color: #a4acb2; font: 700 .75rem "IBM Plex Sans", sans-serif; letter-spacing: .1em; }.service-featured .service-number { color: rgba(255,255,255,.35); }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 46px 0 28px; border-radius: 16px; background: var(--cream); color: var(--navy); font-size: 1.6rem; }.service-featured .service-icon { background: var(--gold-light); }
.service-card h3 { margin: 0 0 15px; font: 700 1.55rem "IBM Plex Sans", sans-serif; letter-spacing: -.015em; }
.service-card > p { margin: 0; color: var(--muted); font-size: .94rem; }.service-featured > p { color: rgba(255,255,255,.64); }
.service-card ul { margin: 25px 0 30px; padding: 0; list-style: none; color: #49545f; font-size: .86rem; }.service-featured ul { color: rgba(255,255,255,.74); }
.service-card li { position: relative; margin: 9px 0; padding-left: 18px; }.service-card li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.service-card > a { position: relative; z-index: 2; display: flex; justify-content: space-between; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); color: var(--blue); font-weight: 700; font-size: .88rem; }.service-featured > a { color: var(--gold-light); border-color: rgba(255,255,255,.14); }

.proof-section { background: var(--cream); }
.proof-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 88px; align-items: center; }
.proof-image { position: relative; max-width: 470px; }.proof-image::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 1px solid rgba(199,160,75,.55); border-radius: 4px; }
.proof-image img { position: relative; width: 100%; border-radius: 4px; box-shadow: var(--shadow); }
.proof-copy > p { margin: 25px 0 32px; color: var(--muted); font-size: 1.02rem; }
.check-list { display: grid; gap: 21px; }.check-list > div { display: grid; grid-template-columns: 36px 1fr; gap: 15px; }.check-list > div > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #e8dfc9; color: #785a1c; font-weight: 800; }.check-list p { margin: 0; color: var(--muted); font-size: .88rem; }.check-list strong { display: block; color: var(--ink); font-size: .95rem; }

.partners { background: white; }
.partner-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-card { min-height: 220px; display: flex; flex-direction: column; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-card strong { color: var(--navy); font: 700 1.08rem "IBM Plex Sans", sans-serif; }.partner-card > span { margin: 22px 0; color: var(--muted); font-size: .82rem; }.partner-card a { margin-top: auto; color: #8f6d24; font-size: .77rem; font-weight: 700; }
.partner-disclaimer { max-width: 950px; margin: 22px auto 0; text-align: center; color: #7d858c; font-size: .74rem; }

.complementary { background: #f7f6f2; }
.complementary .section-heading { grid-template-columns: 1fr; max-width: 720px; }
.complementary-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.complementary-card { position: relative; overflow: hidden; min-height: 380px; padding: 42px; border-radius: var(--radius); color: white; }
.complementary-card::after { content: ""; position: absolute; right: -90px; bottom: -130px; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.complementary-card.valsa { background: linear-gradient(135deg,#261247,#4d2576); }.complementary-card.quantovale { background: linear-gradient(135deg,#102f4c,#176281); }
.complementary-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; }.complementary-top span { padding: 5px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: rgba(255,255,255,.72); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }.complementary-top strong { font: 700 1rem "IBM Plex Sans", sans-serif; }
.complementary-card h3 { position: relative; z-index: 1; max-width: 430px; margin: 72px 0 17px; font: 700 2rem/1.15 "IBM Plex Sans", sans-serif; letter-spacing: -.02em; }.complementary-card p { position: relative; z-index: 1; max-width: 500px; color: rgba(255,255,255,.67); font-size: .9rem; }.complementary-card a { position: relative; z-index: 1; display: inline-flex; gap: 18px; margin-top: 18px; color: #fff; font-size: .84rem; font-weight: 700; }

.about { color: var(--ink); background: #f1eee5; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.about-quote { position: relative; padding: 60px 48px; border: 1px solid rgba(7,26,47,.13); border-radius: 14px; background: white; }.about-quote > span { position: absolute; top: 20px; left: 30px; color: var(--gold); font: 700 5rem/1 Georgia, serif; }.about-quote blockquote { margin: 0; color: var(--navy); font: 500 1.65rem/1.45 "IBM Plex Sans", sans-serif; letter-spacing: -.025em; }
.about-copy p { color: #5d6871; }.about-copy .text-link { display: inline-flex; gap: 18px; margin-top: 18px; color: #7d5d1d; font-weight: 700; }
.company-record { display: grid; gap: 2px; margin-top: 26px; padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.75); }
.company-record span { color: var(--navy); font-weight: 700; }
.company-record strong { font-size: .86rem; }
.company-record small { color: #6a747c; }

.process { background: white; }
.process .section-heading { grid-template-columns: 1fr; max-width: 760px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid var(--line); }
.process-grid article { padding: 38px 34px 0 0; }.process-grid article:not(:last-child) { border-right: 1px solid var(--line); margin-right: 30px; }.process-grid span { color: #a78335; font: 700 .75rem "IBM Plex Sans", sans-serif; }.process-grid h3 { margin: 30px 0 10px; font: 700 1.15rem "IBM Plex Sans", sans-serif; }.process-grid p { margin: 0; color: var(--muted); font-size: .85rem; }

.lead-section { padding: 108px 0; color: var(--navy); background: linear-gradient(145deg,#f7f4eb,#e8eff3); border-top: 1px solid var(--line); }
.lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: start; }
.lead-copy { position: sticky; top: 130px; }.lead-copy > p { color: #59656f; }.lead-contact { display: grid; gap: 14px; margin-top: 42px; }.lead-contact a { display: block; padding: 17px 0; border-top: 1px solid rgba(7,26,47,.13); }.lead-contact span,.lead-contact strong { display: block; }.lead-contact span { color: #78828a; font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }.lead-contact strong { color: #76581d; font-size: .95rem; }
.lead-form { padding: 42px; border-radius: var(--radius); color: var(--ink); background: white; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.lead-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #44505b; font-size: .79rem; font-weight: 700; }
.lead-form input,.lead-form select,.lead-form textarea { width: 100%; border: 1px solid #d9dee2; border-radius: 8px; padding: 13px 14px; outline: none; color: var(--ink); background: #fcfcfb; font-weight: 400; transition: border .2s, box-shadow .2s; }.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus { border-color: #9b7a32; box-shadow: 0 0 0 3px rgba(199,160,75,.13); }.lead-form textarea { resize: vertical; }
.lead-form .form-honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.consent { grid-template-columns: 18px 1fr !important; align-items: start; font-weight: 400 !important; }.consent input { width: 16px; margin: 3px 0 0; accent-color: var(--navy); }.consent a { color: #805f1e; text-decoration: underline; }
.button-gold { width: 100%; color: var(--navy); background: var(--gold-light); }.button-gold:hover { background: #f4dea0; }
.form-note { margin: 13px 0 0; text-align: center; color: #7b8389; font-size: .67rem; }
.privacy { padding: 28px 0; border-bottom: 1px solid var(--line); background: #f3f1eb; }.privacy details { max-width: 900px; margin: auto; }.privacy summary { cursor: pointer; color: var(--navy); font-weight: 700; font-size: .84rem; }.privacy details div { padding-top: 12px; color: var(--muted); font-size: .78rem; }

.footer { padding: 65px 0 24px; color: rgba(255,255,255,.58); background: #04111f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; }.footer-brand img { width: auto; height: 92px; object-fit: contain; }.footer-brand p { max-width: 330px; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: .82rem; }.footer-grid strong { margin-bottom: 10px; color: white; font: 700 .88rem "IBM Plex Sans", sans-serif; }.footer-grid a:hover { color: var(--gold-light); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .69rem; }
.whatsapp-widget { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: grid; justify-items: end; }
.whatsapp-launcher { display: flex; align-items: center; gap: 12px; min-height: 62px; padding: 8px 17px 8px 8px; border: 1px solid rgba(7,26,47,.1); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.97); box-shadow: 0 16px 42px rgba(4,17,31,.22); backdrop-filter: blur(12px); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }.whatsapp-launcher:hover { transform: translateY(-3px); border-color: rgba(22,139,84,.3); box-shadow: 0 20px 48px rgba(4,17,31,.28); }.whatsapp-icon { position: relative; display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; color: white; background: #168b54; }.whatsapp-icon::before { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(22,139,84,.42); border-radius: inherit; animation: whatsapp-ring 2.8s ease-out infinite; }.whatsapp-icon svg { width: 23px; fill: currentColor; }.whatsapp-icon i { position: absolute; right: 0; bottom: 1px; width: 10px; height: 10px; border: 2px solid white; border-radius: 50%; background: #35c879; }.whatsapp-copy { display: grid; gap: 1px; text-align: left; line-height: 1.15; }.whatsapp-copy small { color: #6f7a83; font-size: .61rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }.whatsapp-copy strong { color: var(--navy); font: 700 .82rem "IBM Plex Sans", sans-serif; }.whatsapp-launcher:focus-visible,.whatsapp-inbox button:focus-visible,.whatsapp-inbox textarea:focus-visible { outline: 3px solid rgba(199,160,75,.45); outline-offset: 2px; }
.whatsapp-inbox { position: absolute; right: 0; bottom: 76px; width: min(350px,calc(100vw - 32px)); overflow: hidden; border: 1px solid rgba(7,26,47,.1); border-radius: 17px; background: white; box-shadow: 0 24px 70px rgba(4,17,31,.28); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px) scale(.98); transform-origin: bottom right; transition: opacity .22s ease, transform .22s ease, visibility .22s; }.whatsapp-widget.is-open .whatsapp-inbox { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }.whatsapp-inbox-header { display: grid; grid-template-columns: 43px 1fr 32px; gap: 11px; align-items: center; padding: 15px 16px; color: white; background: var(--navy); }.whatsapp-avatar { position: relative; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(236,211,142,.45); border-radius: 50%; color: var(--gold-light); background: #0c2a47; font: 700 .72rem "IBM Plex Sans", sans-serif; }.whatsapp-avatar i { position: absolute; right: 0; bottom: 1px; width: 10px; height: 10px; border: 2px solid var(--navy); border-radius: 50%; background: #35c879; }.whatsapp-inbox-header > span:nth-child(2) { display: grid; gap: 2px; }.whatsapp-inbox-header strong { font: 700 .88rem "IBM Plex Sans", sans-serif; }.whatsapp-inbox-header small { color: rgba(255,255,255,.64); font-size: .65rem; }.whatsapp-close { width: 30px; height: 30px; border: 0; color: rgba(255,255,255,.7); background: transparent; cursor: pointer; font-size: 1.35rem; line-height: 1; }.whatsapp-chat { min-height: 112px; padding: 22px 18px; background: #ece8df; background-image: radial-gradient(rgba(7,26,47,.055) .7px,transparent .7px); background-size: 12px 12px; }.whatsapp-chat p { position: relative; max-width: 235px; margin: 0; padding: 11px 13px; border-radius: 2px 11px 11px 11px; color: #34414b; background: white; box-shadow: 0 2px 8px rgba(4,17,31,.08); font-size: .78rem; }.whatsapp-quick-form { padding: 13px; background: white; }.whatsapp-quick-form textarea { display: block; width: 100%; min-height: 78px; resize: none; padding: 11px 12px; border: 1px solid #d8dde0; border-radius: 9px; outline: none; color: var(--ink); background: #fbfbfa; font: 400 .78rem/1.45 "DM Sans",sans-serif; }.whatsapp-quick-form textarea::placeholder { color: #8b9399; }.whatsapp-compose-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 9px; }.whatsapp-compose-footer > small { color: #899198; font-size: .64rem; }.whatsapp-compose-footer button { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 0; border-radius: 7px; color: white; background: #168b54; cursor: pointer; font: 700 .72rem "IBM Plex Sans",sans-serif; }.whatsapp-compose-footer button:hover { background: #117747; }
@keyframes whatsapp-ring { 0% { opacity: .7; transform: scale(.92); } 70%,100% { opacity: 0; transform: scale(1.22); } }
.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: linear-gradient(145deg,#fff,#f1eee5); }
.thanks-card { width: min(620px,100%); padding: 55px; border: 1px solid var(--line); border-radius: 18px; text-align: center; background: white; box-shadow: var(--shadow); }
.thanks-card > img { width: auto; height: 120px; margin: 0 auto 14px; object-fit: contain; }
.thanks-card h1 { margin: 0 0 16px; color: var(--navy); font: 700 clamp(2rem,5vw,3rem)/1.15 "IBM Plex Sans",sans-serif; letter-spacing: -.025em; }
.thanks-card p { max-width: 500px; margin: 0 auto 28px; color: var(--muted); }
.thanks-card .button { margin-inline: auto; }
.thanks-whatsapp { display: block; margin-top: 20px; color: #6e531d; font-size: .84rem; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .15s; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 88px 0 auto; display: grid; gap: 0; padding: 16px 20px 28px; background: rgba(255,255,255,.99); box-shadow: 0 20px 45px rgba(7,26,47,.12); transform: translateY(-130%); transition: transform .25s ease; }
  .main-nav.is-open { transform: none; }.main-nav a { padding: 15px 0; border-bottom: 1px solid rgba(7,26,47,.1); }.main-nav .nav-cta { margin-top: 12px; padding-inline: 18px; text-align: center; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.hero-visual { min-height: 470px; max-width: 620px; width: 100%; margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card:last-child { grid-column: 1 / -1; min-height: 450px; }
  .proof-grid,.about-grid,.lead-grid { gap: 58px; }.partner-grid { grid-template-columns: repeat(3,1fr); }.process-grid { grid-template-columns: repeat(2,1fr); gap: 34px 0; }.process-grid article:nth-child(2) { border-right: 0; }.lead-copy { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }.nav-wrap { height: 76px; }.brand img { width: auto; height: 68px; }.main-nav { inset: 76px 0 auto; }
  .hero { padding-top: 98px; }.hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.trust-row { grid-template-columns: 1fr; gap: 12px; }.trust-row div { display: grid; grid-template-columns: 110px 1fr; }
  .hero-visual { min-height: 470px; }.visual-card-main { inset: 15px 0 112px; padding: 28px; }.visual-card-main h2 { margin-top: 96px; font-size: 2rem; }.visual-card-float { left: 0; right: 0; bottom: 12px; width: auto; }.bull-mark { right: 0; width: 105px; }
  .partner-strip .container { display: block; }.partner-strip p { margin-bottom: 14px; }.partner-ticker { justify-content: flex-start; gap: 12px 15px; }.partner-ticker i { display: none; }
  .section { padding: 78px 0; }.section-heading { margin-bottom: 36px; }.section-heading h2,.proof-copy h2,.about-copy h2,.lead-copy h2 { font-size: 2.15rem; }
  .service-grid,.proof-grid,.complementary-grid,.about-grid,.lead-grid { grid-template-columns: 1fr; }.service-card,.service-card:last-child { grid-column: auto; min-height: 480px; }.proof-grid { gap: 60px; }.proof-image { max-width: calc(100% - 20px); }.proof-image::before { inset: 16px -16px -16px 16px; }
  .partner-grid { grid-template-columns: 1fr 1fr; }.partner-card { min-height: 190px; }.complementary-card { min-height: 400px; padding: 30px; }.complementary-card h3 { margin-top: 70px; font-size: 1.75rem; }
  .about-grid { gap: 46px; }.about-quote { padding: 55px 30px 36px; }.about-quote blockquote { font-size: 1.35rem; }.process-grid { grid-template-columns: 1fr; }.process-grid article,.process-grid article:not(:last-child) { margin: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .lead-section { padding: 78px 0; }.lead-form { padding: 25px 19px; }.form-row { grid-template-columns: 1fr; gap: 0; }.lead-contact strong { font-size: .82rem; overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }.footer-bottom { display: grid; }.whatsapp-widget { right: 14px; bottom: 14px; }.whatsapp-copy { display: none; }.whatsapp-launcher { width: 58px; min-height: 58px; height: 58px; justify-content: center; padding: 7px; }.whatsapp-icon { width: 44px; height: 44px; }.whatsapp-inbox { bottom: 70px; }
  .thanks-card { padding: 38px 22px; }
}

@media (max-width: 430px) { .partner-grid { grid-template-columns: 1fr; }.partner-card { min-height: 170px; } }
