:root {
  --bg: #fff8ef;
  --bg-soft: #fffdf8;
  --text: #22201f;
  --muted: #6f6862;
  --primary: #ff7a3d;
  --primary-dark: #e85f24;
  --secondary: #22313f;
  --card: #ffffff;
  --line: #eadfd4;
  --green: #6bbf8a;
  --shadow: 0 24px 70px rgba(47, 38, 28, 0.12);
  --radius: 28px;
}

* {
  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 10% 5%, rgba(255, 122, 61, 0.18), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(107, 191, 138, 0.16), transparent 32%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 239, 0.82);
  border-bottom: 1px solid rgba(234, 223, 212, 0.75);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 1.35rem;
  white-space: nowrap;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 15px;

  display: grid;
  place-items: center;
  position: relative;

  background-image: url('./assets/logo_transparent.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*
.logo-mark::before {
  background-image: url('logo_transparent.png');
  content: "🍲";
  font-size: 20px;
  transform: translateY(1px);
}

.logo-mark::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: var(--primary);
  transform: rotate(-35deg);
  border-radius: 999px;
}

*/
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.98rem;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 14px 26px rgba(255, 122, 61, 0.28);
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

.btn-secondary {
  background: white;
  color: var(--secondary);
  border: 1px solid var(--line);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(47, 38, 28, 0.08);
}

.header-cta-mobile {
  display: none;
}

.mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: white;
  font-size: 1.35rem;
  cursor: pointer;
}

.hero {
  padding: 84px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 54px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  color: var(--secondary);
  font-weight: 900;
  font-size: 0.92rem;
  box-shadow: 0 10px 30px rgba(47, 38, 28, 0.06);
}

.hero h1 {
  margin: 22px 0 20px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.93;
  letter-spacing: -0.05em;
  max-width: 820px;
}

.hero h1 span {
  color: var(--primary);
}

.hero p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  margin: 0 0 32px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.mini-proof {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--muted);
  font-weight: 750;
  font-size: 0.95rem;
}

.mini-proof span {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.visual-card {
  position: relative;
  width: min(500px, 100%);
  aspect-ratio: 1 / 1.02;
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(255,241,224,0.92));
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.8);
  overflow: hidden;
  isolation: isolate;
}

.visual-card::before {
  content: "";
  position: absolute;
  inset: 44px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 122, 61, 0.22), transparent 28%),
    radial-gradient(circle at 75% 78%, rgba(107, 191, 138, 0.22), transparent 30%);
  z-index: -1;
}

.bubble {
  position: absolute;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
  padding: 13px 16px;
  box-shadow: 0 18px 36px rgba(47, 38, 28, 0.1);
  font-weight: 900;
  color: var(--secondary);
}

.bubble.house {
  left: 35px;
  top: 42px;
}

.bubble.shield {
  right: 28px;
  top: 88px;
}

.bubble.calc {
  left: 52px;
  bottom: 42px;
}

.badge {
  position: absolute;
  right: 34px;
  bottom: 48px;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 1000;
  letter-spacing: -0.04em;
  transform: rotate(10deg);
  box-shadow: 0 18px 32px rgba(255,122,61,0.28);
}

section {
  padding: 72px 0;
}

.section-head {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  color: var(--primary);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 8px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0;
}

.section-head p {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 16px 0 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(234,223,212,0.9);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 18px 52px rgba(47,38,28,0.07);
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff0e6;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step {
  position: relative;
  background: var(--secondary);
  color: white;
  border-radius: var(--radius);
  padding: 32px;
  overflow: hidden;
  min-height: 230px;
}

.step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  right: 22px;
  top: 10px;
  font-size: 5rem;
  font-weight: 1000;
  line-height: 1;
  color: rgba(255,255,255,0.1);
  letter-spacing: -0.09em;
}

.step h3 {
  margin: 76px 0 10px;
  font-size: 1.45rem;
}

.step p {
  margin: 0;
  color: rgba(255,255,255,0.76);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.service {
  grid-column: span 2;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 24px;
  transition: 0.2s ease;

  display: block;
  color: inherit;
  text-decoration: none;
}

.service:visited,
.service:hover,
.service:active {
  color: inherit;
  text-decoration: none;
}

.service:focus-visible {
  outline: 3px solid rgba(230, 104, 58, 0.35);
  outline-offset: 4px;
}

.service:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(47,38,28,0.09);
}

.service strong {
  display: block;
  font-size: 1.12rem;
  margin: 10px 0 6px;
}

.service span {
  color: var(--muted);
  font-size: 0.96rem;
}

.explain {
  background: var(--secondary);
  color: white;
  border-radius: 44px;
  padding: clamp(32px, 6vw, 62px);
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  position: relative;
}

.explain p {
  color: rgba(255,255,255,0.78);
  font-size: 1.1rem;
  margin: 18px 0 0;
  max-width: 680px;
}

.sticker {
  width: 290px;
  margin-left: auto;
  padding: 24px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.68)),
    radial-gradient(circle at 100% 0%, rgba(255,122,89,0.26), transparent 42%);
  border: 1px solid rgba(40, 34, 28, 0.10);
  box-shadow: 0 28px 70px rgba(40, 34, 28, 0.16);
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
  transform: rotate(-2deg);
}

.sticker::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  right: -28px;
  top: -28px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.18;
}

.sticker::after {
  content: "✓";
  position: absolute;
  right: 22px;
  top: 18px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 1000;
  font-size: 1.1rem;
  box-shadow: 0 14px 28px rgba(40, 34, 28, 0.18);
}

.sticker-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 122, 89, 0.14);
  color: var(--primary-dark);
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sticker strong {
  display: block;
  max-width: 210px;
  color: var(--ink);
  font-size: 2.15rem;
  line-height: 0.94;
  letter-spacing: -0.08em;
  font-weight: 1000;
}

.sticker-text {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 750;
}

.form-section {
  padding-top: 90px;
}

.form-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.form-note {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(47,38,28,0.07);
}

.form-note ul {
  padding-left: 20px;
  color: var(--muted);
  margin: 22px 0 0;
}

.smart-form-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 30px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.smart-form-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -100px;
  background: #fff0e6;
  border-radius: 50%;
}

.smart-form-top {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.smart-form-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #fff0e6;
  font-size: 1.7rem;
}

.smart-form-card h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.smart-form-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.smart-form-preview {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  position: relative;
  z-index: 1;
}

.preview-row {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(234,223,212,0.9);
  border-radius: 20px;
  background: #fffdf9;
}

.preview-row span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--secondary);
  color: white;
  font-weight: 950;
  font-size: 0.9rem;
}

.preview-row p {
  font-size: 0.96rem;
}

.smart-form-actions {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.smart-form-actions .btn {
  justify-content: center;
  width: 100%;
}

.smart-form-actions p {
  font-size: 0.92rem;
  text-align: center;
}

.contact-info {
  display: grid;
  gap: 18px;
}

.contact-links {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.contact-link {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.contact-link:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 131, 74, 0.35);
  box-shadow: 0 16px 34px rgba(34, 49, 63, 0.10);
}

.contact-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff0e6;
  font-size: 1.45rem;
}

.contact-link strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.contact-link small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.social-box {
  margin-top: 6px;
  padding: 18px;
  border-radius: 24px;
  background: #fffdf9;
  border: 1px solid rgba(234, 223, 212, 0.9);
}

.social-box strong {
  display: block;
  margin-bottom: 12px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px 9px 10px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  font-weight: 850;
  font-size: 0.92rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 131, 74, 0.45);
  box-shadow: 0 12px 26px rgba(34, 49, 63, 0.08);
}

.social-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff0e6;
  color: var(--secondary);
  flex: 0 0 auto;
}

.social-icon svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: currentColor;
}

.location-box {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 22px;
  background: #fffdf9;
  border: 1px solid rgba(234, 223, 212, 0.9);
}

.location-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff0e6;
  font-size: 1.45rem;
}

.location-box strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
}

.location-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.95rem;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 850px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px 22px;
  text-align: left;
  font: inherit;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  color: var(--text);
}

.faq-question span {
  color: var(--primary);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-answer {
  display: none;
  padding: 0 22px 22px;
  color: var(--muted);
}

.faq-item.active .faq-answer {
  display: block;
}

.site-footer {
  padding: 42px 0;
  background: #181f28;
  color: white;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.footer-grid p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.66);
  max-width: 620px;
}

.footer-links {
  display: flex;
  gap: 18px;
  color: rgba(255,255,255,0.75);
  font-weight: 800;
}

.footer-links a,
.footer-link {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-weight: 800;
}

.footer-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.footer-links a:hover,
.footer-link:hover {
  color: white;
}

.footer-links a:focus-visible,
.footer-link:focus-visible {
  outline: 3px solid rgba(255, 122, 61, 0.45);
  outline-offset: 4px;
  border-radius: 8px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .nav {
    justify-content: flex-start;
  }

  .logo {
    margin-right: auto;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 16px;
    font-size: 0.88rem;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(255, 122, 61, 0.24);
  }

  .header-cta-desktop {
    display: none;
  }

  .header-cta-mobile {
    display: inline;
  }

  .mobile-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .nav-links.open {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 86px;
    display: grid;
    gap: 14px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 22px;
    box-shadow: var(--shadow);
  }

  .hero-grid,
  .form-wrap,
  .explain {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .cards,
  .steps {
    grid-template-columns: 1fr;
  }

  .service {
    grid-column: span 3;
  }

  .sticker {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 640px) {
  .nav {
    min-height: 70px;
    gap: 8px;
  }

  .logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 13px;
    font-size: 0.82rem;
  }

  .mobile-toggle {
    width: 42px;
    height: 42px;
  }

  .container {
    width: min(100% - 28px, 1160px);
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .hero-visual {
    min-height: 370px;
  }

  .visual-card {
    border-radius: 32px;
  }

  .pot-wrap {
    transform: translate(-50%, -45%) scale(0.78);
  }

  .bubble {
    font-size: 0.82rem;
    padding: 10px 12px;
  }

  .badge {
    width: 98px;
    height: 98px;
    font-size: 0.9rem;
  }

  section {
    padding: 54px 0;
  }

  .service {
    grid-column: span 6;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .sticker {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  transform: none;
  }
}


@media (max-width: 430px) {
  .logo-text {
    display: none;
  }
}

@media (max-width: 800px) {
  .cards.three {
    grid-template-columns: 1fr;
  }
}

#banks .section-head {
  max-width: none;
}

.no-pot-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(320px, 72%);
  height: auto;
  transform: translate(-50%, -46%);
  filter: drop-shadow(0 20px 30px rgba(34, 49, 63, 0.16));
}

.subhero {
  padding: 72px 0 44px;
  background: #f7f1ea;
  text-align: center;
}

.subhero .container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

.back-link {
  display: inline-block;
  margin-bottom: 28px;
  color: #6b625b;
  text-decoration: none;
  font-weight: 700;
}

.back-link:hover {
  color: #222;
}

.subhero h1 {
  margin: 0 auto 22px;
  max-width: 860px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.lead {
  max-width: 680px;
  margin: 0 auto;
  color: #5f5852;
  font-size: 20px;
  line-height: 1.6;
}

.subhero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.content-section {
  padding: 64px 0 90px;
  background: #fffaf4;
}

.container.narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.content-section h2 {
  margin: 42px 0 16px;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.04em;
}

.content-section p {
  color: #5f5852;
  font-size: 18px;
  line-height: 1.7;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 36px;
  list-style: none;
}

.check-list li {
  padding: 16px 18px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  background: #fff;
  color: #332f2b;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  margin-right: 10px;
  color: #e6683a;
}

.notice-box {
  margin: 34px 0;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(230, 104, 58, 0.25);
  color: #3a332d;
  line-height: 1.6;
}

.faq-mini {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.faq-mini details {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  background: #fff;
  padding: 18px 20px;
}

.faq-mini summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-mini p {
  margin-bottom: 0;
}

.final-cta {
  margin-top: 56px;
  padding: 34px;
  border-radius: 28px;
  background: #221f1c;
  color: #fff;
  text-align: center;
}

.final-cta h2 {
  margin-top: 0;
  color: #fff;
}

.final-cta p {
  color: rgba(255,255,255,0.75);
}

@media (max-width: 640px) {
  .subhero {
    padding-top: 48px;
  }

  .subhero-actions {
    flex-direction: column;
  }

  .subhero-actions .btn,
  .final-cta .btn {
    width: 100%;
  }

  .final-cta {
    padding: 26px 20px;
  }
}
/* O projektu */
.project-hero {
  position: relative;
  overflow: hidden;
}

.project-hero::before,
.project-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.project-hero::before {
  width: 280px;
  height: 280px;
  left: -110px;
  top: 80px;
  border: 48px solid rgba(230, 104, 58, 0.08);
}

.project-hero::after {
  width: 190px;
  height: 190px;
  right: -60px;
  bottom: -80px;
  background: rgba(34, 31, 28, 0.05);
}

.project-hero .container {
  position: relative;
  z-index: 1;
}

.project-content {
  padding-top: 84px;
}

.project-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.project-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

.project-intro h2,
.project-panel h2,
.project-boundaries h2,
.project-trust h2,
.project-faq > h2 {
  margin: 12px 0 20px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.project-intro p:first-child {
  margin-top: 0;
}

.project-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 72px 0;
}

.project-principle {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(34, 31, 28, 0.05);
}

.project-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 42px;
  border-radius: 50%;
  background: #f7e4d8;
  color: #c8532b;
  font-weight: 900;
}

.project-principle h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.project-principle p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.project-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  scroll-margin-top: 24px;
}

.project-panel {
  padding: 42px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  background: #fff;
}

.project-panel-dark {
  background: #221f1c;
  color: #fff;
}

.project-panel-dark h2 {
  color: #fff;
}

.project-panel-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.project-panel-dark .section-kicker {
  color: #f39976;
}

.project-boundaries {
  margin-top: 96px;
}

.project-boundaries-head {
  max-width: 760px;
}

.project-do-dont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}

.project-list-card {
  padding: 32px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.project-list-card h3 {
  margin: 0 0 22px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.project-list-card .check-list {
  margin: 0;
}

.project-list-card .check-list li {
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0;
  background: transparent;
}

.project-list-card .check-list li:last-child,
.cross-list li:last-child {
  border-bottom: 0;
}

.cross-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cross-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #332f2b;
  font-weight: 700;
}

.cross-list li::before {
  content: "×";
  display: inline-block;
  width: 24px;
  color: #9b4b3a;
  font-size: 22px;
  font-weight: 900;
}

.project-list-card.positive {
  background: #f4f8ef;
}

.project-list-card.negative {
  background: #f8f1ee;
}

.project-trust {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  margin: 96px 0;
  padding: 48px;
  border-radius: 32px;
  background: #f7f1ea;
}

.project-trust-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border: 16px solid #e6683a;
  border-radius: 50%;
  color: #221f1c;
  font-size: 50px;
  font-weight: 950;
  letter-spacing: -0.08em;
  transform: rotate(-7deg);
}

.project-trust p {
  margin-bottom: 0;
}

.project-faq {
  max-width: 860px;
  margin: 0 auto;
}

.project-faq > h2 {
  text-align: center;
  margin-bottom: 30px;
}

.project-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 88px;
  text-align: left;
}

.project-final-cta h2 {
  margin-bottom: 12px;
}

.project-final-cta p {
  margin: 0;
}

.project-final-cta .btn {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .project-intro,
  .project-split,
  .project-do-dont {
    grid-template-columns: 1fr;
  }

  .project-intro {
    gap: 24px;
  }

  .project-principles {
    grid-template-columns: 1fr;
  }

  .project-principle {
    min-height: 0;
  }

  .project-number {
    margin-bottom: 24px;
  }

  .project-trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .project-content {
    padding-top: 58px;
  }

  .project-principles {
    margin: 52px 0;
  }

  .project-panel,
  .project-list-card,
  .project-trust {
    padding: 26px 22px;
  }

  .project-boundaries,
  .project-trust {
    margin-top: 64px;
  }

  .project-trust {
    margin-bottom: 64px;
  }

  .project-trust-mark {
    width: 120px;
    height: 120px;
    border-width: 12px;
    font-size: 38px;
  }

  .project-final-cta {
    align-items: stretch;
    flex-direction: column;
    margin-top: 64px;
    text-align: center;
  }
}

/* Osobni udaje */
    .legal-hero {
      padding: 76px 0 34px;
    }

    .legal-hero-card {
      position: relative;
      overflow: hidden;
      border-radius: 44px;
      padding: clamp(32px, 6vw, 64px);
      background:
        radial-gradient(circle at 85% 18%, rgba(107, 191, 138, 0.22), transparent 28%),
        linear-gradient(145deg, rgba(255,255,255,0.92), rgba(255,241,224,0.92));
      border: 1px solid rgba(255,255,255,0.8);
      box-shadow: var(--shadow);
    }

    .legal-hero-card::after {
      content: "🔐";
      position: absolute;
      right: clamp(20px, 5vw, 58px);
      bottom: clamp(16px, 4vw, 40px);
      font-size: clamp(4rem, 12vw, 9rem);
      opacity: 0.12;
      transform: rotate(-8deg);
      pointer-events: none;
    }

    .legal-hero h1 {
      max-width: 850px;
      margin: 18px 0 18px;
      font-size: clamp(2.8rem, 6vw, 5.6rem);
      line-height: 0.95;
      letter-spacing: -0.06em;
    }

    .legal-hero h1 span {
      color: var(--primary);
    }

    .legal-hero p {
      max-width: 760px;
      margin: 0;
      color: var(--muted);
      font-size: clamp(1.08rem, 2vw, 1.24rem);
    }

    .legal-layout {
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 24px;
      align-items: start;
      padding-top: 34px;
      padding-bottom: 84px;
    }

    .legal-nav {
      position: sticky;
      top: 104px;
      background: rgba(255,255,255,0.78);
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 22px;
      box-shadow: 0 18px 52px rgba(47,38,28,0.07);
    }

    .legal-nav strong {
      display: block;
      margin-bottom: 14px;
      letter-spacing: -0.03em;
    }

    .legal-nav a {
      display: block;
      padding: 9px 0;
      color: var(--muted);
      font-weight: 800;
      font-size: 0.94rem;
      border-top: 1px solid rgba(234,223,212,0.72);
    }

    .legal-nav a:hover {
      color: var(--primary);
    }

    .legal-content {
      display: grid;
      gap: 18px;
    }

    .legal-card {
      background: rgba(255,255,255,0.82);
      border: 1px solid rgba(234,223,212,0.95);
      border-radius: var(--radius);
      padding: clamp(24px, 4vw, 36px);
      box-shadow: 0 18px 52px rgba(47,38,28,0.07);
      scroll-margin-top: 110px;
    }

    .legal-card h2 {
      font-size: clamp(1.55rem, 3vw, 2.35rem);
      line-height: 1.05;
      margin-bottom: 16px;
    }

    .legal-card h3 {
      margin: 22px 0 8px;
      font-size: 1.1rem;
      letter-spacing: -0.03em;
    }

    .legal-card p {
      margin: 0 0 14px;
      color: var(--muted);
    }

    .legal-card p:last-child {
      margin-bottom: 0;
    }

    .legal-card ul {
      margin: 0 0 16px;
      padding-left: 22px;
      color: var(--muted);
    }

    .legal-card li {
      margin: 7px 0;
    }

    .legal-card a {
      color: var(--primary-dark);
      font-weight: 900;
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-underline-offset: 3px;
    }

    .legal-notice {
      display: grid;
      grid-template-columns: 52px 1fr;
      gap: 14px;
      align-items: start;
      margin: 18px 0;
      padding: 18px;
      border-radius: 24px;
      background: #fffdf9;
      border: 1px solid rgba(234, 223, 212, 0.95);
    }

    .legal-notice-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: #fff0e6;
      font-size: 1.45rem;
    }

    .legal-notice strong {
      display: block;
      margin-bottom: 4px;
    }

    .legal-meta {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 24px;
    }

    .legal-pill {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 0 13px;
      border-radius: 999px;
      background: rgba(255,255,255,0.74);
      border: 1px solid var(--line);
      color: var(--muted);
      font-weight: 800;
      font-size: 0.92rem;
    }

    .legal-owner {
      margin: 16px 0;
      padding: 18px;
      border-radius: 24px;
      background: var(--secondary);
      color: white;
    }

    .legal-owner p {
      color: rgba(255,255,255,0.78);
      margin: 0;
    }

    .legal-owner strong {
      color: white;
    }

    .legal-warning {
      border-left: 6px solid var(--primary);
      background: rgba(255, 122, 61, 0.08);
      padding: 16px 18px;
      border-radius: 18px;
      margin: 18px 0;
    }

    .legal-warning p {
      margin: 0;
    }

    @media (max-width: 980px) {
      .legal-layout {
        grid-template-columns: 1fr;
      }

      .legal-nav {
        position: static;
      }
    }

    @media (max-width: 640px) {
      .legal-hero {
        padding-top: 46px;
      }

      .legal-layout {
        padding-bottom: 56px;
      }

      .legal-notice {
        grid-template-columns: 1fr;
      }
    }

/* SEO/content discovery blocks */
.related-section {
  padding: 64px 0;
  background: #f7f8f4;
  border-top: 1px solid rgba(26, 38, 31, 0.08);
}
.related-section h2 { margin: 8px 0 24px; }
.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.related-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
  padding: 18px 20px;
  border: 1px solid rgba(26, 38, 31, 0.12);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.related-links a:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(26, 38, 31, 0.08); }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  color: #536057;
  font-size: 0.9rem;
}
.article-meta span + span::before { content: "•"; margin-right: 18px; }
.article-related { margin-top: 56px; }
@media (max-width: 800px) {
  .related-links { grid-template-columns: 1fr; }
  .article-meta { display: grid; gap: 6px; }
  .article-meta span + span::before { content: none; }
}

/* Osobní odpovědnost provozovatele */
.owner-strip {
  padding: 28px 0 10px;
}
.owner-card,
.project-owner {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  background: #fffaf5;
  box-shadow: 0 18px 50px rgba(34, 31, 28, 0.05);
}
.owner-mark,
.project-owner-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: 10px solid #e6683a;
  border-radius: 50%;
  font-size: 38px;
  font-weight: 950;
  transform: rotate(-6deg);
}
.owner-copy h2,
.project-owner h2 {
  margin: 8px 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.owner-copy p,
.project-owner p {
  margin: 0;
}
.owner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}
.owner-email,
.project-owner a,
.footer-contact a {
  color: #c8532b;
  font-weight: 900;
}
.project-owner {
  margin-bottom: 72px;
}
.project-owner-contact {
  margin-top: 14px !important;
}
.footer-contact {
  margin-top: 6px !important;
}
@media (max-width: 640px) {
  .owner-card,
  .project-owner {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }
  .owner-mark,
  .project-owner-mark {
    width: 76px;
    height: 76px;
    border-width: 8px;
    font-size: 30px;
  }
  .owner-actions .btn {
    width: 100%;
  }
}
