:root {
    --brand-navy: #083a77;
    --brand-navy-deep: #06264f;
    --brand-green: #0aae5f;
    --brand-green-deep: #058a4a;
    --brand-red: #ff2d20;
    --ink: #10213d;
    --ink-soft: #51607a;
    --line: rgba(10, 38, 74, 0.1);
    --surface: #ffffff;
    --surface-soft: #f5f9ff;
    --surface-alt: #ecf6f0;
    --shadow: 0 20px 60px rgba(6, 28, 61, 0.12);
    --shadow-strong: 0 30px 90px rgba(6, 28, 61, 0.18);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --container: 1240px;
    --transition: 220ms ease;
}

/* Public site hard overrides: keep this block last */
[data-reveal] {
    opacity: 1 !important;
    transform: none !important;
}

[data-reveal].is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: opacity 320ms ease, transform 320ms ease !important;
}

.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05) !important;
}

.header-shell {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    min-height: 74px !important;
}

.site-header .brand-copy strong,
.site-header .brand-copy small,
.site-header .nav-list > li > a,
.site-header .nav-list > li > .nav-link,
.site-header .header-verify-link {
    color: #171717 !important;
}

.site-header .brand-copy small {
    opacity: 0.68 !important;
}

.site-header .site-nav {
    margin-left: auto !important;
}

.site-header .nav-list > li > a,
.site-header .nav-list > li > .nav-link {
    min-height: 38px !important;
    padding: 0.5rem 0.7rem !important;
    border-radius: 12px !important;
    background: transparent !important;
}

.site-header .nav-list > li > a.active,
.site-header .nav-list > li > .nav-link.active,
.site-header .nav-list > li > a:hover,
.site-header .nav-list > li > .nav-link:hover {
    background: #f7f1f1 !important;
}

.site-header .mega-menu,
.site-header .mega-menu-sm {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 246, 246, 0.98)) !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    box-shadow: 0 22px 44px rgba(17, 17, 17, 0.09) !important;
}

.site-header .mega-card {
    background: linear-gradient(180deg, #ffffff, #fbf4f4) !important;
    border: 1px solid rgba(17, 17, 17, 0.09) !important;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04) !important;
    color: #171717 !important;
}

.site-header .mega-column a,
.site-header .mega-links a {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.09) !important;
    box-shadow: 0 6px 14px rgba(17, 17, 17, 0.03) !important;
    color: #171717 !important;
}

.site-header .mega-card p,
.site-header .mega-card .text-link {
    color: #5a6570 !important;
}

.site-header .mega-card .eyebrow,
.site-header .mega-heading {
    color: #b01217 !important;
}

.site-header .mega-column a:hover,
.site-header .mega-links a:hover {
    background: #f8efef !important;
    border-color: rgba(176, 18, 23, 0.18) !important;
    color: #171717 !important;
}

.site-header .nav-cta {
    width: auto !important;
}

.site-header .header-verify-link,
.site-header .nav-cta .button {
    min-height: 42px !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

.site-header .header-verify-link {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
}

.site-header .nav-cta .button {
    background: #b01217 !important;
    border: 1px solid #b01217 !important;
    color: #ffffff !important;
}

.hero,
.mini-hero,
.section-soft,
.feedback-section,
.verify-hero,
.footer-cta,
.site-footer,
.site-shell {
    background:
        linear-gradient(180deg, #ffffff, #fcf8f8 32%, #ffffff 100%) !important;
}

.public-home-card,
.mini-hero-grid > div:first-child,
.mini-hero-card,
.service-card,
.feature-card,
.timeline-card,
.info-card,
.presence-card,
.sidebar-card,
.detail-panel,
.policy-section,
.verify-form-card,
.verify-result-card,
.faq-item,
.footer-cta-shell,
.footer-brand,
.footer-column,
.footer-bottom-item {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    box-shadow: 0 16px 34px rgba(17, 17, 17, 0.05) !important;
}

.public-home-copy h1,
.public-home-card h2,
.public-home-card h3,
.mini-hero h1,
.mini-hero-card h2,
.section-heading h2,
.footer-cta h2,
.site-footer .brand-copy strong,
.footer-title {
    color: #171717 !important;
}

.public-home-card p,
.mini-hero-card p,
.service-card p,
.feature-card p,
.timeline-card p,
.info-card p,
.policy-section p,
.verify-result-card p,
.site-footer p,
.site-footer span,
.site-footer small,
.site-footer a,
.footer-bottom-item,
.footer-tagline {
    color: #666666 !important;
}

.public-badge,
.public-chip,
.service-badge,
.hero-service-tag,
.chip,
.filter-chip,
.slider-dot,
.carousel-arrow,
.slider-arrow {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    color: #171717 !important;
}

.eyebrow,
.footer-kicker,
.timeline-step {
    color: #b01217 !important;
}

.button {
    background: #b01217 !important;
    border: 1px solid #b01217 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.button-outline,
.button-outline.light {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    color: #171717 !important;
}

.footer-login-button {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    box-shadow: none !important;
    color: #171717 !important;
}

.footer-login-button-branch {
    background: #b01217 !important;
    border-color: #b01217 !important;
    color: #ffffff !important;
}

.footer-login-button-branch .footer-login-button-text {
    color: #ffffff !important;
}

.footer-link-list a:hover,
.site-footer a:hover,
.text-link,
.text-link:hover {
    color: #b01217 !important;
}

.support-float-link {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.08) !important;
}

@media (max-width: 1180px) {
    .site-header .site-nav {
        background: #ffffff !important;
        box-shadow: -18px 0 42px rgba(17, 17, 17, 0.12) !important;
    }

    .site-header .nav-list > li > a,
    .site-header .nav-list > li > .nav-link,
    .site-header .mega-column a,
    .site-header .mega-links a,
    .site-header .mega-heading {
        color: #171717 !important;
    }
}

/* Public Site Refresh: white, red and black */
:root {
    --brand-navy: #131313;
    --brand-navy-deep: #050505;
    --brand-green: #b01217;
    --brand-green-deep: #8e0d12;
    --brand-red: #d22128;
    --ink: #151515;
    --ink-soft: #5f5f5f;
    --line: rgba(17, 17, 17, 0.1);
    --surface: #ffffff;
    --surface-soft: #fbf8f8;
    --surface-alt: #f5efef;
    --shadow: 0 18px 45px rgba(17, 17, 17, 0.08);
    --shadow-strong: 0 28px 70px rgba(17, 17, 17, 0.12);
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
    color: var(--ink);
}

.site-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 14px 40px rgba(17, 17, 17, 0.05);
}

.brand-copy strong,
.site-footer .brand-copy strong,
.nav-list > li > a,
.nav-list > li > .nav-link,
.footer-title,
.service-category,
.service-badge,
.hero-side-eyebrow,
.hero-panel-label {
    color: #171717;
}

.brand-copy small,
.footer-kicker,
.hero-slide p,
.hero-panel-copy-block p,
.hero-doc-copy span,
.value-line strong,
.hero-side-link span,
.hero-side-link strong,
.footer-tagline,
.footer-bottom-item,
.site-footer p,
.site-footer span,
.site-footer small,
.site-footer a {
    color: #5f5f5f;
}

.eyebrow {
    color: var(--brand-red);
}

.eyebrow::before {
    background: linear-gradient(135deg, var(--brand-red), #151515);
    box-shadow: 0 0 0 5px rgba(210, 33, 40, 0.08);
}

.nav-list > li > a,
.nav-list > li > .nav-link {
    font-weight: 800;
}

.nav-list > li > a.active,
.nav-list > li > .nav-link.active,
.nav-list > li > a:hover,
.nav-list > li > .nav-link:hover,
.mega-column a:hover,
.mega-links a:hover,
.footer-link-list a:hover,
.text-link,
.text-link:hover {
    color: var(--brand-red);
}

.button {
    background: linear-gradient(135deg, var(--brand-red), #151515);
    box-shadow: 0 14px 28px rgba(210, 33, 40, 0.18);
}

.button:hover {
    background: linear-gradient(135deg, #bf171e, #000000);
}

.button-outline,
.header-verify-link,
.filter-chip,
.chip,
.hero-service-tag,
.slider-dot,
.carousel-arrow,
.slider-arrow {
    border-color: rgba(17, 17, 17, 0.12);
    background: #ffffff;
    color: #171717;
}

.button-outline:hover,
.header-verify-link:hover,
.filter-chip:hover,
.filter-chip.active,
.slider-dot.is-active,
.carousel-arrow:hover,
.slider-arrow:hover {
    border-color: rgba(176, 18, 23, 0.28);
    background: rgba(210, 33, 40, 0.08);
    color: var(--brand-red);
}

.mega-menu,
.mega-menu-sm,
.hero-slider-card,
.hero-slide-panel,
.hero-brand-card,
.hero-side-list,
.hero-side-services,
.hero-side-link,
.feature-card,
.service-card,
.timeline-card,
.feedback-card,
.ceo-card,
.ceo-profile,
.ceo-quote,
.mini-hero-card,
.info-card,
.form-card,
.verify-form-card,
.verify-result-card,
.faq-item,
.presence-card,
.sidebar-card,
.service-detail-panel,
.policy-card {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: var(--shadow);
}

.mega-card,
.verify-key-card,
.verify-field,
.footer-bottom-item,
.footer-brand,
.presence-card,
.service-card-home,
.hero-service-item,
.hero-doc-item,
.hero-proof-item {
    background: #ffffff;
    border-color: rgba(17, 17, 17, 0.08);
}

.hero,
.mini-hero,
.section-soft,
.feedback-section,
.footer-cta,
.verify-hero {
    background:
        linear-gradient(180deg, #ffffff, #ffffff 64%, #fbf8f8);
}

.hero-slider-card,
.hero-slide-panel,
.hero-brand-card,
.mini-hero-card,
.verify-hero .mini-hero-card {
    background:
        radial-gradient(circle at top right, rgba(210, 33, 40, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff, #fcf9f9);
}

.hero-slider-card::after,
.footer-brand::before,
.footer-login-button::before,
.footer-login-button::after {
    display: none;
}

.hero-slide-panel,
.hero-brand-card,
.hero-side-list,
.hero-side-services,
.hero-side-link {
    border-radius: 24px;
}

.hero-panel-label,
.hero-side-eyebrow,
.service-badge,
.timeline-step,
.footer-kicker {
    color: var(--brand-red);
}

.service-badge,
.hero-service-tag,
.chip,
.filter-chip.active {
    background: rgba(210, 33, 40, 0.08);
}

.service-category,
.hero-panel-label,
.hero-side-link span,
.mega-heading {
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-heading h2,
.hero-slide h1,
.mini-hero h1,
.verify-hero-copy h1,
.footer-cta h2 {
    color: #111111;
}

.hero-side-action.primary,
.footer-login-button-branch {
    background: linear-gradient(135deg, var(--brand-red), #141414);
    color: #ffffff;
}

.hero-side-action,
.footer-login-button-admin {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.12);
    color: #171717;
}

.footer-cta-shell,
.footer-brand,
.site-footer,
.footer-bottom-item {
    background: #ffffff;
    color: #171717;
}

.site-footer {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.footer-cta-shell {
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: var(--shadow);
}

.footer-login-button {
    min-height: 52px;
    border-radius: 16px;
    box-shadow: none;
    animation: none;
    transition: transform var(--transition), border-color var(--transition), background var(--transition), color var(--transition);
}

.footer-login-button-admin:hover,
.footer-login-button-branch:hover {
    transform: translateY(-2px);
}

.footer-login-button-text,
.footer-login-button-admin .footer-login-button-text,
.footer-login-button-branch .footer-login-button-text {
    color: inherit;
}

.support-float-link {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.1);
    box-shadow: 0 16px 34px rgba(17, 17, 17, 0.08);
}

.support-float-link.whatsapp,
.support-float-link.email,
.support-float-link.phone {
    color: #171717;
}

.support-float-link:hover {
    border-color: rgba(210, 33, 40, 0.24);
    transform: translateY(-2px);
}

.support-float-link::after {
    background: rgba(210, 33, 40, 0.08);
}

.hero-side-link:hover,
.info-card:hover,
.feature-card:hover,
.service-card:hover,
.timeline-card:hover,
.presence-card:hover,
.faq-item:hover {
    border-color: rgba(210, 33, 40, 0.2);
    box-shadow: 0 20px 46px rgba(210, 33, 40, 0.08);
}

.info-card strong,
.verify-key-card strong,
.verify-field strong,
.faq-trigger,
.presence-card h3 {
    color: #171717;
}

.section-soft .info-card,
.section-soft .feature-card,
.section-soft .service-card,
.section-soft .timeline-card {
    background: #ffffff;
}

@media (max-width: 1180px) {
    .site-nav {
        background: #ffffff;
        box-shadow: -18px 0 42px rgba(17, 17, 17, 0.12);
    }

    .nav-list > li > a,
    .nav-list > li > .nav-link,
    .mega-column a,
    .mega-links a,
    .mega-heading,
    .header-verify-link {
        color: #171717;
        border-color: rgba(17, 17, 17, 0.08);
    }
}

/* Apply-now inspired full public-site layout */
.site-shell {
    background:
        linear-gradient(180deg, #ffffff, #fcf8f8 30%, #ffffff 100%);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 90;
}

.header-shell {
    min-height: 78px;
}

.brand {
    gap: 0.9rem;
}

.header-direct-contact {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-left: auto;
    margin-right: 1rem;
}

.header-direct-contact a {
    display: grid;
    gap: 0.12rem;
    min-width: 178px;
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
}

.header-direct-contact a span {
    color: #7a7a7a;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.header-direct-contact a strong {
    color: #171717;
    font-size: 0.86rem;
    line-height: 1.4;
}

.brand-copy strong {
    font-size: 1rem;
}

.brand-copy small {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-list > li > a,
.nav-list > li > .nav-link {
    min-height: 40px;
    padding: 0.55rem 0.8rem;
    border-radius: 12px;
    font-size: 0.84rem;
    background: transparent;
}

.nav-list > li > a.active,
.nav-list > li > .nav-link.active,
.nav-list > li > a:hover,
.nav-list > li > .nav-link:hover {
    background: #f6efef;
}

.mega-menu,
.mega-menu-sm {
    border-radius: 22px;
}

.mega-card,
.mega-column a,
.mega-links a {
    border-radius: 16px;
}

.public-home-hero {
    padding: 2rem 0 1.4rem;
}

.public-home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 1.25rem;
    align-items: start;
}

.public-ceo-process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
}

.public-home-card,
.mini-hero-grid > div:first-child,
.mini-hero-card,
.service-card,
.feature-card,
.info-card,
.timeline-card,
.presence-card,
.sidebar-card,
.detail-panel,
.policy-section,
.verify-key-card,
.verify-field,
.faq-item {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06);
}

.public-home-card {
    padding: 1.45rem;
}

.public-home-copy {
    display: grid;
    gap: 1.1rem;
    background:
        radial-gradient(circle at top right, rgba(176, 18, 23, 0.07), transparent 34%),
        linear-gradient(180deg, #ffffff, #fcf8f8);
}

.public-badge-row,
.public-chip-list,
.public-contact-list,
.public-note-list,
.public-mini-service-list,
.public-service-grid,
.public-why-grid,
.public-policy-list,
.public-process-grid,
.public-feedback-grid {
    display: grid;
    gap: 0.9rem;
}

.public-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.public-badge,
.public-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #ffffff;
    color: #171717;
    font-size: 0.78rem;
    font-weight: 800;
}

.public-chip-muted {
    background: #f8f3f3;
}

.public-home-copy h1 {
    max-width: 12ch;
    margin-bottom: 0;
    font-size: clamp(2.6rem, 4.8vw, 4.4rem);
    line-height: 1.02;
}

.public-home-intro {
    max-width: 60ch;
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.78;
}

.public-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.public-stat-card {
    display: grid;
    gap: 0.3rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.public-stat-card strong {
    color: #111111;
    font-size: clamp(1.3rem, 2vw, 1.85rem);
    line-height: 1;
}

.public-stat-card span {
    color: #666666;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-home-side,
.public-contact-list,
.public-mini-service-list {
    display: grid;
    gap: 1rem;
}

.public-mini-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--brand-red);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.public-mini-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--brand-red);
}

.public-contact-list a,
.public-mini-service,
.public-note-card,
.public-feedback-card {
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 18px;
    background: #ffffff;
}

.public-contact-list a span,
.public-note-card span,
.public-mini-service span,
.public-feedback-card span {
    color: #666666;
    font-size: 0.84rem;
    line-height: 1.6;
}

.public-contact-list a strong,
.public-note-card strong,
.public-mini-service strong,
.public-feedback-card strong {
    color: #171717;
}

.public-heading-tight {
    max-width: 760px;
}

.public-heading-left {
    text-align: left;
}

.public-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.3rem;
}

.public-service-card,
.public-compact-card {
    padding: 1.25rem;
}

.public-service-card h3,
.public-compact-card h3,
.public-ceo-card h3 {
    margin-bottom: 0.5rem;
}

.public-story-grid,
.public-policy-grid,
.public-ceo-process-grid,
.contact-grid,
.detail-grid,
.policy-layout,
.verify-grid,
.split-grid,
.mini-hero-grid {
    gap: 1.2rem;
}

.public-why-grid,
.public-policy-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.public-ceo-card,
.public-process-shell {
    display: grid;
    gap: 0.72rem;
}

.public-ceo-head {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.public-ceo-head img {
    width: 84px;
    height: 84px;
    border-radius: 18px;
    object-fit: cover;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.public-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.public-process-section,
.public-feedback-section {
    padding-top: 2.35rem !important;
    padding-bottom: 2.35rem !important;
}

.public-process-section + .public-feedback-section {
    margin-top: 0.35rem !important;
}

.public-process-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.65rem;
    padding: 0.82rem 0.85rem 0.8rem !important;
}

.public-process-copy {
    display: grid;
    gap: 0.14rem;
    min-width: 0;
}

.public-process-card h3 {
    margin: 0 !important;
    font-size: clamp(0.92rem, 1vw, 1rem) !important;
    line-height: 1.22 !important;
}

.public-process-card p {
    margin: 0 !important;
    font-size: 0.8rem !important;
    line-height: 1.42 !important;
}

.public-process-badge {
    width: 44px;
    height: 44px;
    margin-bottom: 0 !important;
    border-radius: 14px;
    background: linear-gradient(135deg, #c31822, #2b1720) !important;
    color: #ffffff !important;
    font-size: 0.8rem !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.public-feedback-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.2rem;
}

.public-feedback-shell {
    margin-top: 1.2rem;
    gap: 1rem;
}

.public-feedback-toolbar {
    justify-content: flex-end;
}

.public-feedback-viewport {
    padding-bottom: 0.25rem;
}

.public-feedback-track {
    gap: 1rem;
}

.public-feedback-slide {
    flex: 0 0 clamp(300px, 35vw, 420px);
    scroll-snap-align: start;
}

.public-feedback-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.public-feedback-location {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-feedback-quote {
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.8;
}

.public-feedback-person {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 0.35rem;
}

.public-feedback-avatar {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 999px;
    border: 2px solid rgba(22, 163, 74, 0.22);
    object-fit: cover;
    object-position: center;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.public-feedback-meta {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}

.public-feedback-meta strong {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25;
}

.public-feedback-meta span {
    color: #5f6b75;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.45;
}

.carousel-arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none !important;
}

.carousel-arrow:disabled:hover {
    transform: none !important;
}

.public-faq-clean {
    width: 100%;
    max-width: none;
    margin: 0;
}

.mini-hero {
    padding: 1.8rem 0 0.7rem;
    background:
        linear-gradient(180deg, #ffffff, #fcf8f8);
}

.mini-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: start;
}

.mini-hero-grid > div:first-child,
.mini-hero-card {
    padding: 1.45rem;
}

.mini-hero-grid > div:first-child h1,
.mini-hero-card h2 {
    margin-bottom: 0.65rem;
}

.section {
    padding: 3rem 0;
}

.section-soft {
    background: linear-gradient(180deg, #fcf8f8, #ffffff);
}

.service-grid,
.card-grid,
.presence-grid,
.timeline-grid,
.footer-grid {
    gap: 1rem;
}

.service-grid,
.card-grid,
.presence-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-grid,
.detail-grid,
.policy-layout,
.verify-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
}

.policy-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.policy-content,
.contact-stack {
    display: grid;
    gap: 1rem;
}

.policy-section,
.detail-panel,
.sidebar-card,
.form-card,
.verify-form-card,
.verify-result-card {
    padding: 1.25rem;
}

.footer-cta {
    padding-bottom: 0;
}

.footer-cta-shell {
    padding: 1.45rem;
    border-radius: 22px;
}

.site-footer {
    padding-top: 1.25rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
    align-items: start;
}

.footer-brand {
    padding: 1.35rem;
    border-radius: 22px;
}

.footer-contact-clean {
    display: grid;
    gap: 0.75rem;
}

.footer-contact-clean a {
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #ffffff;
}

.footer-contact-clean a span {
    color: #777777;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-contact-clean a strong {
    color: #171717;
    font-size: 0.92rem;
    line-height: 1.5;
}

.footer-column {
    padding: 1.15rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.05);
}

.footer-title {
    margin-bottom: 0.2rem;
}

.footer-login-actions {
    width: min(100%, 220px);
}

.footer-bottom {
    margin-top: 1.45rem;
}

@media (max-width: 1180px) {
    .public-home-hero-grid,
    .public-ceo-process-grid,
    .mini-hero-grid,
    .contact-grid,
    .detail-grid,
    .policy-layout,
    .verify-grid,
    .split-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .public-stat-grid,
    .public-service-grid,
    .public-feedback-grid,
    .service-grid,
    .card-grid,
    .presence-grid,
    .timeline-grid,
    .public-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-home-copy h1 {
        max-width: 14ch;
    }

    .header-direct-contact {
        display: none;
    }
}

@media (max-width: 720px) {
    .public-home-hero {
        padding-top: 1.25rem;
    }

    .public-home-card,
    .mini-hero-grid > div:first-child,
    .mini-hero-card,
    .policy-section,
    .detail-panel,
    .sidebar-card,
    .form-card,
    .verify-form-card,
    .verify-result-card,
    .footer-cta-shell,
    .footer-brand {
        padding: 1.1rem;
        border-radius: 18px;
    }

    .public-home-copy h1 {
        max-width: none;
        font-size: clamp(2.2rem, 10vw, 3.2rem);
    }

    .public-stat-grid,
    .public-service-grid,
    .public-feedback-grid,
    .service-grid,
    .card-grid,
    .presence-grid,
    .timeline-grid,
    .public-process-grid {
        grid-template-columns: 1fr;
    }

    .public-ceo-head,
    .public-feedback-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .public-feedback-person {
        align-items: flex-start;
    }
}

/* Final public overrides */
[data-reveal] {
    opacity: 1;
    transform: none;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: opacity 320ms ease, transform 320ms ease;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.05) !important;
}

.header-shell {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 74px;
}

.site-header .brand-copy strong,
.site-header .brand-copy small,
.site-header .nav-list > li > a,
.site-header .nav-list > li > .nav-link,
.site-header .header-verify-link {
    color: #171717 !important;
}

.site-header .brand-copy small {
    opacity: 0.68;
}

.site-header .nav-toggle {
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #ffffff;
}

.site-header .nav-toggle span {
    background: #171717;
}

.site-header .site-nav {
    margin-left: auto;
}

.site-header .nav-list > li > a,
.site-header .nav-list > li > .nav-link {
    border-radius: 12px;
}

.site-header .nav-list > li > a.active,
.site-header .nav-list > li > .nav-link.active,
.site-header .nav-list > li > a:hover,
.site-header .nav-list > li > .nav-link:hover {
    background: #f7f1f1;
}

.site-header .nav-cta {
    width: auto;
}

.site-header .header-verify-link,
.site-header .nav-cta .button {
    min-height: 44px;
    border-radius: 14px;
    box-shadow: none;
}

.site-header .header-verify-link {
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #ffffff;
}

.site-header .nav-cta .button {
    background: #b01217;
    border: 1px solid #b01217;
}

.footer-cta,
.site-footer {
    background: #ffffff !important;
}

.footer-cta-shell,
.footer-brand,
.footer-column,
.footer-bottom-item {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    box-shadow: 0 16px 34px rgba(17, 17, 17, 0.05) !important;
}

.footer-cta-shell {
    border-radius: 22px;
}

.footer-cta-shell h2,
.footer-cta-shell .eyebrow,
.site-footer .brand-copy strong,
.footer-title,
.footer-login-button-text {
    color: #171717 !important;
}

.site-footer p,
.site-footer span,
.site-footer small,
.site-footer a,
.footer-tagline,
.footer-bottom-item {
    color: #666666 !important;
}

.footer-link-list a:hover,
.site-footer a:hover {
    color: #b01217 !important;
}

.footer-login-button {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    box-shadow: none !important;
    color: #171717 !important;
}

.footer-login-button-branch {
    background: #b01217 !important;
    border-color: #b01217 !important;
    color: #ffffff !important;
}

.footer-login-button-branch .footer-login-button-text {
    color: #ffffff !important;
}

.support-float-link {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
}

@media (max-width: 1180px) {
    .site-header .site-nav {
        background: #ffffff !important;
    }

    .site-header .nav-list > li > a,
    .site-header .nav-list > li > .nav-link,
    .site-header .mega-column a,
    .site-header .mega-links a {
        color: #171717 !important;
    }
}

body {
    letter-spacing: -0.01em;
    text-rendering: optimizeLegibility;
}

p,
li,
label,
input,
textarea,
select,
button {
    letter-spacing: -0.01em;
}

p {
    color: #50637c;
}

h1 {
    letter-spacing: -0.05em;
    line-height: 1.04;
}

h2 {
    letter-spacing: -0.04em;
    line-height: 1.08;
}

h3 {
    font-size: 1.16rem;
    letter-spacing: -0.03em;
    color: #12223a;
}

.eyebrow,
.footer-title,
.brand-copy small,
.mega-heading {
    letter-spacing: 0.16em;
}

.brand-copy strong,
.footer-brand .brand-copy strong,
.mega-card h3,
.section-heading h2,
.mini-hero h1,
.hero-copy h1 {
    letter-spacing: -0.04em;
}

input,
textarea,
select {
    color: #14243b;
    font-weight: 600;
}

input::placeholder,
textarea::placeholder {
    color: #7b8ea8;
    font-weight: 600;
}

.footer-bottom {
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-highlight {
    font-weight: 800;
    color: #dce9ff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.65;
    color: var(--ink);
    background: #ffffff;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

body.nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 45;
    background: rgba(6, 28, 61, 0.52);
    backdrop-filter: blur(6px);
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    overflow-wrap: anywhere;
}

p {
    margin: 0 0 1rem;
    color: var(--ink-soft);
    overflow-wrap: anywhere;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 0.9rem;
    color: var(--ink);
    line-height: 1.12;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
}

h1 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 900;
}

h2 {
    font-size: clamp(1.65rem, 2.7vw, 2.75rem);
    font-weight: 800;
}

h3 {
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.28;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-shell {
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    width: min(var(--container), calc(100% - 48px));
    margin: 0 auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-green-deep);
}

.eyebrow::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-red), var(--brand-green));
    box-shadow: 0 0 0 5px rgba(10, 174, 95, 0.08);
}

.button,
.button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 850;
    letter-spacing: -0.02em;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.button {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-navy));
    box-shadow: 0 16px 34px rgba(8, 58, 119, 0.22);
}

.button:hover,
.button-outline:hover,
.text-link:hover {
    transform: translateY(-2px);
}

.button:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #0fbc67, #083a77);
}

.button-outline {
    color: var(--brand-navy);
    border: 1px solid rgba(8, 58, 119, 0.16);
    background: rgba(255, 255, 255, 0.78);
}

.button-outline:hover {
    color: var(--brand-navy);
    border-color: rgba(8, 58, 119, 0.24);
    background: #ffffff;
}

.button-outline.light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

.button-outline.light:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.16);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 800;
    color: var(--brand-navy);
}

.text-link::after {
    content: "->";
    font-size: 0.85rem;
}

.button-row,
.hero-chip-row,
.filter-row,
.topbar-items,
.topbar-actions,
.footer-contact,
.nav-cta,
.header-actions,
.header-trust,
.hero-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.topbar {
    background: linear-gradient(90deg, #06264f, #083a77);
    color: rgba(255, 255, 255, 0.88);
}

.topbar a,
.topbar span {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.45;
}

.topbar a:hover {
    color: #fff;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.72rem 0;
}

.topbar-items {
    gap: 1.1rem 1.4rem;
}

.topbar-items span {
    max-width: 44ch;
}

.topbar-actions a {
    color: #fff;
}

.topbar-verify-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 22px rgba(3, 22, 49, 0.18);
}

.topbar-verify-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    box-shadow: 0 16px 34px rgba(6, 28, 61, 0.12);
    backdrop-filter: blur(18px);
    background: linear-gradient(180deg, rgba(8, 58, 119, 0.98) 0%, rgba(6, 38, 79, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
    min-height: 92px;
    padding: 0.9rem 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
    flex: 0 0 auto;
}

.brand img {
    width: clamp(84px, 9vw, 118px);
}

.site-logo-image {
    background: transparent;
    filter:
        drop-shadow(1px 0 0 rgba(255, 255, 255, 0.78))
        drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.78))
        drop-shadow(0 1px 0 rgba(255, 255, 255, 0.78))
        drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.78))
        drop-shadow(1px 1px 0 rgba(6, 38, 79, 0.24))
        drop-shadow(-1px -1px 0 rgba(6, 38, 79, 0.24))
        drop-shadow(0 10px 20px rgba(3, 22, 49, 0.18));
}

.site-header .site-logo-image,
.site-footer .site-logo-image,
.hero-brand-card .site-logo-image {
    filter:
        drop-shadow(1px 0 0 rgba(255, 255, 255, 0.92))
        drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.92))
        drop-shadow(0 1px 0 rgba(255, 255, 255, 0.92))
        drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.92))
        drop-shadow(1px 1px 0 rgba(5, 32, 70, 0.34))
        drop-shadow(-1px -1px 0 rgba(5, 32, 70, 0.34))
        drop-shadow(0 12px 28px rgba(2, 24, 54, 0.24));
}

.brand-copy {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.brand-copy strong {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.brand-copy small {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(227, 236, 248, 0.82);
    max-width: 28ch;
}

.brand-meta-line {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-green-deep);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.9rem;
    flex: 1 1 auto;
    min-width: 0;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.18rem;
    flex: 1 1 auto;
    min-width: 0;
}

.nav-list > li {
    position: relative;
}

.nav-list > li.has-mega::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 18px;
}

.nav-list > li > a,
.nav-list > li > .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 42px;
    padding: 0.55rem 0.68rem;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.94);
    cursor: pointer;
    white-space: nowrap;
}

.nav-list > li > a.active,
.nav-list > li > .nav-link.active,
.nav-list > li > a:hover,
.nav-list > li > .nav-link:hover {
    color: #89e8ff;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 0.28rem;
    width: 50px;
    height: 50px;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(137, 232, 255, 0.12));
    margin-left: auto;
}

.nav-cta {
    align-items: center;
    justify-content: flex-end;
    gap: 0.6rem;
    flex: 0 0 auto;
}

.nav-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(3, 22, 49, 0.18);
}

.nav-toggle:hover,
.nav-toggle[aria-expanded="true"] {
    border-color: rgba(137, 232, 255, 0.5);
    background: linear-gradient(135deg, rgba(10, 174, 95, 0.28), rgba(11, 95, 131, 0.7));
}

.header-verify-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(3, 22, 49, 0.18);
}

.header-verify-link.active,
.header-verify-link:hover {
    color: #ffffff;
    border-color: rgba(137, 232, 255, 0.38);
    background: linear-gradient(135deg, rgba(10, 174, 95, 0.24), rgba(11, 95, 131, 0.62));
}

.mega-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    display: grid;
    grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
    gap: 1.25rem;
    width: min(820px, calc(100vw - 48px));
    padding: 1.25rem;
    border: 1px solid rgba(8, 58, 119, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-strong);
    opacity: 0;
    pointer-events: none;
    z-index: 30;
    transform: translateY(6px);
    transition: opacity var(--transition), transform var(--transition);
}

.mega-menu-sm {
    width: min(520px, calc(100vw - 48px));
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
}

.has-mega.is-right > .mega-menu {
    left: auto;
    right: 0;
}

.has-mega:hover > .mega-menu,
.has-mega:focus-within > .mega-menu,
.has-mega[data-open="true"] > .mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mega-card {
    padding: 1.2rem;
    border-radius: 20px;
    background:
        radial-gradient(circle at top left, rgba(255, 45, 32, 0.16), transparent 34%),
        linear-gradient(160deg, rgba(8, 58, 119, 0.98), rgba(6, 38, 79, 0.96));
    color: rgba(255, 255, 255, 0.85);
}

.mega-card h3,
.section-dark h2,
.footer-cta h2,
.site-footer .brand-copy strong {
    color: #fff;
}

.mega-card p {
    color: rgba(255, 255, 255, 0.72);
}

.mega-card .eyebrow,
.section-dark .eyebrow,
.footer-cta .eyebrow {
    color: #7ef0b0;
}

.mega-card .text-link,
.site-footer a:hover {
    color: #fff;
}

.mega-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mega-column,
.mega-links {
    display: grid;
    gap: 0.7rem;
    align-content: start;
}

.mega-heading,
.footer-title,
.signal-label,
.service-category {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mega-heading {
    color: var(--brand-green-deep);
}

.mega-column a,
.mega-links a {
    display: block;
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
    background: var(--surface-soft);
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
    overflow-wrap: anywhere;
}

.mega-column a:hover,
.mega-links a:hover {
    background: var(--surface-alt);
    color: var(--brand-navy);
}

.hero,
.mini-hero {
    position: relative;
    overflow: hidden;
}

.hero {
    padding: 3.8rem 0 2.4rem;
}

.hero::before,
.mini-hero::before {
    content: "";
    position: absolute;
    inset: auto -10% 0 auto;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(10, 174, 95, 0.1), transparent 66%);
    pointer-events: none;
}

.hero-grid,
.mini-hero-grid,
.split-grid,
.detail-grid,
.policy-layout,
.faq-grid,
.contact-grid {
    display: grid;
    gap: 2rem;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
    gap: 1.6rem;
}

.hero-copy p {
    max-width: 620px;
    font-size: 0.98rem;
}

.hero-copy h1,
.mini-hero h1 {
    max-width: 12ch;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(8, 58, 119, 0.08);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(8, 58, 119, 0.08);
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--brand-navy);
}

.button-row {
    margin: 1.45rem 0 1.8rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.stat-card,
.mini-hero-card,
.feature-card,
.service-card,
.timeline-card,
.info-card,
.faq-card,
.presence-card,
.sidebar-card,
.policy-section,
.form-card {
    border: 1px solid rgba(8, 58, 119, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
}

.stat-card {
    padding: 1.2rem;
}

.stat-card strong {
    display: block;
    margin-bottom: 0.28rem;
    font-size: 1rem;
    font-weight: 900;
    color: var(--brand-navy);
}

.stat-card span {
    color: var(--ink-soft);
    font-size: 0.88rem;
}

.hero-visual {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    gap: 1rem;
    align-items: stretch;
    min-height: 0;
    padding-top: 0.55rem;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.hero-orb-a {
    top: 10%;
    right: 4%;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 45, 32, 0.16), transparent 68%);
}

.hero-orb-b {
    bottom: 5%;
    left: 0;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(10, 174, 95, 0.18), transparent 70%);
}

.visual-card {
    position: relative;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(8, 58, 119, 0.08);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-strong);
}

.visual-card-main {
    display: grid;
    gap: 1.4rem;
    padding: 1.6rem;
}

.visual-card-main img {
    width: min(100%, 320px);
    max-height: 180px;
    object-fit: contain;
}

.visual-copy h2 {
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
}

.visual-card-stack {
    width: auto;
    padding: 1rem 1.1rem;
    align-self: end;
}

.value-line {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.75rem 0;
}

.value-line + .value-line {
    border-top: 1px solid rgba(8, 58, 119, 0.08);
}

.value-line span {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-navy));
}

.value-line strong {
    font-size: 1rem;
    font-weight: 800;
    color: var(--brand-navy);
}

.signal-strip {
    margin: 0 0 1rem;
    padding-bottom: 1rem;
}

.signal-strip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(90deg, rgba(6, 38, 79, 0.98) 0%, rgba(8, 58, 119, 0.98) 74%, rgba(10, 174, 95, 0.98) 74%, rgba(10, 174, 95, 0.98) 100%);
    box-shadow: var(--shadow-strong);
}

.signal-strip-grid > div {
    display: grid;
    gap: 0.35rem;
}

.signal-strip-grid a,
.signal-strip-grid strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.signal-label {
    color: rgba(255, 255, 255, 0.66);
}

.hero-slider-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(290px, 0.5fr);
    gap: 1.2rem;
    align-items: stretch;
}

.hero-slider-shell > *,
.hero-slide-grid > *,
.hero-side-panel,
.hero-side-list,
.hero-side-services,
.hero-side-links,
.hero-side-link,
.hero-slider-card,
.hero-slider-track,
.hero-slide,
.hero-slide-copy,
.hero-slide-panel {
    min-width: 0;
}

.hero-slider-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 640px;
    padding: 2rem;
    border-radius: 34px;
    border: 1px solid rgba(8, 58, 119, 0.08);
    background:
        radial-gradient(circle at top left, rgba(137, 232, 255, 0.16), transparent 28%),
        radial-gradient(circle at bottom right, rgba(10, 174, 95, 0.18), transparent 30%),
        linear-gradient(145deg, #072b5b 0%, #083a77 56%, #0b5f83 100%);
    box-shadow: var(--shadow-strong);
    color: rgba(255, 255, 255, 0.82);
    overflow: hidden;
    isolation: isolate;
}

.hero-slider-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 35%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 44%);
    pointer-events: none;
}

.hero-slider-card > * {
    position: relative;
    z-index: 1;
}

.hero-slider-card .eyebrow {
    color: #95f2bf;
}

.hero-slider-card h1,
.hero-slider-card p,
.hero-side-panel h2,
.hero-side-panel p,
.hero-side-link strong {
    color: #fff;
}

.hero-slider-card p,
.hero-side-panel p,
.hero-side-link span {
    color: rgba(255, 255, 255, 0.76);
}

.hero-slider-card .chip {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: none;
}

.hero-slider-track {
    position: relative;
    min-height: 520px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateX(18px);
    transition: opacity 420ms ease, transform 420ms ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.hero-slide h1 {
    max-width: 9ch;
    margin-bottom: 0;
    font-size: clamp(2rem, 3.35vw, 3.2rem);
    line-height: 1.01;
    text-wrap: balance;
}

.hero-slide-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
    gap: 1.1rem;
    align-items: stretch;
}

.hero-slide-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.25rem 0;
}

.hero-slide-heading {
    display: grid;
    gap: 1rem;
}

.hero-slide-copy p {
    max-width: 48ch;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.75;
}

.hero-proof-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.hero-proof-item {
    display: grid;
    gap: 0.32rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(6px);
}

.hero-proof-item strong {
    color: #fff;
    font-size: 0.93rem;
}

.hero-proof-item span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.84rem;
    line-height: 1.55;
}

.hero-slide-panel {
    display: grid;
    align-content: start;
    gap: 0.9rem;
    padding: 1.15rem;
    width: min(100%, 330px);
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    backdrop-filter: blur(12px);
}

.hero-panel-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    align-items: start;
}

.hero-panel-copy-block {
    display: grid;
    gap: 0.75rem;
}

.hero-panel-copy-block p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.65;
}

.hero-panel-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9fecc1;
}

.hero-panel-label::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-red), var(--brand-green));
}

.hero-doc-list {
    display: grid;
    gap: 0.8rem;
}

.hero-doc-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-doc-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff;
    color: var(--brand-navy);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.hero-doc-copy {
    display: grid;
    gap: 0.25rem;
}

.hero-doc-copy strong {
    color: #fff;
    font-size: 0.94rem;
}

.hero-doc-copy span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    line-height: 1.55;
}

.hero-service-list {
    display: grid;
    gap: 0.9rem;
}

.hero-service-list-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.hero-service-list-compact .hero-service-item:last-child {
    grid-column: 1 / -1;
}

.hero-service-item {
    padding: 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 100%;
}

.hero-service-item h3,
.hero-slide-metric strong {
    color: #fff;
}

.hero-service-item h3 {
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
    line-height: 1.35;
}

.hero-service-item p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.5;
}

.hero-slide-metric {
    display: grid;
    align-content: center;
    gap: 0.22rem;
    min-height: 0;
    width: min(100%, 150px);
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-slide-metric strong {
    font-size: 1.35rem;
    font-weight: 900;
}

.hero-slide-metric span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.82rem;
    line-height: 1.4;
}

.hero-slider-footer,
.hero-slider-controls,
.hero-slider-dots,
.carousel-toolbar {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.hero-slider-footer {
    justify-content: space-between;
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.slider-arrow,
.carousel-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font: inherit;
    font-size: 1.05rem;
    font-weight: 900;
    cursor: pointer;
    transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

.carousel-arrow {
    border-color: rgba(8, 58, 119, 0.12);
    background: #fff;
    color: var(--brand-navy);
}

.slider-arrow:hover,
.carousel-arrow:hover {
    transform: translateY(-2px);
}

.hero-slider-dots {
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.7rem;
}

.slider-dot {
    min-height: 44px;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font: inherit;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: transform var(--transition), background var(--transition);
}

.slider-dot.is-active {
    background: #fff;
    color: var(--brand-navy);
    transform: translateY(-1px);
}

.hero-side-panel {
    display: grid;
    gap: 1rem;
}

.hero-brand-card,
.hero-side-list,
.hero-side-services,
.hero-side-link,
.ceo-card,
.ceo-profile,
.ceo-quote {
    border: 1px solid rgba(8, 58, 119, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
}

.hero-brand-card {
    padding: 1.5rem;
    background:
        radial-gradient(circle at top right, rgba(255, 45, 32, 0.1), transparent 34%),
        linear-gradient(180deg, rgba(8, 58, 119, 0.98), rgba(6, 38, 79, 0.98));
    box-shadow: var(--shadow-strong);
}

.hero-side-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.8rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9fecc1;
}

.hero-side-eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-red), var(--brand-green));
}

.hero-brand-card img {
    width: min(100%, 170px);
    margin-bottom: 0.9rem;
}

.hero-brand-card h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.5rem);
    line-height: 1.05;
    max-width: 10ch;
    color: #fff;
}

.hero-brand-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.hero-side-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.78rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

.hero-side-action.primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--brand-green), #0c7ccb);
    box-shadow: 0 18px 34px rgba(6, 28, 61, 0.22);
}

.hero-side-action:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.16);
}

.hero-side-action.primary:hover {
    background: linear-gradient(135deg, #12be68, #0e6dbd);
}

.hero-side-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1rem 1.1rem;
}

.hero-side-list .value-line {
    gap: 0.65rem;
    padding: 0.85rem 0.9rem;
    border-radius: 18px;
    background: rgba(8, 58, 119, 0.05);
}

.hero-side-list .value-line + .value-line {
    border-top: 0;
}

.hero-side-list .value-line span {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 4px rgba(10, 174, 95, 0.1);
}

.hero-side-list .value-line strong {
    font-size: 0.92rem;
}

.hero-side-services {
    padding: 1.1rem 1.2rem 1.25rem;
}

.hero-side-services .service-category {
    display: block;
    margin-bottom: 0.85rem;
    font-size: 0.74rem;
    letter-spacing: 0.13em;
    color: var(--brand-navy);
}

.hero-service-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.58rem 0.82rem;
    border-radius: 999px;
    background: rgba(8, 58, 119, 0.06);
    border: 1px solid rgba(8, 58, 119, 0.08);
    color: var(--brand-navy);
    font-size: 0.76rem;
    font-weight: 800;
}

.hero-side-links {
    display: grid;
    gap: 1rem;
}

.hero-side-link {
    display: grid;
    gap: 0.35rem;
    padding: 1.2rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
}

.hero-side-link span {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

.hero-side-link strong {
    color: var(--brand-navy);
    line-height: 1.35;
    font-size: 1rem;
}

.hero-stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 1.15rem;
}

.carousel-shell {
    display: grid;
    gap: 1rem;
}

.carousel-toolbar {
    justify-content: flex-end;
}

.carousel-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.carousel-viewport::-webkit-scrollbar {
    display: none;
}

.carousel-track {
    display: flex;
    gap: 1rem;
    padding-bottom: 0.2rem;
}

.feedback-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(10, 174, 95, 0.08), transparent 28%),
        radial-gradient(circle at bottom right, rgba(8, 58, 119, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
}

.feedback-scroller {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.feedback-scroller-track {
    display: flex;
    width: max-content;
    animation: feedback-marquee 42s linear infinite;
}

.feedback-scroller:hover .feedback-scroller-track {
    animation-play-state: paused;
}

.feedback-scroller-group {
    display: flex;
    gap: 1rem;
    padding-right: 1rem;
    flex-shrink: 0;
}

.feedback-card {
    width: clamp(280px, 29vw, 344px);
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid rgba(8, 58, 119, 0.1);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
    box-shadow: var(--shadow);
}

.feedback-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.9rem;
}

.feedback-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    background: rgba(10, 174, 95, 0.12);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-green-deep);
}

.feedback-location {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ink-soft);
    text-align: right;
}

.feedback-quote {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.65;
    color: var(--ink);
}

.feedback-card-footer {
    display: grid;
    gap: 0.18rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(8, 58, 119, 0.1);
}

.feedback-card-footer strong {
    color: var(--brand-navy);
}

.feedback-card-footer span {
    font-size: 0.82rem;
    color: var(--ink-soft);
}

.highlight-card {
    flex: 0 0 clamp(260px, 30vw, 330px);
    scroll-snap-align: start;
}

@keyframes feedback-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .feedback-scroller-track {
        animation: none;
    }
}

.ceo-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 1.25rem;
    padding: 1.2rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
}

.ceo-profile {
    padding: 1.4rem;
    text-align: center;
}

.ceo-profile h3 {
    margin-bottom: 0.35rem;
}

.ceo-profile p {
    margin-bottom: 0;
}

.ceo-portrait {
    width: 170px;
    height: 170px;
    margin: 0 auto 1rem;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(8, 58, 119, 0.14), rgba(10, 174, 95, 0.14));
}

.ceo-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ceo-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--brand-navy);
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.ceo-quote {
    position: relative;
    padding: 1.8rem 1.8rem 1.5rem 3.8rem;
}

.quote-mark {
    position: absolute;
    top: 0.65rem;
    left: 1.2rem;
    color: rgba(8, 58, 119, 0.16);
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

.section {
    padding: 4.8rem 0;
}

.section-soft {
    background:
        linear-gradient(180deg, rgba(236, 246, 240, 0.5), rgba(245, 249, 255, 0.9));
}

.section-dark {
    color: rgba(255, 255, 255, 0.78);
    background:
        radial-gradient(circle at left top, rgba(10, 174, 95, 0.2), transparent 30%),
        linear-gradient(135deg, var(--brand-navy-deep), var(--brand-navy));
}

.section-dark p,
.section-heading.light p,
.section-dark .category-list li {
    color: rgba(255, 255, 255, 0.72);
}

.section-heading {
    max-width: 740px;
    margin-bottom: 2.2rem;
}

.section-heading p:last-child,
.feature-card p:last-child,
.service-card p:last-child,
.info-card p:last-child,
.faq-card p:last-child,
.presence-card p:last-child,
.policy-section p:last-child,
.mini-hero-card p:last-child {
    margin-bottom: 0;
}

.card-grid,
.timeline-grid,
.category-grid,
.presence-grid {
    display: grid;
    gap: 1.2rem;
}

.presence-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.services-home-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.2rem;
}

.service-card,
.feature-card,
.timeline-card,
.info-card,
.faq-card,
.presence-card,
.policy-section,
.sidebar-card,
.mini-hero-card,
.form-card {
    padding: 1.35rem;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), opacity var(--transition);
}

.service-card:hover,
.feature-card:hover,
.timeline-card:hover,
.info-card:hover,
.faq-card:hover,
.presence-card:hover,
.policy-section:hover,
.sidebar-card:hover,
.mini-hero-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
}

.service-card-large {
    min-height: 100%;
}

.service-card p,
.timeline-card p,
.info-card p,
.faq-card p,
.presence-card p,
.feature-card p,
.policy-section p {
    font-size: 0.94rem;
}

.service-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(10, 174, 95, 0.12);
    color: var(--brand-green-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.service-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.service-card-home {
    display: flex;
    flex-direction: column;
}

.service-card-home .service-meta {
    margin-top: auto;
    padding-top: 1rem;
}

.service-detail-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 48px;
    padding: 0.82rem 1rem 0.82rem 1.15rem;
    border-radius: 999px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, #0aae5f, #083a77);
    box-shadow: 0 14px 34px rgba(8, 58, 119, 0.2);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}

.service-detail-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.22) 50%, transparent 82%);
    transform: translateX(-135%);
    transition: transform 420ms ease;
}

.service-detail-button::after {
    content: "\2192";
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 1rem;
    line-height: 1;
    transform: translateX(0);
    transition: transform var(--transition), background var(--transition);
}

.service-detail-button span {
    position: relative;
    z-index: 1;
}

.service-detail-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(8, 58, 119, 0.26);
    filter: saturate(1.08);
}

.service-detail-button:hover::before {
    transform: translateX(135%);
}

.service-detail-button:hover::after {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.24);
}

.service-category {
    margin-bottom: 0.7rem;
    color: var(--ink-soft);
}

.section-cta {
    margin-top: 2rem;
}

.split-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
}

.card-stack {
    display: grid;
    gap: 1rem;
}

.timeline-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.timeline-card {
    position: relative;
    min-height: 100%;
}

.timeline-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-navy));
    color: #fff;
    font-size: 0.95rem;
    font-weight: 900;
}

.category-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.category-card {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.category-card h3 {
    color: #fff;
}

.category-list {
    display: grid;
    gap: 0.75rem;
}

.category-list li {
    position: relative;
    padding-left: 1.1rem;
}

.category-list li::before,
.bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-red));
}

.faq-grid,
.contact-grid,
.policy-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.faq-list,
.contact-stack,
.policy-content {
    display: grid;
    gap: 1rem;
}

.faq-accordion {
    display: grid;
    gap: 1rem;
    width: 100%;
}

.faq-item {
    border: 1px solid rgba(8, 58, 119, 0.1);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-strong);
}

.faq-item.is-open {
    border-color: rgba(10, 174, 95, 0.22);
}

.faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 1.4rem;
    border: 0;
    background: transparent;
    color: var(--brand-navy);
    font: inherit;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.faq-trigger:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(10, 174, 95, 0.18);
}

.faq-trigger-icon {
    position: relative;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.faq-trigger-icon::before,
.faq-trigger-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-navy));
    transform: translate(-50%, -50%);
    transition: transform var(--transition), opacity var(--transition);
}

.faq-trigger-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-trigger-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.3);
}

.faq-answer {
    padding: 0 1.4rem 1.35rem;
}

.faq-answer p {
    margin: 0;
    font-size: 0.97rem;
    color: var(--ink-soft);
}

.mini-hero {
    padding: 3.2rem 0 1rem;
}

.mini-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 370px);
    align-items: center;
}

.mini-hero-card h2 {
    font-size: clamp(1.35rem, 2vw, 2rem);
}

.mini-hero-card {
    background:
        radial-gradient(circle at top right, rgba(255, 45, 32, 0.08), transparent 40%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.94));
}

.filter-row {
    margin-bottom: 1.6rem;
}

.filter-chip {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(8, 58, 119, 0.1);
    background: #fff;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--brand-navy);
    cursor: pointer;
    transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}

.filter-chip.active,
.filter-chip:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-navy));
    border-color: transparent;
}

.detail-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 340px);
    align-items: start;
}

.detail-panel {
    margin-top: 1.5rem;
    padding: 1.4rem;
    border-radius: var(--radius-md);
    background: var(--surface-soft);
    border: 1px solid rgba(8, 58, 119, 0.06);
}

.bullet-list {
    display: grid;
    gap: 0.8rem;
}

.bullet-list li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--ink-soft);
}

.bullet-list.compact {
    gap: 0.65rem;
}

.sidebar-card {
    position: sticky;
    top: 104px;
}

.policy-section + .policy-section {
    margin-top: 1rem;
}

.policy-section h2 {
    font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.footer-cta {
    padding: 0 0 2rem;
}

.footer-cta-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(137, 232, 255, 0.14), transparent 34%),
        linear-gradient(135deg, #0b5ab3, #083a77 58%, #06264f);
    box-shadow: var(--shadow-strong);
}

.footer-cta-shell p,
.footer-cta-shell h2 {
    max-width: 740px;
}

.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.site-footer {
    padding: 3.6rem 0 2rem;
    color: rgba(255, 255, 255, 0.82);
    background:
        radial-gradient(circle at top left, rgba(126, 240, 176, 0.12), transparent 24%),
        radial-gradient(circle at right center, rgba(137, 232, 255, 0.12), transparent 22%),
        linear-gradient(180deg, #0b4f9f 0%, #083a77 54%, #06264f 100%);
}

.support-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 44;
    display: grid;
    gap: 0.75rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity var(--transition), transform var(--transition);
}

.support-float.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.support-float-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    box-shadow: 0 20px 45px rgba(6, 28, 61, 0.2);
    transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}

.support-float-link.whatsapp {
    background: linear-gradient(135deg, #10b85f, #068348);
}

.support-float-link.email {
    background: linear-gradient(135deg, var(--brand-navy), #0b5f83);
}

.support-float-link.phone {
    background: linear-gradient(135deg, #ff533d, #d42f25);
}

.support-float-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 55px rgba(6, 28, 61, 0.26);
    filter: saturate(1.05);
}

.support-float-link::before {
    content: attr(data-label);
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(6, 28, 61, 0.96);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition), transform var(--transition);
}

.support-float-link:hover::before,
.support-float-link:focus-visible::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.support-float-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: transparent;
    flex: 0 0 auto;
}

.support-float-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) repeat(4, minmax(0, 0.72fr));
    gap: 1.35rem;
    align-items: start;
}

.site-footer p,
.site-footer span,
.site-footer small,
.site-footer a {
    color: rgba(255, 255, 255, 0.84);
}

.site-footer a {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.brand-footer img {
    width: 132px;
}

.footer-brand {
    display: grid;
    gap: 1rem;
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    box-shadow: 0 24px 52px rgba(3, 23, 52, 0.22);
}

.footer-brand .brand {
    align-items: flex-start;
}

.footer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9fecc1;
}

.footer-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-red), var(--brand-green));
}

.footer-tagline {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.footer-login-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    width: min(100%, 240px);
    margin-top: 1rem;
}

.footer-login-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0.9rem 1.1rem;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(3, 23, 52, 0.24);
    background-size: 200% 200%;
    will-change: transform, box-shadow, background-position;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.footer-login-button::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.26), transparent 48%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
    z-index: 0;
}

.footer-login-button::after {
    content: "";
    position: absolute;
    top: -130%;
    left: -38%;
    width: 42%;
    height: 340%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    transform: translateX(-180%) rotate(16deg);
    opacity: 0;
    animation: footer-login-sheen 4.8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

.footer-login-button:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 26px 46px rgba(3, 23, 52, 0.34);
}

.footer-login-button span {
    position: relative;
    z-index: 2;
}

.footer-login-button-admin {
    background: linear-gradient(135deg, rgba(8, 58, 119, 0.98), rgba(104, 78, 191, 0.94), rgba(173, 22, 61, 0.95));
    animation:
        footer-login-float 5.8s ease-in-out infinite,
        footer-login-gradient 7.2s ease-in-out infinite,
        footer-login-glow 5.8s ease-in-out infinite;
}

.footer-login-button-branch {
    background: linear-gradient(135deg, rgba(11, 164, 110, 0.96), rgba(16, 136, 201, 0.94), rgba(8, 58, 119, 0.96));
    animation:
        footer-login-float 5.8s ease-in-out 0.65s infinite,
        footer-login-gradient 7.2s ease-in-out 0.65s infinite,
        footer-login-glow 5.8s ease-in-out 0.65s infinite;
}

.footer-login-button-text {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-align: center;
}

@keyframes footer-login-sheen {
    0% {
        transform: translateX(-180%) rotate(16deg);
        opacity: 0;
    }

    18% {
        opacity: 0;
    }

    40% {
        opacity: 0.9;
    }

    62% {
        opacity: 0;
    }

    100% {
        transform: translateX(420%) rotate(16deg);
        opacity: 0;
    }
}

@keyframes footer-login-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes footer-login-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes footer-login-glow {
    0%,
    100% {
        box-shadow: 0 18px 34px rgba(3, 23, 52, 0.24);
    }

    50% {
        box-shadow: 0 24px 42px rgba(3, 23, 52, 0.33), 0 0 0 1px rgba(255, 255, 255, 0.12);
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer-login-button,
    .footer-login-button::after {
        animation: none;
    }
}

.footer-mini-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.72rem 1rem;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

.footer-mini-action:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.14);
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 0.95rem;
    padding-top: 0.55rem;
}

.footer-link-list {
    display: grid;
    gap: 0.72rem;
}

.footer-link-list a {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0;
    font-size: 0.94rem;
    line-height: 1.55;
    transition: color var(--transition), transform var(--transition);
}

.footer-link-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7ef0b0, #89e8ff);
}

.footer-link-list a:hover {
    transform: translateX(4px);
}

.footer-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.footer-contact-item {
    display: grid;
    gap: 0.32rem;
    padding: 0.95rem 1rem;
    margin-bottom: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-contact-item strong {
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.6;
}

.footer-contact-label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(159, 236, 193, 0.9);
}

.footer-contact-item-address {
    grid-column: 1 / -1;
}

.footer-title {
    display: inline-block;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-bottom {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 1.45rem;
    margin-top: 2.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
}

.contact-grid {
    align-items: start;
}

.form-card form {
    margin-top: 1.5rem;
}

.verify-hero .mini-hero-card {
    background:
        radial-gradient(circle at top right, rgba(137, 232, 255, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.95));
}

.verify-hero .mini-hero-grid {
    grid-template-columns: 1fr;
}

.verify-hero-copy h1 {
    max-width: 17ch;
    font-size: clamp(2.6rem, 4vw, 3.95rem);
}

.verify-hero-copy p {
    max-width: 64ch;
}

.verify-showcase {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 2rem;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 34px;
    border: 1px solid rgba(121, 176, 224, 0.28);
    background:
        linear-gradient(180deg, rgba(206, 231, 248, 0.92) 0%, rgba(239, 248, 255, 0.96) 58%, rgba(250, 253, 255, 0.98) 100%);
    box-shadow: 0 24px 54px rgba(16, 60, 123, 0.12);
}

.verify-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 620'%3E%3Cg fill='%239dc4e6' fill-opacity='0.24'%3E%3Cpath d='M145 223c29-8 69-2 95 14 13 8 16 18 28 26 20 12 49 13 71 4 29-12 38-39 64-50 34-14 83 2 113-15 22-13 27-42 51-52 29-11 55 11 83 18 43 12 93-9 133 7 21 9 34 28 55 38 45 23 112 7 150 37 15 12 22 30 39 42 38 27 101 28 149 18 52-11 98-38 149-42 40-4 77 8 116 12 65 7 136-6 197 16v154H0V266c44-8 88-29 145-43Z'/%3E%3Cpath d='M82 389c29-13 69-17 100-10 16 3 30 10 46 12 39 7 78-13 116-8 29 4 55 22 85 24 39 3 74-22 113-24 36-2 69 17 104 26 53 13 111 11 164 4 53-7 104-19 158-20 57-1 113 10 169 11 55 1 111-7 166-5 57 2 113 14 171 17 44 2 89-2 131 10v116H0V421c26-5 55-17 82-32Z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 18%;
    background-size: cover;
    opacity: 0.88;
    pointer-events: none;
}

.verify-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.65) 62%, rgba(255, 255, 255, 0.9) 100%);
    pointer-events: none;
}

.verify-showcase-copy,
.verify-showcase .verify-grid {
    position: relative;
    z-index: 1;
}

.verify-showcase-copy {
    display: grid;
    justify-items: center;
    gap: 0.95rem;
    text-align: center;
}

.verify-showcase-copy .eyebrow {
    color: #cf1818;
}

.verify-showcase-copy h1 {
    display: grid;
    gap: 0.2rem;
    margin: 0;
    color: #32505f;
    font-size: clamp(2.4rem, 5vw, 4.25rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.verify-showcase-accent {
    color: #048b9b;
}

.verify-showcase-copy p {
    max-width: 58rem;
    margin: 0;
    color: #5f7792;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.75;
}

.verify-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
}

.verify-form-card,
.verify-result-card {
    display: grid;
    gap: 1rem;
}

.verify-form-card {
    width: min(100%, 840px);
    margin: 0 auto;
    padding: clamp(1.45rem, 2.6vw, 2rem);
    border-radius: 30px;
    border: 1px solid rgba(24, 129, 214, 0.22);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 42px rgba(16, 60, 123, 0.12);
    backdrop-filter: blur(10px);
}

.verify-note {
    margin-bottom: 0;
    color: #c9473d;
    font-size: 0.93rem;
    font-weight: 700;
    line-height: 1.7;
}

.verify-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.verify-form-actions,
.verify-download-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.verify-form-actions {
    margin-top: 0.55rem;
}

.verify-form-actions .button,
.verify-form-actions .button-outline {
    min-width: 196px;
    justify-content: center;
}

.verify-modal-open {
    overflow: hidden;
}

.verify-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(6, 28, 61, 0.52);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition);
}

.verify-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.verify-modal-dialog {
    width: min(980px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
}

.verify-modal-frame {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(137, 232, 255, 0.18), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 247, 255, 0.98));
    box-shadow: 0 34px 110px rgba(6, 28, 61, 0.28);
}

.verify-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.verify-modal-head h2 {
    margin-bottom: 0;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.verify-modal-close {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 16px;
    background: rgba(8, 58, 119, 0.08);
    color: var(--brand-navy);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition);
}

.verify-modal-close:hover {
    background: rgba(8, 58, 119, 0.14);
    transform: translateY(-2px);
}

.verify-result-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.verify-result-copy {
    display: grid;
    gap: 0.45rem;
}

.verify-result-copy p {
    margin-bottom: 0;
    color: var(--ink-soft);
}

.verify-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-align: center;
    box-shadow: var(--shadow);
}

.verify-status-badge.is-active {
    background: rgba(10, 174, 95, 0.14);
    color: #087944;
}

.verify-status-badge.is-inactive {
    background: rgba(255, 193, 7, 0.16);
    color: #925d00;
}

.verify-status-badge.is-expired {
    background: rgba(255, 45, 32, 0.14);
    color: #b5372d;
}

.verify-status-badge.is-pending {
    background: rgba(8, 58, 119, 0.1);
    color: var(--brand-navy);
}

.verify-key-grid,
.verify-field-grid {
    display: grid;
    gap: 0.9rem;
}

.verify-key-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.verify-key-card,
.verify-field {
    display: grid;
    gap: 0.38rem;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    border: 1px solid rgba(8, 58, 119, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
}

.verify-key-card span,
.verify-field span {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

.verify-key-card strong,
.verify-field strong {
    color: var(--brand-navy);
    font-size: 1rem;
    line-height: 1.65;
}

.verify-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.verify-field-wide {
    grid-column: 1 / -1;
}

.verify-result-message {
    display: grid;
    gap: 0.6rem;
    padding: 1rem 1.05rem;
    border-radius: 18px;
}

.verify-result-message h3,
.verify-result-message p {
    margin: 0;
}

.verify-result-message.is-error {
    background: rgba(255, 45, 32, 0.08);
    color: #b5372d;
}

.verify-result-message.is-loading {
    background: rgba(8, 58, 119, 0.08);
    color: var(--brand-navy);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.form-grid label {
    display: grid;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--ink);
}

.form-grid label small {
    color: #c62e27;
    font-weight: 700;
}

.full-width {
    grid-column: 1 / -1;
}

input,
textarea {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(8, 58, 119, 0.12);
    border-radius: 14px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 0.95rem;
    transition: border-color var(--transition), box-shadow var(--transition);
}

input:focus,
textarea:focus {
    outline: none;
    border-color: rgba(10, 174, 95, 0.66);
    box-shadow: 0 0 0 4px rgba(10, 174, 95, 0.12);
}

textarea {
    resize: vertical;
    min-height: 150px;
}

.alert {
    padding: 1rem 1.1rem;
    margin-top: 1rem;
    border-radius: 14px;
    font-weight: 700;
}

.alert.success {
    background: rgba(10, 174, 95, 0.12);
    color: var(--brand-green-deep);
}

.alert.error {
    background: rgba(255, 45, 32, 0.1);
    color: #bf3026;
}

.form-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 560ms ease, transform 560ms ease;
}

.apply-hero {
    position: relative;
    padding: clamp(3.5rem, 7vw, 5.8rem) 0 3rem;
    overflow: clip;
    background:
        radial-gradient(circle at top left, rgba(137, 232, 255, 0.2), transparent 28%),
        radial-gradient(circle at bottom right, rgba(10, 174, 95, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(7, 43, 91, 0.99), rgba(6, 38, 79, 0.985) 54%, rgba(4, 30, 62, 0.98));
}

.apply-hero::before {
    content: "";
    position: absolute;
    inset: auto auto 10% -6%;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
    pointer-events: none;
}

.apply-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.35rem;
    align-items: stretch;
}

.apply-hero-copy,
.apply-hero-panel {
    display: grid;
    gap: 1.2rem;
    padding: clamp(1.4rem, 2.6vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(3, 22, 49, 0.2);
}

.apply-hero-copy {
    background:
        radial-gradient(circle at top right, rgba(137, 232, 255, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(242, 247, 255, 0.97));
}

.apply-hero-copy h1 {
    max-width: 12ch;
    margin-bottom: 0;
    font-size: clamp(2.5rem, 5vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.apply-hero-copy > p {
    max-width: 64ch;
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.8;
}

.apply-hero-checks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.apply-check-card {
    display: grid;
    gap: 0.45rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid rgba(8, 58, 119, 0.08);
    background: rgba(255, 255, 255, 0.82);
}

.apply-check-card strong,
.apply-panel-note strong,
.apply-standard-card strong,
.apply-stat-item strong {
    color: var(--brand-navy);
}

.apply-check-card span,
.apply-panel-note p,
.apply-standard-card span,
.apply-stat-item span {
    color: var(--ink-soft);
}

.apply-stat-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.apply-stat-item {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(8, 58, 119, 0.08), rgba(8, 58, 119, 0.02));
    border: 1px solid rgba(8, 58, 119, 0.08);
}

.apply-stat-item strong {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1;
}

.apply-stat-item span {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.apply-hero-panel {
    align-content: start;
    background:
        radial-gradient(circle at top right, rgba(159, 236, 193, 0.14), transparent 32%),
        linear-gradient(180deg, rgba(7, 43, 91, 0.98), rgba(6, 38, 79, 0.98) 58%, rgba(10, 174, 95, 0.86));
}

.apply-hero-panel h2,
.apply-panel-note strong {
    margin-bottom: 0;
    color: #ffffff;
}

.apply-hero-panel > p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.apply-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9fecc1;
}

.apply-panel-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #9fecc1, #89e8ff);
}

.apply-standard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.apply-standard-card,
.apply-panel-note {
    padding: 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.apply-standard-card {
    display: grid;
    gap: 0.4rem;
}

.apply-standard-card span {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.apply-standard-card strong {
    color: #ffffff;
    line-height: 1.45;
}

.apply-panel-note p {
    margin: 0.45rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.card-stack-apply,
.apply-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.apply-service-card {
    height: 100%;
}

.timeline-grid-apply {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: start;
}

.apply-required-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.4rem;
    padding: 1.3rem 1.35rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(137, 232, 255, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
    border: 1px solid rgba(8, 58, 119, 0.08);
    box-shadow: var(--shadow);
}

.apply-required-list h3 {
    margin-bottom: 0;
}

.apply-required-list ul {
    display: grid;
    gap: 0.72rem;
    padding-left: 1.1rem;
    margin: 0;
    color: var(--ink-soft);
}

.apply-required-list li::marker {
    color: var(--brand-green);
}

.apply-sector-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

.apply-sector-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.82rem 1.1rem;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.96));
    border: 1px solid rgba(8, 58, 119, 0.1);
    box-shadow: 0 18px 40px rgba(6, 28, 61, 0.08);
    color: var(--brand-navy);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

@media (max-width: 1180px) {
    .apply-hero-grid,
    .card-stack-apply,
    .apply-service-grid {
        grid-template-columns: 1fr;
    }

    .apply-hero-copy h1 {
        max-width: 13ch;
    }

    .apply-standard-grid,
    .timeline-grid-apply,
    .apply-hero-checks,
    .apply-stat-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .apply-hero {
        padding-top: 2.75rem;
    }

    .apply-hero-copy,
    .apply-hero-panel,
    .apply-required-list {
        padding: 1.1rem;
        border-radius: 24px;
    }

    .apply-hero-copy h1 {
        max-width: none;
        font-size: clamp(2.2rem, 10vw, 3.1rem);
    }

    .apply-standard-grid,
    .timeline-grid-apply,
    .apply-hero-checks,
    .apply-stat-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1280px) {
    .topbar-items span {
        display: none;
    }

    .brand-copy small {
        display: none;
    }

    .site-nav {
        gap: 0.7rem;
    }

    .nav-list > li > a,
    .nav-list > li > .nav-link {
        font-size: 0.72rem;
        padding-inline: 0.58rem;
    }

    .nav-cta .button-outline {
        display: none;
    }
}

@media (max-width: 1480px) {
    .brand-copy small {
        display: none;
    }

    .brand-meta-line {
        display: none;
    }
}

@media (max-width: 1180px) {
    .site-header {
        --nav-drawer-width: min(360px, calc(100vw - 18px));
    }

    .hero-slider-shell,
    .hero-grid,
    .detail-grid {
        grid-template-columns: 1fr;
    }

    .hero-side-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .hero-brand-card,
    .hero-side-links {
        grid-column: 1 / -1;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .header-shell {
        position: relative;
        min-height: 84px;
        padding-right: 64px;
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 50px;
        margin-left: 0;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 62;
        box-shadow: 0 14px 28px rgba(3, 22, 49, 0.2);
    }

    .site-nav {
        position: fixed;
        top: 0;
        right: calc(-1 * (var(--nav-drawer-width) + 28px));
        bottom: 0;
        display: grid;
        align-content: start;
        gap: 1.1rem;
        width: var(--nav-drawer-width);
        height: 100vh;
        padding: 5.35rem 1.05rem 1.15rem;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 28px 0 0 28px;
        background:
            radial-gradient(circle at top right, rgba(137, 232, 255, 0.08), transparent 30%),
            linear-gradient(180deg, rgba(7, 43, 91, 0.995), rgba(6, 38, 79, 0.995) 58%, rgba(5, 30, 63, 0.995));
        box-shadow: -24px 0 60px rgba(6, 28, 61, 0.18);
        pointer-events: none;
        z-index: 61;
        transition: right 260ms ease;
    }

    .site-nav.is-open {
        right: 0;
        pointer-events: auto;
    }

    .nav-list {
        display: grid;
        gap: 0.18rem;
        flex: none;
    }

    .nav-list > li {
        width: 100%;
    }

    .nav-list > li.has-mega::after {
        display: none;
    }

    .nav-list > li > a,
    .nav-list > li > .nav-link {
        width: 100%;
        justify-content: flex-start;
        padding: 0.92rem 0.2rem;
        border-radius: 0;
        background: transparent;
        color: rgba(255, 255, 255, 0.96);
        font-size: 0.9rem;
        letter-spacing: 0.03em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-list > li > a.active,
    .nav-list > li > .nav-link.active,
    .nav-list > li > a:hover,
    .nav-list > li > .nav-link:hover {
        color: #9fecc1;
    }

    .has-mega > .nav-link::after {
        content: "+";
        margin-left: auto;
        font-size: 1.1rem;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.7);
        transition: transform var(--transition), color var(--transition);
    }

    .has-mega[data-open="true"] > .nav-link::after {
        color: #9fecc1;
        transform: rotate(45deg);
    }

    .mega-menu,
    .mega-menu-sm {
        position: static;
        display: none;
        width: 100%;
        margin-top: 0.15rem;
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 0.2rem 0 0.5rem 0.85rem;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .has-mega[data-open="true"] > .mega-menu {
        display: grid;
    }

    .mega-card {
        display: none;
    }

    .mega-columns,
    .mega-links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }

    .mega-column {
        display: grid;
        gap: 0.15rem;
    }

    .mega-heading {
        padding: 0.45rem 0 0.2rem 0.85rem;
        color: #89e8ff;
        font-size: 0.68rem;
    }

    .mega-column a,
    .mega-links a {
        padding: 0.52rem 0 0.52rem 0.85rem;
        border-radius: 0;
        background: transparent;
        color: rgba(255, 255, 255, 0.8);
        border-left: 2px solid rgba(255, 255, 255, 0.12);
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .mega-column a:hover,
    .mega-links a:hover {
        background: transparent;
        color: #9fecc1;
        border-left-color: rgba(159, 236, 193, 0.9);
    }

    .nav-cta {
        display: grid;
        width: 100%;
        margin-top: 0.5rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-cta .button,
    .nav-cta .button-outline,
    .nav-cta .header-verify-link {
        width: 100%;
    }

    .nav-cta .button-outline {
        display: inline-flex;
    }

    .header-verify-link {
        min-height: 50px;
        padding: 0.9rem 1.1rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
        box-shadow: none;
    }

    .hero-side-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-copy h1,
    .mini-hero h1,
    .hero-slide h1 {
        max-width: 13ch;
    }

    .verify-hero-copy h1 {
        max-width: 16ch;
    }

    .sidebar-card {
        position: static;
    }

    .ceo-card {
        grid-template-columns: 1fr;
    }

    .support-float {
        right: 14px;
        bottom: 14px;
    }

    .support-float-link {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .support-float-icon svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 980px) {
    .topbar-inner,
    .hero-slider-shell,
    .hero-grid,
    .mini-hero-grid,
    .split-grid,
    .faq-grid,
    .contact-grid,
    .policy-layout,
    .detail-grid,
    .footer-cta-shell {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .topbar-inner {
        display: flex;
    }

    .hero-visual {
        grid-template-columns: 1fr;
    }

    .hero-side-panel {
        grid-template-columns: 1fr;
    }

    .hero-brand-card,
    .hero-side-links {
        grid-column: auto;
    }

    .hero-slider-card {
        min-height: 0;
        padding: 1.6rem;
    }

    .hero-slider-track {
        min-height: 0;
    }

    .hero-slide-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel-head {
        grid-template-columns: 1fr;
    }

    .hero-slide-metric {
        justify-self: start;
        min-height: 0;
    }

    .hero-service-list-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-slider-footer {
        flex-wrap: wrap;
    }

    .hero-side-links {
        grid-template-columns: 1fr;
    }

    .verify-key-grid,
    .verify-field-grid,
    .verify-form-grid {
        grid-template-columns: 1fr;
    }

    .verify-field-wide {
        grid-column: auto;
    }

    .feedback-scroller {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

@media (max-width: 720px) {
    .site-header {
        --nav-drawer-width: min(340px, calc(100vw - 12px));
    }

    body {
        font-size: 14px;
    }

    .container {
        width: min(var(--container), calc(100% - 24px));
    }

    .topbar {
        display: none;
    }

    .header-shell {
        padding: 0.75rem 0 0.85rem;
        min-height: 76px;
        padding-right: 58px;
    }

    .brand {
        gap: 0.6rem;
    }

    .brand img {
        width: 94px;
    }

    .brand-copy small {
        display: none;
    }

    .brand-meta-line {
        display: none;
    }

    .site-nav {
        padding-top: 5rem;
        border-radius: 24px 0 0 24px;
    }

    .hero,
    .mini-hero,
    .section {
        padding-top: 3.1rem;
        padding-bottom: 3.1rem;
    }

    .hero-slider-card {
        min-height: 0;
        padding: 1.35rem;
    }

    .hero-slider-track {
        min-height: 0;
    }

    .hero-slide h1 {
        max-width: none;
        font-size: clamp(1.95rem, 10vw, 2.75rem);
        line-height: 1.04;
        overflow-wrap: anywhere;
        word-break: break-word;
        text-wrap: pretty;
    }

    .hero-slide-panel {
        padding: 1rem;
        border-radius: 20px;
    }

    .hero-proof-list,
    .hero-service-list-compact,
    .hero-side-list,
    .hero-side-links,
    .hero-brand-actions {
        grid-template-columns: 1fr;
    }

    .hero-proof-item,
    .hero-doc-item,
    .hero-service-item {
        padding: 0.9rem;
    }

    .hero-service-list-compact .hero-service-item:last-child {
        grid-column: auto;
    }

    .hero-brand-actions {
        display: grid;
    }

    .hero-side-action {
        width: 100%;
    }

    .hero-slider-footer {
        justify-content: flex-start;
        gap: 0.9rem;
    }

    .hero-slider-dots {
        margin-left: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: 100%;
        padding-bottom: 0.2rem;
        scrollbar-width: none;
    }

    .hero-slider-dots::-webkit-scrollbar {
        display: none;
    }

    .slider-dot {
        min-height: 36px;
        padding: 0.5rem 0.75rem;
        font-size: 0.7rem;
        white-space: nowrap;
    }

    .verify-result-head {
        grid-template-columns: 1fr;
        display: grid;
    }

    .verify-showcase {
        padding: 1.4rem 1rem 1.2rem;
        border-radius: 24px;
    }

    .verify-showcase::before {
        background-position: center 12%;
        background-size: 170% auto;
    }

    .verify-showcase-copy h1 {
        font-size: clamp(2rem, 9vw, 2.9rem);
    }

    .verify-showcase-copy p {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .verify-form-actions,
    .verify-download-row {
        width: 100%;
    }

    .verify-form-card {
        padding: 1.2rem;
        border-radius: 24px;
    }

    .hero-brand-card,
    .hero-side-list,
    .hero-side-services,
    .hero-side-link,
    .ceo-profile,
    .ceo-quote {
        border-radius: 22px;
    }

    .ceo-card {
        padding: 0.85rem;
    }

    .ceo-quote {
        padding: 1.45rem 1.2rem 1.2rem 2.9rem;
    }

    .quote-mark {
        left: 0.9rem;
        font-size: 3.25rem;
    }

    .hero-visual {
        grid-template-columns: 1fr;
    }

    .visual-card-main {
        padding: 1.3rem;
    }

    .visual-card-stack {
        width: auto;
    }

    .signal-strip-grid {
        background: linear-gradient(180deg, rgba(6, 38, 79, 0.98), rgba(8, 58, 119, 0.98) 72%, rgba(10, 174, 95, 0.98));
    }

    .feedback-card {
        width: min(84vw, 300px);
        padding: 1rem;
        border-radius: 22px;
    }

    .feedback-card-head {
        display: grid;
        gap: 0.55rem;
    }

    .feedback-location {
        text-align: left;
    }

    .stats-grid,
    .signal-strip-grid,
    .card-grid,
    .services-home-grid,
    .service-grid,
    .timeline-grid,
    .category-grid,
    .footer-grid,
    .form-grid,
    .hero-grid,
    .mini-hero-grid,
    .split-grid,
    .faq-grid,
    .contact-grid,
    .policy-layout,
    .detail-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy h1,
    .mini-hero h1 {
        max-width: none;
    }

    .verify-hero-copy h1 {
        font-size: clamp(2.2rem, 10vw, 3.1rem);
    }

    .verify-modal {
        padding: 12px;
    }

    .verify-modal-dialog {
        max-height: calc(100vh - 24px);
    }

    .verify-modal-frame {
        padding: 1rem;
        border-radius: 22px;
    }

    .verify-modal-head {
        align-items: center;
    }

    .verify-modal-close {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 1.5rem;
    }

    .button-row,
    .footer-cta-actions,
    .nav-cta {
        width: 100%;
    }

    .button,
    .button-outline {
        width: 100%;
    }

    .footer-contact {
        grid-template-columns: 1fr;
    }

    .footer-login-actions {
        width: 100%;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .support-float {
        right: 12px;
        bottom: 12px;
        gap: 0.55rem;
    }

    .support-float-link {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .support-float-link::before {
        display: none;
    }
}

/* Final header brand lockup override */
.site-header .site-header-brand {
    gap: 0.8rem !important;
}

.site-header .brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.site-header .brand-mark .site-logo-image {
    width: 49px !important;
    height: auto;
    max-width: none;
    filter: none !important;
}

.site-header .brand-copy {
    gap: 0.14rem !important;
}

.site-header .brand-copy strong {
    font-size: 0.95rem !important;
    font-weight: 900 !important;
    line-height: 1.05;
    letter-spacing: -0.03em !important;
    color: #171717 !important;
}

.site-header .brand-copy .brand-subline {
    display: block !important;
    margin: 0;
    font-size: 0.54rem !important;
    font-weight: 800 !important;
    line-height: 1.2;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #5f5f5f !important;
    opacity: 1 !important;
    max-width: none !important;
}

@media (max-width: 900px) {
    .site-header .brand-mark {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
        border-radius: 16px;
    }

    .site-header .brand-mark .site-logo-image {
        width: 43px !important;
    }

    .site-header .brand-copy strong {
        font-size: 0.9rem !important;
    }

    .site-header .brand-copy .brand-subline {
        font-size: 0.5rem !important;
    }
}

@media (max-width: 560px) {
    .site-header .site-header-brand {
        gap: 0.65rem !important;
    }

    .site-header .brand-mark {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        border-radius: 14px;
    }

    .site-header .brand-mark .site-logo-image {
        width: 39px !important;
    }

    .site-header .brand-copy strong {
        font-size: 0.84rem !important;
    }

    .site-header .brand-copy .brand-subline {
        font-size: 0.46rem !important;
    }
}

/* Final public typography tuning */
.site-shell .public-home-copy h1,
.site-shell .hero-copy h1,
.site-shell .mini-hero h1,
.site-shell .hero-slide h1,
.site-shell .verify-hero-copy h1 {
    font-size: clamp(2rem, 3.6vw, 3.35rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.045em !important;
}

.site-shell .public-home-card h2,
.site-shell .section-heading h2,
.site-shell .footer-cta h2,
.site-shell .mini-hero-card h2,
.site-shell .hero-brand-card h2,
.site-shell .policy-section h2,
.site-shell .visual-copy h2 {
    font-size: clamp(1.4rem, 2.15vw, 2.15rem) !important;
    line-height: 1.14 !important;
}

.site-shell .public-home-card h3,
.site-shell .mega-card h3,
.site-shell .public-service-card h3,
.site-shell .public-feedback-card strong,
.site-shell .faq-trigger span {
    font-size: clamp(1rem, 1.15vw, 1.2rem) !important;
    line-height: 1.3 !important;
}

.site-shell .public-home-intro,
.site-shell .public-home-card p,
.site-shell .public-note-card span,
.site-shell .public-mini-service span,
.site-shell .public-service-card p,
.site-shell .public-feedback-quote,
.site-shell .faq-answer p,
.site-shell .footer-cta-shell p {
    font-size: 0.94rem !important;
    line-height: 1.72 !important;
}

.site-shell .public-stat-card strong,
.site-shell .apply-page .amount {
    font-size: clamp(1.3rem, 1.7vw, 1.6rem) !important;
}

.site-shell .apply-page h1 {
    font-size: clamp(2rem, 3.5vw, 3.2rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.045em !important;
}

.site-shell .apply-page h2 {
    font-size: clamp(1.35rem, 1.95vw, 1.95rem) !important;
    line-height: 1.15 !important;
}

.site-shell .apply-page h3 {
    font-size: 1rem !important;
}

.site-shell .apply-page .intro,
.site-shell .apply-page p,
.site-shell .apply-page li,
.site-shell .apply-page .note {
    font-size: 0.92rem !important;
    line-height: 1.68 !important;
}

.site-shell .apply-page .badge,
.site-shell .apply-page .pill,
.site-shell .apply-page .tab,
.site-shell .apply-page label,
.site-shell .apply-page .btnx,
.site-shell .apply-page .btnx-outline,
.site-shell .public-badge,
.site-shell .public-chip,
.site-shell .button,
.site-shell .button-outline {
    font-size: 0.78rem !important;
}

@media (max-width: 900px) {
    .site-shell .public-home-copy h1,
    .site-shell .hero-copy h1,
    .site-shell .mini-hero h1,
    .site-shell .hero-slide h1,
    .site-shell .verify-hero-copy h1,
    .site-shell .apply-page h1 {
        font-size: clamp(1.85rem, 6.5vw, 2.7rem) !important;
    }

    .site-shell .public-home-card h2,
    .site-shell .section-heading h2,
    .site-shell .footer-cta h2,
    .site-shell .mini-hero-card h2,
    .site-shell .hero-brand-card h2,
    .site-shell .policy-section h2,
    .site-shell .visual-copy h2,
    .site-shell .apply-page h2 {
        font-size: clamp(1.26rem, 4vw, 1.75rem) !important;
    }
}

@media (max-width: 560px) {
    .site-shell .public-home-copy h1,
    .site-shell .hero-copy h1,
    .site-shell .mini-hero h1,
    .site-shell .hero-slide h1,
    .site-shell .verify-hero-copy h1,
    .site-shell .apply-page h1 {
        font-size: clamp(1.7rem, 8.4vw, 2.35rem) !important;
    }

    .site-shell .public-home-card h2,
    .site-shell .section-heading h2,
    .site-shell .footer-cta h2,
    .site-shell .mini-hero-card h2,
    .site-shell .hero-brand-card h2,
    .site-shell .policy-section h2,
    .site-shell .visual-copy h2,
    .site-shell .apply-page h2 {
        font-size: clamp(1.18rem, 5.8vw, 1.5rem) !important;
    }

    .site-shell .public-home-intro,
    .site-shell .public-home-card p,
    .site-shell .public-note-card span,
    .site-shell .public-mini-service span,
    .site-shell .public-service-card p,
    .site-shell .public-feedback-quote,
    .site-shell .faq-answer p,
    .site-shell .footer-cta-shell p,
    .site-shell .apply-page .intro,
    .site-shell .apply-page p,
    .site-shell .apply-page li,
    .site-shell .apply-page .note {
        font-size: 0.9rem !important;
    }
}

/* Final multicolor top accent for public cards */
.site-shell .public-home-card,
.site-shell .public-service-card,
.site-shell .public-stat-card,
.site-shell .faq-item,
.site-shell .apply-page .card,
.site-shell .apply-page .service-list,
.site-shell .apply-page .service-detail,
.site-shell .apply-page .package,
.site-shell .apply-page .faq-grid details {
    position: relative;
    overflow: hidden;
}

.site-shell .public-home-card::before,
.site-shell .public-service-card::before,
.site-shell .public-stat-card::before,
.site-shell .faq-item::before,
.site-shell .apply-page .card::before,
.site-shell .apply-page .service-list::before,
.site-shell .apply-page .service-detail::before,
.site-shell .apply-page .package::before,
.site-shell .apply-page .faq-grid details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d62828 0%, #ff7a00 24%, #f2c94c 48%, #1fa971 72%, #2463eb 100%);
    opacity: 0.92;
    pointer-events: none;
}

.site-shell .public-home-card:hover::before,
.site-shell .public-service-card:hover::before,
.site-shell .public-stat-card:hover::before,
.site-shell .faq-item:hover::before,
.site-shell .apply-page .card:hover::before,
.site-shell .apply-page .service-list:hover::before,
.site-shell .apply-page .service-detail:hover::before,
.site-shell .apply-page .package:hover::before,
.site-shell .apply-page .faq-grid details:hover::before {
    opacity: 1;
}

@media (max-width: 560px) {
    .site-shell .public-home-card::before,
    .site-shell .public-service-card::before,
    .site-shell .public-stat-card::before,
    .site-shell .faq-item::before,
    .site-shell .apply-page .card::before,
    .site-shell .apply-page .service-list::before,
    .site-shell .apply-page .service-detail::before,
    .site-shell .apply-page .package::before,
    .site-shell .apply-page .faq-grid details::before {
        left: 0.85rem;
        right: 0.85rem;
        height: 3px;
    }
}

/* Final footer refresh: lighter gradient, tighter animated blocks */
.footer-cta {
    padding: 0 0 1.1rem !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 248, 248, 0.82) 58%, rgba(247, 251, 246, 0.96)) !important;
}

.footer-cta-shell {
    position: relative;
    overflow: hidden;
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) auto;
    align-items: center;
    gap: 1rem !important;
    padding: 1.35rem 1.45rem !important;
    border: 1px solid rgba(17, 17, 17, 0.07) !important;
    border-radius: 26px !important;
    background:
        radial-gradient(circle at top right, rgba(210, 33, 40, 0.08), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 249, 0.94) 55%, rgba(248, 252, 247, 0.98)) !important;
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.06) !important;
}

.footer-cta-shell::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 1.35rem;
    width: 120px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d22128, #ff7f32, #3bb273);
    opacity: 0.82;
}

.footer-cta-actions {
    justify-content: flex-end;
}

.site-footer {
    padding: 1rem 0 1.4rem !important;
    background:
        radial-gradient(circle at top left, rgba(210, 33, 40, 0.055), transparent 24%),
        radial-gradient(circle at bottom right, rgba(59, 178, 115, 0.06), transparent 24%),
        linear-gradient(180deg, #fffefe 0%, #fff9f9 54%, #f9fcf8 100%) !important;
    border-top: 0 !important;
}

.footer-shell {
    display: grid;
    gap: 0.95rem;
}

.footer-panel,
.footer-links-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.07);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 250, 0.94) 58%, rgba(248, 252, 247, 0.98));
    box-shadow: 0 16px 34px rgba(17, 17, 17, 0.05);
}

.footer-panel::before,
.footer-links-shell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.1rem;
    right: 1.1rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(210, 33, 40, 0.86), rgba(255, 127, 50, 0.84), rgba(59, 178, 115, 0.84));
}

.footer-brand {
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.4rem;
    padding: 1.25rem 1.35rem 1.15rem !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.footer-brand-copy {
    display: grid;
    gap: 0.5rem;
    min-width: 0;
}

.brand-footer {
    align-items: center !important;
}

.footer-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
}

.footer-tagline {
    max-width: 46ch;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
}

.footer-login-actions {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem !important;
    width: auto !important;
    margin-top: 0 !important;
}

.footer-login-button {
    min-height: 44px !important;
    padding: 0.75rem 1rem !important;
    border-radius: 16px !important;
}

.footer-links-shell {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    padding: 1rem 1.15rem 1.05rem;
}

.footer-column {
    display: grid !important;
    align-content: start;
    gap: 0.6rem;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.footer-title {
    margin-bottom: 0 !important;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
}

.footer-link-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.footer-link-list a {
    position: relative;
    overflow: hidden;
    display: inline-flex !important;
    align-items: center;
    min-height: 34px;
    margin: 0 !important;
    padding: 0.45rem 0.78rem !important;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.04);
    font-size: 0.85rem !important;
    line-height: 1.2 !important;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.footer-link-list a::before {
    display: none !important;
}

.footer-link-list a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.88) 50%, transparent 76%);
    transform: translateX(-160%);
    transition: transform 0.55s ease;
}

.footer-link-list a:hover {
    transform: translateY(-1px);
    border-color: rgba(210, 33, 40, 0.18);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 22px rgba(17, 17, 17, 0.06);
}

.footer-link-list a:hover::after {
    transform: translateX(160%);
}

.footer-bottom {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
    margin-top: 0.95rem !important;
    padding-top: 0.2rem !important;
    border-top: 0 !important;
}

.footer-bottom-item {
    min-height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 0.82rem;
    line-height: 1.5;
}

.footer-bottom-highlight {
    color: #b01217 !important;
    letter-spacing: 0.08em;
}

@media (max-width: 1180px) {
    .footer-cta-shell {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .footer-brand {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-login-actions {
        justify-content: flex-start;
    }

    .footer-links-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .footer-links-shell {
        grid-template-columns: 1fr;
        padding: 0.95rem 1rem 1rem;
    }

    .footer-brand,
    .footer-cta-shell {
        padding: 1.1rem !important;
        border-radius: 22px !important;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Final centered footer layout and apply-now typography alignment */
.site-shell,
.site-shell button,
.site-shell input,
.site-shell textarea,
.site-shell select {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.site-shell .container {
    width: min(var(--container), calc(100% - 56px)) !important;
}

.site-shell main {
    color: #0f172a;
}

.site-shell main > section + section,
.site-shell main > section + div,
.site-shell main > div + section,
.site-shell main > div + div {
    margin-top: clamp(1rem, 1.9vw, 1.65rem);
}

.apply-uploaded > header + section,
.apply-uploaded > section + section {
    margin-top: clamp(1rem, 1.9vw, 1.65rem);
}

.site-shell main h1 {
    color: #0f172a !important;
    font-weight: 950 !important;
    letter-spacing: -0.04em !important;
}

.site-shell main h2 {
    color: #0f172a !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
}

.site-shell main h3,
.site-shell main h4 {
    color: #0f172a !important;
    font-weight: 850 !important;
}

.site-shell main p,
.site-shell main li,
.site-shell .lead,
.site-shell .note,
.site-shell .sub,
.site-shell .intro {
    color: #5b6b63 !important;
    font-weight: 650 !important;
}

.site-shell .site-header .brand-copy strong,
.site-shell .site-header .nav-list > li > a,
.site-shell .site-header .nav-list > li > .nav-link,
.site-shell .site-header .header-verify-link {
    color: #0f172a !important;
    font-weight: 850 !important;
}

.site-shell .site-header .brand-copy strong {
    font-size: 1.08rem !important;
    line-height: 1.05 !important;
}

.site-shell .site-header .brand-subline {
    color: #5b6b63 !important;
    font-size: 0.62rem !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
}

.site-shell .site-header .nav-list > li > a,
.site-shell .site-header .nav-list > li > .nav-link,
.site-shell .site-header .header-verify-link {
    font-size: 0.82rem !important;
    letter-spacing: 0 !important;
}

.site-shell .button,
.site-shell .button-outline,
.site-shell .header-verify-link {
    font-size: 0.98rem !important;
    font-weight: 850 !important;
}

.footer-cta > .container {
    width: min(var(--container), calc(100% - 48px)) !important;
    max-width: var(--container) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-frame > .container {
    width: min(1180px, calc(100% - 56px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-cta {
    padding: 1rem 0 0.7rem !important;
}

.footer-cta-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1.08rem 1.4rem !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    border-radius: 22px !important;
    background:
        radial-gradient(circle at top right, rgba(22, 163, 74, 0.08), transparent 32%),
        radial-gradient(circle at left center, rgba(210, 33, 40, 0.06), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 250, 0.96) 58%, rgba(248, 252, 247, 0.98)) !important;
    box-shadow: 0 16px 32px rgba(17, 17, 17, 0.06) !important;
}

.footer-cta-shell::before {
    content: none !important;
    display: none !important;
}

.footer-cta-copy {
    display: grid;
    align-content: center;
    gap: 0.26rem;
    min-width: 0;
    padding: 0.08rem 0.9rem 0.08rem 0.1rem;
}

.footer-cta-copy .eyebrow {
    position: static;
    gap: 0.48rem !important;
    margin-bottom: 0.1rem !important;
    color: #b01217 !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.12em !important;
}

.footer-cta-copy .eyebrow::before {
    position: static;
    width: 9px;
    height: 9px;
    margin: 0;
    transform: none;
    background: linear-gradient(135deg, #d22128, #22c55e) !important;
    box-shadow: 0 0 0 4px rgba(210, 33, 40, 0.08) !important;
}

.footer-cta-shell .eyebrow,
.footer-cta-shell h2,
.footer-cta-shell p {
    margin-left: 0 !important;
}

.footer-cta-title {
    margin: 0 !important;
    max-width: 26ch;
    color: #111827 !important;
    font-size: clamp(1.06rem, 1.45vw, 1.28rem) !important;
    font-weight: 780 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
}

.footer-cta-text {
    margin: 0 !important;
    max-width: 40ch;
    color: #5b6b63 !important;
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
}

.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.footer-cta-actions .button,
.footer-cta-actions .button-outline {
    min-height: 48px !important;
    padding: 0.82rem 1.3rem !important;
    font-size: 0.94rem !important;
}

.footer-cta-actions .button-outline.light {
    color: #111827 !important;
    border-color: rgba(17, 17, 17, 0.12) !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.footer-cta-actions .button-outline.light:hover {
    color: #111827 !important;
    border-color: rgba(17, 17, 17, 0.22) !important;
    background: #ffffff !important;
}

@media (max-width: 900px) {
    .footer-cta-shell {
        grid-template-columns: 1fr !important;
        justify-items: start;
        padding: 0.95rem 1rem !important;
    }

    .footer-cta-copy {
        padding-right: 0;
    }

    .footer-cta-actions {
        width: 100%;
        justify-content: stretch;
    }

    .footer-cta-actions .button,
    .footer-cta-actions .button-outline {
        flex: 1 1 220px;
    }
}

.site-footer {
    width: 100%;
    padding: 1.1rem 0 1.35rem !important;
    background:
        linear-gradient(180deg, rgba(3, 6, 10, 0) 0%, rgba(2, 6, 12, 0.92) 100%),
        linear-gradient(135deg, #05070b, #0b1017 58%, #070b11);
}

.footer-frame {
    width: 100%;
    padding: 0.55rem 0 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(8, 12, 18, 0.98), rgba(4, 8, 14, 0.99) 56%, rgba(2, 6, 12, 0.98));
}

.footer-shell {
    gap: 0;
}

.footer-legal-name {
    display: block !important;
    max-width: 19ch !important;
    color: rgba(226, 232, 240, 0.78) !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
}

.footer-links-shell {
    grid-template-columns: 1.45fr 1fr 1fr 0.95fr;
    align-items: start;
    gap: 1.4rem;
    padding: 1.45rem clamp(1.45rem, 3vw, 2rem) 1.4rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.footer-column {
    min-width: 0;
}

.footer-column-brand {
    padding-right: 0.7rem;
}

.footer-column-brand .brand {
    align-items: flex-start !important;
    gap: 1rem !important;
}

.footer-column-brand .site-logo-image {
    width: 118px !important;
    max-width: none !important;
    filter: none !important;
}

.footer-column-brand .brand-copy {
    gap: 0.42rem !important;
}

.footer-column-brand .brand-copy strong {
    color: #ffffff !important;
    font-size: clamp(1.55rem, 2vw, 2rem) !important;
    font-weight: 900 !important;
    line-height: 1.03 !important;
    letter-spacing: -0.03em !important;
}

.footer-kicker {
    display: inline-flex !important;
    margin-top: 1rem !important;
    color: rgba(241, 245, 249, 0.82) !important;
    font-size: 0.82rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

.footer-kicker::before {
    width: 9px;
    height: 9px;
    background: #d22128 !important;
    box-shadow: none !important;
}

.footer-tagline {
    margin: 0.4rem 0 0 !important;
    color: rgba(248, 250, 252, 0.94) !important;
    font-size: 0.98rem !important;
    font-weight: 750 !important;
    line-height: 1.6 !important;
}

.footer-contact-block {
    display: grid;
    gap: 0.88rem;
    margin-top: 1.3rem;
}

.footer-contact-title {
    color: #ffffff !important;
}

.footer-contact-list {
    display: grid;
    gap: 0.82rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.72rem;
    color: rgba(248, 250, 252, 0.92) !important;
    text-decoration: none;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin-top: 0.22rem;
    flex-shrink: 0;
    color: #ffffff;
}

.footer-contact-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.footer-contact-copy {
    color: rgba(248, 250, 252, 0.92);
    font-size: 0.94rem;
    font-weight: 560;
    line-height: 1.65;
}

.footer-column-stack {
    display: grid;
    gap: 1.3rem;
}

.footer-stack-section {
    display: grid;
    gap: 0.58rem;
}

.footer-title {
    color: #ffffff !important;
    font-size: 0.78rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

.footer-link-list {
    display: grid;
    gap: 0.74rem !important;
}

.footer-link-list a,
.footer-login-list a {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.62rem;
    color: rgba(248, 250, 252, 0.94) !important;
    font-size: 0.96rem !important;
    font-weight: 620 !important;
    line-height: 1.5 !important;
    text-decoration: none;
}

.footer-link-list a::before,
.footer-login-list a::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    margin-top: 0.42rem;
    flex-shrink: 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.96;
}

.footer-link-list a::after,
.footer-login-list a::after {
    display: none !important;
}

.footer-link-list a:hover,
.footer-login-list a:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}

.footer-bottom {
    width: min(1180px, calc(100% - 56px)) !important;
    max-width: 1180px !important;
    margin: 0.9rem auto 0 !important;
    padding-top: 0.95rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    justify-content: center;
    gap: 0.8rem 1.35rem;
}

.footer-bottom-item {
    color: rgba(226, 232, 240, 0.76) !important;
    font-size: 0.79rem !important;
    font-weight: 680 !important;
}

.footer-bottom-highlight {
    color: #d22128 !important;
    font-weight: 850 !important;
}

@media (max-width: 1180px) {
    .footer-links-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-column-brand {
        grid-column: span 2;
        padding-right: 0;
    }

    .footer-column-stack {
        grid-column: span 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-process-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .public-feedback-slide {
        flex-basis: min(72vw, 380px);
    }
}

@media (max-width: 720px) {
    .site-shell .container {
        width: calc(100% - 28px) !important;
    }

    .site-shell main > section + section,
    .site-shell main > section + div,
    .site-shell main > div + section,
    .site-shell main > div + div,
    .apply-uploaded > header + section,
    .apply-uploaded > section + section {
        margin-top: 0.85rem;
    }

    .footer-cta > .container,
    .footer-frame > .container,
    .footer-bottom {
        width: calc(100% - 28px) !important;
    }

    .footer-cta-shell {
        padding: 1.2rem 1rem !important;
    }

    .footer-cta-shell::before {
        inset: 0 auto auto 1rem !important;
    }

    .footer-cta-copy {
        padding-left: 0.35rem;
        padding-right: 0;
    }

    .footer-column-brand .site-logo-image {
        width: 92px !important;
    }

    .footer-column-brand .brand-copy strong {
        font-size: 1.34rem !important;
    }

    .footer-legal-name {
        font-size: 0.78rem !important;
    }

    .footer-links-shell {
        grid-template-columns: 1fr;
        padding: 1rem !important;
    }

    .home-section-frame {
        padding: 1rem 0 !important;
    }

    .footer-column-stack {
        grid-template-columns: 1fr;
    }

    .footer-contact-copy {
        font-size: 0.88rem;
    }

    .public-process-card {
        gap: 0.58rem;
        padding: 0.78rem !important;
    }

    .public-process-badge {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        font-size: 0.76rem !important;
    }

    .public-feedback-toolbar {
        justify-content: flex-start;
    }

    .public-feedback-slide {
        flex-basis: min(84vw, 320px);
    }
}

/* Homepage showcase slider */
.home-showcase {
    padding-top: 1.5rem !important;
    padding-bottom: 2.35rem !important;
}

.home-showcase-slider {
    display: grid;
    gap: 1rem;
}

.home-showcase-stage {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    align-items: center;
    gap: 0.9rem;
}

.home-showcase-card {
    position: relative;
    overflow: hidden;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 247, 247, 0.98) 58%, rgba(255, 255, 255, 0.99)),
        radial-gradient(circle at center, rgba(176, 18, 23, 0.05), transparent 40%);
    box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
}

.home-showcase-track {
    position: relative;
    min-height: 540px;
}

.home-showcase-slide {
    inset: 0;
}

.home-showcase-grid {
    display: grid;
    grid-template-columns: minmax(250px, 0.85fr) minmax(0, 1.1fr) minmax(250px, 0.85fr);
    gap: 1.15rem;
    align-items: center;
    min-height: 540px;
}

.home-showcase-media {
    position: relative;
    display: grid;
    gap: 1rem;
    align-content: start;
    min-height: 100%;
}

.home-showcase-logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(176, 18, 23, 0.12);
    box-shadow: 0 16px 32px rgba(17, 17, 17, 0.08);
}

.home-showcase-logo-badge img {
    width: 48px;
    height: auto;
}

.home-showcase-logo-badge-right {
    justify-self: end;
}

.home-showcase-visual {
    position: relative;
    min-height: 410px;
    padding: 0.5rem 0 0;
}

.home-showcase-visual::before {
    content: "";
    position: absolute;
    inset: 0.65rem 1rem 3.2rem 0.35rem;
    border: 4px solid #d21820;
    border-right-width: 6px;
    border-radius: 92px 28px 108px 28px;
    background:
        radial-gradient(circle at 28% 30%, rgba(255, 255, 255, 0.78), transparent 22%),
        radial-gradient(circle at 44% 65%, rgba(255, 212, 82, 0.32), transparent 26%),
        linear-gradient(135deg, rgba(103, 153, 57, 0.96), rgba(31, 70, 26, 0.94) 62%, rgba(17, 17, 17, 0.88));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.home-showcase-visual::after {
    content: "";
    position: absolute;
    inset: auto 2.1rem 0.2rem 2.1rem;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d21820, #f06c2f, #3fb66f, #356de6);
}

.home-showcase-visual-shell {
    position: absolute;
    right: 0.6rem;
    bottom: 3.55rem;
    z-index: 1;
    display: grid;
    gap: 0.42rem;
    width: min(100%, 235px);
    padding: 1rem 1rem 1.05rem;
    border-radius: 26px 26px 24px 24px;
    background: linear-gradient(180deg, rgba(21, 24, 43, 0.96), rgba(29, 30, 46, 0.95));
    color: #ffffff;
    box-shadow: 0 22px 34px rgba(17, 17, 17, 0.22);
}

.home-showcase-visual-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-showcase-visual-shell strong {
    color: #ffffff;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1;
}

.home-showcase-visual-shell span:last-child {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.86rem;
    line-height: 1.45;
}

.home-showcase-metric {
    position: absolute;
    left: 1rem;
    bottom: 0;
    z-index: 1;
    display: grid;
    gap: 0.18rem;
    width: min(100%, 205px);
    padding: 0.95rem 1rem 1rem;
    border-radius: 0 24px 24px 24px;
    background: linear-gradient(180deg, rgba(25, 27, 45, 0.98), rgba(32, 34, 51, 0.97));
    color: #ffffff;
    box-shadow: 0 18px 30px rgba(17, 17, 17, 0.2);
}

.home-showcase-metric strong {
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1;
}

.home-showcase-metric span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    line-height: 1.35;
}

.home-showcase-copy {
    display: grid;
    gap: 1rem;
    align-content: center;
}

.home-showcase-copy-top {
    display: grid;
    gap: 0.75rem;
}

.home-showcase-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    color: #b01217;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-showcase-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #d21820;
}

.home-showcase-copy h1 {
    margin: 0;
    max-width: 12ch;
    color: #101828;
    font-size: clamp(2.15rem, 3.45vw, 3.4rem);
    font-weight: 900;
    line-height: 1.04;
}

.home-showcase-copy p {
    margin: 0;
    max-width: 48ch;
    color: #4e5a67;
    font-size: 0.98rem;
    line-height: 1.72;
}

.home-showcase-highlight {
    display: grid;
    gap: 0.14rem;
}

.home-showcase-highlight strong {
    color: #d21820;
    font-size: clamp(2.55rem, 4vw, 4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.home-showcase-highlight span {
    color: #171717;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.home-showcase-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.home-showcase-pill-row span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.52rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #ffffff;
    color: #171717;
    font-size: 0.8rem;
    font-weight: 800;
}

.home-showcase-media-right {
    justify-items: end;
}

.home-showcase-stack {
    display: grid;
    gap: 0.8rem;
    width: 100%;
}

.home-showcase-mini-card {
    display: grid;
    gap: 0.32rem;
    padding: 1rem 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 246, 246, 0.95));
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.06);
}

.home-showcase-mini-card strong {
    margin: 0;
    color: #171717;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.3;
}

.home-showcase-mini-card span {
    color: #5a6672;
    font-size: 0.84rem;
    line-height: 1.58;
}

.home-showcase-mini-card-soft {
    background: linear-gradient(180deg, rgba(255, 245, 245, 0.96), rgba(255, 255, 255, 0.98));
}

.home-showcase-mini-card-note {
    background: linear-gradient(180deg, rgba(248, 249, 255, 0.98), rgba(255, 255, 255, 0.98));
}

.home-showcase-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #171717;
    font-size: 1.35rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.home-showcase-arrow:hover {
    transform: translateY(-2px);
    border-color: rgba(176, 18, 23, 0.18);
    box-shadow: 0 16px 28px rgba(17, 17, 17, 0.1);
}

.home-showcase-footer {
    display: flex;
    justify-content: center;
}

.home-showcase-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
}

.home-showcase-dot {
    min-height: 42px;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #5a6672;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    transition: transform var(--transition), border-color var(--transition), background var(--transition), color var(--transition);
}

.home-showcase-dot.is-active,
.home-showcase-dot:hover {
    background: #b01217;
    border-color: #b01217;
    color: #ffffff;
}

.home-section-frame {
    position: relative;
    padding: clamp(1.45rem, 2.35vw, 2rem) 0 !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.site-shell main > .home-section-frame + .home-section-frame {
    margin-top: clamp(0.25rem, 0.7vw, 0.55rem) !important;
}

.home-section-frame::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d22128 0%, #ff8a00 36%, #67c16f 68%, #2f6ef8 100%);
    pointer-events: none;
}

.home-section-frame::before {
    top: -1px;
}

.public-client-marquee-section {
    padding-top: 1rem !important;
}

.public-client-marquee-section.home-section-frame,
.public-client-marquee-section.home-section-frame ~ .home-section-frame {
    border-top: 0 !important;
}

.public-client-marquee-section.home-section-frame::before,
.public-client-marquee-section.home-section-frame ~ .home-section-frame::before {
    content: none !important;
    display: none !important;
}

.public-client-marquee-shell {
    position: relative;
    overflow: hidden;
    margin-top: 1.2rem;
    padding: 0.4rem 0;
}

.public-client-marquee-shell::before,
.public-client-marquee-shell::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 84px;
    z-index: 2;
    pointer-events: none;
}

.public-client-marquee-shell::before {
    left: 0;
    background: linear-gradient(90deg, rgba(248, 244, 243, 1), rgba(248, 244, 243, 0));
}

.public-client-marquee-shell::after {
    right: 0;
    background: linear-gradient(270deg, rgba(248, 244, 243, 1), rgba(248, 244, 243, 0));
}

.public-client-marquee {
    display: flex;
    width: max-content;
    animation: publicClientMarquee 48s linear infinite;
    will-change: transform;
}

.public-client-marquee-track {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    padding-right: 1rem;
}

.public-client-marquee-shell:hover .public-client-marquee {
    animation-play-state: paused;
}

.public-client-logo-card {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 240px;
    padding: 0.95rem 1rem;
    border-radius: 22px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.06);
}

.public-client-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 18px;
    background: linear-gradient(145deg, #d1161d, #111827);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.public-client-logo-mark-image {
    width: 116px;
    height: 58px;
    padding: 0.45rem 0.7rem;
    border-radius: 16px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.public-client-logo-mark-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.public-client-logo-copy {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.public-client-logo-copy strong {
    color: #111827;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.25;
}

.public-client-logo-copy span {
    color: #5f6b75;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@keyframes publicClientMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-client-marquee {
        animation: none;
    }
}

@media (max-width: 1180px) {
    .home-showcase-stage {
        grid-template-columns: 48px minmax(0, 1fr) 48px;
    }

    .home-showcase-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        min-height: auto;
    }

    .home-showcase-copy {
        order: 1;
    }

    .home-showcase-media-left {
        order: 2;
    }

    .home-showcase-media-right {
        order: 3;
        justify-items: stretch;
    }

    .home-showcase-logo-badge-right {
        justify-self: start;
    }

    .home-showcase-copy h1 {
        max-width: 14ch;
    }

    .home-showcase-visual {
        min-height: 320px;
    }

    .home-showcase-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-showcase-mini-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .public-client-logo-card {
        min-width: 232px;
        padding: 0.95rem 1rem;
    }
}

@media (max-width: 720px) {
    .home-showcase {
        padding-top: 1.2rem !important;
        padding-bottom: 1.6rem !important;
    }

    .home-showcase-stage {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 0.55rem;
    }

    .home-showcase-card {
        padding: 0.8rem;
        border-radius: 24px;
    }

    .home-showcase-track {
        min-height: 0;
    }

    .home-showcase-grid {
        gap: 0.85rem;
    }

    .home-showcase-copy h1 {
        max-width: none;
        font-size: clamp(1.8rem, 9vw, 2.55rem);
    }

    .home-showcase-copy p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .home-showcase-highlight strong {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .home-showcase-pill-row span {
        min-height: 34px;
        font-size: 0.74rem;
    }

    .home-showcase-logo-badge {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .home-showcase-logo-badge img {
        width: 40px;
    }

    .home-showcase-visual {
        min-height: 280px;
    }

    .home-showcase-visual::before {
        inset: 0.35rem 0.45rem 2.8rem 0.2rem;
        border-radius: 72px 24px 88px 24px;
    }

    .home-showcase-visual-shell {
        right: 0.25rem;
        bottom: 3.05rem;
        width: min(100%, 208px);
        padding: 0.85rem;
    }

    .home-showcase-metric {
        left: 0.5rem;
        width: min(100%, 176px);
        padding: 0.8rem 0.85rem 0.88rem;
    }

    .home-showcase-stack {
        grid-template-columns: 1fr;
    }

    .home-showcase-arrow {
        width: 42px;
        height: 42px;
        font-size: 1.05rem;
    }

    .home-showcase-dot {
        min-height: 38px;
        padding: 0.62rem 0.82rem;
        font-size: 0.74rem;
    }

    .public-client-marquee-shell::before,
    .public-client-marquee-shell::after {
        width: 42px;
    }

    .public-client-logo-card {
        min-width: 206px;
        gap: 0.72rem;
        padding: 0.82rem 0.9rem;
        border-radius: 18px;
    }

    .public-client-logo-mark {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 0.9rem;
    }

    .public-client-logo-mark-image {
        width: 96px;
        height: 50px;
        padding: 0.35rem 0.55rem;
    }

    .public-client-logo-copy strong {
        font-size: 0.9rem;
    }

    .public-client-logo-copy span {
        font-size: 0.74rem;
    }
}

/* Final mobile drawer navigation cleanup */
@media (max-width: 1180px) {
    body.nav-open::before {
        background: rgba(15, 23, 42, 0.3);
        backdrop-filter: blur(7px);
    }

    .site-shell .site-header .site-nav {
        right: calc(-1 * (min(380px, calc(100vw - 10px)) + 22px)) !important;
        width: min(380px, calc(100vw - 10px)) !important;
        padding: 5.1rem 0.95rem 1.2rem !important;
        justify-content: stretch !important;
        justify-items: stretch !important;
        border-radius: 30px 0 0 30px !important;
        border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
        background:
            radial-gradient(circle at top right, rgba(210, 33, 40, 0.09), transparent 30%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 244, 244, 0.99) 58%, rgba(246, 251, 247, 0.99)) !important;
        box-shadow: -24px 0 52px rgba(15, 23, 42, 0.16) !important;
    }

    .site-shell .site-header .site-nav.is-open {
        right: 0 !important;
    }

    .site-shell .site-header .nav-list {
        display: grid !important;
        width: 100%;
        gap: 0.48rem !important;
        justify-content: stretch !important;
        justify-items: stretch !important;
        align-items: stretch !important;
        align-self: stretch !important;
        justify-self: stretch !important;
    }

    .site-shell .site-header .nav-list > li {
        width: 100%;
        justify-self: stretch !important;
    }

    .site-shell .site-header .nav-list > li > a,
    .site-shell .site-header .nav-list > li > .nav-link {
        display: flex !important;
        width: 100% !important;
        align-items: center;
        justify-content: flex-start !important;
        min-height: 54px !important;
        padding: 0.9rem 1rem !important;
        border: 1px solid rgba(17, 17, 17, 0.08) !important;
        border-radius: 18px !important;
        color: #0f172a !important;
        font-size: 0.92rem !important;
        font-weight: 850 !important;
        letter-spacing: 0.02em !important;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04) !important;
    }

    .site-shell .site-header .nav-list > li:nth-child(5n + 1) > a,
    .site-shell .site-header .nav-list > li:nth-child(5n + 1) > .nav-link {
        background: linear-gradient(180deg, #fff8f8, #fff2f2) !important;
    }

    .site-shell .site-header .nav-list > li:nth-child(5n + 2) > a,
    .site-shell .site-header .nav-list > li:nth-child(5n + 2) > .nav-link {
        background: linear-gradient(180deg, #fffaf5, #fff4ec) !important;
    }

    .site-shell .site-header .nav-list > li:nth-child(5n + 3) > a,
    .site-shell .site-header .nav-list > li:nth-child(5n + 3) > .nav-link {
        background: linear-gradient(180deg, #fafbff, #f2f6ff) !important;
    }

    .site-shell .site-header .nav-list > li:nth-child(5n + 4) > a,
    .site-shell .site-header .nav-list > li:nth-child(5n + 4) > .nav-link {
        background: linear-gradient(180deg, #f8fffb, #effbf4) !important;
    }

    .site-shell .site-header .nav-list > li:nth-child(5n) > a,
    .site-shell .site-header .nav-list > li:nth-child(5n) > .nav-link {
        background: linear-gradient(180deg, #fffdf7, #fff9eb) !important;
    }

    .site-shell .site-header .nav-list > li > a.active,
    .site-shell .site-header .nav-list > li > .nav-link.active,
    .site-shell .site-header .nav-list > li > a:hover,
    .site-shell .site-header .nav-list > li > .nav-link:hover {
        color: #b01217 !important;
        border-color: rgba(176, 18, 23, 0.18) !important;
    }

    .site-shell .site-header .has-mega > .nav-link::after {
        color: #b01217 !important;
        font-size: 1rem !important;
    }

    .site-shell .site-header .has-mega[data-open="true"] > .nav-link::after {
        color: #b01217 !important;
    }

    .site-shell .site-header .mega-menu,
    .site-shell .site-header .mega-menu-sm {
        width: 100% !important;
        margin-top: 0.18rem !important;
        padding: 0.15rem 0 0.3rem !important;
        gap: 0.45rem !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .site-shell .site-header .has-mega[data-open="true"] > .mega-menu,
    .site-shell .site-header .has-mega[data-open="true"] > .mega-menu-sm {
        display: grid !important;
    }

    .site-shell .site-header .mega-columns,
    .site-shell .site-header .mega-links,
    .site-shell .site-header .mega-column {
        display: grid !important;
        width: 100%;
        gap: 0.35rem !important;
    }

    .site-shell .site-header .mega-heading {
        width: 100%;
        padding: 0.5rem 0.95rem 0.1rem !important;
        color: #6b7280 !important;
        font-size: 0.7rem !important;
        font-weight: 850 !important;
        letter-spacing: 0.14em !important;
    }

    .site-shell .site-header .mega-column a,
    .site-shell .site-header .mega-links a {
        display: block !important;
        width: 100% !important;
        padding: 0.8rem 0.95rem !important;
        border: 1px solid rgba(17, 17, 17, 0.08) !important;
        border-left: 0 !important;
        border-radius: 16px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        color: #0f172a !important;
        font-size: 0.88rem !important;
        font-weight: 760 !important;
        line-height: 1.45 !important;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04) !important;
    }

    .site-shell .site-header .mega-column a:hover,
    .site-shell .site-header .mega-links a:hover {
        color: #b01217 !important;
        border-color: rgba(176, 18, 23, 0.18) !important;
        background: #fff7f7 !important;
    }

    .site-shell .site-header .nav-cta {
        width: 100%;
        gap: 0.7rem !important;
        margin-top: 0.55rem !important;
        padding-top: 0.95rem !important;
        border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
        justify-content: stretch !important;
        justify-items: stretch !important;
        align-self: stretch !important;
        justify-self: stretch !important;
    }

    .site-shell .site-header .nav-cta .button,
    .site-shell .site-header .nav-cta .button-outline,
    .site-shell .site-header .nav-cta .header-verify-link {
        width: 100% !important;
        min-height: 50px !important;
        border-radius: 16px !important;
    }

    .site-shell .site-header .nav-cta .header-verify-link {
        background: #ffffff !important;
        color: #0f172a !important;
        border: 1px solid rgba(17, 17, 17, 0.1) !important;
    }
}

/* Final homepage hero 70/30 split with quote form */
.home-showcase {
    position: relative;
    padding-top: 1.2rem !important;
    padding-bottom: 1.9rem !important;
    border-bottom: 3px solid #16a34a;
}

.home-showcase-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.95fr) minmax(300px, 0.7fr);
    gap: 1rem;
    align-items: stretch;
}

.home-showcase-slider {
    display: grid;
    gap: 0.85rem;
    min-width: 0;
}

.home-showcase-stage {
    position: relative;
    display: block;
}

.home-showcase-card {
    padding: 0;
    aspect-ratio: 16 / 9;
    min-height: clamp(390px, 31vw, 455px);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.home-showcase-track {
    position: relative;
    min-height: 100%;
    height: 100%;
}

.home-showcase-slide {
    display: none;
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    animation: homeShowcaseSlideFade 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-showcase-slide.is-active {
    display: block;
}

.home-showcase-image-slide {
    min-height: 100%;
}

.home-showcase-image-frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: clamp(390px, 31vw, 455px);
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.26), transparent 26%),
        linear-gradient(180deg, #ecf4fb, #d9e8f6);
}

.home-showcase-image-frame::before {
    content: "";
    position: absolute;
    inset: -12%;
    background:
        radial-gradient(circle at 16% 28%, rgba(10, 174, 95, 0.22), transparent 24%),
        radial-gradient(circle at 82% 24%, rgba(8, 58, 119, 0.2), transparent 28%),
        radial-gradient(circle at 70% 78%, rgba(255, 45, 32, 0.15), transparent 24%);
    filter: blur(36px);
    opacity: 0.72;
    mix-blend-mode: screen;
    animation: homeShowcaseBlurDrift 12s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 1;
}

.home-showcase-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.03), rgba(15, 23, 42, 0.1));
    pointer-events: none;
    z-index: 2;
}

.home-showcase-hero-image {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    filter: saturate(1.02) contrast(1.01);
}

.home-showcase-image-slide.is-active .home-showcase-hero-image {
    animation: homeShowcaseImageResolve 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-showcase-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 0.85rem;
    align-items: stretch;
    min-height: 100%;
    padding: 0.95rem;
}

.home-showcase-copy {
    align-content: space-between;
    gap: 0.8rem;
    min-width: 0;
    padding: 0.1rem 0.1rem 0.05rem;
}

.home-showcase-copy-top {
    gap: 0.56rem;
}

.home-showcase-copy h1 {
    max-width: 15ch;
    font-size: clamp(1.72rem, 2.45vw, 2.45rem);
    line-height: 1.02;
}

.home-showcase-copy p {
    max-width: 60ch;
    font-size: 0.86rem;
    line-height: 1.52;
}

.home-showcase-highlight strong {
    font-size: clamp(1.38rem, 1.75vw, 1.72rem);
    font-weight: 700;
}

.home-showcase-highlight span {
    font-size: 0.88rem;
}

.home-showcase-pill-row {
    gap: 0.5rem;
}

.home-showcase-pill-row span {
    min-height: 32px;
    padding: 0.44rem 0.72rem;
    font-size: 0.72rem;
}

.home-showcase-slider .button-row {
    gap: 0.7rem;
}

.home-showcase-slider .button-row .button,
.home-showcase-slider .button-row .button-outline {
    min-height: 46px;
    font-size: 0.92rem !important;
}

.home-showcase-visual-column {
    display: grid;
    min-width: 0;
}

.home-showcase-visual-panel {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 0.72rem;
    min-height: 100%;
    padding: 0.9rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(210, 33, 40, 0.09), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 242, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.home-showcase-visual-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
}

.home-showcase-visual-column .home-showcase-logo-badge {
    width: 58px;
    height: 58px;
    border-radius: 18px;
}

.home-showcase-visual-column .home-showcase-logo-badge img {
    width: 38px;
}

.home-showcase-visual-column .home-showcase-metric {
    position: static;
    width: auto;
    min-width: 126px;
    padding: 0.8rem 0.85rem;
    border-radius: 18px;
}

.home-showcase-visual-column .home-showcase-metric strong {
    font-size: 1.3rem;
}

.home-showcase-visual-column .home-showcase-metric span {
    font-size: 0.76rem;
}

.home-showcase-visual-shell {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 0.88rem 0.9rem 0.95rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 30%),
        linear-gradient(145deg, rgba(27, 30, 51, 0.98), rgba(18, 21, 38, 0.98) 62%, rgba(176, 18, 23, 0.92));
}

.home-showcase-visual-shell strong {
    font-size: clamp(1.22rem, 1.45vw, 1.48rem);
}

.home-showcase-visual-shell span:last-child {
    font-size: 0.78rem;
    line-height: 1.4;
}

.home-showcase-summary-list {
    display: grid;
    gap: 0.55rem;
    align-content: start;
}

.home-showcase-summary-card {
    display: grid;
    gap: 0.28rem;
    padding: 0.8rem 0.88rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.home-showcase-summary-card strong {
    color: #0f172a;
    font-size: 0.86rem;
    font-weight: 820;
    line-height: 1.25;
}

.home-showcase-summary-card span {
    color: #5b6b63;
    font-size: 0.74rem;
    line-height: 1.45;
}

.home-showcase-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
}

.home-showcase-arrow-prev {
    left: 0.9rem;
}

.home-showcase-arrow-next {
    right: 0.9rem;
}

.home-showcase-footer {
    justify-content: center;
    padding-left: 0;
}

.home-showcase-dots {
    justify-content: center;
    gap: 0.5rem;
}

.home-showcase-dot {
    min-width: 44px;
    min-height: 40px;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
}

@keyframes homeShowcaseSlideFade {
    from {
        opacity: 0;
        filter: blur(16px);
    }

    to {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes homeShowcaseImageResolve {
    from {
        opacity: 0.6;
        filter: blur(18px) saturate(1.1) brightness(0.97);
    }

    to {
        opacity: 1;
        filter: blur(0) saturate(1.02) contrast(1.01);
    }
}

@keyframes homeShowcaseBlurDrift {
    0% {
        transform: translate3d(-2%, 0, 0);
        opacity: 0.66;
    }

    50% {
        transform: translate3d(1.5%, -1.75%, 0);
        opacity: 0.82;
    }

    100% {
        transform: translate3d(2.25%, 1.5%, 0);
        opacity: 0.7;
    }
}

.home-quote-card {
    display: grid;
    align-content: start;
    gap: 1rem;
    min-height: clamp(390px, 31vw, 455px);
    padding: 1.15rem 1.15rem 1.1rem !important;
    border-radius: 30px !important;
    background:
        radial-gradient(circle at top right, rgba(16, 166, 95, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 244, 244, 0.98)) !important;
}

.home-quote-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.9rem;
}

.home-quote-copy h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.38rem;
    font-weight: 900;
    line-height: 1.06;
}

.home-quote-copy p {
    margin: 0.42rem 0 0;
    color: #5b6b63;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.45;
}

.home-quote-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 30px;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(16, 166, 95, 0.24);
    background: rgba(236, 255, 244, 0.96);
    color: #10a65f;
    font-size: 0.88rem;
    font-weight: 850;
}

.home-quote-form {
    display: grid;
    gap: 0.7rem;
    height: 100%;
    align-content: start;
}

.home-quote-form label,
.home-quote-more-grid label {
    display: grid;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 850;
    color: #0f172a;
}

.home-quote-form input,
.home-quote-form select,
.home-quote-form textarea {
    width: 100%;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 16px;
    background: #ffffff;
    color: #14243b;
    font-size: 0.92rem;
    font-weight: 650;
}

.home-quote-form select {
    appearance: auto;
}

.home-quote-form textarea {
    min-height: 70px;
    resize: vertical;
}

.home-quote-more {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    padding-top: 0.15rem;
}

.home-quote-more summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    color: #10a65f;
    font-size: 0.95rem;
    font-weight: 850;
    padding: 0.25rem 0 0.1rem;
}

.home-quote-more summary::-webkit-details-marker {
    display: none;
}

.home-quote-more summary::after {
    content: "\25BE";
    color: #5b6b63;
    font-size: 0.95rem;
    transition: transform var(--transition);
}

.home-quote-more[open] summary::after {
    transform: rotate(180deg);
}

.home-quote-more-grid {
    display: grid;
    gap: 0.78rem;
    margin-top: 0.72rem;
}

.home-quote-more-full {
    width: 100%;
}

.home-quote-form .button {
    width: 100%;
    min-height: 50px;
    margin-top: auto;
}

.home-quote-note {
    margin: -0.15rem 0 0;
    color: #5b6b63;
    font-size: 0.86rem;
    font-weight: 750;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 1180px) {
    .home-showcase-shell {
        grid-template-columns: 1fr;
    }

    .home-showcase-card,
    .home-showcase-grid,
    .home-quote-card {
        min-height: 0;
    }

    .home-showcase-card {
        aspect-ratio: 16 / 10;
    }

    .home-showcase-grid {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .home-showcase-copy {
        align-content: start;
    }

    .home-showcase-copy h1 {
        max-width: 14ch;
    }

    .home-showcase-visual-panel {
        min-height: 0;
    }

    .home-quote-card {
        padding: 1rem !important;
    }

    .home-showcase-image-frame {
        min-height: clamp(320px, 56vw, 460px);
    }
}

@media (max-width: 720px) {
    .home-showcase-card {
        border-radius: 24px;
        aspect-ratio: auto;
    }

    .home-showcase-grid {
        padding: 0.88rem;
    }

    .home-showcase-copy h1 {
        max-width: none;
        font-size: clamp(1.65rem, 8vw, 2.15rem);
    }

    .home-showcase-copy p {
        font-size: 0.84rem;
    }

    .home-showcase-highlight strong {
        font-size: clamp(1.28rem, 6.2vw, 1.6rem);
    }

    .home-showcase-visual-column .home-showcase-logo-badge {
        width: 56px;
        height: 56px;
    }

    .home-showcase-visual-column .home-showcase-logo-badge img {
        width: 38px;
    }

    .home-showcase-image-frame {
        min-height: clamp(220px, 58vw, 320px);
    }

    .home-showcase-dot {
        min-width: 38px;
        min-height: 36px;
        padding: 0.48rem 0.62rem;
        font-size: 0.7rem;
    }

    .home-showcase-visual-column .home-showcase-metric {
        min-width: 118px;
        padding: 0.8rem 0.85rem;
    }

    .home-showcase-arrow {
        width: 40px;
        height: 40px;
    }

    .home-showcase-arrow-prev {
        left: 0.65rem;
    }

    .home-showcase-arrow-next {
        right: 0.65rem;
    }

    .home-quote-copy h2 {
        font-size: 1.36rem;
    }
}

/* Final green animated verify button in header */
.site-shell .site-header .header-verify-link {
    position: relative;
    overflow: hidden;
    color: #ffffff !important;
    border: 1px solid #16a34a !important;
    background: linear-gradient(135deg, #22c55e, #15803d) !important;
    box-shadow: 0 14px 28px rgba(22, 163, 74, 0.22) !important;
    animation: headerVerifyPulse 2.6s ease-in-out infinite;
}

.site-shell .site-header .nav-cta .header-verify-link,
.site-shell .site-header .nav-cta .button {
    min-height: 52px !important;
    padding: 0.92rem 1.45rem !important;
    line-height: 1 !important;
}

.site-shell .site-header .header-verify-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -140%;
    width: 58%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    animation: headerVerifySheen 3.1s ease-in-out infinite;
}

.site-shell .site-header .header-verify-link:hover,
.site-shell .site-header .header-verify-link.active {
    color: #ffffff !important;
    border-color: #15803d !important;
    background: linear-gradient(135deg, #16a34a, #166534) !important;
    box-shadow: 0 18px 34px rgba(22, 163, 74, 0.28) !important;
    transform: translateY(-1px);
}

@keyframes headerVerifyPulse {
    0%,
    100% {
        box-shadow: 0 14px 28px rgba(22, 163, 74, 0.2);
    }

    50% {
        box-shadow: 0 18px 34px rgba(22, 163, 74, 0.32);
    }
}

@keyframes headerVerifySheen {
    0%,
    70%,
    100% {
        left: -140%;
    }

    35% {
        left: 125%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-shell .site-header .header-verify-link,
    .site-shell .site-header .header-verify-link::before {
        animation: none !important;
    }
}

.site-shell .site-header {
    border-bottom: 3px solid #16a34a !important;
}

/* Accreditation page and resource modal */
.accreditation-hero {
    padding: 2.9rem 0 2.4rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 28%),
        linear-gradient(135deg, #cf3f3f, #b61f25 58%, #98161c);
    color: #ffffff;
}

.accreditation-hero-shell {
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    text-align: center;
}

.accreditation-hero-eyebrow {
    color: rgba(255, 255, 255, 0.86) !important;
}

.accreditation-hero-eyebrow::before {
    background: linear-gradient(135deg, #ffffff, #bbf7d0) !important;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14) !important;
}

.accreditation-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 850;
    line-height: 1.05;
}

.accreditation-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.accreditation-breadcrumb a:hover {
    color: #ffffff;
}

.accreditation-heading {
    max-width: 980px;
}

.accreditation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
    gap: 1.25rem;
    justify-content: start;
}

.accreditation-card {
    display: grid;
    gap: 1rem;
    padding: 1.45rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(210, 33, 40, 0.06), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.97));
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.accreditation-card-badge {
    display: grid;
    justify-items: start;
    gap: 0.75rem;
}

.accreditation-badge-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 112px;
    padding: 1rem;
    border-radius: 28px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background:
        radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.9), transparent 22%),
        linear-gradient(135deg, rgba(30, 169, 216, 0.12), rgba(255, 255, 255, 0.98) 64%);
    color: #1379b7;
    font-size: 1.42rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.accreditation-card-copy {
    display: grid;
    gap: 0.55rem;
}

.accreditation-card-copy h3 {
    margin: 0;
    color: #111827;
    font-size: 1.38rem;
    font-weight: 820;
}

.accreditation-card-standard {
    margin: 0;
    color: #d22128;
    font-size: 1rem;
    font-weight: 760;
}

.accreditation-card-scheme {
    color: #1f2937;
    font-size: 0.92rem;
    font-weight: 780;
    line-height: 1.5;
}

.accreditation-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.accreditation-card-actions .button,
.accreditation-card-actions .button-outline {
    min-height: 46px;
    padding: 0.82rem 1.25rem;
}

.accreditation-verify-action {
    color: #111827 !important;
    border-color: rgba(17, 17, 17, 0.12) !important;
    background: #ffffff !important;
}

.accreditation-verify-action:hover {
    color: #111827 !important;
    border-color: rgba(17, 17, 17, 0.2) !important;
    background: #ffffff !important;
}

.resource-modal-open {
    overflow: hidden;
}

.resource-modal {
    position: fixed;
    inset: 0;
    z-index: 1250;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(6, 28, 61, 0.46);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.resource-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.resource-modal-dialog {
    width: min(1100px, 100%);
    max-height: calc(100vh - 48px);
}

.resource-modal-frame {
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(210, 33, 40, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 249, 252, 0.98));
    box-shadow: 0 34px 110px rgba(6, 28, 61, 0.22);
}

.resource-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.resource-modal-copy {
    display: grid;
    gap: 0.3rem;
}

.resource-modal-copy h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.resource-modal-copy p {
    margin: 0;
    color: #5b6b63;
}

.resource-modal-close {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 16px;
    background: rgba(8, 58, 119, 0.08);
    color: var(--brand-navy);
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition);
}

.resource-modal-close:hover {
    background: rgba(8, 58, 119, 0.14);
    transform: translateY(-2px);
}

.resource-modal-viewer {
    overflow: hidden;
    min-height: min(72vh, 760px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 22px;
    background: #ffffff;
}

.resource-modal-viewer iframe {
    display: block;
    width: 100%;
    height: min(72vh, 760px);
    border: 0;
    background: #ffffff;
}

.resource-modal-note {
    margin: 0;
    color: #5b6b63;
    font-size: 0.86rem;
}

.resource-modal-note a {
    color: #b01217;
    font-weight: 800;
}

@media (max-width: 900px) {
    .accreditation-card-actions .button,
    .accreditation-card-actions .button-outline {
        flex: 1 1 220px;
    }

    .resource-modal {
        padding: 12px;
    }

    .resource-modal-dialog {
        max-height: calc(100vh - 24px);
    }

    .resource-modal-frame {
        padding: 1rem;
        border-radius: 22px;
    }

    .resource-modal-head {
        align-items: center;
    }

    .resource-modal-close {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 1.5rem;
    }

    .resource-modal-viewer,
    .resource-modal-viewer iframe {
        min-height: 62vh;
        height: 62vh;
    }
}

/* Final footer theme alignment */
.site-footer {
    padding: 1.15rem 0 0 !important;
    border-top: 3px solid #16a34a !important;
    background:
        radial-gradient(circle at top left, rgba(22, 163, 74, 0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(210, 33, 40, 0.06), transparent 26%),
        linear-gradient(180deg, #fcfdfd 0%, #f6faf9 100%) !important;
}

.footer-frame {
    background: transparent !important;
}

.footer-shell {
    padding-top: 1.15rem !important;
}

.footer-links-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 0.95fr) minmax(0, 1.1fr) !important;
    gap: 1.9rem !important;
    padding: 1.25rem 0 0.75rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.footer-links-shell::before,
.footer-panel::before,
.footer-links-shell::after {
    content: none !important;
}

.footer-column {
    gap: 0.8rem !important;
}

.brand-footer {
    align-items: center !important;
    gap: 0.95rem !important;
}

.brand-footer .brand-copy {
    gap: 0.2rem !important;
}

.footer-column-brand .brand-copy strong {
    color: #111111 !important;
}

.footer-legal-name {
    display: none !important;
}

.footer-kicker {
    margin-top: 0.15rem !important;
    color: #4b5563 !important;
}

.footer-tagline {
    max-width: 32ch;
    color: #4f5f67 !important;
}

.footer-title {
    color: #111827 !important;
    font-size: 1rem !important;
    font-weight: 820 !important;
    letter-spacing: 0.01em !important;
    margin-bottom: 0.1rem !important;
}

.footer-link-list {
    display: grid !important;
    gap: 0.34rem !important;
}

.footer-link-list a {
    position: relative !important;
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 0.45rem !important;
    padding: 0.14rem 0 0.14rem 1.15rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #334155 !important;
    font-weight: 670 !important;
    line-height: 1.55 !important;
    transform: none !important;
}

.footer-link-list a::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.92em !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #16a34a, #22c55e) !important;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12) !important;
    transform: translateY(-50%) !important;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition) !important;
}

.footer-link-list a::after {
    content: none !important;
}

.footer-link-list a:hover {
    color: #b01217 !important;
    transform: translateX(4px) !important;
}

.footer-link-list a:hover::before {
    background: linear-gradient(135deg, #d22128, #f97316) !important;
    box-shadow: 0 0 0 5px rgba(210, 33, 40, 0.14) !important;
    transform: translateY(-50%) scale(1.14) !important;
}

.footer-column-contact {
    gap: 0.95rem !important;
}

.footer-stack-section {
    display: grid !important;
    gap: 0.42rem !important;
}

.footer-stack-section + .footer-stack-section {
    padding-top: 0.9rem !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}

.footer-stack-section-contact + .footer-stack-section {
    margin-top: 0.15rem !important;
}

.footer-contact-list {
    display: grid !important;
    gap: 0.72rem !important;
}

.footer-contact-item {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 0.72rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #334155 !important;
    text-decoration: none !important;
    transition: transform var(--transition), color var(--transition) !important;
}

.footer-contact-item:hover {
    color: #b01217 !important;
    transform: translateX(4px) !important;
}

.footer-contact-icon {
    width: 18px !important;
    height: 18px !important;
    margin-top: 0.18rem !important;
    color: #16a34a !important;
}

.footer-contact-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.footer-contact-copy {
    color: #475569 !important;
    font-weight: 630 !important;
    line-height: 1.62 !important;
}

.footer-bottom {
    margin-top: 0.8rem !important;
    padding: 1rem 0 1.2rem !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
    background: transparent !important;
}

.footer-bottom-item {
    color: #5b6b63 !important;
}

@media (max-width: 1100px) {
    .footer-links-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 1.5rem !important;
    }
}

@media (max-width: 700px) {
    .footer-links-shell {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }

    .footer-tagline {
        max-width: none;
    }
}

/* Mega submenu contrast refinement */
.site-shell .site-header .mega-menu,
.site-shell .site-header .mega-menu-sm {
    background:
        radial-gradient(circle at top right, rgba(22, 163, 74, 0.2), transparent 28%),
        linear-gradient(180deg, rgba(243, 253, 246, 0.99), rgba(232, 249, 237, 0.98)) !important;
    border-color: rgba(22, 163, 74, 0.28) !important;
    box-shadow: 0 24px 46px rgba(22, 163, 74, 0.12) !important;
}

.site-shell .site-header .mega-card {
    background:
        radial-gradient(circle at top right, rgba(22, 163, 74, 0.12), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 252, 244, 0.98)) !important;
    border-color: rgba(22, 163, 74, 0.22) !important;
    box-shadow: 0 14px 28px rgba(22, 163, 74, 0.09) !important;
}

.site-shell .site-header .mega-card h3,
.site-shell .site-header .mega-card .eyebrow,
.site-shell .site-header .mega-card .text-link,
.site-shell .site-header .mega-heading,
.site-shell .site-header .mega-column a,
.site-shell .site-header .mega-links a {
    color: #b01217 !important;
}

.site-shell .site-header .mega-card p {
    color: #355046 !important;
}

.site-shell .site-header .mega-column a,
.site-shell .site-header .mega-links a {
    background:
        linear-gradient(135deg, rgba(22, 163, 74, 0.14), rgba(255, 255, 255, 0.94)) !important;
    border-color: rgba(22, 163, 74, 0.2) !important;
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.07) !important;
    font-weight: 760 !important;
}

.site-shell .site-header .mega-column a:hover,
.site-shell .site-header .mega-links a:hover {
    background:
        linear-gradient(135deg, rgba(22, 163, 74, 0.24), rgba(220, 252, 231, 0.98)) !important;
    border-color: rgba(176, 18, 23, 0.22) !important;
    color: #8e0d12 !important;
}

/* Final footer login row and heading polish */
.footer-title {
    position: relative !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.34rem !important;
    color: #0f172a !important;
    font-size: 0.95rem !important;
    font-weight: 860 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    margin-bottom: 0.18rem !important;
}

.footer-title::after {
    content: "" !important;
    width: 44px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #d22128, #f97316 52%, #16a34a) !important;
    box-shadow: 0 6px 16px rgba(210, 33, 40, 0.12) !important;
}

.footer-login-bar {
    display: grid !important;
    justify-items: center !important;
    gap: 0.85rem !important;
    padding: 0.85rem 0 1rem !important;
}

.footer-login-bar-title {
    position: relative !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.34rem !important;
    color: #0f172a !important;
    font-size: 0.96rem !important;
    font-weight: 860 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

.footer-login-bar-title::after {
    content: "" !important;
    width: 54px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #d22128, #f97316 52%, #16a34a) !important;
    box-shadow: 0 6px 16px rgba(210, 33, 40, 0.12) !important;
}

.footer-login-actions-inline {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
}

.footer-login-button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 190px !important;
    min-height: 52px !important;
    padding: 0.85rem 1.5rem !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition) !important;
    isolation: isolate !important;
}

.footer-login-button::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.55) 50%, transparent 78%) !important;
    transform: translateX(-130%) !important;
    animation: footer-login-sheen-inline 5.2s ease-in-out infinite !important;
    z-index: 0 !important;
}

.footer-login-button:hover {
    transform: translateY(-3px) !important;
}

.footer-login-button-admin {
    border: 1px solid rgba(210, 33, 40, 0.18) !important;
    background: linear-gradient(135deg, #ffffff 0%, #fff5f5 55%, #ffe3e3 100%) !important;
    box-shadow: 0 16px 28px rgba(210, 33, 40, 0.12) !important;
}

.footer-login-button-branch {
    border: 1px solid rgba(22, 163, 74, 0.2) !important;
    background: linear-gradient(135deg, #16a34a 0%, #19b364 55%, #1ecf77 100%) !important;
    box-shadow: 0 18px 30px rgba(22, 163, 74, 0.18) !important;
}

.footer-login-button-admin:hover {
    box-shadow: 0 20px 34px rgba(210, 33, 40, 0.16) !important;
}

.footer-login-button-branch:hover {
    box-shadow: 0 22px 36px rgba(22, 163, 74, 0.24) !important;
}

.footer-login-button-text {
    position: relative !important;
    z-index: 1 !important;
    font-size: 1.02rem !important;
    font-weight: 820 !important;
    letter-spacing: 0.01em !important;
}

.footer-login-button-admin .footer-login-button-text {
    color: #9f1117 !important;
}

.footer-login-button-branch .footer-login-button-text {
    color: #ffffff !important;
}

@keyframes footer-login-sheen-inline {
    0%,
    70%,
    100% {
        transform: translateX(-130%) !important;
    }

    30%,
    45% {
        transform: translateX(130%) !important;
    }
}

@media (max-width: 700px) {
    .footer-login-actions-inline {
        width: 100% !important;
        gap: 0.8rem !important;
    }

    .footer-login-button {
        min-width: min(100%, 280px) !important;
        width: min(100%, 280px) !important;
    }
}

/* Final mega submenu reset */
.site-shell .site-header .mega-menu,
.site-shell .site-header .mega-menu-sm {
    background: #ffffff !important;
    border: 1px solid rgba(210, 33, 40, 0.22) !important;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1) !important;
}

.site-shell .site-header .mega-card {
    background: linear-gradient(180deg, #ffffff, #fff8f8) !important;
    border: 1px solid rgba(210, 33, 40, 0.12) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
}

.site-shell .site-header .mega-card h3,
.site-shell .site-header .mega-card p,
.site-shell .site-header .mega-heading,
.site-shell .site-header .mega-column a,
.site-shell .site-header .mega-links a {
    color: #111827 !important;
}

.site-shell .site-header .mega-card .eyebrow,
.site-shell .site-header .mega-heading {
    color: #b01217 !important;
}

.site-shell .site-header .mega-card .text-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0.7rem 1.1rem !important;
    border-radius: 12px !important;
    background: #b01217 !important;
    border: 1px solid #b01217 !important;
    color: #ffffff !important;
    font-weight: 760 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(176, 18, 23, 0.16) !important;
}

.site-shell .site-header .mega-card .text-link:hover {
    background: #961015 !important;
    border-color: #961015 !important;
    color: #ffffff !important;
}

.site-shell .site-header .mega-column a,
.site-shell .site-header .mega-links a {
    background: #ffffff !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04) !important;
    font-weight: 720 !important;
}

.site-shell .site-header .mega-column a:hover,
.site-shell .site-header .mega-links a:hover {
    background: #fff4f4 !important;
    border-color: rgba(210, 33, 40, 0.2) !important;
    color: #111827 !important;
}

/* Homepage accreditation top layout */
.public-accreditation-grid {
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr) !important;
    gap: 1.35rem !important;
    align-items: start !important;
}

.home-accreditation-section {
    border-top: 0 !important;
}

.home-accreditation-section::before {
    content: none !important;
    display: none !important;
}

.public-accreditation-grid .section-heading {
    margin: 0 !important;
    max-width: 29rem !important;
}

.public-accreditation-grid .section-heading h2 {
    max-width: 12ch !important;
}

.public-accreditation-grid .accreditation-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

.public-accreditation-grid .accreditation-card {
    display: grid !important;
    grid-template-columns: 124px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 1rem 1.1rem !important;
    padding: 1.3rem !important;
}

.public-accreditation-grid .accreditation-card-badge {
    grid-column: 1 !important;
    align-content: start !important;
}

.public-accreditation-grid .accreditation-badge-mark {
    min-width: 108px !important;
    min-height: 108px !important;
}

.public-accreditation-grid .accreditation-card-copy {
    grid-column: 2 !important;
    gap: 0.45rem !important;
}

.public-accreditation-grid .accreditation-card-copy h3 {
    font-size: 1.28rem !important;
}

.public-accreditation-grid .accreditation-card-copy p {
    margin: 0 !important;
}

.public-accreditation-grid .accreditation-card-actions {
    grid-column: 2 !important;
    gap: 0.72rem !important;
}

.public-accreditation-grid .accreditation-card-actions .button,
.public-accreditation-grid .accreditation-card-actions .button-outline {
    min-width: 148px !important;
}

@media (max-width: 1100px) {
    .public-accreditation-grid {
        grid-template-columns: 1fr !important;
    }

    .public-accreditation-grid .section-heading {
        max-width: none !important;
    }

    .public-accreditation-grid .section-heading h2 {
        max-width: 15ch !important;
    }
}

@media (max-width: 760px) {
    .public-accreditation-grid .accreditation-card {
        grid-template-columns: 1fr !important;
        gap: 0.9rem !important;
    }

    .public-accreditation-grid .accreditation-card-badge,
    .public-accreditation-grid .accreditation-card-copy,
    .public-accreditation-grid .accreditation-card-actions {
        grid-column: 1 !important;
    }

    .public-accreditation-grid .accreditation-card-actions .button,
    .public-accreditation-grid .accreditation-card-actions .button-outline {
        min-width: 0 !important;
        flex: 1 1 180px !important;
    }
}

/* Homepage FAQ compact two-column layout */
.home-faq-layout {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr) !important;
    align-items: start !important;
    gap: 1.35rem !important;
}

.home-faq-layout .section-heading {
    margin: 0 !important;
    max-width: 29rem !important;
}

.home-faq-layout .section-heading h2 {
    max-width: 11ch !important;
    margin-bottom: 0 !important;
}

.home-faq-layout .faq-accordion {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.85rem !important;
    align-items: start !important;
}

.home-faq-layout .faq-item {
    border-radius: 20px !important;
}

.home-faq-layout .faq-trigger {
    padding: 1rem 1.12rem !important;
    font-size: 0.97rem !important;
    line-height: 1.35 !important;
}

.home-faq-layout .faq-trigger-icon {
    width: 16px !important;
    height: 16px !important;
}

.home-faq-layout .faq-trigger-icon::before,
.home-faq-layout .faq-trigger-icon::after {
    width: 14px !important;
}

.home-faq-layout .faq-answer {
    padding: 0 1.12rem 1rem !important;
}

.home-faq-layout .faq-answer p {
    font-size: 0.9rem !important;
    line-height: 1.62 !important;
}

@media (max-width: 1100px) {
    .home-faq-layout {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .home-faq-layout .section-heading {
        max-width: none !important;
    }

    .home-faq-layout .section-heading h2 {
        max-width: 15ch !important;
    }
}

@media (max-width: 760px) {
    .home-faq-layout .faq-accordion {
        grid-template-columns: 1fr !important;
    }
}

.media-coverage-section {
    overflow: hidden;
    background:
        radial-gradient(circle at top center, rgba(176, 18, 23, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(241, 247, 255, 0.92), rgba(255, 255, 255, 0.98));
}

.media-coverage-heading {
    max-width: 860px;
}

.media-coverage-heading p {
    max-width: 66ch;
    margin: 0.85rem auto 0;
    color: #5c6773;
}

.media-coverage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 1.75rem;
}

.media-coverage-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, 34rem);
    justify-self: center;
}

.media-coverage-copy {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 0.95rem;
    min-height: 100%;
    padding: 2rem 1.7rem 1.6rem;
    text-align: center;
}

.media-coverage-card {
    --media-accent: #17355e;
    --media-surface: rgba(241, 247, 255, 0.9);
    --media-glow: rgba(23, 53, 94, 0.12);
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(188, 213, 238, 0.8);
    border-radius: 28px;
    background:
        radial-gradient(circle at top center, var(--media-glow), transparent 48%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), var(--media-surface));
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.09);
    text-decoration: none;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.media-coverage-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.08)),
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.88), transparent 58%);
    pointer-events: none;
}

.media-coverage-card:hover,
.media-coverage-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(138, 180, 221, 0.95);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.media-coverage-card:focus-visible {
    outline: 3px solid rgba(23, 53, 94, 0.18);
    outline-offset: 4px;
}

.media-coverage-card > * {
    position: relative;
    z-index: 1;
}

.media-coverage-wordmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.3rem 1rem;
    border-radius: 999px;
    color: var(--media-accent);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.media-coverage-wordmark--tribune,
.media-coverage-wordmark--eastern-herald {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
}

.media-coverage-wordmark--ani {
    letter-spacing: 0.16em;
    text-indent: 0.16em;
    font-size: 1.22rem;
}

.media-coverage-wordmark--india-shorts {
    font-size: 1.18rem;
    letter-spacing: -0.02em;
}

.media-coverage-wordmark--punjab-kesari {
    font-size: 1.22rem;
    letter-spacing: -0.03em;
}

.media-coverage-outlet {
    color: #5a6c81;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.media-coverage-copy h3 {
    margin: 0;
    color: #111827;
    font-size: 1.24rem;
    line-height: 1.38;
    text-wrap: balance;
}

.media-coverage-copy p {
    margin: 0;
    color: #5d6875;
    line-height: 1.7;
    text-wrap: pretty;
}

.media-coverage-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    width: 100%;
}

.media-coverage-date {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(23, 53, 94, 0.08);
    color: var(--brand-navy);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.media-coverage-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--media-accent);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.media-coverage-link::after {
    content: "\2197";
    font-size: 0.92rem;
}

.media-coverage-empty {
    max-width: 760px;
}

@media (max-width: 860px) {
    .media-coverage-grid {
        grid-template-columns: 1fr;
    }

    .media-coverage-item:last-child:nth-child(odd) {
        grid-column: auto;
        width: auto;
    }
}

@media (max-width: 720px) {
    .media-coverage-copy {
        padding: 1.7rem 1.25rem 1.35rem;
    }

    .media-coverage-footer {
        flex-direction: column;
        align-items: center;
    }

    .media-coverage-heading p {
        margin-top: 0.7rem;
    }
}

/* Final support-float prominence override */
.support-float-link {
    border: 0 !important;
    color: #ffffff !important;
    box-shadow: 0 18px 36px rgba(10, 20, 35, 0.24) !important;
}

.support-float-link.whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
}

.support-float-link.email {
    background: linear-gradient(135deg, #1d4ed8 0%, #0b5fcc 100%) !important;
}

.support-float-link.phone {
    background: linear-gradient(135deg, #f97316 0%, #dc2626 100%) !important;
}

.support-float-link:hover,
.support-float-link:focus-visible {
    box-shadow: 0 22px 42px rgba(10, 20, 35, 0.3) !important;
    filter: saturate(1.1) brightness(1.02) !important;
}

.support-float-link::after {
    background: rgba(11, 79, 159, 0.16) !important;
}

.support-float-link.whatsapp::after {
    background: rgba(37, 211, 102, 0.2) !important;
}

.support-float-link.email::after {
    background: rgba(29, 78, 216, 0.2) !important;
}

.support-float-link.phone::after {
    background: rgba(249, 115, 22, 0.22) !important;
}

.support-float-icon svg {
    fill: #ffffff !important;
}
