:root {
  --green: #17b888;
  --green-2: #12a078;
  --blue: #4c7bd1;
  --purple: #7b3fe4;
  --ink: #1b1033;
  --ink-2: #241544;
  --ink-3: #2e1b55;
  --paper: #f4f2fa;
  --paper-2: #ffffff;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.1);
  --line-light: rgba(27, 16, 51, 0.1);
  --text: #f4f1fb;
  --text-dark: #1b1033;
  --muted: #b7b0c9;
  --muted-2: #8d86a3;
  --muted-dark: #5c5470;
  --white: #ffffff;
  --danger: #e35d6a;
  --radius: 22px;
  --radius-sm: 16px;
  --radius-lg: 28px;
  --shadow: 0 18px 48px rgba(27, 16, 51, 0.08);
  --shadow-dark: 0 24px 60px rgba(8, 4, 20, 0.45);
  --max: 1180px;
  --nav-h: 76px;
  --font-d: "Syne", sans-serif;
  --font-b: "Nunito", "Outfit", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-b);
  background: var(--paper);
  color: var(--text-dark);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
  font-family: inherit;
}

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--green);
  color: var(--ink);
  padding: 8px 14px;
  z-index: 10000;
  border-radius: 999px;
}

.skip:focus {
  left: 8px;
}

.bg-mesh,
.bg-grain {
  display: none;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: var(--nav-h);
  backdrop-filter: blur(18px);
  background: rgba(244, 242, 250, 0.92);
  border-bottom: 1px solid var(--line-light);
}

.nav {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-d);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  color: var(--ink);
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand small {
  font-family: var(--font-b);
  font-weight: 400;
  letter-spacing: 0.18em;
  font-size: 0.62rem;
  color: var(--muted-dark);
}

.nav-links {
  display: none;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav-links a {
  font-size: 0.86rem;
  color: var(--muted-dark);
  padding: 8px 10px;
  border-radius: 999px;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
  background: rgba(123, 63, 228, 0.08);
}

.nav-cta {
  display: none;
}

.menu-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-light);
  background: var(--white);
  border-radius: 14px;
  display: grid;
  place-items: center;
  gap: 5px;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
}

.mobile-panel {
  display: none;
  position: fixed;
  inset: var(--nav-h) 0 0 0;
  background: rgba(244, 242, 250, 0.98);
  z-index: 79;
  padding: 24px 20px 120px;
  overflow: auto;
}

.mobile-panel.open {
  display: block;
}

.mobile-panel a {
  display: block;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line-light);
  font-size: 1.05rem;
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--green), #1ed6a0);
  color: #06281f;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(23, 184, 136, 0.28);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--text);
}

.section-light .btn-ghost,
.page-hero-light .btn-ghost {
  border-color: var(--line-light);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: rgba(123, 63, 228, 0.4);
}

.btn-blue {
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: var(--white);
}

.hero {
  padding: 56px 0 64px;
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(123, 63, 228, 0.28), transparent 55%),
    radial-gradient(700px 480px at 95% 8%, rgba(23, 184, 136, 0.18), transparent 50%),
    var(--ink);
  color: var(--text);
}

.hero .lede,
.hero .muted {
  color: var(--muted);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}

.kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(23, 184, 136, 0.18);
}

h1,
h2,
h3,
.display {
  font-family: var(--font-d);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.1rem, 7vw, 4.4rem);
  max-width: 16ch;
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  margin-bottom: 12px;
}

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

.lede {
  font-size: 1.08rem;
  color: var(--muted-dark);
  max-width: 58ch;
}

.hero-open {
  font-family: var(--font-b);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: var(--green);
  max-width: 36ch;
  margin-bottom: 18px;
  line-height: 1.35;
}

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

.hero-art {
  margin-top: 36px;
  border: 1px solid var(--line);
  background: #070414;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
  isolation: isolate;
  clip-path: inset(0 round 28px);
}

.hero-art img {
  position: absolute;
  inset: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center 42%;
  opacity: 0.88;
}

.section {
  padding: 80px 0;
}

.section-light {
  background: var(--paper);
  color: var(--text-dark);
}

.section-white {
  background: var(--paper-2);
  color: var(--text-dark);
}

.section-dark {
  background:
    radial-gradient(700px 420px at 90% 0%, rgba(123, 63, 228, 0.22), transparent 55%),
    var(--ink);
  color: var(--text);
}

.section-dark .muted,
.section-dark .lede {
  color: var(--muted);
}

.section-head {
  max-width: 680px;
  margin-bottom: 36px;
}

.muted {
  color: var(--muted-dark);
}

.section-dark .muted {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 16px;
}

.grid-2 {
  grid-template-columns: 1fr;
}

.grid-3,
.grid-4 {
  grid-template-columns: 1fr;
}

.card {
  background: var(--paper-2);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.section-dark .card {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-dark);
}

.card:hover {
  border-color: rgba(23, 184, 136, 0.45);
}

.icon-dot {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(23, 184, 136, 0.2), rgba(123, 63, 228, 0.16));
  color: var(--green);
  font-family: var(--font-d);
  font-weight: 700;
}

.not-list,
.yes-list {
  list-style: none;
  display: grid;
  gap: 10px;
}

.not-list li,
.yes-list li {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--line-light);
  background: var(--paper-2);
}

.section-dark .not-list li,
.section-dark .yes-list li {
  border-color: var(--line);
  background: var(--surface);
}

.not-list li {
  color: #9a3d48;
}

.section-dark .not-list li {
  color: #f0c7cc;
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 14px;
}

.steps article {
  counter-increment: step;
  position: relative;
  padding-left: 0;
}

.steps article .icon-dot::before {
  content: counter(step);
}

.faq details {
  border: 1px solid var(--line-light);
  background: var(--paper-2);
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 10px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details p {
  margin-top: 10px;
  color: var(--muted-dark);
}

.cta-band {
  border-radius: 28px;
  padding: 36px 24px;
  background:
    linear-gradient(135deg, rgba(23, 184, 136, 0.16), rgba(123, 63, 228, 0.2)),
    var(--ink-2);
  border: 1px solid var(--line);
  text-align: center;
  color: var(--text);
}

.cta-band h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.cta-band .muted {
  color: var(--muted);
}

.cta-band .hero-actions {
  justify-content: center;
}

.cta-band .btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--text);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 48px 0 120px;
  color: var(--muted);
  background: var(--ink);
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand small {
  color: var(--muted);
}

.foot-grid {
  display: grid;
  gap: 28px;
}

.foot-grid h3 {
  color: var(--white);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.foot-grid a {
  display: block;
  margin: 8px 0;
  color: var(--muted);
}

.foot-grid a:hover {
  color: var(--white);
}

.disclaimer {
  font-size: 0.82rem;
  color: var(--muted-2);
  margin-top: 28px;
}

.foot-legal {
  margin-top: 28px;
  font-size: 0.86rem;
}

.foot-legal a {
  display: inline;
  color: var(--muted);
}

.wa-float,
.ig-float {
  position: fixed;
  right: 16px;
  z-index: 70;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-dark);
}

.wa-float {
  bottom: 76px;
  background: #25d366;
  color: #06281f;
}

.ig-float {
  bottom: 16px;
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  color: white;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 75;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(27, 16, 51, 0.92);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(16px);
  display: flex;
  gap: 10px;
}

.mobile-cta .btn {
  flex: 1;
}

.form {
  display: grid;
  gap: 14px;
}

label {
  font-size: 0.86rem;
  color: var(--muted-dark);
  display: grid;
  gap: 6px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid var(--line-light);
  background: var(--white);
  color: var(--ink);
  padding: 12px 14px;
  font-size: 1rem;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--muted-dark);
}

.check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.note {
  font-size: 0.86rem;
  color: var(--muted-dark);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.badge {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--muted);
}

.page-hero {
  padding: 56px 0 48px;
  background:
    radial-gradient(800px 420px at 8% -20%, rgba(123, 63, 228, 0.28), transparent 55%),
    radial-gradient(600px 380px at 95% 10%, rgba(23, 184, 136, 0.16), transparent 50%),
    var(--ink);
  color: var(--text);
}

.page-hero .lede {
  color: var(--muted);
}

.prose {
  max-width: 70ch;
}

.prose p,
.prose ul {
  margin: 12px 0;
  color: var(--muted-dark);
}

.prose ul {
  padding-left: 18px;
}

.prose h2,
.prose h3 {
  margin-top: 28px;
  color: var(--ink);
}

.cookie {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 84px;
  z-index: 90;
  background: #2a184c;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px;
  display: none;
  box-shadow: var(--shadow-dark);
  color: var(--text);
}

.cookie.open {
  display: block;
}

.cookie p {
  color: var(--muted);
  font-size: 0.88rem;
  margin-bottom: 12px;
}

.topics a.card {
  display: block;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.photo-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line-light);
  box-shadow: var(--shadow);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-split {
  display: grid;
  gap: 28px;
  align-items: center;
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line-light);
  background: var(--paper-2);
  box-shadow: var(--shadow);
}

table.catalog {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 0.95rem;
}

table.catalog th,
table.catalog td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line-light);
  vertical-align: top;
}

table.catalog th {
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-d);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

table.catalog tr:last-child td {
  border-bottom: 0;
}

table.catalog td:last-child {
  white-space: nowrap;
  font-weight: 700;
  color: var(--purple);
}

.kit-price {
  font-family: var(--font-d);
  font-size: 1.15rem;
  color: var(--purple);
  margin-top: 10px;
}

.compliance-note {
  font-size: 0.9rem;
  color: var(--muted-dark);
  border-left: 4px solid var(--green);
  padding: 12px 16px;
  background: rgba(23, 184, 136, 0.08);
  border-radius: 0 16px 16px 0;
}

.layout-cta {
  background: var(--ink);
}

@media (min-width: 860px) {
  .nav-links,
  .nav-cta {
    display: flex;
  }

  .menu-btn,
  .mobile-cta {
    display: none;
  }

  .grid-2 {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero {
    padding: 80px 0 72px;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
  }

  .hero-art {
    margin-top: 0;
  }

  .photo-split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
  }

  .photo-split.reverse {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .photo-split.reverse .photo-frame {
    order: -1;
  }

  .foot-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }

  .cookie {
    left: auto;
    right: 20px;
    bottom: 20px;
    width: 380px;
  }

  .wa-float {
    bottom: 84px;
  }

  .ig-float {
    bottom: 24px;
  }

  .site-footer {
    padding-bottom: 48px;
  }
}
