:root {
  --hot-red: #e30613;
  --hot-pink: #ec008c;
  --dark: #090909;
  --dark-2: #161618;
  --white: #ffffff;
  --gray: #f6f6f7;
  --gray-2: #ededef;
  --text: #1a1a1c;
  --muted: #5b5b62;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 6px 18px rgba(8, 8, 8, 0.06);
  --shadow-md: 0 14px 34px rgba(8, 8, 8, 0.12);
  --shadow-lg: 0 26px 60px rgba(8, 8, 8, 0.22);
  --grad-hot: linear-gradient(135deg, var(--hot-red) 0%, var(--hot-pink) 100%);
  --grad-hot-soft: linear-gradient(135deg, rgba(227, 6, 19, 0.92), rgba(236, 0, 140, 0.92));
  /* מרווח גלילה לעוגן — מתחת ל-header דביק */
  --anchor-offset: calc(5.5rem + env(safe-area-inset-top, 0px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Heebo", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
  position: relative;
}

.section {
  padding: 4.5rem 0;
}

.gray-bg {
  background: var(--gray);
}

.narrow {
  width: min(780px, 92%);
}

/* ==================== Header ==================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled,
.site-header.static {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(8, 8, 8, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: space-between;
  padding: 0.55rem 0;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  line-height: 1;
  text-align: center;
}

.logo img {
  width: 54px;
  height: auto;
}

.logo-sub {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.main-nav {
  display: none;
  gap: 1.5rem;
}

.main-nav a {
  font-weight: 600;
  color: #2a2a2e;
  position: relative;
}

.main-nav a:hover {
  color: var(--hot-red);
}

/* ==================== Buttons ==================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  padding: 0.72rem 1.25rem;
  font-weight: 700;
  font-family: inherit;
  font-size: 0.98rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, background 0.18s ease;
  text-align: center;
  white-space: nowrap;
}

.btn-lg {
  padding: 0.95rem 1.6rem;
  font-size: 1.05rem;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible,
button:focus-visible,
input:focus-visible,
.faq-trigger:focus-visible {
  outline: 3px solid rgba(236, 0, 140, 0.4);
  outline-offset: 2px;
}

.btn-primary {
  background: var(--grad-hot);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(227, 6, 19, 0.32);
}

.btn-primary:hover {
  box-shadow: 0 18px 34px rgba(227, 6, 19, 0.4);
}

.btn-outline {
  border: 2px solid var(--hot-red);
  color: var(--hot-red);
  background: transparent;
}

.btn-call {
  background: var(--dark);
  color: var(--white);
  font-variant-numeric: tabular-nums;
}

.btn-call:hover {
  background: #000;
}

.btn-light {
  background: var(--white);
  color: var(--hot-red);
}

.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: var(--white);
  background: transparent;
}

.btn-ghost-light {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
}

.btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.22);
}

.btn-block {
  width: 100%;
}

/* ==================== Hero ==================== */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 3.2rem 0 4rem;
  isolation: isolate;
  background:
    radial-gradient(1100px 520px at 90% -10%, rgba(236, 0, 140, 0.55), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(227, 6, 19, 0.55), transparent 60%),
    linear-gradient(135deg, #0a0a0a 0%, #1a1a1d 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 35%, transparent 70%);
  z-index: -1;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-content .badge {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: rgba(227, 6, 19, 0.1);
  color: var(--hot-red);
}

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

.badge.light {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

h1,
h2,
h3 {
  color: #111;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.hero h1 {
  color: #fff;
  font-weight: 900;
  margin: 0 0 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  font-size: clamp(2rem, 7.5vw, 3.6rem);
}

.h1-line {
  display: inline-block;
}

.h1-price {
  display: inline-flex;
  align-items: baseline;
  background: var(--grad-hot);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.6rem, 11vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

/* מותג בכותרת (טקסט במקום מחיר) */
.h1-price--brand {
  font-size: clamp(1.85rem, 7.5vw, 3.15rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@media (max-width: 380px) {
  .h1-price--brand {
    white-space: normal;
  }
}

.price-cur {
  font-size: 0.6em;
  margin-inline-start: 0.1em;
}

.h1-tail {
  font-size: 0.6em;
  font-weight: 700;
  opacity: 0.85;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.32rem; /* 20% מעל 1.1rem */
  margin: 0.5rem 0 1.5rem;
  max-width: 540px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1rem;
  max-width: 520px;
}

/* רשימת בולטים בהירו — מוסתרת במובייל, מוצגת ממסכים רחבים */
.hero .feature-list {
  display: none;
}

.feature-list li {
  position: relative;
  padding-right: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.feature-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.45rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: var(--grad-hot);
}

.feature-list li::after {
  content: "";
  position: absolute;
  right: 0.18rem;
  top: 0.62rem;
  width: 0.55rem;
  height: 0.3rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

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

.micro-trust {
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.micro-trust .dot {
  opacity: 0.55;
}

/* ==================== Lead card ==================== */
#leadFormCard {
  scroll-margin-top: var(--anchor-offset);
  scroll-margin-bottom: 1rem;
}

.lead-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
  padding: 1.4rem;
  position: relative;
  overflow: hidden;
}

.lead-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: var(--grad-hot);
}

.lead-card-head h2 {
  margin: 0.3rem 0 0.9rem;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 800;
}

.lead-card-head p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.phone-cta {
  font-size: 1.15rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.or-divider {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1.1rem 0 1rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d8d8dc, transparent);
}

.or-divider span {
  white-space: nowrap;
}

.field {
  margin-bottom: 0.85rem;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
  color: #2a2a2e;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border: 1.5px solid #d8d8dc;
  border-radius: 3px;
  padding: 0.78rem 0.85rem;
  font: inherit;
  background: #fafafb;
  transition: border-color 0.18s ease, background 0.18s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  border-color: var(--hot-pink);
  background: #fff;
}

input[type="tel"] {
  direction: rtl;
  text-align: right;
  unicode-bidi: plaintext;
}

select,
textarea {
  width: 100%;
  border: 1.5px solid #d8d8dc;
  border-radius: 3px;
  padding: 0.78rem 0.85rem;
  font: inherit;
  background: #fafafb;
  color: var(--text);
  transition: border-color 0.18s ease, background 0.18s ease;
}

select:focus,
textarea:focus {
  border-color: var(--hot-pink);
  background: #fff;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 110px;
  font-family: inherit;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--hot-red) 50%),
    linear-gradient(135deg, var(--hot-red) 50%, transparent 50%);
  background-position: calc(0.95rem) 50%, calc(0.95rem + 6px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-inline-start: 2rem;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.4rem 0 0.95rem;
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 500;
}

.checkbox-row input {
  width: auto;
  margin-top: 0.18rem;
  accent-color: var(--hot-red);
}

.consent-note {
  margin: 0.8rem 0 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
}

.consent-note a {
  color: var(--hot-red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.secure-note {
  color: var(--muted);
  font-size: 0.83rem;
  margin: 0.6rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.form-message {
  min-height: 1.1rem;
  margin-top: 0.7rem;
  font-size: 0.9rem;
}

.form-message.error {
  color: #b11414;
}

.form-message.success {
  color: #12773e;
}

/* ==================== Trust bar ==================== */
.trust-bar {
  background: linear-gradient(120deg, #0a0a0a, #1a1a1d);
  color: #fff;
  padding: 1.1rem 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  justify-content: center;
  font-weight: 600;
  font-size: 0.96rem;
}

.trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--hot-pink);
  flex-shrink: 0;
}

/* ==================== Section titles ==================== */
.section-title {
  text-align: center;
  margin: 0 0 0.6rem;
  font-size: clamp(1.6rem, 4.5vw, 2.2rem);
  font-weight: 800;
}

.section-title.light {
  color: #fff;
}

.section-sub {
  text-align: center;
  color: var(--muted);
  margin: 0 auto 2.2rem;
  max-width: 620px;
  font-size: 1rem;
}

.section-sub.light {
  color: rgba(255, 255, 255, 0.78);
}

/* ==================== Cards ==================== */
.cards-grid {
  display: grid;
  gap: 1rem;
}

.card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1.4rem;
  border: 1px solid #eeeef0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(227, 6, 19, 0.18);
}

.card h3 {
  margin: 0.7rem 0 0.4rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(227, 6, 19, 0.12), rgba(236, 0, 140, 0.14));
  color: var(--hot-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card-icon svg {
  width: 22px;
  height: 22px;
}

/* ==================== Package section ==================== */
.package-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(900px 480px at 80% 0%, rgba(236, 0, 140, 0.55), transparent 60%),
    radial-gradient(700px 480px at 0% 100%, rgba(227, 6, 19, 0.55), transparent 60%),
    linear-gradient(135deg, #0a0a0a 0%, #1d1d20 100%);
}

.package-card {
  text-align: center;
  background: #fff;
  color: var(--text);
  padding: 2rem 1.6rem 1.8rem;
  border-radius: 22px;
  max-width: 520px;
  margin: 0 auto;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: var(--grad-hot);
}

.package-lines {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0.8rem 0 0.2rem;
  color: #2a2a2e;
}

.package-price {
  display: inline-flex;
  align-items: baseline;
  margin: 0.2rem 0 1rem;
  background: var(--grad-hot);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.price-prefix {
  font-size: 1rem;
  font-weight: 700;
  margin-inline-end: 0.4rem;
  color: var(--hot-red);
}

.price-main {
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.package-price .price-cur {
  font-size: 1.8rem;
  font-weight: 800;
  margin-inline-start: 0.18rem;
}

.package-desc {
  color: var(--muted);
  margin: 0 auto 1.2rem;
  max-width: 380px;
}

.package-tiny {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

/* ==================== Plans grid (2-up offers) ==================== */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  max-width: 820px;
  margin: 1.6rem auto 0;
}

.plan-card {
  background: #fff;
  color: var(--text);
  border-radius: 18px;
  padding: 1.5rem 1.4rem 1.3rem;
  text-align: center;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan-title {
  margin: 0 0 0.25rem;
  color: var(--hot-red);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 900;
  line-height: 1.1;
}

.plan-sub {
  margin: 0 0 0.9rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  color: #1a1a1c;
}

.plan-band {
  background: var(--grad-hot);
  color: #fff;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 900;
  padding: 0.6rem 0.8rem;
  margin: 0 -1.4rem 1rem;
  width: calc(100% + 2.8rem);
  letter-spacing: -0.01em;
  text-align: center;
}

.plan-band__data {
  font-size: 1.18em;
}

.plan-band__unit {
  font-size: 0.6em;
  font-weight: 800;
  margin-inline-start: 0.05em;
  vertical-align: 0.18em;
}

.plan-price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.9rem;
  line-height: 1;
}

.plan-price-prefix {
  font-size: 0.95rem;
  color: #1a1a1c;
  font-weight: 700;
}

.plan-price {
  display: inline-flex;
  align-items: baseline;
  margin: 0.15rem 0 0.1rem;
}

.plan-price-num {
  font-size: clamp(3rem, 8vw, 4.2rem);
  font-weight: 900;
  color: #1a1a1c;
  letter-spacing: -0.03em;
}

.plan-price-cur {
  font-size: 1.5rem;
  font-weight: 800;
  margin-inline-start: 0.15rem;
  color: #1a1a1c;
}

.plan-price-suffix {
  font-size: 0.92rem;
  color: #1a1a1c;
  font-weight: 600;
}

.plan-terms {
  display: inline-block;
  color: var(--hot-red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.95rem;
}

.plan-terms:hover {
  color: var(--hot-pink);
}

.plans-cta {
  text-align: center;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.plans-disclaimer {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 420px;
  }
}

/* ==================== Why list ==================== */
.why-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.why-list li {
  margin: 0;
  padding: 0.8rem 1rem;
  background: var(--gray);
  border-radius: var(--radius-sm);
  border-right: 3px solid var(--hot-red);
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.why-list strong {
  display: block;
  color: var(--hot-red);
  font-weight: 700;
  font-size: 0.92rem;
}

.why-list span {
  color: var(--muted);
  font-size: inherit;
}

/* ==================== FAQ ==================== */
.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  border: 1px solid #e3e3e6;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-item.open {
  border-color: rgba(227, 6, 19, 0.35);
}

.faq-trigger {
  width: 100%;
  text-align: right;
  border: 0;
  background: transparent;
  font: inherit;
  padding: 1rem 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}

.faq-arrow {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.08);
  color: var(--hot-red);
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-item.open .faq-arrow {
  transform: rotate(45deg);
  background: var(--grad-hot);
  color: #fff;
}

.faq-content {
  display: none;
  padding: 0 1.1rem 1.1rem;
  color: #444;
}

.faq-item.open .faq-content {
  display: block;
}

/* ==================== Bottom CTA ==================== */
.bottom-cta {
  color: #fff;
  text-align: center;
  background:
    radial-gradient(700px 360px at 80% 0%, rgba(236, 0, 140, 0.6), transparent 60%),
    linear-gradient(135deg, #0c0c0c 0%, var(--hot-red) 60%, var(--hot-pink) 120%);
}

.bottom-cta h2 {
  color: #fff;
  margin: 0.3rem 0 0.5rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.bottom-sub {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto 1.4rem;
  max-width: 520px;
}

/* ==================== Footer ==================== */
.site-footer {
  background: #0c0c0d;
  color: #d3d3d6;
  text-align: center;
  padding: 2.2rem 0 6rem;
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0.3rem 0;
}

.site-footer a {
  color: #fff;
  font-weight: 500;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1.2rem;
  margin: 1rem 0;
}

.site-footer nav a {
  color: #cfcfd2;
}

.site-footer nav a:hover {
  color: #fff;
}

.disclaimer {
  font-size: 0.86rem;
  color: #9b9ba2;
  margin-top: 0.8rem;
}

/* ==================== Sticky mobile CTA ==================== */
.sticky-mobile-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  padding: 0.6rem calc(0.8rem + env(safe-area-inset-right))
    calc(0.6rem + env(safe-area-inset-bottom))
    calc(0.8rem + env(safe-area-inset-left));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.14);
  z-index: 80;
}

/* ==================== Popup ==================== */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  z-index: 120;
}

.hidden {
  display: none !important;
}

.popup {
  width: min(460px, 100%);
  background: #fff;
  border-radius: 4px;
  padding: 1.4rem;
  position: relative;
  box-shadow: var(--shadow-lg);
}

.popup::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  border-radius: 0;
  background: var(--grad-hot);
}

.lead-form .btn,
.phone-cta {
  border-radius: 3px;
}

.popup h3 {
  margin: 0.5rem 0 0.4rem;
}

.close-popup {
  position: absolute;
  top: 0.45rem;
  left: 0.55rem;
  background: transparent;
  border: 0;
  font-size: 1.7rem;
  cursor: pointer;
  line-height: 1;
  color: #555;
}

/* ==================== Cookie ==================== */
.cookie-popup {
  position: fixed;
  right: 1rem;
  left: 1rem;
  bottom: 5.6rem;
  background: #161618;
  color: #fff;
  border-radius: 14px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  z-index: 95;
  box-shadow: var(--shadow-md);
  font-size: 0.92rem;
}

/* ==================== Pages (about/contact/legal) ==================== */
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 3.2rem 0 2.6rem;
  text-align: center;
  background:
    radial-gradient(700px 360px at 80% 10%, rgba(236, 0, 140, 0.55), transparent 60%),
    radial-gradient(600px 360px at 0% 100%, rgba(227, 6, 19, 0.55), transparent 60%),
    linear-gradient(135deg, #0a0a0a 0%, #1d1d20 100%);
}

.page-hero h1 {
  color: #fff;
  font-weight: 900;
  margin: 0.6rem 0 0.5rem;
  font-size: clamp(1.8rem, 5.5vw, 2.6rem);
}

.page-hero p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0 auto;
  max-width: 620px;
}

.page-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 1.8rem;
  border: 1px solid #eeeef0;
  position: relative;
  overflow: hidden;
}

.page-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--grad-hot);
}

.page-card h2 {
  margin: 1.4rem 0 0.5rem;
  font-size: 1.2rem;
  color: var(--hot-red);
}

.page-card h2:first-of-type {
  margin-top: 0.4rem;
}

.page-card p {
  margin: 0 0 0.8rem;
  color: #2c2c30;
  line-height: 1.75;
}

.legal {
  line-height: 1.8;
}

.legal h2 {
  margin-top: 1.4rem;
  color: var(--hot-red);
  font-size: 1.15rem;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 1rem;
  display: grid;
  gap: 0.55rem;
}

.bullet-list li {
  position: relative;
  padding-right: 1.4rem;
  color: #2c2c30;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grad-hot);
}

.disclaimer-inline {
  margin-top: 1.4rem;
  padding: 0.8rem 1rem;
  background: var(--gray);
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: 0.88rem;
  border-right: 3px solid var(--hot-red);
}

.page-cta {
  margin-top: 1.5rem;
  padding: 1.6rem;
  border-radius: var(--radius);
  text-align: center;
  color: #fff;
  background:
    radial-gradient(400px 200px at 80% 0%, rgba(236, 0, 140, 0.6), transparent 60%),
    linear-gradient(135deg, #0c0c0c 0%, var(--hot-red) 70%, var(--hot-pink) 110%);
  box-shadow: var(--shadow-md);
}

.page-cta h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.2rem;
}

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

.page-cta .btn-outline {
  border-color: #fff;
  color: #fff;
}

/* Thank-you page */
.thanks-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 0.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--grad-hot);
  box-shadow: 0 18px 40px rgba(227, 6, 19, 0.45);
}

.thanks-check svg {
  width: 44px;
  height: 44px;
}

/* Contact page */
.contact-grid {
  display: grid;
  gap: 1.4rem;
}

.contact-info {
  background: #fff;
  border: 1px solid #eeeef0;
  border-radius: var(--radius);
  padding: 1.6rem;
  box-shadow: var(--shadow-sm);
}

.contact-info h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  display: grid;
  gap: 0.7rem;
}

.info-list li {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #eeeef0;
}

.info-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.info-label {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 600;
}

.info-value {
  font-weight: 700;
  color: #1a1a1c;
}

.info-notice {
  margin: 1rem 0;
  padding: 1rem;
  background: var(--gray);
  border-radius: var(--radius-sm);
  border-right: 3px solid var(--hot-red);
}

.info-notice strong {
  color: var(--hot-red);
  display: block;
  margin-bottom: 0.3rem;
}

.info-notice p {
  margin: 0 0 0.7rem;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ==================== Responsive ==================== */
@media (min-width: 720px) {
  .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .main-nav {
    display: flex;
  }

  .logo img {
    width: 62px;
  }

  .hero {
    padding: 5rem 0 5.5rem;
  }

  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero .feature-list {
    display: grid;
  }

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

  .why-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }

  .sticky-mobile-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 2.2rem;
  }

  .cookie-popup {
    left: auto;
    width: min(400px, 100%);
    bottom: 1.2rem;
  }
}
