*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1c1f23;
  background-color: #f7f7f5;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1c1f23;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6vw;
  background: #ffffff;
  border-bottom: 1px solid #e1e3e6;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.ad-disclosure {
  font-size: 0.78rem;
  color: #4a4f55;
  max-width: 240px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.main {
  flex: 1;
}

.section {
  padding: 70px 6vw;
}

.section-tight {
  padding: 50px 6vw;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-media {
  flex: 1 1 320px;
  min-width: 280px;
}

.hero {
  background: #101820;
  color: #f4f4f4;
}

.hero .button,
.hero .inline-link {
  color: #f4f4f4;
}

.hero-card {
  background: #1d2a35;
  padding: 24px;
  border-radius: 18px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 0.8rem;
  color: #a9b4bf;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  line-height: 1.2;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.4rem;
}

p {
  margin: 0 0 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #ffcb47;
  color: #1c1f23;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: #1c1f23;
  color: #ffffff;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.service-price {
  font-size: 1.2rem;
  font-weight: 700;
}

.image-box {
  background-color: #dfe4ea;
  border-radius: 16px;
  overflow: hidden;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.badge {
  padding: 8px 14px;
  background: #f0f1f3;
  border-radius: 999px;
  font-size: 0.85rem;
}

.highlight {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}

.callout {
  background: #fef6e0;
  border-left: 4px solid #ffcb47;
  padding: 20px 24px;
  border-radius: 12px;
}

.form-wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cfd3d8;
  font-size: 1rem;
}

.footer {
  padding: 40px 6vw;
  background: #101820;
  color: #d5d9de;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
}

.footer small {
  font-size: 0.8rem;
  color: #a4acb6;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 5;
}

.sticky-cta .button {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 6;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 20px;
  max-width: 320px;
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.two-column > div {
  flex: 1 1 280px;
}

.muted {
  color: #4a4f55;
}

.section-bg {
  background: #ffffff;
}

.section-dark {
  background: #1c1f23;
  color: #f5f5f5;
}

.section-dark .badge {
  background: #2f3439;
  color: #f5f5f5;
}

.section-image-bg {
  background-size: cover;
  background-position: center;
  background-color: #1c1f23;
  color: #ffffff;
  position: relative;
}

.bg-prepared {
  background-image: url("https://images.unsplash.com/photo-1472417583565-62e7bdeda490?w=1400&q=80");
}

.section-image-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.section-image-bg .section-content {
  position: relative;
  z-index: 1;
}

.pricing-table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pricing-item {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.list {
  padding-left: 18px;
  margin: 0;
}

.list li {
  margin-bottom: 8px;
}

.notice {
  background: #f9fafb;
  border-radius: 14px;
  padding: 16px 20px;
}

.contact-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width: 720px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .sticky-cta {
    right: 16px;
    left: 16px;
  }

  .sticky-cta .button {
    width: 100%;
  }
}
