/* ==========================================
   Homepage Premium Layer — Intelli Management
   Scoped to .page-home only
   ========================================== */

.page-home {
    --font-heading: 'Syne', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-display: 'Instrument Serif', Georgia, serif;
    --home-ink: #0a0a0a;
    --home-cream: #f4f0e8;
    --home-warm: #faf8f4;
    --home-gold: #c9a227;
    --home-gold-light: #e8c96a;
    --home-glass: rgba(255, 255, 255, 0.06);
    --home-glass-border: rgba(255, 255, 255, 0.12);
}

.page-home h1,
.page-home h2,
.page-home h3,
.page-home h4,
.page-home h5,
.page-home h6 {
    font-family: var(--font-heading);
}

.page-home body,
.page-home {
    font-family: var(--font-body);
}

/* ── Header ── */
.page-home .header {
    display: block;
    background: transparent;
    box-shadow: none;
    transition: background 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;
}

.page-home .header-container {
    position: relative;
    z-index: 1002;
    gap: 16px;
}

.page-home .logo-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
}

/* Dark/transparent header — white plate so logo (black PNG) stays readable */
.page-home .header.is-at-top .logo-link,
.page-home .header.is-scrolled:not(.is-light) .logo-link,
.page-home .header.menu-open .logo-link {
    padding: 5px 12px 5px 6px;
    background: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

.page-home .header.is-light:not(.menu-open) .logo-link {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.page-home .logo-img {
    height: 46px;
    width: auto;
}

/* Hero top — transparent bar, light text */
.page-home .header.is-at-top {
    background: transparent;
    box-shadow: none;
}

.page-home .header.is-at-top .nav-link {
    color: rgba(255, 255, 255, 0.92);
}

.page-home .header.is-at-top .nav-toggle {
    border-color: rgba(255, 255, 255, 0.25);
}

.page-home .header.is-at-top .nav-toggle span {
    background: #fff;
}

/* Dark sections — scrolled solid bar */
.page-home .header.is-scrolled:not(.is-light):not(.menu-open) {
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.page-home .header.is-scrolled:not(.is-light) .nav-link {
    color: rgba(255, 255, 255, 0.92);
}

/* Light sections — always solid light bar + dark text */
.page-home .header.is-light:not(.menu-open) {
    background: rgba(250, 248, 244, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}

.page-home .header.is-light .nav-link {
    color: var(--home-ink);
}

.page-home .header.is-light .nav-toggle {
    border-color: rgba(0, 0, 0, 0.14);
}

.page-home .header.is-light .nav-toggle span {
    background: var(--home-ink);
}

/* Mobile menu open — force dark bar for contrast */
.page-home .header.menu-open {
    background: rgba(10, 10, 10, 0.97);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.page-home .header.menu-open .nav-link {
    color: rgba(255, 255, 255, 0.92);
}

.page-home .header.menu-open .nav-toggle {
    border-color: rgba(255, 255, 255, 0.25);
}

.page-home .header.menu-open .nav-toggle span {
    background: #fff;
}

.page-home .header-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.page-home .header .btn-quote {
    background: var(--color-gold-bright);
    color: var(--color-dark);
    border: none;
}

.page-home .header.is-light .btn-talk {
    background: var(--home-ink);
    color: #fff;
    border: none;
}

.page-home .header.is-at-top .btn-talk,
.page-home .header.is-scrolled:not(.is-light) .btn-talk {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
}

.page-home .header.is-scrolled:not(.is-light) .btn-talk {
    background: var(--color-gold);
    border: none;
}

.page-home .header.is-at-top .btn-quote {
    background: var(--color-gold-bright);
    color: var(--color-dark);
    border: none;
}

.page-home .header .dropdown::before {
    height: 14px;
}

.page-home .header .dropdown-menu {
    z-index: 1003;
}

.page-home .nav-bar {
    flex: 1;
    justify-content: center;
    align-items: center;
}

.page-home .nav-links {
    gap: clamp(16px, 2.5vw, 28px);
}

@media (max-width: 1180px) and (min-width: 1025px) {
    .page-home .nav-links {
        gap: 14px;
    }

    .page-home .nav-link {
        font-size: 15px;
    }

    .page-home .header-actions .btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

.page-home .header .nav-link::after {
    background-color: var(--home-gold-light);
}

.page-home .header.is-light .nav-link:not(.dropdown-toggle)::after {
    background-color: var(--home-gold);
}

/* ── Hero ── */
.page-home .hero-section {
    min-height: 100vh;
    background-image: url('img/hero_bg.png');
    background-size: cover;
    background-position: center 30%;
    align-items: stretch;
    padding-top: 80px;
}

.page-home .hero-aurora {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 60% at 15% 80%, rgba(201, 162, 39, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 85% 20%, rgba(230, 21, 126, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 60% 60%, rgba(0, 172, 176, 0.06) 0%, transparent 45%);
    animation: homeAuroraShift 18s ease-in-out infinite alternate;
}

@keyframes homeAuroraShift {
    0% { opacity: 0.7; transform: scale(1) translate(0, 0); }
    100% { opacity: 1; transform: scale(1.05) translate(-1%, 1%); }
}

.page-home .hero-grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.35;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px;
    mix-blend-mode: overlay;
}

.page-home .hero-grid-lines {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 70% 70% at 40% 50%, black 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 40% 50%, black 20%, transparent 75%);
}

.page-home .hero-overlay {
    background:
        linear-gradient(105deg, rgba(6, 6, 8, 0.94) 0%, rgba(6, 6, 8, 0.72) 45%, rgba(6, 6, 8, 0.55) 100%);
    z-index: 3;
}

.page-home #hero-particles {
    z-index: 4;
    opacity: 0.55;
}

.page-home .hero-layout {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr minmax(300px, 380px);
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
    min-height: calc(100vh - 80px);
    padding-bottom: 80px;
}

.page-home .hero-content {
    max-width: none;
}

.page-home .hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.page-home .hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--home-gold-light);
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.28);
    border-radius: 100px;
}

.page-home .hero-divider-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

.page-home .hero-trust {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.02em;
}

.page-home .hero-title {
    font-size: clamp(2.5rem, 5.5vw, 4.25rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
}

.page-home .hero-title em {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.page-home .hero-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    max-width: 540px;
    margin-bottom: 36px;
}

.page-home .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.page-home .btn-hero-primary {
    padding: 14px 32px;
    font-size: 15px;
    letter-spacing: 0.02em;
    border-radius: 100px;
    box-shadow: 0 4px 24px rgba(229, 169, 59, 0.25);
}

.page-home .btn-hero-ghost {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 100px;
    transition: all 0.3s ease;
}

.page-home .btn-hero-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* Glass stat panel */
.page-home .hero-aside {
    animation: panelFloat 6s ease-in-out infinite;
    animation-delay: 1.2s;
}

@keyframes panelFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.page-home .hero-glass-panel {
    background: var(--home-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--home-glass-border);
    border-radius: 20px;
    padding: 28px;
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.page-home .hero-panel-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 20px;
}

.page-home .hero-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
}

.page-home .hero-stat-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.page-home .hero-stat-label {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
}

.page-home .hero-panel-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .hero-panel-tag {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.4);
}

.page-home .hero-panel-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--home-gold-light);
}

.page-home .hero-panel-link:hover {
    color: #fff;
}

.page-home .hero-scroll-cue {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.3s ease;
}

.page-home .hero-scroll-cue:hover {
    color: rgba(255, 255, 255, 0.8);
}

.page-home .hero-scroll-text {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.page-home .hero-scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
    animation: homeScrollPulse 2s ease-in-out infinite;
}

@keyframes homeScrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(0.8); }
    50% { opacity: 1; transform: scaleY(1); }
}

/* Hero reveal animation */
.page-home .hero-reveal {
    opacity: 0;
    transform: translateY(24px);
    animation: homeReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--d, 0s);
}

@keyframes homeReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Section shared ── */
.page-home .section-intro {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px 32px;
    align-items: start;
    margin-bottom: 56px;
}

.page-home .section-index {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1;
    color: rgba(201, 162, 39, 0.15);
    letter-spacing: -0.04em;
    user-select: none;
}

.page-home .section-tag-dark {
    background: rgba(10, 10, 10, 0.06);
    color: var(--home-ink);
}

.page-home .section-lead {
    font-size: 17px;
    color: var(--color-gray-text);
    max-width: 520px;
    line-height: 1.65;
    margin-top: 8px;
}

.page-home .section-lead-center {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.page-home .capabilities-title,
.page-home .journey-intro .section-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    letter-spacing: -0.03em;
}

/* ── Capabilities ── */
.page-home .capabilities-section {
    padding: clamp(80px, 10vw, 120px) 0;
    background: var(--home-warm);
    border-bottom: none;
    position: relative;
    overflow: hidden;
}

.page-home .capabilities-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.page-home .capabilities-grid {
    gap: 20px;
}

.page-home .capability-card {
    position: relative;
    padding: 36px 28px 32px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease,
                border-color 0.3s ease;
}

.page-home .capability-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--home-gold), var(--home-gold-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.page-home .capability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(201, 162, 39, 0.2);
}

.page-home .capability-card:hover::after {
    transform: scaleX(1);
}

.page-home .capability-num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.12);
}

.page-home .capability-card h3 {
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.page-home .card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.1);
    border-radius: 12px;
    margin-bottom: 20px;
}

/* ── Leadership ── */
.page-home .leadership-section {
    position: relative;
    padding: clamp(80px, 10vw, 130px) 0;
    background: linear-gradient(135deg, #d4a82a 0%, #e8c050 50%, #c99520 100%);
    overflow: hidden;
}

.page-home .leadership-bg-accent {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(0, 0, 0, 0.06) 0%, transparent 35%);
    pointer-events: none;
}

.page-home .leadership-inner {
    position: relative;
    z-index: 1;
}

.page-home .leadership-text h2 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    letter-spacing: -0.03em;
}

.page-home .leadership-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.2);
}

.page-home .leadership-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    z-index: 1;
    pointer-events: none;
}

.page-home .leadership-frame img {
    border-radius: 20px;
}

/* ── Why Us ── */
.page-home .why-us-section {
    padding: clamp(80px, 10vw, 130px) 0;
    background: #fff;
}

.page-home .why-us-section .section-tag {
    background: rgba(230, 21, 126, 0.08);
}

.page-home .why-us-section h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.4rem);
    letter-spacing: -0.025em;
}

.page-home .why-image-wrapper img {
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

/* ── Services ── */
.page-home .services-section {
    position: relative;
    background: var(--home-ink);
    overflow: hidden;
}

.page-home .services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.4), transparent);
}

.page-home .services-section .section-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    letter-spacing: -0.03em;
}

.page-home .section-tag-light {
    background: rgba(255, 255, 255, 0.08);
    color: var(--home-gold-light);
}

.page-home .services-header {
    margin-bottom: 8px;
}

.page-home .services-header .section-lead {
    color: rgba(255, 255, 255, 0.5);
}

.page-home .services-panels {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.08);
}

/* ── Partners ── */
.page-home .partners-section {
    padding: 48px 0;
    background: var(--home-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.page-home .partners-title {
    font-size: 11px;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.page-home .partners-track {
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.page-home .partners-grid {
    gap: clamp(40px, 8vw, 80px);
}

.page-home .partner-logo {
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    opacity: 0.35;
    transition: opacity 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.page-home .partner-logo:hover {
    opacity: 0.95;
    transform: translateY(-2px);
}

/* ── Journey ── */
.page-home .journey-section {
    padding: clamp(80px, 10vw, 120px) 0;
    background: var(--home-cream);
    position: relative;
}

.page-home .journey-intro {
    display: block;
    text-align: center;
    margin-bottom: 48px;
}

.page-home .journey-intro .section-title {
    color: var(--home-ink);
}

.page-home .circles-wrapper {
    margin-top: 48px;
}

.page-home .journey-connector {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(720px, 85%);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(10, 10, 10, 0.12), transparent);
    pointer-events: none;
}

.page-home .journey-circle {
    width: min(300px, 28vw);
    height: min(300px, 28vw);
    min-width: 240px;
    min-height: 240px;
    background: var(--home-ink);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.page-home .journey-circle .circle-title {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 400;
    font-style: italic;
}

.page-home .c-1 { transform: translateY(-20px); }
.page-home .c-2 { transform: translateY(10px); }
.page-home .c-3 { transform: translateY(40px); }

.page-home .c-1:hover { transform: translateY(-30px) scale(1.05); }
.page-home .c-2:hover { transform: translateY(0) scale(1.05); }
.page-home .c-3:hover { transform: translateY(30px) scale(1.05); }

/* ── Testimonials ── */
.page-home .home-testimonials {
    padding: clamp(80px, 10vw, 120px) 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.page-home .testimonials-intro {
    display: block;
    margin-bottom: 48px;
}

.page-home .testimonials-intro .section-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    letter-spacing: -0.03em;
}

.page-home .testimonial-card {
    background: var(--home-warm);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 32px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.page-home .testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.page-home .testimonial-quote {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.65;
    color: var(--home-ink);
}

.page-home .testimonial-author-avatar {
    border: 2px solid rgba(201, 162, 39, 0.3);
}

/* ── Contact ── */
.page-home .home-contact {
    position: relative;
    padding: clamp(80px, 10vw, 120px) 0;
    background: var(--home-ink);
    overflow: hidden;
}

.page-home .home-contact-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 0% 50%, rgba(201, 162, 39, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 100% 80%, rgba(230, 21, 126, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.page-home .contact-inner {
    position: relative;
    z-index: 1;
}

.page-home .home-contact .contact-form-container {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}

.page-home .home-contact .contact-form-container h2 {
    color: #fff;
}

.page-home .home-contact .contact-form-container p,
.page-home .home-contact .contact-form-container label {
    color: #fff;
}

.page-home .home-contact .contact-form-container p {
    color: rgba(255, 255, 255, 0.65);
}

.page-home .contact-image-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4);
}

.page-home .contact-image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    pointer-events: none;
}

.page-home .contact-image-frame img {
    border-radius: 20px;
}

.page-home .home-contact .custom-form input,
.page-home .home-contact .custom-form textarea,
.page-home .home-contact .custom-form select {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.page-home .home-contact .custom-form input::placeholder,
.page-home .home-contact .custom-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.page-home .home-contact .custom-form input:focus,
.page-home .home-contact .custom-form textarea:focus,
.page-home .home-contact .custom-form select:focus {
    border-color: var(--home-gold-light);
    background: rgba(255, 255, 255, 0.08);
}

/* Homepage mobile toggle colors */
.page-home .header.is-at-top .nav-toggle {
    border-color: rgba(255, 255, 255, 0.25);
}

.page-home .header.is-at-top .nav-toggle span {
    background: #fff;
}

.page-home .header.is-light .nav-toggle {
    border-color: rgba(0, 0, 0, 0.14);
}

.page-home .header.is-light .nav-toggle span {
    background: var(--home-ink);
}

.page-home.nav-open {
    overflow: hidden;
}

/* Stagger reveal */
.page-home .stagger-grid > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .stagger-grid.is-visible > *:nth-child(1) { transition-delay: 0.05s; }
.page-home .stagger-grid.is-visible > *:nth-child(2) { transition-delay: 0.12s; }
.page-home .stagger-grid.is-visible > *:nth-child(3) { transition-delay: 0.19s; }
.page-home .stagger-grid.is-visible > *:nth-child(4) { transition-delay: 0.26s; }

.page-home .stagger-grid.is-visible > * {
    opacity: 1;
    transform: translateY(0);
}

/* Capability cards as links */
.page-home a.capability-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.page-home .capability-link {
    display: inline-flex;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--home-gold);
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.page-home .capability-card:hover .capability-link {
    opacity: 1;
    transform: translateX(0);
}

/* Leadership CTA */
.page-home .btn-dark {
    display: inline-flex;
    margin-top: 28px;
    padding: 14px 28px;
    background: var(--home-ink);
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 15px;
    border-radius: 100px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-home .btn-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    color: #fff;
}

/* Why Us intro & frames */
.page-home .why-us-intro {
    margin-bottom: 64px;
}

.page-home .why-us-intro .section-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    letter-spacing: -0.03em;
}

.page-home .why-image-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.page-home .why-image-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    z-index: 1;
    pointer-events: none;
}

.page-home .why-image-frame img {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .why-image-wrapper:hover .why-image-frame img {
    transform: scale(1.03);
}

/* Partners marquee */
.page-home .partners-marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.page-home .partners-marquee-track {
    display: flex;
    align-items: center;
    gap: clamp(48px, 10vw, 96px);
    width: max-content;
    animation: partnersMarquee 28s linear infinite;
}

@keyframes partnersMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.page-home .partner-logo {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Journey circles as links */
.page-home a.journey-circle {
    text-decoration: none;
    color: #fff;
}

.page-home a.journey-circle:hover {
    color: #fff;
}

/* Testimonial mark */
.page-home .testimonial-mark {
    display: block;
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 1;
    color: rgba(201, 162, 39, 0.35);
    margin-bottom: 8px;
}

.page-home .testimonial-card {
    position: relative;
}

/* Insights — editorial dark */
.page-home .home-insights {
    position: relative;
    padding: clamp(80px, 10vw, 120px) 0;
    background: var(--home-ink);
    overflow: hidden;
}

.page-home .home-insights-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 20% 0%, rgba(201, 162, 39, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 90% 100%, rgba(230, 21, 126, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.page-home .insights-header {
    position: relative;
    margin-bottom: 48px;
}

.page-home .insights-lead {
    color: rgba(255, 255, 255, 0.55);
}

.page-home .insights-grid {
    position: relative;
    gap: 24px;
}

.page-home a.blog-card {
    display: block;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.3s ease, box-shadow 0.4s ease;
}

.page-home a.blog-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 162, 39, 0.35);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.page-home .blog-img-wrapper {
    height: 220px;
}

.page-home .blog-content {
    padding: 28px;
}

.page-home .blog-tag {
    background: rgba(201, 162, 39, 0.15);
    color: var(--home-gold-light);
}

.page-home .blog-card h3 {
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.page-home .blog-card p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}

.page-home .blog-link {
    color: var(--home-gold-light);
    font-size: 14px;
}

.page-home .insights-footer {
    margin-top: 48px;
    position: relative;
}

.page-home .insights-more {
    border-color: rgba(255, 255, 255, 0.2);
}

/* FAQ premium */
.page-home .home-faq {
    padding: clamp(80px, 10vw, 100px) 0;
    background: var(--home-warm);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
}

.page-home .home-faq-container {
    max-width: 820px;
}

.page-home .faq-header {
    margin-bottom: 40px;
}

.page-home .faq-header .section-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    letter-spacing: -0.03em;
}

.page-home .home-faq .faq-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-home .home-faq .faq-item[open] {
    border-color: rgba(201, 162, 39, 0.4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.page-home .home-faq .faq-item summary {
    padding: 22px 24px;
    font-size: 15px;
    letter-spacing: -0.01em;
}

.page-home .home-faq .faq-item summary::after {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.1);
    border-radius: 50%;
    font-size: 18px;
}

/* ── Footer on home ── */
.page-home .footer {
    background: #060606;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .footer h3,
.page-home .footer h4 {
    letter-spacing: -0.02em;
}

.page-home .footer-links a:hover,
.page-home .footer-contact-col a:hover {
    color: var(--home-gold-light);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .page-home .hero-layout {
        grid-template-columns: 1fr;
        padding-bottom: 100px;
    }

    .page-home .hero-aside {
        max-width: 420px;
    }

    .page-home .section-intro {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .page-home .section-index {
        font-size: 2.5rem;
    }

    .page-home .grid-4.capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-home .hero-title {
        font-size: 2.25rem;
    }

    .page-home .hero-scroll-cue {
        display: none;
    }

    .page-home .grid-4.capabilities-grid {
        grid-template-columns: 1fr;
    }

    .page-home .circles-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .page-home .journey-connector {
        display: none;
    }

    .page-home .c-1,
    .page-home .c-2,
    .page-home .c-3 {
        transform: none;
    }

    .page-home .journey-circle {
        width: 280px;
        height: 280px;
        min-width: unset;
        min-height: unset;
    }

    .page-home .partners-marquee-track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
    }

    .page-home .services-wrapper {
        grid-template-columns: 1fr;
    }

    .page-home .grid-2-equal {
        grid-template-columns: 1fr;
    }

    .page-home .reverse-column > div:first-child {
        order: unset;
    }

    .page-home .reverse-column > div:last-child {
        order: unset;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .hero-reveal {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .page-home .hero-aside {
        animation: none;
    }

    .page-home .hero-aurora,
    .page-home .hero-scroll-line,
    .page-home .partners-marquee-track {
        animation: none;
    }
}
