*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #dceefe;
  --surface: #ffffff;
  --text: #111111;
  --muted: #5a6472;
  --primary: #ff5e24;
  --primary-hover: #e54f18;
  --brand: #d15648;
  --accent-blue: #2563eb;
  --border: rgba(17, 17, 17, 0.08);
  --shadow: 0 8px 32px rgba(17, 17, 17, 0.08);
  --font-sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-pixel: "Jersey 10", monospace;
  --max-width: 72rem;
  --radius: 6px;
  --radius-lg: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.text-primary {
  color: var(--primary);
}

.arrow {
  display: inline-block;
}

/* Header */

.site-header {
  z-index: 100;
  background: rgba(220, 238, 254, 0.9);
  backdrop-filter: blur(10px);
  overflow: visible;
}

.nav {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-family: var(--font-pixel);
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.site-header .logo {
  color: var(--brand);
  font-size: 1.625rem;
  line-height: 1;
  transform: scale(1.35);
  transform-origin: left center;
  display: inline-block;
}

.site-header .logo:hover {
  color: var(--brand);
  text-decoration: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.nav-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text);
  padding: 0.375rem 0.5rem;
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primary-hover);
  text-decoration: none;
}

.btn-secondary {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  border-color: rgba(17, 17, 17, 0.2);
  text-decoration: none;
}


.btn-lg {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
}

.btn-nav {
  flex-shrink: 0;
  padding: 0.375rem 0.875rem;
  font-size: 0.8125rem;
}

.btn-soft {
  padding: 0.5rem 1rem;
  background: #fce8e4;
  color: var(--primary);
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.8125rem;
}

/* Hero */

.hero {
  position: relative;
  text-align: center;
  padding: 2rem 1.5rem 4rem;
  overflow: visible;
}

.bg-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.decor {
  position: absolute;
  color: #fff;
  opacity: 0.95;
  filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.35));
}

.decor-cloud {
  animation: cloud-float 8s ease-in-out infinite;
}

.decor-star {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  animation: star-twinkle 4s ease-in-out infinite;
}

.decor-1 {
  width: 9rem;
  top: 6%;
  left: 4%;
  animation-duration: 9s;
}

.decor-2 {
  width: 6rem;
  top: 18%;
  right: 6%;
  animation-delay: -2s;
  animation-duration: 7s;
}

.decor-3 {
  width: 4rem;
  top: 28%;
  left: 14%;
  animation-delay: -4s;
}

.decor-4 {
  width: 7rem;
  top: 34%;
  right: 12%;
  animation-delay: -1s;
  animation-duration: 10s;
}

.decor-5 {
  width: 5.5rem;
  top: 42%;
  left: 2%;
  animation-delay: -3s;
  animation-duration: 8s;
}

.decor-6 {
  width: 3.5rem;
  top: 48%;
  right: 3%;
  animation-delay: -5s;
}

.decor-7 {
  width: 4.5rem;
  top: 12%;
  left: 42%;
  animation-delay: -2.5s;
  animation-duration: 11s;
}

.decor-8 {
  width: 3rem;
  top: 52%;
  left: 38%;
  animation-delay: -1.5s;
}

.decor-9 {
  width: 0.75rem;
  top: 14%;
  left: 32%;
  animation-delay: 0s;
}

.decor-10 {
  width: 0.6rem;
  top: 22%;
  right: 28%;
  animation-delay: -1.2s;
}

.decor-11 {
  width: 0.55rem;
  top: 38%;
  left: 26%;
  animation-delay: -2.4s;
}

.decor-12 {
  width: 0.65rem;
  top: 46%;
  right: 22%;
  animation-delay: -0.8s;
}

@keyframes cloud-float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-10px) translateX(6px);
  }
}

@keyframes star-twinkle {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.15);
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin: 0 auto;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem 0.35rem 0.35rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 2rem;
  cursor: default;
  transition: border-color 0.15s;
}

.badge-new {
  background: var(--primary);
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-title {
  font-family: var(--font-pixel);
  font-size: clamp(2.75rem, 8vw, 5.5rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.hero-title-sm {
  font-size: clamp(2rem, 6vw, 3.5rem);
}

.hero-sub {
  font-size: 1.0625rem;
  color: var(--muted);
  max-width: 32rem;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.platform-links {
  position: relative;
  z-index: 20;
}

.platform-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 10rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 0.35rem;
  z-index: 30;
}

.platform-menu[hidden] {
  display: none;
}

.link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
}

.link-btn:hover {
  color: var(--text);
}

.platform-menu a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius);
  font-size: 0.875rem;
  font-weight: 500;
}

.platform-menu a:hover {
  background: var(--bg);
}

/* Sections */

.section-intro {
  padding: 5rem 0 2rem;
  text-align: center;
}

.section-title {
  font-family: var(--font-pixel);
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 1rem;
}

.section-title-sm {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.section-lead {
  font-size: 1.0625rem;
  color: var(--muted);
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.7;
}

.section-cards {
  padding: 2rem 0 5rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.04);
}

.info-card-highlight {
  border-color: rgba(255, 94, 36, 0.35);
  box-shadow: 0 4px 16px rgba(255, 94, 36, 0.08);
}

.card-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.card-icon-muted {
  background: #f3f4f6;
}

.card-icon-primary {
  background: #fff0eb;
}

.info-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.info-card p {
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.65;
}

/* FAQ */

.section-faq {
  padding: 5rem 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.faq-list {
  margin-top: 2rem;
  max-width: 40rem;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  padding: 1.25rem 0;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--muted);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding-bottom: 1.25rem;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.faq-item a {
  color: var(--accent-blue);
  text-decoration: underline;
}

/* Full features catalog — manuscript contents */

.section-all-features {
  padding: 5rem 0;
  background: var(--bg);
}

.section-all-features .section-title {
  max-width: 40rem;
}

.feature-catalog {
  counter-reset: feature-ch;
  margin-top: 3rem;
}

.feature-bank {
  counter-increment: feature-ch;
  display: grid;
  grid-template-columns: 10.5rem minmax(0, 1fr);
  gap: 1.75rem 3rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--border);
}

.feature-banner {
  position: sticky;
  top: 1.25rem;
  align-self: start;
  margin: 0;
  padding: 0.15rem 1.25rem 0 0;
  border-right: 2px solid var(--primary);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: none;
  color: var(--text);
}

.feature-banner::before {
  content: counter(feature-ch, decimal-leading-zero);
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--primary);
}

.feature-tiles {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 2.25rem;
  align-content: start;
}

.feature-tile {
  min-width: 0;
}

.feature-tile strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
}

.feature-tile p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Bottom CTA */

.section-cta {
  position: relative;
  padding: 5rem 0 4.5rem;
  text-align: center;
  overflow: hidden;
}

.bg-decor-cta .decor-cta-1 {
  width: 5rem;
  top: 15%;
  left: 8%;
  animation-delay: -2s;
}

.bg-decor-cta .decor-cta-2 {
  width: 3.5rem;
  bottom: 20%;
  right: 10%;
  animation-delay: -4s;
}

.bg-decor-cta .decor-cta-3 {
  width: 0.6rem;
  top: 30%;
  right: 25%;
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
}

.cta-actions {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  margin: 0 auto;
}

.cta-actions .btn {
  width: auto;
}

/* Footer — one grass color, crisp PNG scallop, no divider */

.site-footer {
  --grass: #3f9a38;
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: 0;
  padding: 2.75rem 0 2rem;
  border-top: none;
  color: #f4ffe8;
  background: var(--grass);
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 32px;
  background: url("/img/pixel-grass.png?v=9") repeat-x left bottom;
  background-size: 128px 32px;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.site-footer .logo {
  color: #fffce8;
}

.footer-brand p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: rgba(244, 255, 232, 0.78);
}

.footer-col h6 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(244, 255, 232, 0.7);
  margin-bottom: 0.75rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.4rem;
}

.footer-col a {
  font-size: 0.875rem;
  color: #f4ffe8;
  font-weight: 500;
}

.footer-col a:hover {
  color: var(--primary);
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: none;
}

.footer-bottom p {
  font-size: 0.8125rem;
  color: rgba(244, 255, 232, 0.7);
}

.hero-blue {
  min-height: calc(100vh - 12rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.install-steps {
  text-align: left;
  max-width: 28rem;
  margin: 0 auto 1.75rem;
  padding-left: 1.25rem;
  color: var(--text);
  line-height: 1.65;
}

.install-steps li {
  margin-bottom: 0.75rem;
}

.install-steps li:last-child {
  margin-bottom: 0;
}

.install-steps code {
  font-size: 0.9em;
}

.hero-note {
  font-size: 1.0625rem;
  color: var(--muted);
  max-width: 32rem;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.hero-note a {
  color: var(--accent-blue);
  text-decoration: underline;
}

.page-night {
  background:
    radial-gradient(ellipse at 50% 28%, #152038 0%, #0a1020 52%, #05070d 100%);
  color: #f2f5fa;
}

.page-night .site-header {
  background: transparent;
  backdrop-filter: none;
}

.page-night .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f2f5fa;
  border-color: rgba(255, 255, 255, 0.16);
}

.page-night .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.32);
}

.page-night .hero-sub,
.page-night .hero-note {
  color: #9aa6b8;
}

.page-night .install-steps {
  color: #e8edf5;
}

.page-night .nav-link {
  color: #e8edf5;
}

.page-night .nav-link:hover {
  color: var(--primary);
}

.page-night .footer-col a:hover {
  color: var(--primary);
}

.page-night .hero-note a {
  color: #8ec5ff;
}

.page-night .night-sky {
  overflow: hidden;
}

.page-night .night-dust {
  position: absolute;
  inset: -10%;
  pointer-events: none;
}

.page-night .night-dust-a {
  animation: star-drift 32s ease-in-out infinite;
  box-shadow:
    4vw 8vh 0 0 rgba(255, 255, 255, 0.9),
    12vw 18vh 0 0.5px rgba(255, 255, 255, 0.55),
    18vw 6vh 0 0 rgba(255, 255, 255, 0.75),
    27vw 22vh 0 0 rgba(255, 255, 255, 0.6),
    33vw 11vh 0 0.5px rgba(255, 255, 255, 0.45),
    41vw 31vh 0 0 rgba(255, 255, 255, 0.85),
    48vw 7vh 0 0 rgba(255, 255, 255, 0.5),
    56vw 19vh 0 0.5px rgba(255, 255, 255, 0.7),
    63vw 4vh 0 0 rgba(255, 255, 255, 0.8),
    71vw 27vh 0 0 rgba(255, 255, 255, 0.55),
    78vw 13vh 0 0.5px rgba(255, 255, 255, 0.65),
    86vw 9vh 0 0 rgba(255, 255, 255, 0.9),
    92vw 24vh 0 0 rgba(255, 255, 255, 0.5),
    8vw 42vh 0 0.5px rgba(255, 255, 255, 0.6),
    16vw 58vh 0 0 rgba(255, 255, 255, 0.75),
    24vw 47vh 0 0 rgba(255, 255, 255, 0.4),
    37vw 63vh 0 0.5px rgba(255, 255, 255, 0.8),
    52vw 51vh 0 0 rgba(255, 255, 255, 0.55),
    61vw 68vh 0 0 rgba(255, 255, 255, 0.7),
    74vw 44vh 0 0.5px rgba(255, 255, 255, 0.5),
    83vw 59vh 0 0 rgba(255, 255, 255, 0.85),
    91vw 72vh 0 0 rgba(255, 255, 255, 0.45),
    6vw 78vh 0 0.5px rgba(255, 255, 255, 0.65),
    19vw 86vh 0 0 rgba(255, 255, 255, 0.55),
    44vw 82vh 0 0 rgba(255, 255, 255, 0.75),
    68vw 88vh 0 0.5px rgba(255, 255, 255, 0.5),
    88vw 81vh 0 0 rgba(255, 255, 255, 0.7);
}

.page-night .night-dust-b {
  animation: star-drift 44s ease-in-out infinite reverse;
  animation-delay: -12s;
  box-shadow:
    9vw 14vh 0 0 rgba(255, 255, 255, 0.45),
    21vw 33vh 0 0.5px rgba(255, 255, 255, 0.7),
    29vw 5vh 0 0 rgba(255, 255, 255, 0.35),
    38vw 41vh 0 0 rgba(255, 255, 255, 0.6),
    47vw 16vh 0 0.5px rgba(255, 255, 255, 0.5),
    58vw 36vh 0 0 rgba(255, 255, 255, 0.8),
    66vw 12vh 0 0 rgba(255, 255, 255, 0.4),
    76vw 48vh 0 0.5px rgba(255, 255, 255, 0.65),
    84vw 21vh 0 0 rgba(255, 255, 255, 0.55),
    14vw 71vh 0 0 rgba(255, 255, 255, 0.5),
    31vw 77vh 0 0.5px rgba(255, 255, 255, 0.75),
    54vw 74vh 0 0 rgba(255, 255, 255, 0.4),
    72vw 65vh 0 0 rgba(255, 255, 255, 0.6),
    96vw 38vh 0 0.5px rgba(255, 255, 255, 0.55),
    3vw 54vh 0 0 rgba(255, 255, 255, 0.7);
}

.page-night .night-star {
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.55));
  animation: star-twinkle-drift 16s ease-in-out infinite;
}

.page-night .ns-1 { width: 0.7rem; top: 8%; left: 8%; animation-delay: 0s; animation-duration: 14s; }
.page-night .ns-2 { width: 0.55rem; top: 14%; right: 12%; animation-delay: -2s; animation-duration: 18s; }
.page-night .ns-3 { width: 0.9rem; top: 22%; left: 18%; animation-delay: -4s; animation-duration: 15s; }
.page-night .ns-4 { width: 0.5rem; top: 11%; left: 46%; animation-delay: -1s; animation-duration: 20s; }
.page-night .ns-5 { width: 0.65rem; top: 28%; right: 8%; animation-delay: -6s; animation-duration: 17s; }
.page-night .ns-6 { width: 0.45rem; top: 36%; left: 6%; animation-delay: -3s; animation-duration: 22s; }
.page-night .ns-7 { width: 0.8rem; top: 42%; right: 22%; animation-delay: -5s; animation-duration: 16s; }
.page-night .ns-8 { width: 0.5rem; top: 48%; left: 28%; animation-delay: -7s; animation-duration: 19s; }
.page-night .ns-9 { width: 0.6rem; top: 18%; right: 38%; animation-delay: -2.5s; animation-duration: 21s; }
.page-night .ns-10 { width: 0.4rem; top: 58%; left: 12%; animation-delay: -8s; animation-duration: 15s; }
.page-night .ns-11 { width: 0.75rem; top: 64%; right: 14%; animation-delay: -1.5s; animation-duration: 18s; }
.page-night .ns-12 { width: 0.5rem; top: 72%; left: 38%; animation-delay: -9s; animation-duration: 23s; }
.page-night .ns-13 { width: 0.55rem; top: 78%; right: 32%; animation-delay: -3.5s; animation-duration: 16s; }
.page-night .ns-14 { width: 0.85rem; top: 6%; right: 28%; animation-delay: -4.5s; animation-duration: 14s; }
.page-night .ns-15 { width: 0.45rem; top: 52%; right: 6%; animation-delay: -6.5s; animation-duration: 20s; }
.page-night .ns-16 { width: 0.6rem; top: 86%; left: 8%; animation-delay: -2s; animation-duration: 17s; }

@keyframes star-drift {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, -14px);
  }
}

@keyframes star-twinkle-drift {
  0%,
  100% {
    opacity: 0.45;
    transform: translate(0, 0) scale(1);
  }

  50% {
    opacity: 0.95;
    transform: translate(10px, -14px) scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-night .night-dust,
  .page-night .night-star {
    animation: none;
  }
}

/* Responsive */

@media (max-width: 900px) {
  .feature-bank {
    grid-template-columns: 8.25rem minmax(0, 1fr);
    gap: 1.25rem 1.75rem;
  }

  .feature-tiles {
    gap: 1.35rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .decor-1,
  .decor-4,
  .decor-7 {
    width: 5rem;
  }

  .decor-5,
  .decor-2 {
    width: 4rem;
  }

  .decor-3,
  .decor-6,
  .decor-8 {
    display: none;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .feature-bank {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 1.75rem 0;
  }

  .feature-banner {
    position: static;
    width: fit-content;
    padding: 0 0 0.65rem;
    border-right: none;
    border-bottom: 2px solid var(--primary);
  }

  .feature-tiles {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .decor-1 {
    width: 4rem;
    top: 4%;
    left: 2%;
  }

  .decor-2 {
    width: 3rem;
    top: 10%;
    right: 2%;
  }

  .decor-4,
  .decor-5,
  .decor-7,
  .decor-11,
  .decor-12 {
    display: none;
  }
}
