* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1d1d1f;
  background: #f8f6f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.topbar {
  padding: 28px 0 10px;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  padding: 48px 0 90px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 40%;
  background: #181717;
  z-index: 0;
}

.hero-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  z-index: 1;
}

.hero-text {
  flex: 1 1 320px;
  color: #1d1d1f;
}

.hero-text h1 {
  font-size: clamp(32px, 4vw, 56px);
  margin: 0 0 20px;
}

.hero-text p {
  font-size: 18px;
  margin: 0 0 22px;
}

.hero-visual {
  flex: 1 1 320px;
  color: #f8f6f2;
  position: relative;
  padding: 20px;
}

.hero-visual img {
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #1d1d1f;
  color: #f8f6f2;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.cta-button.alt {
  background: #f1b24a;
  color: #1d1d1f;
}

.inline-cta {
  text-decoration: underline;
  font-weight: 600;
}

.section {
  padding: 70px 0;
}

.section.dark {
  background: #1d1d1f;
  color: #f8f6f2;
}

.section.accent {
  background: #efe8dd;
}

.section h2 {
  font-size: clamp(24px, 3vw, 40px);
  margin: 0 0 18px;
}

.section p {
  margin: 0 0 14px;
}

.split {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 300px;
}

.offset-block {
  position: relative;
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(33, 33, 33, 0.1);
}

.offset-block.shift {
  margin-top: -60px;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.timeline-item {
  padding: 18px 20px;
  border-left: 3px solid #f1b24a;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 12px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-row {
  margin-top: 28px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 16px 40px rgba(34, 34, 34, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-size: 20px;
  font-weight: 700;
}

.quote {
  padding: 24px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.form-panel {
  flex: 1 1 320px;
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.form-panel label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d7d2c9;
  font-size: 14px;
  margin-bottom: 16px;
}

.form-panel button {
  width: 100%;
  border: none;
  cursor: pointer;
}

.service-chooser {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-chooser button {
  border: 1px solid #1d1d1f;
  background: transparent;
  padding: 12px 16px;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}

.footer {
  padding: 50px 0 70px;
  background: #0f0f10;
  color: #f8f6f2;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
}

.sticky-cta a {
  background: #f1b24a;
  color: #1d1d1f;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  z-index: 60;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1 1 auto;
  border: none;
  border-radius: 999px;
  padding: 8px 10px;
  cursor: pointer;
}

.cookie-accept {
  background: #1d1d1f;
  color: #f8f6f2;
}

.cookie-reject {
  background: #ece6dc;
  color: #1d1d1f;
}

.page-hero {
  padding: 70px 0 40px;
}

.page-hero h1 {
  font-size: clamp(30px, 4vw, 46px);
  margin-bottom: 10px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.section-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.35), transparent);
}

@media (max-width: 800px) {
  .hero::before {
    inset: 45% 0 0 0;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .offset-block.shift {
    margin-top: 0;
  }
}
