/* =========================================================
   Arena Animation Borivali — "Studio" landing design
   ========================================================= */
:root {
   --ink: #0b0b12;
   --ink-2: #12121c;
   --ink-3: #1a1a28;
   --line: rgba(255, 255, 255, .09);
   --text: #ecebf5;
   --muted: #a4a3b8;
   --coral: #ff4d3d;
   --violet: #7c5cff;
   --cyan: #2ee6d6;
   --grad: linear-gradient(120deg, #ff4d3d 0%, #ff2f8a 45%, #7c5cff 100%);
   --radius: 20px;
   --head: 'Sora', system-ui, sans-serif;
   --body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
   margin: 0;
   background: var(--ink);
   color: var(--text);
   font-family: var(--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; }
h1, h2, h3, h4 { font-family: var(--head); margin: 0; line-height: 1.15; letter-spacing: -.02em; }
p { margin: 0; }
button { font: inherit; cursor: pointer; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow {
   display: inline-flex; align-items: center; gap: 10px;
   font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
   color: var(--coral);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--grad); }

.sec { padding: 110px 0; position: relative; }
.sec-head { max-width: 680px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow::after { content: ""; width: 28px; height: 2px; background: var(--grad); }
.sec-head h2 { font-size: clamp(32px, 4.4vw, 50px); margin: 14px 0 16px; font-weight: 700; }
.sec-head p { color: var(--muted); font-size: 17px; }

/* ---------- Buttons ---------- */
.btn {
   display: inline-flex; align-items: center; justify-content: center; gap: 10px;
   padding: 15px 28px; border-radius: 100px; border: 0;
   font-weight: 600; font-size: 15px; transition: transform .25s, box-shadow .25s, background .25s;
   white-space: nowrap;
}
.btn-grad { background: var(--grad); color: #fff; box-shadow: 0 10px 30px -8px rgba(255, 77, 61, .6); }
.btn-grad:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -8px rgba(255, 47, 138, .7); color: #fff; }
.btn-ghost { background: rgba(255, 255, 255, .06); color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; }

/* ---------- Announcement ---------- */
.announce {
   background: var(--grad); color: #fff; font-size: 14px; font-weight: 500;
   text-align: center; padding: 9px 20px;
}
.announce b { font-weight: 700; }
.announce a { text-decoration: underline; text-underline-offset: 3px; margin-left: 8px; font-weight: 600; }

/* ---------- Header ---------- */
.site-header {
   position: sticky; top: 0; z-index: 900;
   background: rgba(11, 11, 18, .72);
   backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
   border-bottom: 1px solid var(--line);
}
.hdr { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 78px; }
.hdr-logo img { height: 46px; width: auto; border-radius: 6px; }
.hdr-nav ul { list-style: none; display: flex; gap: 34px; margin: 0; padding: 0; }
.hdr-nav a { font-size: 15px; font-weight: 500; color: var(--muted); transition: color .2s; position: relative; }
.hdr-nav a:hover { color: #fff; }
.hdr-nav a::after {
   content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
   background: var(--grad); transition: width .25s;
}
.hdr-nav a:hover::after { width: 100%; }
.hdr-cta { display: flex; align-items: center; gap: 14px; }
.hdr-phone { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; }
.hdr-phone i {
   width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
   background: rgba(255, 77, 61, .14); color: var(--coral);
}
.hdr-cta .btn { padding: 12px 22px; }
.burger {
   display: none; width: 46px; height: 46px; border-radius: 12px;
   background: rgba(255, 255, 255, .06); border: 1px solid var(--line); color: #fff; font-size: 20px;
}
.mob-nav {
   display: none; border-top: 1px solid var(--line); padding: 10px 20px 20px;
}
.mob-nav.open { display: block; }
.mob-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 500; }
.mob-nav .btn { width: 100%; margin-top: 16px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 90px 0 110px; overflow: hidden; isolation: isolate; }
.hero-bg {
   position: absolute; inset: 0; z-index: -2;
   background: url('../img/banner/6.jpg') center/cover no-repeat;
   opacity: .22; filter: saturate(1.2);
}
.hero::before {
   content: ""; position: absolute; inset: 0; z-index: -1;
   background:
      radial-gradient(600px 420px at 12% 20%, rgba(255, 77, 61, .28), transparent 70%),
      radial-gradient(640px 460px at 90% 80%, rgba(124, 92, 255, .30), transparent 70%),
      linear-gradient(180deg, rgba(11, 11, 18, .55), var(--ink) 96%);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.hero-pill {
   display: inline-flex; align-items: center; gap: 10px;
   padding: 8px 16px 8px 8px; border-radius: 100px;
   background: rgba(255, 255, 255, .06); border: 1px solid var(--line); font-size: 14px; color: var(--muted);
}
.hero-pill span { background: var(--grad); color: #fff; font-weight: 700; font-size: 12px; padding: 4px 10px; border-radius: 100px; }
.hero h1 { font-size: clamp(40px, 6vw, 74px); font-weight: 800; margin: 26px 0 22px; }
.hero-lead { font-size: 18px; color: var(--muted); max-width: 560px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero-proof div strong { display: block; font-family: var(--head); font-size: 30px; font-weight: 700; }
.hero-proof div span { font-size: 14px; color: var(--muted); }

.form-card {
   position: relative; padding: 36px 32px; border-radius: 26px;
   background: linear-gradient(160deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03));
   border: 1px solid rgba(255, 255, 255, .14);
   backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
   box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7);
}
.form-card::before {
   content: ""; position: absolute; inset: -1px; border-radius: 26px; padding: 1px; z-index: -1;
   background: var(--grad); opacity: .5;
   -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
   -webkit-mask-composite: xor; mask-composite: exclude;
}
.form-card h3 { font-size: 26px; margin-bottom: 6px; }
.form-card > p { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.field { position: relative; margin-bottom: 14px; }
.field i { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.field input, .field select {
   width: 100%; height: 56px; padding: 0 18px 0 48px; border-radius: 14px;
   background: rgba(11, 11, 18, .6); border: 1px solid var(--line); color: #fff; font-size: 15px;
   font-family: var(--body); outline: none; transition: border-color .2s, box-shadow .2s;
   -webkit-appearance: none; appearance: none;
}
.field select option { color: #111; }
.field input::placeholder { color: #7d7c92; }
.field input:focus, .field select:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(255, 77, 61, .15); }
.form-card .btn { width: 100%; margin-top: 6px; padding: 17px; }
.form-note { display: flex; gap: 8px; align-items: center; justify-content: center; margin-top: 16px; font-size: 13px; color: var(--muted); }
.form-note i { color: var(--cyan); }

/* ---------- Marquee ---------- */
.marquee { border-block: 1px solid var(--line); background: var(--ink-2); overflow: hidden; padding: 22px 0; }
.marquee-track { display: flex; gap: 48px; width: max-content; animation: slide 38s linear infinite; }
.marquee-track span { font-family: var(--head); font-size: 22px; font-weight: 600; color: #6f6e85; display: flex; align-items: center; gap: 48px; white-space: nowrap; }
.marquee-track span::after { content: "✦"; color: var(--coral); font-size: 16px; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Banner slider ---------- */
.banner { position: relative; background: #000; overflow: hidden; }
.banner-track { position: relative; aspect-ratio: 12/5; max-height: calc(100vh - 118px); margin: 0 auto; }
.banner-track img {
   position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
   opacity: 0; transform: scale(1.03); transition: opacity .9s ease, transform 6s ease;
}
.banner-track img.on { opacity: 1; transform: scale(1); }
.banner-arrow {
   position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
   width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25);
   background: rgba(11, 11, 18, .55); color: #fff; font-size: 24px;
   backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); transition: background .2s;
}
.banner-arrow:hover { background: var(--coral); }
.banner-arrow.prev { left: 20px; }
.banner-arrow.next { right: 66px; }
.banner-dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 8px; z-index: 2; }
.banner-dots button { width: 10px; height: 10px; padding: 0; border-radius: 10px; border: 0; background: rgba(255, 255, 255, .45); transition: width .3s, background .3s; }
.banner-dots button.on { width: 30px; background: var(--grad); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-media { position: relative; height: 540px; }
.about-media img { position: absolute; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); }
.about-media .a1 { top: 0; left: 0; width: 72%; height: 78%; }
.about-media .a2 { bottom: 0; right: 0; width: 56%; height: 52%; border: 6px solid var(--ink); }
.about-badge {
   position: absolute; left: 6%; bottom: 6%; z-index: 2;
   background: var(--grad); color: #fff; border-radius: 18px; padding: 20px 24px;
   box-shadow: 0 20px 40px -12px rgba(255, 47, 138, .6);
}
.about-badge strong { font-family: var(--head); font-size: 40px; display: block; line-height: 1; }
.about-badge span { font-size: 13px; font-weight: 500; }
.about-copy p { color: var(--muted); margin-bottom: 18px; font-size: 16.5px; }
.checks { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checks li { display: flex; gap: 10px; align-items: center; font-weight: 500; font-size: 15px; }
.checks i { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; background: rgba(46, 230, 214, .14); color: var(--cyan); flex-shrink: 0; }

/* ---------- Why (bento) ---------- */
.why { background: var(--ink-2); }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(210px, auto); gap: 18px; }
.tile {
   position: relative; padding: 30px; border-radius: var(--radius); overflow: hidden;
   background: var(--ink-3); border: 1px solid var(--line); transition: border-color .3s, transform .3s;
   display: flex; flex-direction: column; justify-content: flex-end;
}
.tile:hover { border-color: rgba(255, 77, 61, .45); transform: translateY(-4px); }
.tile .ico {
   width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; font-size: 22px;
   background: rgba(255, 255, 255, .06); color: var(--coral); margin-bottom: auto;
}
.tile h4 { font-size: 20px; margin: 26px 0 8px; }
.tile p { color: var(--muted); font-size: 15px; }
.tile.span2 { grid-column: span 2; }
.tile.tall { grid-row: span 2; }
.tile.feature { background: url('../img/about/1.jpg') center 20%/cover; border: 0; min-height: 440px; }
.tile.feature::before {
   content: ""; position: absolute; inset: 0;
   background: linear-gradient(180deg, rgba(255, 77, 61, .15) 0%, rgba(255, 47, 138, .55) 45%, rgba(124, 92, 255, .95) 100%);
}
.tile.feature > * { position: relative; }
.tile.feature .ico { background: rgba(255, 255, 255, .2); color: #fff; }
.tile.feature p { color: rgba(255, 255, 255, .88); }
.tile.feature h4 { font-size: 28px; }
.tile.photo { background: url('../img/course/2-2.jpg') center/cover; }
.tile.photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 11, 18, .15) 0%, rgba(11, 11, 18, .97) 90%); }
.tile.photo > * { position: relative; }

/* ---------- Courses ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.filters button {
   padding: 10px 20px; border-radius: 100px; border: 1px solid var(--line);
   background: transparent; color: var(--muted); font-size: 14px; font-weight: 500; transition: all .2s;
}
.filters button:hover { color: #fff; border-color: rgba(255, 255, 255, .3); }
.filters button.on { background: #fff; color: var(--ink); border-color: #fff; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.course {
   display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden;
   background: var(--ink-2); border: 1px solid var(--line); transition: transform .3s, border-color .3s;
}
.course:hover { transform: translateY(-6px); border-color: rgba(124, 92, 255, .5); }
.course.hide { display: none; }
.course-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.course-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.course:hover .course-img img { transform: scale(1.07); }
.course-tag {
   position: absolute; top: 14px; left: 14px; padding: 5px 12px; border-radius: 100px;
   background: rgba(11, 11, 18, .75); backdrop-filter: blur(6px); font-size: 12px; font-weight: 600;
   color: #fff; border: 1px solid rgba(255, 255, 255, .15);
}
.course-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.course-body h3 { font-size: 20px; margin-bottom: 8px; }
.course-body p { color: var(--muted); font-size: 15px; flex: 1; }
.course-foot { display: flex; gap: 10px; margin-top: 22px; }
.course-foot a {
   flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px;
   border-radius: 12px; font-size: 14px; font-weight: 600; transition: all .2s; cursor: pointer;
}
.course-foot .c-call { background: rgba(255, 255, 255, .06); border: 1px solid var(--line); }
.course-foot .c-call:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.course-foot .c-enq { background: var(--grad); color: #fff; }
.course-foot .c-enq:hover { filter: brightness(1.1); color: #fff; }

/* ---------- Journey ---------- */
.journey { background: var(--ink-2); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 34px 28px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--ink); }
.step::before {
   counter-increment: step; content: "0" counter(step);
   font-family: var(--head); font-size: 56px; font-weight: 800; line-height: 1;
   background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
   opacity: .9; display: block; margin-bottom: 22px;
}
.step h4 { font-size: 19px; margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--muted); }

/* ---------- Testimonials ---------- */
.t-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 44px; }
.t-head .sec-head { margin-bottom: 0; }
.t-arrows { display: flex; gap: 10px; flex-shrink: 0; }
.t-arrows button {
   width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line);
   background: var(--ink-2); color: #fff; font-size: 22px; transition: background .2s, border-color .2s;
}
.t-arrows button:hover { background: var(--grad); border-color: transparent; }
.quotes {
   display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
   scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 4px;
}
.quotes::-webkit-scrollbar { display: none; }
.quotes .quote { flex: 0 0 calc((100% - 22px) / 2); scroll-snap-align: start; margin: 0; }
.t-dots { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.t-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 10px; background: rgba(255, 255, 255, .2); transition: width .3s, background .3s; }
.t-dots button.on { width: 30px; background: var(--grad); }
.quote {
   padding: 34px; border-radius: var(--radius); background: var(--ink-2); border: 1px solid var(--line);
   display: flex; flex-direction: column; gap: 22px;
}
.quote .stars { color: #ffc53d; letter-spacing: 3px; font-size: 14px; }
.quote blockquote { margin: 0; font-size: 17px; line-height: 1.7; color: #d7d6e6; flex: 1; }
.quote-by { display: flex; align-items: center; gap: 14px; }
.avatar {
   width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
   background: var(--grad); font-family: var(--head); font-weight: 700; color: #fff;
}
.quote-by strong { display: block; font-size: 16px; text-transform: capitalize; }
.quote-by span { font-size: 13px; color: var(--muted); }

/* ---------- Gallery ---------- */
.gallery { background: var(--ink-2); }
.masonry { columns: 4 240px; column-gap: 16px; }
.masonry a { display: block; margin-bottom: 16px; border-radius: 14px; overflow: hidden; position: relative; break-inside: avoid; }
.masonry img { width: 100%; height: auto; transition: transform .5s, filter .5s; }
.masonry a::after {
   content: "\f00e"; font-family: FontAwesome; position: absolute; inset: 0; display: grid; place-items: center;
   font-size: 26px; color: #fff; background: rgba(124, 92, 255, .45); opacity: 0; transition: opacity .3s;
}
.masonry a:hover::after { opacity: 1; }
.masonry a:hover img { transform: scale(1.05); }
.masonry.clip a:nth-child(n+13) { display: none; }
.more-wrap { text-align: center; margin-top: 34px; }

/* ---------- Lightbox ---------- */
.lb {
   position: fixed; inset: 0; z-index: 99999; background: rgba(5, 5, 10, .94);
   display: none; align-items: center; justify-content: center; padding: 60px 20px;
}
.lb.open { display: flex; }
.lb img { max-height: 86vh; max-width: 92vw; border-radius: 12px; }
.lb button {
   position: absolute; background: rgba(255, 255, 255, .08); border: 1px solid var(--line); color: #fff;
   width: 52px; height: 52px; border-radius: 50%; font-size: 20px;
}
.lb .lb-x { top: 20px; right: 20px; }
.lb .lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb .lb-next { right: 20px; top: 50%; transform: translateY(-50%); }

/* ---------- CTA band ---------- */
.cta-band {
   margin: 0 auto; border-radius: 30px; padding: 64px 56px; position: relative; overflow: hidden;
   background: var(--grad); display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.cta-band::after {
   content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%;
   right: -120px; top: -180px; border: 60px solid rgba(255, 255, 255, .1);
}
.cta-band h2 { font-size: clamp(28px, 3.6vw, 42px); color: #fff; max-width: 560px; }
.cta-band p { color: rgba(255, 255, 255, .88); margin-top: 10px; }
.cta-band .btns { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { transform: translateY(-2px); color: var(--ink); }
.btn-line { border: 1.5px solid rgba(255, 255, 255, .7); color: #fff; }
.btn-line:hover { background: rgba(255, 255, 255, .12); color: #fff; }

/* ---------- Contact ---------- */
.centres { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.centre { padding: 34px; border-radius: var(--radius); background: var(--ink-2); border: 1px solid var(--line); }
.centre-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.centre-top i {
   width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 20px;
   background: rgba(255, 77, 61, .14); color: var(--coral);
}
.centre h3 { font-size: 22px; }
.centre p { color: var(--muted); margin-bottom: 22px; }
.centre .links { display: flex; gap: 10px; flex-wrap: wrap; }
.centre .links a { padding: 11px 18px; font-size: 14px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 60px 0 30px; margin-top: 110px; }
.ft { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.ft-brand { max-width: 420px; }
.ft-brand img { height: 50px; width: auto; border-radius: 6px; margin-bottom: 18px; }
.ft-brand p { color: var(--muted); font-size: 15px; }
.ft-col h4 { font-size: 16px; margin-bottom: 16px; }
.ft-col a { display: block; color: var(--muted); font-size: 15px; padding: 4px 0; }
.ft-col a:hover { color: #fff; }
.ft-social { display: flex; gap: 10px; margin-top: 20px; }
.ft-social a {
   width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
   border: 1px solid var(--line); color: var(--muted); transition: all .2s;
}
.ft-social a:hover { background: var(--grad); color: #fff; border-color: transparent; }
.ft-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 14px; color: var(--muted); }

/* ---------- Floating ---------- */
.float-wa, .float-call {
   position: fixed; right: 22px; z-index: 950; width: 58px; height: 58px; border-radius: 50%;
   display: grid; place-items: center; font-size: 28px; color: #fff; box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .6);
   transition: transform .2s;
}
.float-wa { bottom: 24px; background: #25d366; }
.float-call { bottom: 94px; background: var(--grad); font-size: 24px; }
.float-wa:hover, .float-call:hover { transform: scale(1.08); color: #fff; }
.float-call::before {
   content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--coral);
   animation: ping 1.8s infinite;
}
@keyframes ping { from { transform: scale(1); opacity: .8; } to { transform: scale(1.6); opacity: 0; } }
.side-enq {
   position: fixed; right: 0; top: 50%; z-index: 950; transform: translateY(-50%) rotate(180deg);
   writing-mode: vertical-rl; background: var(--grad); color: #fff; padding: 18px 12px; font-weight: 600;
   font-size: 14px; letter-spacing: .08em; border-radius: 0 12px 12px 0; cursor: pointer;
}
.mob-bar { display: none; }

/* ---------- Modal ---------- */
.modal-wrap {
   position: fixed; inset: 0; z-index: 99998; background: rgba(5, 5, 10, .78);
   backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
   display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal-wrap.open { display: flex; animation: fade .3s; }
.modal-wrap .form-card { width: 100%; max-width: 440px; background: #161622; animation: pop .35s; }
.modal-x {
   position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%;
   background: rgba(255, 255, 255, .08); border: 0; color: #fff; font-size: 22px; line-height: 1;
}
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { transform: translateY(20px) scale(.97); opacity: 0; } }

/* ---------- Reveal ---------- */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
   .rv { opacity: 1; transform: none; }
   .marquee-track, .float-call::before { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
   .hdr-nav, .hdr-phone { display: none; }
   .burger { display: grid; place-items: center; }
   .hero-grid { grid-template-columns: 1fr; gap: 50px; }
   .bento { grid-template-columns: repeat(2, 1fr); }
   .tile.tall { grid-row: auto; }
   .course-grid { grid-template-columns: repeat(2, 1fr); }
   .steps { grid-template-columns: repeat(2, 1fr); }
   .about-grid { grid-template-columns: 1fr; gap: 50px; }
}
@media (max-width: 720px) {
   body { padding-bottom: 64px; }
   .sec { padding: 76px 0; }
   .wrap { padding: 0 16px; }
   .hdr { height: 68px; }
   .hdr-logo img { height: 38px; }
   .hdr-cta .btn { display: none; }
   .hero { padding: 56px 0 76px; }
   .hero-proof { gap: 22px 30px; }
   .hero-proof div strong { font-size: 24px; }
   .form-card { padding: 28px 22px; }
   .banner-arrow { width: 36px; height: 36px; font-size: 18px; }
   .banner-arrow.prev { left: 8px; }
   .banner-arrow.next { right: 8px; }
   .banner-dots { bottom: 8px; }
   .banner-dots button { width: 7px; height: 7px; }
   .banner-dots button.on { width: 20px; }
   .about-media { height: 380px; }
   .checks { grid-template-columns: 1fr; }
   .bento, .course-grid, .steps, .centres { grid-template-columns: 1fr; }
   .quotes .quote { flex-basis: 100%; padding: 26px; }
   .t-arrows button { width: 44px; height: 44px; }
   .tile.span2 { grid-column: auto; }
   .bento { grid-auto-rows: auto; }
   .tile h4 { margin-top: 20px; }
   .hero-pill { font-size: 13px; }
   .masonry { columns: 2; column-gap: 10px; }
   .masonry a { margin-bottom: 10px; }
   .cta-band { padding: 44px 26px; }
   .side-enq, .float-call { display: none; }
   .float-wa { bottom: 80px; right: 16px; width: 52px; height: 52px; font-size: 26px; }
   .mob-bar {
      display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 960;
      background: var(--ink-2); border-top: 1px solid var(--line);
   }
   .mob-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; height: 60px; font-weight: 600; font-size: 15px; cursor: pointer; }
   .mob-bar a:last-child { background: var(--grad); color: #fff; }
   .lb .lb-prev, .lb .lb-next { top: auto; bottom: 20px; transform: none; }
}
