* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
  background-color: #f8f6f3;
  line-height: 1.6;
}

a {
  color: #1f4b7a;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.site-header {
  background-color: #ffffff;
  padding: 24px 8vw 12px;
  border-bottom: 1px solid #e6e1da;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 13px;
  color: #6c4a2a;
  background-color: #f4ece3;
  padding: 6px 10px;
  border-radius: 16px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 15px;
}

main {
  padding: 40px 8vw 80px;
}

.hero,
.page-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  margin-bottom: 48px;
}

.hero-text {
  flex: 1 1 340px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.hero-media,
.model-visual,
.story-visual {
  flex: 1 1 320px;
}

.media-frame {
  background-color: #e7e0d6;
  border-radius: 20px;
  overflow: hidden;
}

.media-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.magazine-split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 48px;
}

.split-main {
  flex: 2 1 420px;
}

.split-aside {
  flex: 1 1 220px;
}

.aside-card {
  background-color: #fff8f0;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #efe4d6;
}

.story-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  padding: 28px;
  border-radius: 24px;
  margin-bottom: 48px;
}

.bg-library {
  background-color: #f0e9df;
  background-image: url("https://images.unsplash.com/photo-1472289065668-ce650ac443d2?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.story-text {
  flex: 1 1 320px;
  background-color: rgba(248, 246, 243, 0.92);
  padding: 20px;
  border-radius: 16px;
}

.testimonial {
  font-style: italic;
  margin-top: 16px;
}

.trust-section {
  margin-bottom: 48px;
}

.trust-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}

.trust-card {
  flex: 1 1 220px;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #eee3d6;
}

.model-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  margin-bottom: 48px;
}

.model-text {
  flex: 1 1 320px;
}

.pricing-section {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 24px;
  margin-bottom: 48px;
  border: 1px solid #efe4d6;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.price-card {
  flex: 1 1 220px;
  background-color: #f9f4ee;
  padding: 20px;
  border-radius: 18px;
}

.price {
  font-size: 22px;
  font-weight: 700;
  margin: 12px 0;
}

.urgency-note {
  margin-top: 20px;
  font-size: 14px;
  color: #5a4a3a;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}

.form-header {
  flex: 1 1 320px;
}

.lead-form {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #efe4d6;
}

label {
  font-weight: 600;
}

input,
select {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d8cfc3;
  font-size: 15px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #1f4b7a;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn:hover,
.btn:focus {
  background-color: #173b60;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #1f4b7a;
  color: #1f4b7a;
}

.btn-outline:hover,
.btn-outline:focus {
  background-color: #1f4b7a;
  color: #ffffff;
}

.btn-ghost {
  background-color: #f0e9df;
  color: #5a4634;
}

.btn-ghost:hover,
.btn-ghost:focus {
  background-color: #e3d8c9;
}

.inline-link {
  font-weight: 600;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}

.column {
  flex: 1 1 260px;
}

.highlight-box {
  background-color: #fff8f0;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid #efe4d6;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #efe4d6;
}

.service-price {
  font-weight: 700;
  font-size: 20px;
  color: #1f4b7a;
  align-self: center;
}

.cta-panel {
  background-color: #f0e9df;
  padding: 28px;
  border-radius: 22px;
}

.contact-hero {
  margin-bottom: 32px;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-card {
  flex: 1 1 220px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #efe4d6;
}

.legal-section {
  background-color: #ffffff;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid #efe4d6;
}

.thanks-hero {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 22px;
  border: 1px solid #efe4d6;
}

.selected-service {
  font-weight: 600;
  margin-top: 12px;
}

.site-footer {
  background-color: #1b1a18;
  color: #f8f6f3;
  padding: 32px 8vw 48px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}

.site-footer a {
  color: #f8d9b2;
  display: block;
  margin-top: 6px;
}

.disclaimer {
  font-size: 13px;
  color: #d8cfc3;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 360px;
  background-color: #ffffff;
  border: 1px solid #efe4d6;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  display: none;
  gap: 12px;
  z-index: 10;
}

.cookie-text {
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6c4a2a;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 5;
}

.sticky-cta:hover,
.sticky-cta:focus {
  background-color: #553820;
}

@media (max-width: 860px) {
  .site-header,
  main,
  .site-footer {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero,
  .page-hero,
  .model-section,
  .form-section {
    flex-direction: column;
  }

  .cookie-banner {
    left: 20px;
    right: 20px;
    max-width: none;
  }
}
