:root {
  --ink: #101417;
  --muted: #4f5b62;
  --light: #f4f6f8;
  --brand: #1f6aa5;
  --accent: #e6b34c;
  --shadow: rgba(16, 20, 23, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 18px 0;
  border-bottom: 1px solid #e7ebef;
}

.topbar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
  border: 1px solid #d6dde3;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
}

.section {
  padding: 70px 0;
}

.section.light {
  background: var(--light);
}

.hero {
  padding: 90px 0 120px;
  color: #fff;
  background-color: #1d2d3b;
  background-image: url("https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  background: rgba(16, 20, 23, 0.62);
  padding: 60px;
  max-width: 640px;
  margin-left: 5%;
}

.hero h1 {
  margin: 0 0 16px;
  font-size: 2.6rem;
  line-height: 1.2;
}

.hero p {
  margin: 0 0 24px;
  color: #f1f4f7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
}

.button.primary {
  background: var(--accent);
  color: var(--ink);
}

.button.ghost {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .panel {
  flex: 1 1 320px;
}

.panel.offset {
  margin-left: 6%;
}

.image-frame {
  background-color: #dfe6eb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 40px var(--shadow);
}

.image-frame img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 16px 30px var(--shadow);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  height: 160px;
}

.price {
  font-weight: 700;
  color: var(--brand);
}

.tagline {
  font-size: 0.95rem;
  color: var(--muted);
}

.cta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  background: #0f1f2a;
  color: #fff;
  padding: 24px;
  border-radius: 18px;
}

.cta-strip a {
  color: #fff;
  text-decoration: underline;
}

.form-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 35px var(--shadow);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccd6dd;
  font-size: 1rem;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-list strong {
  font-weight: 600;
}

.footer {
  padding: 50px 0;
  background: #101417;
  color: #f2f4f6;
}

.footer a {
  color: #f2f4f6;
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #c5cbd1;
  max-width: 900px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--brand);
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 999px;
  box-shadow: 0 16px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 20;
}

.banner {
  background: #122233;
  color: #fff;
  padding: 50px 0;
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.banner .container {
  background: rgba(15, 20, 24, 0.7);
  padding: 40px;
  border-radius: 18px;
}

.split .list {
  margin: 0;
  padding-left: 18px;
}

.legal-hero {
  padding: 60px 0;
  background: #f3f5f7;
}

.legal-hero .split {
  align-items: flex-start;
}

.notice {
  background: #fff3d6;
  border-left: 4px solid var(--accent);
  padding: 14px 16px;
}

#cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 18px 30px var(--shadow);
  width: min(360px, 90%);
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1 1 50%;
  border: none;
  border-radius: 999px;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 600;
}

.accept {
  background: var(--brand);
  color: #fff;
}

.reject {
  background: #e2e6ea;
  color: #1b242a;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 12px;
}

.muted {
  color: var(--muted);
}

@media (max-width: 840px) {
  .hero-overlay {
    margin: 0 auto;
  }

  .panel.offset {
    margin-left: 0;
  }

  .sticky-cta {
    right: 10px;
    bottom: 10px;
  }
}
