:root {
  --ink: #f7fbff;
  --ink-dim: #bfd0ea;
  --bg: #050814;
  --bg-2: #090f1f;
  --panel: rgba(13, 20, 39, 0.78);
  --panel-strong: rgba(18, 28, 53, 0.92);
  --line: rgba(120, 158, 219, 0.22);
  --line-strong: rgba(106, 153, 255, 0.34);
  --accent: #24d6c6;
  --accent-2: #5fb2ff;
  --accent-3: #8ef7ee;
  --danger: #ff5b6a;
  --gold: #ffd36a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 0% -10%, rgba(36, 214, 198, 0.20) 0%, rgba(36, 214, 198, 0) 60%),
    radial-gradient(860px 600px at 100% 8%, rgba(95, 178, 255, 0.18) 0%, rgba(95, 178, 255, 0) 56%),
    radial-gradient(700px 420px at 50% 0%, rgba(255, 211, 106, 0.12) 0%, rgba(255, 211, 106, 0) 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  min-height: 100%;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0));
  opacity: 0.42;
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  z-index: 1;
}

.top-nav {
  padding: 22px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(5, 8, 20, 0.72);
  border-bottom: 1px solid rgba(120, 158, 219, 0.12);
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.4px;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 20px rgba(36, 214, 198, 0.14);
}

.top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.top-links a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-dim);
  border: 1px solid var(--line);
  background: rgba(10, 16, 34, 0.68);
  border-radius: 999px;
  padding: 7px 12px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.top-links a:hover {
  transform: translateY(-1px);
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgba(17, 27, 54, 0.92);
}

main {
  padding-bottom: 56px;
}

.hero {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 28px;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(120, 158, 219, 0.16);
  background:
    radial-gradient(circle at top right, rgba(36, 214, 198, 0.11), transparent 24%),
    radial-gradient(circle at bottom left, rgba(95, 178, 255, 0.12), transparent 22%),
    linear-gradient(150deg, rgba(11, 18, 37, 0.96), rgba(8, 12, 24, 0.94));
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -34% auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(36, 214, 198, 0.16), transparent 68%);
  pointer-events: none;
}

.pill {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #07131f;
  background: linear-gradient(90deg, var(--accent), var(--accent-3));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  max-width: 10ch;
}

.subtitle {
  margin: 18px 0 0;
  color: var(--ink-dim);
  font-size: 16px;
  line-height: 1.78;
  max-width: 54ch;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(120, 158, 219, 0.14);
  color: var(--ink-dim);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-chip strong {
  color: var(--ink);
  font-weight: 700;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cta {
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cta.primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 52%, var(--gold) 100%);
  color: #06101b;
  box-shadow: 0 18px 44px rgba(36, 214, 198, 0.22);
}

.cta.ghost {
  border-color: rgba(120, 158, 219, 0.18);
  color: var(--ink-dim);
  background: rgba(10, 16, 34, 0.54);
}

.cta:hover {
  transform: translateY(-2px);
}

.cta.primary:hover {
  box-shadow: 0 24px 52px rgba(36, 214, 198, 0.28);
}

.cta.ghost:hover {
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgba(17, 27, 54, 0.92);
}

.hero-metrics {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.metric-card {
  background: rgba(10, 16, 34, 0.72);
  border: 1px solid rgba(120, 158, 219, 0.16);
  border-radius: 18px;
  padding: 14px;
  display: grid;
  gap: 4px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.metric-card strong {
  font-size: 20px;
  color: #def6ff;
}

.metric-card span {
  font-size: 12px;
  color: var(--ink-dim);
}

.hero-visual {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.9;
}

.glow-a {
  width: 300px;
  height: 300px;
  right: 0;
  top: 36px;
  background: radial-gradient(circle, rgba(36, 214, 198, 0.26), transparent 70%);
}

.glow-b {
  width: 240px;
  height: 240px;
  left: 0;
  bottom: 42px;
  background: radial-gradient(circle, rgba(95, 178, 255, 0.24), transparent 70%);
}

.phone-stack {
  position: relative;
  width: min(100%, 640px);
  height: 700px;
}

.floating-card {
  position: absolute;
  margin: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(120, 158, 219, 0.18);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.floating-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(0,0,0,0.25));
  pointer-events: none;
}

.floating-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(7, 11, 20, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-size: 12px;
  line-height: 1.4;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.card-a {
  width: 58%;
  height: 590px;
  left: 0;
  top: 36px;
  transform: rotate(-10deg);
  animation: floatA 10s ease-in-out infinite;
}

.card-b {
  width: 60%;
  height: 610px;
  left: 21%;
  top: 102px;
  transform: rotate(4deg);
  animation: floatB 10s ease-in-out infinite;
  animation-delay: -3s;
}

.card-c {
  width: 44%;
  height: 470px;
  right: 0;
  top: 182px;
  transform: rotate(12deg);
  animation: floatC 10s ease-in-out infinite;
  animation-delay: -5.5s;
}

@keyframes floatA {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

@keyframes floatB {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

@keyframes floatC {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

.section {
  padding-top: 34px;
}

.section-head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.section-kicker {
  color: var(--accent-3);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}

.section-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.section-copy {
  margin: 0;
  color: var(--ink-dim);
  font-size: 16px;
  line-height: 1.75;
  max-width: 60ch;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  position: relative;
  background: linear-gradient(180deg, rgba(14, 20, 40, 0.94), rgba(9, 14, 28, 0.92));
  border: 1px solid rgba(120, 158, 219, 0.16);
  border-radius: 26px;
  padding: 22px;
  min-height: 220px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(36, 214, 198, 0.16), transparent 70%);
  pointer-events: none;
}

.feature-card:hover,
.gallery-card:hover,
.trust-panel:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(36, 214, 198, 0.18), rgba(95, 178, 255, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 0;
  color: var(--ink-dim);
  line-height: 1.7;
  font-size: 15px;
}

.feature-tag {
  display: inline-flex;
  margin-top: 16px;
  font-size: 12px;
  color: #d7e7ff;
  border-top: 1px solid rgba(120, 158, 219, 0.14);
  padding-top: 14px;
  width: 100%;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.gallery-card {
  position: relative;
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(120, 158, 219, 0.16);
  background: rgba(10, 16, 34, 0.7);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(5, 8, 20, 0.58));
  pointer-events: none;
}

.gallery-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(7, 11, 20, 0.78);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 13px;
  color: var(--ink);
}

.gallery-card-large {
  min-height: 540px;
}

.gallery-card:not(.gallery-card-large) {
  min-height: 262px;
}

.gallery-card-wide {
  grid-column: 2;
}

.trust-band {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  align-items: stretch;
}

.trust-panel {
  background: linear-gradient(180deg, rgba(14, 20, 40, 0.9), rgba(8, 12, 24, 0.94));
  border: 1px solid rgba(120, 158, 219, 0.16);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.trust-panel h3 {
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-dim);
  line-height: 1.6;
}

.check-list li::before {
  content: "✓";
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 214, 198, 0.16);
  color: #9efaf2;
  font-weight: 800;
  margin-top: 2px;
}

.mini-heading {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-3);
  font-weight: 800;
}

.subtle-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(120, 158, 219, 0.14);
  border-radius: 22px;
  padding: 18px 20px;
  color: var(--ink-dim);
  line-height: 1.74;
  font-size: 14px;
}

.callout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.callout div {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(120, 158, 219, 0.14);
  border-radius: 18px;
  padding: 16px;
}

.callout strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.callout span {
  color: var(--ink-dim);
  font-size: 13px;
  line-height: 1.6;
}

.section-cta {
  margin-top: 24px;
  margin-bottom: 20px;
  background:
    radial-gradient(circle at top right, rgba(36, 214, 198, 0.18), transparent 24%),
    radial-gradient(circle at bottom left, rgba(95, 178, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(14, 20, 40, 0.92), rgba(8, 12, 24, 0.96));
  border: 1px solid rgba(120, 158, 219, 0.18);
  border-radius: 32px;
  padding: 32px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.section-cta h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 4.8vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.section-cta p {
  margin: 14px 0 0;
  color: var(--ink-dim);
  line-height: 1.78;
  max-width: 58ch;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.app-store-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 18px;
  background: #0d1426;
  border: 1px solid rgba(120, 158, 219, 0.16);
  text-decoration: none;
  min-width: 220px;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.app-store-pill:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

.app-store-pill svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.app-store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: left;
}

.app-store-text span {
  font-size: 11px;
  color: var(--ink-dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-store-text strong {
  font-size: 18px;
  font-weight: 800;
}

.cta-support {
  width: 100%;
  min-width: 220px;
}

.footer {
  padding: 12px 0 40px;
  color: var(--ink-dim);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  text-decoration: none;
  color: var(--ink-dim);
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(120, 158, 219, 0.14);
  background: rgba(10, 16, 34, 0.44);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.footer-links a:hover {
  transform: translateY(-1px);
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgba(17, 27, 54, 0.88);
}

@media (max-width: 1080px) {
  .hero,
  .section-head,
  .gallery-grid,
  .trust-band,
  .section-cta,
  .footer {
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
  }

  .cta-actions,
  .top-nav {
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 640px;
  }

  .phone-stack {
    margin: 0 auto;
  }

  .gallery-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 24px, 1180px);
  }

  .top-nav {
    margin: 0 -12px;
    padding-left: 12px;
    padding-right: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-links {
    display: none;
  }

  .hero {
    padding: 22px;
    gap: 24px;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-metrics,
  .feature-grid,
  .callout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 520px;
  }

  .phone-stack {
    width: 100%;
    height: 520px;
  }

  .card-a {
    width: 58%;
    height: 420px;
    left: 0;
    top: 36px;
  }

  .card-b {
    width: 60%;
    height: 440px;
    left: 22%;
    top: 80px;
  }

  .card-c {
    width: 46%;
    height: 340px;
    right: 0;
    top: 150px;
  }

  .section-cta {
    padding: 24px;
  }

  .app-store-pill,
  .cta-support {
    width: 100%;
  }
}
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-metrics strong {
  font-size: 20px;
  color: #dbe9ff;
}

.hero-metrics span {
  font-size: 12px;
  color: var(--ink-dim);
}

.hero-shot-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-glow {
  position: absolute;
  width: 86%;
  height: 86%;
  background: radial-gradient(circle, rgba(38, 216, 194, 0.35) 0%, rgba(38, 216, 194, 0) 72%);
  filter: blur(8px);
}

.hero-shot {
  position: relative;
  width: min(360px, 100%);
  border-radius: 28px;
  border: 1px solid #445d90;
  box-shadow: 0 20px 44px rgba(2, 6, 18, 0.7);
}

.features {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.features article {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(15, 23, 46, 0.95), rgba(9, 14, 28, 0.95));
}

.features h2 {
  margin: 0 0 8px;
  font-size: 17px;
  font-family: "Space Grotesk", sans-serif;
}

.features p {
  margin: 0;
  color: var(--ink-dim);
  line-height: 1.6;
}

.gallery {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  background: var(--panel-soft);
}

.gallery h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}

.gallery p {
  margin: 8px 0 18px;
  color: var(--ink-dim);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.closing-cta {
  margin-top: 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 91, 106, 0.35);
  padding: 24px;
  background: linear-gradient(140deg, rgba(255, 91, 106, 0.16), rgba(109, 187, 255, 0.13));
}

.closing-cta h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(26px, 3vw, 38px);
}

.closing-cta p {
  margin: 10px 0 16px;
  color: #e4ebff;
}

.footer {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 18px 0 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--ink-dim);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  text-decoration: none;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-shot {
    max-width: 320px;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .top-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 22px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
