/* AMC Secure — shared galaxy hero (compact + cosmos on all pages) */

body:not(.admin-body) {
    --hero-orbit-tilt: 58deg;
    --hero-orbit-tilt-inv: -58deg;
    --hero-logo-clear: var(--hero-logo-max, clamp(164px, 19vw, 232px));
    --hero-banner-max-height: clamp(300px, 24vw, 380px);
    --hero-banner-rail-height: 58px;
}

body:not(.admin-body) .hero-galaxy-banner {
    position: relative;
    z-index: 3;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 18px;
    color: #f8fafc;
    font-family: Inter, "SF Pro Display", "Segoe UI", system-ui, -apple-system, sans-serif;
    background:
        radial-gradient(ellipse 70% 55% at 50% 45%, rgba(14, 165, 233, 0.14), transparent 65%),
        radial-gradient(ellipse 50% 40% at 15% 80%, rgba(139, 92, 246, 0.14), transparent 58%),
        linear-gradient(155deg, #020617 0%, #0b1224 50%, #111827 100%);
    box-shadow: 0 16px 40px rgba(2, 8, 23, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body:not(.admin-body) .hero-galaxy-banner--compact,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero.hero-galaxy-banner--compact {
    width: min(100% - 32px, 1280px);
    min-height: auto;
    max-height: var(--hero-banner-max-height);
    height: auto;
    margin: 0 auto 18px;
    padding: clamp(10px, 1.2vw, 16px) clamp(12px, 1.4vw, 20px);
    overflow: hidden;
}

body:not(.admin-body) .hero-galaxy-banner.about-page-hero .hero-compact-aside .about-hero-facts-inline {
    background: none;
    border: 0;
    box-shadow: none;
}

body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-cosmos {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

body:not(.admin-body) .hero-galaxy-banner .hero-starfield {
    position: absolute;
    inset: -8%;
    opacity: 0.7;
    background-repeat: repeat;
}

body:not(.admin-body) .hero-galaxy-banner .hero-starfield--deep {
    background-image:
        radial-gradient(1.5px 1.5px at 10% 20%, rgba(255, 255, 255, 0.95), transparent),
        radial-gradient(1px 1px at 35% 65%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 72% 28%, rgba(255, 255, 255, 0.85), transparent);
    background-size: 180px 150px;
    animation: heroStarfieldDrift 100s linear infinite;
}

body:not(.admin-body) .hero-galaxy-banner .hero-starfield--mid {
    opacity: 0.85;
    background-image:
        radial-gradient(2px 2px at 18% 38%, rgba(103, 232, 249, 0.95), transparent),
        radial-gradient(1.5px 1.5px at 48% 12%, rgba(255, 255, 255, 0.9), transparent);
    background-size: 130px 110px;
    animation: heroStarfieldDrift 60s linear infinite reverse;
}

body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-spiral {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 130%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: conic-gradient(from 180deg at 50% 50%, transparent, rgba(52, 211, 153, 0.1), transparent, rgba(34, 211, 238, 0.09), transparent);
    opacity: 0.9;
    animation: heroGalaxySpin 55s linear infinite;
}

body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-nebula {
    position: absolute;
    border-radius: 50%;
    filter: blur(16px);
    opacity: 0.85;
}

body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-nebula--violet {
    width: 50%;
    height: 50%;
    top: -8%;
    right: 0;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.5), transparent 70%);
    animation: heroGalaxyNebulaFloat 18s ease-in-out infinite;
}

body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-nebula--cyan {
    width: 46%;
    height: 46%;
    bottom: -10%;
    left: 0;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.38), transparent 70%);
    animation: heroGalaxyNebulaFloat 24s ease-in-out infinite reverse;
}

body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-nebula--rose {
    width: 34%;
    height: 34%;
    top: 30%;
    left: 42%;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.28), transparent 70%);
    animation: heroGalaxyNebulaFloat 14s ease-in-out infinite;
}

body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-dust {
    position: absolute;
    inset: -25%;
    background: conic-gradient(from 100deg, transparent, rgba(255, 255, 255, 0.08), transparent, rgba(52, 211, 153, 0.1), transparent);
    opacity: 0.65;
    animation: heroGalaxySpin 50s linear infinite;
}

body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-dust--reverse {
    inset: -35%;
    opacity: 0.4;
    animation: heroGalaxySpin 35s linear infinite reverse;
}

body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-pin {
    position: absolute;
    top: var(--star-y);
    left: var(--star-x);
    width: var(--star-size);
    height: var(--star-size);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
    opacity: 0.55;
    animation: heroGalaxyTwinkle 3.5s ease-in-out infinite, heroGalaxyPinDrift 14s ease-in-out infinite;
    animation-delay: var(--star-delay);
}

body:not(.admin-body) .hero-galaxy-banner .hero-meteor {
    position: absolute;
    top: var(--meteor-top);
    left: var(--meteor-left);
    width: 90px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #fff 35%, rgba(103, 232, 249, 0.8) 65%, transparent);
    opacity: 0;
    transform: rotate(-40deg);
    animation: heroMeteorStreak 5s linear infinite;
    animation-delay: var(--meteor-delay);
}

body:not(.admin-body) .hero-galaxy-banner .hero-asteroid {
    position: absolute;
    top: var(--rock-y);
    left: var(--rock-x);
    width: var(--rock-size);
    height: var(--rock-size);
    border-radius: 42% 58% 48% 52%;
    background: linear-gradient(135deg, rgba(186, 230, 253, 0.9), rgba(100, 116, 139, 0.75));
    opacity: 0.7;
    animation: heroAsteroidFloat 11s ease-in-out infinite;
    animation-delay: var(--rock-delay);
}

/* Compact — logo right corner, no service ring */
body:not(.admin-body) .hero-galaxy-banner--compact .hero-compact-logo {
    position: absolute;
    top: clamp(10px, 1.1vw, 14px);
    right: clamp(12px, 1.4vw, 20px);
    z-index: 8;
    width: clamp(56px, 6.5vw, 72px);
    height: clamp(56px, 6.5vw, 72px);
    pointer-events: none;
}

body:not(.admin-body) .hero-galaxy-banner--compact .hero-compact-logo .hero-logo-core,
body:not(.admin-body) .hero-galaxy-banner--compact .hero-compact-logo .logo-glow-ring--hero {
    width: 100% !important;
    height: 100% !important;
}

body:not(.admin-body) .hero-galaxy-banner--compact .hero-compact-logo img {
    width: 100% !important;
    height: 100% !important;
    max-width: 72px !important;
    max-height: 72px !important;
    object-fit: contain !important;
}

body:not(.admin-body) .hero-galaxy-banner--compact .global-hero-copy {
    position: relative;
    z-index: 5;
    max-width: min(72%, 760px);
    padding-right: clamp(72px, 8vw, 92px);
    pointer-events: auto;
}

body:not(.admin-body) .hero-galaxy-banner--compact .hero-compact-aside {
    position: relative;
    z-index: 5;
    margin-top: 10px;
}

body:not(.admin-body) .hero-galaxy-banner--compact.hero-has-aside {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 14px;
    align-items: stretch;
    padding-bottom: clamp(12px, 1.4vw, 18px);
}

body:not(.admin-body) .hero-galaxy-banner--compact.hero-has-aside .global-hero-copy {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    padding-right: clamp(72px, 8vw, 92px);
}

body:not(.admin-body) .hero-galaxy-banner--compact.hero-has-aside .hero-compact-aside {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    align-self: center;
}

body:not(.admin-body) .hero-galaxy-banner--compact.hero-has-aside .hero-compact-logo {
    grid-column: 1 / -1;
}

/* Shared copy typography */
body:not(.admin-body) .hero-galaxy-banner .global-hero-copy > p {
    display: inline-flex;
    align-items: center;
    margin: 0 0 6px;
    padding: 4px 10px;
    border: 1px solid rgba(110, 231, 183, 0.28);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(14, 116, 144, 0.42), rgba(6, 95, 70, 0.38));
    color: #ccfbf1;
    font-size: clamp(9px, 0.75vw, 11px);
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body:not(.admin-body) .hero-galaxy-banner .hero-title-multicolor {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 28px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

body:not(.admin-body) .hero-galaxy-banner--compact .hero-title-multicolor {
    font-size: clamp(17px, 2vw, 24px);
}

body:not(.admin-body) .hero-galaxy-banner .hero-title-part--sky { color: #67e8f9; }
body:not(.admin-body) .hero-galaxy-banner .hero-title-part--mint { color: #6ee7b7; }
body:not(.admin-body) .hero-galaxy-banner .hero-title-part--violet { color: #c4b5fd; }
body:not(.admin-body) .hero-galaxy-banner .hero-title-part--amber { color: #fcd34d; }

body:not(.admin-body) .hero-galaxy-banner .hero-title-part--custom {
    background: linear-gradient(92deg, #67e8f9 0%, #6ee7b7 30%, #c4b5fd 62%, #fcd34d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body:not(.admin-body) .hero-galaxy-banner .global-hero-copy > span {
    display: block;
    max-width: 640px;
    margin-top: 6px;
    color: rgba(226, 232, 240, 0.86);
    font-size: clamp(11px, 0.85vw, 13px);
    line-height: 1.45;
}

body:not(.admin-body) .hero-galaxy-banner .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

body:not(.admin-body) .hero-galaxy-banner .hero-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

body:not(.admin-body) .hero-galaxy-banner .hero-actions a:first-child {
    border: 0;
    background: linear-gradient(135deg, #0891b2 0%, #059669 52%, #4f46e5 100%);
    color: #fff;
    box-shadow: 0 8px 22px rgba(8, 145, 178, 0.24);
}

body:not(.admin-body) .hero-galaxy-banner .hero-actions a:not(:first-child) {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(15, 23, 42, 0.35);
    color: #f8fafc;
    backdrop-filter: blur(10px);
}

body:not(.admin-body) .hero-galaxy-banner .hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 640px;
    margin-top: 8px;
}

body:not(.admin-body) .hero-galaxy-banner .hero-trust-row span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 7px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.32);
    color: rgba(241, 245, 249, 0.9);
    font-size: 8px;
    line-height: 1.12;
}

@keyframes heroGalaxySpin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes heroStarfieldDrift {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-8%, -6%, 0); }
}

@keyframes heroGalaxyNebulaFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(6%, -4%, 0) scale(1.06); }
}

@keyframes heroGalaxyTwinkle {
    0%, 100% { opacity: 0.2; transform: scale(0.85); }
    50% { opacity: 0.9; transform: scale(1.15); }
}

@keyframes heroGalaxyPinDrift {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(4px, -3px, 0); }
}

@keyframes heroMeteorStreak {
    0% { transform: translateX(0) translateY(0) rotate(-40deg); opacity: 0; }
    6% { opacity: 1; }
    22% { transform: translateX(-200px) translateY(120px) rotate(-40deg); opacity: 0; }
    100% { opacity: 0; }
}

@keyframes heroAsteroidFloat {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); opacity: 0.35; }
    50% { transform: translate3d(-18px, 12px, 0) rotate(180deg); opacity: 0.75; }
}

@media (max-width: 900px) {
    body:not(.admin-body) .hero-galaxy-banner--compact:not(.about-page-hero) {
        min-height: clamp(110px, 16vw, 148px);
    }

    body:not(.admin-body) .hero-galaxy-banner--compact.hero-has-aside {
        grid-template-columns: 1fr;
    }

    body:not(.admin-body) .hero-galaxy-banner--compact.hero-has-aside .hero-compact-aside {
        grid-column: 1;
        grid-row: 2;
    }
}

body:not(.admin-body) .hero-galaxy-banner .hero-compact-aside .contact-map-card,
body:not(.admin-body) .hero-galaxy-banner .hero-compact-aside .contact-hero-desk,
body:not(.admin-body) .hero-galaxy-banner .hero-compact-aside .tender-hero-console,
body:not(.admin-body) .hero-galaxy-banner .hero-compact-aside .appointment-hero-aside,
body:not(.admin-body) .hero-galaxy-banner .hero-compact-aside .recruitment-hero-aside {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(10px);
    color: #e2e8f0;
}

body:not(.admin-body) .hero-galaxy-banner .contact-mini-grid--hero {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
}

body:not(.admin-body) .hero-galaxy-banner .contact-mini-grid--hero article {
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 23, 42, 0.35);
}

body:not(.admin-body) .hero-galaxy-banner .contact-mini-grid--hero span {
    display: block;
    color: rgba(226, 232, 240, 0.72);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body:not(.admin-body) .hero-galaxy-banner .contact-mini-grid--hero strong {
    display: block;
    margin-top: 2px;
    color: #f8fafc;
    font-size: 10px;
    line-height: 1.25;
}

body:not(.admin-body) .hero-galaxy-banner .blog-search--hero {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    max-width: 520px;
}

body:not(.admin-body) .hero-galaxy-banner .blog-search--hero input {
    flex: 1;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.45);
    color: #fff;
}

body:not(.admin-body) .hero-galaxy-banner .blog-search--hero button {
    min-height: 34px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #0891b2, #059669);
    color: #fff;
    font-weight: 700;
}

body:not(.admin-body) .hero-galaxy-banner .tender-sync-note {
    display: block;
    margin-top: 8px;
    color: rgba(226, 232, 240, 0.72);
    font-size: 10px;
}

/* Master running service rail — homepage banner on all heroes */
body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail {
    display: grid;
    grid-template-rows: auto auto;
    gap: 10px;
    min-height: auto;
    padding-bottom: 0;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail.hero-has-aside {
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    align-items: start;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .global-hero-copy {
    grid-column: 1;
    grid-row: 1;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-compact-aside {
    grid-column: 2;
    grid-row: 1;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-compact-logo {
    grid-column: 1 / -1;
    grid-row: 1;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-master-rail {
    position: relative;
    z-index: 6;
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 2px -4px -2px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(240, 253, 244, 0.12), rgba(255, 255, 255, 0.08));
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-master-rail__track {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: max-content;
    height: var(--hero-banner-rail-height);
    animation: heroMasterRailScroll 110s linear infinite;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-master-rail:hover .hero-master-rail__track {
    animation-play-state: paused;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-master-rail__card {
    display: grid;
    flex: 0 0 124px;
    width: 124px;
    min-width: 124px;
    height: var(--hero-banner-rail-height);
    place-items: center;
    align-content: center;
    gap: 4px;
    padding: 6px 8px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: rgba(15, 23, 42, 0.28);
    color: #f8fafc;
    text-align: center;
    text-decoration: none;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-master-rail__card img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-master-rail__card strong {
    max-width: 108px;
    margin: 0 auto;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.12;
}

@keyframes heroMasterRailScroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

body:not(.admin-body) .hero-galaxy-banner--compact.hero-has-master-rail {
    min-height: auto;
    height: auto;
    padding-bottom: 0;
}

body:not(.admin-body) .hero-galaxy-banner.about-page-hero.hero-has-master-rail {
    min-height: auto;
}

@media (max-width: 900px) {
    body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail.hero-has-aside {
        grid-template-columns: 1fr;
    }

    body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-compact-aside {
        grid-column: 1;
        grid-row: 2;
    }

    body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-master-rail {
        grid-row: 3;
    }

    body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-master-rail__track {
        height: 54px;
    }

    body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail .hero-master-rail__card {
        flex-basis: 116px;
        width: 116px;
        min-width: 116px;
        height: 54px;
    }
}

@media (max-width: 900px) {
    body:not(.admin-body) .hero-galaxy-banner .contact-mini-grid--hero {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body:not(.admin-body) .hero-galaxy-banner .hero-starfield,
    body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-spiral,
    body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-dust,
    body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-nebula,
    body:not(.admin-body) .hero-galaxy-banner .hero-galaxy-pin,
    body:not(.admin-body) .hero-galaxy-banner .hero-meteor,
    body:not(.admin-body) .hero-galaxy-banner .hero-asteroid,
    body:not(.admin-body) .hero-galaxy-banner .hero-master-rail__track {
        animation: none !important;
    }
}

/* Override legacy app.css .global-hero (oversized min-height / h1) on compact page heroes */
body:not(.admin-body) .hero-galaxy-banner.global-hero {
    display: block;
    grid-template-columns: unset !important;
    align-items: unset !important;
    gap: unset !important;
    min-height: auto !important;
    max-height: var(--hero-banner-max-height);
    margin: 0 auto 18px !important;
    padding: clamp(10px, 1.2vw, 16px) clamp(12px, 1.4vw, 20px) !important;
    border-radius: 18px !important;
    isolation: auto;
}

body:not(.admin-body) .hero-galaxy-banner.global-hero::before,
body:not(.admin-body) .hero-galaxy-banner.global-hero::after {
    content: none !important;
    display: none !important;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-master-rail.global-hero,
body:not(.admin-body) .hero-galaxy-banner.hero-has-aside.global-hero {
    display: grid !important;
}

body:not(.admin-body) .hero-galaxy-banner--compact .global-hero-copy,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero .global-hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 5;
    max-width: min(100%, 520px) !important;
}

body:not(.admin-body) .hero-galaxy-banner--compact .global-hero-copy h1,
body:not(.admin-body) .hero-galaxy-banner--compact .global-hero-copy .hero-title-multicolor,
body:not(.admin-body) .hero-galaxy-banner--compact .global-hero-copy h1 span,
body:not(.admin-body) .hero-galaxy-banner--compact .global-hero-copy h1::first-line,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero .global-hero-copy h1,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero .hero-title-multicolor {
    max-width: 100% !important;
    margin: 0 !important;
    color: inherit;
    font-size: clamp(17px, 2vw, 24px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.04em !important;
}

body:not(.admin-body) .hero-galaxy-banner--compact .global-hero-copy > p,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero .global-hero-copy > p {
    margin: 0 0 4px !important;
    padding: 3px 8px !important;
    font-size: clamp(8px, 0.72vw, 10px) !important;
    letter-spacing: 0.08em !important;
}

body:not(.admin-body) .hero-galaxy-banner--compact .global-hero-copy > span,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero .global-hero-copy > span {
    max-width: min(100%, 480px) !important;
    margin-top: 4px !important;
    font-size: clamp(10px, 0.82vw, 12px) !important;
    line-height: 1.4 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body:not(.admin-body) .hero-galaxy-banner--compact .hero-actions,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero .hero-actions {
    gap: 5px !important;
    margin-top: 6px !important;
}

body:not(.admin-body) .hero-galaxy-banner--compact .hero-actions a,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero .hero-actions a {
    min-height: 28px !important;
    padding: 0 11px !important;
    font-size: 10px !important;
}

body:not(.admin-body) .hero-galaxy-banner--compact .hero-trust-row,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero .hero-trust-row {
    gap: 4px !important;
    margin-top: 6px !important;
}

body:not(.admin-body) .hero-galaxy-banner--compact .hero-trust-row span,
body:not(.admin-body) .hero-galaxy-banner.about-page-hero .hero-trust-row span {
    min-height: 24px !important;
    padding: 4px 7px !important;
    font-size: 9px !important;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-aside .global-hero-copy {
    max-width: none !important;
    padding-right: clamp(68px, 7vw, 84px) !important;
}

body:not(.admin-body) .hero-galaxy-banner.hero-has-aside .hero-compact-aside {
    align-self: center !important;
}
