:root {
  --bg: #f7faff;
  --text: #0f172a;
  --muted: #52607a;
  --line: rgba(15, 23, 42, 0.08);
  --primary: #006bff;
  --primary-dark: #0050c7;
  --card: rgba(255,255,255,0.78);
  --shadow: 0 20px 60px rgba(8, 15, 52, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 18px;
}

.brand-logo { height: 40px; width: auto; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.96rem;
  color: #334155;
}
.main-nav a:hover { color: var(--primary); }
.menu-toggle { display: none; background: none; border: 0; padding: 0; }
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text);
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 90px;
}
.hero-media,
.hero-layer,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-layer {
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.hero-layer-one {
  background-image: url('https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1800&q=80');
}
.hero-layer-two {
  background-image: url('https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1800&q=80');
  clip-path: inset(0 46% 0 0);
}
.hero-overlay {
  background: linear-gradient(90deg, rgba(248,251,255,0.94) 0%, rgba(248,251,255,0.78) 34%, rgba(248,251,255,0.18) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.75fr;
  gap: 48px;
  align-items: center;
}
.hero-copy h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
  max-width: 760px;
}
.hero-copy p,
.section-head p,
.hero-card p,
.form-note { color: var(--muted); line-height: 1.7; }
.eyebrow {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 18px;
  border: 1px solid rgba(0,107,255,0.08);
}
.hero-actions,
.hero-badges,
.social-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-actions { margin-top: 28px; }
.hero-badges { margin-top: 26px; }
.hero-badges span,
.strip-inner span {
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  backdrop-filter: blur(8px);
}

.hero-card,
.price-card,
.signup-form,
.gallery-card,
.social-btn {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.55);
  padding: 26px;
  backdrop-filter: blur(14px);
}
.mini-label {
  display: inline-block;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 10px;
}
#heroRange {
  width: 100%;
  margin-top: 18px;
}
.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 16px 30px rgba(0,107,255,0.25);
}
.btn-primary:hover { background: var(--primary-dark); }
.btn-light,
.btn-outline {
  background: #fff;
  color: var(--text);
  border: 1px solid rgba(15,23,42,0.08);
}
.full { width: 100%; }

.section {
  padding: 96px 0;
}
.logos-strip { padding: 28px 0 10px; }
.strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head.center { text-align: center; margin-inline: auto; margin-bottom: 42px; }
.section-head h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.price-card {
  background: #fff;
  padding: 28px;
  border: 1px solid var(--line);
}
.price-card.featured {
  transform: translateY(-6px);
  border-color: rgba(0,107,255,0.2);
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}
.plan-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #274690;
  font-size: 0.78rem;
  font-weight: 700;
}
.plan-tag.accent { background: #dcebff; color: var(--primary-dark); }
.price-card h3 { margin: 16px 0 10px; font-size: 1.4rem; }
.price {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.price small {
  font-size: 1rem;
  color: var(--muted);
  font-weight: 600;
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.price-card li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: #334155;
}

.signup-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 26px;
  align-items: start;
}
.social-btn {
  border: 1px solid var(--line);
  background: #fff;
  padding: 18px 20px;
  min-width: 230px;
  font-weight: 700;
}
.signup-form {
  background: #fff;
  padding: 28px;
  border: 1px solid var(--line);
}
.signup-form label {
  display: block;
  margin-bottom: 16px;
}
.signup-form span {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="password"] {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.12);
  padding: 0 16px;
  background: #fff;
}
.checkbox-row {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
}
.checkbox-row span {
  margin: 0;
  font-weight: 500;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
  gap: 18px;
}
.gallery-card {
  overflow: hidden;
  background: #fff;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card { grid-column: span 4; grid-row: span 2; }
.gallery-card.tall { grid-row: span 4; }
.gallery-card.wide { grid-column: span 8; }

.site-footer {
  padding: 30px 0 46px;
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.footer-logo { height: 34px; width: auto; }

@media (max-width: 980px) {
  .main-nav,
  .desktop-cta { display: none; }
  .menu-toggle { display: block; }
  .hero-content,
  .pricing-grid,
  .signup-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 130px 0 80px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(248,251,255,0.96) 0%, rgba(248,251,255,0.88) 55%, rgba(248,251,255,0.35) 100%); }
  .gallery-card, .gallery-card.wide { grid-column: span 6; }
}

@media (max-width: 640px) {
  .section { padding: 78px 0; }
  .container { width: min(100% - 22px, 1180px); }
  .hero-copy h1 { font-size: 2.6rem; }
  .hero-badges,
  .social-boxes,
  .strip-inner { gap: 10px; }
  .social-btn { min-width: 100%; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
  .gallery-card,
  .gallery-card.wide,
  .gallery-card.tall { grid-column: span 2; grid-row: span 1; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
