/* ===== ARQ-BLOCKS BASE ===== */
.arq-section { box-sizing: border-box; padding-block: var(--wp--preset--spacing--70); width: 100%; }
.arq-section-compact { padding-block: var(--wp--preset--spacing--60); }
.arq-section--viewport { align-items: center; display: flex; min-height: 100svh; }
.arq-section--sticky { position: sticky; top: 0; }
.arq-section--media { overflow: hidden; }
.arq-section--split .arq-section__inner { align-items: center; display: grid; gap: var(--wp--preset--spacing--60); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.arq-section--dark, .arq-band-ink { background: var(--wp--preset--color--ink); color: var(--wp--preset--color--surface); }
.arq-section--light, .arq-band-surface { background: var(--wp--preset--color--surface); color: var(--wp--preset--color--ink); }
.arq-band-canvas { background: var(--wp--preset--color--canvas); }
.arq-band-primary { background: var(--wp--preset--color--primary); color: var(--wp--preset--color--surface); }
.arq-section__inner { box-sizing: border-box; margin-inline: auto; max-width: var(--wp--style--global--wide-size); padding-inline: var(--wp--preset--spacing--40); width: 100%; }
.arq-section__inner--wide { max-width: min(1440px, calc(100vw - 2rem)); }
.arq-section__inner--narrow { max-width: var(--wp--style--global--content-size); }
.arq-media-fill, .arq-media-contain { display: block; height: 100%; width: 100%; }
.arq-media-fill { object-fit: cover; }
.arq-media-contain { object-fit: contain; }
.arq-copy-stack { display: grid; gap: var(--wp--preset--spacing--30); }
.arq-eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; margin: 0; text-transform: uppercase; }
.arq-card { border: 1px solid rgb(17 24 39 / 10%); border-radius: 8px; box-shadow: 0 18px 48px rgb(17 24 39 / 8%); height: 100%; }
.arq-site-header, .arq-site-footer { padding-block: var(--wp--preset--spacing--30); padding-inline: var(--wp--preset--spacing--40); }
.arq-site-header { background: var(--wp--preset--color--surface); border-bottom: 1px solid rgb(17 24 39 / 10%); }
.arq-site-header__inner, .arq-site-footer__inner { gap: var(--wp--preset--spacing--40); margin-inline: auto; max-width: 1180px; }
.arq-site-title a { color: inherit; font-weight: 800; text-decoration: none; }
.arq-site-header__nav, .arq-site-footer__nav { font-size: var(--wp--preset--font-size--small); }
.arq-site-footer { background: var(--wp--preset--color--ink); color: var(--wp--preset--color--surface); }
.arq-site-footer a { color: inherit; }
.arq-single { padding-block: var(--wp--preset--spacing--60); }
.arq-post-meta { color: var(--wp--preset--color--muted); font-size: var(--wp--preset--font-size--small); gap: var(--wp--preset--spacing--30); }
.arq-section-bg { background-position: center; background-size: cover; color: var(--wp--preset--color--surface, #fff); isolation: isolate; position: relative; }
.arq-section-bg::before { content: ""; inset: 0; opacity: 0; pointer-events: none; position: absolute; z-index: -1; }
.arq-section-bg--overlay-dark::before { background: #000; opacity: 0.48; }
.arq-section-bg--overlay-light::before { background: #fff; opacity: 0.62; }
.arq-section-bg--overlay-light { color: var(--wp--preset--color--ink, #111827); }
.arq-block-gap-none main.wp-block-group, .arq-block-gap-none main.wp-block-group > .wp-block-post-content, .arq-block-gap-none main.wp-block-group > .entry-content { --wp--style--block-gap: 0; }
.arq-section-spacing-template-controlled .arq-section { margin-block-start: 0; }
[data-arq-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 480ms ease, transform 480ms ease; }
[data-arq-revealed="true"] { opacity: 1; transform: translateY(0); }

/* ===== M-POWER TYPOGRAPHY ===== */
.display { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: -0.01em; line-height: 0.88; }
.eyebrow { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--red); }
.eyebrow.no-tick::before { display: none; }

/* ===== M-POWER LAYOUT ===== */
.wrap { max-width: 1400px; margin: 0 auto; padding: 0 48px; }
.wrap-wide { max-width: 1600px; margin: 0 auto; padding: 0 48px; }

/* ===== M-POWER HEADER ===== */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 14px 48px; display: flex; align-items: center; justify-content: space-between; transition: background 0.3s ease, border-color 0.3s ease, padding 0.3s ease; border-bottom: 1px solid transparent; }
.header.scrolled { background: rgba(10,10,10,0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom-color: var(--line); padding: 10px 48px; }
.header-logo { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 22px; letter-spacing: 0.02em; text-transform: uppercase; color: var(--bone); white-space: nowrap; flex-shrink: 0; }
.header-logo-mark { width: 36px; height: 36px; background: var(--red); display: grid; place-items: center; font-family: var(--display); font-size: 22px; color: white; clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%); }
.nav { display: flex; gap: 36px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
.nav a { color: var(--bone); opacity: 0.7; transition: opacity 0.15s ease; position: relative; padding: 4px 0; }
.nav a:hover, .nav a.active { opacity: 1; }
.nav a.active::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: var(--red); }
.header-right { display: flex; align-items: center; gap: 16px; }
.phone-link { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; display: flex; align-items: center; gap: 6px; opacity: 0.8; white-space: nowrap; }
.phone-link:hover { opacity: 1; }

/* ===== M-POWER BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; border-radius: 0; transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease; cursor: pointer; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 0 0 0 var(--red-glow); }
.btn-primary:hover { background: var(--red-2); box-shadow: 0 8px 28px -8px var(--red-glow); }
.btn-ghost { background: transparent; color: var(--bone); border: 1px solid rgba(255,255,255,0.25); }
.btn-ghost:hover { border-color: var(--bone); background: rgba(255,255,255,0.06); }
.btn-light { background: var(--bone); color: var(--ink); }
.btn-light:hover { background: white; }
.btn-arrow::before { content: '→'; font-family: var(--body); font-weight: 400; font-size: 16px; line-height: 1; }
.btn-lg { padding: 18px 28px; font-size: 14px; }

/* ===== M-POWER HERO ===== */
.hero { position: relative; min-height: 100vh; height: 920px; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.2) 30%, rgba(10,10,10,0.5) 60%, rgba(10,10,10,0.95) 100%), linear-gradient(90deg, rgba(10,10,10,0.75) 0%, rgba(10,10,10,0.1) 45%, rgba(10,10,10,0.55) 75%, rgba(10,10,10,0.9) 100%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: contrast(1.05) saturate(0.85); }
.hero-inner { position: relative; z-index: 2; width: 100%; padding: 0 48px 80px; max-width: 1600px; margin: 0 auto; }
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 48px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--bone); margin-bottom: 28px; }
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,0.2); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.2); opacity: 0.7; } }
.hero-title { font-family: var(--display); font-size: clamp(72px, 11vw, 188px); line-height: 0.84; text-transform: uppercase; letter-spacing: -0.015em; color: var(--bone); }
.hero-title .red { color: var(--red); }
.hero-title .outline { -webkit-text-stroke: 2px var(--bone); color: transparent; }
.hero-cta-row { margin-top: 40px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-side { padding-bottom: 8px; position: relative; }
.hero-side::before { content: ''; position: absolute; inset: -32px -32px -16px -32px; background: linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0.5) 30%, rgba(10,10,10,0.75) 100%); z-index: -1; filter: blur(20px); pointer-events: none; }
.hero-side-lead { font-size: 17px; line-height: 1.55; color: var(--bone); opacity: 0.85; margin-bottom: 28px; max-width: 380px; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.2); }
.stat .stat-num { font-family: var(--display); font-size: 56px; line-height: 1; color: var(--bone); }
.stat .stat-num .red { color: var(--red); }
.stat .stat-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.hero-ticker { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; border-top: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.4); backdrop-filter: blur(8px); overflow: hidden; padding: 14px 0; }
.ticker-track { display: flex; gap: 64px; animation: ticker 30s linear infinite; white-space: nowrap; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--bone); opacity: 0.8; }
.ticker-track > * { display: flex; align-items: center; gap: 16px; }
.ticker-track .sep { color: var(--red); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== TRUST BAR ===== */
.trust { background: var(--ink); border-bottom: 1px solid var(--line); padding: 28px 0; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 14px; color: var(--bone); }
.trust-item .icon { width: 32px; height: 32px; display: grid; place-items: center; color: var(--red); flex-shrink: 0; }
.trust-item .label { font-size: 13px; line-height: 1.3; }
.trust-item .label strong { display: block; font-family: var(--display); font-size: 20px; letter-spacing: 0.02em; margin-bottom: 2px; color: var(--bone); }

/* ===== SECTION HEADERS ===== */
.section-pad { padding: 120px 0; }
.section-pad-sm { padding: 80px 0; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 64px; }
.section-head h2 { font-family: var(--display); font-size: clamp(48px, 6vw, 96px); line-height: 0.9; text-transform: uppercase; letter-spacing: -0.01em; color: var(--bone); }
.section-head h2 .red { color: var(--red); }
.section-head h2 .outline { -webkit-text-stroke: 1.5px var(--bone); color: transparent; }
.section-head .lead { font-size: 17px; line-height: 1.55; color: var(--muted); max-width: 440px; }

/* ===== WHY KRAV ===== */
.why-section { background: var(--ink); padding: 120px 0; }
.why-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.why-card { background: var(--ink); padding: 40px 32px; position: relative; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; transition: background 0.25s ease; cursor: default; }
.why-card:hover { background: var(--ink-2); }
.why-card-num { font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; color: var(--red); margin-bottom: 32px; }
.why-card h3 { font-family: var(--display); font-size: 32px; line-height: 1; text-transform: uppercase; letter-spacing: 0; color: var(--bone); margin-bottom: 16px; }
.why-card p { font-size: 15px; line-height: 1.55; color: var(--muted); }
.why-card.wide { grid-column: span 6; }
.why-card.med { grid-column: span 4; }
.why-card.sm { grid-column: span 3; }
.why-card.spanall { grid-column: span 12; min-height: 220px; }
.why-card.feature { grid-column: span 6; grid-row: span 2; min-height: 0; padding: 0; background: var(--ink-2); position: relative; overflow: hidden; }
.why-card.feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.65; }
.why-card.feature .overlay { position: relative; z-index: 1; padding: 40px 32px; display: flex; flex-direction: column; justify-content: space-between; height: 100%; background: linear-gradient(180deg, rgba(10,10,10,0.2), rgba(10,10,10,0.85)); }
.why-card.feature h3 { font-size: 56px; max-width: 8ch; }

/* ===== AUDIENCE ===== */
.audience { background: var(--bone); color: var(--ink); padding: 120px 0; }
.audience .section-head h2 { color: var(--ink); }
.audience .section-head .lead { color: #4a4a4a; }
.audience .section-head h2 .outline { -webkit-text-stroke: 1.5px var(--ink); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.audience-card { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--ink); color: var(--bone); cursor: pointer; transition: transform 0.3s ease; }
.audience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.audience-card:hover img { transform: scale(1.04); }
.audience-card .ac-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.9)); display: flex; flex-direction: column; justify-content: flex-end; padding: 36px 32px; }
.audience-card .ac-num { position: absolute; top: 28px; left: 32px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; color: var(--bone); }
.audience-card .ac-tag { position: absolute; top: 28px; right: 32px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--bone); padding: 4px 10px; background: var(--red); }
.audience-card h3 { font-family: var(--display); font-size: 56px; line-height: 0.9; text-transform: uppercase; margin-bottom: 12px; }
.audience-card p { font-size: 14px; line-height: 1.5; opacity: 0.85; margin-bottom: 20px; max-width: 28ch; }
.audience-card .ac-link { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.3); }

/* ===== SCHEDULE ===== */
.schedule { background: var(--ink); padding: 120px 0; position: relative; }
.schedule-tabs { display: flex; gap: 0; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.schedule-tab { padding: 16px 28px 16px 0; margin-right: 28px; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); cursor: pointer; position: relative; transition: color 0.2s; }
.schedule-tab.active { color: var(--bone); }
.schedule-tab.active::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 28px; height: 2px; background: var(--red); }
.schedule-grid { display: grid; grid-template-columns: 80px repeat(7, 1fr); border: 1px solid var(--line); background: var(--ink); }
.sched-cell { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px; min-height: 70px; font-size: 13px; position: relative; }
.sched-cell:nth-child(8n) { border-right: none; }
.sched-head { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); background: var(--ink-2); display: flex; align-items: center; justify-content: center; font-weight: 600; }
.sched-time { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted); display: flex; align-items: center; justify-content: center; background: var(--ink-2); }
.sched-class { margin: 4px; padding: 8px 10px; cursor: pointer; transition: filter 0.15s; display: flex; flex-direction: column; gap: 2px; height: calc(100% - 8px); }
.sched-class:hover { filter: brightness(1.15); }
.sched-class.adults { background: rgba(220,38,38,0.15); border-left: 3px solid var(--red); }
.sched-class.kids { background: rgba(255,214,0,0.12); border-left: 3px solid var(--accent); }
.sched-class.women { background: rgba(244,114,182,0.12); border-left: 3px solid #ec4899; }
.sched-class.mace { background: rgba(110,231,183,0.1); border-left: 3px solid #6ee7b7; }
.sched-class .name { font-weight: 700; font-size: 12px; color: var(--bone); text-transform: uppercase; letter-spacing: 0.04em; }
.sched-class .meta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: var(--muted); }
.sched-legend { display: flex; gap: 24px; margin-top: 24px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); }
.sched-legend .swatch { display: inline-block; width: 10px; height: 10px; margin-right: 8px; vertical-align: middle; }

/* ===== INSTRUCTOR ===== */
.instructor { background: var(--ink-2); padding: 120px 0; position: relative; overflow: hidden; }
.instructor-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.instructor-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--ink); }
.instructor-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.2) contrast(1.05); }
.instructor-photo .badge { position: absolute; bottom: 24px; left: 24px; background: var(--red); color: white; padding: 14px 20px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
.instructor-name { font-family: var(--display); font-size: clamp(56px, 7vw, 112px); line-height: 0.88; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 24px; color: var(--bone); }
.instructor-name .red { color: var(--red); }
.instructor-lead { font-size: 19px; line-height: 1.55; color: var(--bone); margin-bottom: 32px; max-width: 540px; }
.instructor-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.cred { padding: 16px 18px; background: rgba(255,255,255,0.04); border-left: 2px solid var(--red); }
.cred .label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; margin-bottom: 4px; }
.cred .value { font-family: var(--display); font-size: 22px; text-transform: uppercase; color: var(--bone); letter-spacing: 0.01em; }

/* ===== TESTIMONIALS ===== */
.testimonials { background: var(--ink); padding: 120px 0; position: relative; }
.testimonial-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.testimonial-feature { position: relative; background: var(--ink-2); padding: 56px 48px; min-height: 460px; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-feature .quote-mark { font-family: var(--display); font-size: 200px; line-height: 0.6; color: var(--red); position: absolute; top: 32px; right: 32px; opacity: 0.18; }
.testimonial-feature .quote { font-size: 26px; line-height: 1.35; color: var(--bone); font-weight: 500; letter-spacing: -0.005em; position: relative; z-index: 1; }
.testimonial-feature .attrib { margin-top: 32px; display: flex; align-items: center; gap: 16px; }
.attrib .avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--red); display: grid; place-items: center; font-family: var(--display); font-size: 22px; color: white; flex-shrink: 0; }
.attrib .info .name { font-family: var(--display); font-size: 20px; letter-spacing: 0.02em; text-transform: uppercase; color: var(--bone); }
.attrib .info .meta { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase; }
.testimonial-stack { display: grid; grid-template-rows: repeat(2, 1fr); gap: 16px; }
.testimonial-mini { padding: 28px; background: var(--ink-2); border-left: 2px solid var(--red); }
.testimonial-mini .quote { font-size: 15px; line-height: 1.55; color: var(--bone); margin-bottom: 20px; opacity: 0.9; }
.testimonial-controls { display: flex; gap: 12px; margin-top: 40px; align-items: center; justify-content: flex-end; }
.tc-btn { width: 48px; height: 48px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--bone); transition: all 0.15s; cursor: pointer; background: none; font-family: var(--body); font-size: 18px; }
.tc-btn:hover { background: var(--red); border-color: var(--red); }
.tc-count { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--muted); margin-right: 16px; }
.stars { display: inline-flex; gap: 2px; color: var(--red); font-size: 14px; }

/* ===== PRICING ===== */
.pricing { background: var(--bone); color: var(--ink); padding: 120px 0; }
.pricing .section-head h2 { color: var(--ink); }
.pricing .section-head .lead { color: #4a4a4a; }
.pricing .section-head h2 .outline { -webkit-text-stroke: 1.5px var(--ink); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid #d4cfc3; }
.price-card { background: var(--bone); padding: 48px 36px; border-right: 1px solid #d4cfc3; position: relative; display: flex; flex-direction: column; }
.price-card:last-child { border-right: none; }
.price-card.featured { background: var(--ink); color: var(--bone); }
.price-tag { position: absolute; top: 0; right: 0; background: var(--red); color: white; padding: 6px 14px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; }
.price-name { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: #4a4a4a; margin-bottom: 16px; }
.price-card.featured .price-name { color: var(--muted); }
.price-amount { font-family: var(--display); font-size: 96px; line-height: 0.9; margin-bottom: 4px; display: flex; align-items: flex-start; }
.price-amount .currency { font-size: 32px; margin-top: 12px; margin-right: 4px; }
.price-amount .per { font-family: var(--body); font-size: 14px; letter-spacing: 0; text-transform: lowercase; color: #4a4a4a; margin-top: 56px; margin-left: 8px; font-weight: 600; }
.price-card.featured .price-amount .per { color: var(--muted); }
.price-desc { font-size: 14px; line-height: 1.5; margin-bottom: 28px; color: #4a4a4a; }
.price-card.featured .price-desc { color: rgba(245,242,235,0.7); }
.price-features { list-style: none; margin: 0 0 32px 0; padding: 0; border-top: 1px solid #d4cfc3; flex: 1; }
.price-card.featured .price-features { border-top-color: var(--line); }
.price-features li { padding: 14px 0; border-bottom: 1px solid #d4cfc3; font-size: 14px; display: flex; align-items: center; gap: 12px; }
.price-card.featured .price-features li { border-bottom-color: var(--line); }
.price-features li::before { content: '✓'; color: var(--red); font-weight: 700; font-size: 14px; }
.price-features li.x::before { content: '✕'; color: #b8b3a7; opacity: 0.5; }
.price-features li.x { opacity: 0.55; }
.price-card .btn { width: 100%; justify-content: center; }
.price-card.featured .btn { background: var(--red); color: white; }

/* ===== FIRST CLASS STEPS ===== */
.first-class { background: var(--ink); padding: 120px 0; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.step { position: relative; padding: 0 24px 0 0; border-right: 1px solid var(--line); }
.step:last-child { border-right: none; }
.step:not(:first-child) { padding-left: 32px; }
.step-num { font-family: var(--display); font-size: 72px; color: transparent; -webkit-text-stroke: 1.5px var(--red); line-height: 1; margin-bottom: 24px; }
.step h3 { font-family: var(--display); font-size: 24px; text-transform: uppercase; letter-spacing: 0.02em; color: var(--bone); margin-bottom: 12px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.55; }

/* ===== CTA BANNER ===== */
.cta-banner { position: relative; padding: 140px 0; overflow: hidden; background: var(--ink-2); }
.cta-banner .bg { position: absolute; inset: 0; background-image: url('https://images.squarespace-cdn.com/content/v1/656dd52e052d006d0d6a3b00/9133fb4b-7909-45dc-84fb-8c72e4268a0e/Home_03.jpg'); background-size: cover; background-position: center; opacity: 0.45; filter: grayscale(0.4); }
.cta-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,0.95), rgba(10,10,10,0.55) 60%, rgba(10,10,10,0.95)); }
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.cta-title { font-family: var(--display); font-size: clamp(56px, 7vw, 120px); line-height: 0.9; text-transform: uppercase; letter-spacing: -0.01em; color: var(--bone); }
.cta-title .red { color: var(--red); }
.cta-title .outline { -webkit-text-stroke: 1.5px var(--bone); color: transparent; }
.cta-form { background: var(--ink); border: 1px solid var(--line); padding: 36px; }
.cta-form .form-label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted); margin-bottom: 24px; display: block; }
.form-field { margin-bottom: 14px; }
.form-field input, .form-field select { width: 100%; padding: 14px 16px; background: var(--ink-2); border: 1px solid var(--line); color: var(--bone); font-family: var(--body); font-size: 14px; outline: none; transition: border-color 0.15s; }
.form-field input:focus, .form-field select:focus { border-color: var(--red); }
.form-field input::placeholder { color: var(--muted); }
.form-field select option { background: var(--ink-2); }
.cta-form .btn { width: 100%; justify-content: center; margin-top: 8px; }
.cta-form .privacy { font-size: 11px; color: var(--muted); margin-top: 14px; text-align: center; }

/* ===== FAQ ===== */
.faq { background: var(--ink); padding: 120px 0; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { padding: 28px 0; font-family: var(--display); font-size: 24px; text-transform: uppercase; letter-spacing: 0.01em; color: var(--bone); display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-align: left; width: 100%; transition: color 0.15s; background: none; border: none; }
.faq-q:hover { color: var(--red); }
.faq-q .toggle { font-family: var(--body); font-size: 22px; font-weight: 300; color: var(--muted); margin-left: 24px; transition: transform 0.2s; }
.faq-item.open .faq-q .toggle { transform: rotate(45deg); color: var(--red); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-a { padding: 0 0 32px; max-height: 400px; }
.faq-a p { font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 56ch; }

/* ===== FOOTER ===== */
.footer { background: var(--ink); border-top: 1px solid var(--line); padding: 80px 0 32px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 64px; }
.footer-brand .logo { font-family: var(--display); font-size: 32px; letter-spacing: 0.02em; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: var(--muted); line-height: 1.55; max-width: 36ch; }
.footer-col h4 { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted); margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 14px; color: var(--bone); opacity: 0.8; }
.footer-col a:hover { opacity: 1; color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 36px; height: 36px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--bone); transition: all 0.15s; }
.footer-social a:hover { background: var(--red); border-color: var(--red); }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: grid; place-items: center; color: white; z-index: 90; box-shadow: 0 10px 30px rgba(37,211,102,0.4); transition: transform 0.2s; }
.whatsapp-float:hover { transform: scale(1.08); }

/* ===== HAMBURGER + MOBILE MENU ===== */
.hamburger { display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: transparent; cursor: pointer; margin-left: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--bone); transition: transform 0.25s ease, opacity 0.2s ease; transform-origin: center; }
.hamburger span.open:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger span.open:nth-child(2) { opacity: 0; }
.hamburger span.open:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.btn-cta-short { display: none; }
.mobile-menu { position: fixed; inset: 64px 0 0 0; z-index: 95; background: var(--ink); display: flex; flex-direction: column; justify-content: space-between; pointer-events: none; opacity: 0; transform: translateY(-12px); transition: opacity 0.25s ease, transform 0.25s ease; }
.mobile-menu.open { pointer-events: auto; opacity: 1; transform: translateY(0); }
.mobile-nav { padding: 32px 24px; display: flex; flex-direction: column; flex: 1; }
.mobile-nav a { display: flex; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 36px; text-transform: uppercase; color: var(--bone); transition: color 0.15s; }
.mobile-nav a:hover { color: var(--red); }
.mobile-nav a .num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; color: var(--muted); flex-shrink: 0; width: 36px; }
.mobile-nav a .label { flex: 1; }
.mobile-menu-foot { padding: 24px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; }
.mm-action { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--ink-2); border: 1px solid var(--line); font-size: 13px; font-family: var(--mono); letter-spacing: 0.08em; color: var(--bone); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1180px) {
  .header { padding: 12px 24px; }
  .header.scrolled { padding: 10px 24px; }
  .nav { gap: 24px; font-size: 12px; }
  .phone-link { display: none; }
  .wrap, .wrap-wide { padding: 0 24px; }
}
@media (max-width: 960px) {
  .nav { display: none; }
  .hamburger { display: flex; }
  .btn-header-cta { padding: 10px 14px; font-size: 12px; }
  .hero-inner { padding: 0 24px 100px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .hero-side { padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.18); }
  .hero-side::before { display: none; }
  .hero-stats { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .stat .stat-num { font-size: 36px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .why-section, .audience, .schedule, .instructor, .testimonials, .pricing, .first-class, .faq { padding: 72px 0; }
  .trust-row { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .why-grid { grid-template-columns: repeat(6, 1fr); }
  .why-card.feature { grid-column: span 6; grid-row: auto; min-height: 280px; }
  .why-card.med, .why-card.sm { grid-column: span 3 !important; }
  .why-card.spanall { grid-column: span 6 !important; }
  .audience-grid { grid-template-columns: 1fr; }
  .instructor-grid { grid-template-columns: 1fr; gap: 40px; }
  .testimonial-stage { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { border-right: none; border-bottom: 1px solid #d4cfc3; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .step { border-right: none; padding: 0 !important; }
  .step:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 24px !important; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .schedule-grid { font-size: 11px; grid-template-columns: 60px repeat(7, 1fr); }
  .sched-cell { padding: 8px 6px; min-height: 56px; }
  .sched-class .name { font-size: 10px; }
}
@media (max-width: 720px) {
  .hero { height: auto; min-height: 100vh; padding-top: 96px; }
  .hero-inner { padding: 0 20px 88px; }
  .hero-title { font-size: clamp(56px, 14vw, 92px); }
  .hero-cta-row { flex-direction: column; align-items: stretch; }
  .hero-cta-row .btn { justify-content: center; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .stat .stat-num { font-size: 32px; }
  .wrap, .wrap-wide { padding: 0 20px; }
  .header { padding: 10px 16px; }
  .header.scrolled { padding: 8px 16px; }
  .header-logo-mark { width: 32px; height: 32px; font-size: 18px; }
  .header-logo-text { display: none; }
  .section-head h2 { font-size: clamp(40px, 9vw, 56px); }
  .why-section, .audience, .schedule, .instructor, .testimonials, .pricing, .first-class, .faq, .cta-banner { padding: 56px 0; }
  .trust { padding: 20px 0; }
  .trust-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card.feature, .why-card.med, .why-card.sm, .why-card.spanall { grid-column: span 1 !important; min-height: 240px; }
  .why-card { padding: 28px 24px; }
  .why-card.feature .overlay { padding: 28px 24px; }
  .why-card.feature h3 { font-size: 40px; }
  .why-card h3 { font-size: 26px; }
  .audience-card { aspect-ratio: 4/5; }
  .audience-card h3 { font-size: 40px; }
  .instructor-name { font-size: clamp(48px, 12vw, 80px); }
  .instructor-creds { grid-template-columns: 1fr 1fr; gap: 10px; }
  .testimonial-feature { padding: 36px 28px; min-height: 380px; }
  .testimonial-feature .quote { font-size: 19px; }
  .price-card { padding: 36px 28px; }
  .price-amount { font-size: 72px; }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .step:nth-child(odd) { border-right: none !important; padding-right: 0 !important; }
  .step { padding-bottom: 24px !important; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: none; padding-bottom: 0 !important; }
  .faq-q { font-size: 18px; padding: 20px 0; }
  .cta-title { font-size: clamp(48px, 12vw, 80px); }
  .cta-form { padding: 28px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px; }
  .footer { padding: 56px 0 24px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}
@media (max-width: 420px) {
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .header-right .btn-header-cta { padding: 9px 12px; }
  .btn-cta-full { display: none; }
  .btn-cta-short { display: inline; }
  .instructor-creds { grid-template-columns: 1fr; }
  .testimonial-feature .quote { font-size: 17px; }
  .price-amount { font-size: 60px; }
}
