:root {
  color-scheme: light;
  --ink: #20231f;
  --muted: #656a62;
  --paper: #fffdf7;
  --cream: #fff6da;
  --yellow: #f9ce4b;
  --coral: #f26451;
  --sage: #85a47c;
  --line: rgba(32, 35, 31, .12);
  --shadow: 0 30px 80px rgba(32, 35, 31, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans", sans-serif;
  line-height: 1.58;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 19px; }
.brand img { width: 42px; height: 42px; border-radius: 11px; }
.nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 650; }
.nav a { text-decoration: none; color: var(--muted); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.language { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; }
.hero-wrap {
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 25%, rgba(242,100,81,.16), transparent 26%),
    radial-gradient(circle at 90% 13%, rgba(133,164,124,.20), transparent 25%),
    linear-gradient(145deg, #fffdf7, #fff3c9);
  border-block: 1px solid rgba(32,35,31,.07);
}
.hero { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; padding-block: 80px 64px; }
.eyebrow { margin: 0 0 15px; color: #8a731b; font-size: 12px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(48px, 6.2vw, 78px); line-height: .98; letter-spacing: -.055em; }
h1, h2, h3 { overflow-wrap: anywhere; }
.lead { max-width: 620px; margin-bottom: 30px; color: var(--muted); font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 16px; text-decoration: none; font-weight: 800; }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 12px 25px rgba(32,35,31,.18); }
.button-secondary { background: rgba(255,255,255,.76); border: 1px solid var(--line); }
.note { margin: 17px 0 0; color: #777c73; font-size: 13px; }
.hero-art { position: relative; display: grid; place-items: center; min-height: 620px; margin: 0; }
.hero-art::before { content: ""; position: absolute; width: 88%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); opacity: .52; }
.hero-art img { position: relative; width: min(390px, 82%); max-height: 610px; object-fit: cover; object-position: top; border: 9px solid var(--ink); border-radius: 45px; box-shadow: var(--shadow); }
.section { padding-block: 100px; }
.section-soft { background: #f3f4ef; }
.section-heading { max-width: 750px; margin-bottom: 45px; }
.section-heading h2, .page-intro h1 { margin-bottom: 16px; font-size: clamp(36px, 4.5vw, 56px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p { color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 25px; box-shadow: 0 16px 40px rgba(32,35,31,.05); }
.card-mark { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px; color: var(--ink); background: var(--yellow); border-radius: 15px; font-size: 23px; font-weight: 900; }
.card:nth-child(2) .card-mark { background: #ffdcd6; color: var(--coral); }
.card:nth-child(3) .card-mark { background: #dce9d7; color: #56704f; }
.card h3 { margin-bottom: 8px; font-size: 22px; }
.card p { margin-bottom: 0; color: var(--muted); }
.showcase { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; }
.showcase img { max-height: 700px; margin-inline: auto; border-radius: 32px; box-shadow: var(--shadow); }
.ticks { display: grid; gap: 14px; padding: 0; list-style: none; }
.ticks li { position: relative; padding-left: 34px; color: var(--muted); }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 24px; height: 24px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 13px; font-weight: 900; }
.privacy-panel { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 36px; background: var(--ink); color: #fff; border-radius: 28px; }
.privacy-panel p { margin: 0; color: rgba(255,255,255,.68); }
.privacy-panel a { color: var(--yellow); font-weight: 750; text-decoration: none; white-space: nowrap; }
.page-main { border-top: 1px solid var(--line); background: linear-gradient(160deg, #fffdf7, #fff7de 42%, #fffdf7); }
.page-intro { max-width: 820px; padding: 82px 0 45px; }
.page-intro p { color: var(--muted); font-size: 18px; }
.updated { font-size: 14px !important; }
.content-layout { display: grid; grid-template-columns: 1fr 290px; gap: 26px; align-items: start; padding-bottom: 100px; }
.content-card, .aside-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 25px; }
.content-card section + section { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--line); }
.content-card h2 { margin-bottom: 10px; font-size: 24px; }
.content-card p:last-child { margin-bottom: 0; }
.aside-card { position: sticky; top: 20px; }
.aside-card img { width: 68px; height: 68px; margin-bottom: 18px; border-radius: 17px; }
.aside-card a { display: block; margin-top: 10px; color: #826a10; font-weight: 700; text-decoration: none; }
.faq { display: grid; gap: 16px; }
.faq details { padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { margin: 12px 0 0; color: var(--muted); }
.footer { display: flex; justify-content: space-between; gap: 25px; padding-block: 34px; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer a { text-decoration: none; }

@media (max-width: 820px) {
  .site-header { min-height: 70px; }
  .nav a:not(.language) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 58px; text-align: center; }
  .lead { margin-inline: auto; }
  .actions { justify-content: center; }
  .hero-art { min-height: 520px; }
  .hero-art img { max-height: 520px; }
  .cards, .showcase, .content-layout { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .privacy-panel, .footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 24px, 1120px); }
  .site-header { gap: 8px; }
  .brand { font-size: 17px; }
  .nav { gap: 5px; font-size: 12px; }
  .language { padding: 6px 8px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: 42px; line-height: 1.04; }
  .hero .actions { flex-direction: column; align-items: stretch; }
  .hero .button { width: 100%; }
  .hero-art { min-height: 440px; }
  .section { padding-block: 72px; }
  .card, .content-card, .aside-card { padding: 24px; }
  .privacy-panel { padding: 27px; }
}
