:root {
  --navy: #253465;
  --navy-2: #33457d;
  --blue: #6d93c8;
  --blue-light: #a9c5e7;
  --blue-pale: #eef5fc;
  --blue-pale-2: #f6f9fd;
  --ink: #17213a;
  --text: #516078;
  --muted: #78859a;
  --white: #ffffff;
  --line: #e2e9f2;
  --line-strong: #d6dfeb;
  --shadow-sm: 0 12px 36px rgba(31, 49, 91, .08);
  --shadow-md: 0 22px 60px rgba(31, 49, 91, .12);
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1180px;
  --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Avenir Next", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: #dceafb; color: var(--navy); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-pad-top { padding-top: calc(var(--header-h) + 52px); }
.section-soft { background: var(--blue-pale-2); }

.skip-link {
  position: fixed; z-index: 9999; left: 14px; top: -80px;
  padding: 10px 14px; border-radius: 10px; background: var(--navy); color: #fff;
  transition: top .2s ease;
}
.skip-link:focus { top: 14px; }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  background: rgba(255,255,255,.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(218,227,239,.8);
}
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 160px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.desktop-nav a {
  text-decoration: none; font-size: .91rem; font-weight: 650; color: #42516c; position: relative;
}
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px;
  background: var(--blue); border-radius: 10px; transition: right .22s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { margin-left: 4px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; border-radius: 10px; background: var(--navy); margin: 5px 0; transition: .22s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.mobile-menu-inner { padding: 18px 0 26px; display: grid; gap: 4px; }
.mobile-menu a:not(.btn) { padding: 11px 4px; font-weight: 650; text-decoration: none; color: #3c4b67; border-bottom: 1px solid #edf1f6; }
.mobile-menu .btn { margin-top: 14px; justify-self: start; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 13px 22px;
  border: 1px solid transparent; border-radius: 14px; text-decoration: none; font-weight: 750; font-size: .94rem;
  line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--navy) 0%, #3f548f 100%); box-shadow: 0 12px 24px rgba(37,52,101,.18); }
.btn-primary:hover { box-shadow: 0 16px 30px rgba(37,52,101,.24); }
.btn-secondary { color: var(--navy); background: #fff; border-color: #cedaea; }
.btn-secondary:hover { border-color: #9fb7d8; box-shadow: 0 10px 24px rgba(42,64,113,.08); }
.btn-small { min-height: 43px; padding: 11px 16px; border-radius: 12px; color: #fff; background: var(--navy); font-size: .84rem; }

/* Hero */
.hero { min-height: 770px; display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(180deg,#fff 0%, #fbfdff 74%, #f7faff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; position: relative; z-index: 2; padding-bottom: 54px; }
.hero-copy { padding-top: 12px; }
.eyebrow, .kicker { color: var(--navy-2); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; background: #f1f6fc; border: 1px solid #dae6f4; border-radius: 999px; padding: 8px 12px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(109,147,200,.13); }
.hero h1 { margin: 22px 0 22px; max-width: 720px; font-size: clamp(3rem, 5.1vw, 5.15rem); line-height: .98; letter-spacing: -.055em; font-weight: 790; }
.hero h1 span { color: var(--navy); }
.hero-lead { max-width: 690px; margin: 0; color: var(--text); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 24px; color: #68768e; font-size: .9rem; }
.hero-note svg { width: 19px; fill: var(--blue); }
.hero-visual { position: relative; min-height: 610px; display: flex; align-items: flex-end; justify-content: center; }
.portrait-shell { position: relative; width: min(100%, 500px); height: 610px; display: flex; align-items: flex-end; justify-content: center; }
.portrait-shell::before {
  content: ""; position: absolute; inset: 68px 16px 10px 30px; border-radius: 48% 48% 24px 24px;
  background: linear-gradient(145deg, #edf4fc 0%, #dae9f8 47%, #f4f8fd 100%);
  box-shadow: inset 0 0 0 1px rgba(145,171,205,.15);
}
.portrait-accent { position: absolute; width: 210px; height: 210px; border-radius: 50%; right: -25px; top: 60px; background: linear-gradient(145deg, rgba(37,52,101,.15), rgba(142,178,219,.06)); filter: blur(1px); }
.hero-portrait { position: relative; z-index: 2; max-height: 590px; width: auto; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 18px 22px rgba(29,46,82,.10)); }
.floating-card { position: absolute; z-index: 4; left: -24px; bottom: 38px; display: flex; align-items: center; gap: 12px; padding: 13px 16px 13px 12px; border-radius: 16px; background: rgba(255,255,255,.94); border: 1px solid rgba(215,225,238,.88); box-shadow: var(--shadow-md); backdrop-filter: blur(10px); }
.floating-card span:last-child { display: grid; gap: 1px; }
.floating-card strong { font-size: .89rem; }
.floating-card small { font-size: .72rem; color: var(--muted); }
.floating-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--blue-pale); color: var(--navy); }
.floating-icon svg { width: 20px; fill: currentColor; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px); }
.hero-orb-one { width: 340px; height: 340px; right: -170px; top: 110px; background: rgba(157,191,229,.12); }
.hero-orb-two { width: 190px; height: 190px; left: -80px; bottom: 35px; background: rgba(37,52,101,.055); }

/* Trust */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid > div { min-height: 42px; padding: 8px 20px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #4c5b74; font-size: .91rem; font-weight: 650; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; padding-right: 0; }
.check-dot { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #edf5fd; color: var(--navy); font-size: .73rem; font-weight: 900; }

/* Headings */
.section-heading { max-width: 790px; margin-bottom: 46px; }
.section-heading.compact { margin-bottom: 34px; }
.kicker { display: inline-block; margin-bottom: 13px; }
.section h2 { margin: 0; font-size: clamp(2.1rem, 3.7vw, 3.45rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 770; }
.section-heading p { max-width: 700px; margin: 18px 0 0; color: var(--text); font-size: 1.02rem; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.service-card { padding: 34px 32px 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 6px 26px rgba(31,49,91,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #cbd9e9; box-shadow: var(--shadow-sm); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(145deg,#edf5fd,#f7faff); color: var(--navy); border: 1px solid #deebf7; }
.service-icon svg { width: 25px; fill: currentColor; }
.service-card h3 { margin: 22px 0 11px; font-size: 1.28rem; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--text); font-size: .96rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; text-decoration: none; color: var(--navy); font-weight: 750; font-size: .91rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Valuation */
.valuation-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; }
.valuation-media { min-height: 570px; position: relative; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-sm); }
.valuation-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(20,32,62,.22) 100%); pointer-events: none; }
.valuation-media img { width: 100%; height: 570px; object-fit: cover; object-position: center; }
.image-label { position: absolute; z-index: 2; left: 22px; bottom: 22px; color: #fff; font-size: .83rem; font-weight: 750; letter-spacing: .02em; padding: 9px 12px; border-radius: 11px; background: rgba(25,38,74,.72); backdrop-filter: blur(8px); }
.valuation-copy h2 { max-width: 650px; }
.valuation-copy > p { color: var(--text); margin: 18px 0 0; }
.feature-list { list-style: none; padding: 0; margin: 25px 0 29px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 20px; }
.feature-list li { position: relative; padding-left: 29px; color: #43516a; font-size: .93rem; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: #e5f0fb; color: var(--navy); font-size: .7rem; font-weight: 900; }

/* About */
.about-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 82px; align-items: center; }
.about-copy h2 span { display: inline-block; margin-top: 9px; color: var(--blue); font-size: .48em; letter-spacing: -.015em; font-weight: 720; }
.about-copy p { color: var(--text); margin: 18px 0 0; }
.signature-line { margin-top: 31px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 15px; }
.signature-line img { width: 50px; }
.signature-line span { display: grid; gap: 2px; }
.signature-line strong { font-size: .94rem; }
.signature-line small { color: var(--muted); }
.about-photo-wrap { position: relative; border-radius: 32px; overflow: hidden; background: var(--blue-pale); box-shadow: var(--shadow-sm); }
.about-photo-wrap::before { content: ""; position: absolute; inset: 0; z-index: 2; border: 1px solid rgba(255,255,255,.7); border-radius: inherit; pointer-events: none; }
.about-photo-wrap img { width: 100%; max-height: 640px; object-fit: cover; object-position: center top; }

/* Marketing */
.marketing-section { overflow: hidden; }
.marketing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.marketing-media { position: relative; min-height: 560px; }
.marketing-main { position: absolute; left: 0; top: 0; width: 82%; height: 430px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow-sm); }
.marketing-secondary { position: absolute; right: 0; bottom: 0; width: 61%; height: 290px; object-fit: cover; border: 10px solid #fff; border-radius: 25px; box-shadow: var(--shadow-md); }
.marketing-copy > p { color: var(--text); margin: 18px 0 26px; }
.marketing-points { display: grid; gap: 3px; }
.marketing-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 14px 0; border-top: 1px solid var(--line); }
.marketing-points > div:last-child { border-bottom: 1px solid var(--line); }
.marketing-points span { color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .08em; }
.marketing-points p { margin: 0; color: var(--text); font-size: .91rem; }
.marketing-points strong { color: var(--ink); }

/* Why */
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.why-card { padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.why-card strong { display: block; color: var(--navy); font-size: 1.15rem; margin-bottom: 8px; }
.why-card p { margin: 0; color: var(--text); font-size: .9rem; }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.step-card { position: relative; padding: 28px 23px 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; }
.step-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, var(--navy), var(--blue-light)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.step-card:hover::after { transform: scaleX(1); }
.step-number { color: var(--blue); font-size: .8rem; font-weight: 850; letter-spacing: .09em; margin-bottom: 24px; }
.step-card h3 { margin: 0 0 12px; font-size: 1.05rem; line-height: 1.35; }
.step-card p { margin: 0; color: var(--text); font-size: .9rem; }

/* Region */
.region-section { padding-top: 30px; }
.region-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; padding: 64px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg,#fff,#f7faff); }
.region-copy p { color: var(--text); margin: 18px 0 0; }
.region-cloud { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; padding: 22px; }
.region-cloud span { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 14px; border-radius: 999px; background: #fff; border: 1px solid #dae4ef; color: #4d5c75; font-size: .86rem; font-weight: 650; box-shadow: 0 6px 18px rgba(31,49,91,.035); }
.region-cloud .region-featured { background: var(--navy); color: #fff; border-color: var(--navy); padding-inline: 20px; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { color: var(--text); margin: 18px 0 25px; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-question { width: 100%; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; text-align: left; cursor: pointer; font-weight: 750; color: var(--ink); }
.faq-question span:first-child { font-size: 1rem; }
.faq-plus { flex: 0 0 auto; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid #d6e0eb; color: var(--navy); font-size: 1.3rem; font-weight: 400; transition: transform .22s ease, background .22s ease; }
.faq-question[aria-expanded="true"] .faq-plus { transform: rotate(45deg); background: var(--navy); color: #fff; }
.faq-answer { padding: 0 44px 22px 0; }
.faq-answer p { margin: 0; color: var(--text); font-size: .93rem; }

/* Contact */
.contact-section { padding-top: 50px; }
.contact-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; padding: 58px; border-radius: 32px; background: linear-gradient(135deg,#253465 0%,#30437b 54%,#465f98 100%); color: #fff; position: relative; overflow: hidden; box-shadow: 0 24px 70px rgba(31,49,91,.18); }
.contact-panel::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(172,202,235,.11); top: -220px; left: 38%; }
.contact-copy, .contact-options { position: relative; z-index: 2; }
.kicker-light { color: #bfd4ee; }
.contact-copy h2 { max-width: 530px; }
.contact-copy > p { color: #dbe5f4; margin: 18px 0 0; }
.contact-person { display: flex; align-items: center; gap: 13px; margin-top: 28px; }
.contact-person img { width: 48px; filter: brightness(0) invert(1); opacity: .96; }
.contact-person span { display: grid; gap: 1px; }
.contact-person strong { font-size: .94rem; }
.contact-person small { color: #c6d6eb; }
.contact-options { display: grid; gap: 12px; }
.contact-card { min-height: 112px; display: flex; align-items: center; gap: 16px; padding: 18px; border-radius: 18px; text-decoration: none; color: #fff; background: rgba(255,255,255,.085); border: 1px solid rgba(255,255,255,.15); transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.contact-card:hover { transform: translateX(5px); background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.27); }
.contact-icon { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.13); }
.contact-icon svg { width: 23px; fill: #fff; }
.contact-card > span:last-child { display: grid; min-width: 0; gap: 1px; }
.contact-card small { color: #bdd0e9; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-card strong { font-size: .97rem; overflow-wrap: anywhere; }
.contact-card em { color: #d0dded; font-size: .78rem; font-style: normal; }

/* Footer */
.site-footer { background: #f8fafc; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.45fr .7fr 1fr; gap: 70px; padding-top: 60px; padding-bottom: 42px; }
.footer-brand img { width: 160px; margin-bottom: 17px; }
.footer-brand p { color: var(--text); font-size: .9rem; margin: 0; }
.footer-main > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; }
.footer-main strong { font-size: .87rem; margin-bottom: 5px; }
.footer-main a { color: var(--text); text-decoration: none; font-size: .86rem; }
.footer-main a:hover { color: var(--navy); }
.footer-main span { color: var(--muted); font-size: .8rem; }
.footer-bottom { min-height: 70px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: .8rem; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { text-decoration: none; color: var(--muted); }
.footer-bottom a:hover { color: var(--navy); }

/* Floating WhatsApp */
.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: #fff; box-shadow: 0 12px 32px rgba(20,117,68,.28); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 16px 38px rgba(20,117,68,.34); }
.whatsapp-float svg { width: 31px; fill: currentColor; }

/* Reveal animation */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .58s ease, transform .58s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .reveal-delay-1 { transition-delay: .08s; }
.js .reveal-delay-2 { transition-delay: .14s; }
.js .reveal-delay-3 { transition-delay: .20s; }

:focus-visible { outline: 3px solid rgba(109,147,200,.42); outline-offset: 3px; }

/* Responsive */
@media (max-width: 1080px) {
  .desktop-nav { gap: 17px; }
  .desktop-nav a { font-size: .84rem; }
  .header-cta { display: none; }
  .hero-grid { gap: 34px; }
  .portrait-shell { height: 570px; }
  .hero-portrait { max-height: 548px; }
  .why-grid, .steps-grid { grid-template-columns: repeat(2,1fr); }
  .valuation-grid, .about-grid, .marketing-grid { gap: 48px; }
  .contact-panel { gap: 36px; padding: 46px; }
}

@media (max-width: 860px) {
  :root { --header-h: 80px; }
  .container { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 82px 0; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .brand img { width: 144px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 50px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .portrait-shell { height: 520px; width: min(100%,470px); }
  .portrait-shell::before { inset: 50px 20px 7px; }
  .hero-portrait { max-height: 505px; }
  .floating-card { left: 0; }
  .trust-grid { grid-template-columns: repeat(2,1fr); padding: 8px 0; }
  .trust-grid > div { border-right: 0; justify-content: flex-start; padding: 9px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .valuation-grid, .about-grid, .marketing-grid, .region-grid, .faq-grid, .contact-panel { grid-template-columns: 1fr; }
  .valuation-grid { gap: 42px; }
  .valuation-media { min-height: 440px; }
  .valuation-media img { height: 440px; }
  .about-grid { gap: 42px; }
  .about-media { order: -1; }
  .about-photo-wrap { max-width: 510px; margin-inline: auto; }
  .marketing-grid { gap: 48px; }
  .marketing-media { min-height: 500px; max-width: 680px; }
  .region-grid { gap: 30px; padding: 44px 30px; }
  .region-cloud { justify-content: flex-start; padding: 0; }
  .faq-grid { gap: 38px; }
  .faq-intro { position: static; }
  .contact-panel { padding: 42px 32px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .section { padding: 68px 0; }
  .section-pad-top { padding-top: calc(var(--header-h) + 38px); }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.55rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-note { align-items: flex-start; text-align: left; }
  .hero-visual { min-height: 445px; }
  .portrait-shell { height: 445px; }
  .portrait-shell::before { inset: 45px 5px 0; border-radius: 40% 40% 20px 20px; }
  .hero-portrait { max-height: 432px; }
  .floating-card { left: 5px; right: 5px; bottom: 16px; padding: 11px 12px; }
  .floating-icon { width: 35px; height: 35px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid > div { min-height: 36px; }
  .section-heading { margin-bottom: 34px; }
  .section h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .service-card { padding: 27px 24px; }
  .feature-list { grid-template-columns: 1fr; }
  .valuation-media { min-height: 380px; }
  .valuation-media img { height: 380px; }
  .about-photo-wrap img { max-height: 520px; }
  .marketing-media { min-height: 410px; }
  .marketing-main { width: 92%; height: 310px; }
  .marketing-secondary { width: 65%; height: 190px; border-width: 7px; }
  .why-grid, .steps-grid { grid-template-columns: 1fr; }
  .region-grid { padding: 34px 22px; }
  .region-cloud span { font-size: .8rem; }
  .contact-panel { padding: 34px 22px; border-radius: 26px; }
  .contact-card { min-height: 104px; padding: 16px 13px; gap: 12px; }
  .contact-icon { width: 42px; height: 42px; }
  .contact-card strong { font-size: .88rem; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; padding-top: 46px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { min-height: 92px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
  .whatsapp-float { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}


/* Mobile-first hardening / touch optimisation */
html, body { max-width: 100%; }
body { overflow-x: hidden; }
img, svg { max-width: 100%; }

@media (max-width: 860px) {
  html { scroll-padding-top: 88px; }
  body.menu-open { overflow: hidden; }

  .site-header { padding-top: env(safe-area-inset-top, 0px); }
  .header-inner { min-width: 0; }
  .brand { min-width: 0; }
  .brand img { width: clamp(132px, 37vw, 144px); }
  .menu-toggle { flex: 0 0 46px; min-width: 46px; min-height: 46px; touch-action: manipulation; }

  .mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
    max-height: calc(100dvh - var(--header-h) - env(safe-area-inset-top, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu-inner { padding-bottom: calc(26px + env(safe-area-inset-bottom, 0px)); }
  .mobile-menu a:not(.btn) { min-height: 48px; display: flex; align-items: center; }
  .mobile-menu .btn { width: 100%; min-height: 50px; }

  .hero-grid { width: 100%; }
  .hero-copy { min-width: 0; }
  .hero h1 { overflow-wrap: anywhere; }
  .hero-actions .btn { min-height: 52px; }

  .services-grid, .valuation-grid, .about-grid, .marketing-grid, .why-grid,
  .steps-grid, .region-grid, .faq-grid, .contact-panel, .footer-main { min-width: 0; }

  .service-card, .why-card, .step-card, .contact-card { min-width: 0; }
  .faq-question { min-height: 56px; touch-action: manipulation; }
  .faq-plus { width: 36px; height: 36px; }

  .whatsapp-float {
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    touch-action: manipulation;
  }
}

@media (max-width: 600px) {
  :root { --radius: 22px; --radius-sm: 16px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 62px 0; }
  .section-pad-top { padding-top: calc(var(--header-h) + 28px); }

  .hero-copy { text-align: left; }
  .eyebrow { max-width: 100%; font-size: .69rem; line-height: 1.35; padding: 7px 10px; }
  .hero h1 { margin: 18px 0 18px; font-size: clamp(2.25rem, 11.4vw, 3.15rem); line-height: 1.02; letter-spacing: -.045em; }
  .hero h1 br { display: none; }
  .hero-lead { font-size: .98rem; line-height: 1.68; }
  .hero-actions { gap: 10px; margin-top: 25px; }
  .hero-actions .btn { width: 100%; padding-inline: 16px; font-size: .9rem; }
  .hero-note { justify-content: flex-start; margin-top: 19px; font-size: .84rem; line-height: 1.45; }
  .hero-note svg { flex: 0 0 18px; margin-top: 2px; }

  .hero-visual { min-height: 392px; margin-top: 2px; }
  .portrait-shell { height: 392px; width: min(100%, 390px); }
  .portrait-shell::before { inset: 38px 2px 0; border-radius: 38% 38% 18px 18px; }
  .portrait-accent { width: 150px; height: 150px; right: -12px; top: 36px; }
  .hero-portrait { max-height: 382px; max-width: 96%; }
  .floating-card { left: 8px; right: 8px; bottom: 12px; border-radius: 14px; }
  .floating-card strong { font-size: .82rem; }
  .floating-card small { font-size: .68rem; }

  .trust-strip { padding: 4px 0; }
  .trust-grid { gap: 0; }
  .trust-grid > div { padding: 8px 0; font-size: .86rem; }

  .section-heading { margin-bottom: 30px; }
  .section-heading p { margin-top: 14px; font-size: .96rem; }
  .kicker { margin-bottom: 10px; }
  .section h2 { font-size: clamp(1.9rem, 9vw, 2.45rem); line-height: 1.1; letter-spacing: -.035em; }

  .service-card { padding: 25px 22px; border-radius: 20px; }
  .service-card h3 { margin-top: 18px; }
  .service-card p { font-size: .93rem; }
  .service-icon { width: 50px; height: 50px; }

  .valuation-grid { gap: 30px; }
  .valuation-media { min-height: 0; height: auto; aspect-ratio: 4 / 5; border-radius: 22px; }
  .valuation-media img { height: 100%; min-height: 0; }
  .image-label { left: 14px; right: 14px; bottom: 14px; width: fit-content; max-width: calc(100% - 28px); font-size: .75rem; }
  .valuation-copy > p { font-size: .95rem; }
  .feature-list { gap: 10px; margin: 22px 0 26px; }

  .about-grid { gap: 30px; }
  .about-media { order: 0; }
  .about-copy h2 span { font-size: .53em; line-height: 1.3; }
  .about-copy p { font-size: .95rem; }
  .about-photo-wrap { border-radius: 22px; }
  .about-photo-wrap img { max-height: none; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center top; }
  .signature-line { margin-top: 24px; padding-top: 22px; gap: 12px; }
  .signature-line img { width: 44px; flex: 0 0 44px; }
  .signature-line small { line-height: 1.45; }

  .marketing-grid { gap: 32px; }
  .marketing-media { min-height: 0; max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .marketing-main, .marketing-secondary {
    position: static;
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
  }
  .marketing-main { grid-column: 1 / -1; height: 245px; }
  .marketing-secondary { grid-column: 2; height: 150px; margin-top: -56px; border: 6px solid #fff; }
  .marketing-copy > p { font-size: .95rem; }
  .marketing-points > div { grid-template-columns: 34px 1fr; gap: 8px; padding: 13px 0; }

  .why-grid, .steps-grid { gap: 12px; }
  .why-card, .step-card { padding: 24px 21px; border-radius: 19px; }
  .step-number { margin-bottom: 16px; }

  .region-section { padding-top: 18px; }
  .region-grid { gap: 24px; padding: 28px 20px; border-radius: 22px; }
  .region-cloud { gap: 8px; }
  .region-cloud span { min-height: 38px; padding: 8px 11px; font-size: .76rem; }
  .region-cloud .region-featured { padding-inline: 14px; }

  .faq-grid { gap: 28px; }
  .faq-question { gap: 12px; padding: 18px 0; }
  .faq-question span:first-child { font-size: .95rem; line-height: 1.45; }
  .faq-answer { padding: 0 0 18px; }
  .faq-answer p { font-size: .91rem; }

  .contact-section { padding-top: 28px; }
  .contact-panel { gap: 28px; padding: 30px 20px; border-radius: 22px; }
  .contact-copy > p { font-size: .94rem; }
  .contact-person { margin-top: 22px; }
  .contact-card { min-height: 96px; padding: 14px 12px; border-radius: 16px; }
  .contact-icon { width: 40px; height: 40px; border-radius: 12px; }
  .contact-card small { font-size: .65rem; }
  .contact-card strong { font-size: .86rem; line-height: 1.35; }
  .contact-card em { font-size: .73rem; line-height: 1.35; }

  .footer-main { gap: 24px; padding-top: 42px; padding-bottom: 30px; }
  .footer-brand img { width: 148px; }
  .footer-bottom { padding: 18px 0 calc(18px + env(safe-area-inset-bottom, 0px)); min-height: 0; }
  .footer-bottom div { gap: 14px; flex-wrap: wrap; }
  .whatsapp-float { width: 52px; height: 52px; }
  .whatsapp-float svg { width: 28px; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 22px), var(--max)); }
  .brand img { width: 128px; }
  .menu-toggle { width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
  .hero h1 { font-size: clamp(2.08rem, 11vw, 2.65rem); }
  .hero-visual { min-height: 350px; }
  .portrait-shell { height: 350px; }
  .hero-portrait { max-height: 342px; }
  .floating-card { gap: 9px; padding: 9px 10px; }
  .floating-icon { width: 32px; height: 32px; }
  .floating-card strong { font-size: .78rem; }
  .floating-card small { font-size: .64rem; }
  .marketing-main { height: 220px; }
  .marketing-secondary { height: 132px; margin-top: -46px; }
  .contact-card { align-items: flex-start; }
  .contact-icon { margin-top: 2px; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 2rem; }
  .hero-actions .btn { font-size: .84rem; }
  .floating-card { left: 6px; right: 6px; bottom: 8px; }
  .hero-visual { min-height: 360px; }
  .portrait-shell { height: 322px; }
  .hero-portrait { max-height: 316px; }
}


@media (hover: none) {
  .btn:hover, .service-card:hover, .contact-card:hover, .whatsapp-float:hover { transform: none; }
  .desktop-nav a:hover::after { right: 100%; }
}

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