/* Dark-mode visual language mirrored from the TravCamp app theme. */
:root,
html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #101917;
  --paper: #182321;
  --ink: #f0f7f5;
  --muted: #a5b4b0;
  --accent: #d17955;
  --lime: #67cfc4;
  --line: rgba(255, 255, 255, .09);
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --radius: 24px;
}

body {
  background:
    radial-gradient(circle at 12% 2%, rgba(19, 95, 91, .20), transparent 28rem),
    #101917;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.site-header {
  background: rgba(16, 25, 23, .84);
  border-bottom-color: rgba(255, 255, 255, .07);
}

.brand span {
  background: #135f5b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 8px 24px rgba(19, 95, 91, .3);
}

.button {
  background: #135f5b;
  box-shadow: 0 10px 28px rgba(19, 95, 91, .32);
}

.button:hover { background: #19716c; }
.button.ghost { background: #202d2a; border-color: rgba(255, 255, 255, .09); }
.eyebrow { color: #67cfc4; }

.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(7, 28, 27, .97) 0%, rgba(8, 60, 58, .84) 46%, rgba(8, 60, 58, .24) 100%),
    url("../camper-header.jpg") center 42% / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 70px;
  background: #101917;
  border-radius: 32px 32px 0 0;
}

.hero > * { position: relative; z-index: 2; }
.hero-copy { text-shadow: 0 3px 18px rgba(0, 0, 0, .55); }
.hero h1 em { color: #8edfd5; }
.hero .lead, .hero .fine { color: #d2dedb; }

.hero-art {
  min-height: 520px;
  background: rgba(16, 25, 23, .34);
  border: 1px solid rgba(255, 255, 255, .13);
  backdrop-filter: blur(5px);
}

.hero-art .ridge { opacity: .35; }
.hero-art .sun { background: rgba(209, 121, 85, .68); box-shadow: 0 0 55px rgba(209, 121, 85, .4); }
.phone { background: #101917; border-color: #050807; color: #f0f7f5; }
.phone-map { background: url("../world-map-wallpaper.png") center / cover; }
.trip-card { background: #182321; }
.trip-card small { color: #a5b4b0; }
.floating-card { background: rgba(24, 35, 33, .94); border: 1px solid rgba(255, 255, 255, .08); }

.intro { padding-top: 5rem; }
.feature, .pricing-grid article, .forms form, .tour-card {
  background: #182321;
  border-color: rgba(255, 255, 255, .08);
  border-radius: 24px;
}

.feature:hover, .tour-card:hover {
  border-color: rgba(103, 207, 196, .35);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .3);
}

.feature span, .tour-body small, .timeline span, .timeline b { color: #67cfc4; }
.feature p, .section-head > p, .faq details p { color: #a5b4b0; }

.dark-surface {
  background: linear-gradient(145deg, #123d3a, #101917 64%);
  border: 1px solid rgba(103, 207, 196, .17);
}

.ai-orb {
  background: radial-gradient(circle at 35% 30%, #8edfd5, #135f5b 43%, #071c1b 76%);
  box-shadow: 0 0 90px rgba(19, 95, 91, .42);
}

.community { background: #101917; }
.tour-filters button { background: #182321; }
.tour-filters button.active { background: #135f5b; color: #f0f7f5; }
.tour-map { background: url("../world-map-wallpaper.png") center / cover; filter: saturate(.7) brightness(.72); }
.tour-map::after { border-color: #67cfc4 #67cfc4 #67cfc4 transparent; }
.tour-map span { background: #d17955; color: white; }

.gallery { background: #0d1513; }
.mock-phone { border-color: #050807; background: linear-gradient(160deg, #135f5b 0 42%, #182321 43%); color: #f0f7f5; }
.mock-phone div { background: #202d2a; }
.screen-map { background: url("../world-map-wallpaper.png") center / cover; }
.screen-car { background: linear-gradient(#244f61 0 48%, #101917 49%); }
.screen-book { background: linear-gradient(135deg, #29271f, #d17955); }

.pricing-grid .featured { border-color: #67cfc4; box-shadow: 0 25px 65px rgba(19, 95, 91, .28); }
.tag { background: #135f5b; }
.timeline article { border-top-color: rgba(255, 255, 255, .13); }
.timeline article::before { background: #67cfc4; box-shadow: 0 0 20px rgba(103, 207, 196, .55); }

.download {
  background: linear-gradient(135deg, #123d3a, #071c1b);
  color: #f0f7f5;
  border: 1px solid rgba(103, 207, 196, .16);
}

.store-placeholder { background: #202d2a; border: 1px solid rgba(255, 255, 255, .1); }
.qr { border-color: #182321; filter: invert(.88) hue-rotate(115deg); }
.contact { background: #182321; }
input, textarea { background: #202d2a; border-color: transparent; }
input:focus, textarea:focus { outline: 2px solid #67cfc4; outline-offset: 1px; }
.placeholder-note { border-color: #d17955; }

@media (max-width: 1050px) {
  .site-header nav.open { background: #182321; }
  .hero { background-position: 58% center; }
}

@media (max-width: 650px) {
  .hero { background-position: 62% center; }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(7, 28, 27, .35); }
  .hero-art { min-height: 410px; }
}

/* Real app screens reused from the existing TravCamp guides. */
.hero .phone {
  background: #050807 url("../screenshots-current/dashboard.png") center top / cover no-repeat;
}
.hero .phone > * { display: none; }
.phone-row { align-items: start; }
.mock-phone {
  min-height: 0;
  aspect-ratio: 1280 / 2800;
  padding: 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mock-phone > div { display: none; }
.mock-phone figcaption {
  position: absolute;
  left: 50%;
  bottom: -2.4rem;
  transform: translateX(-50%);
  width: max-content;
  color: #a5b4b0;
  font-size: .72rem;
}
.mock-phone:nth-child(1) { background-image: url("../screenshots/trip-detail.png"); }
.mock-phone:nth-child(2) { background-image: url("../screenshots/travel-ideas.png"); }
.mock-phone:nth-child(3) { background-image: url("../screenshots/vehicles.png"); }
.mock-phone:nth-child(4) { background-image: url("../screenshots/paragliding.png"); }
.gallery .phone-row { padding-bottom: 3rem; }

.pricing-grid-full { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.pricing-grid-full article { display: flex; flex-direction: column; }
.pricing-grid-full article .button { margin-top: auto; }
.pricing-grid-full strong small { font-family: inherit; font-size: .78rem; color: #a5b4b0; margin-left: .2rem; }
.pricing-grid-full .featured { transform: none; }
.pricing-grid-full .addon-card { border-color: rgba(209, 121, 85, .45); }
.pricing-grid-full .planned { border-color: rgba(209, 121, 85, .38); }
.preparation-badge { display: inline-flex; align-items: center; align-self: flex-start; width: max-content; margin-bottom: 1rem; padding: .38rem .7rem; border: 1px solid rgba(240, 162, 125, .48); border-radius: 999px; background: rgba(209, 121, 85, .14); color: #f0a27d; font-size: .64rem; font-weight: 900; letter-spacing: .1em; line-height: 1.2; }
.ai-packages { margin-top: 2rem; padding: 2rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: center; background: linear-gradient(145deg, #123d3a, #182321); border: 1px solid rgba(103, 207, 196, .18); border-radius: 24px; }
.ai-packages.planned-options { border-color: rgba(209, 121, 85, .38); }
.ai-packages h3 { font-size: 1.8rem; margin: .25rem 0; }
.ai-packages p { color: #a5b4b0; }
.credit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.credit-grid article { padding: 1rem .7rem; text-align: center; background: #202d2a; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; display: grid; gap: .15rem; }
.credit-grid b { font-size: 1.4rem; color: #8edfd5; }
.credit-grid span { font-size: .68rem; color: #a5b4b0; }
.credit-grid strong { font-size: 1rem; }
.pricing-legal { margin: 1rem auto 0; max-width: 90ch; text-align: center; color: #a5b4b0; font-size: .72rem; }
@media (max-width: 1050px) { .pricing-grid-full { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ai-packages { grid-template-columns: 1fr; } }
@media (max-width: 650px) { .pricing-grid-full, .credit-grid { grid-template-columns: 1fr; } .ai-packages { padding: 1.25rem; } }

.core-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.core-grid .feature { min-height: 360px; }
.core-grid .feature h3 { font-size: 1.7rem; }
.core-grid .feature ul { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.core-grid .feature li { padding: .55rem 0; border-top: 1px solid rgba(255,255,255,.08); color: #d2dedb; font-size: .82rem; }
.journey-phases { background: #0d1513; }
.phase-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.phase-grid article { padding: 2rem; min-height: 270px; background: #182321; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; }
.phase-grid article span { color: #67cfc4; font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.phase-grid article h3 { font-size: 1.45rem; margin: 2rem 0 .7rem; }
.phase-grid article p { color: #a5b4b0; }
.phase-grid .active-phase { background: linear-gradient(145deg,#123d3a,#182321); border-color: rgba(103,207,196,.35); box-shadow: 0 22px 55px rgba(0,0,0,.28); }
.sovereignty { background: #101917; }
.sovereignty-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.sovereignty-grid article { padding: 1.5rem; background: #182321; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; }
.sovereignty-grid b { display: block; color: #8edfd5; font-size: 1.05rem; margin-bottom: .6rem; }
.sovereignty-grid p { color: #a5b4b0; font-size: .84rem; }
@media (max-width: 1050px) { .core-grid { grid-template-columns: 1fr; } .core-grid .feature { min-height: 0; } .sovereignty-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 650px) { .phase-grid, .sovereignty-grid { grid-template-columns: 1fr; } .phase-grid article { min-height: 0; } }

.collaboration { background: linear-gradient(180deg,#101917,#0d1513); }
.collaboration-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.collaboration-grid article { padding: 1.5rem; border-top: 2px solid #135f5b; background: #182321; border-radius: 0 0 24px 24px; }
.collaboration-grid b { color: #f0f7f5; }
.collaboration-grid p { color: #a5b4b0; font-size: .84rem; }
@media (max-width: 1050px) { .collaboration-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 650px) { .collaboration-grid { grid-template-columns: 1fr; } }

.launch-banner {
  position: absolute;
  z-index: 8;
  top: 1.35rem;
  left: 50%;
  width: min(920px, calc(100% - 2.5rem));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: .8rem 1.25rem;
  color: #fff8f3;
  background: rgba(209, 121, 85, .78);
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .32), 0 0 32px rgba(209, 121, 85, .20);
  backdrop-filter: blur(12px) saturate(135%);
  -webkit-backdrop-filter: blur(12px) saturate(135%);
  font-size: .88rem;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.launch-banner strong {
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
}
.launch-pulse {
  width: .65rem;
  height: .65rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
  animation: launch-pulse 1.8s infinite;
}
.hero { padding-top: clamp(13.5rem, 15vw, 15rem); }
.idea-flyby-lane {
  position: absolute;
  z-index: 7;
  top: 5.8rem;
  left: 0;
  width: 100%;
  height: 9.5rem;
  overflow: hidden;
  pointer-events: none;
}
.idea-flyby {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff8f3;
  pointer-events: auto;
  animation: idea-flyby 18s ease-in-out infinite alternate;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .56));
}
.idea-flyby:hover { animation-play-state: paused; }
.flyby-banner {
  position: relative;
  display: grid;
  width: min(780px, 68vw);
  min-height: 7.2rem;
  align-content: center;
  gap: .35rem;
  padding: 1rem 1.5rem;
  border: 2px solid rgba(255, 248, 243, .82);
  border-left-width: 8px;
  background: linear-gradient(105deg, #a9472e, #d17955 68%, #bd6244);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .08), 0 18px 50px rgba(0, 0, 0, .46), 0 0 38px rgba(209, 121, 85, .34);
  clip-path: polygon(0 6%, 100% 0, 98.5% 50%, 100% 100%, 0 94%, 1.5% 50%);
  text-shadow: 0 2px 4px rgba(0, 0, 0, .46);
}
.flyby-banner strong { font-size: 1rem; letter-spacing: .14em; }
.flyby-message { max-width: 72ch; font-size: .94rem; font-weight: 700; line-height: 1.4; }
.flyby-cta { justify-self: start; margin-top: .15rem; padding: .34rem .7rem; border-radius: 999px; color: #8c3f2b; background: #fff8f3; font-size: .7rem; font-weight: 900; letter-spacing: .04em; text-shadow: none; box-shadow: 0 5px 14px rgba(0, 0, 0, .2); }
.flyby-rope { width: 3.5rem; height: 2px; flex: 0 0 auto; background: rgba(240, 247, 245, .95); transform: rotate(-5deg); transform-origin: left; box-shadow: 0 2px 4px rgba(0, 0, 0, .35); }
.flyby-plane { display: inline-grid; place-items: center; width: 5.4rem; color: #f0f7f5; font-family: "Segoe UI Symbol", sans-serif; font-size: 4.5rem; line-height: 1; transform: rotate(6deg); text-shadow: 0 5px 14px rgba(0, 0, 0, .62); }
@keyframes idea-flyby {
  0% { transform: translateX(3vw) translateY(.25rem) rotate(-.2deg); }
  50% { transform: translateX(calc(50vw - 50%)) translateY(-.25rem); }
  100% { transform: translateX(calc(97vw - 100%)) translateY(.25rem) rotate(.2deg); }
}
@keyframes launch-pulse {
  70% { box-shadow: 0 0 0 .65rem rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .launch-pulse { animation: none; }
  .idea-flyby { left: 50%; animation: none; transform: translateX(-50%); }
}
@media (max-width: 650px) {
  .launch-banner {
    top: .85rem;
    align-items: flex-start;
    border-radius: 18px;
    font-size: .78rem;
    line-height: 1.35;
  }
  .launch-banner strong { display: block; }
  .idea-flyby-lane { top: 6.4rem; height: 10.8rem; }
  .flyby-banner { width: 77vw; min-height: 8rem; padding: .8rem 1rem; border-left-width: 6px; }
  .flyby-banner strong { font-size: .72rem; letter-spacing: .1em; }
  .flyby-message { font-size: .76rem; line-height: 1.32; }
  .flyby-cta { padding: .28rem .58rem; font-size: .64rem; }
  .flyby-rope { width: 1.2rem; }
  .flyby-plane { width: 2.8rem; font-size: 2.5rem; }
  .hero { padding-top: 17rem; }
}

/* Current TravCamp 3.2.4 screenshots captured on a real Android device. */
.current-screens {
  align-items: start;
  gap: clamp(1rem, 2vw, 2rem);
}
.app-shot {
  position: relative;
  margin: 0;
  transform: rotate(-1deg);
}
.app-shot:nth-child(even) { transform: translateY(2.2rem) rotate(1deg); }
.app-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid #050807;
  border-radius: 34px;
  background: #050807;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}
.app-shot figcaption {
  margin-top: .9rem;
  color: #a5b4b0;
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
}
.app-shot-featured img {
  border-color: #d17955;
  box-shadow: 0 28px 75px rgba(209, 121, 85, .28);
}
.app-shot-featured figcaption { color: #f0a27d; }

.flight-showcase,
.statistics-showcase {
  margin: 0 clamp(1rem, 3vw, 3rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  border-radius: 34px;
  overflow: hidden;
}
.flight-showcase {
  color: #f0f7f5;
  background:
    radial-gradient(circle at 20% 18%, rgba(209, 121, 85, .22), transparent 34%),
    linear-gradient(145deg, #071c1b, #123d3a 58%, #182321);
  border: 1px solid rgba(209, 121, 85, .28);
}
.statistics-showcase {
  margin-top: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
  background: linear-gradient(145deg, #182321, #101917);
  border: 1px solid rgba(103, 207, 196, .18);
}
.showcase-copy { max-width: 680px; }
.showcase-copy > p:not(.eyebrow):not(.showcase-note) {
  color: #b9cbc6;
  font-size: 1.05rem;
}
.showcase-points {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.showcase-points li {
  position: relative;
  padding: .8rem 0 .8rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #dce8e5;
}
.showcase-points li::before {
  content: "↗";
  position: absolute;
  left: .2rem;
  color: #f0a27d;
  font-weight: 900;
}
.showcase-note {
  display: inline-flex;
  margin: 0;
  padding: .55rem .85rem;
  border: 1px solid rgba(103, 207, 196, .28);
  border-radius: 999px;
  color: #8edfd5;
  font-size: .75rem;
  font-weight: 800;
}
.feature-screen {
  position: relative;
  width: min(100%, 470px);
  margin: 0 auto;
  padding: 10px;
  border-radius: 44px;
  background: #050807;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .48);
}
.feature-screen img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 34px;
}
.feature-screen figcaption {
  padding: 1rem .6rem .45rem;
  color: #a5b4b0;
  font-size: .72rem;
  text-align: center;
}
.flight-showcase .feature-screen {
  box-shadow: 0 38px 100px rgba(209, 121, 85, .22), 0 28px 75px rgba(0, 0, 0, .5);
}
.stat-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 2rem;
}
.stat-facts article {
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}
.stat-facts b,
.stat-facts span { display: block; }
.stat-facts b { color: #8edfd5; margin-bottom: .35rem; }
.stat-facts span { color: #a5b4b0; font-size: .76rem; }

@media (max-width: 1050px) {
  .flight-showcase,
  .statistics-showcase { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .stat-facts { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .current-screens { grid-template-columns: repeat(2, 1fr); }
  .app-shot,
  .app-shot:nth-child(even) { transform: none; }
  .flight-showcase,
  .statistics-showcase {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .statistics-showcase .stats-screen { order: 2; }
  .feature-screen { max-width: 390px; }
}
@media (max-width: 430px) {
  .current-screens { grid-template-columns: 1fr; }
  .app-shot { max-width: 300px; margin: 0 auto; }
}

/* Legal pages share the TravCamp dark-mode visual language. */
.legal-body { min-height: 100vh; background: radial-gradient(circle at 12% 0%, rgba(19, 95, 91, .24), transparent 30rem), #101917; }
.legal-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; padding: 0 clamp(1rem, 5vw, 4rem); border-bottom: 1px solid rgba(255, 255, 255, .07); background: rgba(16, 25, 23, .88); backdrop-filter: blur(14px); }
.legal-back { padding: .65rem 1rem; font-size: .78rem; }
.legal-shell { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(2rem, 5vw, 5rem) 0 clamp(5rem, 9vw, 8rem); }
.legal-hero { position: relative; overflow: hidden; min-height: 280px; display: flex; flex-direction: column; justify-content: end; padding: clamp(2rem, 6vw, 5rem); border: 1px solid rgba(255, 255, 255, .08); border-radius: 28px; background: linear-gradient(110deg, rgba(7, 28, 27, .98), rgba(8, 60, 58, .82)), url("../world-map-wallpaper.png") center / cover; box-shadow: 0 28px 80px rgba(0, 0, 0, .3); }
.legal-hero::after { content: ""; position: absolute; right: 8%; bottom: -3rem; width: 12rem; height: 12rem; border: 1px solid rgba(103, 207, 196, .18); border-radius: 50%; box-shadow: 0 0 70px rgba(103, 207, 196, .12); }
.legal-hero h1 { position: relative; z-index: 1; max-width: 12ch; margin: .3rem 0 0; color: #f0f7f5; font-family: Georgia, serif; font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: .95; letter-spacing: -.055em; }
.legal-hero > p:last-child:not(.eyebrow) { position: relative; z-index: 1; margin: 1rem 0 0; color: #a5b4b0; }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.legal-card { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid rgba(255, 255, 255, .08); border-radius: 24px; background: linear-gradient(145deg, rgba(32, 45, 42, .96), rgba(24, 35, 33, .98)); box-shadow: 0 20px 50px rgba(0, 0, 0, .18); }
.legal-card-wide { grid-column: 1 / -1; }
.legal-card h2 { margin: .2rem 0 1rem; color: #f0f7f5; font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
.legal-card p { color: #b8c6c2; }
.legal-card a { color: #8edfd5; text-decoration: underline; text-underline-offset: .2em; }
.legal-number { margin: 0 0 .8rem !important; color: #d17955 !important; font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.legal-footer { display: flex; align-items: center; gap: 1.5rem; padding: 2rem clamp(1rem, 5vw, 4rem); border-top: 1px solid rgba(255, 255, 255, .07); background: #0d1614; }
.legal-footer .brand { margin-right: auto; }
.legal-footer > a:not(.brand) { color: #a5b4b0; font-size: .82rem; }
.legal-footer > a:not(.brand):hover { color: #8edfd5; }
.feedback-invitation { position: relative; overflow: hidden; margin-top: 2rem; padding: 1.5rem; border: 1px solid rgba(103, 207, 196, .24); border-radius: 22px; background: linear-gradient(145deg, rgba(19, 95, 91, .28), rgba(24, 35, 33, .94)); box-shadow: 0 18px 45px rgba(0, 0, 0, .18); }
.feedback-invitation::after { content: ""; position: absolute; right: -2.5rem; bottom: -3.5rem; width: 9rem; height: 9rem; border: 1px solid rgba(103, 207, 196, .18); border-radius: 50%; }
.feedback-kicker { position: relative; z-index: 1; margin: 0 0 .7rem; color: #8edfd5 !important; font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.feedback-invitation h3 { position: relative; z-index: 1; margin: 0 0 .75rem; color: #f0f7f5; font-size: 1.25rem; line-height: 1.25; }
.feedback-invitation > p:not(.feedback-kicker) { position: relative; z-index: 1; color: #c1cfcb; }
.feedback-link { position: relative; z-index: 1; display: inline-flex; margin-top: .4rem; color: #8edfd5; font-size: .82rem; font-weight: 900; }
.feedback-link:hover { color: #f0a27d; }

/* Production contact form and inactive newsletter state. */
.optional { color: var(--muted); font-size: .72rem; font-weight: 600; }
.privacy-note { margin: 1rem 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.privacy-note a, .form-status a { color: var(--app-accent); font-weight: 800; text-decoration: underline; text-underline-offset: .18em; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 1.4em; margin: .9rem 0 0; font-weight: 700; line-height: 1.45; }
.form-status.is-sending, .form-status.is-neutral { color: var(--muted); }
.form-status.is-success { color: #8fd8a7; }
.form-status.is-error { color: #ff8f73; }
.preparation-badge { display: inline-flex; margin-left: .35rem; padding: .22rem .55rem; border: 1px solid rgba(231, 139, 104, .5); border-radius: 999px; color: #ffc1a7; background: rgba(208, 102, 66, .14); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; vertical-align: middle; }
.newsletter-form > p:not(.form-status) { color: var(--muted); font-size: .84rem; }
.button:disabled, input:disabled { cursor: not-allowed; opacity: .55; box-shadow: none; }
@media (max-width: 650px) {
  .legal-grid { grid-template-columns: 1fr; }
  .legal-card-wide { grid-column: auto; }
  .legal-hero { min-height: 230px; }
  .legal-footer { align-items: flex-start; flex-direction: column; }
  .legal-footer .brand { margin: 0 0 .5rem; }
}
