.campaign-home .hero,
.service-page .hero {
    padding: 0;
    text-align: left;
}

.hub-main,
.service-main {
    padding-bottom: 4rem;
}

.hub-hero,
.service-hero {
    padding: clamp(3.75rem, 9vw, 7rem) 0 clamp(3rem, 8vw, 5rem);
    position: relative;
    overflow: hidden;
}

.hub-hero::before,
.service-hero::before {
    content: '';
    position: absolute;
    inset: auto auto -180px -120px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(48, 253, 40, 0.16), transparent 70%);
    pointer-events: none;
}

.hub-hero::after,
.service-hero::after {
    content: '';
    position: absolute;
    inset: 10% -120px auto auto;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.14), transparent 70%);
    pointer-events: none;
}

.hub-hero__layout,
.service-hero__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 460px);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.hub-hero__copy,
.service-hero__copy {
    max-width: 700px;
}

.hub-hero__copy h1,
.service-hero__copy h1 {
    margin: 0;
    font-size: clamp(2.7rem, 7vw, 5.5rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.hub-hero__lead,
.service-hero__lead {
    margin: 1.4rem 0 0;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: var(--text-muted);
    max-width: 62ch;
}

.hub-hero__how {
    margin: 1rem 0 0;
    max-width: 62ch;
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.7;
}

.hub-hero__how strong {
    color: var(--text-color);
}

.hub-hero__actions,
.service-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.hub-hero__microproof,
.service-hero__microproof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.hub-chip,
.service-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.72rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-color);
    font-size: 0.92rem;
    line-height: 1.25;
}

.hub-chip::before,
.service-chip::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 12px rgba(48, 253, 40, 0.55);
    flex: 0 0 auto;
}

.hub-hero__panel,
.service-hero__panel {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.92), rgba(10, 10, 10, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    box-shadow: var(--shadow-soft);
    padding: 1.4rem;
    position: relative;
    overflow: hidden;
}

.hub-hero__panel::before,
.service-hero__panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(48, 253, 40, 0.08), transparent 38%, rgba(99, 102, 241, 0.12));
    pointer-events: none;
}

.hero-stack {
    display: grid;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.hero-signal-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 1.1rem 1.15rem;
}

.hero-signal-card__label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-signal-card__label::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 10px rgba(48, 253, 40, 0.65);
}

.hero-signal-card h3,
.service-panel-card h3,
.decision-card h3,
.pain-card h3,
.proof-placeholder h3,
.flow-step h3,
.result-card h3,
.custom-signal__card h3,
.contact-panel h2,
.trust-panel h2,
.service-story h2,
.metrics-section h2 {
    margin: 0;
    line-height: 1.1;
}

.hero-signal-card h3 {
    margin-top: 0.85rem;
    font-size: 1.25rem;
}

.hero-signal-card p {
    margin: 0.65rem 0 0;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.hero-signal-card__cta {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--text-color);
    font-size: 0.93rem;
    font-weight: 600;
}

.hero-signal-card__cta::after {
    content: '→';
    color: var(--accent);
}

.section-shell {
    padding: clamp(3.4rem, 8vw, 5.5rem) 0;
}

.section-shell--alt {
    background: rgba(16, 19, 25, 0.34);
}

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

.decision-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(9, 10, 10, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-soft);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.decision-card:hover {
    transform: translateY(-6px);
    border-color: rgba(48, 253, 40, 0.28);
    box-shadow: var(--shadow-hover);
}

.decision-card--custom {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.2rem;
}

.decision-card__eyebrow,
.service-panel-card__eyebrow,
.placeholder-tag,
.kicker-inline {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--accent);
}

.decision-card p,
.service-panel-card p,
.pain-card p,
.flow-step p,
.result-card p,
.proof-placeholder p,
.custom-signal__card p,
.contact-panel__lead,
.service-story__lead,
.metrics-section__lead,
.trust-panel p {
    margin: 0;
    color: var(--text-muted);
}

.decision-card__list,
.signal-list,
.flow-list,
.result-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.decision-card__list li,
.signal-list li,
.flow-list li,
.result-list li {
    position: relative;
    padding-left: 1.2rem;
    color: var(--text-color);
    font-size: 0.98rem;
}

.decision-card__list li::before,
.signal-list li::before,
.flow-list li::before,
.result-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.52rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 10px rgba(48, 253, 40, 0.5);
}

.inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.pain-grid,
.flow-grid,
.result-grid,
.placeholder-grid,
.trust-grid,
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.pain-card,
.flow-step,
.result-card,
.proof-placeholder,
.trust-panel,
.metrics-card,
.service-panel-card {
    background: rgba(17, 17, 17, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 1.6rem;
}

.pain-card__index,
.flow-step__index,
.metrics-card__index {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: #000;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.pain-card--danger .pain-card__index {
    background: #ff453a;
    color: #fff;
}

.ops-layout,
.contact-layout,
.service-story,
.service-proof {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 420px);
    gap: 1.6rem;
    align-items: stretch;
}

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

.service-panel-card {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.service-story__lead,
.metrics-section__lead,
.contact-panel__lead {
    font-size: 1.04rem;
    line-height: 1.75;
}

.proof-placeholder,
.service-hero__placeholder {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    background:
        linear-gradient(145deg, rgba(48, 253, 40, 0.08), transparent 40%),
        linear-gradient(325deg, rgba(99, 102, 241, 0.12), transparent 45%),
        rgba(10, 10, 10, 0.96);
}

.proof-placeholder::before,
.service-hero__placeholder::before {
    content: '';
    position: absolute;
    inset: 16px;
    border-radius: 18px;
    border: 1px dashed rgba(255, 255, 255, 0.14);
}

.proof-placeholder__content,
.service-hero__placeholder-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.placeholder-tag {
    display: inline-flex;
    width: fit-content;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    background: rgba(48, 253, 40, 0.12);
}

.placeholder-lines {
    display: grid;
    gap: 0.75rem;
}

.placeholder-lines span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
}

.placeholder-lines span:nth-child(1) {
    width: 82%;
}

.placeholder-lines span:nth-child(2) {
    width: 64%;
}

.placeholder-lines span:nth-child(3) {
    width: 72%;
}

.placeholder-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.placeholder-metric {
    display: grid;
    gap: 0.25rem;
}

.placeholder-metric strong {
    font-size: 2rem;
    line-height: 1;
}

.placeholder-metric span {
    color: var(--text-muted);
    font-size: 0.88rem;
}

.trust-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: stretch;
}

.trust-showcase {
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    gap: 1.5rem;
    align-items: stretch;
}

.trust-callout,
.trust-proof {
    background: rgba(10, 10, 10, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: clamp(1.5rem, 3vw, 2rem);
    box-shadow: var(--shadow-soft);
}

.trust-callout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.trust-callout__year {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(48, 253, 40, 0.12);
    border: 1px solid rgba(48, 253, 40, 0.22);
    color: var(--accent);
    font-size: 0.84rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.trust-callout h3,
.trust-proof h3 {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    line-height: 1.08;
}

.trust-callout p,
.trust-proof p {
    margin: 0;
    color: var(--text-muted);
}

.trust-proof {
    display: grid;
    gap: 1rem;
}

.trust-proof .logo-carousel-container {
    margin-top: 0.35rem;
}

.trust-proof .logo-track {
    gap: 3rem;
    animation-duration: 70s;
}

.trust-proof .logo-item {
    height: 110px;
    max-width: 240px;
}

.trust-proof__eyebrow {
    margin: 0;
    color: var(--accent);
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.trust-proof__note {
    line-height: 1.75;
}

.trust-proof__note strong {
    color: var(--text-color);
}

.trust-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 0.25rem;
}

.trust-logo-card {
    min-height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-logo-card img {
    width: 100%;
    max-width: 160px;
    max-height: 54px;
    object-fit: contain;
    filter: grayscale(1) brightness(0.96);
    opacity: 0.92;
}

.trust-panel h2,
.contact-panel h2,
.service-story h2,
.metrics-section h2 {
    font-size: clamp(1.6rem, 3.4vw, 2.35rem);
    line-height: 1.1;
}

.contact-panel,
.contact-form-card {
    background: rgba(10, 10, 10, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: clamp(1.5rem, 3vw, 2rem);
    box-shadow: var(--shadow-soft);
}

.contact-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.contact-promise {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.contact-promise__row {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.contact-promise__row::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 12px rgba(48, 253, 40, 0.6);
    flex: 0 0 auto;
    margin-top: 0.45rem;
}

.lead-form {
    display: grid;
    gap: 1rem;
}

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

.lead-form__field,
.lead-form__field--full {
    display: grid;
    gap: 0.45rem;
}

.lead-form__field--full {
    grid-column: 1 / -1;
}

.lead-form label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-color);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-color);
    padding: 0.95rem 1rem;
    font: inherit;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    outline: none;
    border-color: rgba(48, 253, 40, 0.42);
    box-shadow: 0 0 0 4px rgba(48, 253, 40, 0.08);
}

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

.lead-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
}

.lead-form__note,
.lead-form__hint,
.page-return,
.back-link {
    color: var(--text-muted);
    font-size: 0.92rem;
}

#main-form-status-message {
    min-height: 1.3rem;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.custom-signal {
    padding-top: 0;
}

.custom-signal__card {
    background: linear-gradient(135deg, rgba(48, 253, 40, 0.08), rgba(10, 10, 10, 0.96));
    border: 1px solid rgba(48, 253, 40, 0.2);
    border-radius: 30px;
    padding: clamp(1.8rem, 4vw, 2.4rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
}

.metrics-card strong,
.result-card strong {
    font-size: 1.15rem;
}

.metrics-card p,
.result-card p {
    margin-top: 0.65rem;
}

.metrics-card {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.metrics-card__index {
    margin-bottom: 0.65rem;
}

.service-hero__placeholder {
    min-height: 100%;
    padding: 1.35rem;
}

.service-hero__placeholder-content {
    min-height: 420px;
}

.service-hero__video-frame {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.service-hero__video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.service-page--attendance .service-hero__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
}

.service-page--attendance .service-hero__copy {
    max-width: 880px;
}

.service-page--attendance .service-hero__copy h1 {
    max-width: 11ch;
}

.service-page--attendance .service-hero__placeholder {
    max-width: 1080px;
    padding: 1.2rem;
    border-radius: 32px;
}

.service-page--attendance .service-hero__placeholder::before {
    display: none;
}

.service-page--attendance .service-hero__placeholder-content {
    min-height: 0;
    gap: 1.4rem;
}

.service-page--attendance .service-hero__video-frame {
    width: 100%;
    border-radius: 24px;
    background: #050505;
}

.service-page--attendance .service-hero__video {
    height: auto;
    object-fit: contain;
}

.service-page--attendance .service-inline-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-page--attendance .service-hero__media-header h3 {
    margin-top: 0.75rem;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.service-page--attendance .service-hero__media-header p {
    margin-top: 0.7rem;
    max-width: 70ch;
}

.service-page--sales .service-hero__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
}

.service-page--sales .service-hero__copy {
    max-width: 880px;
}

.service-page--sales .service-hero__copy h1 {
    max-width: 11ch;
}

.service-page--sales .service-hero__placeholder {
    max-width: 1080px;
    padding: 1.2rem;
    border-radius: 32px;
}

.service-page--sales .service-hero__placeholder::before {
    display: none;
}

.service-page--sales .service-hero__placeholder-content {
    min-height: 0;
    gap: 1.4rem;
}

.service-page--sales .service-inline-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-page--sales .service-hero__media-header h3 {
    margin-top: 0.75rem;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.service-page--sales .service-hero__media-header p {
    margin-top: 0.7rem;
    max-width: 70ch;
}

.service-page--sales .service-hero__video-frame {
    width: 100%;
    border-radius: 24px;
    background: #050505;
}

.service-page--sales .service-hero__video {
    height: auto;
    object-fit: contain;
}

.service-hero__placeholder-grid {
    display: grid;
    gap: 0.85rem;
}

.service-hero__placeholder-grid span {
    display: block;
    min-height: 74px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

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

.page-return {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
}

.page-return::before {
    content: '←';
    color: var(--accent);
}

.logo-carousel-container {
    margin-top: 1.6rem;
}

@media (max-width: 1100px) {
    .hub-hero__layout,
    .service-hero__layout,
    .ops-layout,
    .contact-layout,
    .service-story,
    .service-proof,
    .trust-grid,
    .trust-showcase {
        grid-template-columns: 1fr;
    }

    .decision-card--custom,
    .custom-signal__card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .decision-grid,
    .pain-grid,
    .flow-grid,
    .result-grid,
    .placeholder-grid,
    .metrics-grid,
    .service-inline-cards {
        grid-template-columns: 1fr;
    }

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

    .hub-hero__layout,
    .service-hero__layout {
        grid-template-columns: 1fr;
    }

    .hub-hero__copy h1,
    .service-hero__copy h1 {
        max-width: 12ch;
    }

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

    .lead-form__grid {
        grid-template-columns: 1fr;
    }

    .trust-proof .logo-item {
        height: 96px;
        max-width: 210px;
    }

    .service-page--attendance .service-inline-cards {
        grid-template-columns: 1fr;
    }

    .service-page--sales .service-inline-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hub-main,
    .service-main {
        padding-bottom: 3rem;
    }

    .trust-logo-grid {
        grid-template-columns: 1fr;
    }

    .trust-proof .logo-track {
        gap: 2.2rem;
    }

    .trust-proof .logo-item {
        height: 82px;
        max-width: 180px;
    }

    .hub-hero,
    .service-hero,
    .section-shell {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hub-hero__copy h1,
    .service-hero__copy h1 {
        font-size: clamp(2.3rem, 14vw, 3.6rem);
        max-width: 100%;
    }

    .decision-card,
    .pain-card,
    .flow-step,
    .result-card,
    .proof-placeholder,
    .trust-panel,
    .trust-callout,
    .trust-proof,
    .service-panel-card,
    .contact-panel,
    .contact-form-card,
    .hub-hero__panel,
    .service-hero__placeholder,
    .custom-signal__card {
        border-radius: 24px;
        padding: 1.35rem;
    }

    .hub-hero__actions,
    .service-hero__actions,
    .lead-form__actions,
    .inline-links {
        flex-direction: column;
        align-items: stretch;
    }

    .hub-hero__actions .btn,
    .service-hero__actions .btn,
    .lead-form__actions .btn,
    .custom-signal__card .btn {
        width: 100%;
    }

    .service-hero__placeholder-content {
        min-height: 320px;
    }

    .hero-signal-card__cta,
    .page-return,
    .lead-form__note,
    .lead-form__hint {
        font-size: 0.88rem;
    }
}
