:root {
  --navy-950: #050816;
  --navy-900: #080d2b;
  --navy-850: #0c1238;
  --navy-800: #11194a;
  --indigo: #37358f;
  --indigo-2: #5253ca;
  --cyan: #42d6d1;
  --cyan-soft: #8fe8dc;
  --mint: #b7f3e7;
  --white: #ffffff;
  --off-white: #f6f7fb;
  --text: #111735;
  --muted: #69708c;
  --line: rgba(20, 31, 80, .12);
  --shadow: 0 24px 70px rgba(9, 15, 55, .16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --font-display: "Oxanium", "Trebuchet MS", sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
  --header-height: 86px;
  --mobile-safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--off-white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-dark { background: var(--navy-900); color: var(--white); }
.section-light { background: var(--off-white); }

.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1000; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--indigo-2)); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: rgba(5, 8, 22, .76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: .3s ease;
}
.site-header.scrolled { background: rgba(5, 8, 22, .94); box-shadow: 0 12px 34px rgba(0, 0, 0, .2); }
.nav-wrap { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 10px 0; }
.brand { display: flex; align-items: center; flex: 0 0 auto; width: 142px; height: 66px; }
.brand img { width: 128px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 14px; color: rgba(255,255,255,.74); font-weight: 600; transition: .2s; }
.desktop-nav a:hover { color: var(--white); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 0 24px; border-radius: 14px;
  font-weight: 800; letter-spacing: -.02em; transition: .25s ease;
  border: 1px solid transparent; cursor: pointer; text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: var(--navy-950);
  background: linear-gradient(135deg, #aef4e4 0%, #48d6d0 45%, #7bc5f1 100%);
  box-shadow: 0 12px 30px rgba(66, 214, 209, .22), inset 0 1px 0 rgba(255,255,255,.7);
}
.btn-primary:hover { box-shadow: 0 16px 38px rgba(66, 214, 209, .34); }
.btn-secondary { background: var(--navy-900); color: var(--white); box-shadow: 0 12px 30px rgba(8, 13, 43, .16); }
.btn-outline-light { color: var(--white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); }
.btn-small { min-height: 46px; padding: 0 20px; font-size: 13px; border-radius: 12px; }
.btn-large { min-height: 62px; padding: 0 30px; border-radius: 16px; }
.btn-full { width: 100%; }

.hero { min-height: 880px; padding: 170px 0 44px; overflow: hidden; }
.hero-grid-bg, .offer-grid-bg {
  position: absolute; inset: 0; opacity: .16;
  background-image: linear-gradient(rgba(111, 231, 223, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(111, 231, 223, .11) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 85%);
}
.hero-orb { position: absolute; border-radius: 999px; filter: blur(12px); pointer-events: none; }
.hero-orb-one { width: 470px; height: 470px; right: -150px; top: 90px; background: rgba(66, 214, 209, .14); }
.hero-orb-two { width: 360px; height: 360px; left: -170px; top: 310px; background: rgba(82, 83, 202, .18); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: var(--cyan-soft); margin-bottom: 20px; }
.eyebrow span { width: 28px; height: 2px; border-radius: 3px; background: linear-gradient(90deg, var(--cyan), var(--indigo-2)); }
.eyebrow-dark { color: var(--indigo); }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: var(--font-display); letter-spacing: -.045em; }
h1 { font-size: clamp(52px, 6vw, 82px); max-width: 760px; }
h1 em, h2 em { font-style: normal; color: var(--cyan); }
.hero-lead { max-width: 660px; color: rgba(255,255,255,.68); font-size: 18px; margin: 28px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { font-weight: 700; color: rgba(255,255,255,.82); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.24); padding-bottom: 5px; }
.hero-proof { list-style: none; display: flex; flex-wrap: wrap; gap: 18px 28px; padding: 0; margin: 28px 0 0; color: rgba(255,255,255,.65); font-size: 13px; }
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof i { font-style: normal; color: var(--cyan); }
.hero-visual { min-height: 590px; position: relative; display: flex; align-items: center; justify-content: center; }
.visual-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(75, 220, 211, .22), rgba(66, 71, 185, .11) 45%, transparent 70%); filter: blur(2px); }
.course-box-wrap { position: relative; z-index: 2; width: min(100%, 520px); animation: float 5.5s ease-in-out infinite; }
.course-box { filter: drop-shadow(0 40px 45px rgba(0,0,0,.4)); }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-15px) rotate(1deg); } }
.floating-chip, .floating-stat { position: absolute; z-index: 3; backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.15); background: rgba(11, 18, 58, .72); box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.floating-chip { display: flex; align-items: center; gap: 9px; border-radius: 999px; padding: 11px 15px; font-size: 12px; font-weight: 800; color: rgba(255,255,255,.88); }
.floating-chip span { color: var(--cyan); }
.chip-one { top: 96px; right: -12px; }
.chip-two { bottom: 130px; left: -24px; }
.chip-three { bottom: 60px; right: 8px; }
.floating-stat { left: 6px; top: 178px; border-radius: 18px; padding: 15px 18px; display: flex; flex-direction: column; }
.floating-stat strong { font-family: var(--font-display); font-size: 22px; color: var(--cyan); }
.floating-stat span { color: rgba(255,255,255,.58); font-size: 11px; }
.trust-bar { position: relative; z-index: 2; margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.trust-bar > div { padding: 24px 26px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.09); }
.trust-bar > div:last-child { border-right: 0; }
.trust-bar b { font-family: var(--font-display); font-size: 24px; color: var(--white); }
.trust-bar span { font-size: 12px; color: rgba(255,255,255,.46); }

.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.section-heading h2 { font-size: clamp(42px, 5vw, 66px); }
.intro-copy { color: var(--muted); font-size: 17px; }
.intro-copy p { margin: 0 0 18px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 64px; }
.audience-card { background: var(--white); padding: 32px; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(15, 24, 67, .06); position: relative; overflow: hidden; }
.audience-card::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; right: -50px; top: -50px; background: rgba(67,214,209,.08); }
.card-number { font-family: var(--font-display); color: rgba(54,53,143,.35); font-size: 13px; }
.audience-icon { font-size: 32px; margin: 28px 0 26px; }
.audience-card h3 { font-size: 21px; margin-bottom: 12px; }
.audience-card p { color: var(--muted); margin: 0; font-size: 14px; }

.modules-section { overflow: hidden; }
.module-lines { position: absolute; inset: 0; background: radial-gradient(circle at 50% 18%, rgba(82,83,202,.22), transparent 34%), linear-gradient(120deg, transparent 48%, rgba(66,214,209,.07) 49%, transparent 50%); }
.centered { text-align: center; max-width: 780px; margin: 0 auto; }
.centered .eyebrow { justify-content: center; }
.centered p { max-width: 680px; margin: 22px auto 0; color: rgba(255,255,255,.56); }
.modules-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; z-index: 2; }
.module-card { min-height: 286px; padding: 28px; border-radius: var(--radius-lg); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); display: flex; flex-direction: column; transition: .3s ease; }
.module-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.08); border-color: rgba(110, 234, 224, .3); }
.module-card.featured { background: linear-gradient(145deg, rgba(61,59,153,.38), rgba(66,214,209,.09)); }
.module-top { display: flex; justify-content: space-between; align-items: center; }
.module-top span { font-family: var(--font-display); font-size: 13px; color: rgba(255,255,255,.38); }
.module-top i { font-style: normal; width: 38px; height: 38px; border-radius: 12px; background: rgba(110,234,224,.1); display: grid; place-items: center; color: var(--cyan); font-family: var(--font-display); font-size: 13px; }
.module-card h3 { font-family: var(--font-display); font-size: 23px; margin: 42px 0 13px; }
.module-card p { color: rgba(255,255,255,.56); font-size: 14px; margin: 0 0 22px; }
.module-tag { margin-top: auto; align-self: flex-start; color: var(--cyan-soft); font-weight: 700; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.center-cta { margin-top: 54px; display: flex; flex-direction: column; align-items: center; gap: 14px; position: relative; z-index: 2; }
.center-cta small { color: rgba(255,255,255,.4); }

.project-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; }
.project-heading > p { color: var(--muted); font-size: 16px; margin: 0 0 7px; }
.projects-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project-card { border-radius: var(--radius-lg); overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); transition: .3s ease; }
.project-card:hover { transform: translateY(-8px); }
.project-image { height: 360px; overflow: hidden; background: var(--navy-900); }
.project-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: .5s ease; }
.project-card:hover .project-image img { transform: scale(1.04); }
.project-info { padding: 25px 26px 28px; }
.project-info > span { color: var(--indigo); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.project-info h3 { font-family: var(--font-display); font-size: 27px; margin: 5px 0 7px; }
.project-info p { margin: 0; color: var(--muted); font-size: 13px; }

.experience-section { background: #eef1f8; overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: .98fr 1.02fr; gap: 80px; align-items: center; }
.experience-visual { position: relative; }
.screen-card { border-radius: 22px; background: #0a1034; padding: 12px; box-shadow: 0 35px 80px rgba(11, 18, 58, .22); transform: perspective(900px) rotateY(4deg) rotateX(2deg); }
.screen-top { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 10px; }
.screen-top span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.25); }
.screen-top b { margin-left: 8px; color: rgba(255,255,255,.35); font-size: 9px; font-weight: 500; }
.screen-body { min-height: 360px; background: #f9fbff; border-radius: 13px; overflow: hidden; display: grid; grid-template-columns: 72px 1fr; }
.screen-sidebar { background: #11194a; padding: 28px 18px; display: flex; flex-direction: column; gap: 17px; }
.screen-sidebar span { height: 8px; border-radius: 5px; background: rgba(255,255,255,.2); }
.screen-sidebar .active { background: var(--cyan); }
.screen-content { padding: 28px; }
.video-placeholder { height: 225px; border-radius: 16px; background: radial-gradient(circle at 30% 10%, #4852bb, #131a4a 65%); display: grid; place-content: center; text-align: center; gap: 12px; color: var(--white); }
.video-placeholder i { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.26); display: grid; place-items: center; font-style: normal; padding-left: 4px; margin: auto; }
.video-placeholder small { color: rgba(255,255,255,.55); }
.lesson-lines { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.lesson-lines b, .lesson-lines span { height: 8px; border-radius: 8px; background: #dfe4f0; }
.lesson-lines b { width: 52%; background: #bdc6dd; }
.lesson-lines span:last-child { width: 72%; }
.experience-badge { position: absolute; right: -24px; bottom: -22px; background: var(--white); padding: 18px 22px; border-radius: 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.experience-badge strong { font-family: var(--font-display); font-size: 28px; color: var(--indigo); }
.experience-badge span { font-size: 11px; color: var(--muted); }
.experience-copy h2 { font-size: clamp(38px, 4.5vw, 58px); margin-bottom: 32px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; }
.check-list li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; }
.check-list i { width: 36px; height: 36px; border-radius: 12px; background: rgba(66,214,209,.13); color: var(--indigo); font-style: normal; display: grid; place-items: center; font-weight: 900; }
.check-list strong, .check-list span { display: block; }
.check-list strong { font-size: 15px; margin-bottom: 4px; }
.check-list span { color: var(--muted); font-size: 13px; }

.bonus-section { overflow: hidden; }
.bonus-orb { position: absolute; width: 600px; height: 600px; right: -190px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(66,214,209,.17), transparent 65%); }
.bonus-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 80px; position: relative; z-index: 2; }
.bonus-pill { display: inline-flex; background: rgba(66,214,209,.12); color: var(--cyan-soft); border: 1px solid rgba(66,214,209,.22); padding: 7px 12px; border-radius: 999px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; margin-bottom: 20px; }
.bonus-copy h2 { font-size: clamp(48px, 5vw, 68px); }
.bonus-copy p { max-width: 600px; color: rgba(255,255,255,.62); margin: 24px 0; }
.mini-checks { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 10px; color: rgba(255,255,255,.78); font-size: 14px; }
.mini-checks li::first-letter { color: var(--cyan); }
.bonus-visual img { width: min(100%, 500px); margin: auto; filter: drop-shadow(0 35px 40px rgba(0,0,0,.34)); }

.certificate-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 82px; align-items: center; }
.certificate-image { position: relative; }
.certificate-glow { position: absolute; inset: 10% 10%; background: rgba(82,83,202,.13); filter: blur(35px); border-radius: 50%; }
.certificate-image img { position: relative; z-index: 2; width: 100%; }
.certificate-copy h2 { font-size: clamp(42px, 5vw, 62px); }
.certificate-copy p { color: var(--muted); margin: 24px 0; }
.certificate-note { display: inline-flex; gap: 10px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; font-size: 13px; font-weight: 700; }
.certificate-note i { font-style: normal; color: var(--indigo); }

.guarantee-section { background: #eef1f8; padding-top: 36px; }
.guarantee-card { min-height: 330px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 34px 46px 34px 22px; display: grid; grid-template-columns: 270px 1fr 130px; gap: 32px; align-items: center; box-shadow: var(--shadow); }
.guarantee-image img { max-height: 280px; margin: auto; }
.guarantee-copy h2 { font-size: clamp(38px, 4vw, 54px); }
.guarantee-copy p { color: var(--muted); margin: 18px 0 0; }
.guarantee-seal { width: 122px; height: 122px; border-radius: 50%; background: var(--navy-900); color: var(--white); display: flex; justify-content: center; align-items: center; gap: 8px; box-shadow: 0 0 0 9px rgba(66,214,209,.12); }
.guarantee-seal strong { font-family: var(--font-display); color: var(--cyan); font-size: 46px; line-height: 1; }
.guarantee-seal span { font-size: 11px; line-height: 1.25; }

.offer-section { overflow: hidden; }
.offer-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 440px; gap: 90px; align-items: center; }
.offer-left h2 { font-size: clamp(46px, 5vw, 66px); max-width: 760px; }
.offer-left > p { color: rgba(255,255,255,.58); max-width: 650px; margin: 22px 0 30px; }
.offer-includes { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; }
.offer-includes li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.74); font-size: 13px; }
.offer-includes i { font-style: normal; color: var(--cyan); font-weight: 900; }
.pricing-card { background: var(--white); color: var(--text); border-radius: 26px; overflow: hidden; box-shadow: 0 36px 90px rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.3); }
.pricing-topline { background: linear-gradient(90deg, var(--indigo), var(--indigo-2)); color: var(--white); text-align: center; padding: 13px; font-size: 11px; letter-spacing: .18em; font-weight: 800; }
.pricing-content { padding: 34px; }
.price-from { color: var(--muted); font-size: 13px; }
.price { display: flex; align-items: flex-start; margin: 6px 0; font-family: var(--font-display); color: var(--navy-900); }
.price small { font-size: 22px; margin: 13px 5px 0 0; }
.price strong { font-size: 88px; line-height: .95; letter-spacing: -.07em; }
.price sup { font-size: 25px; margin-top: 10px; }
.price-caption { display: block; color: var(--muted); font-size: 11px; margin-bottom: 24px; }
.secure-row { display: flex; justify-content: center; gap: 18px; margin-top: 18px; color: var(--muted); font-size: 10px; }
.pricing-footer { background: #f3f5fa; color: var(--muted); padding: 14px 20px; text-align: center; font-size: 10px; }

.faq-layout { display: grid; grid-template-columns: .68fr 1fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading h2 { font-size: clamp(44px, 5vw, 64px); }
.faq-heading p { color: var(--muted); margin: 22px 0 28px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 0 22px; transition: .25s; }
.faq-list details[open] { box-shadow: 0 16px 45px rgba(15,24,67,.07); border-color: rgba(54,53,143,.22); }
.faq-list summary { list-style: none; cursor: pointer; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; font-size: 15px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--font-display); font-size: 22px; color: var(--indigo); transition: .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { color: var(--muted); margin: -3px 0 22px; font-size: 13px; padding-right: 30px; }

.final-cta { background: linear-gradient(135deg, #282a7b, #10163f 58%, #0d343c); color: var(--white); padding: 34px 0; }
.final-cta-inner { display: grid; grid-template-columns: 150px 1fr auto; gap: 34px; align-items: center; }
.final-cta img { width: 126px; }
.final-cta span { font-size: 10px; letter-spacing: .16em; color: var(--cyan-soft); font-weight: 800; }
.final-cta h2 { font-size: 36px; margin-top: 4px; }

.site-footer { background: var(--navy-950); color: rgba(255,255,255,.6); padding: 70px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 70px; }
.footer-brand img { width: 126px; margin-bottom: 16px; }
.footer-brand p { font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.footer-links strong { color: var(--white); margin-bottom: 8px; font-size: 13px; }
.footer-links a:hover { color: var(--cyan-soft); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.footer-grid > * { min-width: 0; }

.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { margin-top: -20px; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-bar > div:nth-child(2) { border-right: 0; }
  .trust-bar > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .split-intro, .project-heading, .experience-grid, .certificate-grid, .offer-layout, .faq-layout { grid-template-columns: 1fr; gap: 52px; }
  .modules-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-grid { grid-template-columns: repeat(3, 1fr); }
  .project-image { height: 300px; }
  .bonus-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .guarantee-card { grid-template-columns: 210px 1fr; }
  .guarantee-seal { display: none; }
  .pricing-card { max-width: 520px; }
  .faq-heading { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1180px); }
  .section { padding: 82px 0; }
  .nav-wrap { height: 74px; }
  .brand { width: 110px; }
  .brand img { width: 104px; }
  .header-cta { min-height: 42px; padding: 0 14px; font-size: 11px; }
  .header-cta span { display: none; }
  .hero { padding: 128px 0 34px; min-height: auto; }
  .hero-grid { gap: 24px; }
  h1 { font-size: clamp(43px, 13.5vw, 62px); }
  .hero-lead { font-size: 16px; margin: 22px 0 28px; }
  .hero-actions { flex-direction: column; width: 100%; gap: 17px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { justify-content: center; gap: 10px 18px; }
  .hero-visual { min-height: 430px; }
  .course-box-wrap { width: 390px; max-width: 94%; }
  .floating-stat { left: 0; top: 102px; }
  .chip-one { right: 0; top: 54px; }
  .chip-two { left: 0; bottom: 80px; }
  .chip-three { right: 0; bottom: 28px; }
  .floating-chip { font-size: 10px; padding: 9px 11px; }
  .trust-bar { margin-top: 30px; }
  .trust-bar > div { padding: 18px 14px; }
  .trust-bar b { font-size: 20px; }
  .split-intro { gap: 28px; }
  .section-heading h2, .experience-copy h2, .bonus-copy h2, .certificate-copy h2, .offer-left h2, .faq-heading h2 { font-size: 40px; }
  .audience-grid, .modules-grid, .projects-grid { grid-template-columns: 1fr; }
  .audience-grid { margin-top: 38px; }
  .module-card { min-height: 260px; }
  .project-image { height: 440px; }
  .experience-grid { gap: 66px; }
  .screen-card { transform: none; }
  .screen-body { min-height: 290px; grid-template-columns: 52px 1fr; }
  .screen-sidebar { padding: 25px 12px; }
  .screen-content { padding: 18px; }
  .video-placeholder { height: 180px; }
  .experience-badge { right: 8px; }
  .bonus-grid { grid-template-columns: 1fr; text-align: center; }
  .bonus-copy { display: flex; flex-direction: column; align-items: center; }
  .bonus-visual { order: -1; }
  .bonus-visual img { width: 360px; }
  .certificate-grid { text-align: center; }
  .certificate-note { justify-content: center; }
  .guarantee-section { padding-top: 22px; }
  .guarantee-card { grid-template-columns: 1fr; padding: 28px 24px; text-align: center; }
  .guarantee-image img { max-height: 220px; }
  .offer-includes { grid-template-columns: 1fr; }
  .pricing-content { padding: 28px 22px; }
  .price strong { font-size: 76px; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .final-cta img { width: 112px; }
  .final-cta h2 { font-size: 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 100px; }
  .mobile-cta {
    position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 10px;
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    background: rgba(6, 10, 30, .96); backdrop-filter: blur(14px); color: var(--white);
    border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 9px 9px 9px 15px;
    box-shadow: 0 20px 45px rgba(0,0,0,.35); transform: translateY(120%); transition: .35s ease;
  }
  .mobile-cta.visible { transform: translateY(0); }
  .mobile-cta div { display: flex; flex-direction: column; line-height: 1.2; }
  .mobile-cta small { font-size: 9px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .1em; }
  .mobile-cta strong { font-family: var(--font-display); font-size: 19px; }
  .mobile-cta a { background: linear-gradient(135deg, #aef4e4, #48d6d0); color: var(--navy-950); min-height: 46px; padding: 0 15px; border-radius: 12px; display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 12px; }
}

@media (max-width: 420px) {
  .header-cta { font-size: 10px; padding: 0 11px; }
  .project-image { height: 390px; }
  .floating-stat { display: none; }
  .hero-visual { min-height: 380px; }
  .chip-two { bottom: 62px; }
  .mobile-cta a span { display: none; }
}

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

/* ===== Liber Game 2.0: ajustes de conversão e interatividade ===== */
.icon, svg { flex: 0 0 auto; }
.tiny-icon { width: 17px; height: 17px; }
.module-top svg { width: 20px; height: 20px; }
.audience-icon svg { width: 38px; height: 38px; color: var(--indigo); }
.check-list i svg { width: 19px; height: 19px; }
.hero-proof svg, .offer-includes svg { color: var(--cyan); width: 16px; height: 16px; }
.hero-proof li { gap: 8px; }
.secure-row span { display: inline-flex; align-items: center; gap: 5px; }

/* Logo com respiro real no cabeçalho */
.brand { width: 154px; height: 72px; padding: 6px 0; }
.brand-frame {
  width: 144px;
  height: 62px;
  display: grid;
  place-items: center;
  padding: 7px 13px;
  border-radius: 15px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.08);
}
.brand img { width: 112px; max-height: 50px; object-fit: contain; }

/* Countdown fixo, animado e gerenciável pelo painel */
.countdown-bar {
  position: fixed;
  z-index: 95;
  left: 0;
  right: 0;
  top: 86px;
  min-height: 92px;
  color: var(--white);
  background: linear-gradient(112deg, rgba(48,45,137,.98), rgba(12,19,60,.98) 52%, rgba(9,65,72,.98));
  border-bottom: 1px solid rgba(132,246,231,.23);
  box-shadow: 0 22px 55px rgba(4,7,25,.32);
  overflow: hidden;
  transition: opacity .35s ease, transform .35s ease;
}
.countdown-bar.is-expired .countdown-clock { opacity: .45; filter: grayscale(1); }
.countdown-bar.is-hidden { opacity: 0; transform: translateY(-110%); pointer-events: none; }
.countdown-bar::before,
.countdown-bar::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}
.countdown-bar::before { width: 220px; height: 220px; left: 12%; top: -150px; background: rgba(82,83,202,.46); }
.countdown-bar::after { width: 250px; height: 250px; right: 8%; bottom: -190px; background: rgba(66,214,209,.29); }
.countdown-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 36%, rgba(255,255,255,.11) 48%, transparent 59%);
  transform: translateX(-130%);
  animation: countdownScan 4.5s ease-in-out infinite;
}
@keyframes countdownScan { 0%, 55% { transform: translateX(-130%); } 100% { transform: translateX(130%); } }
.countdown-inner {
  min-height: 92px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto auto;
  align-items: center;
  gap: 30px;
}
.countdown-copy { display: flex; align-items: center; gap: 16px; min-width: 0; }
.countdown-copy > div { display: flex; flex-direction: column; min-width: 0; }
.countdown-copy strong { font-family: var(--font-display); font-size: 17px; letter-spacing: -.02em; }
.countdown-copy small { color: rgba(255,255,255,.56); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 10px; }
.countdown-live { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; font-size: 9px; letter-spacing: .14em; font-weight: 800; color: var(--cyan-soft); }
.countdown-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 0 rgba(66,214,209,.55); animation: livePulse 1.6s infinite; }
@keyframes livePulse { 70% { box-shadow: 0 0 0 9px rgba(66,214,209,0); } 100% { box-shadow: 0 0 0 0 rgba(66,214,209,0); } }
.countdown-clock { display: flex; align-items: center; gap: 8px; }
.countdown-clock > div {
  width: 58px;
  min-height: 60px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 13px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
}
.countdown-clock strong { font-family: var(--font-display); font-size: 23px; line-height: 1; }
.countdown-clock span { margin-top: 4px; color: rgba(255,255,255,.46); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.countdown-clock b { color: rgba(255,255,255,.35); font-size: 18px; }
.countdown-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #baf7e8, #48d6d0);
  color: var(--navy-950);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(66,214,209,.2);
  transition: .22s ease;
}
.countdown-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(66,214,209,.32); }
.has-countdown .hero { padding-top: 280px; }
.has-countdown .faq-heading { top: 220px; }

/* Efeitos que acompanham o mouse */
.interactive-card { position: relative; isolation: isolate; --mouse-x: 50%; --mouse-y: 50%; }
.interactive-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(310px circle at var(--mouse-x) var(--mouse-y), rgba(91,226,216,.16), transparent 55%);
  transition: opacity .25s ease;
}
.interactive-card:hover::before { opacity: 1; }
.module-card.interactive-card::before { z-index: 0; }
.module-card > * { position: relative; z-index: 1; }
.project-card.interactive-card::before,
.pricing-card.interactive-card::before { z-index: 0; }
.project-card > *, .pricing-card > * { position: relative; z-index: 1; }
.mouse-grid { --mouse-x: 50%; --mouse-y: 30%; }
.mouse-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(480px circle at var(--mouse-x) var(--mouse-y), rgba(74,222,214,.13), transparent 63%);
  pointer-events: none;
}
.hero-particles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .65; }
.hero-visual { --tilt-x: 0deg; --tilt-y: 0deg; }
.hero-visual .course-box-wrap { transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); will-change: transform; }

/* Projetos: imagem inteira, bloco proporcional e download */
.projects-section { overflow: hidden; }
.projects-grid { align-items: stretch; }
.project-card { display: flex; flex-direction: column; min-width: 0; }
.project-image {
  height: auto;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  padding: 14px;
  background:
    radial-gradient(circle at 50% 20%, rgba(82,83,202,.34), transparent 52%),
    linear-gradient(145deg, #0d143e, #070a20);
}
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  transition: transform .5s ease, filter .5s ease;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.24));
}
.project-card:hover .project-image img { transform: scale(1.025); filter: drop-shadow(0 24px 30px rgba(0,0,0,.32)); }
.project-info { flex: 1; display: flex; flex-direction: column; }
.project-info p { margin-bottom: 22px; }
.project-download {
  margin-top: auto;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 13px;
  background: var(--navy-900);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  transition: .23s ease;
}
.project-download:hover { background: var(--indigo); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(55,53,143,.2); }
.project-download.is-disabled { opacity: .48; cursor: not-allowed; }
.project-download small { font-size: 8px; padding: 3px 6px; border-radius: 99px; background: rgba(255,255,255,.12); text-transform: uppercase; letter-spacing: .08em; }
.project-note { margin-top: 24px; display: flex; justify-content: center; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.project-card { min-height: 100%; }
.project-image { aspect-ratio: 4 / 3; padding: 16px; }
.project-image img { max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.project-info { gap: 14px; }
.project-info p { flex: 1; }
.project-download { width: 100%; position: relative; z-index: 3; pointer-events: auto; }
.project-download.is-disabled { justify-content: space-between; padding-inline: 14px; }
.project-download small { margin-left: auto; }

@media (max-width: 1060px) {
  .countdown-inner { grid-template-columns: 1fr auto; gap: 14px 24px; padding-block: 14px; }
  .countdown-copy { grid-column: 1 / -1; justify-content: center; text-align: center; }
  .countdown-bar { min-height: 132px; }
  .has-countdown .hero { padding-top: 320px; }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .project-image { height: auto; }
}

@media (max-width: 760px) {
  .brand { width: 112px; height: 64px; padding: 4px 0; }
  .brand-frame { width: 108px; height: 56px; padding: 7px 10px; border-radius: 13px; }
  .brand img { width: 88px; max-height: 44px; }
  .countdown-bar { top: 74px; min-height: 154px; }
  .countdown-inner { min-height: 154px; grid-template-columns: 1fr; gap: 10px; padding-block: 12px; }
  .countdown-copy { gap: 9px; text-align: center; justify-content: center; }
  .countdown-live { display: none; }
  .countdown-copy strong { font-size: 14px; }
  .countdown-copy small { white-space: normal; font-size: 9px; line-height: 1.35; }
  .countdown-clock { gap: 4px; justify-content: center; }
  .countdown-clock > div { width: 45px; min-height: 50px; border-radius: 10px; }
  .countdown-clock strong { font-size: 18px; }
  .countdown-clock b { font-size: 13px; }
  .countdown-cta { min-height: 48px; padding: 0 12px; font-size: 10px; max-width: none; width: 100%; text-align: center; line-height: 1.2; }
  .countdown-cta span { display: none; }
  .has-countdown .hero { padding-top: 310px; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-image { aspect-ratio: 4 / 3; height: auto; }
  .project-note { text-align: center; }
}

@media (max-width: 420px) {
  .countdown-clock > div { width: 40px; }
  .countdown-cta { max-width: none; width: 100%; padding-inline: 8px; }
  .has-countdown .hero { padding-top: 315px; }
}
.hero-visual .course-box-wrap {
  animation: none;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translate(var(--shift-x, 0), var(--shift-y, 0));
  transition: transform .18s ease-out;
}
.hero-visual .course-box { animation: floatImage 5.5s ease-in-out infinite; }
@keyframes floatImage { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-15px) rotate(1deg); } }
.interactive-card::before { z-index: 0; }
.interactive-card > * { position: relative; z-index: 1; }

/* ===== Ajustes finais: logo mais destacado, countdown abaixo do hero e projetos estilo capa ===== */
.site-header .nav-wrap { padding-block: 8px; }
.brand { width: 178px; height: 82px; }
.brand-frame {
  width: 170px;
  height: 74px;
  padding: 10px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 30px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.07);
}
.brand img { width: 136px; max-height: 56px; }

.countdown-bar {
  position: sticky;
  top: calc(var(--header-height) + 12px);
  z-index: 90;
  width: min(1180px, calc(100% - 48px));
  margin: 22px auto 28px;
  left: auto;
  right: auto;
  min-height: 102px;
  border: 1px solid rgba(132,246,231,.20);
  border-radius: 24px;
  overflow: hidden;
}
.countdown-inner {
  min-height: 102px;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  gap: 24px;
  padding: 16px 24px;
}
.countdown-copy strong { font-size: 18px; }
.countdown-copy small { white-space: normal; overflow: visible; text-overflow: unset; }
.countdown-cta { min-width: 180px; }
.has-countdown .hero,
.has-countdown .faq-heading { padding-top: 0; top: auto; }

.projects-section .projects-grid { gap: 24px; }
.project-card {
  background: linear-gradient(180deg, #ffffff, #eef1f6);
  border: 1px solid rgba(11, 20, 67, .08);
  box-shadow: 0 20px 50px rgba(10, 16, 52, .10);
}
.project-image {
  aspect-ratio: auto;
  padding: 0;
  background: transparent;
}
.project-cover-shell {
  width: min(100%, 360px);
  aspect-ratio: 57 / 82;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  border: 16px solid #091141;
  background: #ffffff;
  box-shadow: 0 24px 48px rgba(7, 12, 36, .18);
}
.project-cover-head {
  min-height: 84px;
  display: flex;
  align-items: flex-end;
  padding: 14px 14px 10px;
  background: #ffffff;
  border-bottom: 5px solid #38439b;
}
.project-cover-head img {
  width: 112px;
  max-width: 72%;
  object-fit: contain;
}
.project-cover-art {
  flex: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(66,214,209,.10), rgba(82,83,202,.12)),
    linear-gradient(180deg, #f9fbff, #edf1fb);
}
.project-cover-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: none;
}
.project-card:hover .project-cover-art img { transform: none; filter: none; }
.project-info {
  padding: 24px 26px 28px;
  gap: 14px;
}
.project-info > span { font-size: 14px; }
.project-info h3 { font-size: 26px; }
.project-info p { font-size: 14px; line-height: 1.65; }
.project-download {
  min-height: 50px;
  width: 100%;
  border-radius: 14px;
  letter-spacing: .04em;
}
.project-download.is-disabled {
  opacity: .7;
  background: #8f91a1;
  color: #d8d9e7;
}
.project-download small { background: rgba(255,255,255,.18); }

/* ===== Remodele projetos: capas completas + ações + tooltip ===== */
.project-card-modern {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
  border: 1px solid rgba(16, 25, 74, .08);
  box-shadow: 0 18px 52px rgba(10, 16, 52, .10);
}
.project-poster-wrap {
  padding: 0;
  background: transparent;
  display: block;
}
.project-poster {
  position: relative;
  width: min(100%, 330px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, #0e1545 0%, #111c57 100%);
  border: 1px solid rgba(96, 221, 227, .22);
  box-shadow: 0 20px 42px rgba(8, 12, 36, .22);
}
.project-poster::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}
.project-poster-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 68px;
  padding: 14px 16px 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.project-poster-top img {
  width: 102px;
  height: auto;
  max-width: 65%;
  object-fit: contain;
}
.project-poster-art {
  position: relative;
  aspect-ratio: 4 / 5.2;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(66,214,209,.14), transparent 30%),
    radial-gradient(circle at bottom left, rgba(82,83,202,.22), transparent 38%),
    linear-gradient(160deg, #10205d, #0a1238 72%, #0b2d36);
}
.project-poster-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.28));
}
.project-poster-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 28%, rgba(255,255,255,.10) 42%, transparent 56%);
  transform: translateX(-120%);
  pointer-events: none;
}
.project-card-modern:hover .project-poster-shine { animation: posterShine 1.2s ease; }
@keyframes posterShine { from { transform: translateX(-120%); } to { transform: translateX(120%); } }
.project-poster-bottom {
  position: relative;
  z-index: 2;
  padding: 16px 18px 18px;
  background: linear-gradient(180deg, rgba(5,8,22,.12), rgba(5,8,22,.44));
}
.project-poster-bottom span {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--cyan-soft);
  font-weight: 800;
}
.project-poster-bottom strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: .98;
  letter-spacing: -.04em;
  color: var(--white);
  text-transform: uppercase;
}
.project-info-modern {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 2px;
}
.project-info-modern > span {
  color: var(--indigo);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
}
.project-info-modern h3 {
  margin: 0;
  font-size: 30px;
}
.project-actions {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 10px;
  align-items: stretch;
  margin-top: auto;
}
.project-download {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111a4b, #0b1239 70%, #0d2c35);
  box-shadow: 0 14px 30px rgba(8, 12, 36, .14);
}
.project-download:hover { background: linear-gradient(135deg, #242a7f, #10184a 70%, #0f3740); }
.project-download.is-disabled {
  opacity: .72;
  background: linear-gradient(135deg, #8f93a3, #8b8fa0);
  color: #ebecf7;
}
.project-download small {
  margin-left: auto;
  background: rgba(255,255,255,.18);
}
.project-more {
  appearance: none;
  border: 0;
  min-width: 52px;
  width: 52px;
  min-height: 54px;
  border-radius: 16px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1;
  color: var(--white);
  background: linear-gradient(135deg, #5253ca, #2b2f83);
  box-shadow: 0 14px 28px rgba(56, 67, 155, .24);
  transition: .22s ease;
}
.project-more:hover,
.project-more[aria-expanded="true"] {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #42d6d1, #4b8ff0);
  color: var(--navy-950);
}
.project-tooltip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 12px);
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(9, 15, 51, .97);
  color: rgba(255,255,255,.84);
  box-shadow: 0 22px 44px rgba(6, 10, 28, .26);
  border: 1px solid rgba(108, 228, 226, .18);
  backdrop-filter: blur(10px);
}
.project-tooltip::after {
  content: "";
  position: absolute;
  left: calc(100% - 42px);
  bottom: -8px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background: rgba(9, 15, 51, .97);
  border-right: 1px solid rgba(108, 228, 226, .18);
  border-bottom: 1px solid rgba(108, 228, 226, .18);
}
.project-tooltip strong {
  display: block;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cyan-soft);
  margin-bottom: 8px;
}
.project-tooltip p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,.72);
}

.project-card-modern:hover .project-poster-top img,
.project-card-modern:hover .project-poster-art img { transform: none; }


/* ===== Correções: desktop hero original e capa sem logo superior ===== */
.project-poster-top { display: none; }
.project-poster { border-radius: 26px; }
.project-poster-art { aspect-ratio: 4 / 5.8; padding: 18px 18px 12px; }
.project-poster-bottom { padding-top: 14px; }

@media (min-width: 768px) {
  .site-header .nav-wrap { padding-block: 10px; }
  .brand { width: 154px; height: 72px; padding: 6px 0; }
  .brand-frame {
    width: 144px;
    height: 62px;
    padding: 7px 13px;
    border-radius: 15px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: none;
  }
  .brand img { width: 112px; max-height: 50px; }

  .countdown-bar {
    position: fixed;
    left: 0;
    right: 0;
    width: auto;
    top: var(--header-height);
    margin: 0;
    min-height: 92px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 22px 55px rgba(4,7,25,.32);
  }
  .countdown-inner {
    min-height: 92px;
    grid-template-columns: minmax(320px, 1fr) auto auto;
    gap: 30px;
    padding: 0;
  }
  .countdown-copy strong { font-size: 17px; }
  .countdown-copy small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .countdown-cta { min-width: 0; }

  .hero { min-height: 880px; padding: 170px 0 44px; }
  .has-countdown .hero { padding-top: 280px; }
}
