@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #07131e;
  --ink-soft: #173044;
  --navy: #081622;
  --navy-2: #0d2233;
  --paper: #f6f8f7;
  --white: #fff;
  --muted: #64717c;
  --line: rgba(7, 19, 30, .12);
  --mint: #65f5d4;
  --blue: #56a8ff;
  --red: #ff5b69;
  --amber: #ffc35c;
  --shadow: 0 24px 80px rgba(4, 17, 28, .16);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 100;
  padding: 10px 14px; border-radius: 10px; background: var(--white);
  transform: translateY(-180%); transition: transform .2s;
}
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px;
  color: #237968; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3 { margin: 0; font-family: Manrope, system-ui, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3.25rem, 7.8vw, 7.25rem); font-weight: 700; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.4rem); font-weight: 700; }
h3 { font-size: 1.38rem; font-weight: 700; letter-spacing: -.025em; }
p { margin: 0; }
.lede { color: var(--ink-soft); font-size: clamp(1.08rem, 1.7vw, 1.28rem); line-height: 1.62; }
.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 0 21px; border: 1px solid transparent; border-radius: 14px;
  background: var(--ink); color: var(--white); font-weight: 700; line-height: 1.2;
  box-shadow: 0 10px 24px rgba(4, 17, 28, .14); transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(4, 17, 28, .2); }
.button-light { background: var(--white); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.14); }
.button-arrow::after { content: "↗"; font-size: 1.05em; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #176c5e; font-weight: 700; }
.text-link::after { content: "→"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white);
}
.site-header.inner { position: relative; border-color: var(--line); background: var(--paper); color: var(--ink); }
.nav { display: flex; height: 82px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 1.25rem/1 Manrope, sans-serif; letter-spacing: -.04em; }
.brand img { width: 39px; height: 39px; }
.nav-links { display: flex; align-items: center; gap: 31px; font-weight: 600; }
.nav-links > a:not(.button) { color: inherit; opacity: .82; transition: opacity .2s; }
.nav-links > a:not(.button):hover { opacity: 1; }
.site-header .nav-links .button { min-height: 44px; padding-inline: 17px; background: var(--white); color: var(--ink); }
.site-header.inner .nav-links .button { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; border: 0; background: none; color: inherit; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.hero {
  position: relative; min-height: 860px; overflow: hidden; display: grid; align-items: center; color: var(--white); background: #092033;
}
.hero::before {
  content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,14,24,.96) 0%, rgba(3,14,24,.82) 35%, rgba(3,14,24,.25) 71%, rgba(3,14,24,.18)); z-index: 1;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 240px; z-index: 1;
  background: linear-gradient(transparent, rgba(4,17,28,.76));
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 5vw; align-items: center; padding-block: 174px 104px; }
.hero-copy { max-width: 720px; }
.hero h1 { max-width: 720px; }
.hero h1 span { display: block; color: var(--mint); }
.hero .lede { max-width: 610px; margin-top: 27px; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 24px; color: rgba(255,255,255,.67); font-size: .9rem; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(255,91,105,.2); }

.phone-wrap { position: relative; justify-self: end; width: min(100%, 360px); transform: rotate(2deg); }
.phone-glow { position: absolute; inset: 12% -30% 4%; background: rgba(67,194,226,.25); filter: blur(60px); border-radius: 50%; }
.phone {
  position: relative; aspect-ratio: 10 / 20.5; padding: 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 47px;
  background: #02080c; box-shadow: 0 40px 90px rgba(0,0,0,.46), inset 0 0 0 1px rgba(255,255,255,.12);
}
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 39px; background: #dae4dc; }
.phone-island { position: absolute; top: 13px; left: 50%; z-index: 5; width: 92px; height: 25px; transform: translateX(-50%); border-radius: 20px; background: #02080c; }
.map {
  position: absolute; inset: 0; background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.8) 0 1px, transparent 2px),
    linear-gradient(142deg, transparent 49%, rgba(108,145,122,.28) 50% 51%, transparent 52%),
    linear-gradient(35deg, rgba(140,170,146,.45), rgba(216,227,213,.8));
}
.map::before, .map::after { content: ""; position: absolute; border: 2px solid rgba(96,139,117,.4); border-radius: 48% 52% 62% 38%; }
.map::before { width: 320px; height: 210px; top: 90px; left: -120px; transform: rotate(24deg); }
.map::after { width: 280px; height: 370px; right: -155px; top: 210px; transform: rotate(-16deg); }
.map-road { position: absolute; width: 590px; height: 8px; top: 51%; left: -100px; border: 2px solid rgba(255,255,255,.75); border-width: 2px 0; transform: rotate(-35deg); background: #bdcbbd; }
.map-water { position: absolute; inset: auto -70px -40px 90px; height: 52%; border-radius: 65% 0 0; background: #81b9c5; opacity: .8; transform: rotate(-12deg); }
.map-top { position: absolute; inset: 52px 18px auto; z-index: 2; display: flex; gap: 8px; }
.map-pill { padding: 8px 12px; border-radius: 20px; background: rgba(255,255,255,.9); color: var(--ink); box-shadow: 0 6px 18px rgba(12,30,34,.14); font-size: .7rem; font-weight: 700; }
.map-pill.active { background: var(--ink); color: var(--white); }
.pin { position: absolute; z-index: 2; display: grid; width: 34px; height: 34px; place-items: center; border: 4px solid white; border-radius: 50% 50% 50% 8px; background: var(--red); box-shadow: 0 8px 18px rgba(38,63,64,.23); transform: rotate(-45deg); }
.pin::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: white; }
.pin.one { top: 25%; left: 28%; }
.pin.two { top: 43%; right: 20%; background: var(--ink); transform: rotate(-45deg) scale(.85); }
.pin.three { top: 56%; left: 18%; background: var(--ink); transform: rotate(-45deg) scale(.72); }
.stream-card { position: absolute; inset: auto 13px 13px; z-index: 4; overflow: hidden; border-radius: 25px; background: rgba(7,19,30,.95); color: var(--white); box-shadow: 0 18px 50px rgba(7,19,30,.3); }
.stream-preview { position: relative; height: 150px; background: url('/assets/birvie-drone-streaming-hero.jpg') center/cover; }
.live-chip { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 8px; background: var(--red); font: 800 .62rem/1 Manrope; letter-spacing: .08em; }
.stream-info { padding: 16px; }
.stream-info small { color: var(--mint); font-weight: 700; }
.stream-info strong { display: block; margin: 3px 0 13px; font-family: Manrope; font-size: 1rem; }
.watch-button { display: block; width: 100%; padding: 11px; border-radius: 11px; background: var(--mint); color: var(--ink); text-align: center; font-size: .8rem; font-weight: 800; }

.press-strip { position: relative; z-index: 3; margin-top: -1px; background: var(--navy); color: var(--white); }
.press-inner { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); }
.press-inner p { color: rgba(255,255,255,.56); font-size: .77rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.press-quote { max-width: 610px; font: 600 clamp(1rem, 2vw, 1.25rem)/1.45 Manrope; text-align: right; }
.press-quote span { color: var(--mint); }

.section { padding-block: 126px; }
.section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; margin-bottom: 66px; }
.section-head .lede { max-width: 600px; justify-self: end; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 360px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.feature-card::after { content: attr(data-number); position: absolute; right: 22px; bottom: -48px; color: rgba(7,19,30,.045); font: 800 12rem/1 Manrope; letter-spacing: -.08em; }
.icon-box { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 62px; border-radius: 14px; background: #e5fdf7; color: #126656; }
.icon-box svg { width: 24px; height: 24px; }
.feature-card h3 { margin-bottom: 14px; }
.feature-card p { color: var(--muted); }

.dark-section { position: relative; overflow: hidden; padding-block: 130px; background: var(--navy); color: var(--white); }
.dark-section::before { content: ""; position: absolute; width: 720px; height: 720px; right: -280px; bottom: -450px; border: 1px solid rgba(101,245,212,.15); border-radius: 50%; box-shadow: 0 0 0 100px rgba(101,245,212,.025), 0 0 0 220px rgba(101,245,212,.018); }
.split { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.split-copy .lede { margin: 24px 0 30px; color: rgba(255,255,255,.67); }
.world-card { position: relative; min-height: 480px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 32px; background: #0e293e; box-shadow: var(--shadow); }
.world-card::before { content: ""; position: absolute; inset: 0; opacity: .65; background-image: radial-gradient(rgba(151,195,196,.34) 1px, transparent 1px); background-size: 16px 16px; mask-image: radial-gradient(ellipse, black 20%, transparent 72%); }
.globe-ring { position: absolute; left: 50%; top: 51%; width: 350px; height: 350px; transform: translate(-50%,-50%) rotate(-16deg); border: 1px solid rgba(101,245,212,.24); border-radius: 50%; box-shadow: inset 0 0 90px rgba(86,168,255,.1); }
.globe-ring::before, .globe-ring::after { content: ""; position: absolute; inset: 14% 0; border: 1px solid rgba(101,245,212,.19); border-radius: 50%; }
.globe-ring::after { inset: 0 34%; }
.world-pin { position: absolute; z-index: 2; }
.world-pin i { display: block; width: 13px; height: 13px; border: 3px solid var(--navy-2); border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(255,91,105,.18); }
.world-pin b { display: block; margin: 11px 0 0 -38px; padding: 7px 10px; border-radius: 8px; background: rgba(4,17,28,.8); font-size: .69rem; white-space: nowrap; }
.world-pin.p1 { top: 27%; left: 28%; }.world-pin.p2 { top: 43%; right: 25%; }.world-pin.p3 { bottom: 23%; left: 44%; }
.world-stat { position: absolute; left: 22px; right: 22px; bottom: 22px; display: flex; justify-content: space-between; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(7,19,30,.82); backdrop-filter: blur(10px); }
.world-stat span { color: rgba(255,255,255,.55); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.world-stat strong { display: block; margin-top: 2px; font: 700 1.1rem Manrope; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step { counter-increment: step; position: relative; padding: 36px 45px 24px 0; border-top: 1px solid var(--line); }
.step + .step { padding-left: 38px; border-left: 1px solid var(--line); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 54px; color: #257f6e; font: 800 .8rem Manrope; letter-spacing: .12em; }
.step h3 { margin-bottom: 13px; }
.step p { color: var(--muted); }
.step-action { margin-top: 34px; }

.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.audience-card { padding: 50px; border-radius: 28px; background: #e7f1ed; }
.audience-card:last-child { background: #e6edf6; }
.audience-card .tag { display: inline-block; margin-bottom: 80px; padding: 7px 10px; border: 1px solid rgba(7,19,30,.13); border-radius: 20px; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.audience-card p { margin: 18px 0 30px; color: var(--ink-soft); }

.quote-section { padding-block: 105px; background: var(--white); }
.quote-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; }
.quote-mark { color: #3c9e89; font: 700 7rem/.7 Georgia, serif; }
blockquote { margin: 0; }
blockquote p { font: 600 clamp(1.6rem, 3.4vw, 3rem)/1.27 Manrope; letter-spacing: -.035em; }
blockquote footer { margin-top: 27px; color: var(--muted); }

.cta-section { padding-block: 32px 90px; }
.cta-card { position: relative; overflow: hidden; padding: 80px; border-radius: 32px; background: var(--navy); color: var(--white); }
.cta-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -95px; top: -230px; border: 1px solid rgba(101,245,212,.3); border-radius: 50%; box-shadow: 0 0 0 60px rgba(101,245,212,.04), 0 0 0 130px rgba(101,245,212,.025); }
.cta-card h2 { position: relative; z-index: 1; max-width: 750px; }
.cta-row { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 34px; }
.cta-row p { max-width: 580px; color: rgba(255,255,255,.65); }
.cta-buttons { display: flex; flex-shrink: 0; gap: 10px; }

.site-footer { padding: 75px 0 35px; background: #06101a; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(2, .65fr); gap: 60px; padding-bottom: 65px; }
.footer-brand p { max-width: 380px; margin-top: 19px; color: rgba(255,255,255,.55); }
.footer-col strong { display: block; margin-bottom: 18px; font: 700 .78rem Manrope; color: rgba(255,255,255,.46); letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: 10px 0; color: rgba(255,255,255,.78); }
.footer-col a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .84rem; }

/* Interior pages */
.page-hero { position: relative; overflow: hidden; padding: 110px 0 90px; background: var(--navy); color: var(--white); }
.page-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -130px; top: -315px; border: 1px solid rgba(101,245,212,.25); border-radius: 50%; box-shadow: 0 0 0 90px rgba(101,245,212,.025), 0 0 0 180px rgba(101,245,212,.015); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 950px; font-size: clamp(3rem, 7vw, 6.4rem); }
.page-hero .lede { max-width: 700px; margin-top: 24px; color: rgba(255,255,255,.68); }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.breadcrumbs { margin-bottom: 36px; color: rgba(255,255,255,.5); font-size: .84rem; }
.breadcrumbs a { color: var(--mint); }
.guide-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 80px; align-items: start; }
.guide-nav { position: sticky; top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.guide-nav strong { display: block; margin-bottom: 15px; font: 700 .76rem Manrope; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.guide-nav a { display: block; padding: 8px 0; color: var(--muted); font-weight: 600; }
.guide-nav a:hover { color: #18705f; }
.guide-content { max-width: 780px; }
.guide-intro { margin-bottom: 70px; }
.checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; padding: 0; list-style: none; }
.checklist li { position: relative; min-height: 72px; padding: 14px 16px 14px 50px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); color: var(--ink-soft); }
.checklist li::before { content: "✓"; position: absolute; top: 16px; left: 17px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #dffaf2; color: #16705d; font-size: .75rem; font-weight: 800; }
.guide-step { position: relative; padding: 8px 0 72px 92px; }
.guide-step:not(:last-child)::before { content: ""; position: absolute; top: 58px; bottom: 8px; left: 27px; width: 1px; background: var(--line); }
.guide-step-number { position: absolute; top: 0; left: 0; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 18px; background: var(--ink); color: var(--mint); font: 800 1rem Manrope; }
.guide-step h2 { margin-bottom: 18px; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.guide-step p { color: var(--muted); }
.guide-step p + p { margin-top: 13px; }
.tip { margin-top: 22px; padding: 18px 20px; border-left: 3px solid #2a9b83; border-radius: 0 12px 12px 0; background: #e7f4ef; color: var(--ink-soft); }
.tip strong { color: var(--ink); }
.callout { margin: 0 0 75px; padding: 30px; border-radius: 20px; background: #e7edf4; }
.callout h3 { margin-bottom: 12px; }
.callout ul { margin: 12px 0 0; padding-left: 20px; color: var(--ink-soft); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 23px 40px 23px 0; list-style: none; font: 700 1.05rem Manrope; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; margin-right: -35px; color: #26806e; font-size: 1.35rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0 24px; color: var(--muted); }
.legal { max-width: 820px; margin-inline: auto; }
.legal h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.legal h2 { margin: 55px 0 16px; font-size: 1.8rem; }
.legal h3 { margin: 30px 0 10px; font-size: 1.2rem; }
.legal p, .legal li { color: var(--ink-soft); }
.legal p + p { margin-top: 16px; }
.legal li + li { margin-top: 8px; }
.legal a { color: #176c5e; text-decoration: underline; text-underline-offset: 3px; }
.updated { margin: 20px 0 45px; color: var(--muted); font-size: .9rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px 32px 40px; background: var(--navy); color: var(--white); font: 700 1.6rem Manrope; transform: translateY(-105%); transition: transform .3s; }
  .nav-open .nav-links { transform: none; }
  .site-header.inner .nav-links { background: var(--paper); color: var(--ink); }
  .menu-toggle { display: block; z-index: 2; }
  .nav-open .menu-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
  .nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .menu-toggle span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(90deg, rgba(3,14,24,.94), rgba(3,14,24,.5)); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 145px; }
  .phone-wrap { display: none; }
  .section-head, .split, .quote-grid { grid-template-columns: 1fr; gap: 36px; }
  .section-head .lede { justify-self: start; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .step { padding: 30px 0 38px; }
  .step + .step { padding-left: 0; border-left: 0; }
  .step::before { margin-bottom: 25px; }
  .audience { grid-template-columns: 1fr; }
  .cta-card { padding: 55px 38px; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 25px; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-nav { position: static; display: none; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav { height: 72px; }
  .hero { min-height: 760px; }
  .hero-grid { padding-block: 132px 84px; }
  .hero-image { object-position: 66% center; }
  .hero::before { background: linear-gradient(180deg, rgba(3,14,24,.75), rgba(3,14,24,.94) 66%, rgba(3,14,24,.98)); }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-actions .button { width: 100%; }
  .press-inner { align-items: flex-start; flex-direction: column; padding-block: 30px; }
  .press-quote { text-align: left; }
  .section, .dark-section { padding-block: 90px; }
  .section-head { margin-bottom: 40px; }
  .feature-card { padding: 28px; }
  .icon-box { margin-bottom: 42px; }
  .world-card { min-height: 420px; }
  .globe-ring { width: 290px; height: 290px; }
  .audience-card { padding: 32px 27px; }
  .audience-card .tag { margin-bottom: 48px; }
  .quote-mark { font-size: 5rem; }
  .cta-section { padding-bottom: 60px; }
  .cta-card { padding: 46px 25px; }
  .cta-buttons, .cta-buttons .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 20px; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding-block: 78px 72px; }
  .checklist { grid-template-columns: 1fr; }
  .guide-step { padding-left: 0; padding-top: 80px; }
  .guide-step-number { top: 7px; }
  .guide-step:not(:last-child)::before { display: none; }
}
