:root {
  --bg: #f4efe7;
  --bg-alt: #fffaf3;
  --card: rgba(255,255,255,0.78);
  --line: rgba(31, 40, 55, 0.08);
  --text: #1f2937;
  --muted: #5b6574;
  --accent: #ff7a18;
  --accent-dark: #e86300;
  --shadow: 0 20px 55px rgba(82, 55, 27, 0.08);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255,122,24,0.10), transparent 26%),
    radial-gradient(circle at right 20%, rgba(255,197,104,0.14), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, #efe6d9 100%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.page-shell { overflow: clip; }
.card-soft {
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 16px 0;
  backdrop-filter: blur(8px);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  background: rgba(255,250,243,0.72);
  box-shadow: 0 10px 30px rgba(80, 58, 29, 0.08);
}

.brand img { width: 150px; }
.topbar__nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-weight: 600;
}
.topbar__nav a:hover { color: var(--text); }

.primary-btn,
.ghost-btn {
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #ff9f43);
  box-shadow: 0 14px 28px rgba(255,122,24,0.22);
  font-weight: 800;
}
.ghost-btn {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 700;
}
.primary-btn:hover,
.ghost-btn:hover { transform: translateY(-1px); }

.hero { padding: 34px 0 24px; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 24px;
  align-items: center;
}
.hero__copy {
  padding: 14px 6px 14px 2px;
}
.eyebrow {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.lead {
  margin: 0;
  max-width: 680px;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
  color: var(--muted);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 18px;
}
.hero__badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero__badges li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  font-weight: 700;
}
.hero__visual {
  position: relative;
  padding: 16px;
}
.hero__visual picture,
.hero__visual img { border-radius: 24px; }
.floating-note {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,250,243,0.88);
  border: 1px solid rgba(31,40,55,0.08);
}
.domain-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.domain-list a,
.address-box a {
  font-weight: 800;
  color: var(--accent-dark);
}

.story-strip { padding: 8px 0 14px; }
.story-strip__grid,
.tiles__grid,
.longread__grid {
  display: grid;
  gap: 18px;
}
.story-strip__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.story,
.tile,
.longread__main,
.longread__side {
  padding: 24px;
}
.story__num {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--accent-dark);
  font-weight: 800;
  letter-spacing: 0.08em;
}
.story h2,
.feature-block__content h2,
.longread h2,
.section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.story p,
.tile p,
.feature-block__content p,
.longread p,
.faq-item p,
.footer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 17px;
}
.feature-block { padding: 18px 0; }
.feature-block__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
}
.feature-block__media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.tiles { padding: 10px 0 18px; }
.tiles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tile h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
}
.longread { padding: 10px 0 20px; }
.longread__grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: start;
}
.check-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  line-height: 1.65;
  color: var(--muted);
}
.address-box {
  margin-top: 20px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background: var(--bg-alt);
  border: 1px dashed rgba(31,40,55,0.12);
}
.address-box__title,
.section-head span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-dark);
  font-weight: 800;
}
.faq { padding: 16px 0 32px; }
.section-head { margin-bottom: 18px; }
.faq__list {
  display: grid;
  gap: 14px;
}
.faq-item {
  background: rgba(255,255,255,0.76);
  border-radius: 24px;
  border: 1px solid rgba(31,40,55,0.08);
  padding: 20px 22px;
  box-shadow: var(--shadow);
}
.faq-item summary {
  cursor: pointer;
  font-size: 21px;
  font-weight: 800;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin-top: 12px; }
.footer {
  padding: 0 0 28px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  border-top: 1px solid rgba(31,40,55,0.08);
}
.footer strong { font-size: 24px; }
.footer p { max-width: 720px; margin-top: 8px; }

@media (max-width: 980px) {
  .topbar__nav { display: none; }
  .hero__grid,
  .feature-block__grid,
  .longread__grid,
  .story-strip__grid,
  .tiles__grid {
    grid-template-columns: 1fr;
  }
  .footer__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
  .topbar__inner { border-radius: 24px; padding: 16px; }
  .brand img { width: 132px; }
  .hero { padding-top: 18px; }
  .hero h1 { line-height: 1.02; }
  .lead, .story p, .tile p, .feature-block__content p, .longread p, .faq-item p, .footer p { font-size: 16px; }
  .story, .tile, .longread__main, .longread__side, .faq-item { padding: 20px; }
  .floating-note { position: static; margin-top: 12px; }
}
