:root {
  --ink: #060824;
  --ink-2: #0d102c;
  --violet: #6428d8;
  --violet-light: #9366e4;
  --cyan: #2fb4f0;
  --paper: #f5f5f8;
  --white: #ffffff;
  --muted: #6d7083;
  --line: rgba(6, 8, 36, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 11px 16px; color: white; background: var(--violet); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 920px;
  height: 100svh;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 5, 27, .96) 0%, rgba(3, 5, 27, .79) 44%, rgba(3, 5, 27, .2) 77%),
    linear-gradient(180deg, rgba(4, 5, 29, .22), rgba(4, 5, 29, .62)),
    url('../images/petabyte-hero.png') center/cover no-repeat,
    #07091f;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 40%, rgba(47, 180, 240, .18), transparent 27%), radial-gradient(circle at 42% 2%, rgba(100, 40, 216, .24), transparent 28%);
  pointer-events: none;
}
.hero-noise {
  position: absolute; inset: 0; z-index: 1; opacity: .18; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 78px 78px;
}
.site-header, .hero-content, .hero-proof { position: relative; z-index: 3; }
.site-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand {
  display: flex; align-items: center; width: 196px; height: 64px; padding: 5px 12px;
  border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 14px 50px rgba(0,0,0,.22);
}
.brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 44px; }
.desktop-nav a { color: rgba(255,255,255,.78); font-size: 13px; transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 26px; }
.language-switch { display: flex; align-items: center; gap: 7px; font-size: 11px; color: rgba(255,255,255,.42); }
.language-switch button { border: 0; padding: 5px 0; background: transparent; color: rgba(255,255,255,.5); cursor: pointer; }
.language-switch button.active { color: white; }
.header-cta { display: flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 700; }
.header-cta b { color: var(--cyan); }
.hero-content { height: calc(100% - 230px); min-height: 610px; display: flex; align-items: center; }
.hero-copy { max-width: 840px; padding-top: 46px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: linear-gradient(90deg, var(--violet), var(--cyan)); }
.hero h1 { margin: 0; font-size: clamp(56px, 7.1vw, 102px); line-height: .96; letter-spacing: -.065em; font-weight: 500; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { font-weight: 500; color: transparent; background: linear-gradient(96deg, #ffffff 12%, #c8bcff 55%, #62c9f5 100%); background-clip: text; }
.hero-intro { width: min(640px, 90%); margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; margin-top: 42px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 22px; border-radius: 4px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 248px; background: linear-gradient(100deg, var(--violet), #7644e4); box-shadow: 0 20px 55px rgba(100,40,216,.34); }
.button-primary b { color: #9cdeff; }
.button-ghost { min-width: 196px; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.hero-proof { height: 126px; display: grid; grid-template-columns: repeat(3, 1fr) 170px; align-items: center; border-top: 1px solid rgba(255,255,255,.16); }
.proof-item { min-height: 56px; display: flex; align-items: center; gap: 16px; padding-left: 26px; border-left: 1px solid rgba(255,255,255,.16); }
.proof-item:first-child { padding-left: 0; border-left: 0; }
.proof-item span { color: var(--cyan); font-size: 10px; letter-spacing: .12em; }
.proof-item p { margin: 0; font-size: 12px; color: rgba(255,255,255,.78); }
.scroll-cue { justify-self: end; margin: 0; color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .18em; }
.scroll-cue span { margin-left: 12px; color: white; }

.section { padding: 120px 0; }
.solutions { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; align-items: end; margin-bottom: 64px; }
.section-kicker { margin: 0 0 22px; color: var(--violet); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.section-heading h2 { max-width: 690px; margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.03; letter-spacing: -.055em; font-weight: 500; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border: 1px solid var(--line); background: rgba(255,255,255,.72); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(100,40,216,.25); box-shadow: 0 28px 70px rgba(12,16,48,.09); }
.service-card.featured { grid-row: span 2; min-height: 674px; color: white; border: 0; background: linear-gradient(160deg, rgba(16,17,54,.42), rgba(6,8,36,.96)), url('../images/petabyte-network.png') center/cover; }
.service-topline { display: flex; justify-content: space-between; align-items: center; }
.service-code { color: var(--violet); font-size: 12px; letter-spacing: .12em; }
.featured .service-code { color: var(--cyan); }
.service-arrow { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.featured .service-arrow { border-color: rgba(255,255,255,.28); }
.service-card h3 { max-width: 440px; margin: 0 0 18px; font-size: clamp(27px, 3vw, 42px); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; }
.service-card p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.featured p { color: rgba(255,255,255,.7); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.service-tags span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; }
.featured .service-tags span { color: rgba(255,255,255,.72); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.text-link b { color: var(--violet); }

.approach { padding-top: 40px; background: var(--paper); }
.approach-grid { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 760px; background: var(--white); box-shadow: 0 35px 100px rgba(8,10,40,.08); }
.approach-image { position: relative; min-height: 620px; overflow: hidden; background: linear-gradient(180deg, rgba(6,8,36,.06), rgba(6,8,36,.45)), url('../images/petabyte-network.png') center/cover no-repeat; }
.approach-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); }
.image-label { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); color: white; }
.image-label span { color: var(--cyan); font-size: 10px; letter-spacing: .16em; }
.image-label p { margin: 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.approach-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px 7vw 76px 68px; }
.approach-copy h2 { max-width: 570px; margin: 0; font-size: clamp(42px, 4.8vw, 68px); line-height: 1.02; letter-spacing: -.055em; font-weight: 500; }
.approach-intro { max-width: 600px; margin: 28px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.approach-points { border-top: 1px solid var(--line); }
.approach-points article { display: grid; grid-template-columns: 44px 1fr; gap: 10px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.approach-points article > span { color: var(--violet); font-size: 10px; letter-spacing: .12em; }
.approach-points h3 { margin: 0 0 6px; font-size: 15px; }
.approach-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.coverage { position: relative; overflow: hidden; color: white; background: var(--ink); }
.coverage::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 78px 78px; }
.coverage-glow { position: absolute; width: 800px; height: 800px; right: -220px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(100,40,216,.5), rgba(47,180,240,.1) 40%, transparent 68%); filter: blur(10px); }
.coverage-content { position: relative; z-index: 2; }
.coverage-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 100px; align-items: end; }
.coverage-heading .section-kicker { grid-column: 1 / -1; color: var(--cyan); }
.coverage-heading h2 { max-width: 720px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.02; letter-spacing: -.06em; font-weight: 500; }
.coverage-heading > p { max-width: 460px; margin: 0 0 7px; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.8; }
.country-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 88px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.country-grid article { position: relative; min-height: 190px; padding: 28px 26px; border-left: 1px solid rgba(255,255,255,.16); }
.country-grid article:first-child { border-left: 0; }
.country-grid span { color: var(--cyan); font-size: 10px; }
.country-grid h3 { margin: 68px 0 0; font-size: 23px; font-weight: 500; letter-spacing: -.025em; }
.country-grid i { position: absolute; width: 7px; height: 7px; right: 24px; bottom: 26px; border-radius: 50%; background: var(--violet-light); box-shadow: 0 0 18px rgba(147,102,228,.9); }
.coverage-note { margin: 18px 0 0; color: rgba(255,255,255,.38); font-size: 10px; }

.security { background: #ececf2; }
.security-heading { align-items: end; }
.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.security-grid article { padding: 34px 32px 36px; border-left: 1px solid var(--line); }
.security-grid article:first-child { border-left: 0; }
.security-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 64px; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--violet), #344bc9 64%, var(--cyan)); box-shadow: 0 16px 34px rgba(100,40,216,.22); }
.security-icon span { font-size: 10px; letter-spacing: .1em; }
.security-grid h3 { max-width: 300px; min-height: 60px; margin: 0 0 18px; font-size: 27px; line-height: 1.08; letter-spacing: -.04em; font-weight: 500; }
.security-grid p { min-height: 90px; margin: 0 0 26px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.security-grid a { display: inline-flex; gap: 15px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; }
.security-grid a b { color: var(--violet); }

.method { color: white; background: linear-gradient(135deg, #11143b, var(--ink) 70%); }
.method .section-kicker { color: var(--cyan); }
.method > .shell > h2 { max-width: 720px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.03; letter-spacing: -.055em; font-weight: 500; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid rgba(255,255,255,.15); }
.method-grid article { min-height: 240px; padding: 28px 24px 32px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid rgba(255,255,255,.15); }
.method-grid article:first-child { border-left: 0; }
.method-grid > article > span { color: var(--cyan); font-size: 10px; letter-spacing: .13em; }
.method-grid h3 { margin: 0 0 10px; font-size: 25px; font-weight: 500; }
.method-grid p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }

.contact { position: relative; overflow: hidden; color: white; background: #080a27; }
.contact::before { content: ""; position: absolute; width: 650px; height: 650px; left: -240px; bottom: -360px; border-radius: 50%; background: radial-gradient(circle, rgba(100,40,216,.38), transparent 68%); }
.contact-lines { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.12) 50%, transparent 50.1%); background-size: 295px 100%; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-copy .section-kicker { color: var(--cyan); }
.contact-copy h2 { max-width: 610px; margin: 0; font-size: clamp(44px, 4.9vw, 70px); line-height: 1.03; letter-spacing: -.06em; font-weight: 500; }
.contact-copy > p:not(.section-kicker) { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.8; }
.direct-contact { margin-top: 52px; border-top: 1px solid rgba(255,255,255,.16); }
.direct-contact a { display: grid; grid-template-columns: 44px 1fr 20px; gap: 14px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.direct-contact a > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--cyan); font-size: 9px; }
.direct-contact small, .direct-contact strong { display: block; }
.direct-contact small { margin-bottom: 5px; color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.direct-contact strong { font-size: 13px; font-weight: 500; }
.direct-contact i { color: var(--violet-light); font-style: normal; }
.contact-form { padding: 44px; color: var(--ink); background: white; box-shadow: 0 38px 100px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: block; margin-bottom: 24px; color: #5c5f70; font-size: 10px; letter-spacing: .05em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 9px; padding: 10px 0; border: 0; border-bottom: 1px solid #d8d9e1; outline: none; color: var(--ink); background: transparent; border-radius: 0; font: 14px Arial, Helvetica, sans-serif; transition: border-color .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--violet); }
.privacy-check { display: flex !important; align-items: flex-start; gap: 10px; line-height: 1.5; }
.privacy-check input { width: 15px; height: 15px; margin: 0; accent-color: var(--violet); }
.form-submit { width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; color: white; background: linear-gradient(100deg, var(--violet), #7644e4); cursor: pointer; font-weight: 700; }
.form-submit b { color: #a9e4ff; }
.form-submit:disabled { opacity: .66; cursor: wait; }
.form-status { margin: 16px 0 0; padding: 13px; font-size: 11px; line-height: 1.5; }
.form-status.success { color: #225b3a; background: #e8f8ee; }
.form-status.error { color: #812b35; background: #fff0f1; }
.form-status.working { color: #423578; background: #f1edff; }
.privacy-check a { color: var(--violet); text-decoration: underline; text-underline-offset: 2px; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { color: rgba(255,255,255,.6); background: #030419; }
.footer-main { min-height: 230px; display: grid; grid-template-columns: 1.4fr .7fr .9fr; align-items: center; gap: 50px; }
.footer-brand img { width: 170px; height: 78px; padding: 7px 12px; object-fit: contain; border-radius: 8px; background: white; }
.footer-brand p { margin: 16px 0 0; font-size: 11px; letter-spacing: .08em; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; gap: 13px; font-size: 12px; }
.footer-nav a:hover, .footer-contact a:hover { color: white; }
.footer-bottom { min-height: 68px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { text-align: center; }
.footer-bottom p:last-child { text-align: right; }

.floating-whatsapp { position: fixed; z-index: 20; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg, #6428d8, #2fb4f0); box-shadow: 0 16px 38px rgba(6,8,36,.35); font-size: 12px; font-weight: 700; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.confirmation-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; color: white; background: radial-gradient(circle at 80% 20%, rgba(47,180,240,.22), transparent 32%), radial-gradient(circle at 20% 80%, rgba(100,40,216,.35), transparent 36%), #060824; }
.confirmation-card { width: min(620px, 100%); padding: 56px; color: var(--ink); background: white; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.confirmation-card > img { width: 190px; height: 96px; margin-bottom: 42px; object-fit: contain; }
.confirmation-card h1 { margin: 0 0 18px; font-size: clamp(42px, 7vw, 66px); line-height: 1; letter-spacing: -.055em; font-weight: 500; }
.confirmation-card > p:not(.section-kicker) { margin: 0 0 32px; color: var(--muted); line-height: 1.75; }

.privacy-page { color: var(--ink); background: var(--paper); }
.privacy-header { padding: 30px 0; color: white; background: var(--ink); }
.privacy-header .shell { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.privacy-header img { width: 170px; height: 76px; padding: 6px 10px; object-fit: contain; border-radius: 8px; background: white; }
.privacy-header a { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.5); }
.privacy-content { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 82px 0 110px; }
.privacy-content h1 { margin: 0 0 18px; font-size: clamp(42px, 7vw, 68px); line-height: 1; letter-spacing: -.055em; font-weight: 500; }
.privacy-content .lead { color: var(--muted); font-size: 17px; line-height: 1.7; }
.privacy-content article { margin-top: 48px; padding-top: 38px; border-top: 1px solid var(--line); }
.privacy-content h2 { margin: 34px 0 12px; font-size: 24px; }
.privacy-content p, .privacy-content li { color: #56596b; line-height: 1.75; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .hero { min-height: 820px; }
  .hero-content { min-height: 560px; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .service-card.featured { min-height: 520px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-image { min-height: 520px; }
  .approach-copy { padding: 70px 7vw; }
  .coverage-heading { grid-template-columns: 1fr; gap: 24px; }
  .country-grid { grid-template-columns: repeat(2, 1fr); }
  .country-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .country-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .security-grid { grid-template-columns: 1fr; }
  .security-grid article { border-left: 0; border-top: 1px solid var(--line); }
  .security-grid article:first-child { border-top: 0; }
  .security-icon { margin-bottom: 30px; }
  .security-grid h3, .security-grid p { min-height: 0; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .method-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { height: 88px; }
  .brand { width: 146px; height: 54px; }
  .header-cta { display: none; }
  .hero { min-height: 780px; }
  .hero-content { height: calc(100% - 190px); min-height: 540px; }
  .hero-copy { padding-top: 18px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-intro { width: 100%; font-size: 15px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; margin-top: 32px; }
  .button { width: 100%; min-width: 0; }
  .hero-proof { height: 102px; grid-template-columns: repeat(3, 1fr); }
  .proof-item { display: block; min-height: 40px; padding: 0 9px; }
  .proof-item p { margin-top: 7px; font-size: 9px; line-height: 1.3; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2 { font-size: 43px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { min-height: 350px; grid-row: auto; padding: 26px; }
  .approach { padding-top: 0; }
  .approach-grid { width: 100%; }
  .approach-image { min-height: 390px; }
  .approach-copy { padding: 58px 24px; }
  .approach-copy h2 { font-size: 42px; }
  .coverage-heading h2 { font-size: 43px; }
  .country-grid { margin-top: 48px; }
  .country-grid article { min-height: 150px; padding: 22px 16px; }
  .country-grid h3 { margin-top: 50px; font-size: 18px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article, .method-grid article:nth-child(3), .method-grid article:nth-child(4) { min-height: 160px; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .method-grid article:first-child { border-top: 0; }
  .contact-grid { gap: 54px; }
  .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; padding: 56px 0; }
  .footer-bottom { grid-template-columns: 1fr; gap: 9px; padding: 24px 0; }
  .footer-bottom p:nth-child(2), .footer-bottom p:last-child { text-align: left; }
  .confirmation-card { padding: 38px 26px; }
  .floating-whatsapp { right: 15px; bottom: 15px; }
  .privacy-header .shell { align-items: flex-start; flex-direction: column; }
}

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