@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;700;800&family=Unbounded:wght@500;700&display=swap");

:root {
  color-scheme: light;
  --text: #133126;
  --muted: #65786f;
  --line: rgba(19, 49, 38, 0.1);
  --card: rgba(255, 255, 255, 0.9);
  --card-strong: rgba(255, 255, 255, 0.96);
  --green: #2d654f;
  --green-deep: #0b1d16;
  --gold: #d4b36a;
  --shadow: 0 28px 72px rgba(17, 35, 28, 0.12);
  --shadow-soft: 0 20px 52px rgba(17, 35, 28, 0.08);
  --width: 840px;
  --radius-hero: 40px;
  --radius-xl: 32px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 100% 0%, rgba(238, 218, 162, 0.42), transparent 22%),
    radial-gradient(circle at 0% 28%, rgba(111, 227, 176, 0.18), transparent 18%),
    linear-gradient(180deg, #fbfaf5 0%, #f3f1e9 44%, #efede5 100%);
  padding: max(18px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  border-radius: 999px;
  filter: blur(34px);
  pointer-events: none;
  opacity: 0.72;
  z-index: 0;
}

body::before {
  top: 88px;
  right: -90px;
  width: 240px;
  height: 240px;
  background: rgba(238, 218, 162, 0.24);
}

body::after {
  left: -110px;
  bottom: 110px;
  width: 230px;
  height: 230px;
  background: rgba(111, 227, 176, 0.14);
}

.shell {
  position: relative;
  z-index: 1;
  width: min(100%, var(--width));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.hero,
.card {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 248px;
  padding: 24px;
  color: #fff;
  border-radius: var(--radius-hero);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 28%),
    radial-gradient(circle at 18% 100%, rgba(255,255,255,0.14), transparent 30%),
    linear-gradient(145deg, var(--green) 0%, #17372b 58%, var(--green-deep) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  pointer-events: none;
}

.back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    0 10px 24px rgba(11, 24, 18, 0.12);
  backdrop-filter: blur(18px) saturate(130%);
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}

.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.hero-badge {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(18px);
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Unbounded", "Manrope", sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  margin-top: 18px;
  font-size: clamp(34px, 7vw, 48px);
  line-height: 0.98;
  max-width: 420px;
}

.hero-copy {
  margin-top: 18px;
  max-width: 460px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.6;
}

.hero-footer {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-chip {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(18px);
}

.card {
  position: relative;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,248,244,0.9)),
    var(--card);
  border: 1px solid rgba(255,255,255,0.7);
  display: grid;
  gap: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.88),
    var(--shadow);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,179,106,0), rgba(212,179,106,0.8), rgba(212,179,106,0));
  opacity: 0.9;
}

.section-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 4px;
}

.section-meta__eyebrow {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-meta__line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(19,49,38,0.12), rgba(19,49,38,0.02));
}
