* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1d1f;
  background: #f7f4f0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  position: relative;
  padding: 32px 8vw 24px;
}

.floating-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 28px;
  padding: 14px 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  max-width: 980px;
  margin: 0 auto;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 20px;
  transition: background 0.2s ease;
}

.nav-links a:hover {
  background: #f0e7dd;
}

.cta-primary {
  background: #1d1d1f;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-outline {
  border: 1px solid #1d1d1f;
  padding: 10px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.container {
  width: min(1100px, 88vw);
  margin: 0 auto;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  padding: 40px 0 20px;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
}

.hero-copy p {
  font-size: 1.05rem;
  color: #3c3c40;
}

.hero-image {
  flex: 1 1 280px;
  position: relative;
}

.hero-image img {
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.hero-card {
  position: absolute;
  bottom: -18px;
  left: -12px;
  background: #fff4ea;
  padding: 14px 18px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  font-size: 0.85rem;
  max-width: 220px;
}

.section {
  padding: 60px 0;
}

.section.asymmetric {
  position: relative;
  background: #fff;
  border-radius: 30px;
  margin: 30px auto;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
}

.section.asymmetric::before {
  content: "";
  position: absolute;
  inset: -20px 20px auto auto;
  width: 140px;
  height: 140px;
  background: #f6cbb2;
  border-radius: 30px;
  z-index: -1;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.split > div {
  flex: 1 1 280px;
}

.offset-block {
  background: #f0e7dd;
  padding: 26px;
  border-radius: 24px;
  transform: translateY(-18px);
}

.quote-band {
  background: #1d1d1f;
  color: #fff;
  padding: 44px 0;
}

.quote-band .container {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.quote {
  font-size: clamp(1.3rem, 3vw, 2rem);
  flex: 1 1 320px;
}

.quote-meta {
  font-size: 0.95rem;
  opacity: 0.8;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  padding: 22px;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  border-radius: 16px;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.price-card {
  flex: 1 1 260px;
  border: 1px solid #e3d9ce;
  padding: 24px;
  border-radius: 24px;
  background: #fffaf5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
}

.inline-cta {
  font-weight: 600;
  color: #7b4a2d;
  border-bottom: 1px solid #7b4a2d;
  display: inline-flex;
  align-self: flex-start;
}

.form-section {
  background: #efe9e2;
  border-radius: 32px;
  padding: 34px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d6c8bc;
  font-size: 1rem;
  background: #fff;
}

button {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 999px;
  padding: 12px 18px;
}

.btn-dark {
  background: #1d1d1f;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #ffdfb8;
  color: #1d1d1f;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  z-index: 20;
}

.footer {
  padding: 50px 0 60px;
  color: #534f49;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 16px 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  z-index: 30;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.page-hero {
  padding: 36px 0 20px;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.info-grid > div {
  flex: 1 1 240px;
  background: #fff;
  padding: 22px;
  border-radius: 20px;
}

.contact-block {
  background: #fff;
  padding: 26px;
  border-radius: 24px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 720px) {
  .floating-nav {
    flex-direction: column;
    gap: 12px;
  }

  .hero-card {
    position: static;
    transform: translateY(-10px);
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
    font-size: 0.85rem;
  }
}
