:root {
  --red: #f40018;
  --red-dark: #cf0015;
  --ink: #0b0c0d;
  --ink-soft: #17191b;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #afb2b5;
  --line: rgba(255, 255, 255, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: "Heebo", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
[id] { scroll-margin-top: 24px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; right: 10px; padding: 12px 18px; transform: translateY(-160%); background: #fff; color: #111; border: 3px solid var(--red-dark); font-weight: 800; box-shadow: 0 8px 24px rgba(0,0,0,.28); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  min-height: 94px;
  padding: 0 clamp(24px, 5vw, 84px);
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 170px;
  align-items: center;
  gap: 38px;
}
.brand { justify-self: end; width: 150px; display: block; }
.brand img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(32px, 3.5vw, 58px); }
.desktop-nav a { color: #f2f2f2; font-size: 17px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--red); }
.desktop-nav a[aria-current="page"] { color: var(--red); }
.header-actions { width: 100%; max-width: 174px; justify-self: start; display: flex; align-items: center; direction: ltr; }
.header-socials { width: 100%; display: flex; gap: 10px; }
.header-socials a,
.mobile-nav .mobile-socials a,
.social-links a { width: 44px; height: 44px; padding: 0; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border: 1px solid rgba(244,0,24,.62); border-radius: 50%; color: var(--red); transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.header-socials a:hover,
.mobile-nav .mobile-socials a:hover,
.social-links a:hover { transform: translateY(-2px); border-color: var(--red); background: var(--red); color: #fff; }
.mobile-socials { margin-top: 18px; display: flex; justify-content: center; gap: 12px; direction: ltr; }
.mobile-nav .mobile-socials a { padding: 0; }
.social-icon { position: relative; display: block; width: 22px; height: 22px; color: currentColor; }
.social-icon-instagram { width: 20px; height: 20px; border: 2px solid currentColor; border-radius: 6px; }
.social-icon-instagram::before { content: ""; position: absolute; inset: 4px; border: 2px solid currentColor; border-radius: 50%; }
.social-icon-instagram::after { content: ""; position: absolute; top: 2px; right: 2px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.social-icon-youtube { width: 22px; height: 16px; margin-block: 3px; border-radius: 5px; background: currentColor; }
.social-icon-youtube::after { content: ""; position: absolute; top: 4px; left: 9px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid #0b0c0d; }
.social-icon-facebook::before { content: "f"; position: absolute; inset: -4px 0 0; font-family: Arial, sans-serif; font-size: 27px; line-height: 26px; font-weight: 900; text-align: center; }
.social-icon-whatsapp { width: 22px; height: 22px; background: currentColor; -webkit-mask: url("assets/whatsapp-icon.svg") center / contain no-repeat; mask: url("assets/whatsapp-icon.svg") center / contain no-repeat; }
.social-icon-whatsapp::before, .social-icon-whatsapp::after { content: none; }
.mobile-nav .mobile-whatsapp { margin-top: 10px; padding: 14px 12px; border: 0; background: #25d366; color: #071b0e; text-align: center; font-weight: 900; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: transparent; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: #fff; }
.mobile-nav { position: fixed; z-index: 20; inset: 78px 0 auto; padding: 20px 24px 28px; background: rgba(11,12,13,.98); border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 19px; }
.site-header-solid { position: relative; background: var(--ink); }

.hero { position: relative; min-height: 860px; overflow: hidden; display: flex; align-items: center; }
.hero-photo,
.hero-shade { position: absolute; inset: 0; }
.hero-photo {
  background: url("assets/idan-hero.jpg") center 24% / cover no-repeat;
  transform: scale(1.015);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(8,9,10,.12) 0%, rgba(8,9,10,.42) 48%, rgba(8,9,10,.95) 100%),
    linear-gradient(0deg, rgba(8,9,10,.62) 0%, transparent 38%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(650px, calc(100% - 48px));
  margin-right: clamp(24px, 8.8vw, 150px);
  padding-top: 92px;
}
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.eyebrow span { width: 38px; height: 3px; background: var(--red); }
h1 { margin: 0; font-size: clamp(58px, 6.4vw, 102px); line-height: .97; letter-spacing: -.055em; font-weight: 900; }
h1 em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 590px; margin: 30px 0 0; color: #e6e6e6; font-size: clamp(18px, 1.55vw, 23px); line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.button { min-height: 54px; padding: 14px 26px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 700; transition: all .2s ease; }
.button-primary { background: var(--red-dark); color: var(--white); }
.button-primary:hover { background: #ad0012; transform: translateY(-2px); }
.button-whatsapp { background: #25d366; color: #071b0e; }
.button-whatsapp:hover { background: #37e276; transform: translateY(-2px); }
.button-ghost { border: 1px solid rgba(255,255,255,.5); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.hero-note { margin: 23px 0 0; color: #babdc0; font-size: 14px; }
.hero-index { position: absolute; z-index: 2; left: clamp(24px, 5vw, 84px); bottom: 42px; color: rgba(255,255,255,.42); font-size: 13px; letter-spacing: .16em; }
.hero-index::after { content: ""; display: inline-block; width: 78px; height: 1px; margin-right: 12px; vertical-align: middle; background: rgba(255,255,255,.38); }

.value-strip {
  min-height: 166px;
  padding: 30px clamp(24px, 6vw, 100px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink-soft);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.value-strip > div { min-height: 80px; padding: 0 clamp(18px, 3vw, 48px); display: grid; grid-template-columns: 36px 1fr; gap: 18px; align-items: center; border-left: 1px solid rgba(255,255,255,.12); }
.value-strip > div:last-child { border-left: 0; }
.value-strip strong { color: var(--red); font-size: 13px; align-self: start; padding-top: 25px; }
.value-strip span { color: #f1f1f1; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.45; font-weight: 700; }

.section { padding: clamp(78px, 9vw, 140px) clamp(24px, 7vw, 118px); }
.kicker { margin: 0 0 20px; color: var(--red-dark); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kicker::before { content: ""; display: inline-block; width: 28px; height: 2px; margin-left: 10px; vertical-align: middle; background: currentColor; }
.kicker-light { color: #fff; }
.section-heading { max-width: 960px; }
h2 { margin: 0; color: var(--ink); font-size: clamp(42px, 5vw, 76px); line-height: 1.08; letter-spacing: -.045em; font-weight: 900; }
h2 span { color: var(--red); }
.section-heading > p:last-child { max-width: 720px; margin: 28px 0 0; padding-right: 24px; border-right: 3px solid var(--red); color: #555a5d; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.7; }

.coaching-section { background: var(--paper); color: var(--ink); }
.coaching-grid { margin-top: clamp(54px, 7vw, 94px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); direction: rtl; }
.feature-card { min-height: 330px; padding: clamp(30px, 4vw, 58px); display: grid; grid-template-columns: 46px 1fr; gap: clamp(20px, 3vw, 46px); background: #fff; border: 1px solid #dedcd5; }
.feature-card-image { background: url("assets/idan-coaching.jpg") 43% center / cover no-repeat; color: #fff; position: relative; }
.feature-card-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,10,.32), rgba(8,9,10,.9) 88%); }
.feature-card-image > * { position: relative; z-index: 1; }
.feature-card-dark { background: var(--ink-soft); color: #fff; border-color: var(--ink-soft); }
.feature-card-accent { background: var(--red-dark); color: #fff; border-color: var(--red-dark); }
.feature-number { color: var(--red); font-size: 13px; font-weight: 800; }
.feature-card-accent .feature-number { color: #fff; }
.feature-label { margin: 0 0 14px; color: #686c6e; font-size: 13px; font-weight: 700; }
.feature-card-dark .feature-label, .feature-card-accent .feature-label, .feature-card-image .feature-label { color: rgba(255,255,255,.8); }
.feature-card h3 { max-width: 530px; margin: 0; font-size: clamp(26px, 2.4vw, 38px); line-height: 1.18; letter-spacing: -.03em; }
.feature-card p:last-child { max-width: 550px; margin: 19px 0 0; color: #606467; font-size: 17px; line-height: 1.7; }
.feature-card-dark p:last-child, .feature-card-accent p:last-child, .feature-card-image p:last-child { color: rgba(255,255,255,.9); }

.process-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(56px, 10vw, 160px); background: var(--ink); }
.process-intro { position: sticky; top: 70px; align-self: start; }
.process-intro h2 { color: #fff; }
.process-intro > p:not(.kicker) { max-width: 440px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.text-link { display: inline-flex; gap: 20px; margin-top: 36px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.54); font-weight: 700; }
.text-link span { color: var(--red); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 36px 0; display: grid; grid-template-columns: 52px 1fr; gap: 30px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--red); font-size: 13px; font-weight: 800; }
.process-list h3 { margin: 0; font-size: clamp(24px, 2.2vw, 34px); }
.process-list p { max-width: 570px; margin: 12px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.library-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 7vw, 112px); align-items: center; background: #e7e5df; color: var(--ink); overflow: hidden; }
.library-copy h2 { font-size: clamp(44px, 5.4vw, 82px); }
.library-lead { max-width: 610px; margin: 30px 0 0; color: #555a5d; font-size: 19px; line-height: 1.75; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { margin: 13px 0; display: flex; gap: 12px; color: #383c3e; font-size: 17px; }
.check-list span { color: var(--red); font-weight: 900; }
.library-gallery { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr); gap: clamp(16px, 2vw, 26px); align-items: center; direction: ltr; isolation: isolate; overflow: hidden; padding: clamp(24px, 3vw, 38px); border-radius: 30px; background: radial-gradient(circle at 24% 42%, #2b1114 0, #151315 42%, #0d1012 72%); box-shadow: 0 30px 70px rgba(13,14,15,.24); }
.library-gallery::before { content: ""; position: absolute; inset: 12% 18% 12% 5%; border-radius: 50%; background: rgba(226,33,45,.12); filter: blur(58px); pointer-events: none; }
.library-shot { position: relative; margin: 0; overflow: hidden; background: #0b0c0d; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; }
.library-shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.library-shot figcaption { position: absolute; inset: auto 0 0; padding: 18px 20px 14px; background: linear-gradient(transparent, rgba(0,0,0,.88)); color: #fff; font-size: 13px; font-weight: 700; text-align: right; }
.laptop-showcase { position: relative; z-index: 2; width: 100%; margin: 0; padding: 8px 8px 12px; border-radius: 17px 17px 7px 7px; background: linear-gradient(145deg, #303235, #111214 72%); box-shadow: 0 25px 54px rgba(15,16,17,.28); }
.laptop-showcase::before { content: ""; position: absolute; z-index: 3; top: 4px; left: 50%; width: 4px; height: 4px; transform: translateX(-50%); border-radius: 50%; background: #050506; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.laptop-base { position: absolute; z-index: -1; left: 50%; bottom: -16px; width: 106%; height: 18px; transform: translateX(-50%); border-radius: 2px 2px 12px 12px; background: linear-gradient(#c4c6c8, #777b7f 44%, #44474a 48%, #aeb1b3); box-shadow: 0 10px 18px rgba(20,20,20,.22); }
.laptop-base::after { content: ""; position: absolute; top: 0; left: 50%; width: 18%; height: 5px; transform: translateX(-50%); border-radius: 0 0 7px 7px; background: #74777a; }
.library-shot-main { width: 100%; aspect-ratio: 1280 / 1000; }
.library-shot-main > img { object-position: center top; }
.library-client-mask { position: absolute; z-index: 3; left: 0; top: 0; width: 6.5%; height: 6.4%; background-color: #07100f; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px), radial-gradient(circle at 115% 0, rgba(71,21,24,.38), transparent 72%); background-size: 41% 53%, 41% 53%, 100% 100%; background-position: 0 0; }
.desktop-video-window { position: absolute; z-index: 3; left: 28.12%; top: 55.8%; width: 43.75%; height: 31.4%; overflow: hidden; border: 1px solid rgba(225,37,45,.28); border-radius: 7px; background: #090a0b; }
.desktop-video-window img, .phone-video-window img { width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; left: 50%; top: 50%; width: 52px; height: 52px; display: grid; place-items: center; transform: translate(-50%,-50%); padding-left: 4px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(10,11,12,.65); color: #fff; font-size: 20px; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.video-duration { position: absolute; right: 10px; bottom: 9px; padding: 4px 7px; border-radius: 5px; background: rgba(0,0,0,.76); color: #fff; font-size: 10px; font-weight: 800; }
.phone-showcase { position: relative; z-index: 4; width: 100%; min-width: 340px; height: 420px; }
.phone-shot { position: absolute; width: 31.5%; max-width: 176px; aspect-ratio: 390 / 844; margin: 0; overflow: hidden; border: 6px solid #101214; border-radius: 25px; background: #101214; box-shadow: 0 20px 38px rgba(0,0,0,.46); }
.phone-shot::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; pointer-events: none; }
.phone-shot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.phone-shot figcaption { position: absolute; inset: auto 0 0; padding: 34px 10px 13px; background: linear-gradient(transparent, rgba(0,0,0,.92)); color: #fff; font-size: 11px; font-weight: 800; text-align: center; }
.trainee-name { position: absolute; z-index: 3; top: 10%; right: 6.5%; width: 61%; height: 12.5%; padding: 0 3%; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; direction: rtl; border-radius: 3px; background: linear-gradient(90deg, #202428 0%, #202428 72%, #292226 100%); color: #fff; font-size: clamp(7px, .72vw, 12px); font-weight: 800; line-height: 1.06; text-align: right; box-shadow: 0 0 7px rgba(32,36,40,.9); }
.trainee-name strong { font-size: 1.12em; font-weight: 900; }
.phone-notch { position: absolute; z-index: 2; top: 7px; left: 50%; width: 38%; height: 14px; transform: translateX(-50%); border-radius: 0 0 11px 11px; background: #101214; }
.phone-shot-dashboard { left: 0; top: 42px; transform: rotate(-3deg); }
.phone-shot-workout { z-index: 2; left: 34.25%; top: 4px; transform: none; }
.phone-shot-library { left: 68.5%; top: 42px; transform: rotate(3deg); }

.about-section { min-height: 720px; display: grid; grid-template-columns: .88fr 1.12fr; background: #fff; color: var(--ink); }
.about-photo { min-height: 650px; background: url("assets/idan-about.jpg") center / cover no-repeat; }
.about-copy { padding: clamp(70px, 8vw, 130px) clamp(30px, 8vw, 130px); align-self: center; }
.about-copy h2 { font-size: clamp(44px, 5vw, 74px); }
.about-copy > p:not(.kicker) { max-width: 660px; margin: 24px 0 0; color: #555a5d; font-size: 18px; line-height: 1.8; }
.about-copy blockquote { max-width: 620px; margin: 34px 0 0; padding: 18px 26px 18px 0; border-right: 4px solid var(--red); color: var(--ink); font-size: 21px; font-weight: 800; }

.blog-section { background: var(--paper); color: var(--ink); }
.blog-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.blog-heading h2 { font-size: clamp(42px, 4.4vw, 68px); }
.text-link-dark { color: var(--ink); border-color: #9c9c99; }
.blog-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { min-width: 0; }
.post-image { overflow: hidden; aspect-ratio: 16 / 9; background: #ddd; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-image img { transform: scale(1.035); }
.post-date { display: block; margin-top: 22px; color: #7b7f80; font-size: 12px; letter-spacing: .08em; }
.post-card h3 { margin: 8px 0 0; font-size: clamp(22px, 2vw, 31px); line-height: 1.3; }
.post-summary { margin: 12px 0 0; color: #666a6c; font-size: 15px; line-height: 1.65; }
.post-link { display: inline-block; margin-top: 16px; color: var(--red); font-weight: 700; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(52px, 10vw, 150px); background: #fff; color: var(--ink); }
.faq-intro { align-self: start; }
.faq-intro h2 { font-size: clamp(42px, 4.8vw, 72px); }
.faq-intro > p:last-child { max-width: 440px; color: #686c6e; font-size: 17px; line-height: 1.7; }
.faq-list { border-top: 1px solid #d8d7d2; }
.faq-list details { border-bottom: 1px solid #d8d7d2; }
.faq-list summary { padding: 27px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 21px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 28px; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 0 27px; padding-left: 50px; color: #606466; font-size: 17px; line-height: 1.7; }

.contact-section { padding: clamp(72px, 9vw, 140px) clamp(24px, 8vw, 135px); display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(55px, 10vw, 150px); background: var(--ink); }
.contact-copy h2 { color: #fff; font-size: clamp(44px, 5.2vw, 78px); }
.contact-copy > p:not(.kicker) { max-width: 510px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.direct-contact { margin-top: 42px; display: grid; gap: 18px; }
.direct-contact a { width: fit-content; display: grid; gap: 2px; }
.direct-contact span { color: #777b7d; font-size: 12px; }
.direct-contact strong { font-size: 18px; }
.direct-contact .contact-whatsapp { margin-top: 8px; padding: 14px 16px; background: #25d366; color: #071b0e; }
.direct-contact .contact-whatsapp span { color: #0e6f35; }
.contact-form { padding: clamp(26px, 4vw, 54px); background: #fff; color: var(--ink); }
.contact-form label { margin-bottom: 22px; display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #8c8d89; border-radius: 0; background: transparent; color: var(--ink); font: inherit; font-size: 17px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--red); }
.contact-form .button { width: 100%; border: 0; font: inherit; cursor: pointer; }
.optional-field { color: #666a6c; font-weight: 500; }
.form-privacy { margin: -4px 0 20px; color: #55595b; font-size: 13px; line-height: 1.65; }
.form-privacy a { color: #a90011; text-decoration: underline; text-underline-offset: 3px; font-weight: 800; }
.form-note { margin: 13px 0 0; color: #686c6e; font-size: 12px; text-align: center; }
.form-note.is-success { color: #137a3f; font-weight: 700; }
.form-note.is-error { color: #a90011; font-weight: 700; }

.site-footer { min-height: 150px; padding: 34px clamp(24px, 7vw, 118px) 24px; display: grid; grid-template-columns: 180px 1fr auto; gap: 30px; align-items: center; background: #050606; border-top: 1px solid var(--line); color: #a9adaf; }
.footer-brand { width: 135px; }
.footer-brand img { display: block; width: 100%; }
.site-footer p { text-align: center; font-size: 13px; }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; direction: ltr; }
.social-links .social-whatsapp { border-color: rgba(244,0,24,.62); background: transparent; color: var(--red); }
.legal-links { grid-column: 1 / -1; width: 100%; padding-top: 22px; display: flex; justify-content: center; gap: 12px 28px; flex-wrap: wrap; border-top: 1px solid var(--line); }
.legal-links a { padding: 5px 0; color: #c7c9ca; font-size: 13px; font-weight: 700; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; }
.legal-links a:hover, .legal-links a[aria-current="page"] { color: #fff; text-decoration-color: var(--red); }
.legal-links .cancellation-link { color: #fff; }
.analytics-settings-button { padding: 5px 0; border: 0; background: transparent; color: #c7c9ca; font: inherit; font-size: 13px; font-weight: 700; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; cursor: pointer; }
.analytics-settings-button:hover, .analytics-settings-button:focus-visible { color: #fff; text-decoration-color: var(--red); }
.analytics-consent-banner { position: fixed; z-index: 1200; right: 22px; bottom: 22px; left: 22px; max-width: 1120px; margin-inline: auto; padding: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; border: 1px solid #35383a; border-right: 4px solid var(--red); background: rgba(10, 11, 12, .98); box-shadow: 0 20px 70px rgba(0, 0, 0, .42); color: #fff; }
.analytics-consent-banner[hidden] { display: none; }
.analytics-consent-copy strong { display: block; font-size: 20px; }
.analytics-consent-copy p { max-width: 720px; margin: 7px 0 0; color: #c9cccd; font-size: 14px; line-height: 1.65; }
.analytics-consent-copy a { display: inline-block; margin-top: 7px; color: #fff; font-size: 13px; font-weight: 700; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }
.analytics-consent-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.analytics-consent-button { min-height: 44px; padding: 10px 16px; border: 1px solid #676b6d; background: transparent; color: #fff; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.analytics-consent-button:hover { border-color: #fff; background: #202224; }
.analytics-consent-accept { border-color: var(--red-dark); background: var(--red-dark); }
.analytics-consent-accept:hover { border-color: var(--red); background: var(--red); }

.legal-page { background: #fff; color: var(--ink); }
.legal-hero { padding: clamp(70px, 8vw, 120px) clamp(24px, 9vw, 150px); background: linear-gradient(130deg, #0b0c0d 0%, #17191b 72%, #34090e 100%); color: #fff; }
.legal-hero h1 { max-width: 1050px; font-size: clamp(54px, 8vw, 112px); }
.legal-hero > p:not(.kicker):not(.legal-updated) { max-width: 760px; margin: 26px 0 0; color: #d1d3d4; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.7; }
.legal-hero .legal-updated { margin: 28px 0 0; color: #aeb2b4; font-size: 13px; }
.legal-layout { max-width: 1240px; margin: 0 auto; padding: clamp(64px, 8vw, 118px) 24px; display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: clamp(54px, 8vw, 110px); }
.legal-layout-single { grid-template-columns: minmax(0, 820px); }
.legal-toc { position: sticky; top: 28px; align-self: start; padding: 22px 0; display: grid; gap: 2px; border-top: 3px solid var(--red-dark); border-bottom: 1px solid #d8d7d2; }
.legal-toc strong { margin-bottom: 10px; font-size: 15px; }
.legal-toc a { padding: 8px 0; color: #575b5d; font-size: 14px; }
.legal-toc a:hover { color: #a90011; text-decoration: underline; text-underline-offset: 4px; }
.legal-content { min-width: 0; font-size: 18px; line-height: 1.85; }
.legal-content section + section { margin-top: 64px; padding-top: 58px; border-top: 1px solid #dddcd7; }
.legal-content h2 { margin: 0 0 20px; font-size: clamp(31px, 3.2vw, 46px); line-height: 1.2; }
.legal-content p { margin: 16px 0 0; color: #4f5355; }
.legal-content ul { margin: 18px 0 0; padding-right: 22px; color: #4f5355; }
.legal-content li { margin: 10px 0; padding-right: 5px; }
.legal-content a:not(.button) { color: #9f0010; text-decoration: underline; text-underline-offset: 4px; font-weight: 700; }
.legal-callout, .legal-action-needed { margin-top: 24px; padding: 22px 24px; border-right: 4px solid var(--red-dark); background: #f3f1ec; color: #303436; line-height: 1.7; }
.legal-action-needed { border-right-color: #a45d00; background: #fff3d8; }
.legal-contact-card { margin-top: 24px; padding: 24px; display: grid; gap: 8px; background: var(--ink); color: #fff; }
.legal-contact-card strong { margin-bottom: 5px; font-size: 19px; }
.legal-content .legal-contact-card a { width: fit-content; color: #fff; }
.cancellation-actions { margin-top: 28px; display: grid; grid-template-columns: 1fr; gap: 12px; }
.button-ghost-light { border: 1px solid #787b7d; color: var(--ink); }
.button-ghost-light:hover { border-color: var(--red-dark); background: #f4f1ec; transform: translateY(-2px); }

.page-hero { padding: clamp(88px, 9vw, 140px) clamp(24px, 7vw, 118px) clamp(72px, 8vw, 116px); background: var(--ink); }
.page-hero-inner { max-width: 980px; }
.page-hero h1 { max-width: 900px; font-size: clamp(58px, 8vw, 118px); }
.page-hero p:last-child { max-width: 700px; margin: 26px 0 0; color: var(--muted); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.7; }
.blog-page { background: var(--paper); color: var(--ink); }
.blog-toolbar { margin-bottom: 50px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.blog-filter { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-button { padding: 10px 18px; border: 1px solid #cbc9c3; background: transparent; color: var(--ink); font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.filter-button[aria-pressed="true"] { border-color: var(--red-dark); background: var(--red-dark); color: #fff; }
.blog-count { color: #686c6e; font-size: 13px; }
.blog-grid-full { margin-top: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 58px; }
.post-card[hidden] { display: none; }
.blog-cta { margin-top: 92px; padding: clamp(42px, 6vw, 74px); display: flex; justify-content: space-between; align-items: center; gap: 30px; background: var(--ink); color: #fff; }
.blog-cta h2 { max-width: 680px; color: #fff; font-size: clamp(35px, 4.4vw, 62px); }

.article-page { background: #fff; color: var(--ink); }
.article-hero { padding: clamp(78px, 8vw, 122px) clamp(24px, 9vw, 150px) 58px; background: var(--paper); }
.article-breadcrumb { margin: 0 0 28px; color: #737779; font-size: 13px; }
.article-breadcrumb a { color: var(--red-dark); font-weight: 700; }
.article-hero h1 { max-width: 1000px; color: var(--ink); font-size: clamp(50px, 7vw, 104px); line-height: 1; }
.article-meta { margin-top: 28px; display: flex; gap: 16px; color: #767a7c; font-size: 13px; }
.article-cover { width: min(1180px, calc(100% - 48px)); margin: 0 auto; transform: translateY(44px); aspect-ratio: 16 / 8; overflow: hidden; background: #111; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { max-width: 1050px; margin: 92px auto 0; padding: 0 24px clamp(80px, 9vw, 140px); display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(40px, 8vw, 100px); }
.article-aside { align-self: start; position: sticky; top: 30px; }
.article-aside span { display: block; margin-bottom: 12px; color: #8a8d8f; font-size: 12px; }
.article-aside strong { font-size: 18px; }
.article-body { font-size: 19px; line-height: 1.9; }
.article-body .article-lead { color: #34383a; font-size: 25px; font-weight: 700; line-height: 1.65; }
.article-body h2 { margin: 52px 0 18px; font-size: clamp(32px, 3.4vw, 48px); }
.article-body p { color: #505456; }
.article-body blockquote { margin: 44px 0; padding: 28px 30px; background: var(--ink); color: #fff; border-right: 5px solid var(--red); font-size: 24px; font-weight: 800; line-height: 1.55; }
.article-footer-nav { margin-top: 64px; padding-top: 30px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #dddcd7; }

@media (max-width: 1400px) and (min-width: 901px) {
  .library-section { grid-template-columns: 1fr; }
  .library-gallery { width: min(1120px, 100%); margin-inline: auto; }
}

@media (max-width: 900px) {
  .site-header { position: absolute; grid-template-columns: auto 1fr auto; min-height: 78px; }
  .desktop-nav { display: none; }
  .header-actions { display: none; }
  .menu-toggle { display: block; grid-column: 1; justify-self: start; }
  .brand { grid-column: 3; justify-self: end; width: 130px; }
  .hero { min-height: 760px; }
  .hero-photo { background-position: 37% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,9,10,.22), rgba(8,9,10,.56) 46%, rgba(8,9,10,.96)); }
  .value-strip { grid-template-columns: 1fr; padding-block: 14px; }
  .value-strip > div { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .value-strip > div:last-child { border-bottom: 0; }
  .process-section, .library-section, .faq-section, .contact-section { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 26px; }
  .coaching-grid { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .library-gallery { width: min(760px, 100%); margin-inline: auto; grid-template-columns: minmax(0, 1fr) 330px; }
  .about-section { grid-template-columns: 1fr; }
  .about-photo { min-height: 500px; background-position: center 30%; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .post-card:last-child { display: none; }
  .blog-grid-full { grid-template-columns: 1fr 1fr; }
  .blog-grid-full .post-card:last-child { display: block; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; display: flex; gap: 20px; align-items: baseline; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .legal-links { grid-column: auto; }
  .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .legal-toc { position: static; grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .legal-toc strong { grid-column: 1 / -1; }
  .analytics-consent-banner { grid-template-columns: 1fr; }
  .analytics-consent-actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 18px; gap: 14px; }
  .brand { width: 112px; }
  .hero { min-height: 750px; align-items: flex-end; }
  .hero-photo { background-position: 33% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,9,10,.98) 5%, rgba(8,9,10,.77) 54%, rgba(8,9,10,.25) 100%); }
  .hero-content { margin: 0; padding: 0 20px 62px; width: 100%; }
  h1 { font-size: clamp(49px, 14vw, 72px); }
  .hero-copy { font-size: 17px; line-height: 1.55; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .hero-note, .hero-index { display: none; }
  .value-strip { padding-inline: 18px; }
  .value-strip > div { padding-inline: 6px; }
  .section { padding-inline: 20px; }
  .feature-card { min-height: 285px; padding: 27px 22px; grid-template-columns: 32px 1fr; gap: 15px; }
  .feature-card-image { min-height: 390px; background-position: 35% center; }
  .feature-card-image::before { background: linear-gradient(0deg, rgba(8,9,10,.93), rgba(8,9,10,.22)); }
  .process-section { gap: 48px; }
  .process-list li { grid-template-columns: 36px 1fr; gap: 16px; }
  .library-section { gap: 55px; overflow: hidden; }
  .library-gallery { display: flex; flex-direction: column; gap: 24px; padding: 20px 14px 24px; border-radius: 22px; }
  .laptop-showcase { width: 100%; margin-bottom: 14px; padding: 6px 6px 10px; border-radius: 14px 14px 6px 6px; }
  .laptop-base { bottom: -14px; height: 16px; }
  .library-shot-main figcaption { font-size: 11px; padding-inline: 14px; }
  .phone-showcase { width: 100%; min-width: 0; height: 278px; }
  .phone-shot { width: 32%; max-width: none; border-width: 5px; border-radius: 21px; }
  .phone-shot-dashboard { left: 0; top: 32px; }
  .phone-shot-workout { left: 34%; top: 0; }
  .phone-shot-library { left: 68%; top: 34px; }
  .phone-notch { top: 5px; height: 10px; }
  .phone-shot figcaption { padding: 26px 5px 9px; font-size: 9px; }
  .about-photo { min-height: 390px; }
  .about-copy { padding: 64px 20px; }
  .blog-heading { align-items: start; flex-direction: column; }
  .blog-grid { grid-template-columns: 1fr; }
  .post-card:last-child { display: block; }
  .blog-toolbar, .blog-cta { align-items: flex-start; flex-direction: column; }
  .blog-grid-full { grid-template-columns: 1fr; }
  .article-hero { padding-inline: 20px; }
  .article-cover { width: calc(100% - 40px); aspect-ratio: 4 / 3; }
  .article-layout { margin-top: 74px; padding-inline: 20px; }
  .article-body { font-size: 17px; }
  .article-body .article-lead { font-size: 21px; }
  .article-footer-nav { flex-direction: column; }
  .faq-list details p { padding-left: 0; }
  .contact-section { padding-inline: 20px; }
  .contact-form { padding: 28px 20px; }
  .site-footer { padding-inline: 20px; }
  .social-links { flex-wrap: wrap; justify-content: center; }
  .legal-hero { padding: 64px 20px; }
  .legal-hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .legal-layout { padding: 54px 20px 78px; }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-toc strong { grid-column: auto; }
  .legal-content { font-size: 17px; }
  .legal-content section + section { margin-top: 48px; padding-top: 44px; }
  .legal-callout, .legal-action-needed, .legal-contact-card { padding: 20px; }
  .legal-links { gap: 10px 22px; }
  .analytics-consent-banner { right: 10px; bottom: 10px; left: 10px; padding: 20px 17px; gap: 18px; }
  .analytics-consent-actions { display: grid; grid-template-columns: 1fr; }
  .analytics-consent-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-photo { transform: none; }
}

@media (forced-colors: active) {
  .skip-link, .button, .filter-button, .social-links a, .header-socials a, .mobile-socials a { border: 1px solid ButtonText; }
  .hero-shade { background: transparent; }
}
