* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-body);
  background: #ffffff;
  font-size: 16px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.brand-text {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-ink);
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(35px, 6vw, 68px);
  line-height: 1.02;
}

h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
}

h3,
h4 {
  font-size: 20px;
  line-height: 1.25;
}

p,
li,
a,
button,
input,
textarea {
  font-size: 16px;
}

.nav-link {
  font-size: 18px;
  color: #0f172a;
  transition: color 180ms ease;
}

.nav-link:hover {
  color: var(--color-primary-dark);
}

.glass-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(33, 181, 246, 0.18);
  backdrop-filter: blur(18px);
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-2));
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(33, 181, 246, 0.35);
}

.brand-text {
  font-size: 24px;
  font-weight: 900;
}

.btn-primary,
.btn-secondary,
.phone-pill {
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(8, 125, 178, 0.28);
}

.btn-primary:hover,
.phone-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(8, 125, 178, 0.35);
}

.btn-secondary {
  color: #07384d;
  background: #ffffff;
  border: 1px solid rgba(33, 181, 246, 0.32);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(8, 125, 178, 0.13);
}

.phone-pill {
  background: var(--color-dark);
  color: #ffffff;
}

.hero-shell {
  background: radial-gradient(circle at 12% 20%, rgba(88, 201, 250, 0.24), transparent 30%), linear-gradient(135deg, #eef9ff 0%, #ffffff 44%, #ddf5ff 100%);
  border: 1px solid rgba(33, 181, 246, 0.22);
  box-shadow: var(--shadow-soft);
}

.hero-image-wrap {
  min-height: 100%;
  background: linear-gradient(135deg, rgba(33, 181, 246, 0.18), rgba(7, 25, 38, 0.04));
}

.hero-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.stars {
  color: #f59e0b;
  letter-spacing: 0.08em;
}

.trust-badges img {
  width: auto;
  height: 48px;
  max-width: 118px;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid rgba(33, 181, 246, 0.28);
  background: #ffffff;
  padding: 5px;
}

.section-sticker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e8f8ff;
  color: #07384d;
  border: 1px solid rgba(33, 181, 246, 0.24);
  font-weight: 800;
}

.sticker-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
}

.light-line {
  position: relative;
  overflow: hidden;
}

.light-line::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(88, 201, 250, 0.18) 42%, transparent 72%);
  transform: translateX(-100%);
  animation: scan 7s ease-in-out infinite;
}

@keyframes scan {
  0%, 35% { transform: translateX(-100%); }
  70%, 100% { transform: translateX(100%); }
}

.reason-card,
.service-card,
.review-card,
.faq-card,
.process-card {
  border: 1px solid rgba(33, 181, 246, 0.18);
  border-radius: var(--radius-md);
  background: #ffffff26;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.reason-card:hover,
.service-card:hover,
.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 181, 246, 0.45);
  box-shadow: 0 26px 58px rgba(8, 125, 178, 0.14);
}

.service-card img,
.reason-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 16px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 65%) minmax(280px, 35%);
  gap: 32px;
  align-items: center;
}

.split-section.reverse {
  grid-template-columns: minmax(280px, 35%) minmax(0, 65%);
}

.split-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.dark-band {
  background: radial-gradient(circle at 12% 10%, rgba(88, 201, 250, 0.18), transparent 32%), linear-gradient(135deg, #071926 0%, #0b3345 100%);
  color: #ffffff;
}

.dark-band h2,
.dark-band h3,
.dark-band h4 {
  color: #ffffff;
}

.dark-band p,
.dark-band li {
  color: #e8f8ff;
}

.review-track {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-slide {
  scroll-snap-align: start;
  min-width: 88%;
}

.faq-card summary {
  cursor: pointer;
  color: var(--color-ink);
  font-weight: 900;
}

.mobile-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
  pointer-events: none;
}

.mobile-sticky-call.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

footer {
  font-size: 14px;
}

footer p,
footer a,
footer li {
  font-size: 14px;
}

@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 70%;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  .split-section,
  .split-section.reverse {
    grid-template-columns: 1fr;
  }

  .trust-badges img {
    height: 44px;
    max-width: 96px;
  }
}

@media (min-width: 768px) {
  [data-menu-button],
  [data-mobile-menu],
  .mobile-sticky-call {
    display: none !important;
  }

  .review-slide {
    min-width: 48%;
  }
}

@media (min-width: 1024px) {
  .review-slide {
    min-width: 32%;
  }
}
