* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #1c1f1d;
  background: #f6f5f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 6vw 1.5rem;
  background: #f6f5f1;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.brand {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-disclosure {
  font-size: 0.85rem;
  color: #5d665f;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav a {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus {
  border-color: #1c1f1d;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 6vw 4rem;
}

.hero-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero-text {
  max-width: 540px;
  padding: 1.5rem;
  background: #fff7ea;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.hero-text h1 {
  margin-top: 0;
  font-size: 2.6rem;
  line-height: 1.1;
}

.hero-media {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #c9d1c3;
}

.hero-media img {
  height: 420px;
}

.hero-overlay {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem 1.5rem;
  border-radius: 1rem;
}

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
}

.primary-btn {
  background: #1c1f1d;
  color: #f6f5f1;
}

.primary-btn:hover,
.primary-btn:focus {
  background: #333834;
}

.ghost-btn {
  background: transparent;
  color: #1c1f1d;
  border: 1px solid #1c1f1d;
}

.ghost-btn:hover,
.ghost-btn:focus {
  background: #1c1f1d;
  color: #f6f5f1;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3.5rem 6vw;
}

.section-muted {
  background: #eef0ea;
}

.section-dark {
  background: #1c1f1d;
  color: #f6f5f1;
}

.offset {
  margin-left: auto;
  max-width: 720px;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.split.reverse {
  flex-direction: column-reverse;
}

.image-frame {
  background-color: #cfd6c8;
  border-radius: 1.2rem;
  overflow: hidden;
}

.image-frame img {
  height: 280px;
}

.card-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.card img {
  height: 180px;
  border-radius: 0.9rem;
}

.tag {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: #1c1f1d;
  color: #f6f5f1;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.step {
  padding: 1.2rem;
  background: #fff7ea;
  border-radius: 1rem;
}

.floating-cta {
  position: sticky;
  top: 1.5rem;
  align-self: flex-start;
  background: #1c1f1d;
  color: #f6f5f1;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
}

.floating-cta:hover,
.floating-cta:focus {
  background: #3d423d;
}

.form-card {
  background: #ffffff;
  border-radius: 1.4rem;
  padding: 2rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 0.7rem 0.9rem;
  border-radius: 0.6rem;
  border: 1px solid #c3c8bf;
  font-size: 1rem;
}

.footer {
  padding: 2.5rem 6vw 3rem;
  background: #f6f5f1;
  font-size: 0.9rem;
  color: #5d665f;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 1rem 0;
}

.cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  max-width: 320px;
  padding: 1.2rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  z-index: 50;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.cookie-actions button {
  flex: 1;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.notice {
  padding: 1rem 1.2rem;
  border-left: 3px solid #1c1f1d;
  background: #eef0ea;
}

@media (min-width: 900px) {
  .hero-layout {
    flex-direction: row;
    align-items: flex-end;
  }

  .hero-text {
    margin-top: 4rem;
  }

  .split {
    flex-direction: row;
    align-items: center;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  .card-grid {
    flex-direction: row;
  }

  .card {
    flex: 1;
  }

  .steps {
    flex-direction: row;
  }

  .step {
    flex: 1;
  }
}
