@import "tailwindcss";

:root {
  --navy: #0a0f1e;
  --navy-2: #0b1c35;
  --gold: #c9a227;
  --gold-dark: #bf8822;
  --sky: #4fc3f7;
  --mist: #f3f7fa;
  --white: #ffffff;
  --ink-muted: #516073;
  --line: #dbe5ec;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.legal-page {
  background: var(--mist);
  min-height: 70vh;
  padding: 72px clamp(24px, 8vw, 130px) 96px;
}
.legal-document {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(10,15,30,.08);
}
.legal-document h1 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.legal-document .updated {
  margin: 0 0 44px;
  color: var(--gold-dark);
  font-weight: 700;
}
.legal-document h2 {
  margin: 38px 0 14px;
  color: var(--navy);
  font-size: 25px;
  letter-spacing: -.025em;
}
.legal-document h3 {
  margin: 28px 0 12px;
  color: var(--navy);
  font-size: 20px;
}
.legal-document p,
.legal-document li {
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.75;
}
.legal-document ul { padding-left: 24px; }
.legal-document li + li { margin-top: 7px; }
.legal-document a {
  color: var(--navy);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}
.legal-note {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-style: italic;
}
.price-table-wrap {
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
}
.price-table th,
.price-table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.price-table th {
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
}
.price-table tr:last-child td { border-bottom: 0; }
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--gold-dark);
  font-weight: 800;
}

@media (max-width: 720px) {
  .legal-page { padding: 36px 16px 60px; }
  .legal-document { padding: 28px 22px; border-radius: 14px; }
  .legal-document .updated { margin-bottom: 32px; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 88px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  width: 52px; height: 52px; border-radius: 12px; overflow: hidden;
  background: var(--navy); box-shadow: 0 5px 18px rgba(5,14,31,.14);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.brand strong { font-size: 22px; letter-spacing: -.03em; }
.brand small { font-size: 9px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: .14em; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { font-size: 15px; font-weight: 600; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .2s ease; }
nav a:hover::after { right: 0; }
.header-cta { border: 1px solid var(--navy); border-radius: 10px; padding: 12px 18px; font-weight: 700; font-size: 14px; }

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: 48% 52%;
  background: var(--mist);
}
.hero-copy {
  padding: 90px clamp(32px, 5vw, 82px);
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  background: radial-gradient(circle at 90% 20%, rgba(79,195,247,.11), transparent 34%), var(--mist);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--gold-dark); text-transform: uppercase; letter-spacing: .16em;
  font-size: 12px; font-weight: 800; margin-bottom: 24px;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--gold); }
.hero h1 {
  font-size: clamp(45px, 4.7vw, 74px); line-height: .99; letter-spacing: -.055em;
  margin: 0 0 28px; max-width: 720px;
}
.hero h1 span { color: var(--gold-dark); }
.hero-copy > p { margin: 0 0 34px; max-width: 590px; color: var(--ink-muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 26px;
  border-radius: 9px; padding: 0 24px; border: 0; cursor: pointer; font-weight: 800;
}
.button.primary { background: var(--gold); color: var(--navy); box-shadow: 0 8px 20px rgba(226,176,74,.25); }
.button.primary:hover { background: #edbd59; transform: translateY(-2px); }
.button span { font-size: 21px; }
.text-link { font-weight: 750; border-bottom: 1px solid var(--navy); padding-bottom: 4px; }
.hero-proof { display: flex; gap: 30px; margin-top: 48px; color: var(--ink-muted); font-size: 13px; }
.hero-proof span { padding-left: 13px; border-left: 2px solid var(--sky); }
.hero-proof b { display: block; color: var(--navy); margin-bottom: 3px; }
.hero-media { min-height: 660px; position: relative; overflow: hidden; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.hero-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 30px 0 45px rgba(5,14,31,.12); pointer-events: none; }
.media-badge {
  position: absolute; z-index: 2; left: 36px; bottom: 34px; display: flex; gap: 13px; align-items: center;
  background: rgba(255,255,255,.94); padding: 15px 20px; border-radius: 12px; box-shadow: 0 10px 30px rgba(5,14,31,.2);
}
.media-badge .pulse { color: var(--gold-dark); font-size: 32px; }
.media-badge span:last-child { display: flex; flex-direction: column; gap: 3px; }
.media-badge small { color: var(--ink-muted); }

.trust-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white);
}
.trust-strip > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 10px; padding: 10px 28px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-strip span { grid-row: 1 / 3; color: var(--gold-dark); font-size: 28px; }
.trust-strip b { font-size: 14px; }
.trust-strip small { color: var(--ink-muted); margin-top: 5px; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .business-section h2, .about-section h2, .faq-section h2, .contact-section h2 {
  margin: 0; font-size: clamp(38px, 4vw, 60px); line-height: 1.03; letter-spacing: -.045em;
}
.section-heading p { color: var(--ink-muted); font-size: 18px; line-height: 1.7; margin: 0 0 5px; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.course-card {
  min-height: 335px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white);
  display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.course-card:last-child { grid-column: 2; }
.course-card:hover { transform: translateY(-5px); border-color: var(--sky); box-shadow: 0 18px 42px rgba(5,14,31,.09); }
.course-number { color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.course-card h3 { margin: 26px 0 13px; font-size: 24px; letter-spacing: -.03em; }
.course-card p { margin: 0; color: var(--ink-muted); line-height: 1.65; font-size: 15px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }
.tags span { font-size: 11px; font-weight: 700; padding: 6px 9px; border-radius: 99px; background: var(--mist); color: var(--ink-muted); }
.course-card a { margin-top: auto; font-weight: 800; font-size: 14px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 18px; }

.business-section {
  padding: 105px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px;
  color: var(--white); background: radial-gradient(circle at 80% 20%, #12345a, transparent 32%), var(--navy);
}
.business-copy > p { color: #bac7d4; font-size: 18px; line-height: 1.7; max-width: 650px; margin: 28px 0; }
.business-copy ul { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 15px; }
.business-copy li { color: #d8e1e8; }
.business-copy li span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 10px; color: var(--navy); background: var(--sky); border-radius: 50%; font-weight: 900; }
.business-panel { align-self: center; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; padding: 38px; background: rgba(255,255,255,.055); }
.business-panel > p { color: var(--sky); text-transform: uppercase; font-size: 12px; letter-spacing: .15em; font-weight: 800; margin: 0 0 22px; }
.business-types { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.business-types span { padding: 18px; border-radius: 10px; background: rgba(255,255,255,.08); font-weight: 700; font-size: 14px; }
blockquote { margin: 34px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.18); color: var(--gold); font-size: 22px; line-height: 1.45; font-weight: 650; }

.method-section { background: var(--mist); }
.section-heading.compact { margin-bottom: 48px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps article { position: relative; padding: 28px 28px 10px 0; }
.steps article::before { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; top: -5px; left: 0; background: var(--gold); box-shadow: 0 0 0 5px var(--mist); }
.steps span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.steps h3 { font-size: 23px; margin: 24px 0 10px; }
.steps p { color: var(--ink-muted); line-height: 1.65; margin: 0; font-size: 14px; max-width: 260px; }

.about-section { padding: 110px clamp(24px, 9vw, 150px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.about-mark { aspect-ratio: 1; max-width: 470px; overflow: hidden; border-radius: 28px; box-shadow: 0 30px 60px rgba(5,14,31,.18); }
.about-mark img { width: 100%; height: 100%; object-fit: cover; }
.about-copy > p { color: var(--ink-muted); font-size: 17px; line-height: 1.8; margin: 24px 0 0; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.values span { display: flex; flex-direction: column; padding: 17px 14px; background: var(--mist); border-radius: 10px; border-top: 3px solid var(--gold); }
.values small { color: var(--ink-muted); margin-top: 5px; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; background: var(--mist); }
.faq-heading > p { color: var(--ink-muted); line-height: 1.6; margin-top: 22px; }
.faq-list { border-top: 1px solid #cbd8e2; }
details { border-bottom: 1px solid #cbd8e2; padding: 22px 0; }
summary { cursor: pointer; font-weight: 800; font-size: 17px; list-style: none; padding-right: 30px; position: relative; }
summary::after { content: "+"; position: absolute; right: 4px; font-size: 24px; color: var(--gold-dark); top: -4px; }
details[open] summary::after { content: "–"; }
details p { color: var(--ink-muted); line-height: 1.7; margin: 15px 45px 0 0; }

.contact-section { padding: 105px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; color: var(--white); background: var(--navy); }
.contact-copy > p { color: #b9c7d5; line-height: 1.7; font-size: 17px; margin: 25px 0; max-width: 530px; }
.contact-details { display: flex; gap: 50px; margin-top: 46px; }
.contact-details span { display: flex; flex-direction: column; }
.contact-details small { color: var(--sky); margin-bottom: 6px; }
.contact-form { padding: 34px; background: var(--white); color: var(--navy); border-radius: 20px; display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; border: 1px solid var(--line); background: var(--mist); border-radius: 8px; padding: 14px; color: var(--navy); outline: none;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(79,195,247,.2); }
.contact-form textarea { resize: vertical; }
.contact-form > small { color: var(--ink-muted); }
.contact-consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; font-weight: 600 !important; line-height: 1.45; }
.contact-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); }
.contact-consent a { color: #174b73; text-decoration: underline; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 20px; margin: 0; font-size: 14px; font-weight: 800; line-height: 1.4; }
.form-status.is-success { color: #157347; }
.form-status.is-error { color: #b42318; }

footer { color: var(--white); background: #020812; }
.footer-main { padding: 68px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1.7fr; gap: 55px; }
.footer-brand { width: max-content; }
.footer-brand small { color: #92a4b6; }
.footer-main > p { color: #92a4b6; max-width: 390px; line-height: 1.7; grid-row: 2; }
.footer-links { grid-row: 1 / 3; grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; color: #a9b7c5; font-size: 14px; }
.footer-links b { color: var(--white); margin-bottom: 7px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid #172131; padding: 22px clamp(24px, 7vw, 110px); display: flex; justify-content: space-between; color: #738497; font-size: 12px; }

@media (max-width: 1050px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 70px; }
  .hero-media { min-height: 520px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .course-grid { grid-template-columns: 1fr 1fr; }
  .course-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .business-section, .about-section, .faq-section, .contact-section { grid-template-columns: 1fr; gap: 55px; }
  .about-mark { max-width: 420px; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; padding: 0 17px; }
  .brand-mark { width: 43px; height: 43px; }
  .brand strong { font-size: 19px; }
  .brand small { display: none; }
  .header-cta { padding: 10px 12px; font-size: 12px; }
  .hero-copy { padding: 58px 22px; }
  .hero h1 { font-size: 44px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { flex-direction: column; gap: 14px; margin-top: 36px; }
  .hero-media { min-height: 390px; }
  .hero-media > img { object-position: 50% center; }
  .media-badge { left: 18px; bottom: 18px; right: 18px; }
  .trust-strip { grid-template-columns: 1fr; padding: 16px 22px; }
  .trust-strip > div { border: 0; border-bottom: 1px solid var(--line); padding: 17px 0; }
  .section, .business-section, .about-section, .faq-section, .contact-section { padding: 76px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card:last-child { grid-column: auto; width: 100%; }
  .course-card { min-height: 315px; }
  .business-types { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line); }
  .steps article { padding: 0 0 32px 30px; }
  .steps article::before { top: 5px; left: -5px; }
  .about-mark { width: 100%; }
  .values { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
  .contact-details { gap: 25px; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; padding: 55px 22px; }
  .footer-main > p { grid-row: auto; }
  .footer-links { grid-row: auto; grid-column: auto; grid-template-columns: 1fr 1fr; }
  .footer-bottom { padding: 20px 22px; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
