:root {
  --yellow: #ffd500;
  --yellow-soft: #ffed73;
  --black: #151515;
  --ink: #1c1c1c;
  --muted: #747474;
  --bg: #f5f5f3;
  --white: #ffffff;
  --line: #deded9;
  --radius: 28px;
  --shadow: 0 18px 55px rgba(20,20,20,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Inter", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }
.kicker { display: inline-block; font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .14em; color: #777; margin-bottom: 18px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(0,0,0,.05); backdrop-filter: blur(15px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; flex: 0 0 auto; }
.brand-logo { width: 198px; height: auto; object-fit: contain; }
.brand-light .brand-logo { width: 220px; }
.site-nav { display: flex; gap: 32px; align-items: center; }
.site-nav a { position: relative; font-size: 13px; font-weight: 600; color: #353535; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--yellow); transition: .25s ease; }
.site-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { background: none; border: 0; padding: 11px 8px; font-size: 12px; font-weight: 700; cursor: pointer; }
.lang-switch span { font-size: 11px; margin-left: 4px; color: #888; }
.menu-toggle { width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); border: 0; display: none; place-content: center; gap: 4px; cursor: pointer; }
.menu-toggle span { display: block; width: 17px; height: 2px; background: #111; border-radius: 3px; }

.btn { min-height: 48px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 12px; font-weight: 800; border: 0; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { box-shadow: 0 10px 22px rgba(0,0,0,.18); }
.btn-yellow { background: var(--yellow); color: #111; }
.btn-yellow:hover { box-shadow: 0 11px 25px rgba(255,213,0,.35); }
.btn.big { min-height: 58px; padding: 0 28px; }
.btn-link { display: inline-flex; gap: 15px; align-items: center; font-size: 12px; font-weight: 700; border-bottom: 1px solid #bdbdb7; padding: 9px 0; }

.hero { padding-top: 56px; background: var(--white); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; min-height: 650px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: #f3f3f0; font-size: 10px; font-weight: 700; color: #595959; margin-bottom: 30px; }
.pill-dot { width: 7px; height: 7px; background: var(--yellow); border: 1px solid #111; border-radius: 50%; }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(64px, 6.2vw, 98px); line-height: .91; letter-spacing: -.07em; font-weight: 900; }
.hero h1 span { position: relative; z-index: 1; }
.hero h1 span::after { content: ""; position: absolute; height: .26em; left: -.03em; right: -.03em; bottom: .04em; background: var(--yellow); z-index: -1; transform: rotate(-1deg); }
.hero-copy > p { max-width: 560px; margin: 28px 0 0; font-size: 16px; line-height: 1.72; color: #696969; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-mini-proof { display: flex; align-items: center; gap: 15px; margin-top: 46px; }
.avatars { display: flex; }
.avatars span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: #222; color: #fff; border: 3px solid #fff; margin-right: -9px; font-size: 8px; font-weight: 800; }
.avatars span:nth-child(2) { background: var(--yellow); color: #111; }
.avatars span:nth-child(3) { background: #e5e5e0; color: #111; }
.hero-mini-proof p { margin: 0; font-size: 10px; line-height: 1.45; color: #8c8c8c; }
.hero-mini-proof strong { color: #222; font-size: 11px; }
.hero-media { height: 620px; border-radius: 36px; overflow: hidden; position: relative; background: #ddd; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.22), transparent 40%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; z-index: 3; box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.hero-badge-top { top: 28px; right: 26px; width: 152px; height: 92px; background: var(--yellow); border-radius: 20px; padding: 17px; display: flex; align-items: center; gap: 10px; }
.hero-badge-top span { font-size: 38px; font-weight: 900; letter-spacing: -.06em; }
.hero-badge-top small { font-size: 8px; line-height: 1.3; font-weight: 800; text-transform: uppercase; }
.hero-badge-bottom { left: 28px; bottom: 28px; background: rgba(255,255,255,.93); border-radius: 999px; padding: 13px 16px; display: flex; gap: 7px; backdrop-filter: blur(8px); }
.hero-badge-bottom b { padding: 8px 12px; border-radius: 999px; background: #f0f0ed; font-size: 9px; }
.hero-badge-bottom b:last-child { background: #151515; color: white; }
.hero-shape { position: absolute; z-index: 2; width: 150px; height: 150px; border: 28px solid var(--yellow); border-radius: 50%; bottom: 94px; right: -46px; }

.stats-strip { background: var(--black); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 40px 32px; border-left: 1px solid rgba(255,255,255,.14); display: flex; align-items: flex-end; gap: 14px; }
.stat:first-child { border-left: 0; }
.stat strong { font-size: 38px; line-height: 1; letter-spacing: -.05em; }
.stat span { max-width: 105px; color: #9d9d9d; font-size: 9px; line-height: 1.35; text-transform: uppercase; font-weight: 700; letter-spacing: .06em; }

.courses-section { background: var(--bg); }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.section-head h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.section-head > p { margin: 0 0 7px; color: var(--muted); line-height: 1.7; font-size: 14px; max-width: 430px; }
.course-filter { display: flex; gap: 8px; margin-bottom: 26px; }
.filter-btn { border: 1px solid #d8d8d2; background: transparent; padding: 11px 16px; border-radius: 999px; font-size: 10px; font-weight: 700; cursor: pointer; }
.filter-btn.active { background: #171717; color: #fff; border-color: #171717; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.course-card { min-height: 390px; border-radius: var(--radius); padding: 28px; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.course-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.course-card.hidden { display: none; }
.yellow-card { background: var(--yellow); }
.light-card { background: var(--white); border: 1px solid #e8e8e3; }
.dark-card { background: #181818; color: white; }
.card-icon { width: 64px; height: 64px; background: #171717; color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: 17px; font-weight: 900; letter-spacing: -.03em; }
.light-card .card-icon { background: var(--yellow); color: #111; }
.dark-card .card-icon { background: var(--yellow); color: #111; }
.card-icon.arabic { font-size: 30px; }
.card-icon.code { font-size: 14px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.course-type { display: block; margin-top: 64px; font-size: 9px; font-weight: 800; letter-spacing: .13em; color: rgba(0,0,0,.5); }
.dark-card .course-type { color: rgba(255,255,255,.45); }
.course-card h3 { margin: 10px 0 12px; font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.course-card p { margin: 0; max-width: 330px; color: rgba(0,0,0,.56); font-size: 12px; line-height: 1.6; }
.dark-card p { color: rgba(255,255,255,.55); }
.card-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.card-meta span { background: rgba(255,255,255,.55); border: 1px solid rgba(0,0,0,.08); padding: 6px 9px; border-radius: 999px; font-size: 8px; font-weight: 700; }
.light-card .card-meta span { background: #f4f4f1; }
.dark-card .card-meta span { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.1); }
.course-card > a { position: absolute; right: 28px; bottom: 28px; font-size: 10px; font-weight: 800; display: flex; align-items: center; gap: 9px; }
.image-card { padding: 0; color: white; }
.image-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.08)); }
.image-card-overlay { position: absolute; z-index: 2; inset: auto 26px 25px; }
.image-card-overlay > span { font-size: 8px; letter-spacing: .14em; font-weight: 800; opacity: .72; }
.image-card-overlay h3 { max-width: 320px; margin: 10px 0 0; font-size: 31px; line-height: 1.05; }
.round-arrow { position: absolute; right: 0; bottom: 0; width: 48px; height: 48px; border-radius: 50%; background: var(--yellow); color: #111; display: grid !important; place-items: center; font-size: 17px !important; }

.about-section { background: #fff; }
.about-panel { background: #f1f1ee; border-radius: 34px; padding: 18px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 18px; }
.about-media { min-height: 650px; border-radius: 25px; overflow: hidden; position: relative; }
.about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.37), transparent 45%); }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.media-label { position: absolute; z-index: 2; left: 25px; bottom: 24px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.media-label span { color: var(--yellow); padding: 0 5px; }
.about-copy { padding: 62px 54px 50px; display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { margin: 0; font-size: clamp(44px, 4.5vw, 68px); line-height: .96; letter-spacing: -.06em; }
.about-copy > p { margin: 24px 0 5px; color: #727272; font-size: 14px; line-height: 1.75; max-width: 520px; }
.feature-list { margin: 30px 0 35px; border-top: 1px solid #d9d9d3; }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid #d9d9d3; }
.feature-list > div > span { padding-top: 3px; color: #9a9a95; font-size: 8px; font-weight: 800; }
.feature-list p { margin: 0; display: flex; flex-direction: column; gap: 5px; }
.feature-list b { font-size: 12px; }
.feature-list small { color: #898989; font-size: 10px; line-height: 1.45; }
.about-copy .btn { align-self: flex-start; }

.process-section { background: var(--yellow); }
.process-section .kicker { color: rgba(0,0,0,.55); }
.process-section .section-head > p { color: rgba(0,0,0,.58); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(0,0,0,.22); }
.process-card { min-height: 300px; padding: 27px 26px 20px; border-right: 1px solid rgba(0,0,0,.22); position: relative; }
.process-card:first-child { border-left: 1px solid rgba(0,0,0,.22); }
.process-card > span { font-size: 9px; font-weight: 800; opacity: .5; }
.process-icon { margin: 54px 0 38px; width: 55px; height: 55px; border: 1.5px solid #111; border-radius: 50%; display: grid; place-items: center; font-size: 19px; }
.process-card h3 { margin: 0 0 9px; font-size: 22px; letter-spacing: -.04em; }
.process-card p { margin: 0; font-size: 10px; line-height: 1.6; max-width: 200px; color: rgba(0,0,0,.58); }

.testimonial-section { background: #181818; color: white; }
.testimonial-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 100px; align-items: center; }
.testimonial-copy .kicker { color: #777; }
.testimonial-copy h2 { margin: 0; font-size: clamp(50px, 5.6vw, 82px); line-height: .95; letter-spacing: -.065em; }
.testimonial-copy h2 span { color: var(--yellow); }
.quote-card { min-height: 420px; border-radius: 30px; background: #242424; padding: 46px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.quote-card::after { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; background: var(--yellow); right: -140px; top: -120px; }
.quote-mark { font-size: 80px; line-height: .7; font-weight: 900; color: var(--yellow); }
.quote-card > p { margin: 0; max-width: 470px; font-size: 27px; line-height: 1.35; letter-spacing: -.035em; font-weight: 600; }
.quote-footer { display: flex; align-items: center; gap: 12px; }
.quote-avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: #111; font-size: 10px; font-weight: 900; }
.quote-footer div { display: flex; flex-direction: column; gap: 3px; }
.quote-footer b { font-size: 10px; }
.quote-footer small { color: #777; font-size: 8px; }


.location-section { background: var(--bg); }
.location-head { align-items: center; }
.location-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.location-intro p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; max-width: 470px; }
.location-intro .btn { min-height: 50px; }
.map-card { position: relative; overflow: hidden; border-radius: 34px; background: #deded9; box-shadow: var(--shadow); }
.google-map { display: block; width: 100%; height: 560px; border: 0; filter: saturate(.9) contrast(.98); }
.map-info { position: absolute; left: 24px; right: 24px; bottom: 24px; min-height: 88px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; padding: 16px 18px; border-radius: 22px; background: rgba(255,255,255,.95); box-shadow: 0 16px 35px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.map-pin { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: #111; font-size: 22px; font-weight: 900; }
.map-info > div:nth-child(2) { display: flex; flex-direction: column; gap: 5px; }
.map-info span { font-size: 8px; font-weight: 900; letter-spacing: .13em; color: #858585; }
.map-info strong { font-size: 14px; letter-spacing: -.02em; }
.map-info > a { display: inline-flex; align-items: center; gap: 10px; padding: 13px 17px; border-radius: 999px; background: #171717; color: #fff; font-size: 10px; font-weight: 800; transition: transform .2s ease; }
.map-info > a:hover { transform: translateY(-2px); }

.cta-section { background: #fff; }
.cta-panel { min-height: 390px; border-radius: 34px; background: var(--yellow); padding: 68px 70px; display: grid; grid-template-columns: 1fr .75fr; align-items: center; position: relative; overflow: hidden; }
.cta-copy, .cta-actions { position: relative; z-index: 2; }
.cta-copy > span { font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.cta-copy h2 { margin: 14px 0 15px; max-width: 650px; font-size: clamp(48px, 5.4vw, 76px); line-height: .94; letter-spacing: -.065em; }
.cta-copy p { margin: 0; max-width: 520px; font-size: 12px; line-height: 1.65; color: rgba(0,0,0,.6); }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding-left: 60px; }
.contact-link { display: flex; flex-direction: column; gap: 5px; }
.contact-link span { font-size: 8px; font-weight: 800; color: rgba(0,0,0,.5); text-transform: uppercase; letter-spacing: .12em; }
.contact-link b { font-size: 15px; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 2px; }
.social-link { min-height: 45px; padding: 0 14px 0 9px; border: 1px solid rgba(0,0,0,.16); border-radius: 999px; display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 800; background: rgba(255,255,255,.24); transition: transform .2s ease, background .2s ease; }
.social-link:hover { transform: translateY(-2px); background: rgba(255,255,255,.45); }
.social-icon { width: 28px; height: 28px; border-radius: 50%; background: #151515; color: #fff; display: grid; place-items: center; flex: 0 0 28px; }
.social-icon svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.social-icon.social-icon-telegram svg { width: 14px; height: 14px; fill: currentColor; stroke: none; }
.social-link b { font-size: 11px; }
.cta-orbit { position: absolute; border: 1px solid rgba(0,0,0,.14); border-radius: 50%; }
.orbit-1 { width: 360px; height: 360px; right: -110px; bottom: -170px; }
.orbit-2 { width: 250px; height: 250px; right: -50px; bottom: -115px; }

.site-footer { background: #121212; color: white; padding: 70px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 65px; padding-bottom: 62px; }
.footer-brand p { color: #696969; font-size: 10px; margin: 22px 0 0; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col > b { color: #666; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 7px; }
.footer-col a { color: #bdbdbd; font-size: 10px; }
.footer-col a:hover { color: var(--yellow); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact span { color: #666; font-size: 8px; font-weight: 800; letter-spacing: .12em; margin-top: 14px; }
.footer-contact span:first-child { margin-top: 0; }
.footer-contact strong { font-size: 11px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-socials a { color: #bdbdbd; font-size: 10px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px 8px 9px; border: 1px solid #2f2f2f; border-radius: 999px; background: rgba(255,255,255,.02); transition: .2s ease; }
.footer-socials a:hover { color: var(--yellow); border-color: rgba(255,213,0,.45); background: rgba(255,213,0,.06); }
.footer-social-icon { width: 24px; height: 24px; border-radius: 50%; background: #232323; display: grid; place-items: center; color: currentColor; flex: 0 0 24px; }
.footer-social-icon svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.footer-socials a:last-child .footer-social-icon svg { width: 12px; height: 12px; fill: currentColor; stroke: none; }
.footer-socials b { font-size: 11px; }
.footer-bottom { padding-top: 22px; border-top: 1px solid #282828; color: #5f5f5f; font-size: 8px; display: flex; justify-content: space-between; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1020px) {
  .section { padding: 90px 0; }
  .site-nav { gap: 20px; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(58px, 7.2vw, 80px); }
  .hero-media { height: 570px; }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .about-panel { grid-template-columns: 1fr; }
  .about-media { min-height: 500px; }
  .about-copy { padding: 48px 35px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:nth-child(2) { border-right: 1px solid rgba(0,0,0,.22); }
  .process-card:nth-child(3) { border-left: 1px solid rgba(0,0,0,.22); border-top: 1px solid rgba(0,0,0,.22); }
  .process-card:nth-child(4) { border-top: 1px solid rgba(0,0,0,.22); }
  .testimonial-grid { gap: 50px; }
  .cta-panel { padding: 55px 48px; }
  .footer-top { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-contact { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 15px; flex-wrap: wrap; }
  .footer-contact span { margin-top: 0; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .nav-wrap { height: 72px; }
  .brand { min-width: 0; }
  .brand-logo { width: 154px; }
  .brand-light .brand-logo { width: 190px; }
  .site-nav { position: fixed; z-index: 49; left: 0; right: 0; top: 72px; background: white; padding: 14px 20px 26px; flex-direction: column; align-items: stretch; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .27s ease; box-shadow: 0 18px 35px rgba(0,0,0,.08); }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid #eeeeea; font-size: 15px; }
  .lang-switch { display: none; }
  .menu-toggle { display: grid; }
  .hero { padding-top: 35px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero h1 { font-size: clamp(54px, 15vw, 78px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 15px; }
  .hero-media { height: 510px; margin-top: 12px; }
  .hero-badge-top { width: 132px; height: 82px; }
  .hero-badge-top span { font-size: 31px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { min-height: 115px; border-bottom: 1px solid rgba(255,255,255,.14); padding: 28px 20px; }
  .stat:nth-child(3) { border-left: 0; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .section-head h2 { font-size: 49px; }
  .course-filter { overflow-x: auto; padding-bottom: 3px; }
  .filter-btn { flex: 0 0 auto; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 370px; }
  .about-panel { padding: 10px; }
  .about-media { min-height: 390px; }
  .about-copy { padding: 39px 19px 33px; }
  .about-copy h2 { font-size: 48px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card, .process-card:nth-child(2), .process-card:nth-child(3), .process-card:nth-child(4) { border-left: 1px solid rgba(0,0,0,.22); border-right: 1px solid rgba(0,0,0,.22); border-top: 0; border-bottom: 1px solid rgba(0,0,0,.22); }
  .process-card { min-height: 245px; }
  .process-icon { margin: 35px 0 28px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .quote-card { min-height: 370px; padding: 32px; }
  .quote-card > p { font-size: 23px; }

  .location-head { gap: 26px; }
  .google-map { height: 470px; }
  .map-card { border-radius: 24px; }
  .map-info { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 42px 1fr; padding: 13px; border-radius: 18px; }
  .map-pin { width: 42px; height: 42px; font-size: 19px; }
  .map-info > a { grid-column: 1 / -1; justify-content: center; width: 100%; }

  .cta-panel { grid-template-columns: 1fr; padding: 45px 28px; gap: 35px; }
  .cta-copy h2 { font-size: 51px; }
  .cta-actions { padding-left: 0; }
  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 40px 25px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-contact { flex-direction: column; align-items: flex-start; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

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