:root {
  color-scheme: dark;
  --bg: #07090a;
  --surface: #0d1113;
  --surface-2: #121719;
  --line: rgba(255,255,255,.11);
  --muted: #9ba5a8;
  --text: #f4f7f7;
  --accent: #55f0c3;
  --accent-2: #b7ffea;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
em { color: var(--accent); font-style: normal; }
.section { width: min(1320px, calc(100% - 48px)); margin-inline: auto; padding: 132px 0; }
.section-index, .tiny-label { display: block; color: var(--accent); text-transform: uppercase; font-size: .7rem; font-weight: 700; letter-spacing: .17em; margin-bottom: 24px; }
.section-head { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.55fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.section-head h2, .problem-title h2, .pricing-heading h2, .workflow-title h2, .final-content h2 { margin: 0; font: 500 clamp(2.5rem, 4.5vw, 5.1rem)/1.02 var(--display); letter-spacing: -.052em; text-wrap: balance; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.site-header {
  position: absolute; z-index: 20; inset: 0 0 auto;
  height: 82px; display: flex; align-items: center; justify-content: space-between;
  width: min(1360px, calc(100% - 48px)); margin-inline: auto;
}
.brand { display: flex; align-items: center; gap: 10px; font: 700 .95rem/1 var(--display); letter-spacing: .16em; }
.brand-mark { display: grid; place-items: center; width: 36px; aspect-ratio: 1; border: 1px solid var(--accent); color: var(--accent); font-size: .7rem; letter-spacing: .08em; }
.accent { color: var(--accent); }
.header-cta { border-bottom: 1px solid rgba(255,255,255,.35); padding: 8px 0; font-size: .9rem; }
.header-cta span, .button span { color: var(--accent); margin-left: 8px; }

.hero {
  position: relative; overflow: hidden; min-height: 100svh;
  width: min(1440px, 100%); margin-inline: auto; padding: 148px clamp(24px, 5vw, 72px) 72px;
  display: grid; grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr); gap: clamp(42px, 6vw, 88px); align-items: center;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right,#000,transparent 70%); }
.hero-glow { position: absolute; width: 500px; height: 500px; background: rgba(32,231,173,.1); filter: blur(120px); top: -240px; left: 22%; pointer-events: none; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 700; margin-bottom: 25px; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1 { margin: 0; max-width: 720px; font: 500 clamp(3rem, 5.3vw, 6.5rem)/.96 var(--display); letter-spacing: -.055em; text-wrap: balance; }
h1 em { display: block; color: var(--accent); font-style: normal; }
.hero-copy > p { max-width: 630px; margin: 28px 0 0; color: #bbc3c5; font-size: clamp(1rem, 1.2vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #03100c; background: var(--accent); box-shadow: 0 10px 40px rgba(85,240,195,.16); }
.button-primary span { color: #03100c; }
.text-link { color: #c7cdcf; font-weight: 600; }
.text-link span { color: var(--accent); margin-left: 6px; }
.hero-proof { list-style: none; margin: 52px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.hero-proof li { display: flex; align-items: flex-start; gap: 11px; padding-right: 12px; }
.hero-proof b { font: 700 1.25rem/1 var(--display); color: var(--text); }
.hero-proof span { color: #7f8a8d; font-size: .7rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .09em; }

.hero-visual { min-width: 0; }
.visual-meta { display: flex; justify-content: space-between; color: #90999c; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; margin-bottom: 12px; }
.status { display: flex; align-items: center; gap: 7px; color: #c9d0d2; }
.status i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.compare { --position: 50%; position: relative; overflow: hidden; aspect-ratio: 1 / .83; border: 1px solid rgba(255,255,255,.18); background: #111; box-shadow: 0 34px 90px rgba(0,0,0,.5); }
.compare > img, .compare-before, .compare-before img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-before { clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.compare-before img { object-position: center; }
.compare input { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare-line { position: absolute; z-index: 3; left: var(--position); top: 0; bottom: 0; width: 2px; background: #fff; transform: translateX(-1px); pointer-events: none; }
.compare-line span { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 46px; height: 46px; transform: translate(-50%,-50%); border-radius: 50%; background: #fff; color: #111; font-weight: 700; box-shadow: 0 4px 30px rgba(0,0,0,.35); }
.compare-label { position: absolute; z-index: 2; top: 16px; padding: 7px 10px; background: rgba(5,8,9,.72); backdrop-filter: blur(12px); text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 700; }
.before-label { left: 16px; }
.after-label { right: 16px; color: #07110f; background: var(--accent); }
.drag-hint { margin: 13px 0 0; text-align: center; color: #717c7f; text-transform: uppercase; letter-spacing: .12em; font-size: .64rem; }
.drag-hint span { color: var(--accent); margin-right: 7px; }

.signal-strip { overflow: hidden; border-block: 1px solid var(--line); background: #090c0d; }
.signal-track { width: max-content; padding: 18px 0; display: flex; gap: 28px; align-items: center; animation: ticker 25s linear infinite; font: 600 .68rem/1 var(--display); color: #727d80; letter-spacing: .16em; }
.signal-track i { color: var(--accent); font-style: normal; }
@keyframes ticker { to { transform: translateX(-35%); } }

.transformation { padding-top: 145px; }
.compare-wide { aspect-ratio: 16/8.6; }
.compare-caption { position: absolute; z-index: 2; bottom: 18px; left: 18px; right: 18px; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; background: rgba(6,9,10,.78); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); pointer-events: none; }
.compare-caption b { font-size: .9rem; }
.compare-caption span { color: #9da6a9; font-size: .74rem; }
.transformation-grid { margin-top: 28px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.transformation-grid > .compare { min-height: 520px; aspect-ratio: auto; }
.transform-copy { padding: clamp(36px,5vw,74px); display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); background: linear-gradient(140deg,var(--surface-2),#0a0d0e); }
.transform-copy h3 { margin: 0; font: 500 clamp(2.25rem,3.4vw,4rem)/1.03 var(--display); letter-spacing: -.045em; }
.transform-copy > p { margin: 26px 0 40px; color: var(--muted); line-height: 1.7; }
.process-line { padding-top: 24px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #c7cdcf; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.process-line span b { color: var(--accent); margin-right: 5px; }
.process-line i { color: #566063; font-style: normal; }

.problem { width: 100%; padding: 140px max(24px,calc((100% - 1320px)/2)); background: #e9eeee; color: #080b0c; }
.problem-title { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; margin-bottom: 80px; }
.problem-title .section-index { color: #087a60; }
.problem-title h2 em { color: #087a60; }
.problem-body { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.error-list { border-top: 1px solid rgba(0,0,0,.25); }
.error-list div { display: grid; grid-template-columns: 50px 1fr; align-items: center; border-bottom: 1px solid rgba(0,0,0,.16); padding: 17px 0; }
.error-list span { color: #667071; font-size: .65rem; }
.error-list p { margin: 0; font: 600 clamp(1rem,1.5vw,1.3rem)/1.2 var(--display); }
.problem-statement { padding: clamp(36px,5vw,68px); background: #0a0e0f; color: white; align-self: end; }
.problem-statement > p { margin: 0 0 42px; max-width: 490px; font: 500 clamp(1.65rem,2.5vw,2.65rem)/1.2 var(--display); letter-spacing: -.035em; }
.formula { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; color: var(--accent); font: 700 clamp(.72rem,1.3vw,1rem)/1 var(--display); letter-spacing: .09em; }
.formula i { color: #606b6e; font-style: normal; }
.problem-statement small { display: block; margin-top: 22px; color: #8d989b; line-height: 1.5; }

.course { padding-bottom: 90px; }
.course-platform { min-height: 650px; display: grid; grid-template-columns: 320px 1fr; border: 1px solid rgba(255,255,255,.15); background: #101416; box-shadow: 0 40px 110px rgba(0,0,0,.55); }
.course-sidebar { padding: 28px 18px; border-right: 1px solid var(--line); background: #0b0f10; }
.course-brand { display: flex; gap: 10px; align-items: center; padding: 0 8px 27px; border-bottom: 1px solid var(--line); font: 700 .72rem/1 var(--display); letter-spacing: .08em; }
.course-brand .brand-mark { width: 30px; }
.progress-block { padding: 26px 8px; }
.progress-block > div:first-child { display: flex; justify-content: space-between; font-size: .72rem; color: var(--muted); }
.progress-block b { color: var(--text); }
.progress { height: 3px; margin-top: 12px; background: #21282a; }
.progress i { display: block; height: 100%; width: 38%; background: var(--accent); box-shadow: 0 0 14px rgba(85,240,195,.5); }
.module-list { display: grid; gap: 6px; }
.module { width: 100%; padding: 14px 12px; display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; text-align: left; border: 1px solid transparent; background: transparent; cursor: pointer; transition: background .25s,border-color .25s; }
.module:hover, .module.active { background: #151b1d; border-color: rgba(255,255,255,.1); }
.module > span { color: #6f797c; font-size: .65rem; }
.module.active > span { color: var(--accent); }
.module div { display: grid; gap: 5px; }
.module small { color: #697477; font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }
.module b { font-size: .78rem; }
.module > i { color: #687275; font-size: .58rem; font-style: normal; }
.course-main { padding: 28px; min-width: 0; }
.course-top { height: 38px; display: flex; justify-content: space-between; align-items: flex-start; color: #6f797c; font-size: .65rem; letter-spacing: .14em; }
.course-user { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #06100d; background: var(--accent); font-weight: 700; letter-spacing: 0; }
.video-frame { position: relative; overflow: hidden; min-height: 430px; height: calc(100% - 152px); background: #080a0b; }
.video-frame img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(to top,rgba(5,7,8,.86),transparent 58%); }
.play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 72px; height: 72px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: rgba(5,8,9,.55); backdrop-filter: blur(10px); cursor: pointer; transition: transform .25s,background .25s; }
.play:hover { transform: translate(-50%,-50%) scale(1.08); background: rgba(85,240,195,.9); color: #05100d; }
.play span { margin-left: 4px; }
.video-info { position: absolute; left: 24px; bottom: 22px; display: grid; gap: 8px; }
.video-info small { color: var(--accent); letter-spacing: .13em; font-size: .6rem; }
.video-info b { font: 600 clamp(1.15rem,2vw,1.7rem)/1.2 var(--display); }
.video-time { position: absolute; right: 20px; bottom: 22px; font-size: .66rem; color: #b8c0c2; }
.lesson-row { height: 84px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-top: 0; }
.lesson-row > div { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-right: 1px solid var(--line); }
.lesson-row > div:last-child { border: 0; }
.lesson-row > div.selected { background: #161c1e; }
.lesson-status { display: grid; place-items: center; width: 27px; height: 27px; flex: 0 0 auto; border: 1px solid #495255; border-radius: 50%; color: #9fa8aa; font-size: .58rem; }
.lesson-status.done { color: #07110e; background: var(--accent); border-color: var(--accent); }
.lesson-row p { display: grid; gap: 4px; margin: 0; }
.lesson-row small { color: #6b7578; font-size: .55rem; letter-spacing: .08em; }
.lesson-row b { font-size: .68rem; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 30px; border: 1px solid var(--line); }
.value-grid > div { min-height: 180px; padding: 25px; border-right: 1px solid var(--line); }
.value-grid > div:last-child { border: 0; }
.value-grid span { color: var(--accent); font-size: .64rem; }
.value-grid b { display: block; margin: 34px 0 10px; font: 600 1.08rem/1.2 var(--display); }
.value-grid p { margin: 0; color: #7e898b; font-size: .84rem; line-height: 1.5; }

.learn { width: 100%; padding-inline: max(24px,calc((100% - 1320px)/2)); background: #0b0e0f; border-block: 1px solid var(--line); }
.learn-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.learn-card { position: relative; min-height: 310px; padding: 30px; border: 1px solid var(--line); margin: -1px 0 0 -1px; background: #0e1213; transition: transform .3s ease,background .3s ease; }
.learn-card:hover { z-index: 2; transform: translateY(-5px); background: #13191a; }
.learn-card.featured, .learn-card.photoshop { background: linear-gradient(145deg,#14231f,#0d1212); }
.learn-card.photoshop { grid-column: span 2; }
.card-number { position: absolute; right: 24px; top: 24px; color: #536063; font-size: .63rem; }
.card-icon, .ps-badge { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 58px; border: 1px solid #42504d; color: var(--accent); font-size: 1.25rem; }
.ps-badge { color: #69a6ff; border-color: #3d5c88; background: #0c192d; font: 600 .95rem/1 var(--display); }
.learn-card h3 { margin: 0 0 12px; font: 600 1.18rem/1.25 var(--display); }
.learn-card p { max-width: 480px; margin: 0; color: #7f8b8d; line-height: 1.6; font-size: .9rem; }
.card-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.card-tags span { border: 1px solid var(--line); padding: 6px 9px; color: #97a1a3; font-size: .62rem; text-transform: uppercase; letter-spacing: .07em; }
.workflow-inline { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 44px; padding: 28px; border-block: 1px solid var(--line); font: 600 .72rem/1 var(--display); letter-spacing: .1em; }
.workflow-inline i { color: #556063; font-style: normal; }
.workflow-inline strong { color: var(--accent); }

.audience { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.audience-copy h2 { margin: 0; font: 500 clamp(2.6rem,4.5vw,5rem)/1.02 var(--display); letter-spacing: -.052em; }
.audience-copy p { margin: 28px 0 36px; color: var(--muted); line-height: 1.7; }
.software { display: flex; flex-wrap: wrap; gap: 8px; }
.software span { padding: 8px 10px; border: 1px solid var(--line); color: #8e989b; font-size: .62rem; letter-spacing: .08em; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list > div { display: grid; grid-template-columns: 55px 1fr auto; gap: 12px; align-items: center; padding: 24px 4px; border-bottom: 1px solid var(--line); }
.audience-list span { color: #5f6a6d; font-size: .65rem; }
.audience-list h3 { margin: 0; font: 500 clamp(1.15rem,2vw,1.7rem)/1 var(--display); }
.audience-list i { color: var(--accent); font-style: normal; }

.gallery { padding-top: 80px; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2,minmax(310px,39vw)); gap: 16px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; background: #111; }
.gallery-large { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(4,6,7,.9)); pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 2; inset: auto 22px 20px; display: flex; justify-content: space-between; align-items: end; }
.gallery-item figcaption div { display: grid; gap: 7px; }
.gallery-item figcaption span { color: var(--accent); font-size: .58rem; letter-spacing: .13em; }
.gallery-item figcaption b { font: 600 1.05rem/1.2 var(--display); }
.gallery-item figcaption small { color: #afb7b9; font-size: .63rem; }
.gallery-compare { margin-top: 16px; display: grid; grid-template-columns: 1fr 90px 1fr; align-items: stretch; }
.gallery-compare > div { position: relative; min-height: 360px; overflow: hidden; }
.gallery-compare img { width: 100%; height: 100%; object-fit: cover; }
.gallery-compare > div > span { position: absolute; left: 16px; top: 16px; padding: 7px 10px; background: rgba(5,8,9,.75); color: white; font-size: .58rem; letter-spacing: .12em; }
.gallery-arrow { display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--accent); border-block: 1px solid var(--line); background: #0d1112; }
.gallery-arrow span { position: static !important; padding: 0 !important; background: none !important; color: var(--accent) !important; }
.gallery-arrow i { margin-top: 9px; font-style: normal; }

.pricing { width: 100%; padding-inline: max(24px,calc((100% - 1320px)/2)); background: #e8eeee; color: #080a0b; }
.pricing-heading { max-width: 800px; text-align: center; margin: 0 auto 64px; }
.pricing-heading .section-index { color: #087a60; }
.pricing-heading p { margin: 22px auto 0; max-width: 660px; color: #626b6d; line-height: 1.65; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 16px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 670px; padding: 34px; border: 1px solid rgba(0,0,0,.18); background: #f7f9f9; }
.price-card.popular { transform: translateY(-14px); background: #0b0f10; color: white; border-color: #0b0f10; box-shadow: 0 26px 60px rgba(0,0,0,.18); }
.popular-label { position: absolute; left: -1px; right: -1px; top: -35px; height: 36px; display: grid; place-items: center; color: #06110e; background: var(--accent); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.plan-head { display: flex; align-items: center; justify-content: space-between; }
.plan-head > span { color: #6d7779; font-size: .62rem; letter-spacing: .12em; }
.plan-head b { font: 600 1.3rem/1 var(--display); }
.price { display: flex; align-items: flex-start; gap: 7px; margin: 60px 0 15px; }
.price strong { font: 600 clamp(2.6rem,4vw,4.2rem)/.9 var(--display); letter-spacing: -.06em; }
.price > span { color: #687274; font-weight: 700; font-size: .8rem; }
.price-card > p { min-height: 54px; margin: 0 0 28px; color: #6c7577; line-height: 1.5; font-size: .88rem; }
.price-button { width: 100%; color: #f7f9f9; background: #101415; }
.price-button span { color: var(--accent); }
.popular .price-button { color: #05100d; background: var(--accent); }
.popular .price-button span { color: #05100d; }
.price-card ul { list-style: none; display: grid; gap: 15px; margin: 34px 0; padding: 28px 0 0; border-top: 1px solid rgba(0,0,0,.13); color: #454e50; font-size: .84rem; }
.price-card.popular ul { border-color: var(--line); color: #adb5b7; }
.price-card li span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 8px; border: 1px solid rgba(0,0,0,.2); border-radius: 50%; color: #087a60; font-size: .62rem; }
.popular li span { color: var(--accent); border-color: #3c4947; }
.support { margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(0,0,0,.13); display: flex; align-items: center; justify-content: space-between; }
.popular .support { border-color: var(--line); }
.support span { color: #697375; font-size: .6rem; letter-spacing: .1em; }
.support b { font: 700 1rem/1 var(--display); color: #087a60; }
.popular .support b { color: var(--accent); }

.workflow-section { padding-block: 150px; }
.workflow-title { text-align: center; }
.workflow-title p { margin: 0 0 8px; color: #9ba4a6; font-size: 1rem; }
.workflow-title h2 { font-size: clamp(2.8rem,5vw,5.8rem); }
.workflow-steps { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr; align-items: stretch; margin-top: 75px; }
.workflow-steps > div { min-height: 240px; padding: 24px; border: 1px solid var(--line); display: flex; flex-direction: column; }
.workflow-steps > i { display: grid; place-items: center; color: var(--accent); font-style: normal; }
.workflow-steps span { color: #586467; font-size: .62rem; }
.workflow-steps b { margin: 38px 0 24px; font: 600 clamp(1.05rem,1.4vw,1.35rem)/1.25 var(--display); }
.workflow-steps small { margin-top: auto; color: #748083; line-height: 1.45; }
.workflow-steps .workflow-final { border-color: var(--accent); background: #10201c; }
.workflow-steps .workflow-final span, .workflow-steps .workflow-final b { color: var(--accent); }

.final-cta { position: relative; min-height: 780px; display: grid; place-items: center; overflow: hidden; }
.final-cta > img, .final-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final-overlay { background: linear-gradient(90deg,rgba(4,6,7,.95) 0%,rgba(4,6,7,.78) 48%,rgba(4,6,7,.22)),linear-gradient(to top,rgba(4,6,7,.6),transparent); }
.final-content { position: relative; z-index: 1; width: min(1320px,calc(100% - 48px)); margin-inline: auto; }
.final-content h2 { max-width: 800px; }
.final-content p { max-width: 600px; margin: 28px 0; color: #aeb7b9; line-height: 1.7; }
.final-features { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.final-features span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.22); color: #c2c9ca; font-size: .62rem; letter-spacing: .09em; backdrop-filter: blur(8px); }
.final-button { min-width: 320px; }

footer { min-height: 150px; width: min(1320px,calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; color: #6f7b7d; font-size: .72rem; }
footer p { text-align: center; }
footer > a:last-child { border-bottom: 1px solid #3f494b; padding-bottom: 5px; }
.whatsapp-float { position: fixed; z-index: 40; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; padding: 10px 14px 10px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(11,17,17,.88); backdrop-filter: blur(14px); box-shadow: 0 12px 35px rgba(0,0,0,.35); font-size: .74rem; }
.whatsapp-float span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--accent); color: #06100d; font-size: 1.15rem; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(760px,100%); }
  .section-head, .problem-title { grid-template-columns: 1fr; gap: 25px; }
  .transformation-grid, .problem-body, .audience { grid-template-columns: 1fr; }
  .course-platform { grid-template-columns: 245px 1fr; }
  .module { grid-template-columns: 24px 1fr; }
  .module > i { display: none; }
  .value-grid { grid-template-columns: repeat(2,1fr); }
  .value-grid > div:nth-child(2) { border-right: 0; }
  .value-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .learn-grid { grid-template-columns: repeat(2,1fr); }
  .audience { gap: 55px; }
  .price-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; gap: 26px; }
  .price-card.popular { transform: none; margin-top: 28px; }
  .workflow-steps { grid-template-columns: 1fr; gap: 0; max-width: 720px; margin-inline: auto; margin-top: 60px; }
  .workflow-steps > div { min-height: 180px; }
  .workflow-steps > i { height: 42px; transform: rotate(90deg); }
}
@media (max-width: 600px) {
  .section { width: calc(100% - 36px); padding: 90px 0; }
  .section-head { margin-bottom: 38px; }
  .section-head h2, .problem-title h2, .pricing-heading h2, .workflow-title h2, .final-content h2 { font-size: clamp(2.25rem,11vw,3.4rem); }
  .section-index { margin-bottom: 18px; }
  .site-header { height: 68px; width: calc(100% - 36px); }
  .header-cta { font-size: 0; border: 1px solid var(--line); width: 42px; height: 42px; display: grid; place-items: center; }
  .header-cta span { font-size: 1rem; margin: 0; }
  .hero { min-height: auto; padding: 108px 18px 56px; gap: 44px; }
  h1 { font-size: clamp(2.65rem, 13.2vw, 4.2rem); }
  .hero-copy > p { font-size: 1rem; line-height: 1.58; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-proof { gap: 12px; }
  .hero-proof li { display: block; }
  .hero-proof b { display: block; font-size: 1.05rem; margin-bottom: 8px; }
  .hero-proof span { font-size: .59rem; }
  .visual-meta span:first-child { display: none; }
  .visual-meta { justify-content: flex-end; }
  .compare { aspect-ratio: .84; }
  .compare-wide { aspect-ratio: .82; }
  .compare-caption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .compare-caption span { font-size: .6rem; }
  .transformation { padding-top: 92px; }
  .transformation-grid > .compare { min-height: 430px; }
  .transform-copy { padding: 34px 26px; }
  .process-line { align-items: flex-start; }
  .process-line span { max-width: 70px; }
  .problem { padding: 90px 18px; }
  .problem-title { margin-bottom: 52px; }
  .problem-body { gap: 46px; }
  .problem-statement { padding: 30px 24px; }
  .formula { align-items: flex-start; flex-direction: column; }
  .formula i { display: none; }
  .course-platform { grid-template-columns: 1fr; min-height: auto; }
  .course-sidebar { border-right: 0; border-bottom: 1px solid var(--line); }
  .module-list { grid-template-columns: repeat(2,1fr); }
  .module { grid-template-columns: 22px 1fr; padding: 12px 8px; }
  .module small { display: none; }
  .course-main { padding: 14px; }
  .video-frame { min-height: 320px; height: 54vh; max-height: 430px; }
  .lesson-row { height: auto; grid-template-columns: 1fr; }
  .lesson-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .lesson-row > div:last-child { border-bottom: 0; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid > div { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .learn { padding-inline: 18px; }
  .learn-grid { grid-template-columns: 1fr; }
  .learn-card.photoshop { grid-column: auto; }
  .learn-card { min-height: 270px; }
  .workflow-inline { padding: 24px 12px; flex-wrap: wrap; gap: 10px; line-height: 1.5; }
  .audience { gap: 50px; }
  .audience-list > div { grid-template-columns: 34px 1fr auto; }
  .gallery { padding-top: 30px; }
  .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -18px; padding-inline: 18px; gap: 10px; scrollbar-width: none; }
  .gallery-item, .gallery-large { flex: 0 0 86vw; height: 520px; scroll-snap-align: center; }
  .gallery-item figcaption { flex-direction: column; align-items: flex-start; gap: 8px; }
  .gallery-compare { grid-template-columns: 1fr; }
  .gallery-compare > div { min-height: 320px; }
  .gallery-arrow { min-height: 60px !important; flex-direction: row; gap: 8px; }
  .gallery-arrow i { margin: 0; transform: rotate(90deg); }
  .pricing { padding: 92px 18px; }
  .price-card { min-height: 650px; padding: 28px 24px; }
  .price { margin-top: 46px; }
  .workflow-section { padding-block: 95px; }
  .workflow-steps > div { min-height: 170px; }
  .final-cta { min-height: 790px; align-items: end; padding-bottom: 72px; }
  .final-overlay { background: linear-gradient(to top,rgba(4,6,7,.98) 15%,rgba(4,6,7,.72) 63%,rgba(4,6,7,.22)); }
  .final-content { width: calc(100% - 36px); }
  .final-button { min-width: 0; width: 100%; }
  footer { width: calc(100% - 36px); padding: 38px 0 92px; grid-template-columns: 1fr; text-align: center; gap: 24px; }
  footer .brand { justify-self: center; }
  footer p { margin: 0; }
  footer > a:last-child { justify-self: center; }
  .whatsapp-float { right: 12px; bottom: 12px; padding-right: 10px; }
  .whatsapp-float b { display: none; }
}

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