/* Accel Site Core 1.0.0 — Zuna-inspired premium WordPress frontend */
body.accel-site-core-active {
    --ag-navy: #06172f;
    --ag-navy-2: #0a2142;
    --ag-navy-3: #0f2d55;
    --ag-blue: #2018b8;
    --ag-blue-bright: #483cff;
    --ag-cyan: #66e5ff;
    --ag-red: #e30613;
    --ag-red-bright: #ff3039;
    --ag-white: #f8fbff;
    --ag-muted: #a8bdd2;
    --ag-border: rgba(129, 190, 231, .2);
    --ag-border-strong: rgba(102, 229, 255, .36);
    --ag-glass: rgba(8, 31, 59, .76);
    --ag-shell: min(1240px, calc(100vw - 48px));
    --ag-shadow: 0 28px 80px rgba(0, 0, 0, .34);
    margin: 0;
    background: var(--ag-navy);
}

body.accel-site-core-active #masthead,
body.accel-site-core-active #colophon,
body.accel-site-core-active .elementor-location-header,
body.accel-site-core-active .elementor-location-footer,
body.accel-site-core-active #ast-scroll-top,
body.accel-site-core-active .chaty-widget,
body.accel-site-core-active .chaty-widget-is-right,
body.accel-site-core-active .site-header,
body.accel-site-core-active .site-footer { display: none !important; }
body.accel-site-core-active .ag-header,
body.accel-site-core-active .ag-footer { display: block !important; }
body.accel-site-core-active #content,
body.accel-site-core-active .site-content,
body.accel-site-core-active #primary { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
body.accel-site-core-active .ast-container { max-width: none; padding: 0; }

.ag-page,
.ag-page * { box-sizing: border-box; }
.ag-page {
    position: relative;
    width: 100%;
    overflow-x: clip;
    background: var(--ag-navy);
    color: var(--ag-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
.ag-page img { display: block; max-width: 100%; }
.ag-page a { color: inherit; }
.ag-shell { width: var(--ag-shell); margin-inline: auto; }
.ag-skip-link {
    position: fixed; left: 18px; top: -80px; z-index: 100100; padding: 11px 16px;
    border-radius: 9px; background: #fff; color: var(--ag-navy) !important; font-weight: 800;
    transition: top .2s ease;
}
.ag-skip-link:focus { top: 12px; }

/* Header */
.ag-header {
    position: fixed; top: 18px; left: 0; right: 0; z-index: 99990;
    transition: transform 420ms cubic-bezier(.22,.61,.36,1), top 240ms ease;
}
body.admin-bar .ag-header { top: 50px; }
.ag-header.is-hidden { transform: translateY(calc(-100% - 28px)); }
.ag-header__shell {
    width: min(1430px, calc(100vw - 56px)); min-height: 88px; margin-inline: auto; padding: 10px 18px 10px 24px;
    display: grid; grid-template-columns: 260px minmax(0, 1fr) auto; align-items: center; gap: 24px;
    border: 1px solid rgba(255,255,255,.74); border-radius: 14px;
    background: rgba(255,255,255,.96); color: #111827;
    box-shadow: 0 20px 55px rgba(0,0,0,.18); backdrop-filter: blur(20px);
}
.ag-brand { display: inline-flex; width: 218px; text-decoration: none; }
.ag-brand img { width: 100%; height: 67px; object-fit: contain; object-position: left center; }
.ag-nav { display: flex; align-items: center; justify-content: center; gap: clamp(19px, 2.2vw, 38px); }
.ag-nav > a,
.ag-nav__dropdown > button {
    position: relative; padding: 28px 0 24px; border: 0; background: transparent; color: #171717 !important;
    font: inherit; font-weight: 760; text-decoration: none; cursor: pointer; white-space: nowrap;
}
.ag-nav > a::after,
.ag-nav__dropdown > button::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 13px; height: 3px; border-radius: 999px;
    background: var(--ag-red); transform: scaleX(0); transform-origin: center; transition: transform .2s ease;
}
.ag-nav > a:hover::after,
.ag-nav > a:focus-visible::after,
.ag-nav > a.is-active::after,
.ag-nav__dropdown:hover > button::after,
.ag-nav__dropdown:focus-within > button::after,
.ag-nav__dropdown.is-active > button::after { transform: scaleX(1); }
.ag-nav__dropdown { position: relative; }
.ag-nav__dropdown > button span { margin-left: 7px; color: var(--ag-blue); font-size: 1.15em; }
.ag-nav__dropdown-menu {
    position: absolute; top: calc(100% - 7px); left: 50%; width: 280px; padding: 12px; opacity: 0; visibility: hidden;
    border: 1px solid rgba(16,38,70,.11); border-radius: 15px; background: rgba(255,255,255,.98);
    box-shadow: 0 24px 55px rgba(3,18,42,.24); transform: translate(-50%, 10px); transition: .22s ease;
}
.ag-nav__dropdown:hover .ag-nav__dropdown-menu,
.ag-nav__dropdown:focus-within .ag-nav__dropdown-menu,
.ag-nav__dropdown.is-open .ag-nav__dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.ag-nav__dropdown-menu a {
    display: block; padding: 12px 14px; border-radius: 9px; color: #151827 !important; font-weight: 700; text-decoration: none;
}
.ag-nav__dropdown-menu a:hover,
.ag-nav__dropdown-menu a:focus-visible,
.ag-nav__dropdown-menu a.is-active { background: #edf2ff; color: var(--ag-blue) !important; }
.ag-header__cta {
    display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px;
    border-radius: 8px; background: var(--ag-red); color: #fff !important; font-weight: 820; text-decoration: none;
    box-shadow: 0 14px 28px rgba(227,6,19,.2); transition: transform .2s ease, background .2s ease;
}
.ag-header__cta:hover { background: #bf000b; transform: translateY(-2px); }
.ag-menu-toggle { display: none; }

/* Hero */
.ag-hero {
    position: relative; min-height: clamp(500px, 70svh, 760px); display: grid; align-items: center; overflow: hidden; isolation: isolate;
    background-image:
        linear-gradient(90deg, rgba(2,13,30,.96) 0%, rgba(5,23,48,.84) 42%, rgba(6,23,47,.43) 76%, rgba(6,23,47,.31) 100%),
        linear-gradient(180deg, rgba(0,0,0,.22), rgba(4,18,38,.52)),
        var(--ag-hero-image);
    background-position: center; background-size: cover; background-attachment: fixed;
}
.ag-page--home .ag-hero { min-height: min(900px, 100svh); }
.ag-hero::after {
    content: ""; position: absolute; inset: auto 0 0; height: 150px; z-index: -1;
    background: linear-gradient(180deg, transparent, rgba(6,23,47,.9));
}
.ag-hero__grid {
    position: absolute; inset: 0; z-index: -1; opacity: .16;
    background-image: linear-gradient(rgba(105,218,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(105,218,255,.16) 1px, transparent 1px);
    background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.ag-hero__inner { padding: 148px 0 64px; }
.ag-hero__card {
    width: min(720px, 62vw); padding: clamp(28px, 4vw, 48px); border: 1px solid var(--ag-border-strong); border-radius: 22px;
    background: linear-gradient(145deg, rgba(4,22,47,.89), rgba(8,37,70,.72)); backdrop-filter: blur(16px);
    box-shadow: var(--ag-shadow);
}
.ag-page--home .ag-hero__card { width: min(820px, 66vw); }
.ag-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; color: rgba(228,239,249,.67); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ag-breadcrumb a { color: var(--ag-cyan) !important; text-decoration: none; }
.ag-breadcrumb > span { color: var(--ag-red-bright); }
.ag-eyebrow {
    display: inline-flex; align-items: center; gap: 10px; color: var(--ag-cyan); font-size: .72rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase;
}
.ag-eyebrow::before { content: ""; width: 24px; height: 2px; background: linear-gradient(90deg, var(--ag-cyan), var(--ag-red-bright)); box-shadow: 0 0 12px rgba(102,229,255,.55); }
.ag-hero h1 {
    max-width: 760px; margin: 15px 0 18px; color: #fff; font-size: clamp(3.15rem, 6vw, 6.2rem); font-weight: 880;
    line-height: .94; letter-spacing: -.06em; text-wrap: balance;
}
.ag-page:not(.ag-page--home) .ag-hero h1 { font-size: clamp(2.9rem, 5.1vw, 5rem); }
.ag-hero__card > p { max-width: 660px; margin: 0; color: #ccdae7; font-size: clamp(.98rem, 1.25vw, 1.13rem); }
.ag-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.ag-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 21px;
    border: 1px solid var(--ag-border); border-radius: 9px; color: #fff !important; font-size: .86rem; font-weight: 820;
    letter-spacing: .02em; text-decoration: none !important; transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.ag-button:hover { transform: translateY(-3px); }
.ag-button--primary { border-color: transparent; background: linear-gradient(135deg, var(--ag-red-bright), var(--ag-red)); box-shadow: 0 14px 34px rgba(227,6,19,.22); }
.ag-button--ghost { background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.ag-button--ghost:hover { border-color: var(--ag-cyan); background: rgba(102,229,255,.1); }

/* Metrics */
.ag-stats { position: relative; z-index: 4; border-bottom: 1px solid var(--ag-border); background: #081c38; }
.ag-stats__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.ag-stats article { min-height: 154px; padding: 28px 22px; display: grid; align-content: center; border-left: 1px solid var(--ag-border); }
.ag-stats article:last-child { border-right: 1px solid var(--ag-border); }
.ag-stats strong { color: #fff; font-size: clamp(2rem, 3vw, 3.05rem); line-height: 1; letter-spacing: -.04em; }
.ag-stats span { margin-top: 10px; color: var(--ag-muted); font-size: .72rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }

/* Content */
.ag-section { position: relative; padding: clamp(76px, 9vw, 126px) 0; border-bottom: 1px solid var(--ag-border); background: var(--ag-navy); }
.ag-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background: radial-gradient(circle at 84% 18%, rgba(72,60,255,.16), transparent 31%); }
.ag-section--raised { background: #081c38; }
.ag-section--raised::before { background: radial-gradient(circle at 10% 70%, rgba(227,6,19,.08), transparent 28%); }
.ag-section__head { position: relative; max-width: 920px; margin-bottom: 38px; }
.ag-section__head h2,
.ag-final-cta h2 { margin: 12px 0 0; color: #fff; font-size: clamp(2.2rem, 4.5vw, 4.7rem); line-height: 1.02; letter-spacing: -.052em; text-wrap: balance; }
.ag-section__intro { max-width: 760px; margin: -14px 0 36px; color: var(--ag-muted); }
.ag-content-grid { position: relative; display: grid; gap: 28px; }
.ag-prose { max-width: 920px; color: #c7d6e4; }
.ag-prose p { margin: 0 0 16px; font-size: clamp(.98rem, 1.16vw, 1.08rem); }
.ag-prose p:only-child { max-width: 800px; }
.ag-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.ag-card {
    position: relative; min-height: 190px; padding: 27px; overflow: hidden; border: 1px solid var(--ag-border); border-radius: 16px;
    background: linear-gradient(145deg, rgba(14,49,87,.82), rgba(7,29,56,.92)); box-shadow: 0 20px 45px rgba(0,0,0,.14);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.ag-card::after { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at var(--ag-mx, 50%) var(--ag-my, 50%), rgba(102,229,255,.17), transparent 43%); transition: opacity .2s ease; pointer-events: none; }
.ag-card:hover { transform: translateY(-6px); border-color: var(--ag-border-strong); box-shadow: 0 28px 58px rgba(0,0,0,.24); }
.ag-card:hover::after { opacity: 1; }
.ag-card b { display: block; margin-bottom: 28px; color: var(--ag-red-bright); font-size: .67rem; letter-spacing: .16em; }
.ag-card h3 { margin: 0 0 10px; color: #fff; font-size: clamp(1.12rem, 1.7vw, 1.45rem); line-height: 1.2; }
.ag-card p { margin: 0; color: var(--ag-muted); font-size: .9rem; }

.ag-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ag-facts article { padding: 25px; border: 1px solid var(--ag-border); border-radius: 14px; background: rgba(13,44,80,.72); }
.ag-facts span { display: block; margin-bottom: 12px; color: var(--ag-cyan); font-size: .67rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.ag-facts strong { color: #fff; font-size: 1.35rem; }

/* Original site media, reorganised into a Zuna-like editorial system. */
.ag-media-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 38px; }
.ag-media-card { position: relative; min-height: 210px; margin: 0; overflow: hidden; border: 1px solid var(--ag-border); border-radius: 15px; background: #fff; }
.ag-media-card img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; transition: transform .45s ease; }
.ag-media-card:hover img { transform: scale(1.045); }
.ag-media-card figcaption { position: absolute; inset: auto 0 0; padding: 32px 15px 14px; color: #fff; font-size: .78rem; font-weight: 760; background: linear-gradient(transparent, rgba(2,14,30,.92)); }
.ag-media-grid--logos { grid-template-columns: repeat(6, minmax(0,1fr)); }
.ag-media-grid--logos .ag-media-card { min-height: 118px; display: grid; place-items: center; padding: 16px; background: rgba(255,255,255,.97); }
.ag-media-grid--logos .ag-media-card img { width: 100%; height: 82px; min-height: 0; object-fit: contain; }
.ag-section--benefits .ag-media-card,
.ag-section--services .ag-media-card,
.ag-section--why-choose .ag-media-card,
.ag-section--support .ag-media-card,
.ag-section--scholarships .ag-media-card { min-height: 170px; padding: 24px; background: rgba(255,255,255,.95); }
.ag-section--benefits .ag-media-card img,
.ag-section--services .ag-media-card img,
.ag-section--why-choose .ag-media-card img,
.ag-section--support .ag-media-card img,
.ag-section--scholarships .ag-media-card img { height: 120px; min-height: 0; object-fit: contain; }

/* Form and contact */
.ag-enquiry { margin-top: 38px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--ag-border-strong); border-radius: 20px; background: rgba(5,26,52,.78); box-shadow: var(--ag-shadow); }
.ag-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 17px; }
.ag-form label { display: grid; gap: 7px; color: #dce9f4; font-size: .76rem; font-weight: 760; }
.ag-form input,
.ag-form select,
.ag-form textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--ag-border); border-radius: 9px; outline: none; background: rgba(255,255,255,.07); color: #fff; font: inherit; box-shadow: none; }
.ag-form textarea { resize: vertical; }
.ag-form select option { color: #111827; }
.ag-form input:focus,
.ag-form select:focus,
.ag-form textarea:focus { border-color: var(--ag-cyan); box-shadow: 0 0 0 3px rgba(102,229,255,.12); }
.ag-form__wide { grid-column: 1 / -1; }
.ag-form button { cursor: pointer; font-family: inherit; }
.ag-form-notice { margin: 0 0 18px; padding: 12px 15px; border-radius: 8px; font-weight: 700; }
.ag-form-notice--success { background: rgba(42,205,132,.14); color: #9ff0c8; }
.ag-form-notice--error { background: rgba(255,48,57,.14); color: #ffb7ba; }

/* Closing CTA */
.ag-final-cta { padding: 86px 0; background: linear-gradient(135deg, #151076, #0a2142 62%, #31101d); border-bottom: 1px solid var(--ag-border); }
.ag-final-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 44px; }
.ag-final-cta h2 { max-width: 760px; }
.ag-final-cta__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

/* Footer */
.ag-footer { position: relative; padding-top: 76px; background: #031126; color: #fff; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.ag-footer__grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.25fr; gap: 54px; padding-bottom: 60px; }
.ag-footer__brand img { width: 210px; height: 88px; padding: 9px; object-fit: contain; border-radius: 10px; background: #fff; }
.ag-footer p { max-width: 430px; margin: 20px 0; color: #a9bed0; font-size: .92rem; }
.ag-footer h2 { margin: 8px 0 20px; color: #fff; font-size: .76rem; letter-spacing: .14em; }
.ag-footer__grid > div:not(.ag-footer__brand) > a { display: block; width: fit-content; margin: 0 0 11px; color: #b7c9d8 !important; text-decoration: none; font-size: .88rem; }
.ag-footer__grid a:hover { color: var(--ag-cyan) !important; }
.ag-socials { display: flex; flex-wrap: wrap; gap: 9px; }
.ag-socials a { padding: 7px 10px; border: 1px solid var(--ag-border); border-radius: 7px; color: #dce9f4 !important; font-size: .72rem; text-decoration: none; }
.ag-footer__bottom { border-top: 1px solid var(--ag-border); color: #8fa9be; font-size: .76rem; }
.ag-footer__bottom .ag-shell { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ag-whatsapp,
.ag-back-to-top { position: fixed; right: 20px; z-index: 99970; display: grid; place-items: center; border-radius: 14px; text-decoration: none !important; box-shadow: 0 17px 38px rgba(0,0,0,.3); transition: transform .2s ease, opacity .2s ease; }
.ag-whatsapp { bottom: 20px; width: 55px; height: 55px; background: #25d366; }
.ag-whatsapp svg { width: 29px; fill: #fff; }
.ag-back-to-top { bottom: 86px; width: 45px; height: 45px; border: 1px solid var(--ag-border-strong); background: var(--ag-navy-2); color: var(--ag-cyan); cursor: pointer; opacity: 0; pointer-events: none; }
.ag-back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.ag-whatsapp:hover,
.ag-back-to-top:hover { transform: translateY(-4px); }

/* Reveal states */
[data-ag-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }
[data-ag-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    .ag-header__shell { grid-template-columns: 205px minmax(0,1fr) auto; gap: 15px; }
    .ag-brand { width: 190px; }
    .ag-nav { gap: 16px; }
    .ag-nav > a, .ag-nav__dropdown > button { font-size: .88rem; }
    .ag-header__cta { padding-inline: 18px; font-size: .84rem; }
    .ag-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ag-media-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .ag-media-grid--logos { grid-template-columns: repeat(5, minmax(0,1fr)); }
}

@media (max-width: 920px) {
    body.accel-site-core-active { --ag-shell: min(100% - 36px, 1240px); }
    .ag-header { top: 10px; }
    body.admin-bar .ag-header { top: 56px; }
    .ag-header__shell { width: min(100% - 20px, 900px); min-height: 74px; grid-template-columns: 1fr auto; padding: 7px 12px 7px 16px; border-radius: 12px; }
    .ag-brand { width: 172px; }
    .ag-brand img { height: 58px; }
    .ag-menu-toggle { display: grid; width: 48px; height: 48px; padding: 12px; place-content: center; gap: 5px; border: 1px solid #d8deea; border-radius: 9px; background: #fff; }
    .ag-menu-toggle span:not(.screen-reader-text) { width: 22px; height: 2px; background: var(--ag-navy); }
    .ag-header__cta { display: none; }
    .ag-nav { position: absolute; top: calc(100% + 8px); left: 10px; right: 10px; display: none; align-items: stretch; padding: 14px; border-radius: 12px; background: #fff; box-shadow: 0 24px 50px rgba(0,0,0,.2); }
    .ag-nav.is-open { display: grid; }
    .ag-nav > a, .ag-nav__dropdown > button { width: 100%; padding: 11px 12px; text-align: left; }
    .ag-nav > a::after, .ag-nav__dropdown > button::after { display: none; }
    .ag-nav__dropdown-menu { position: static; display: none; width: 100%; margin-top: 4px; opacity: 1; visibility: visible; box-shadow: none; transform: none; background: #f3f5fb; }
    .ag-nav__dropdown.is-open .ag-nav__dropdown-menu { display: block; }
    .ag-hero, .ag-page--home .ag-hero { min-height: 650px; background-attachment: scroll; background-position: 62% center; }
    .ag-hero__inner { padding: 118px 0 50px; }
    .ag-hero__card, .ag-page--home .ag-hero__card { width: min(100%, 690px); }
    .ag-stats__grid { grid-template-columns: repeat(3, 1fr); }
    .ag-stats article:nth-child(4), .ag-stats article:nth-child(5) { border-top: 1px solid var(--ag-border); }
    .ag-facts { grid-template-columns: repeat(2,1fr); }
    .ag-media-grid--logos { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .ag-final-cta__inner { grid-template-columns: 1fr; align-items: start; }
    .ag-final-cta__actions { justify-content: flex-start; }
    .ag-footer__grid { grid-template-columns: 1.7fr 1fr 1fr; }
    .ag-footer__grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    body.accel-site-core-active { --ag-shell: calc(100% - 26px); }
    .ag-header__shell { width: calc(100% - 14px); }
    .ag-brand { width: 150px; }
    .ag-hero, .ag-page--home .ag-hero { min-height: 620px; background-position: 68% center; }
    .ag-hero__card { padding: 24px 21px; border-radius: 16px; }
    .ag-hero h1, .ag-page:not(.ag-page--home) .ag-hero h1 { font-size: clamp(2.55rem, 13vw, 4.1rem); }
    .ag-hero__actions, .ag-final-cta__actions { display: grid; grid-template-columns: 1fr; }
    .ag-button { width: 100%; }
    .ag-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .ag-stats article { min-height: 126px; padding: 22px 16px; }
    .ag-stats article:nth-child(n+3) { border-top: 1px solid var(--ag-border); }
    .ag-stats article:last-child { grid-column: 1 / -1; }
    .ag-section { padding: 70px 0; }
    .ag-section__head h2, .ag-final-cta h2 { font-size: clamp(2rem, 10vw, 3.25rem); }
    .ag-card-grid, .ag-facts, .ag-form { grid-template-columns: 1fr; }
    .ag-form__wide { grid-column: auto; }
    .ag-media-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ag-media-grid--logos { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .ag-media-card, .ag-media-card img { min-height: 160px; }
    .ag-media-grid--logos .ag-media-card { min-height: 100px; padding: 10px; }
    .ag-media-grid--logos .ag-media-card img { height: 72px; }
    .ag-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
    .ag-footer__brand, .ag-footer__grid > div:last-child { grid-column: 1 / -1; }
    .ag-footer__bottom .ag-shell { padding: 17px 0; align-items: flex-start; flex-direction: column; }
    .ag-whatsapp { right: 13px; bottom: 13px; width: 52px; height: 52px; }
    .ag-back-to-top { right: 17px; bottom: 76px; }
}

@media (prefers-reduced-motion: reduce) {
    .ag-page *, .ag-header, [data-ag-reveal] { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
    [data-ag-reveal] { opacity: 1 !important; transform: none !important; }
    .ag-hero { background-attachment: scroll; }
}

