* {
  box-sizing: border-box;
}

:root {
  --ink: #1d1d1f;
  --muted: #5b5b63;
  --cream: #f5f1ea;
  --sand: #efe7dc;
  --accent: #0f5b55;
  --accent-light: #d7ece9;
  --highlight: #f7c59f;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.14);
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.image-frame {
  background: #e7ecec;
  border-radius: 18px;
  padding: 12px;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 6vw 12px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand-name {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav a {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent-light);
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 40px 6vw 30px;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-title {
  font-size: 2.6rem;
  margin: 0 0 16px;
  line-height: 1.1;
}

.hero-lead {
  font-size: 1.1rem;
  color: var(--muted);
}

.btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-media {
  flex: 1 1 320px;
  position: relative;
  padding: 22px;
  background: var(--sand);
  border-radius: 24px;
  transform: translateY(16px);
  box-shadow: var(--shadow);
}

.hero-media img {
  border-radius: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--accent);
  color: #ffffff;
}

.btn-outline {
  border-color: var(--accent);
  color: var(--accent);
}

.section {
  padding: 56px 6vw;
}

.section-tilted {
  background: var(--cream);
  transform: skewY(-1.2deg);
}

.section-tilted > * {
  transform: skewY(1.2deg);
}

.section-title {
  font-size: 1.9rem;
  margin: 0 0 16px;
}

.section-subtitle {
  color: var(--muted);
  max-width: 680px;
}

.asym-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow);
  flex: 1 1 240px;
  min-width: 230px;
}

.card img {
  border-radius: 16px;
  margin-bottom: 16px;
}

.card-tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--accent-light);
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.highlight-panel {
  background: var(--highlight);
  border-radius: 24px;
  padding: 26px;
  flex: 1 1 260px;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price {
  font-size: 1.3rem;
  font-weight: 700;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.section-note {
  margin-top: 18px;
}

.form-submit {
  margin-top: 16px;
}

.testimonial {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid #e2e2e8;
  flex: 1 1 200px;
}

.form-wrap {
  background: var(--accent-light);
  border-radius: 24px;
  padding: 32px;
}

.service-options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.service-option {
  border: 1px solid #c4d8d6;
  border-radius: 14px;
  padding: 12px 16px;
  flex: 1 1 180px;
  background: #ffffff;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input, select {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c9c9d4;
  font-size: 1rem;
}

.footer {
  margin-top: auto;
  padding: 32px 6vw 60px;
  background: #111114;
  color: #f6f6f9;
}

.footer a {
  color: inherit;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #cfcfd7;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  max-width: 360px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--shadow);
  z-index: 100;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 24, 39, 0.9);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 6vw;
  z-index: 90;
}

.sticky-cta a {
  color: #ffffff;
}

.legal-block {
  background: #f6f6f9;
  border-radius: 20px;
  padding: 24px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.contact-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  flex: 1 1 220px;
  box-shadow: var(--shadow);
}

@media (max-width: 720px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-title {
    font-size: 2rem;
  }
}
