/*
===============================================================================
BIG TEXAN D2C - CORPORATE GIFTS PAGE STYLES
===============================================================================
Styles specific to the corporate gifts page (pages/corporate-gifts.html)
Uses global tokens from globals.css
===============================================================================
*/

/* Hero uses shared .page-hero + .page-hero--neon from globals.css. */

/* --- WHY CHOOSE SECTION (dark neon) ---
   Background handled by globals.css .page-section / --neon. */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.benefit-card {
    text-align: center;
    padding: 2rem;
    background: rgba(31, 10, 13, 0.6);
    border: 1px solid rgba(255, 210, 0, 0.18);
    border-radius: var(--radius-md);
    transition: all var(--transition-base);
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 24px rgba(255, 210, 0, 0.2);
    border-color: rgba(255, 210, 0, 0.4);
}

.benefit-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    color: var(--texan-yellow);
    filter: drop-shadow(0 0 6px rgba(255, 210, 0, 0.4));
}

.benefit-icon svg {
    width: 100%;
    height: 100%;
}

.benefit-title {
    font-size: var(--text-lg);
    color: var(--brand-cream);
    margin-bottom: 0.75rem;
}

.benefit-description {
    font-size: var(--text-sm);
    color: var(--brand-cream);
    opacity: 0.85;
    line-height: 1.6;
    margin: 0;
}

/* --- HOW IT WORKS SECTION (lit cream panel) ---
   Background handled by globals.css .page-section / --lit-cream. */

.steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
}

.step-card {
    flex: 1;
    max-width: 240px;
    text-align: center;
    padding: 1.5rem;
}

.step-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background: var(--brand-maroon-soft);
    color: var(--brand-cream);
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    border-radius: 50%;
}

.step-title {
    font-size: var(--text-base);
    color: var(--brand-maroon);
    margin-bottom: 0.5rem;
}

.step-description {
    font-size: var(--text-sm);
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

.step-connector {
    width: 32px;
    height: 32px;
    color: var(--brand-tan);
    margin-top: 1.5rem;
    flex-shrink: 0;
}

.step-connector svg {
    width: 100%;
    height: 100%;
}

/* --- VOLUME PRICING SECTION (dark neon) ---
   Background handled by globals.css .page-section / --neon. */

.pricing-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.pricing-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.pricing-tier {
    position: relative;
    background: rgba(31, 10, 13, 0.6);
    color: var(--brand-cream);
    border-radius: var(--radius-md);
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid rgba(255, 210, 0, 0.18);
    transition: all var(--transition-base);
}

.pricing-tier:hover {
    border-color: rgba(255, 210, 0, 0.4);
    box-shadow: 0 0 18px rgba(255, 210, 0, 0.15);
}

.pricing-tier.featured {
    background: rgba(255, 210, 0, 0.06);
    color: var(--brand-cream);
    transform: scale(1.05);
    border: 2px solid var(--texan-yellow);
    box-shadow: 0 0 25px rgba(255, 210, 0, 0.35), inset 0 0 12px rgba(255, 210, 0, 0.05);
}

.pricing-tier.featured:hover {
    border-color: var(--texan-yellow);
}

.tier-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--texan-yellow);
    color: var(--brand-maroon);
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: var(--radius-full);
    white-space: nowrap;
}

.tier-header {
    margin-bottom: 1rem;
}

.tier-range {
    display: block;
    font-size: var(--text-sm);
    font-weight: 600;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.tier-discount {
    display: block;
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
}

.pricing-tier.featured .tier-discount {
    color: var(--texan-yellow);
}

.tier-description {
    font-size: var(--text-sm);
    line-height: 1.5;
    margin: 0;
}

.pricing-tier.featured .tier-description {
    opacity: 0.9;
}

.pricing-requirements {
    background: rgba(31, 10, 13, 0.6);
    border: 1px solid rgba(255, 210, 0, 0.18);
    padding: 2rem;
    border-radius: var(--radius-md);
    border-left: 4px solid var(--texan-yellow);
}

.requirements-title {
    font-size: var(--text-lg);
    color: var(--texan-yellow);
    margin-bottom: 1.25rem;
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.requirements-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    font-size: var(--text-base);
    color: var(--brand-cream);
    opacity: 0.9;
    border-bottom: 1px solid rgba(255, 210, 0, 0.12);
}

.requirements-list li:last-child {
    border-bottom: none;
}

.requirements-list svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--texan-yellow);
    filter: drop-shadow(0 0 4px rgba(255, 210, 0, 0.4));
}

.requirements-note {
    font-size: var(--text-sm);
    color: var(--brand-cream);
    opacity: 0.7;
    font-style: italic;
    margin: 0;
}

/* --- CORPORATE OPTIONS SECTION (dark neon-2) ---
   Background handled by globals.css .page-section / --neon-2. */

.options-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.option-card {
    background: rgba(31, 10, 13, 0.6);
    border: 1px solid rgba(255, 210, 0, 0.18);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: all var(--transition-base);
}

.option-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 24px rgba(255, 210, 0, 0.2);
    border-color: rgba(255, 210, 0, 0.4);
}

.option-image {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.option-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-base);
}

.option-card:hover .option-image img {
    transform: scale(1.05);
}

.option-content {
    padding: 1.5rem;
}

.option-title {
    font-size: var(--text-lg);
    color: var(--brand-cream);
    margin-bottom: 0.5rem;
}

.option-best-for {
    font-size: var(--text-xs);
    font-weight: 700;
    color: var(--texan-yellow);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.option-description {
    font-size: var(--text-sm);
    color: var(--brand-cream);
    opacity: 0.85;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.option-price {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    color: var(--texan-yellow);
}

/* E-Gift Card Promo */
.egift-promo {
    background: rgba(255, 210, 0, 0.06);
    border: 1px solid var(--texan-yellow);
    border-radius: var(--radius-md);
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(255, 210, 0, 0.15);
}

.egift-title {
    font-size: var(--text-2xl);
    color: var(--texan-yellow);
    margin-bottom: 0.75rem;
    text-shadow: 0 0 10px rgba(255, 210, 0, 0.3);
}

.egift-description {
    font-size: var(--text-base);
    color: var(--brand-cream);
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 1.5rem;
}

/* --- USE CASES SECTION (dark neon) ---
   Background handled by globals.css .page-section / --neon. */

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.use-case-card {
    background: rgba(31, 10, 13, 0.6);
    border: 1px solid rgba(255, 210, 0, 0.18);
    padding: 2rem;
    border-radius: var(--radius-md);
    text-align: center;
    transition: all var(--transition-base);
}

.use-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 18px rgba(255, 210, 0, 0.2);
    border-color: rgba(255, 210, 0, 0.35);
}

.use-case-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    color: var(--texan-yellow);
    filter: drop-shadow(0 0 6px rgba(255, 210, 0, 0.4));
}

.use-case-icon svg {
    width: 100%;
    height: 100%;
}

.use-case-title {
    font-size: var(--text-lg);
    color: var(--brand-cream);
    margin-bottom: 0.5rem;
}

.use-case-description {
    font-size: var(--text-sm);
    color: var(--brand-cream);
    opacity: 0.85;
    line-height: 1.6;
    margin: 0;
}

/* --- INQUIRY SECTION (lit cream panel) ---
   Background handled by globals.css .page-section / --lit-cream. */

.inquiry-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    align-items: start;
}

.inquiry-form-wrapper {
    background: var(--bg-surface);
    padding: 2.5rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
}

.inquiry-title {
    font-size: var(--text-2xl);
    color: var(--brand-maroon);
    margin-bottom: 0.5rem;
}

.inquiry-intro {
    font-size: var(--text-base);
    color: var(--text-secondary);
    margin-bottom: 2rem;
}

.inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label {
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--text-primary);
}

.form-label .required {
    color: var(--color-error);
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
    background: var(--bg-core);
}

.inquiry-form textarea {
    resize: vertical;
    min-height: 100px;
}

.btn-submit {
    align-self: flex-start;
    min-width: 180px;
}

/* Success Message */
.inquiry-success {
    text-align: center;
    padding: 3rem 2rem;
}

.inquiry-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    color: var(--color-success);
}

.inquiry-success-icon svg {
    width: 100%;
    height: 100%;
}

.inquiry-success-title {
    font-size: var(--text-2xl);
    color: var(--brand-maroon);
    margin-bottom: 0.75rem;
}

.inquiry-success-text {
    font-size: var(--text-base);
    color: var(--text-secondary);
    max-width: 400px;
    margin: 0 auto;
}

/* Contact Alternative */
.contact-alternative {
    background: var(--brand-maroon);
    padding: 2.5rem;
    border-radius: var(--radius-md);
    color: var(--brand-cream);
}

.contact-alt-title {
    font-size: var(--text-2xl);
    color: var(--texan-yellow);
    margin-bottom: 0.5rem;
}

.contact-alt-text {
    font-size: var(--text-base);
    opacity: 0.9;
    margin-bottom: 2rem;
}

.contact-alt-methods {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.contact-alt-method {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-alt-method svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--texan-yellow);
}

.contact-alt-method a {
    font-size: var(--text-lg);
    font-weight: 600;
    color: var(--brand-cream);
    transition: color var(--transition-fast);
}

.contact-alt-method a:hover {
    color: var(--texan-yellow);
}

.contact-alt-hours {
    font-size: var(--text-sm);
    opacity: 0.8;
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* --- FAQ SECTION (dark neon) ---
   Background handled by globals.css .page-section / --neon. */

.corporate-faq .accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-more {
    text-align: center;
    margin-top: 2rem;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-container {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .step-connector {
        display: none;
    }

    .step-card {
        flex: 0 0 calc(50% - 0.5rem);
        max-width: none;
        background: var(--bg-surface);
        border-radius: var(--radius-md);
    }

    .pricing-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pricing-tier.featured {
        transform: none;
    }

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

    .use-cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .inquiry-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-alternative {
        order: -1;
    }
}

@media (max-width: 768px) {
    /* .page-hero mobile rules live in globals.css. */

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .step-card {
        flex: 1 1 100%;
    }

    .pricing-tiers {
        grid-template-columns: 1fr;
    }

    .options-grid {
        grid-template-columns: 1fr;
    }

    .use-cases-grid {
        grid-template-columns: 1fr;
    }

    .inquiry-form-wrapper {
        padding: 1.5rem;
        max-width: 100%;
        min-width: 0;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .btn-submit {
        width: 100%;
    }

    .contact-alternative {
        padding: 1.5rem;
        max-width: 100%;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .contact-alt-method {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}
