:root {
  --black: #050505;
  --panel: #101010;
  --panel-2: #171717;
  --white: #f7f7f3;
  --muted: #a7a7a2;
  --yellow: #f4ea00;
  --blue: #1739ff;
  --green: #24d366;
  --line: rgba(255,255,255,.13);
  --radius: 22px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Inter, Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--yellow); color: #000; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.noise { position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; height: 82px; z-index: 1000; transition: .3s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(5,5,5,.88); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { width: 238px; flex: 0 0 auto; }
.brand img { width: 100%; height: 54px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--yellow); transition: .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; background: var(--yellow); color: #000; border-radius: 999px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { width: 18px; height: 2px; background: #fff; display: block; margin: 4px auto; transition: .25s; }

.hero { min-height: 100svh; display: grid; align-items: center; position: relative; overflow: hidden; padding: 132px 0 86px; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.86) 46%, rgba(5,5,5,.3) 100%), url('assets/hero-bg.webp') center/cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(23,57,255,.28), transparent 33%), radial-gradient(circle at 60% 85%, rgba(244,234,0,.18), transparent 27%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #d8d8d2; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow b { width: 34px; height: 2px; background: var(--yellow); display: inline-block; }
.hero h1, .section h2, .method h2, .cta-band h2 { font-family: Anton, Impact, sans-serif; font-weight: 400; letter-spacing: .005em; margin: 18px 0 24px; line-height: .93; }
.hero h1 { font-size: clamp(64px, 7.2vw, 112px); }
em { color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 650px; color: #c4c4bf; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.btn { min-height: 56px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 13px; cursor: pointer; transition: transform .2s, filter .2s, background .2s; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-primary { background: var(--yellow); color: #000; }
.btn-primary .whatsapp-icon { width: 21px; height: 21px; object-fit: contain; }
.btn-ghost { border: 1px solid rgba(255,255,255,.32); background: rgba(0,0,0,.25); color: #fff; backdrop-filter: blur(8px); }
.btn-dark { background: #000; color: #fff; }
.btn.full { width: 100%; border-radius: 12px; }
.hero-trust { display: flex; gap: 34px; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-trust div { display: grid; gap: 4px; }
.hero-trust strong { font-size: 16px; }
.hero-trust span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; }
.visual-frame { border-radius: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.19); box-shadow: 0 40px 100px rgba(0,0,0,.55); transform: none; position: relative; }
.visual-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 90px rgba(0,0,0,.38); }
.visual-frame img { width: 100%; height: auto; display: block; object-fit: contain; }
.floating-note { position: absolute; font-family: Georgia, serif; font-size: 72px; color: var(--yellow); text-shadow: 0 8px 30px rgba(244,234,0,.25); animation: float 4s ease-in-out infinite; }
.note-one { right: -25px; top: -52px; }
.note-two { left: -38px; bottom: -46px; color: var(--blue); animation-delay: -2s; }
.hero-lines { position: absolute; left: 0; right: 0; bottom: 30px; height: 65px; display: flex; align-items: end; gap: 8px; opacity: .23; padding-inline: 2vw; }
.hero-lines i { display: block; flex: 1; max-width: 14px; background: var(--yellow); border-radius: 9px 9px 0 0; animation: equalize 1.1s ease-in-out infinite alternate; }
.hero-lines i:nth-child(2n) { background: var(--blue); animation-delay: -.3s; }
.hero-lines i:nth-child(3n) { animation-delay: -.7s; }
.hero-lines i:nth-child(1) { height: 20%; } .hero-lines i:nth-child(2) { height: 55%; } .hero-lines i:nth-child(3) { height: 85%; } .hero-lines i:nth-child(4) { height: 38%; } .hero-lines i:nth-child(5) { height: 70%; } .hero-lines i:nth-child(6) { height: 25%; } .hero-lines i:nth-child(7) { height: 95%; } .hero-lines i:nth-child(8) { height: 48%; } .hero-lines i:nth-child(9) { height: 75%; } .hero-lines i:nth-child(10) { height: 32%; } .hero-lines i:nth-child(11) { height: 65%; }
.scroll-hint { position: absolute; left: 50%; bottom: 22px; z-index: 4; width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 16px; }
.scroll-hint span { width: 4px; height: 8px; background: var(--yellow); border-radius: 4px; position: absolute; left: 11px; top: 8px; animation: scroll 1.5s infinite; }

.ticker { background: var(--yellow); color: #000; overflow: hidden; border-block: 1px solid #000; }
.ticker-track { display: flex; align-items: center; width: max-content; gap: 28px; padding: 13px 0; animation: marquee 25s linear infinite; }
.ticker span { font-family: Anton; font-size: 24px; letter-spacing: .04em; }
.ticker b { font-size: 16px; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section h2 { font-size: clamp(54px, 6vw, 86px); }
.section-heading p { color: var(--muted); line-height: 1.75; font-size: 16px; padding-bottom: 8px; }
.courses { background: #090909; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.course-card { min-height: 330px; border-radius: var(--radius); overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background-image: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.92)), var(--bg); background-size: cover; background-position: center; border: 1px solid rgba(255,255,255,.11); transition: transform .35s, border-color .35s; }
.course-card:hover { transform: translateY(-8px); border-color: rgba(244,234,0,.7); }
.course-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, transparent 30%, rgba(23,57,255,.2)); opacity: 0; transition: .35s; }
.course-card:hover::after { opacity: 1; }
.course-number, .course-card div, .course-card .arrow { position: relative; z-index: 2; }
.course-number { font-size: 11px; font-weight: 800; letter-spacing: .15em; color: var(--yellow); }
.course-card h3 { font-family: Anton; font-weight: 400; font-size: 35px; margin: 0 0 8px; }
.course-card p { color: #cacac6; line-height: 1.5; margin: 0; font-size: 14px; max-width: 270px; }
.course-card .arrow { position: absolute; right: 20px; top: 18px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); display: grid; place-items: center; font-size: 20px; }
.center-action { text-align: center; margin-top: 44px; }

.about { background: var(--yellow); color: #000; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; aspect-ratio: 1.12; object-fit: cover; border-radius: 28px; box-shadow: 22px 22px 0 var(--blue); }
.about-stamp { width: 150px; aspect-ratio: 1; position: absolute; right: -28px; top: -40px; border-radius: 50%; background: #000; color: #fff; border: 7px solid var(--yellow); display: flex; align-items: center; justify-content: center; gap: 8px; transform: rotate(8deg); }
.about-stamp strong { font-family: Anton; font-size: 54px; color: var(--yellow); line-height: 1; }
.about-stamp span { text-transform: uppercase; font-size: 10px; font-weight: 800; line-height: 1.25; }
.about .eyebrow { color: #181818; }
.about .eyebrow b { background: var(--blue); }
.about h2 { color: #000; }
.about h2 em { color: var(--blue); }
.about-copy > p { font-size: 16px; line-height: 1.7; color: #222; }
.check-list { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; font-weight: 700; line-height: 1.4; }
.check-list li span { display: grid; place-items: center; flex: 0 0 24px; height: 24px; border-radius: 50%; background: #000; color: var(--yellow); font-size: 12px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-weight: 900; border-bottom: 2px solid #000; padding-bottom: 6px; text-transform: uppercase; font-size: 13px; letter-spacing: .05em; }
.text-link span { font-size: 20px; }

.method { background: var(--blue); color: #fff; }
.method-top { display: grid; grid-template-columns: .45fr 1fr; gap: 50px; align-items: start; margin-bottom: 56px; }
.method-top > span { font-weight: 900; font-size: 12px; letter-spacing: .18em; padding-top: 13px; }
.method h2 { font-size: clamp(54px, 6vw, 84px); margin: 0; }
.method h2 em { color: var(--yellow); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.3); }
.method-card { padding: 35px 28px 22px 0; border-right: 1px solid rgba(255,255,255,.25); min-height: 250px; }
.method-card + .method-card { padding-left: 28px; }
.method-card:last-child { border-right: 0; }
.method-card > span { display: inline-grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--yellow); font-weight: 800; font-size: 12px; }
.method-card h3 { font-family: Anton; font-size: 30px; font-weight: 400; margin: 52px 0 10px; }
.method-card p { color: #d7dbff; font-size: 14px; line-height: 1.65; }

.space { background: #0b0b0b; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 13px; }
.gallery-item { margin: 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.05); }

/* YouTube em destaque */
.youtube-feature { position: relative; overflow: hidden; background: linear-gradient(135deg, #070707 0%, #0b0b0b 58%, #15100b 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.youtube-feature::before { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; right: -120px; top: -170px; background: rgba(255,0,0,.13); filter: blur(70px); pointer-events: none; }
.youtube-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.youtube-copy { position: relative; z-index: 2; }
.youtube-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .12em; background: rgba(255,255,255,.04); }
.youtube-play-mini { width: 23px; height: 16px; border-radius: 5px; background: #ff0000; position: relative; display: inline-block; box-shadow: 0 5px 18px rgba(255,0,0,.24); }
.youtube-play-mini::after { content: ""; position: absolute; left: 9px; top: 5px; border-left: 6px solid #fff; border-top: 3px solid transparent; border-bottom: 3px solid transparent; }
.youtube-feature h2 { margin: 24px 0 20px; font-size: clamp(54px, 5.8vw, 86px); }
.youtube-feature h2 em { color: var(--yellow); }
.youtube-copy > p { color: #b6b6b2; font-size: 16px; line-height: 1.7; max-width: 580px; margin-bottom: 30px; }
.youtube-btn { background: #ff0000; color: #fff; border-color: #ff0000; box-shadow: 0 14px 38px rgba(255,0,0,.2); }
.youtube-btn:hover { background: #e70000; border-color: #e70000; }
.youtube-play { width: 25px; height: 18px; border-radius: 5px; background: #fff; position: relative; display: inline-block; }
.youtube-play::after { content: ""; position: absolute; left: 10px; top: 5px; border-left: 7px solid #ff0000; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
.youtube-handle { display: block; margin-top: 15px; color: #858581; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.youtube-preview { position: relative; display: block; min-height: 430px; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 34px 100px rgba(0,0,0,.48); }
.youtube-preview img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s ease; }
.youtube-preview:hover img { transform: scale(1.035); }
.youtube-preview-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.5)); }
.youtube-preview-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 92px; height: 64px; background: #ff0000; border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.5); transition: transform .2s ease; }
.youtube-preview-play::after { content: ""; position: absolute; left: 39px; top: 21px; border-left: 22px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; }
.youtube-preview:hover .youtube-preview-play { transform: translate(-50%,-50%) scale(1.08); }
.youtube-preview-label { position: absolute; left: 22px; bottom: 20px; padding: 9px 12px; border-radius: 9px; background: rgba(0,0,0,.74); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .12em; }

.cta-band { background: var(--yellow); color: #000; padding: 72px 0; }
.cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-band span { font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.cta-band h2 { font-size: clamp(50px, 5.7vw, 78px); margin-bottom: 0; }
.cta-band .btn span { font-size: 18px; letter-spacing: 0; }

.contact { background: #080808; padding-bottom: 60px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-info > p { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 570px; }
.contact-list { margin-top: 40px; border-top: 1px solid var(--line); }
.contact-list > a, .contact-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--yellow); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 800; }
.contact-list strong { font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; }
.contact-card { background: var(--panel); border-radius: 26px; padding: 34px; border: 1px solid var(--line); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.form-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--muted); font-size: 12px; }
.form-head strong { color: var(--yellow); font-size: 12px; letter-spacing: .08em; }
form { display: grid; gap: 16px; }
label { display: grid; gap: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.17); background: #090909; color: #fff; border-radius: 12px; padding: 15px 16px; outline: none; transition: .2s; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(244,234,0,.09); }
select option { background: #111; }
.contact-card small { display: block; color: #7f7f7b; text-align: center; margin-top: 14px; font-size: 10px; }
.map-wrap { margin-top: 70px; border-radius: 24px; overflow: hidden; height: 390px; border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.9) contrast(.85); }

.site-footer { background: #030303; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 260px 1fr auto; gap: 55px; align-items: center; padding: 55px 0; }
.footer-top img { width: 250px; }
.footer-top p { color: var(--muted); line-height: 1.6; max-width: 440px; }
.footer-social { display: flex; gap: 18px; }
.footer-social a { font-size: 12px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; border-bottom: 1px solid #fff; padding-bottom: 5px; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; padding: 21px 0 28px; color: #777; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.footer-bottom a { color: var(--yellow); }
.whatsapp-float { position: fixed; z-index: 990; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: var(--green); display: grid; place-items: center; box-shadow: 0 16px 40px rgba(0,0,0,.45); border: 4px solid #0a0a0a; transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float .whatsapp-icon { width: 32px; height: 32px; object-fit: contain; display: block; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; } .delay-2 { transition-delay: .22s; } .delay-3 { transition-delay: .32s; }
@keyframes float { 50% { transform: translateY(-14px) rotate(8deg); } }
@keyframes equalize { to { height: 15%; } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(16px); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1020px) {
  .site-header { height: 72px; }
  .brand { width: 200px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 72px 16px auto; display: grid; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,8,8,.97); backdrop-filter: blur(18px); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .25s; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 16px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 770px; }
  .hero-visual { width: min(100%, 760px); }
  .hero-bg { background: linear-gradient(180deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.82) 58%, rgba(5,5,5,.5) 100%), url('assets/hero-bg.webp') center/cover; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 48px; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-card:nth-child(2) { border-right: 0; }
  .method-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.25); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .youtube-grid { grid-template-columns: 1fr; gap: 42px; }
  .youtube-preview { min-height: 390px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 220px 1fr; }
  .footer-social { grid-column: 1/-1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 178px; }
  .hero { min-height: auto; padding: 112px 0 72px; }
  .hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-trust { gap: 16px; justify-content: space-between; }
  .hero-trust strong { font-size: 14px; }
  .hero-trust span { font-size: 9px; }
  .visual-frame { transform: none; border-radius: 20px; }
  .floating-note { display: none; }
  .section { padding: 82px 0; }
  .section h2, .method h2 { font-size: 52px; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 300px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { margin-right: 18px; }
  .about-stamp { width: 112px; right: -18px; top: -25px; }
  .about-stamp strong { font-size: 40px; }
  .method-top { grid-template-columns: 1fr; gap: 12px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-card, .method-card + .method-card { border-right: 0; border-top: 1px solid rgba(255,255,255,.25); padding: 27px 0; min-height: 0; }
  .method-card h3 { margin-top: 28px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .gallery-item.wide { grid-column: span 2; }
  .youtube-feature h2 { font-size: 52px; }
  .youtube-preview { min-height: 280px; border-radius: 20px; }
  .youtube-preview-play { width: 74px; height: 52px; border-radius: 15px; }
  .youtube-preview-play::after { left: 31px; top: 17px; border-left-width: 18px; border-top-width: 9px; border-bottom-width: 9px; }
  .cta-band-inner { display: grid; }
  .cta-band h2 { font-size: 52px; }
  .contact-card { padding: 24px 18px; }
  .form-head { align-items: flex-start; gap: 10px; flex-direction: column; }
  .contact-list > a, .contact-list > div { grid-template-columns: 1fr; gap: 7px; }
  .map-wrap { height: 300px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-top img { width: 230px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

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