:root {
  --ink: #17202a;
  --muted: #667085;
  --line: #e8edf3;
  --panel: #ffffff;
  --soft: #f7f9fc;
  --pink: #ff3c93;
  --pink-dark: #d91f75;
  --blue: #54c7ff;
  --cyan: #24e1d2;
  --dark: #07111b;
  --shadow: 0 24px 70px rgba(23, 32, 42, 0.11);
}

* {
  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(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 48%, #ffffff 100%);
  letter-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(232, 237, 243, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--ink);
  white-space: nowrap;
}

.nav {
  display: flex;
  gap: clamp(14px, 2.4vw, 32px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.nav a:hover {
  color: var(--pink-dark);
}

.section-band,
.product-strip,
.split-band,
.gallery-band,
.contact-band {
  padding: clamp(54px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  min-height: calc(100vh - 74px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 18%, rgba(84, 199, 255, 0.22), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(255, 60, 147, 0.13), transparent 34%),
    #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--pink-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(3.1rem, 7vw, 7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.lead,
.section-intro p,
.split-copy p,
.contact-band p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.24rem);
  line-height: 1.7;
}

.hero-copy {
  max-width: 760px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.button:hover,
.contact-link:hover {
  transform: translateY(-2px);
}

.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), #ff72b3);
  box-shadow: 0 14px 32px rgba(255, 60, 147, 0.24);
}

.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.hero-panel,
.device-frame,
.gallery-grid figure {
  background: linear-gradient(180deg, #ffffff, #f6f9ff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: clamp(14px, 2.2vw, 24px);
  max-width: 430px;
  justify-self: center;
}

.hero-panel img,
.device-frame img,
.gallery-grid img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.product-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.section-intro {
  max-width: 680px;
}

.section-intro.compact {
  margin-bottom: 28px;
}

.feature-rows {
  display: grid;
  gap: 12px;
}

.feature-rows article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-rows span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--dark);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 8px;
  font-weight: 900;
}

.feature-rows p,
.check-list,
.gallery-grid figcaption,
.site-footer {
  color: var(--muted);
  line-height: 1.6;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 0.88fr);
  gap: clamp(30px, 7vw, 88px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.image-right {
  grid-template-columns: minmax(0, 0.9fr) minmax(270px, 0.64fr);
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.device-frame {
  padding: 16px;
  max-width: 390px;
  justify-self: center;
}

.device-frame.tall {
  max-width: 410px;
}

.split-copy {
  max-width: 660px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.stat-grid div {
  padding: 18px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.stat-grid strong {
  display: block;
  color: var(--pink-dark);
  font-size: 1.18rem;
}

.stat-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--blue));
}

.gallery-band {
  background: var(--dark);
  color: #fff;
}

.gallery-band .section-intro p,
.gallery-grid figcaption {
  color: rgba(255, 255, 255, 0.7);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 30px);
}

.gallery-grid figure {
  margin: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.gallery-grid figcaption {
  padding: 14px 4px 2px;
  font-size: 0.98rem;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 60, 147, 0.08), rgba(84, 199, 255, 0.12)),
    #fff;
  border-bottom: 1px solid var(--line);
}

.contact-band h2 {
  max-width: 760px;
}

.contact-link {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(23, 32, 42, 0.18);
  white-space: nowrap;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: #fff;
  font-size: 0.95rem;
}

.site-footer a {
  color: var(--pink-dark);
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header,
  .site-footer,
  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .product-strip,
  .split-band,
  .image-right,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .image-right .device-frame {
    order: -1;
  }

  .hero-panel,
  .device-frame {
    max-width: min(430px, 100%);
  }

  .contact-link {
    white-space: normal;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section-band,
  .product-strip,
  .split-band,
  .gallery-band,
  .contact-band {
    padding: 44px 18px;
  }

  .site-header {
    padding: 16px 18px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .feature-rows article {
    grid-template-columns: 1fr;
  }

  .stat-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid figure,
  .hero-panel,
  .device-frame {
    padding: 10px;
  }
}

/* Generator safety overrides */
h1,
.hero h1,
[class*="hero"] h1 {
  font-size: clamp(2.35rem, 5vw, 4rem) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  h1,
  .hero h1,
  [class*="hero"] h1 {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
    line-height: 1.08 !important;
  }
}

.user-policy-section {
  background: #f7f7fb !important;
  color: #191927 !important;
  padding: 56px 18px !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.user-policy-inner {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 56px 72px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.user-policy-inner h2 {
  margin: 0 0 48px !important;
  color: #10101f !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  font-weight: 900 !important;
}

.user-policy-inner h3 {
  margin: 34px 0 14px !important;
  color: #000 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
}

.user-policy-inner p {
  margin: 0 0 14px !important;
  color: #555 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.user-policy-inner a {
  color: #d83260 !important;
  text-decoration: underline !important;
}

@media (max-width: 720px) {
  .user-policy-inner {
    padding: 34px 22px !important;
  }
}
