*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f262f;
  background: #f6f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.sidebar {
  background: #141820;
  color: #f8f6f3;
  padding: 28px 24px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px;
}

.brand span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c7c0b6;
}

.brand strong {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
}

.nav a {
  padding: 8px 0;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 24px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: #f25b3c;
  color: #fff;
  box-shadow: 0 16px 24px rgba(242, 91, 60, 0.2);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.btn-dark {
  background: #1f262f;
  color: #fff;
}

.btn:hover {
  transform: translateY(-1px);
}

.main {
  flex: 1;
  padding: 32px 6vw 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section {
  background: #fff;
  border-radius: 28px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.section.alt {
  background: #eef0f4;
}

.section.dark {
  background: #1f262f;
  color: #f8f6f3;
}

.section.split {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section .eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #a06b5a;
}

.section.dark .eyebrow {
  color: #ffb99a;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fef7f1;
}

.hero-visual {
  min-height: 220px;
  border-radius: 24px;
  background-image: url("https://images.unsplash.com/photo-1519710164239-da123dc03ef4?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.hero h1 {
  font-size: 2.4rem;
  margin: 0;
}

.hero p {
  margin: 0;
  font-size: 1.05rem;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  background: #cfb6b6;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #e4dfd7;
  font-size: 0.85rem;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(31, 38, 47, 0.06);
}

.service-card img {
  border-radius: 16px;
  height: 150px;
  object-fit: cover;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f25b3c;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f25b3c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.testimonial strong {
  font-size: 1.1rem;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e5e0d8;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d8d2c8;
  font-size: 1rem;
  font-family: inherit;
}

.form-note {
  font-size: 0.85rem;
  color: #575e66;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 10;
  background: #1f262f;
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 20px 40px rgba(31, 38, 47, 0.18);
  display: flex;
  align-items: center;
  gap: 10px;
}

.sticky-cta span {
  font-weight: 600;
}

.footer {
  padding: 32px 6vw 40px;
  background: #141820;
  color: #d8d2c8;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 320px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(31, 38, 47, 0.18);
  z-index: 12;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.media-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.media-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(31, 38, 47, 0.08);
  display: flex;
  flex-direction: column;
}

.media-card img {
  height: 180px;
  object-fit: cover;
}

.media-card div {
  padding: 16px;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 900px) {
  .layout {
    flex-direction: row;
  }

  .sidebar {
    width: 250px;
    display: flex;
    flex-direction: column;
  }

  .main {
    padding: 40px 6vw 90px;
  }

  .section.split {
    flex-direction: row;
    align-items: center;
  }

  .section.split .text {
    flex: 1;
  }

  .section.split .visual {
    flex: 1;
  }

  .service-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card {
    flex: 1 1 calc(50% - 16px);
  }

  .media-row {
    flex-direction: row;
  }

  .media-card {
    flex: 1;
  }

  .contact-grid {
    flex-direction: row;
  }
}
