:root {
  --navy: #0b2343;
  --navy-2: #12355d;
  --navy-3: #081a32;
  --gold: #c6a15b;
  --gold-light: #e3c98f;
  --white: #fff;
  --soft: #f4f6f8;
  --soft-blue: #edf2f7;
  --text: #172233;
  --muted: #637083;
  --border: #dfe5ec;
  --whatsapp: #25d366;
  --container: 1180px;
  --header-height: 76px;
  --radius: 8px;
  --shadow: 0 14px 40px rgba(11, 35, 67, .10);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); overflow-x: hidden; }
body { margin: 0; padding-top: var(--header-height); overflow-x: hidden; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img, svg, iframe { max-width: 100%; }
img { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--soft { background: var(--soft); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 4px; }
.skip-link:focus { top: 10px; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: .78rem; line-height: 1.4; font-weight: 800; letter-spacing: .16em; }
.eyebrow--light { color: var(--gold-light); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; }
h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.16; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading p:last-child { margin: 16px auto 0; color: var(--muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 4px; font-size: .78rem; line-height: 1.3; font-weight: 800; letter-spacing: .06em; text-align: center; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(198,161,91,.55); outline-offset: 3px; }
.btn--gold { color: var(--navy-3); background: var(--gold); box-shadow: 0 10px 24px rgba(198,161,91,.22); }
.btn--gold:hover { background: #d1ad68; }
.btn--navy { color: #fff; background: var(--navy); }
.btn--whatsapp { color: #fff; background: var(--whatsapp); }
.btn--outline-light { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(5px); }
.btn--outline-light:hover { background: rgba(255,255,255,.16); }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; width: 100%; height: var(--header-height); border-bottom: 1px solid rgba(11,35,67,.10); background: rgba(255,255,255,.98); box-shadow: 0 4px 18px rgba(11,35,67,.06); }
.navbar { height: 100%; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 20px; }
.brand { display: flex; width: 260px; height: 64px; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.nav-menu { display: flex; justify-content: center; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.nav-link { position: relative; display: block; padding: 12px 8px; color: #2b3b50; font-size: .69rem; font-weight: 800; letter-spacing: .035em; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; left: 8px; right: 8px; bottom: 5px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--navy); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 15px; color: #fff; background: var(--navy); border-radius: 4px; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-align: center; white-space: nowrap; transition: background .2s ease; }
.header-cta:hover { background: var(--navy-2); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 8px; border: 1px solid var(--border); border-radius: 4px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy); }
.menu-overlay { position: fixed; inset: 0; z-index: 150; visibility: hidden; opacity: 0; background: rgba(4,16,31,.62); transition: opacity .25s ease, visibility .25s ease; }
.menu-overlay.open { visibility: visible; opacity: 1; }
.mobile-panel { position: fixed; z-index: 160; top: 0; right: 0; width: min(88vw, 380px); height: 100dvh; padding: 20px; visibility: hidden; transform: translateX(100%); color: var(--text); background: #fff; box-shadow: -20px 0 50px rgba(4,16,31,.2); transition: transform .28s ease, visibility .28s ease; overflow-y: auto; }
.mobile-panel.open { visibility: visible; transform: translateX(0); }
.mobile-panel__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.mobile-panel__head img { width: 205px; height: 58px; object-fit: contain; object-position: left center; }
.menu-close { flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 50%; color: var(--navy); background: #fff; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.mobile-panel nav { display: grid; gap: 3px; padding-top: 18px; }
.mobile-link { display: block; padding: 15px 8px; border-bottom: 1px solid #edf0f4; color: var(--navy); font-size: .88rem; font-weight: 800; letter-spacing: .06em; }
.mobile-panel__cta { margin-top: 18px; width: 100%; }

/* Hero */
.hero { position: relative; min-height: 660px; display: flex; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(4,19,38,.96) 0%, rgba(8,31,58,.84) 47%, rgba(8,31,58,.25) 100%), url("img/hero-finance.jpg") 64% center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 110px; background: linear-gradient(transparent, rgba(4,18,35,.25)); pointer-events: none; }
.hero__inner { position: relative; z-index: 2; }
.hero__content { max-width: 735px; padding: 88px 0; }
.hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(2.7rem, 5.5vw, 4.7rem); line-height: 1.04; letter-spacing: -.025em; }
.hero__lead { max-width: 650px; margin: 24px 0 0; color: #e7edf5; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-strip { position: relative; z-index: 5; border-bottom: 1px solid var(--border); background: #fff; box-shadow: 0 8px 24px rgba(11,35,67,.05); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 90px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px; border-right: 1px solid var(--border); color: var(--navy); font-size: .88rem; text-align: center; }
.trust-item:last-child { border-right: 0; }
.trust-item span { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .75rem; }

/* About */
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(42px, 7vw, 90px); }
.about-visual { position: relative; }
.about-visual::before { content: ""; position: absolute; left: -16px; top: -16px; width: 70%; height: 70%; border: 1px solid var(--gold); z-index: -1; }
.about-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.82); }
.about-badge { position: absolute; right: -24px; bottom: -24px; width: 170px; padding: 20px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.about-badge strong { display: block; color: var(--gold-light); font-family: Georgia, serif; font-size: 2.25rem; line-height: 1; }
.about-badge span { display: block; margin-top: 8px; font-size: .77rem; line-height: 1.35; }
.about-content > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 22px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: var(--navy); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); }

/* Cards */
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.service-card { min-height: 275px; display: flex; flex-direction: column; padding: 26px 22px; border: 1px solid var(--border); background: #fff; box-shadow: 0 8px 24px rgba(11,35,67,.05); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(198,161,91,.7); box-shadow: var(--shadow); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--gold); background: #f7f3ea; border-radius: 50%; }
.service-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 20px 0 10px; font-size: 1.12rem; line-height: 1.25; }
.service-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.audience-section { background: #fff; }
.audience-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.audience-card { min-height: 100px; display: flex; align-items: center; justify-content: center; padding: 20px; border: 1px solid var(--border); color: var(--navy); background: #fff; box-shadow: 0 6px 20px rgba(11,35,67,.04); font-weight: 800; text-align: center; transition: color .2s ease, background .2s ease, transform .2s ease; }
.audience-card::before { content: "•"; margin-right: 10px; color: var(--gold); font-size: 1.35rem; }
.audience-card:hover { color: #fff; background: var(--navy); transform: translateY(-3px); }

/* Why */
.why-section { color: #fff; background: linear-gradient(135deg, var(--navy-3), var(--navy-2)); }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px, 7vw, 90px); }
.why-intro h2 { color: #fff; }
.why-intro > p:not(.eyebrow) { max-width: 530px; margin: 20px 0 30px; color: #cbd5e2; }
.why-visual { position: relative; height: 190px; margin: 0 0 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); }
.why-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,26,50,.2), transparent); pointer-events: none; }
.why-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.why-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.why-list div { min-height: 92px; display: flex; align-items: center; gap: 13px; padding: 18px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); color: #eef3f8; font-size: .92rem; font-weight: 700; }
.why-list span { color: var(--gold-light); font-family: Georgia, serif; font-size: 1.15rem; }

/* Process and stats */
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.process-grid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 33px; height: 1px; background: var(--border); }
.process-card { position: relative; padding: 0 18px; text-align: center; }
.process-card span { position: relative; z-index: 2; width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); background: #fff; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; }
.process-card h3 { margin: 0 0 10px; font-size: 1.2rem; }
.process-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.process-feature { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.9fr); align-items: stretch; margin-top: 58px; background: var(--soft); border: 1px solid var(--border); }
.process-feature img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; object-position: center; }
.process-feature > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,5vw,58px); }
.process-feature h3 { margin: 0 0 14px; font-size: clamp(1.65rem,2.8vw,2.3rem); }
.process-feature p:last-child { margin: 0; color: var(--muted); }
.stats-section { padding: 58px 0; color: #fff; background: var(--navy); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 14px 30px; border-right: 1px solid rgba(255,255,255,.17); text-align: center; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(2.4rem, 4vw, 3.6rem); line-height: 1; }
.stat span { display: block; margin-top: 12px; color: #e3e9f0; font-size: .86rem; font-weight: 700; }

/* Testimonials and FAQ */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.testimonial-card { padding: 30px; border-top: 3px solid var(--gold); background: #fff; box-shadow: var(--shadow); }
.stars { color: #d6ad54; letter-spacing: .13em; }
.testimonial-card blockquote { min-height: 112px; margin: 18px 0 22px; color: #475569; font-family: Georgia, serif; font-size: 1.06rem; line-height: 1.7; }
.testimonial-card strong { color: var(--navy); }
.faq-layout { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); align-items: start; gap: 70px; }
.faq-intro { position: sticky; top: calc(var(--header-height) + 28px); }
.faq-intro p:not(.eyebrow) { color: var(--muted); }
.text-link { color: var(--navy); font-weight: 800; border-bottom: 1px solid var(--gold); }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--border); background: #fff; }
.faq-question { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; border: 0; color: var(--navy); background: #fff; font-weight: 800; text-align: left; cursor: pointer; }
.faq-question span { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.faq-item.active { border-color: rgba(198,161,91,.65); }
.faq-item.active .faq-question span { color: var(--navy); background: var(--gold); }

/* Form */
.consultation-section { color: #fff; background: linear-gradient(110deg, var(--navy-3), var(--navy-2)); }
.consultation-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(45px, 7vw, 88px); }
.consultation-copy h2 { color: #fff; }
.consultation-copy > p:not(.eyebrow) { color: #cdd7e3; }
.consultation-note { margin-top: 30px; padding: 18px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.06); }
.consultation-note strong, .consultation-note span { display: block; }
.consultation-note span { margin-top: 4px; color: #cdd7e3; font-size: .85rem; }
.contact-form { padding: 34px; color: var(--text); background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #ccd5df; border-radius: 3px; color: var(--text); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { min-height: 105px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,161,91,.16); }
.contact-form .invalid { border-color: #b42318; }
.form-submit { width: 100%; }
.form-message { display: none; margin: 14px 0 0; padding: 12px; color: #155724; background: #e8f5eb; border: 1px solid #bfe2c7; font-size: .88rem; font-weight: 700; }
.form-message.show { display: block; }
.form-message.error { color: #8a1c15; background: #fcebea; border-color: #f2c4c0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; gap: 24px; }
.contact-card { padding: 32px; border: 1px solid var(--border); box-shadow: var(--shadow); }
.contact-card h3 { margin: 0 0 22px; font-size: 1.45rem; }
.contact-details { margin: 0; }
.contact-details div { display: grid; grid-template-columns: 130px 1fr; gap: 14px; padding: 10px 0; border-bottom: 1px solid #edf0f3; }
.contact-details dt { color: var(--navy); font-size: .82rem; font-weight: 800; }
.contact-details dd { margin: 0; color: var(--muted); font-size: .9rem; overflow-wrap: anywhere; }
.contact-details a { color: var(--navy-2); font-weight: 700; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.map-card { position: relative; min-height: 500px; overflow: hidden; border: 1px solid var(--border); background: var(--soft); box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 100%; min-height: 500px; display: block; border: 0; }
.map-direction { position: absolute; left: 20px; bottom: 20px; }

/* Floating */
.floating-actions { position: fixed; right: 16px; bottom: 18px; z-index: 80; display: grid; gap: 9px; }
.floating-btn { width: 54px; min-height: 54px; display: grid; place-items: center; padding: 7px; border: 0; border-radius: 50%; color: #fff; box-shadow: 0 9px 24px rgba(4,16,31,.24); cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.floating-btn:hover { transform: translateY(-3px); }
.floating-btn svg { width: 23px; height: 23px; fill: currentColor; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.floating-btn img { width: 27px; height: 27px; display: block; object-fit: contain; }
.floating-btn span { position: absolute; right: 62px; visibility: hidden; padding: 5px 8px; border-radius: 3px; color: #fff; background: var(--navy-3); font-size: .7rem; opacity: 0; transition: opacity .2s ease; white-space: nowrap; }
.floating-btn:hover span { visibility: visible; opacity: 1; }
.floating-btn--phone { background: var(--navy-2); }
.floating-btn--whatsapp { background: var(--whatsapp); }
.floating-btn--top { background: var(--gold); }
.floating-btn--top svg { fill: none; }

/* Footer */
.site-footer { padding: 64px 0 0; color: #cbd5e1; background: #07192f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr 1fr; gap: 40px; }
.footer-brand img { width: 260px; height: 66px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 330px; margin: 20px 0 0; font-size: .9rem; }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column h3 { margin: 0 0 10px; color: #fff; font-family: inherit; font-size: .95rem; }
.footer-column a, .footer-column p { color: #c3cedb; font-size: .86rem; transition: color .2s ease; }
.footer-column a:hover { color: var(--gold-light); }
.footer-column p { margin: 4px 0 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; font-size: .8rem; }
.footer-bottom a { color: var(--gold-light); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@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: 1130px) {
  .navbar { grid-template-columns: 235px 1fr auto; gap: 10px; }
  .brand { width: 235px; }
  .nav-link { padding-inline: 5px; font-size: .63rem; }
  .header-cta { padding-inline: 10px; font-size: .62rem; }
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .audience-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 960px) {
  :root { --header-height: 70px; }
  .navbar { display: flex; justify-content: space-between; }
  .brand { width: 230px; height: 60px; }
  .nav-menu, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 610px; background-position: 62% center; }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(3,18,35,.12); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .about-grid, .why-grid, .consultation-grid, .faq-layout { grid-template-columns: 1fr; }
  .about-grid { gap: 60px; }
  .about-visual { max-width: 720px; }
  .faq-intro { position: static; }
  .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 42px; }
  .process-grid::before { display: none; }
  .process-feature { grid-template-columns: 1fr; }
  .process-feature img { min-height: 330px; aspect-ratio: 16/8; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 24px 0; }
  .stat:nth-child(2) { border-right: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card blockquote { min-height: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 700px) {
  .section { padding: 72px 0; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: 610px; background-position: 69% center; }
  .hero { background-image: linear-gradient(90deg, rgba(4,19,38,.96) 0%, rgba(8,31,58,.88) 60%, rgba(8,31,58,.62) 100%), url("img/hero-finance.jpg"); }
  .hero__content { padding: 72px 0; }
  .hero h1 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
  .service-grid, .audience-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-card { min-height: 250px; }
  .check-list { grid-template-columns: 1fr; }
  .why-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .stat { padding: 12px 8px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 32px 22px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-contact { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .floating-actions { right: 10px; bottom: 10px; gap: 7px; }
  .floating-btn { width: 46px; min-height: 46px; }
  .floating-btn svg { width: 20px; height: 20px; }
  .floating-btn span { display: none; }
}

@media (max-width: 430px) {
  .brand { width: 205px; }
  .trust-item { min-height: 82px; padding: 14px 8px; font-size: .77rem; }
  .trust-item span { display: none; }
  .about-badge { right: -5px; bottom: -22px; width: 150px; }
  .service-grid, .audience-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .audience-card { min-height: 78px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat strong { font-size: 2.2rem; }
  .stat span { font-size: .72rem; }
  .contact-details div { grid-template-columns: 1fr; gap: 2px; }
  .contact-actions { flex-direction: column; }
  .contact-actions .btn { width: 100%; }
  .map-card, .map-card iframe { min-height: 390px; }
  .map-direction { left: 12px; right: 12px; bottom: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
}

@media (max-width: 340px) {
  .container { width: min(calc(100% - 20px), var(--container)); }
  .brand { width: 185px; }
  .menu-toggle { width: 42px; }
  .hero h1 { font-size: 2.08rem; }
  h2 { font-size: 1.85rem; }
  .mobile-panel { width: 94vw; padding: 15px; }
  .mobile-panel__head img { width: 170px; }
  .contact-card { padding: 22px 16px; }
}
