:root {
  --ink: #0f2a4a;
  --ink2: #2d2b8f;
  --orange: #f26c2c;
  --bg: #ffffff;
  --muted: #f5f5fb;
  --text: #3b3b5c;
  --border: #e4e4f0;
  --r: 14px;
  --max: 860px;

  --fs-h1: clamp(1.8rem, 3.5vw, 3rem);
  --fs-h2: clamp(1.5rem, 2.5vw, 2.25rem);
  --fs-h3: clamp(1.1rem, 1.6vw, 1.35rem);
  --fs-body: clamp(0.95rem, 1.2vw, 1.1rem);
  --fs-small: clamp(0.875rem, 1vw, 0.975rem);
}

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

body {
  font-family: 'Quicksand', sans-serif;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  padding-top: 76px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

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

/* ── SECTIONS ── */
section {
  padding: 72px 24px;
}

.inner {
  max-width: var(--max);
  margin: 0 auto;
}

/* ── HERO ── */
#hero {
  padding: 60px 24px 0;
  background: var(--muted);
  overflow: hidden;
}

.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero-text {
  padding-bottom: 60px;
}

.badge {
  display: inline-block;
  background: #ffe5d4;
  color: var(--orange);
  font-family: 'Quicksand', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero-text h1 {
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.hero-text h1 .line1 {
  display: block;
  white-space: nowrap;
}

.hero-text h1 em {
  font-style: normal;
  color: var(--orange);
}

.hero-text .hero-desc {
  font-size: var(--fs-body);
  font-weight: 500;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 420px;
}

ul.hero-desc {
  padding-left: 20px;
  list-style: disc;
}

ul.hero-desc li {
  margin-bottom: 6px;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: var(--fs-small);
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26, 24, 100, .15);
}

.btn-primary {
  background: var(--orange);
  color: #fff;
  border: none;
}

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

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 0;
}

.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  opacity: 0.72;
}

.hero-meta-sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--orange);
  opacity: 0.5;
  margin: 0 10px;
}

.hero-img-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 583px;
  height: 285px;
  overflow: hidden;
  border-radius: 16px;
}

.hero-img-wrap img {
  width: 583px;
  height: 285px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 16px;
}

/* ── STRIP ── */
.strip {
  background: var(--ink);
  padding: 0 24px;
}

.strip-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 28px 0;
}

.strip-item {
  text-align: center;
  color: #fff;
  padding: 0 24px;
}

.strip-item strong {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.strip-item span {
  font-size: var(--fs-small);
  font-weight: 500;
  opacity: .75;
}

/* ── SECTION LABEL ── */
.section-label {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}

.section-title {
  font-size: var(--fs-h2);
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--ink);
}

/* ── WHY JOIN ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
}

.why-card {
  background: var(--muted);
  border-radius: var(--r);
  padding: 28px 24px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  box-sizing: border-box;
}

.why-icon {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 1;
}

.why-card h3 {
  font-size: var(--fs-h3);
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--ink);
}

.why-card p {
  font-size: var(--fs-small);
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

/* ── PAY ── */
#pay {
  background: var(--muted);
}

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

.pay-card {
  background: var(--bg);
  border-radius: var(--r);
  padding: 28px;
  border: 1px solid var(--border);
}

.pay-card h3 {
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pay-card ul {
  list-style: none;
}

.pay-card ul li {
  font-size: var(--fs-small);
  font-weight: 500;
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 10px;
}

.pay-card ul li:last-child {
  border-bottom: none;
}

.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  margin-top: 8px;
}

/* ── WHO ── */
.who-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.who-card {
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--bg);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}

.who-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 42, 74, .1);
}

.who-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--muted);
  flex-shrink: 0;
}

.who-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.who-card:hover .who-img {
  transform: scale(1.04);
}

.who-body {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
}

.who-num {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--orange);
  background: #ffe5d4;
  border-radius: 6px;
  padding: 3px 8px;
  flex-shrink: 0;
  margin-top: 2px;
}

.who-card p {
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
}

/* ── PROCESS ── */
#process {
  background: var(--ink);
}

#process .section-label {
  color: #f9a07a;
}

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

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.steps::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: rgba(255, 255, 255, .15);
}

.step {
  text-align: center;
  position: relative;
  padding: 0 12px;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  position: relative;
  z-index: 1;
}

.step h4 {
  font-size: var(--fs-small);
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.step p {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .6);
}

/* ── TESTIMONIAL ── */
blockquote {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 500;
  font-style: italic;
  color: var(--ink);
  line-height: 1.7;
}

blockquote footer {
  margin-top: 16px;
  font-style: normal;
  font-size: var(--fs-small);
  font-weight: 700;
  color: var(--orange);
}

/* ── FAQ ── */
#faq {
  background: var(--muted);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

details {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}

summary {
  padding: 18px 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: var(--fs-small);
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

summary::after {
  content: '+';
  font-size: 20px;
  color: var(--orange);
  font-weight: 400;
  transition: transform .2s;
  flex-shrink: 0;
}

details[open] summary::after {
  transform: rotate(45deg);
}

.faq-body {
  padding: 0 20px 18px;
  font-size: var(--fs-small);
  font-weight: 500;
  line-height: 1.65;
  color: var(--text);
}

/* ── CTA ── */
#cta {
  text-align: center;
  background: var(--bg);
  padding-bottom: 32px;
}

#cta h2 {
  font-size: var(--fs-h2);
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--ink);
}

#cta p {
  font-size: var(--fs-body);
  font-weight: 500;
  margin-bottom: 28px;
  color: var(--text);
}

.cta-contacts {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--text);
  opacity: .8;
  flex-wrap: wrap;
}

.cta-contacts a {
  color: inherit;
  text-decoration: none;
}

.cta-contacts a:hover {
  text-decoration: underline;
}

/* ── FOOTER ── */
footer {

  text-align: center;
  padding: 16px 24px;
  color: rgba(255, 255, 255, .55);
  font-size: var(--fs-small);
  font-weight: 500;
}

footer strong {
  color: #fff;
  font-weight: 700;
}

/* ── RESPONSIVE ── */
@media (max-width: 680px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-img-wrap {
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }

  .hero-text {
    padding-bottom: 0;
  }

  .strip-inner {
    flex-direction: column;
    gap: 24px;
    padding: 32px 0;
  }

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

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

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

  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .steps::before {
    display: none;
  }


}

/* ═══════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229, 233, 240, 0.8);
  padding: 14px 0;
  transition: box-shadow 0.3s;
}

.nav.scrolled {
  box-shadow: 0 2px 20px rgba(15, 42, 74, 0.1);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav-logo-name {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.5px;
}

.nav-logo-sub {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-gray);
  margin-top: 3px;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-dark);
  position: relative;
  padding: 4px 0;
  transition: color 0.2s;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width 0.25s;
}

.nav-link:hover {
  color: var(--orange);
}

.nav-link:hover::after,
.nav-link.active-nav::after {
  width: 100%;
}

.nav-link.active-nav {
  color: var(--orange);
}

.nav-cta {
  padding: 10px 24px;
  font-size: 0.9rem;
}

/* --- TRIAL MODAL --- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 42, 74, 0.6);
  backdrop-filter: blur(5px);
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
}

.modal-container {
  background: var(--white);
  width: 90%;
  max-width: 600px;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.modal-overlay.active .modal-container {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f1f5f9;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--text-light);
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background: #e2e8f0;
}

@media (max-width: 480px) {
  .modal-container {
    padding: 30px 20px;
    width: 95%;
  }
}

/* --- IFRAME MODAL --- */
.iframe-modal-container {
  width: 95%;
  max-width: 900px;
  height: 90vh;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  display: block;
  position: relative;
}

.iframe-wrapper {
  width: 100%;
  position: relative;
}

.iframe-wrapper iframe {
  display: block;
  width: 100%;
  border: none;
}

.iframe-modal-container .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
  border: 1px solid #eee;
}

@media (max-width: 768px) {
  .iframe-modal-container {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    border-radius: 0;
  }

  .iframe-modal-container .modal-close {
    top: 15px;
    right: 15px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}

.hamburger {
  display: none;
  font-size: 1.4rem;
  color: var(--navy);
  cursor: pointer;
  background: none;
  border: none;
}



@media (max-width: 900px) {
  #hero {
    padding-bottom: 60px;
  }

  .hero-img-wrap {
    width: 100%;
    max-width: 583px;
    height: auto;
    aspect-ratio: 583 / 285;
  }

  .hero-img-wrap img {
    width: 100%;
    height: 100%;
  }

  .nav-links {
    display: none;
  }

  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    gap: 20px;
    z-index: 999;
  }

  .hamburger {
    display: block;
  }
}