/* ================================
   INFLUE HOMEPAGE — Supplemental Styles
   Most styling handled by Tailwind utilities + input.css @layer components
   ================================ */

/* Hero animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
    animation: fadeIn 0.7s ease-out 0.05s forwards;
}

.animate-slide-up {
    animation: slideUp 0.7s ease-out 0.1s forwards;
}

/* Hero media */
.hero-section {
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 38%),
        linear-gradient(180deg, rgba(4,5,7,0.2), rgba(4,5,7,0.7));
}

.hero-video {
    opacity: 0.34;
    transform: scale(1.02);
    filter: saturate(0.82) contrast(1.02) brightness(0.68);
}

.hero-video-overlay {
    background: linear-gradient(
        180deg,
        rgba(6,8,12,0.35) 0%,
        rgba(6,8,12,0.48) 30%,
        rgba(8,10,14,0.68) 72%,
        rgba(9,9,11,0.92) 100%
    );
}

.hero-grid-overlay {
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 120px 120px;
    mask-image: radial-gradient(circle at center, black 28%, transparent 82%);
    opacity: 0.18;
}

.hero-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
    box-shadow: 0 20px 80px rgba(0,0,0,0.18);
}

.hero-trust-item {
    min-height: 100px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #d4d4d8;
    font-size: 0.9rem;
    line-height: 1.45;
    letter-spacing: 0.015em;
    font-weight: 500;
}

.hero-trust-item + .hero-trust-item {
    border-left: 1px solid rgba(255,255,255,0.08);
}

/* Trust section */
.trust-panel {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)),
        radial-gradient(circle at top, rgba(255,255,255,0.05), transparent 48%);
    overflow: hidden;
    position: relative;
}

.trust-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.06) 0.7px, transparent 0.7px);
    background-size: 10px 10px;
    opacity: 0.08;
    pointer-events: none;
}

.trust-item {
    position: relative;
    padding: 2.25rem 1.4rem 2rem;
    text-align: center;
}

.trust-item + .trust-item {
    border-left: 1px solid rgba(255,255,255,0.08);
}

.trust-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
}

.trust-item h3 {
    font-size: 1rem;
    line-height: 1.55;
    color: #f4f4f5;
    font-weight: 500;
    max-width: 200px;
    margin: 0 auto;
}

/* Process section */
.process-board {
    position: relative;
    padding-top: 1rem;
}

.process-pill-row {
    position: relative;
    margin-bottom: 2.5rem;
    padding: 0 1.5rem;
}

.process-pill-row::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 50%;
    height: 1px;
    background: rgba(255,255,255,0.12);
}

.process-pill-pill {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    overflow: hidden;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.process-pill-pill span {
    position: relative;
    padding: 0.9rem 1rem;
    text-align: center;
    color: #f4f4f5;
    font-size: 1rem;
    font-weight: 500;
}

.process-pill-pill span + span {
    border-left: 1px solid rgba(255,255,255,0.08);
}

.process-step-card {
    position: relative;
    padding: 0 0 0 2.4rem;
}

.process-step-card::before {
    content: "";
    position: absolute;
    left: 0.7rem;
    top: 0.25rem;
    bottom: -1.5rem;
    width: 1px;
    background: rgba(255,255,255,0.1);
}

.process-step-card:last-child::before {
    bottom: 0.25rem;
}

.process-step-card .step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: #18181b;
    border: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #fafafa;
    font-weight: 700;
    box-shadow: 0 0 0 8px rgba(9,9,11,1);
}

/* ========================================
   Testimonials — Dark Premium Cards
   ======================================== */
.testimonials-dark {
    background: #0c0c0e;
}

.testimonial-card-dark {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
    border: 1px solid rgba(255,255,255,0.06);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

/* Static accent line at top */
.testimonial-card-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239,68,68,0.3), transparent);
    opacity: 1;
}

.testimonial-card-dark::after {
    display: none;
}

.testimonial-card-dark-inner {
    position: relative;
    z-index: 1;
    padding: 2.5rem;
}

.testimonial-mini-avatar,
.testimonial-avatar {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.06);
    color: #a1a1aa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 700;
    flex-shrink: 0;
    overflow: hidden;
}

.testimonial-avatar {
    width: 2.75rem;
    height: 2.75rem;
    background: linear-gradient(135deg, rgba(239,68,68,0.2), rgba(239,68,68,0.05));
    border-color: rgba(239,68,68,0.1);
    color: #f87171;
}

.testimonial-mini-avatar--image img,
.testimonial-avatar--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-slider-dark {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
    overflow: hidden;
}

.testimonial-slider-dark-stage {
    overflow: hidden;
    transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-slider-dark-track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    align-items: flex-start;
}

.testimonial-slider-dark-slide {
    min-width: 100%;
    flex: 0 0 100%;
    width: 0;
}

.testimonial-slider-dark-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.testimonial-slider-dark-meta {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.testimonial-slider-dark-dots {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.testimonial-slider-dark-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 9999px;
    border: 0;
    background: rgba(255,255,255,0.14);
    transition: transform 0.25s ease, background-color 0.25s ease;
    cursor: pointer;
}

.testimonial-slider-dark-dot:hover,
.testimonial-slider-dark-dot.is-active {
    background: rgba(255,255,255,0.92);
    transform: scale(1.15);
}

.testimonial-slider-dark-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-slider-dark-button {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(255,255,255,0.09);
    background: rgba(255,255,255,0.02);
    color: #f4f4f5;
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.testimonial-slider-dark-button:hover,
.testimonial-slider-dark-button:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.06);
    outline: none;
}

.testimonial-slider-dark:focus-visible {
    outline: 1px solid rgba(255,255,255,0.12);
    outline-offset: 0.75rem;
}

/* ========================================
   Case Results — Dark Inset Showcase
   ======================================== */
.case-results {
    margin-top: 3rem;
}

.case-results-wrapper {
    position: relative;
    padding: 2rem 2rem 1.25rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(24,24,27,0.08);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(250,250,249,0.96) 100%);
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.case-results-glow {
    display: none;
}

/* --- Top bar --- */
.case-results-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 2rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(24,24,27,0.08);
}

.case-results-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.7rem;
    color: #dc2626;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.case-results-heading {
    color: #18181b;
    font-size: clamp(1.45rem, 2.6vw, 2.05rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 760;
    max-width: 20ch;
}

.case-results-intro {
    color: #71717a;
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 52ch;
}

/* --- Slider --- */
.case-results-slider {
    gap: 1rem;
}

.case-results-slider .testimonial-slider-dark-stage {
    border-radius: 1rem;
}

/* --- Card --- */
.case-result-card {
    position: relative;
    border-radius: 1rem;
    border: 1px solid rgba(24,24,27,0.08);
    background: #ffffff;
    overflow: hidden;
}

/* --- Two-column layout --- */
.case-result-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    min-height: 0;
}

/* --- Left rail --- */
.case-result-rail {
    padding: 1.5rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    background: linear-gradient(180deg, #fafaf9 0%, #f5f5f4 100%);
    border-right: 1px solid rgba(24,24,27,0.08);
}

.case-result-index {
    color: #a1a1aa;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.case-result-url {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #18181b;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: color 0.2s ease;
}

.case-result-url:hover {
    color: #ef4444;
}

.case-result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.case-result-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(24,24,27,0.08);
    background: rgba(255,255,255,0.78);
    color: #52525b;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.case-result-scope {
    margin-top: 1.5rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(24,24,27,0.06);
}

.case-result-scope span {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #18181b;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.case-result-scope p {
    color: #71717a;
    font-size: 0.82rem;
    line-height: 1.65;
}

/* --- Main content --- */
.case-result-main {
    padding: 1.5rem 1.65rem;
    display: flex;
    flex-direction: column;
}

.case-result-title {
    color: #18181b;
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 760;
}

.case-result-logo {
    display: block;
    max-height: 48px;
    width: auto;
    object-fit: contain;
    margin-bottom: 0.85rem;
    margin-left: 0;
    align-self: flex-start;
}

.case-result-subtitle {
    margin-top: 0.45rem;
    color: #dc2626;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 500;
    max-width: 46ch;
}

.case-result-desc {
    color: #71717a;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 90ch;
    margin-top: 0.85rem;
}

/* --- Horizontal Metrics --- */
.case-result-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.case-result-metrics {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 1.75rem;
    border-top: 1px solid rgba(24,24,27,0.06);
    border-bottom: 1px solid rgba(24,24,27,0.06);
    padding: 1.1rem 0;
}

.case-result-metric-divider {
    width: 1px;
    background: rgba(24,24,27,0.06);
    margin: 0 1rem;
}

.case-result-metric {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.case-result-metric strong {
    color: #18181b;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.case-result-metric span {
    margin-top: 0.35rem;
    color: #71717a;
    font-size: 0.78rem;
    line-height: 1.4;
}

.case-result-outcomes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 1.25rem;
}

.case-result-outcomes span {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(24,24,27,0.04);
    color: #3f3f46;
    font-size: 0.78rem;
    line-height: 1.4;
}

/* --- Footer --- */
.case-results-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}

.case-results-counter {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.case-results-counter-text {
    color: #71717a;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Dot + button styling scoped to this slider */
.case-results-slider .testimonial-slider-dark-dot {
    background: rgba(24,24,27,0.14);
}

.case-results-slider .testimonial-slider-dark-dot:hover,
.case-results-slider .testimonial-slider-dark-dot.is-active {
    background: #18181b;
}

.case-results-slider .testimonial-slider-dark-button {
    border-color: rgba(24,24,27,0.08);
    background: rgba(255,255,255,0.88);
    color: #18181b;
}

.case-results-slider .testimonial-slider-dark-button:hover,
.case-results-slider .testimonial-slider-dark-button:focus-visible {
    border-color: rgba(24,24,27,0.14);
    background: #ffffff;
}

/* ========================================
   Target Clients — Split Tabs Layout
   ======================================== */
.target-showcase {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: start;
}

.target-showcase::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(24,24,27,0.12), rgba(24,24,27,0.04) 45%, transparent 100%);
}

.target-showcase-sidebar {
    position: relative;
    min-width: 0;
    padding-top: 1.5rem;
    padding-right: clamp(1.25rem, 2vw, 2rem);
}

.target-showcase-sidebar::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 0;
    width: 1px;
    height: calc(100% - 1.5rem);
    background: linear-gradient(180deg, rgba(24,24,27,0.12), rgba(24,24,27,0.03) 70%, transparent 100%);
}

.target-showcase-eyebrow {
    margin-bottom: 1rem;
    color: #71717a;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.target-showcase-title {
    color: #18181b;
    font-size: clamp(2.7rem, 4vw, 4.9rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
    font-weight: 820;
    max-width: 6.5ch;
}

.target-showcase-lead {
    color: #52525b;
    font-size: 1rem;
    line-height: 1.75;
    max-width: 35ch;
    margin-top: 1.5rem;
}

.target-tabs-nav {
    display: grid;
    gap: 0.5rem;
    margin-top: 2.75rem;
    padding-left: 1.7rem;
    border-left: 1px solid rgba(24,24,27,0.1);
}

.target-tab-button {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    width: 100%;
    padding: 0.7rem 0 0.7rem 1.1rem;
    border-radius: 0;
    border: 0;
    border-left: 2px solid transparent;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
    margin-left: -1.7rem;
    opacity: 0.62;
}

.target-tab-button:hover,
.target-tab-button:focus-visible {
    opacity: 1;
    border-left-color: rgba(239,68,68,0.3);
    outline: none;
    box-shadow: none;
    transform: none;
}

.target-tab-button.is-active {
    border-left-color: #dc2626;
    background: transparent;
    box-shadow: none;
    opacity: 1;
}

.target-tab-index {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 2.25rem;
    color: #a1a1aa;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-top: 0.22rem;
}

.target-tab-button.is-active .target-tab-index {
    color: #dc2626;
}

.target-tab-copy {
    display: grid;
    gap: 0.22rem;
}

.target-tab-title {
    color: #18181b;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.target-tab-summary {
    color: #71717a;
    font-size: 0.84rem;
    line-height: 1.5;
    max-width: 35ch;
}

.target-tab-button.is-active .target-tab-title {
    color: #18181b;
}

.target-tab-button.is-active .target-tab-summary {
    color: #52525b;
}

.target-showcase-main {
    min-width: 0;
    padding-top: 1.5rem;
}

.target-tabs-panels {
    min-width: 0;
    padding-left: clamp(0rem, 0.5vw, 0.75rem);
}

.target-tab-panel {
    position: relative;
    padding: 0.5rem 0 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.target-tab-panel.is-active {
    animation: fadeIn 0.3s ease;
}

.target-panel-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #dc2626;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.target-panel-heading {
    color: #18181b;
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    font-weight: 780;
    max-width: 25ch;
}

.target-panel-text {
    margin-top: 1.4rem;
    color: #52525b;
    font-size: 1.04rem;
    line-height: 1.85;
    max-width: 72ch;
}

.target-panel-metadata {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2.25rem;
    border-top: 1px solid rgba(24,24,27,0.08);
}

.target-panel-metadata > div {
    display: grid;
    grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
    gap: 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(24,24,27,0.08);
}

.target-panel-metadata span {
    display: inline-block;
    margin-bottom: 0;
    color: #18181b;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.target-panel-metadata p {
    color: #71717a;
    font-size: 0.9rem;
    line-height: 1.7;
}

.target-panel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
    margin-top: 1.35rem;
}

.target-panel-tags span {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: #3f3f46;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
}

.target-panel-tags span::before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.45rem;
    border-radius: 999px;
    background: rgba(239,68,68,0.7);
    flex-shrink: 0;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .target-showcase {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .target-showcase::before,
    .target-showcase-sidebar::after {
        display: none;
    }

    .target-showcase-sidebar,
    .target-showcase-main {
        padding-top: 0;
        padding-right: 0;
    }

    .target-showcase-title,
    .target-showcase-lead {
        max-width: none;
    }

    .target-tabs-nav {
        margin-top: 2rem;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(24,24,27,0.1);
        padding-top: 0.5rem;
    }

    .target-tab-button {
        margin-left: 0;
        padding: 0 0 0.95rem;
        border-left: 0;
        border-bottom: 1px solid rgba(24,24,27,0.08);
    }

    .target-tab-button:hover,
    .target-tab-button:focus-visible,
    .target-tab-button.is-active {
        border-left-color: transparent;
    }

    .target-tab-button.is-active {
        border-bottom-color: rgba(239,68,68,0.35);
    }

    .target-showcase-title {
        font-size: 2.6rem;
        max-width: 7.5ch;
    }

    .target-showcase-lead {
        margin-top: 1rem;
        font-size: 0.95rem;
    }

    .target-panel-metadata > div {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .case-results-wrapper {
        padding: 1.5rem 1.25rem 1.1rem;
    }

    .case-results-topbar {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .case-result-layout {
        grid-template-columns: 1fr;
    }

    .case-result-rail {
        border-right: 0;
        border-bottom: 1px solid rgba(24,24,27,0.08);
        gap: 0.75rem;
    }

    .case-result-scope {
        margin-top: 0.25rem;
    }

    .case-result-main {
        padding: 1.5rem 1.35rem;
    }

    .case-result-metrics {
        flex-direction: column;
        gap: 1rem;
        margin: 0;
        padding-left: 0;
    }
}


@media (max-width: 768px) {
    .case-results-wrapper {
        padding: 1.25rem 1rem 1rem;
        border-radius: 1.15rem;
    }

    .case-results-heading {
        max-width: none;
    }

    .case-result-rail,
    .case-result-main {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .case-result-title {
        font-size: 1.45rem;
    }

    .case-result-subtitle,
    .case-result-desc {
        font-size: 0.92rem;
    }

    .case-results-footer {
        gap: 0.9rem;
    }
}

@media (max-width: 1024px) {
    .testimonial-card-dark-inner {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .target-intro {
        margin-bottom: 2.5rem;
    }

    .target-intro-title {
        font-size: 2.45rem;
        line-height: 0.98;
    }

    .target-intro-text {
        font-size: 0.96rem;
        line-height: 1.65;
    }

    .testimonial-slider-dark-footer {
        flex-direction: row;
        align-items: center;
    }

    .testimonial-slider-dark-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonial-card-dark-inner {
        padding: 1.5rem;
    }

    .testimonials-dark {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .testimonials-dark .grid {
        gap: 2rem;
    }

    .target-tab-button {
        padding: 0 0 0.9rem;
        gap: 0.85rem;
    }

    .target-tab-title {
        font-size: 0.96rem;
    }

    .target-tab-summary,
    .target-panel-text,
    .target-panel-metadata p {
        font-size: 0.86rem;
    }

    .target-tab-panel {
        padding-top: 0.15rem;
    }

    .target-panel-metadata {
        grid-template-columns: 1fr;
    }

    .target-panel-heading {
        font-size: 1.55rem;
        line-height: 1.06;
        max-width: none;
    }

    .target-panel-tags {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.55rem;
    }
}

/* FAQ icon rotation when open */
.faq-item.is-open .faq-icon {
    transform: rotate(45deg);
}

/* Smooth height transition for FAQ content */
.faq-content {
    transition: max-height 0.35s ease, opacity 0.25s ease;
    overflow: hidden;
}

/* Process step left border highlight on hover */
.process-step:hover {
    border-left-color: rgba(255, 255, 255, 0.12);
}

/* Project card image hover zoom */
.project-card:hover img,
.project-card:hover .aspect-\[4\/3\] > div {
    transform: scale(1.03);
    transition: transform 0.5s ease;
}

/* Navbar scroll state (supplement for nav-glass-scrolled from input.css) */
.nav-glass-scrolled {
    background: rgba(9, 9, 11, 0.92) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* ================================
   BRAND COLOR ACCENTS
   red-500: #ef4444  red-400: #f87171
   red-600: #dc2626  red-900: #7f1d1d
   ================================ */

/* Accent gradient text utility */
.text-accent-gradient {
    background: linear-gradient(135deg, #f87171, #ef4444, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* CTA primary — red gradient */
.cta-primary {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    color: #fff !important;
    box-shadow: 0 4px 24px -4px rgba(239, 68, 68, 0.35);
}
.cta-primary:hover {
    background: linear-gradient(135deg, #f87171, #ef4444) !important;
    color: #fff !important;
    box-shadow: 0 8px 32px -4px rgba(239, 68, 68, 0.45);
    transform: translateY(-2px);
}

/* CTA secondary — red border accent */
.cta-secondary {
    border-color: rgba(239, 68, 68, 0.3) !important;
    color: #fecaca !important;
}
.cta-secondary:hover {
    border-color: rgba(239, 68, 68, 0.5) !important;
    background: rgba(239, 68, 68, 0.06) !important;
    color: #fff !important;
}

/* Trust panel icons — red accent */
.trust-icon {
    border-color: rgba(239, 68, 68, 0.15);
    background: rgba(239, 68, 68, 0.06);
}
.trust-icon svg {
    color: #f87171;
}

/* Hero trust strip — subtle red border */
.hero-trust-strip {
    border-color: rgba(239, 68, 68, 0.12);
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.08), rgba(239, 68, 68, 0.02));
}
.hero-trust-item + .hero-trust-item {
    border-left-color: rgba(239, 68, 68, 0.1);
}

/* Process step numbers — red accent */
.process-step-card .step-number {
    border-color: rgba(239, 68, 68, 0.35);
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    box-shadow: 0 0 0 8px rgba(9, 9, 11, 1), 0 0 20px rgba(239, 68, 68, 0.12);
}

/* Process pill — red active indicator */
.process-pill-pill {
    border-color: rgba(239, 68, 68, 0.12);
    background: rgba(239, 68, 68, 0.04);
}
.process-pill-pill span + span {
    border-left-color: rgba(239, 68, 68, 0.1);
}

/* Process vertical timeline — red */
.process-step-card::before {
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.25), rgba(239, 68, 68, 0.05));
}

/* Card base icon containers — red tint */
.card-base .w-10.h-10 {
    background: rgba(239, 68, 68, 0.06) !important;
    border-color: rgba(239, 68, 68, 0.12) !important;
}
.card-base .w-10.h-10 svg {
    color: #f87171 !important;
}

/* Card hover — red border */
.card-base:hover {
    border-color: rgba(239, 68, 68, 0.18);
}

/* Services section border-left — red accent on hover */
.border-l.border-white\/\[0\.06\]:hover {
    border-left-color: rgba(239, 68, 68, 0.4);
}

/* Authority checkmarks — red */
.authority-check {
    color: #f87171;
}

/* Contact icon boxes — red accent */
.contact-icon-box {
    background: rgba(239, 68, 68, 0.06);
    border-color: rgba(239, 68, 68, 0.12);
}
.contact-icon-box svg {
    color: #f87171;
}

/* Form input focus — red border */
.influe-input:focus {
    border-color: rgba(239, 68, 68, 0.4) !important;
    background: rgba(239, 68, 68, 0.04) !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
}

/* Section glow orbs */
.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
}
.glow-orb-blue {
    background: rgba(239, 68, 68, 0.10);
}
.glow-orb-teal {
    background: rgba(239, 68, 68, 0.06);
}
.glow-orb-sage {
    background: rgba(239, 68, 68, 0.06);
}
.glow-orb-red {
    background: rgba(239, 68, 68, 0.12);
}

/* FAQ icon — red accent when open */
.faq-item.is-open .faq-icon {
    color: #f87171;
}

/* Section eyebrow highlight */
.eyebrow-accent {
    color: #f87171;
}

/* Project card hover — red glow */
.project-card:hover {
    box-shadow: 0 8px 40px -12px rgba(239, 68, 68, 0.15);
}

/* Scroll indicator animation */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

.animate-bounce {
    animation: bounce 2s ease-in-out infinite;
}

/* ================================
   LAZAREV-INSPIRED REDESIGN
   Wide containers, stats, accordion, process columns
   ================================ */

/* Wide container — 1440px like Lazarev */
.container-wide {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media (min-width: 1600px) {
    .container-wide {
        max-width: 1560px;
    }
}

/* Stats / Outcomes Grid — Lazarev inspired */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);
    border-radius: 24px;
    overflow: hidden;
}

.stat-card {
    background: rgba(255,255,255,0.03);
    padding: 3rem 2.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
    position: relative;
    transition: background 0.5s ease;
}

.stat-card:hover {
    background: rgba(255,255,255,0.06);
}

.stat-number {
    font-size: clamp(3rem, 5.5vw, 5rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #fafafa;
    margin-bottom: auto;
}

.stat-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}

.stat-description {
    font-size: 0.875rem;
    color: #71717a;
    line-height: 1.5;
}

.stat-counter {
    font-size: 0.75rem;
    color: #3f3f46;
    font-weight: 600;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}

/* Services Accordion — Lazarev style */
.service-accordion {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 0.9rem;
}

.service-accordion-item {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.018) 0%, rgba(255,255,255,0.006) 100%);
    transition: border-color 0.32s ease, background-color 0.32s ease, transform 0.32s ease, box-shadow 0.32s ease;
}

.service-accordion-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.08) 34%, rgba(255,255,255,0.028) 58%, rgba(255,255,255,0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.32s ease;
}

.service-accordion-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 88% 16%, rgba(239, 68, 68, 0.1) 0%, rgba(239, 68, 68, 0.04) 14%, rgba(239, 68, 68, 0) 36%),
        linear-gradient(90deg, rgba(239, 68, 68, 0.02) 0%, rgba(239, 68, 68, 0.008) 32%, rgba(239, 68, 68, 0) 58%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.32s ease;
}

.service-accordion-item:hover::before,
.service-accordion-item:focus-within::before {
    opacity: 0.78;
}

.service-accordion-item:hover::after,
.service-accordion-item:focus-within::after {
    opacity: 0.22;
}

.service-accordion-item.is-open::before {
    opacity: 0.98;
}

.service-accordion-item.is-open::after {
    opacity: 0.14;
}

.service-accordion-item:hover,
.service-accordion-item:focus-within {
    transform: translateY(-1px);
    box-shadow: 0 18px 48px -34px rgba(0,0,0,0.6);
}

.service-accordion-item.is-open {
    background: linear-gradient(90deg, rgba(255,255,255,0.018) 0%, rgba(255,255,255,0.006) 48%, rgba(255,255,255,0) 100%);
    box-shadow: 0 24px 60px -40px rgba(0,0,0,0.7);
}

.service-accordion-trigger {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2.35rem 2rem;
    cursor: pointer;
    transition: color 0.3s ease, opacity 0.3s ease;
    background: none;
    border: none;
    text-align: left;
}

.service-accordion-trigger:hover {
    opacity: 1;
}

.service-accordion-item:hover .service-accordion-title,
.service-accordion-item:focus-within .service-accordion-title {
    color: rgba(255, 245, 245, 0.98);
}

.service-accordion-title {
    font-size: clamp(1.9rem, 3.35vw, 3.1rem);
    font-weight: 650;
    color: #fafafa;
    letter-spacing: -0.04em;
    line-height: 1.1;
    transition: color 0.3s ease;
}

.service-accordion-icon {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}

.service-accordion-item:hover .service-accordion-icon,
.service-accordion-item:focus-within .service-accordion-icon {
    border-color: rgba(239, 68, 68, 0.18);
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.06) 0%, rgba(239, 68, 68, 0.015) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 0 0 1px rgba(239, 68, 68, 0.025);
}

.service-accordion-item.is-open .service-accordion-icon {
    transform: rotate(180deg);
    border-color: rgba(239, 68, 68, 0.26);
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.09) 0%, rgba(239, 68, 68, 0.02) 100%);
}

.service-accordion-content {
    position: relative;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
    opacity: 0;
}

.service-accordion-item.is-open .service-accordion-content {
    opacity: 1;
}

.service-accordion-content > div {
    padding: 0 2rem 1.9rem;
}

.service-sub-item {
    display: grid;
    grid-template-columns: 1fr 1.8fr auto;
    align-items: center;
    gap: 2rem;
    padding: 1.75rem 0;
    border-top: 1px solid rgba(255,255,255,0.04);
}

.service-sub-item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fafafa;
}

.service-sub-item p {
    font-size: 0.9rem;
    color: #71717a;
    line-height: 1.6;
}

.services-section-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 82% 20%, rgba(239, 68, 68, 0.09) 0%, rgba(239, 68, 68, 0) 34%),
        url("data:image/svg+xml,%3Csvg width='900' height='900' viewBox='0 0 900 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.9'%3E%3Cpath d='M510 84H860' stroke='%23ef4444' stroke-opacity='0.12'/%3E%3Cpath d='M470 196H860' stroke='%23ef4444' stroke-opacity='0.08'/%3E%3Cpath d='M430 308H860' stroke='%23ef4444' stroke-opacity='0.06'/%3E%3Cpath d='M390 420H860' stroke='%23ef4444' stroke-opacity='0.05'/%3E%3Cpath d='M350 532H860' stroke='%23ef4444' stroke-opacity='0.04'/%3E%3Cpath d='M310 644H860' stroke='%23ef4444' stroke-opacity='0.03'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -2rem top;
    background-size: min(46vw, 720px) auto;
    opacity: 0.24;
    transform: none;
}

@media (max-width: 1024px) {
    .service-accordion-item {
        border-radius: 1.5rem;
    }

    .services-section-pattern {
        background-size: 78vw auto;
        background-position: right 2rem top;
        opacity: 0.18;
        transform: none;
    }
}

@media (max-width: 640px) {
    .service-accordion {
        gap: 0.75rem;
    }

    .service-accordion-item {
        border-radius: 1.2rem;
    }

    .service-accordion-content > div {
        padding: 0 1.25rem 1.35rem;
    }

    .services-section-pattern {
        background-size: 120vw auto;
        background-position: right -4rem top 1rem;
        opacity: 0.12;
    }
}

.service-sub-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.service-sub-item:hover .service-sub-arrow {
    border-color: rgba(239, 68, 68, 0.4);
    background: rgba(239, 68, 68, 0.06);
}

/* Process — 4-column horizontal with numbered pills */
.process-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,0.02);
    
}

.process-column {
    padding: 2.5rem 2rem;
    position: relative;
    min-width: 300px;
}

.process-column + .process-column {
    border-left: 1px solid rgba(255,255,255,0.08);
}

.process-column-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #f87171;
    margin-bottom: 2rem;
    font-weight: 600;
}

.process-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.85rem 1.25rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 999px;
    margin-bottom: 0.75rem;
    transition: all 0.35s ease;
}

.process-pill:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(239, 68, 68, 0.25);
    transform: translateX(4px);
}

.process-pill-number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.12);
    color: #f87171;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.process-pill-text {
    font-size: 0.9rem;
    color: #e4e4e7;
    font-weight: 500;
}

/* ========================================
   Expertise Bento Grid — Premium Layout
   ======================================== */
.exp-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.exp-bento-card {
    position: relative;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 8px 32px -8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.4s ease;
}

/* Gradient border glow on hover */
.exp-bento-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.3), rgba(239, 68, 68, 0.06), transparent 60%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

/* Subtle top-left radial glow */
.exp-bento-card::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -20%;
    width: 70%;
    height: 70%;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    z-index: 0;
}

.exp-bento-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.04),
        0 20px 48px -12px rgba(0, 0, 0, 0.1);
    border-color: rgba(239, 68, 68, 0.12);
}

.exp-bento-card:hover::before {
    opacity: 1;
}

.exp-bento-card:hover::after {
    opacity: 1;
}

/* Wide card spans 2 columns */
.exp-bento-card--wide {
    grid-column: span 2;
}

.exp-bento-inner {
    position: relative;
    z-index: 2;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
}

.exp-bento-card--wide .exp-bento-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
}

/* Icon container */
.exp-bento-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.08), rgba(239, 68, 68, 0.03));
    border: 1px solid rgba(239, 68, 68, 0.1);
    color: #ef4444;
    transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
}

.exp-bento-card:hover .exp-bento-icon {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.14), rgba(239, 68, 68, 0.06));
    border-color: rgba(239, 68, 68, 0.2);
    transform: scale(1.05);
}

/* Body text */
.exp-bento-body {
    flex: 1;
}

.exp-bento-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ef4444;
    background: rgba(239, 68, 68, 0.06);
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    margin-bottom: 0.85rem;
}

.exp-bento-card h3 {
    font-size: 1.4rem;
    font-weight: 750;
    color: #18181b;
    line-height: 1.25;
    margin-bottom: 0.6rem;
    letter-spacing: -0.02em;
}

.exp-bento-card p {
    font-size: 0.95rem;
    color: #71717a;
    line-height: 1.7;
}

/* Number watermark */
.exp-bento-number {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 0, 0, 0.025);
    letter-spacing: -0.04em;
    pointer-events: none;
    z-index: 1;
    user-select: none;
    transition: color 0.5s ease;
}

.exp-bento-card:hover .exp-bento-number {
    color: rgba(239, 68, 68, 0.06);
}

/* Section-light variant overrides (keep existing pattern structure) */
.section-light--pure {
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.06), transparent 32%),
        linear-gradient(180deg, #fcfcfb 0%, #f6f6f2 100%);
}

.section-light--mist {
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.07), transparent 34%),
        linear-gradient(180deg, #f7f7f5 0%, #f0f0ec 100%);
}

.section-light--stone {
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.05), transparent 35%),
        linear-gradient(180deg, #f4f1ed 0%, #ece7e1 100%);
}

.section-light--warm {
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.07), transparent 33%),
        linear-gradient(180deg, #faf6f1 0%, #f3ede6 100%);
}

.section-light--stone .process-pill,
.section-light--mist .contact-panel,
.section-light--mist .exp-bento-card,
.section-light--pure .target-card {
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.section-light--stone .process-pill {
    background: rgba(255, 255, 255, 0.7);
}

.section-light--mist .contact-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
}

.section-light--mist .exp-bento-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.7));
}

.section-light--pure .target-card {
    background: rgba(255, 255, 255, 0.82);
}

/* Enhanced section headings */
.section-heading-xl {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

/* Target client cards — bigger */
.target-card {
    position: relative;
    padding: 3rem;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    transition: border-color 0.4s ease, transform 0.4s ease;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

.target-card:hover {
    border-color: rgba(239, 68, 68, 0.18);
    transform: translateY(-4px);
}

.target-card .card-number {
    font-size: 4rem;
    font-weight: 800;
    color: rgba(255,255,255,0.04);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.target-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fafafa;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.target-card p {
    font-size: 0.95rem;
    color: #71717a;
    line-height: 1.65;
    margin-top: auto;
}

/* Counter animation */
@keyframes countUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

.stat-card.revealed .stat-number {
    animation: countUp 0.6s ease-out forwards;
}

.section-light .stats-grid {
    background: rgba(0,0,0,0.05);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.section-light .stat-card {
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.section-light .stat-card:hover {
    background: rgba(255,255,255,0.94);
}

.section-light .stat-number {
    color: #18181b;
}

.section-light .stat-description {
    color: #52525b;
}

.section-light .stat-counter {
    color: #a1a1aa;
}

/* ================================
   AUTHORITY PILLARS
   ================================ */

.authority-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);
    border-radius: 24px;
    overflow: hidden;
}

.authority-pillar {
    background: rgba(255,255,255,0.03);
    padding: 2.5rem 2rem;
    transition: background 0.4s ease;
    position: relative;
}

.authority-pillar:hover {
    background: rgba(255,255,255,0.06);
}

.authority-pillar-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 68, 68, 0.15);
    background: rgba(239, 68, 68, 0.06);
    transition: border-color 0.4s ease, background 0.4s ease;
}

.authority-pillar:hover .authority-pillar-icon {
    border-color: rgba(239, 68, 68, 0.3);
    background: rgba(239, 68, 68, 0.1);
}

.authority-pillar-icon svg {
    color: #f87171;
}

.authority-pillar h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fafafa;
    margin-bottom: 0.75rem;
    line-height: 1.35;
}

.authority-pillar p {
    font-size: 0.9rem;
    color: #71717a;
    line-height: 1.65;
}

/* ================================
   SECTION LIGHT — Alternating white sections (Lazarev-style)
   ================================ */

.section-light {
    background: #fafafa;
}

/* Headings in light sections */
.section-light .section-heading-xl {
    color: #18181b;
}

/* Authority pillars in light */
.section-light .authority-pillars {
    background: rgba(0,0,0,0.04);
}

.section-light .authority-pillar {
    background: #ffffff;
}

.section-light .authority-pillar:hover {
    background: #f8f8f8;
}

.section-light .authority-pillar h3 {
    color: #18181b;
}

.section-light .authority-pillar p {
    color: #71717a;
}

/* Expertise bento in light — inherits from exp-bento base */

/* (Dark testimonials — no light overrides needed) */

/* Process in light — Lazarev-style dark pills on white */
.section-light .process-columns,
.process-columns-light {
    background: transparent;
    border: none;
    border-radius: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    grid-template-columns: 1.7fr 1fr 1fr 0.8fr;
}

.section-light .process-column + .process-column {
    border-left-color: rgba(0,0,0,0.1);
}

.section-light .process-column-title {
    color: #71717a;
}

.section-light .process-pill {
    background: #18181b;
    border-color: #18181b;
}

.section-light .process-pill-text {
    color: #e4e4e7;
}

.section-light .process-pill-number {
    background: rgba(255,255,255,0.12);
    color: #d4d4d8;
}

.section-light .process-pill:hover {
    background: #27272a;
    border-color: #27272a;
    transform: translateX(4px);
}

/* Process cascade effect — first column pills stagger right */
.process-column--cascade .process-pill:nth-child(3) {
    margin-left: 0.75rem;
}

.process-column--cascade .process-pill:nth-child(4) {
    margin-left: 1.5rem;
}

.process-column--cascade .process-pill:nth-child(5) {
    margin-left: 2.25rem;
}

.process-column--cascade .process-pill:nth-child(6) {
    margin-left: 3rem;
}

.process-column--cascade .process-pill:nth-child(7) {
    margin-left: 3.75rem;
}

/* Process pill staggered reveal animation */
.process-pill {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.5s ease, transform 0.5s ease, margin-left 0s, background 0.35s ease, border-color 0.35s ease;
}

.process-pill.pill-visible {
    opacity: 1;
    transform: translateY(0);
}

/* FAQ in light */
.section-light .faq-item {
    border-color: rgba(0,0,0,0.08) !important;
}

.section-light .faq-trigger span {
    color: #18181b;
}

.section-light .faq-content p {
    color: #52525b;
}

.section-light .faq-icon {
    color: #a1a1aa;
}

.section-light .faq-item.is-open .faq-icon {
    color: #ef4444;
}

/* Target cards in light */
.section-light .target-card {
    background: #ffffff;
    border-color: rgba(0,0,0,0.06);
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.section-light .target-card:hover {
    border-color: rgba(239, 68, 68, 0.2);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.section-light .target-card h3 {
    color: #18181b;
}

.section-light .target-card p {
    color: #71717a;
}

.section-light .target-card .card-number {
    color: rgba(0,0,0,0.06);
}

.section-light ::selection {
    background: rgba(239, 68, 68, 0.2);
    color: #18181b;
}

.section-light ::-moz-selection {
    background: rgba(239, 68, 68, 0.2);
    color: #18181b;
}

.section-light .influe-input {
    background: #ffffff;
    border-color: rgba(0,0,0,0.08);
    color: #18181b;
}

.section-light #influe-contact-form,
.section-light select.influe-input {
    color-scheme: light;
}

.section-light select.influe-input option,
.section-light select.influe-input optgroup {
    background: #ffffff;
    color: #18181b;
}

.section-light .influe-input::placeholder {
    color: #a1a1aa;
}

.section-light .contact-icon-box {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.14);
}

.section-light #contact-feedback {
    background: rgba(24,24,27,0.04);
    color: #18181b;
    border: 1px solid rgba(0,0,0,0.06);
}

/* ================================
   RESPONSIVE — UPDATED
   ================================ */

@media (max-width: 1024px) {
    .exp-bento {
        grid-template-columns: repeat(2, 1fr);
    }

    .exp-bento-card--wide {
        grid-column: span 2;
    }

    .exp-bento-inner {
        padding: 2rem;
    }

    .exp-bento-card--wide .exp-bento-inner {
        flex-direction: column;
        gap: 1.25rem;
    }

    .exp-bento-number {
        font-size: 3.5rem;
    }

    .trust-panel {
        grid-template-columns: 1fr;
    }

    .trust-item + .trust-item {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .authority-pillars {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-card {
        min-height: 200px;
        padding: 2.25rem 2rem 2rem;
    }

    .service-sub-item {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .service-sub-arrow {
        display: none;
    }

    .service-accordion-title {
        font-size: 2rem;
    }

    .service-accordion-icon {
        width: 44px;
        height: 44px;
    }

    .process-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-columns-light,
    .section-light .process-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-column--cascade .process-pill {
        margin-left: 0 !important;
    }

    .process-column:nth-child(3),
    .process-column:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .section-light .process-column:nth-child(3),
    .section-light .process-column:nth-child(4) {
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .target-card {
        min-height: auto;
        padding: 2.25rem;
    }

    .exp-bento-card h3 {
        font-size: 1.25rem;
    }

    .process-pill-pill {
        grid-template-columns: 1fr;
    }

    .process-pill-row::before {
        display: none;
    }

    .process-pill-pill span + span {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 96px !important;
    }

    .exp-bento {
        grid-template-columns: 1fr;
    }

    .exp-bento-card--wide {
        grid-column: span 1;
    }

    .exp-bento-card--wide .exp-bento-inner {
        flex-direction: column;
        gap: 1.25rem;
    }

    .exp-bento-inner {
        padding: 1.75rem;
    }

    .exp-bento-number {
        font-size: 3rem;
        bottom: 1rem;
        right: 1.25rem;
    }

    .hero-trust-strip {
        grid-template-columns: 1fr 1fr;
    }

    .hero-trust-item {
        min-height: 82px;
    }

    .hero-trust-item:nth-child(3),
    .hero-trust-item:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .hero-trust-item:nth-child(3) {
        border-left: 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .authority-pillars {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 2.75rem;
    }

    .stat-card {
        min-height: 180px;
    }

    .process-columns {
        grid-template-columns: 1fr;
    }

    .process-columns-light,
    .section-light .process-columns {
        grid-template-columns: 1fr;
    }

    .process-column {
        padding: 2.5rem 0rem;
    }

    .process-column + .process-column {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .section-light .process-column + .process-column {
        border-top-color: rgba(0,0,0,0.1);
    }

    .container-wide {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .service-accordion-title {
        font-size: 1.5rem;
    }

    .service-accordion-trigger {
        padding: 1.75rem 1.25rem;
    }

    .service-accordion-icon {
        width: 40px;
        height: 40px;
    }

    .target-tab-index {
        min-width: 2.65rem;
    }

    .target-card .card-number {
        font-size: 2.5rem;
    }
}

.editor-content {
    color: #d4d4d8;
    font-size: 1.0625rem;
    line-height: 1.9;
}

.editor-content > * + * {
    margin-top: 1.1rem;
}

.editor-content p,
.editor-content ul,
.editor-content ol,
.editor-content blockquote,
.editor-content pre,
.editor-content table {
    margin: 1rem 0 0;
}

.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    color: #fafafa;
    font-weight: 700;
    line-height: 1.2;
    margin: 2.25rem 0 0.9rem;
}

.editor-content h2 {
    font-size: clamp(1.65rem, 2.5vw, 2.1rem);
}

.editor-content h3 {
    font-size: clamp(1.3rem, 2vw, 1.55rem);
}

.editor-content h4,
.editor-content h5,
.editor-content h6 {
    font-size: 1.1rem;
}

.editor-content strong,
.editor-content b {
    color: #fafafa;
    font-weight: 700;
}

.editor-content a {
    color: #fca5a5;
    text-decoration: underline;
    text-decoration-color: rgba(248, 113, 113, 0.4);
    text-underline-offset: 0.18em;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.editor-content a:hover {
    color: #fecaca;
    text-decoration-color: rgba(252, 165, 165, 0.8);
}

.editor-content ul,
.editor-content ol {
    padding-left: 1.35rem;
}

.editor-content ul {
    list-style: disc;
}

.editor-content ol {
    list-style: decimal;
}

.editor-content li + li {
    margin-top: 0.45rem;
}

.editor-content blockquote {
    border-left: 2px solid rgba(239, 68, 68, 0.4);
    padding-left: 1rem;
    color: #e4e4e7;
}

.editor-content hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 2rem 0;
}

.editor-content table {
    width: 100%;
    border-collapse: collapse;
}

.editor-content th,
.editor-content td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.75rem 0.85rem;
    text-align: left;
    vertical-align: top;
}

.editor-content th {
    color: #fafafa;
    font-weight: 600;
}

.editor-content :where(.wp-block-group, .wp-block-columns, .wp-block-column) {
    margin-top: 1.1rem;
}
