/*
 * marketing.css — the public landing page at /.
 *
 * Generated from the approved claude.ai/design export ("FoKy Landing Page.dc.html") and then
 * hand-maintained. The design styled everything with inline style attributes; the site's CSP is
 * `style-src 'self'` with no 'unsafe-inline', so those are lifted into the classes below rather
 * than weakening the policy. Class names carry the section they first appear in.
 *
 * Deliberately separate from styles.css: the published Privacy Notice and Terms are hash-pinned in
 * legal-documents.json and the server legal registry, and they load /styles.css. Keeping marketing
 * styling out of that file guarantees those documents render exactly as they were reviewed.
 *
 * Fonts are self-hosted and first-party. Never link the Google Fonts CDN: it is a third-party
 * request on a site whose whole claim is that it makes none, and check-legal-site.mjs rejects any
 * url() that is not a first-party path.
 */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/fraunces-var.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/nunito-var.woff2") format("woff2");
}
@font-face {
  font-family: "Silkscreen";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/silkscreen-400.woff2") format("woff2");
}
html {
  color-scheme: dark;
  background: #102214;
  color: #f8f4e7;
  font-family:
    "Nunito",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  overflow-x: hidden;
}
a {
  color: #caf27a;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover {
  color: #caf27a;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #8ab4f8;
  outline-offset: 3px;
  border-radius: 3px;
}
summary::-webkit-details-marker {
  display: none;
}
summary {
  list-style: none;
  cursor: pointer;
}
@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.page-1 {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 20;
  background: #f8f4e7;
  color: #102214;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transform: translateY(-200%);
}
.page-1:focus {
  transform: translateY(0);
}
.page-2 {
  background: #102214;
  min-height: 100%;
}
.header-1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #f8f4e7;
}
/* The wordmark is the logo. The app icon is a home-screen design: only ~31% of its tile is ink and
   the rest is cream, so on a cream page it reads light at any size. Type carries the weight instead,
   and it stays consistent with the App Store icon by simply not competing with it. */
.header-4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1;
  letter-spacing: -0.02em;
}
.header-5 {
  font-family: "Silkscreen", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #a2b79a;
  border: 1px solid #d8b25e;
  border-radius: 999px;
  padding: 4px 8px;
}
.header-6 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #102214;
  background: #caf27a;
  border: 1px solid #a5cc5a;
  border-radius: 12px;
  padding: 9px 16px;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.55);
}
.header-6:hover {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.55);
  color: #102214;
}
@media (max-width: 640px) {
  .header-5 {
    display: none;
  }
}
.hero-1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) 24px clamp(56px, 7vw, 96px);
}
.hero-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-3 {
  font-family: "Silkscreen", monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #caf27a;
  margin: 0 0 22px;
}
.hero-4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.5rem, 5.4vw, 4.15rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  text-wrap: balance;
}
.hero-5 {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  color: #a2b79a;
  margin: 0 0 34px;
  max-width: 30em;
  text-wrap: pretty;
}
.hero-6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}
.hero-7 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #caf27a;
  color: #102214;
  border: 1px solid #a5cc5a;
  border-radius: 18px;
  padding: 16px 26px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.55);
}
.hero-7:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.55);
  color: #102214;
}
.hero-8 {
  display: block;
  flex: none;
}
.hero-9 {
  margin: 0;
  font-family: "Silkscreen", monospace;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #a2b79a;
}
.hero-10 {
  margin: 0;
  font-size: 0.94rem;
  color: #a2b79a;
}
.hero-11 {
  justify-self: center;
  width: 100%;
  max-width: 400px;
  perspective: 1400px;
}
/* The card sits on a perspective plane so it reads as a physical object lifted off the page, with a
   lime bloom behind it. Both are static CSS: no JavaScript, and no layout impact, since transform
   and box-shadow paint outside the box without changing its measured size. */
.hero-12 {
  background: #17301a;
  border: 1px solid #4f7d4b;
  border-radius: 26px;
  padding: 26px 22px 22px;
  transform: rotateY(-11deg) rotateX(4deg);
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow:
    0 0 90px rgba(202, 242, 122, 0.18),
    0 0 34px rgba(202, 242, 122, 0.12),
    26px 30px 60px rgba(0, 0, 0, 0.55);
}

/* Straighten on approach so the content is easy to read once someone is actually looking at it. */
.hero-12:hover,
.hero-12:focus-within {
  transform: rotateY(0deg) rotateX(0deg);
}

/* A tilted card overhangs its own column; on a narrow screen that corner would be clipped by the
   body's overflow guard, so phones get the glow without the rotation. */
@media (max-width: 640px) {
  .hero-12 {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-12 {
    transition: none;
  }
}
.hero-13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.hero-14 {
  width: 150px;
  height: 150px;
  image-rendering: pixelated;
  animation: bob 5.5s ease-in-out infinite;
}
.hero-15 {
  width: 88px;
  height: 9px;
  border-radius: 5px;
  background: rgba(162, 183, 154, 0.5);
  display: block;
  margin-top: -14px;
}
.hero-16 {
  font-family: "Silkscreen", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #caf27a;
  background: #18321b;
  border-radius: 999px;
  padding: 7px 15px;
}
.hero-17 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.32rem;
  margin: 2px 0 0;
  text-align: center;
}
.hero-18 {
  background: #102214;
  border: 1px solid #4f7d4b;
  border-radius: 16px;
  padding: 15px 16px 13px;
  margin-bottom: 16px;
}
.hero-19 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}
.hero-20 {
  font-weight: 700;
  font-size: 1rem;
}
.hero-21 {
  font-family: "Silkscreen", monospace;
  font-size: 12px;
  color: #caf27a;
}
.hero-22 {
  display: flex;
  gap: 3px;
  margin-bottom: 9px;
}
.hero-23 {
  flex: 1;
  height: 16px;
  border-radius: 2px;
  background: #caf27a;
}
.hero-24 {
  flex: 1;
  height: 16px;
  border-radius: 2px;
  background: rgba(162, 183, 154, 0.5);
}
.hero-25 {
  margin: 0;
  text-align: right;
  font-family: "Silkscreen", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #a2b79a;
}
.hero-26 {
  background: #caf27a;
  border: 1px solid #a5cc5a;
  border-radius: 16px;
  padding: 14px;
  text-align: center;
  color: #102214;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.2rem;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.55);
}
.the-problem-1 {
  border-top: 1px solid #4f7d4b;
  padding: clamp(56px, 7vw, 104px) 0;
}
.the-problem-2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.the-problem-3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
.the-problem-4 {
  font-family: "Silkscreen", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #caf27a;
}
.the-problem-5 {
  display: flex;
  gap: 3px;
}
.the-problem-6 {
  width: 9px;
  height: 9px;
  background: #caf27a;
  border-radius: 1px;
}
.the-problem-7 {
  width: 9px;
  height: 9px;
  background: rgba(162, 183, 154, 0.55);
  border-radius: 1px;
}
.the-problem-8 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.1;
  margin: 0 0 18px;
  max-width: 24em;
}
.the-problem-9 {
  font-size: 1.08rem;
  color: #a2b79a;
  margin: 0 0 42px;
  max-width: 34em;
  text-wrap: pretty;
}
.the-problem-10 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.the-problem-11 {
  background: #17301a;
  border: 1px solid #4f7d4b;
  border-radius: 20px;
  padding: 28px 26px;
}
.the-problem-12 {
  font-family: "Silkscreen", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #a2b79a;
  margin: 0 0 14px;
}
.the-problem-13 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.42rem;
  margin: 0 0 12px;
  line-height: 1.2;
}
.the-problem-14 {
  margin: 0;
  color: #a2b79a;
  font-size: 1rem;
}
.the-problem-15 {
  background: #18321b;
  border: 1px solid #4f7d4b;
  border-radius: 20px;
  padding: clamp(28px, 4vw, 44px);
}
.the-problem-16 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  align-items: center;
}
.the-problem-17 {
  font-family: "Silkscreen", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #caf27a;
  margin: 0 0 14px;
}
.the-problem-18 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  margin: 0 0 14px;
  line-height: 1.15;
}
.the-problem-19 {
  margin: 0;
  color: #f8f4e7;
  font-size: 1.05rem;
  max-width: 32em;
  text-wrap: pretty;
}
.the-problem-20 {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.the-problem-21 {
  width: 78px;
  height: 78px;
  image-rendering: pixelated;
}
.how-it-works-1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.1;
  margin: 0 0 44px;
  max-width: 22em;
}
.how-it-works-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}
.how-it-works-3 {
  background: #17301a;
  border: 1px solid #4f7d4b;
  border-radius: 20px;
  padding: 26px 24px;
}
.how-it-works-4 {
  font-family: "Silkscreen", monospace;
  font-size: 22px;
  color: #a2b79a;
  margin: 0 0 16px;
}
.how-it-works-5 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.28rem;
  margin: 0 0 10px;
  line-height: 1.2;
}
.how-it-works-6 {
  margin: 0;
  color: #a2b79a;
  font-size: 0.99rem;
}
.how-it-works-7 {
  font-family: "Silkscreen", monospace;
  font-size: 22px;
  color: #caf27a;
  margin: 0 0 16px;
}
.how-it-works-8 {
  display: flex;
  gap: 3px;
  margin-top: 26px;
}
.how-it-works-9 {
  flex: 1;
  height: 11px;
  border-radius: 1px;
  background: #caf27a;
}
.how-it-works-10 {
  flex: 1;
  height: 11px;
  border-radius: 1px;
  background: rgba(162, 183, 154, 0.5);
}
.screenshots-1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(20px, 3vw, 34px);
}
.screenshots-2 {
  margin: 0;
  background: #caf27a;
  border: 1px solid #a5cc5a;
  border-radius: 24px;
  padding: 26px 22px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.screenshots-3 {
  font-family: "Silkscreen", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #f8f4e7;
  margin: 0 0 12px;
}
.screenshots-4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.24rem;
  line-height: 1.18;
  color: #102214;
  margin: 0 0 22px;
  text-wrap: balance;
}
.screenshots-5 {
  width: 88%;
  height: auto;
  display: block;
  margin: auto auto -14px;
  border: 1px solid #a5cc5a;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -2px 22px rgba(0, 0, 0, 0.6);
}
.screenshots-6 {
  margin: 0;
  background: #18321b;
  border: 1px solid #4f7d4b;
  border-radius: 24px;
  padding: 26px 22px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.screenshots-7 {
  font-family: "Silkscreen", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #caf27a;
  margin: 0 0 12px;
}
.screenshots-8 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.24rem;
  line-height: 1.18;
  color: #f8f4e7;
  margin: 0 0 22px;
  text-wrap: balance;
}
.screenshots-9 {
  width: 88%;
  height: auto;
  display: block;
  margin: auto auto -14px;
  border: 1px solid #4f7d4b;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -2px 22px rgba(0, 0, 0, 0.6);
}
.what-s-free-1 {
  border-top: 1px solid #4f7d4b;
  padding: clamp(56px, 7vw, 104px) 0;
  background: #18321b;
}
.what-s-free-2 {
  font-family: "Silkscreen", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #caf27a;
}
.what-s-free-3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.1;
  margin: 0 0 18px;
  max-width: 22em;
}
.what-s-free-4 {
  font-size: 1.08rem;
  color: #a2b79a;
  margin: 0 0 40px;
  max-width: 34em;
  text-wrap: pretty;
}
.what-s-free-5 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px 32px;
}
.what-s-free-6 {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #17301a;
  border: 1px solid #4f7d4b;
  border-radius: 14px;
  padding: 16px 18px;
}
.what-s-free-7 {
  width: 10px;
  height: 10px;
  background: #caf27a;
  border-radius: 1px;
  flex: none;
  margin-top: 9px;
}
.plans-1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.1;
  margin: 0 0 44px;
  max-width: 24em;
}
.plans-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}
.plans-3 {
  background: #17301a;
  border: 1px solid #4f7d4b;
  border-radius: 22px;
  padding: clamp(26px, 3vw, 36px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.5);
}
.plans-4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0 0 6px;
}
.plans-5 {
  font-family: "Silkscreen", monospace;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #caf27a;
  margin: 0 0 20px;
}
.plans-6 {
  margin: 0 0 20px;
  color: #a2b79a;
}
.plans-7 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.plans-8 {
  display: flex;
  gap: 12px;
}
.plans-9 {
  width: 9px;
  height: 9px;
  background: #caf27a;
  border-radius: 1px;
  flex: none;
  margin-top: 9px;
}
.plans-10 {
  background: #17301a;
  border: 1px solid #d8b25e;
  border-radius: 22px;
  padding: clamp(26px, 3vw, 36px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.5);
}
.plans-11 {
  font-family: "Silkscreen", monospace;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #caf27a;
  margin: 0 0 20px;
}
.plans-12 {
  width: 9px;
  height: 9px;
  background: #d8b25e;
  border-radius: 1px;
  flex: none;
  margin-top: 9px;
}
.plans-13 {
  margin: 22px 0 0;
  font-size: 0.93rem;
  color: #a2b79a;
  border-top: 1px solid #4f7d4b;
  padding-top: 16px;
}
.plans-14 {
  margin: 26px 0 0;
  font-size: 0.95rem;
  color: #a2b79a;
}
.study-help-1 {
  border-top: 1px solid #4f7d4b;
  padding: clamp(56px, 7vw, 104px) 0;
  background: #17301a;
}
.study-help-2 {
  font-family: "Silkscreen", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #a2b79a;
}
.study-help-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  margin-bottom: 38px;
}
.study-help-4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.1;
  margin: 0 0 18px;
}
.study-help-5 {
  font-size: 1.08rem;
  color: #a2b79a;
  margin: 0 0 16px;
  text-wrap: pretty;
}
.study-help-6 {
  font-size: 1.08rem;
  color: #a2b79a;
  margin: 0;
}
.study-help-7 {
  border: 1px solid #d8b25e;
  border-radius: 20px;
  padding: clamp(24px, 3vw, 32px);
  background: #102214;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.5);
}
.study-help-8 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1.18;
  margin: 0 0 14px;
}
.study-help-9 {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 10px;
  color: #a2b79a;
  font-size: 0.99rem;
}
.study-help-10 {
  display: flex;
  gap: 11px;
}
.study-help-11 {
  margin: 0 0 14px;
  color: #a2b79a;
  font-size: 0.99rem;
}
.study-help-12 {
  margin: 0;
  font-size: 0.93rem;
  color: #a2b79a;
  border-top: 1px solid #4f7d4b;
  padding-top: 14px;
}
.study-help-13 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}
.study-help-14 {
  background: #18321b;
  border: 1px solid #4f7d4b;
  border-radius: 20px;
  padding: clamp(22px, 3vw, 30px);
  margin-bottom: 26px;
}
.study-help-15 {
  margin: 0;
  font-size: 1.05rem;
  color: #f8f4e7;
  max-width: 46em;
  text-wrap: pretty;
}
.study-help-16 {
  margin: 0;
  font-size: 0.95rem;
  color: #a2b79a;
  max-width: 52em;
}
.privacy-1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.privacy-2 {
  font-size: 1.08rem;
  color: #a2b79a;
  margin: 0 0 18px;
  text-wrap: pretty;
}
.privacy-3 {
  display: grid;
  gap: 12px;
}
.privacy-4 {
  background: #17301a;
  border: 1px solid #4f7d4b;
  border-radius: 14px;
  padding: 18px 20px;
}
.privacy-5 {
  font-family: "Silkscreen", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #a2b79a;
  margin: 0 0 6px;
}
.privacy-6 {
  margin: 0;
  font-size: 0.98rem;
  color: #a2b79a;
}
.availability-1 {
  border-top: 1px solid #4f7d4b;
  padding: clamp(48px, 6vw, 80px) 0;
}
.availability-2 {
  font-family: "Silkscreen", monospace;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #caf27a;
  margin: 0 0 26px;
}
.availability-3 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px 32px;
}
.availability-4 {
  border-top: 1px solid #4f7d4b;
  padding-top: 14px;
}
.availability-5 {
  font-family: "Silkscreen", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #a2b79a;
  margin-bottom: 6px;
}
.availability-6 {
  margin: 0;
  font-weight: 700;
}
.faq-1 {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}
.faq-2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.1;
  margin: 0 0 36px;
}
.faq-3 {
  border: 1px solid #4f7d4b;
  border-radius: 16px;
  background: #17301a;
  padding: 0;
  margin-bottom: 12px;
}
.faq-4 {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.25;
}
.faq-4:hover {
  color: #caf27a;
}
.faq-5 {
  font-family: "Silkscreen", monospace;
  font-size: 14px;
  color: #caf27a;
  flex: none;
}
.faq-6 {
  padding: 0 22px 22px;
  color: #a2b79a;
}
.faq-7 {
  border: 1px solid #4f7d4b;
  border-radius: 16px;
  background: #17301a;
  padding: 0;
}
.closing-cta-1 {
  border-top: 1px solid #4f7d4b;
  padding: clamp(56px, 7vw, 96px) 0;
  text-align: center;
}
.closing-cta-2 {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.closing-cta-3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.1;
  margin: 0 0 20px;
}
.closing-cta-4 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #caf27a;
  color: #102214;
  border: 1px solid #a5cc5a;
  border-radius: 18px;
  padding: 16px 28px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.55);
  margin-top: 10px;
}
.closing-cta-4:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.55);
  color: #102214;
}
.closing-cta-5 {
  margin: 22px 0 0;
  font-family: "Silkscreen", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #a2b79a;
}
.footer-1 {
  border-top: 1px solid #4f7d4b;
  padding: clamp(40px, 5vw, 64px) 0 48px;
}
.footer-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  margin-bottom: 36px;
}
.footer-3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.footer-4 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #caf27a;
  display: block;
}
.footer-5 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 22px;
}
.footer-6 {
  margin: 0;
  font-size: 0.95rem;
  color: #a2b79a;
  max-width: 26em;
}
.footer-7 {
  font-family: "Silkscreen", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #a2b79a;
  margin: 0 0 14px;
}
.footer-8 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  font-size: 0.97rem;
}
.footer-9 {
  margin: 0;
  font-size: 0.9rem;
  color: #a2b79a;
  border-top: 1px solid #4f7d4b;
  padding-top: 22px;
}
