:root {
  --bg: #fbf8f4;
  --panel: #fffdf9;
  --panel-soft: #fff7ec;
  --text: #2b241e;
  --muted: #796d60;
  --line: #e8dccf;
  --primary: #6f8df6;
  --primary-deep: #5672d6;
  --green-deep: #365747;
  --green-soft: #5f8a72;
  --shadow: 0 20px 60px rgba(77, 56, 35, 0.08);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(173, 211, 183, 0.18), transparent 30%), var(--bg);
  color: var(--text);
}
a { text-decoration: none; color: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(251, 248, 244, 0.88);
  border-bottom: 1px solid rgba(232, 220, 207, 0.75);
}
.nav-shell {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}
.brand { display: flex; gap: 12px; align-items: center; }
.brand-mark {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, #f3dfc9, #d9ecd8); font-weight: 900;
  overflow: hidden;
}
.image-mark {
  background: transparent;
  border: none;
  box-shadow: none;
}
.image-mark img {
  width: 100%; height: 100%; object-fit: contain; display: block;
  image-rendering: -webkit-optimize-contrast;
}
.brand-copy { display: grid; }
.brand-copy strong { font-size: 16px; }
.brand-copy small { color: var(--muted); margin-top: 2px; }
.nav-links { display: flex; justify-content: center; gap: 22px; color: var(--muted); font-weight: 600; }
.nav-cta { justify-self: end; }
.section { padding: 34px 0; }
.hero { padding: 24px 0 12px; }
.hero-shell {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  padding: 46px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(41, 67, 53, 0.95), rgba(93, 138, 113, 0.84));
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.hero-shell::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 70%);
}
.eyebrow {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  font-weight: 600;
}
.hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(38px, 5.8vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #fff;
}
.lead {
  margin: 0;
  color: rgba(255,255,255,0.84);
  line-height: 1.95;
  font-size: 18px;
}
.hero-actions, .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-proof-row {
  display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; color: rgba(255,255,255,0.78); font-size: 14px;
}
.btn {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid transparent;
}
.btn-primary { background: #fff; color: #274635; }
.btn-secondary { background: rgba(255,255,255,0.10); color: #fff; border-color: rgba(255,255,255,0.18); }
.btn-secondary.alt { background: var(--panel-soft); color: var(--text); border-color: var(--line); }
.hero-side { display: flex; align-items: end; }
.hero-card {
  width: 100%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 28px;
  padding: 24px;
  backdrop-filter: blur(10px);
  color: #fff;
}
.hero-card-head { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.channel-mark {
  width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center;
  background: rgba(255,255,255,0.10); font-weight: 900;
  overflow: hidden;
}
.hero-card .image-mark {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 6px 16px rgba(18, 30, 24, 0.10);
}
.channel-name { font-size: 24px; font-weight: 800; }
.channel-sub { color: rgba(255,255,255,0.78); margin-top: 4px; }
.hero-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hero-stats div {
  display: grid; gap: 8px; padding: 14px; border-radius: 18px; background: rgba(255,255,255,0.08);
}
.hero-stats span { color: rgba(255,255,255,0.74); font-size: 13px; }
.hero-stats strong { font-size: 28px; }
.hero-card p { margin: 18px 0 0; line-height: 1.8; color: rgba(255,255,255,0.84); }
.social-strip { padding-top: 18px; }
.social-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px;
}
.social-grid div {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--shadow);
  display: grid; gap: 8px;
}
.social-grid strong { font-size: 18px; }
.social-grid span { color: var(--muted); line-height: 1.7; }
.section-head { margin-bottom: 18px; }
.section-head.split { display: flex; justify-content: space-between; gap: 18px; align-items: end; }
.section-head h2 { margin: 0 0 8px; font-size: clamp(28px, 3vw, 42px); }
.section-head p { margin: 0; line-height: 1.85; color: var(--muted); }
.text-link { color: var(--primary-deep); font-weight: 700; }
.value-grid, .reason-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.value-card, .reason-card, .video-card, .faq-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.value-card, .reason-card { padding: 24px; }
.value-card h3, .reason-card h3 { margin: 0 0 10px; font-size: 22px; }
.value-card p, .reason-card p { margin: 0; color: var(--muted); line-height: 1.85; }
.featured-main {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px;
  padding: 24px; border-radius: 28px; background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.featured-cover {
  min-height: 320px; border-radius: 24px;
  background: linear-gradient(135deg, #edd9d2, #e9d9bc 45%, #c9b59e 100%);
  position: relative; overflow: hidden; padding: 24px;
}
.featured-cover img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.featured-cover::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.38));
}
.real-video-link { display: block; }
.featured-badge {
  position: relative; z-index: 1; display: inline-flex; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,0.75); font-weight: 700; color: #7d4d3f;
}
.featured-headline {
  position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 24px; font-size: clamp(28px, 4vw, 46px); line-height: 1.12; font-weight: 900; color: #fff;
}
.featured-copy { display: grid; align-content: center; gap: 14px; }
.featured-copy h3 { margin: 0; font-size: 26px; }
.featured-copy p { margin: 0; line-height: 1.9; color: var(--muted); }
.mini-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.mini-pills span { padding: 10px 14px; border-radius: 999px; background: var(--panel-soft); border: 1px solid var(--line); color: var(--muted); font-weight: 700; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.video-card { overflow: hidden; }
.thumb {
  aspect-ratio: 16 / 9;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18)), linear-gradient(135deg, #f0d7d0, #ecdab9 48%, #d4c4ae 100%);
  position: relative;
  padding: 18px;
  overflow: hidden;
}
.thumb-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.thumb-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.22)); }
.thumb-title { font-size: 28px; line-height: 1.15; font-weight: 900; color: #bf5e57; max-width: 76%; }
.thumb span {
  position: absolute; right: 12px; bottom: 12px; background: rgba(0,0,0,.72); color: #fff; border-radius: 10px; padding: 5px 8px; font-size: 12px; font-weight: 700;
}
.video-card h3 { margin: 16px 16px 8px; font-size: 20px; line-height: 1.55; }
.video-card p { margin: 0 16px 18px; color: var(--muted); line-height: 1.8; }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 18px 22px; }
.faq-item summary { cursor: pointer; font-weight: 800; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin: 14px 0 0; color: var(--muted); line-height: 1.85; }
.cta-shell {
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
  padding: 34px; border-radius: 30px; background: linear-gradient(135deg, #fffdf9, #f7efe6); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.cta-shell h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 46px); }
.cta-shell p { margin: 0; line-height: 1.9; color: var(--muted); max-width: 760px; }
footer { padding: 0 0 42px; }
.footer-inner { color: var(--muted); }
@media (max-width: 1100px) {
  .hero-shell, .featured-main, .cta-shell { grid-template-columns: 1fr; }
  .nav-shell { grid-template-columns: 1fr; justify-items: start; padding: 14px 0; }
  .nav-links { justify-content: flex-start; flex-wrap: wrap; }
}
@media (max-width: 860px) {
  .value-grid, .reason-grid, .video-grid, .hero-stats, .social-grid { grid-template-columns: 1fr; }
  .hero-shell { padding: 28px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 100%); }
  .section { padding: 24px 0; }
  .site-header { position: static; }
  .nav-shell { gap: 12px; }
  .brand { gap: 10px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 12px; }
  .nav-links {
    gap: 12px;
    font-size: 13px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 4px;
  }
  .nav-cta { width: 100%; justify-self: stretch; }
  .nav-cta.btn { width: 100%; }

  .hero { padding: 12px 0 6px; }
  .hero-shell {
    padding: 22px 16px;
    gap: 18px;
    border-radius: 24px;
  }
  .eyebrow {
    padding: 8px 12px;
    font-size: 12px;
  }
  .hero h1 {
    margin: 14px 0 12px;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.12;
  }
  .lead {
    font-size: 15px;
    line-height: 1.8;
  }
  .hero-actions, .cta-actions {
    gap: 10px;
    margin-top: 20px;
    flex-direction: column;
  }
  .hero-actions .btn, .cta-actions .btn {
    width: 100%;
  }
  .hero-proof-row {
    gap: 8px;
    margin-top: 16px;
    font-size: 13px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-card {
    padding: 18px;
    border-radius: 22px;
  }
  .hero-card-head { gap: 12px; margin-bottom: 14px; }
  .channel-mark { width: 48px; height: 48px; border-radius: 16px; }
  .channel-name { font-size: 20px; }
  .hero-stats strong { font-size: 24px; }
  .hero-card p { margin-top: 14px; line-height: 1.7; }

  .social-grid div,
  .value-card,
  .reason-card,
  .video-card,
  .faq-item,
  .cta-shell {
    border-radius: 20px;
  }
  .featured-main {
    gap: 16px;
  }
  .featured-headline {
    font-size: 22px;
    line-height: 1.25;
  }
  .featured-badge {
    font-size: 12px;
    padding: 7px 10px;
  }
  .mini-pills { gap: 8px; }
  .mini-pills span { font-size: 12px; }

  .cta-shell {
    padding: 22px 16px;
    gap: 16px;
  }
  .cta-shell h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .cta-shell p {
    font-size: 15px;
    line-height: 1.8;
  }
}
