* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a35;
  background-color: #f7f8fb;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.page {
  overflow-x: hidden;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6vw;
  background: #ffffff;
  border-bottom: 1px solid #e5e9ef;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #5c6b78;
  max-width: 220px;
  text-align: right;
}

.section {
  padding: 70px 6vw;
}

.section.alt {
  background: #ffffff;
}

.section.dark {
  background: #10161d;
  color: #f1f4f8;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1 1 320px;
}

.panel.small {
  flex: 0 1 280px;
}

.eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #5a6b7b;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  margin-bottom: 18px;
}

h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 16px;
  color: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1f2a35;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button.secondary {
  background: #ffffff;
  color: #1f2a35;
  border: 1px solid #d5dde6;
}

.button.ghost {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(15, 23, 34, 0.15);
}

.image-frame {
  background-color: #dfe6ee;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame.large {
  border-radius: 28px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(15, 23, 34, 0.08);
}

.card img {
  width: 120px;
  height: 90px;
  border-radius: 12px;
}

.price-tag {
  font-weight: 700;
  color: #1f2a35;
  margin-top: 4px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1f2a35;
  background: #eef2f7;
  padding: 6px 12px;
  border-radius: 999px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step {
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 14px;
  border-left: 4px solid #1f2a35;
}

.form-wrapper {
  background: #ffffff;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(15, 23, 34, 0.1);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d7dee6;
  font-size: 14px;
  font-family: inherit;
}

.form-message {
  font-size: 13px;
  color: #b3261e;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.testimonial {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
}

.bg-tech {
  background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-orbit {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.inline-link {
  font-weight: 600;
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
}

.footer {
  padding: 40px 6vw;
  background: #0f141b;
  color: #e6ebf2;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer a {
  color: #e6ebf2;
}

.legal {
  font-size: 12px;
  color: #c1cad6;
  margin-top: 18px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 14px 34px rgba(15, 23, 34, 0.2);
  z-index: 120;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.table-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border-radius: 16px;
}

.muted {
  color: #5c6b78;
}

.notice {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #e1e7ef;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}

.reference-list a {
  text-decoration: underline;
}

@media (max-width: 860px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ad-label {
    text-align: left;
    max-width: none;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }
}
