* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  background: #f7f6f3;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: #ffffff;
  border-bottom: 1px solid #e5e1d6;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  color: #5c5c5c;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.nav-links a {
  padding: 6px 8px;
  border-radius: 999px;
}

.nav-links a:hover {
  background: #f0ede6;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 36px 0 60px;
}

.hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.hero-image {
  flex: 1;
  background: #e7e2d7;
  padding: 8px;
  border-radius: 18px;
}

.hero h1 {
  font-size: 44px;
  line-height: 1.15;
}

.hero p {
  font-size: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  color: #ffffff;
  font-weight: 600;
}

.btn-secondary {
  background: #ffffff;
  color: #1a1a1a;
}

.btn:hover {
  transform: translateY(-1px);
}

.split {
  display: flex;
  gap: 32px;
  padding: 50px 0;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1;
}

.split-media {
  background: #e7e2d7;
  border-radius: 16px;
  padding: 10px;
}

.split-text h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid #e5e1d6;
  margin-bottom: 12px;
}

.cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ebe6da;
}

.card-image {
  background: #e7e2d7;
  border-radius: 10px;
  overflow: hidden;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.cta-panel {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
  background: #1a1a1a;
  color: #ffffff;
  align-items: center;
  margin: 30px 0;
}

.cta-panel a {
  color: #ffffff;
}

.form-section {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #ebe6da;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cfc9bb;
  font-size: 14px;
}

.footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e5e1d6;
  font-size: 14px;
  color: #4c4c4c;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.footer-refs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #e5e1d6;
  max-width: 320px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.banner-actions {
  display: flex;
  gap: 10px;
}

.sticky-cta {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #0f6d4d;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 9;
}

.aside-note {
  background: #f0ede6;
  padding: 16px;
  border-radius: 12px;
}

.section-bg-one {
  background: #f0ede6;
}

.section-bg-two {
  background: #ffffff;
}

.bg-process {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: #ffffff;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: #ffffff;
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.two-column {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.two-column > div {
  flex: 1 1 260px;
}

.service-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.service-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ebe6da;
  gap: 16px;
}

.service-row strong {
  font-weight: 700;
}

@media (max-width: 900px) {
  .hero,
  .split {
    flex-direction: column;
  }
  .sticky-cta {
    left: 50%;
    transform: translateX(-50%);
  }
}
