/*
Theme Name: OnYourMind
Description: ON YOUR MIND
Version: 1.0.0
Author: Michaël ANDRIANAIVOMANANA
*/

:root {
  --bg-main: #040302;
  --bg-section: #090605;
  --bg-section-alt: #120b08;
  --bg-card: #0d0807;
  --bg-card-soft: #17100d;
  --bg-glass: rgba(18, 10, 8, 0.78);

  --border-color: rgba(229, 139, 84, 0.16);
  --border-strong: rgba(229, 139, 84, 0.28);

  --text-main: #fff7f1;
  --text-secondary: #d9c1b2;
  --text-muted: #a9826c;

  --accent: #c86f3d;
  --accent-strong: #e58b54;
  --accent-soft: #f2b38c;
  --accent-ring: rgba(229, 139, 84, 0.22);

  --success: #d6b087;

  --radius-xl: 32px;
  --radius-large: 28px;
  --radius-medium: 20px;
  --radius-small: 14px;
  --radius-pill: 999px;

  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.42);
  --shadow-card: 0 18px 45px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 36px rgba(229, 139, 84, 0.16);

  --container: 1200px;
  --section-padding-y: 96px;
  --section-padding-x: 24px;

  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(229, 139, 84, 0.12), transparent 22%),
    radial-gradient(circle at bottom left, rgba(200, 111, 61, 0.1), transparent 24%),
    linear-gradient(180deg, #030201 0%, #070403 100%);
  color: var(--text-main);
  letter-spacing: -0.01em;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  transition: color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}

.site-main section {
  position: relative;
  padding: var(--section-padding-y) var(--section-padding-x);
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
}

.hero-eyebrow,
.pricing-badge {
  text-shadow: 0 0 18px rgba(229, 139, 84, 0.2);
}

h1,
h2 {
  text-shadow: 0 0 24px rgba(229, 139, 84, 0.05);
}

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

h1,
h2,
h3 {
  color: var(--text-main);
  letter-spacing: -0.03em;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  max-width: 700px;
  font-size: clamp(2.1rem, 3.2vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-bottom: 16px;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 12px;
  word-break: break-word;
}

p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
  color: var(--text-secondary);
}

h1,
h2,
h3,
.hero-eyebrow,
.button-primary,
.button-secondary,
.menu-toggle,
.site-logo-text {
  font-family: "Sora", Arial, sans-serif;
}

p,
.site-nav-menu a,
.footer-links a,
.footer-menu a,
.testimonial-author span,
.pricing-features li,
.faq-item p,
.faq-item summary {
  font-family: "Inter", Arial, sans-serif;
}

.section-heading {
  margin-bottom: 40px;
}

.section-heading p {
  max-width: 760px;
}

.social-proof-section,
.testimonials-section,
.faq-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0.002)),
    var(--bg-section);
}

.benefits-section,
.pricing-section {
  background:
    radial-gradient(circle at 20% 18%, rgba(229, 139, 84, 0.08), transparent 24%),
    var(--bg-main);
}

.how-it-works-section {
  background:
    radial-gradient(circle at center, rgba(229, 139, 84, 0.1), transparent 36%),
    linear-gradient(180deg, #080504 0%, #110907 100%);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 148px;
  padding-bottom: 120px;
  background:
    linear-gradient(180deg, rgba(3, 2, 1, 0.54), rgba(3, 2, 1, 0.72)),
    radial-gradient(circle at 14% 82%, rgba(229, 139, 84, 0.24), transparent 20%),
    radial-gradient(circle at 86% 82%, rgba(229, 139, 84, 0.24), transparent 20%),
    radial-gradient(circle at 50% 112%, rgba(242, 179, 140, 0.08), transparent 18%),
    url("assets/img/hero-section-bg.jpeg"),
    linear-gradient(180deg, #030201 0%, #070403 42%, #0c0705 100%);
  background-size: auto, auto, auto, auto, cover, auto;
  background-position: center, left bottom, right bottom, center bottom, center center, center;
  background-repeat: no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent 0,
      transparent 8%,
      rgba(255,255,255,0.04) 8.1%,
      transparent 8.2%,
      transparent 18%,
      rgba(255,255,255,0.03) 18.1%,
      transparent 18.2%,
      transparent 28%,
      rgba(255,255,255,0.03) 28.1%,
      transparent 28.2%,
      transparent 38%,
      rgba(255,255,255,0.03) 38.1%,
      transparent 38.2%,
      transparent 48%,
      rgba(255,255,255,0.03) 48.1%,
      transparent 48.2%,
      transparent 58%,
      rgba(255,255,255,0.03) 58.1%,
      transparent 58.2%,
      transparent 68%,
      rgba(255,255,255,0.03) 68.1%,
      transparent 68.2%,
      transparent 78%,
      rgba(255,255,255,0.03) 78.1%,
      transparent 78.2%,
      transparent 88%,
      rgba(255,255,255,0.03) 88.1%,
      transparent 88.2%,
      transparent 100%
    );
  opacity: 0.24;
}

.hero-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  width: min(1200px, 90vw);
  height: 420px;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse at center,
      rgba(229, 139, 84, 0.5) 0%,
      rgba(229, 139, 84, 0.24) 35%,
      rgba(242, 179, 140, 0.08) 58%,
      rgba(229, 139, 84, 0) 76%
    );
  filter: blur(42px);
  opacity: 0.9;
}

.hero-section > * {
  position: relative;
  z-index: 1;
}

#social-proof,
#benefits,
#pricing,
#faq,
#final-cta {
  scroll-margin-top: 110px;
}

/* Buttons */
.button-primary,
.button-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  isolation: isolate;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    border-color var(--transition-fast),
    background var(--transition-fast),
    color var(--transition-fast);
}

.button-primary::before,
.button-secondary::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 48%;
  border-radius: 9px 9px 14px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0));
  pointer-events: none;
  opacity: 0.85;
}

.button-primary::after,
.button-secondary::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 54%;
  height: 24px;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
  opacity: 0.75;
}

.button-primary {
  margin-top: 24px;
  border: 1px solid rgba(242, 179, 140, 0.36);
  color: #180b05;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0) 22%),
    linear-gradient(180deg, #efb187 0%, #dd8a56 34%, #b96437 66%, #934825 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 235, 0.55),
    inset 0 -10px 18px rgba(84, 31, 10, 0.18),
    0 10px 26px rgba(229, 139, 84, 0.26),
    0 0 24px rgba(229, 139, 84, 0.10);
}

.button-primary::after {
  background: rgba(229, 139, 84, 0.7);
}

.button-primary:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 235, 0.62),
    inset 0 -10px 18px rgba(84, 31, 10, 0.20),
    0 14px 30px rgba(229, 139, 84, 0.30),
    0 0 28px rgba(229, 139, 84, 0.14);
}

.button-secondary {
  border: 1px solid rgba(229, 139, 84, 0.26);
  color: var(--accent-soft);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0) 20%),
    linear-gradient(180deg, rgba(34, 18, 13, 0.96), rgba(11, 7, 5, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -10px 18px rgba(0,0,0,0.28),
    0 10px 22px rgba(0, 0, 0, 0.28),
    0 0 16px rgba(229, 139, 84, 0.05);
  backdrop-filter: blur(10px);
}

.button-secondary::after {
  background: rgba(229, 139, 84, 0.28);
}

.button-secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(229, 139, 84, 0.40);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0) 20%),
    linear-gradient(180deg, rgba(43, 23, 16, 0.96), rgba(13, 8, 6, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 -10px 18px rgba(0,0,0,0.30),
    0 12px 24px rgba(0, 0, 0, 0.30),
    0 0 20px rgba(229, 139, 84, 0.08);
}

.hero-actions .button-primary,
.hero-actions .button-secondary,
.final-cta-card .button-primary,
.final-cta-card .button-secondary,
.header-cta .button-primary,
.header-cta .button-secondary {
  margin-top: 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 18px 40px;
  background: rgba(5, 5, 5, 0.58);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-branding-link,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.custom-logo {
  display: block;
  max-height: 42px;
  width: auto;
}

.site-logo-text {
  color: var(--text-main);
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}

.header-panel {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav {
  display: flex;
  align-items: center;
}

.site-nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav-menu a,
.footer-links a,
.footer-menu a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.site-nav-menu a:hover,
.footer-links a:hover,
.footer-menu a:hover {
  color: var(--text-main);
}

.site-nav-menu .current-menu-item > a,
.site-nav-menu .current_page_item > a {
  color: var(--text-main);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-main);
  font: inherit;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
}

.menu-toggle > span:not(.menu-toggle-label) {
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--text-main);
}

.menu-toggle-label {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 700;
}

/* Hero */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
}

.hero-content {
  max-width: 680px;
}

.hero-section p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-secondary);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(48, 92, 222, 0.1);
  border: 1px solid rgba(48, 92, 222, 0.28);
  color: var(--accent-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-mockup {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-large);
  background: linear-gradient(180deg, rgba(18, 18, 26, 0.98), rgba(14, 14, 20, 0.98));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    0 0 50px rgba(48, 92, 222, 0.16);
}

.hero-mockup::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: var(--radius-large);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mockup-top {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.mockup-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mockup-dots span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.mockup-body {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.mockup-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.mockup-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(48, 92, 222, 0.14), rgba(48, 92, 222, 0.04)),
    var(--bg-card-soft);
}

.mockup-card-lg {
  height: 120px;
}

.mockup-card-md {
  height: 100px;
}

.mockup-card-sm {
  height: 140px;
}

.hero-uploaded-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Shared card feel */
.proof-card,
.feature-card,
.step-card,
.testimonial-card,
.pricing-card,
.faq-item,
.final-cta-card {
  position: relative;
  border: 1px solid rgba(229, 139, 84, 0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.006)),
    linear-gradient(180deg, rgba(229,139,84,0.05), rgba(229,139,84,0.01)),
    var(--bg-card);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.34),
    0 0 20px rgba(229, 139, 84, 0.04);
}

.proof-card::before,
.feature-card::before,
.step-card::before,
.testimonial-card::before,
.pricing-card::before,
.faq-item::before,
.final-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 22%);
  opacity: 0.9;
}

.proof-card,
.feature-card,
.step-card,
.testimonial-card,
.pricing-card,
.faq-item {
  height: 100%;
  border-radius: 24px;
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base);
}

.proof-card:hover,
.feature-card:hover,
.step-card:hover,
.testimonial-card:hover,
.pricing-card:hover,
.faq-item:hover {
  transform: translateY(-5px);
  border-color: rgba(229, 139, 84, 0.3);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.38),
    0 0 26px rgba(229, 139, 84, 0.08);
}

/* Social proof */
.social-proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.proof-card {
  padding: 30px 28px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.proof-card h3 {
  margin-bottom: 14px;
  font-size: clamp(2.3rem, 3vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: var(--text-main);
}

.proof-card p {
  max-width: none;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.social-proof-section .section-heading {
  margin-bottom: 34px;
}

/* Features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.feature-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(48, 92, 222, 0.16), rgba(48, 92, 222, 0.04));
  border: 1px solid rgba(48, 92, 222, 0.18);
  box-shadow: var(--shadow-glow);
}

.feature-icon-image {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(48, 92, 222, 0.12), rgba(48, 92, 222, 0.03));
}

.feature-icon-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card p {
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.step-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.step-number {
  margin-bottom: 18px;
  color: var(--accent-soft);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.step-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(48, 92, 222, 0.16), rgba(48, 92, 222, 0.04));
  border: 1px solid rgba(48, 92, 222, 0.18);
}

.step-icon-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-card p {
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.testimonial-text {
  max-width: none;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-main);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}

.testimonial-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-author strong,
.testimonial-author span {
  display: block;
}

.testimonial-author strong {
  color: var(--text-main);
}

.testimonial-author span {
  color: var(--text-muted);
  font-size: 14px;
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 32px 28px;
}

.pricing-card-featured {
  transform: translateY(-10px);
  border-color: rgba(229, 139, 84, 0.34);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.008)),
    linear-gradient(180deg, rgba(229,139,84,0.12), rgba(229,139,84,0.025)),
    var(--bg-card);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(229, 139, 84, 0.12);
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, var(--accent-strong), var(--accent));
  color: #180c06;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(229, 139, 84, 0.2);
}

.pricing-price {
  margin-bottom: 16px;
  color: var(--text-main);
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.pricing-price span {
  color: var(--text-muted);
  font-size: 16px;
  font-weight: 500;
}

.pricing-description {
  max-width: none;
  margin-bottom: 18px;
  color: var(--text-secondary);
}

.pricing-features {
  flex-grow: 1;
  margin-top: 16px;
}

.pricing-features ul {
  margin: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.pricing-features li {
  margin-bottom: 10px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.6;
}

.pricing-card .button-primary,
.pricing-card .button-secondary {
  width: 100%;
  margin-top: 22px;
  text-align: center;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  overflow: hidden;
  padding: 0;
  border-radius: var(--radius-medium);
}

.faq-item summary {
  padding: 24px 28px;
  list-style: none;
  cursor: pointer;
  color: var(--text-main);
  font-size: 20px;
  font-weight: 600;
}

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

.faq-item p {
  max-width: none;
  margin: 0;
  padding: 0 28px 24px;
  font-size: 16px;
  color: var(--text-secondary);
}

/* Final CTA */
.final-cta-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.final-cta-card {
  padding: 60px 32px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top center, rgba(229, 139, 84, 0.2), transparent 42%),
    linear-gradient(180deg, #140b08 0%, #0c0604 100%);
  text-align: center;
}

.final-cta-card h2 {
  margin: 0 auto 20px;
}

.final-cta-card p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-secondary);
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.final-cta-card .button-secondary {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.14);
}

/* Footer */
.site-footer {
  padding: 24px 40px 36px;
  background: transparent;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  padding-top: 20px;
  padding-bottom: 24px;
}

.footer-brand p {
  max-width: 420px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text-muted);
}

.footer-links h3 {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--text-main);
}

.footer-links a,
.footer-menu a {
  display: block;
  margin-bottom: 12px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(229, 139, 84, 0.14);
}

.footer-bottom p {
  max-width: none;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--text-muted);
}

/* Responsive */
@media (max-width: 900px) {
  .site-header,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-main section {
    padding: 72px 20px;
  }

  .hero-section {
    padding-top: 110px;
    padding-bottom: 88px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .header-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-panel {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-top: 14px;
  }

  .header-panel.is-open {
    display: flex;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav-menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-medium);
    background: rgba(255,255,255,0.02);
  }

  .header-cta {
    width: 100%;
  }

  .header-cta a {
    flex: 1;
    text-align: center;
  }

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

  .hero-actions,
  .final-cta-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  p {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions,
  .final-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button-primary,
  .hero-actions .button-secondary,
  .final-cta-actions .button-primary,
  .final-cta-actions .button-secondary {
    width: 100%;
  }

  .pricing-card .button-primary,
  .pricing-card .button-secondary {
    width: 100%;
  }
}

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .proof-card,
  .feature-card,
  .step-card,
  .testimonial-card,
  .pricing-card,
  .faq-item,
  .final-cta-card,
  .hero-mockup {
    animation: fadeUp 0.5s ease both;
  }

  .feature-card:nth-child(2),
  .step-card:nth-child(2),
  .testimonial-card:nth-child(2),
  .pricing-card:nth-child(2),
  .proof-card:nth-child(2) {
    animation-delay: 0.06s;
  }

  .feature-card:nth-child(3),
  .step-card:nth-child(3),
  .testimonial-card:nth-child(3),
  .pricing-card:nth-child(3),
  .proof-card:nth-child(3) {
    animation-delay: 0.12s;
  }

  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}