/* =====================================================================
   GOLDEN HOUR — inner page layer
   Loaded after theme.css. Re-skins the shared page chrome (canvas,
   breadcrumb band, auth shell, forms, tables, cards, pagination…) from
   the old light storefront to the warm dark Golden Hour system.

   Palette tokens (--gh-*, --golden-hour-*) are declared in
   resources/views/frontend/layouts/header.blade.php.
   Page-specific @push('styles') blocks still render after this file and
   win, which is intentional — this is the base, not the last word.
   ===================================================================== */

/* ---------------------------------------------------------------------
   1. CANVAS
   --------------------------------------------------------------------- */
html,
body {
    background: #030d0a !important;
    color: rgba(255, 255, 255, 0.62) !important;
}

body {
    background: transparent !important;
}

body::before {
    background:
        linear-gradient(180deg, #0a1c14 0%, #071510 42%, #030d0a 100%) !important;
    opacity: 1 !important;
}

body::after {
    background:
        radial-gradient(circle at 14% 12%, rgba(116, 198, 157, 0.10), transparent 30%),
        radial-gradient(circle at 86% 44%, rgba(216, 243, 220, 0.055), transparent 26%),
        repeating-linear-gradient(90deg, rgba(216, 243, 220, 0.016) 0 1px, transparent 1px 78px),
        repeating-linear-gradient(0deg, rgba(216, 243, 220, 0.016) 0 1px, transparent 1px 78px) !important;
}

body::-webkit-scrollbar-track { background: #030d0a !important; }
body::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #d8f3dc, #52b788) !important; }

/* ---------------------------------------------------------------------
   2. TYPOGRAPHY
   --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
    font-family: 'Chakra Petch', 'Orbitron', sans-serif !important;
}

p, li, span, td, dd, dt, label { color: inherit; }

a { color: var(--gh-1, #d8f3dc); }
a:hover { color: var(--gh-3, #95d5b2); }

.text-muted { color: rgba(255, 255, 255, 0.42) !important; }
.text-dark  { color: #ffffff !important; }
.text-white { color: #ffffff !important; }
.bg-white   { background: rgba(255, 255, 255, 0.035) !important; }
.bg-light   { background: rgba(255, 255, 255, 0.03) !important; }

/* keep the flame gradient handy for page CSS */
.gh-ink-flame {
    background: linear-gradient(90deg, #d8f3dc, #95d5b2 55%, #52b788);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---------------------------------------------------------------------
   3. BREADCRUMB HERO BAND  (.about-title-band — shared by every inner page)
   Markup lives in resources/views/frontend/layouts/breadcrumb.blade.php.
   Left aligned rule + heavy Archivo title, mirroring the homepage hero.
   Legacy .about-hud-* hooks are kept so the user dashboard views still skin.
   --------------------------------------------------------------------- */
.about-title-band {
    position: relative;
    overflow: hidden;
    padding: 128px 0 62px !important;
    text-align: left;
    background: #030d0a !important;
    border-bottom: 1px solid rgba(82, 183, 136, 0.18) !important;
}
/* the breadcrumb art is warm magenta, so it gets rotated into the palette */
.about-title-band::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("../images/breadcrumb.webp") center / cover no-repeat;
    filter: hue-rotate(200deg) saturate(0.5) brightness(0.42) contrast(1.05);
}
/* bottom accent rule */
.about-title-band::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    height: 1px;
    z-index: 4;
    background: linear-gradient(90deg, transparent, rgba(82, 183, 136, 0.8) 32%, rgba(216, 243, 220, 0.55) 50%, rgba(82, 183, 136, 0.8) 68%, transparent);
}

.gh-bc-grid,
.about-hud-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 1 !important;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(82, 183, 136, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(82, 183, 136, 0.05) 1px, transparent 1px) !important;
    background-size: 56px 56px !important;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 38%, #000 72%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 38%, #000 72%, transparent 100%);
}

.gh-bc-glow,
.about-hud-glow {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3, 13, 10, 0.93) 0%, rgba(3, 13, 10, 0.72) 38%, rgba(3, 13, 10, 0.30) 100%),
        linear-gradient(180deg, rgba(3, 13, 10, 0.55) 0%, rgba(3, 13, 10, 0.35) 42%, rgba(3, 13, 10, 0.97) 100%),
        radial-gradient(ellipse 55% 85% at 80% 42%, rgba(82, 183, 136, 0.26) 0%, transparent 62%) !important;
}

.about-hud-decor { display: none !important; }

.about-title-band .container { position: relative; z-index: 5; }
.gh-bc-inner { display: flex; flex-direction: column; align-items: flex-start; }

/* rule eyebrow, same device as the homepage hero */
.gh-bc-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 3px 0 3px 15px;
    border-left: 2px solid #52b788;
    font-family: 'Orbitron', 'Chakra Petch', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
}

.about-hud-tag {
    background: rgba(216, 243, 220, 0.10) !important;
    border: 1px solid rgba(216, 243, 220, 0.30) !important;
    color: var(--gh-1, #d8f3dc) !important;
    font-family: 'Orbitron', 'Chakra Petch', sans-serif !important;
    letter-spacing: 0.26em !important;
    box-shadow: none !important;
}
.hud-tag-dot {
    background: var(--gh-1, #d8f3dc) !important;
    box-shadow: 0 0 10px rgba(216, 243, 220, 0.7) !important;
}

.about-hud-title {
    margin: 0 0 22px !important;
    color: #ffffff !important;
    font-family: var(--gh-brand, 'Archivo'), 'Chakra Petch', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(29px, 4.4vw, 56px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase;
    text-shadow: 0 12px 44px rgba(0, 0, 0, 0.55) !important;
}

.about-hud-breadcrumb-capsule {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 9px 18px !important;
    border-radius: 999px !important;
    background: rgba(7, 21, 16, 0.66) !important;
    border: 1px solid rgba(82, 183, 136, 0.26) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.hud-breadcrumb-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.66) !important;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    transition: color 0.25s ease;
}
.hud-breadcrumb-link svg { width: 13px; height: 13px; flex: 0 0 auto; }
.hud-breadcrumb-link:hover { color: var(--gh-1, #d8f3dc) !important; }
.hud-breadcrumb-separator {
    display: inline-flex;
    align-items: center;
    color: rgba(82, 183, 136, 0.45) !important;
}
.hud-breadcrumb-separator svg { width: 11px; height: 11px; }
.hud-breadcrumb-current {
    color: var(--gh-1, #d8f3dc) !important;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

@media (max-width: 991px) {
    .about-title-band { padding: 108px 0 48px !important; }
}
@media (max-width: 575px) {
    .about-title-band { padding: 96px 0 40px !important; }
    .about-hud-breadcrumb-capsule { gap: 7px; padding: 8px 14px !important; }
    .hud-breadcrumb-link, .hud-breadcrumb-current { font-size: 11px; }
}

/* generic section shell used after the band */
.about-main-section,
.page-content { background: transparent !important; }

/* ---------------------------------------------------------------------
   4. AUTH PAGES  (login / register / forgot password)
   --------------------------------------------------------------------- */
.polygamez-auth-page { padding: 74px 0 96px !important; }

.auth-shell {
    background: linear-gradient(150deg, rgba(19, 43, 31, 0.92), rgba(7, 21, 16, 0.97)) !important;
    border: 1px solid rgba(216, 243, 220, 0.20) !important;
    border-radius: 30px !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.62) !important;
}

.auth-visual-panel {
    position: relative;
    background: linear-gradient(160deg, rgba(116, 198, 157, 0.18), rgba(7, 21, 16, 0.9)) !important;
    border-right: 1px solid rgba(216, 243, 220, 0.14) !important;
}
.auth-visual-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(216, 243, 220, 0.18), transparent 60%);
    pointer-events: none;
}
.auth-home-link {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    align-self: flex-start;
    width: max-content !important;
    gap: 9px;
    padding: 9px 16px !important;
    border-radius: 999px !important;
    background: rgba(7, 21, 16, 0.6) !important;
    border: 1px solid rgba(216, 243, 220, 0.24) !important;
    font-size: 11px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
}
.auth-home-link:hover { color: var(--gh-1, #d8f3dc) !important; }

.auth-support-card {
    position: relative;
    z-index: 2;
    background: rgba(7, 21, 16, 0.72) !important;
    border: 1px solid rgba(216, 243, 220, 0.22) !important;
    border-radius: 18px !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff !important;
}
.auth-support-card span { color: rgba(255, 255, 255, 0.5) !important; }
.auth-support-card strong { color: #ffffff !important; }
.auth-support-card i { color: var(--gh-1, #d8f3dc) !important; }

.auth-kicker {
    background: rgba(216, 243, 220, 0.10) !important;
    border: 1px solid rgba(216, 243, 220, 0.30) !important;
    color: var(--gh-1, #d8f3dc) !important;
    font-family: 'Orbitron', 'Chakra Petch', sans-serif !important;
    letter-spacing: 0.24em !important;
}

.auth-form-panel h1 {
    color: #ffffff !important;
    font-family: 'Chakra Petch', 'Orbitron', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: -0.01em !important;
}
.auth-form-panel p { color: rgba(255, 255, 255, 0.5) !important; }

.auth-field label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'Orbitron', 'Chakra Petch', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.auth-input-wrap .form-control {
    height: 54px !important;
    background: rgba(0, 0, 0, 0.42) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 14px !important;
    color: #ffffff !important;
}
.auth-input-wrap .form-control::placeholder { color: rgba(255, 255, 255, 0.28) !important; }
.auth-input-wrap .form-control:focus {
    background: rgba(0, 0, 0, 0.58) !important;
    border-color: rgba(216, 243, 220, 0.55) !important;
    box-shadow: 0 0 0 4px rgba(216, 243, 220, 0.10) !important;
}
.auth-input-wrap i { color: rgba(255, 255, 255, 0.34) !important; }
.auth-input-wrap .form-control:focus + i { color: var(--gh-1, #d8f3dc) !important; }

.auth-check { color: rgba(255, 255, 255, 0.55) !important; }
.auth-check input { accent-color: var(--gh-3, #95d5b2) !important; }
.auth-options a,
.auth-switch-link a { color: var(--gh-1, #d8f3dc) !important; }
.auth-options a:hover,
.auth-switch-link a:hover { color: #ffffff !important; }
.auth-switch-link p { color: rgba(255, 255, 255, 0.5) !important; }

.auth-captcha-image {
    background: rgba(0, 0, 0, 0.42) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 14px !important;
}

.auth-submit-btn {
    min-height: 54px !important;
    border: none !important;
    border-radius: 15px !important;
    background: linear-gradient(120deg, #d8f3dc, #95d5b2 52%, #52b788) !important;
    color: #071510 !important;
    font-family: 'Chakra Petch', sans-serif !important;
    letter-spacing: 0.14em !important;
    box-shadow: 0 16px 38px rgba(116, 198, 157, 0.32) !important;
}
.auth-submit-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.07);
    background: linear-gradient(120deg, #d8f3dc, #95d5b2 52%, #52b788) !important;
    color: #071510 !important;
    box-shadow: 0 22px 50px rgba(116, 198, 157, 0.44) !important;
}

/* ---------------------------------------------------------------------
   5. FORM CONTROLS (generic)
   --------------------------------------------------------------------- */
.form-control,
.form-select,
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="number"].form-control,
input[type="tel"].form-control {
    background: rgba(0, 0, 0, 0.40) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 13px !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
.form-control::placeholder,
textarea::placeholder { color: rgba(255, 255, 255, 0.28) !important; }
.form-control:focus,
.form-select:focus {
    background: rgba(0, 0, 0, 0.55) !important;
    border-color: rgba(216, 243, 220, 0.55) !important;
    box-shadow: 0 0 0 4px rgba(216, 243, 220, 0.10) !important;
    color: #ffffff !important;
}
.form-select option,
select option { background: #0d1f18; color: #ffffff; }
.form-label,
label { color: rgba(255, 255, 255, 0.72); }
.form-check-input {
    background-color: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}
.form-check-input:checked {
    background-color: var(--gh-3, #95d5b2);
    border-color: var(--gh-3, #95d5b2);
}
.input-group-text {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Chrome autofill paints its own pale-blue fill. Only the inset box-shadow
   trick can repaint it — and it has to out-specify `box-shadow: none` on
   .auth-input-wrap .form-control, hence the long selector list. */
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active,
body textarea:-webkit-autofill,
body select:-webkit-autofill,
body .form-control:-webkit-autofill,
body .auth-input-wrap .form-control:-webkit-autofill,
body .auth-input-wrap .form-control:-webkit-autofill:hover,
body .auth-input-wrap .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px #132b1f inset !important;
    box-shadow: 0 0 0 1000px #132b1f inset !important;
    caret-color: #ffffff;
    transition: background-color 9999s ease-in-out 0s;
}

/* ---------------------------------------------------------------------
   6. BUTTONS
   --------------------------------------------------------------------- */
.cus-btn,
.btn-primary,
.btn-theme {
    border: none !important;
    border-radius: 14px !important;
    background: linear-gradient(120deg, #d8f3dc, #95d5b2 52%, #52b788) !important;
    color: #071510 !important;
    font-family: 'Chakra Petch', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 14px 32px rgba(116, 198, 157, 0.28) !important;
    transition: all 0.28s cubic-bezier(0.16, 0.84, 0.44, 1) !important;
}
.cus-btn::before,
.cus-btn::after { display: none !important; content: none !important; }
.cus-btn:hover,
.btn-primary:hover,
.btn-theme:hover {
    transform: translateY(-2px);
    filter: brightness(1.07);
    color: #071510 !important;
    box-shadow: 0 20px 46px rgba(116, 198, 157, 0.42) !important;
}
.btn-outline-primary,
.btn-secondary,
.btn-outline-dark,
.btn-light {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 14px !important;
    color: #ffffff !important;
}
.btn-outline-primary:hover,
.btn-secondary:hover,
.btn-outline-dark:hover,
.btn-light:hover {
    background: rgba(216, 243, 220, 0.13) !important;
    border-color: rgba(216, 243, 220, 0.45) !important;
    color: var(--gh-1, #d8f3dc) !important;
}

/* ---------------------------------------------------------------------
   7. SURFACES — cards / panels / tables / accordion
   --------------------------------------------------------------------- */
.card,
.panel,
.widget {
    background: rgba(255, 255, 255, 0.032) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 18px !important;
    color: rgba(255, 255, 255, 0.62);
}
.card-header {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
}
.card-body { color: rgba(255, 255, 255, 0.58) !important; }
.card-body p { color: rgba(255, 255, 255, 0.58) !important; }

.table {
    color: rgba(255, 255, 255, 0.72) !important;
    border-color: rgba(255, 255, 255, 0.07) !important;
}
.table > :not(caption) > * > * {
    background: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
    color: inherit !important;
}
.table thead th {
    background: rgba(216, 243, 220, 0.07) !important;
    border-bottom: 1px solid rgba(216, 243, 220, 0.18) !important;
    color: var(--gh-1, #d8f3dc) !important;
    font-family: 'Orbitron', 'Chakra Petch', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.table tbody tr:hover > * { background: rgba(216, 243, 220, 0.045) !important; }

/* bootstrap collapse accordion (FAQs) */
.faq-cntnt { background: transparent !important; padding: 84px 0 96px; }
.faq-cntnt > .container > h2 {
    margin-bottom: 34px;
    font-size: clamp(24px, 3.4vw, 38px) !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}
#accordion .card {
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease, background 0.3s ease;
}
#accordion .card:hover { border-color: rgba(216, 243, 220, 0.3) !important; }
#accordion .card-header { padding: 0 !important; border-bottom: none !important; }
#accordion .card-header h2 { margin: 0 !important; }
.accordion-title {
    display: block;
    padding: 18px 54px 18px 22px !important;
    position: relative;
    color: #ffffff !important;
    font-family: 'Chakra Petch', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}
.accordion-title:hover { color: var(--gh-1, #d8f3dc) !important; }
.accordion-title::after {
    content: "\f068"; /* minus */
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", sans-serif;
    font-weight: 900;
    position: absolute;
    top: 50%; right: 20px;
    transform: translateY(-50%);
    width: 26px; height: 26px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(120deg, #d8f3dc, #52b788);
    color: #071510;
    font-size: 10px;
}
.accordion-title.collapsed::after {
    content: "\f067"; /* plus */
    background: rgba(255, 255, 255, 0.07);
    color: var(--gh-1, #d8f3dc);
}
#accordion .collapse .card-body,
#accordion .collapsing .card-body {
    padding: 0 22px 20px !important;
    font-size: 14px;
    line-height: 1.75;
}

/* ---------------------------------------------------------------------
   8. PAGINATION / ALERTS / MISC
   --------------------------------------------------------------------- */
.pagination .page-link {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 11px !important;
    margin: 0 3px;
    color: rgba(255, 255, 255, 0.7) !important;
}
.pagination .page-link:hover {
    background: rgba(216, 243, 220, 0.13) !important;
    border-color: rgba(216, 243, 220, 0.4) !important;
    color: var(--gh-1, #d8f3dc) !important;
}
.pagination .page-item.active .page-link {
    background: linear-gradient(120deg, #d8f3dc, #52b788) !important;
    border-color: transparent !important;
    color: #071510 !important;
}
.pagination .page-item.disabled .page-link {
    background: rgba(255, 255, 255, 0.02) !important;
    color: rgba(255, 255, 255, 0.24) !important;
}

.alert {
    border-radius: 14px !important;
    border-width: 1px !important;
    font-weight: 600;
}
.alert-success {
    background: rgba(216, 243, 220, 0.10) !important;
    border-color: rgba(216, 243, 220, 0.28) !important;
    color: var(--gh-1, #d8f3dc) !important;
}
.alert-danger,
.alert-error {
    background: rgba(82, 183, 136, 0.12) !important;
    border-color: rgba(82, 183, 136, 0.34) !important;
    color: #95d5b2 !important;
}
.alert-warning {
    background: rgba(149, 213, 178, 0.12) !important;
    border-color: rgba(149, 213, 178, 0.30) !important;
    color: #d8f3dc !important;
}
.alert-info {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.78) !important;
}
.text-danger { color: #74c69d !important; }
.text-success { color: var(--gh-1, #d8f3dc) !important; }

hr { border-color: rgba(255, 255, 255, 0.08) !important; opacity: 1; }

.section-title .subtitle,
.subtitle.bg-primary-opacity {
    display: inline-flex;
    align-items: center;
    padding: 6px 15px !important;
    border-radius: 999px !important;
    background: rgba(216, 243, 220, 0.10) !important;
    border: 1px solid rgba(216, 243, 220, 0.28) !important;
    color: var(--gh-1, #d8f3dc) !important;
    font-family: 'Orbitron', 'Chakra Petch', sans-serif !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.24em !important;
    text-transform: uppercase;
}
.theme-gradient {
    background: linear-gradient(90deg, #d8f3dc, #95d5b2 55%, #52b788);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-color-white { background: transparent !important; }

/* social pills (instructor pages) */
.social-icon li a,
.social-default li a {
    width: 38px; height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.72) !important;
    transition: all 0.25s ease;
}
.social-icon li a:hover,
.social-default li a:hover {
    background: linear-gradient(120deg, #d8f3dc, #52b788) !important;
    border-color: transparent !important;
    color: #071510 !important;
    transform: translateY(-3px);
}
.rbt-information-list li a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
}
.rbt-information-list li a:hover { color: var(--gh-1, #d8f3dc) !important; }
.rbt-team-thumbnail .thumb img {
    border-radius: 20px;
    border: 1px solid rgba(216, 243, 220, 0.18);
}
.rbt-team-tab-thumb .thumb img {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.25s ease;
}
.rbt-team-tab-thumb .nav-link.active .thumb img,
.rbt-team-tab-thumb a.active .thumb img {
    border-color: var(--gh-1, #d8f3dc);
    box-shadow: 0 12px 30px rgba(116, 198, 157, 0.34);
}

/* ---------------------------------------------------------------------
   9. RESPONSIVE
   --------------------------------------------------------------------- */
@media (max-width: 991px) {
    .about-title-band { padding: 128px 0 62px !important; }
}
@media (max-width: 575px) {
    .about-title-band { padding: 112px 0 52px !important; }
    .faq-cntnt { padding: 56px 0 68px; }
    .accordion-title { padding: 16px 48px 16px 18px !important; font-size: 14px !important; }
}

/* ---------------------------------------------------------------------
   INNER PAGE PHOTOGRAPHY
   The stock art ships neon magenta; rotate it into the seafoam palette so
   inner pages read as the same system as the homepage.
   --------------------------------------------------------------------- */
.about-image-frame img,
.about-image-inset,
.about-cta-band img,
.gh-page-photo img {
    filter: hue-rotate(215deg) saturate(0.85) brightness(0.94) contrast(1.05);
}

/* ---------------------------------------------------------------------
   PRODUCT DETAIL SURFACES
   theme.css still paints these as light-storefront glass panels
   (rgba(255,255,255,0.74)); pull them onto the seafoam panel scale.
   --------------------------------------------------------------------- */
.pg-product-gallery,
.pg-product-panel,
.pg-detail-band,
.pg-related-card {
    border: 1px solid rgba(82, 183, 136, 0.16) !important;
    background: rgba(13, 31, 24, 0.72) !important;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.45) !important;
}
.pg-product-main-image {
    background: #0d1f18 !important;
    border: 1px solid rgba(216, 243, 220, 0.14) !important;
}

/* ---------------------------------------------------------------------
   AUTH + CONTACT SHELL — layout
   Flipped so the form leads and the art follows, matching the homepage
   hero rhythm (copy left, visual right). The art is now a full bleed
   photograph rather than a floating cut-out, rotated into the palette.
   --------------------------------------------------------------------- */
.auth-shell,
.contact-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr) !important;
    overflow: hidden;
}
.auth-form-panel,
.contact-form-panel { order: 1; }
.auth-visual-panel,
.contact-visual-panel { order: 2; }

.auth-visual-panel,
.contact-visual-panel {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between !important;
    overflow: hidden;
    margin: 12px !important;
    padding: 28px !important;
    border-radius: 26px !important;
    background: #071510 !important;
    border: 1px solid rgba(82, 183, 136, 0.22) !important;
    border-right: 1px solid rgba(82, 183, 136, 0.22) !important;
    box-shadow: inset 0 1px 0 rgba(216, 243, 220, 0.06);
}

/* the <img> becomes the panel surface */
.auth-visual-art,
.contact-visual-art {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    display: block !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.auth-visual-art img,
.contact-visual-art img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: 62% center;
    border-radius: 0 !important;
    /* source art sits at hue ~17 (orange); +128 lands it at ~147 = seafoam.
       Do not reuse the 215deg value used for the magenta artwork elsewhere. */
    filter: hue-rotate(128deg) saturate(0.72) brightness(0.66) contrast(1.06) !important;
}

/* scrim so the overlaid chrome stays readable */
.auth-visual-panel::after,
.contact-visual-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(3, 13, 10, 0.55) 0%, rgba(3, 13, 10, 0.12) 38%, rgba(3, 13, 10, 0.93) 100%),
        radial-gradient(ellipse 75% 55% at 50% 0%, rgba(82, 183, 136, 0.24) 0%, transparent 62%) !important;
}
.auth-visual-panel::before,
.contact-visual-panel::before { display: none !important; }

.auth-home-link,
.contact-home-link,
.auth-support-card,
.contact-support-card { z-index: 3 !important; }

@media (max-width: 991px) {
    .auth-shell,
    .contact-shell { grid-template-columns: 1fr !important; }
    .auth-visual-panel,
    .contact-visual-panel { order: 0; min-height: 260px; }
    .auth-form-panel,
    .contact-form-panel { order: 1; }
}
