:root {
  --bg: #0A0A0A;
  --bg-surface: #141414;
  --bg-surface-2: #1C1C1C;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --gold: #C9A227;
  --gold-light: #D4AF37;
  --text-primary: #F5F5F5;
  --text-secondary: #9A9A9A;
  --text-muted: #6B6B6B;
  --success: #3ECF8E;
  --radius-card: 20px;
  --radius-button: 12px;
  --font-display: "Urbanist", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1120px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100dvh;
}

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

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

button {
  font: inherit;
}

ul {
  list-style: none;
}

em {
  font-style: italic;
  color: var(--gold);
  font-weight: inherit;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.container--narrow {
  width: min(100% - 2rem, 720px);
}

.section {
  padding: 4rem 0;
  position: relative;
}

.section--surface {
  background: linear-gradient(180deg, transparent, rgba(20, 20, 20, 0.85), transparent);
}

.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.25rem;
}

.section-head h2,
.why-copy h2,
.urgency-block h2,
.final-cta h2,
.hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-head h2,
.why-copy h2,
.urgency-block h2,
.final-cta h2 {
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
  text-wrap: balance;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  border-radius: var(--radius-button);
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), box-shadow 0.25s var(--ease);
  text-align: center;
  text-wrap: balance;
}

.btn--primary {
  background: var(--gold);
  color: var(--bg);
  padding: 1rem 1.75rem;
  box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.35);
  font-size: 1rem;
}

.btn--primary:hover {
  background: var(--gold-light);
  transform: scale(1.03);
  box-shadow: 0 8px 28px rgba(201, 162, 39, 0.28);
}

.btn--primary:active {
  transform: scale(0.98);
}

.btn--cta {
  width: min(100%, 360px);
  padding: 1.05rem 1.5rem;
  font-size: 1.05rem;
}

.cta-trust {
  margin-top: 0.85rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Status pill */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--bg-surface-2);
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 1.15rem;
}

.status-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 0 rgba(62, 207, 142, 0.55);
  animation: pulse 1.8s ease-out infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(62, 207, 142, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(62, 207, 142, 0); }
  100% { box-shadow: 0 0 0 0 rgba(62, 207, 142, 0); }
}

/* Hero */
.hero {
  padding-top: clamp(1.25rem, 4vw, 2.5rem);
  padding-bottom: clamp(2.5rem, 7vw, 4.5rem);
  min-height: auto;
  display: flex;
  align-items: flex-start;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 162, 39, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(201, 162, 39, 0.04), transparent 50%),
    var(--bg);
}

.hero__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
}

.partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.partner-logos__stavo {
  width: clamp(108px, 28vw, 140px);
  height: auto;
}

.partner-logos__wix {
  width: clamp(72px, 20vw, 96px);
  height: auto;
  filter: brightness(0) invert(1);
}

.partner-logos__x {
  color: var(--text-muted);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0.7;
}

.partner-note {
  color: var(--text-muted);
  font-size: clamp(0.78rem, 2.8vw, 0.9rem);
  max-width: 34ch;
  margin: 0 auto 1.35rem;
  line-height: 1.45;
  text-wrap: balance;
}

.hero__title {
  font-size: clamp(2.25rem, 9vw, 4.1rem);
  margin-bottom: 1.15rem;
  max-width: 12.5em;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hero__line {
  display: block;
}

.hero__subtitle {
  color: var(--text-secondary);
  font-size: clamp(0.98rem, 3.3vw, 1.12rem);
  max-width: 40ch;
  margin: 0 auto 1.75rem;
  line-height: 1.58;
  text-wrap: pretty;
}

@media (max-width: 360px) {
  .hero__title {
    font-size: 2.05rem;
  }
}

/* Why section */
.why-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.why-photo__frame {
  border-radius: calc(var(--radius-card) + 4px);
  padding: 6px;
  background: linear-gradient(160deg, rgba(201, 162, 39, 0.35), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--border-subtle);
  max-width: 360px;
  margin-inline: auto;
  overflow: hidden;
}

.why-photo__frame img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius-card);
  display: block;
}

.why-copy {
  text-align: center;
}

.why-copy__body {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
  color: var(--text-secondary);
  font-size: 1rem;
  text-align: left;
}

.why-copy__close {
  color: var(--text-primary);
  font-weight: 600;
  padding-top: 0.5rem;
  border-top: 1px solid var(--border-subtle);
}

/* Carousel */
.carousel {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
}

.carousel__viewport {
  overflow: hidden;
  border-radius: var(--radius-card);
  touch-action: pan-y;
}

.carousel__track {
  display: flex;
  transition: transform 0.65s var(--ease);
  will-change: transform;
}

.carousel__slide {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
}

.portfolio-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
  height: 100%;
}

.portfolio-card__thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-surface-2);
}

.portfolio-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.portfolio-card__meta {
  padding: 1.05rem 1.15rem 1.25rem;
}

.portfolio-card__meta span {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}

.portfolio-card__meta h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
}

.carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.15rem;
}

.carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.carousel__dot[aria-current="true"] {
  background: var(--gold);
  transform: scale(1.2);
}

/* Need a site grid */
.section-head__sub {
  margin-top: 0.85rem;
  color: var(--text-secondary);
  font-size: clamp(0.95rem, 2.8vw, 1.05rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.need-grid {
  display: grid;
  gap: 0.85rem;
}

.need-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 1.35rem 1.2rem;
  text-align: left;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}

.need-card:hover {
  border-color: rgba(201, 162, 39, 0.28);
  transform: translateY(-3px);
}

.need-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(201, 162, 39, 0.45);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  background: rgba(201, 162, 39, 0.06);
}

.need-card h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  line-height: 1.25;
}

.need-card p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Value comparison */
.value-box {
  background: var(--bg-surface);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: var(--radius-card);
  padding: 2rem 1.25rem;
  text-align: center;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.value-box__head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.45rem, 4.2vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin-bottom: 0.65rem;
}

.value-box__head p {
  color: var(--text-secondary);
  font-size: 0.98rem;
  margin-bottom: 1.75rem;
}

.value-compare {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.75rem;
}

.value-compare__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.value-compare__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.value-compare__price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 7vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.value-compare__price--old {
  color: var(--text-secondary);
  position: relative;
  display: inline-block;
}

.value-compare__price--old::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: 52%;
  height: 3px;
  background: #c44a4a;
  border-radius: 2px;
  transform: rotate(-6deg);
}

.value-compare__price--free {
  color: var(--gold);
  text-shadow: 0 0 28px rgba(201, 162, 39, 0.35);
}

.value-compare__desc {
  color: var(--text-muted);
  font-size: 0.85rem;
  max-width: 22ch;
  line-height: 1.4;
}

.value-compare__vs {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--bg);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.8rem;
  display: grid;
  place-items: center;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(201, 162, 39, 0.35);
}

.value-box__partners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.value-box__partners img:first-child {
  width: 110px;
  height: auto;
}

.value-box__wix {
  width: 68px;
  height: auto;
  filter: brightness(0) invert(1);
}

.value-box__partners span {
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 600;
}

.value-box__footer {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 40ch;
  margin: 0 auto;
  text-wrap: pretty;
}

.value-box__footer strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--text-primary);
  font-weight: 700;
}

.value-box__cta {
  margin-top: 1.5rem;
  width: min(100%, 360px);
}

/* Urgency */
.section--urgency {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.urgency-block {
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(201, 162, 39, 0.1), transparent 55%),
    var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-card);
  padding: 2rem 1.35rem;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.urgency-block p {
  color: var(--text-secondary);
  max-width: 48ch;
  margin: 1rem auto 1.4rem;
  font-size: 1rem;
  text-wrap: pretty;
}

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

.faq__item {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s var(--ease);
}

.faq__item.is-open {
  border-color: rgba(201, 162, 39, 0.25);
}

.faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  background: transparent;
  border: none;
  color: var(--text-primary);
  text-align: left;
  padding: 1.05rem 1.1rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
}

.faq__chevron {
  flex-shrink: 0;
  color: var(--gold);
  transition: transform 0.3s var(--ease);
}

.faq__item.is-open .faq__chevron {
  transform: rotate(180deg);
}

.faq__panel {
  padding: 0 1.1rem 1.1rem;
}

.faq__panel p {
  color: var(--text-secondary);
  font-size: 0.93rem;
  line-height: 1.65;
}

.faq__panel[hidden] {
  display: none;
}

/* Footer */
.footer {
  border-top: 1px solid var(--border-subtle);
  padding: 2.25rem 0 2.5rem;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}

.footer__logo {
  width: 100px;
  height: auto;
  opacity: 0.9;
}

.footer__copy {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.need-card.reveal {
  transition-delay: var(--delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .carousel__track {
    transition: none;
  }
  .status-pill__dot { animation: none; }
  .btn--primary:hover,
  .need-card:hover {
    transform: none;
  }
}

@media (min-width: 640px) {
  .section {
    padding: 4.75rem 0;
  }

  .hero {
    padding-top: clamp(2.5rem, 6vw, 5rem);
    padding-bottom: clamp(3rem, 7vw, 5rem);
    min-height: min(100dvh, 820px);
    align-items: center;
  }

  .need-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .value-box {
    padding: 2.5rem 2.25rem;
  }

  .value-compare {
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    position: relative;
  }

  .value-compare__vs {
    position: relative;
    z-index: 1;
  }

  .carousel {
    max-width: 640px;
  }

  .urgency-block {
    padding: 2.6rem 2.25rem;
  }

  .btn--cta {
    width: auto;
    min-width: 300px;
  }
}

@media (min-width: 900px) {
  .section {
    padding: 5.5rem 0;
  }

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

  .why-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3.25rem;
  }

  .why-photo__frame {
    margin-inline: 0;
  }

  .why-copy {
    text-align: left;
  }

  .why-copy .section-tag {
    display: inline-block;
  }
}
