/* Custom CSS for WVKConnect */
/* Add any custom styles here that extend beyond Tailwind classes */

/* Theme Variables */
:root {
    --bg-primary: #ffffff;
    --bg-secondary: #f8f9fa;
    --bg-tertiary: #f1f5f9;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-muted: #9ca3af;
    --border-color: #e5e7eb;
    --card-bg: #ffffff;
    --nav-bg: #ffffff;
    --footer-bg: #f9fafb;
    --shadow: rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] {
    --bg-primary: #111827;
    --bg-secondary: #1f2937;
    --bg-tertiary: #374151;
    --text-primary: #f9fafb;
    --text-secondary: #d1d5db;
    --text-muted: #9ca3af;
    --border-color: #374151;
    --card-bg: #1f2937;
    --nav-bg: #1f2937;
    --footer-bg: #111827;
    --shadow: rgba(0, 0, 0, 0.3);
}

body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.landing-page {
    background: radial-gradient(circle at 9% 11%, rgba(255, 203, 175, 0.22), transparent 35%),
                radial-gradient(circle at 94% 86%, rgba(255, 230, 212, 0.38), transparent 32%),
                linear-gradient(155deg, #fff9f5 0%, #ffffff 70%);
}

.ih-heading {
    font-family: 'Montserrat', sans-serif;
}

.ih-muted {
    color: #5b6475;
    font-family: 'DM Sans', sans-serif;
}

.ih-highlight {
    color: #F2591C;
}

.ih-eyebrow {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid #ffd8c5;
    background: #fff6f1;
    color: #b94d1d;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ih-btn {
    background: #161616;
    color: #fff;
    border-radius: 9999px;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ih-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.ih-btn.cta {
    background: linear-gradient(135deg, #F2591C 0%, #ff7d42 100%);
    color: #fff;
}

.ih-btn.cta:hover {
    background: linear-gradient(135deg, #d94910 0%, #f36d2b 100%);
}

.ih-btn-outline {
    background: #fff;
    color: #1f2937;
    border: 1px solid #e7d7ce;
}

.ih-btn-outline:hover {
    background: #fff6f1;
}

.ih-proof {
    color: #88533a;
    font-family: 'DM Sans', sans-serif;
}

.ih-kpi {
    border: 1px solid #ffdcca;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.55rem;
    text-align: center;
}

.ih-kpi span {
    display: block;
    color: #F2591C;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.1;
}

.ih-kpi small {
    color: #935336;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.ih-hero-stack {
    perspective: 1200px;
}

.ih-hero-backplate {
    position: absolute;
    z-index: 1;
    inset: 1.2rem -1.2rem -1.2rem 1.2rem;
    border-radius: 1.6rem;
    background: linear-gradient(160deg, #fff2e5 0%, #ffd8bd 100%);
    box-shadow: 0 16px 34px rgba(242, 89, 28, 0.16);
}

.ih-hero-frame {
    position: relative;
    border-radius: 1.7rem;
    overflow: hidden;
    border: 1px solid #f4e0d2;
    box-shadow: 0 20px 48px rgba(19, 17, 14, 0.24);
    background: #fff;
}

.ih-hero-image {
    display: block;
    border-radius: 1.5rem;
    object-position: center 30%;
    transform: scale(1.02);
}

.ih-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31, 24, 18, 0.04) 18%, rgba(31, 24, 18, 0.34) 100%);
    pointer-events: none;
}

.ih-hero-caption-card {
    position: absolute;
    z-index: 11;
    right: -0.9rem;
    bottom: 1.1rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #f0d8c8;
    box-shadow: 0 12px 24px rgba(26, 18, 11, 0.16);
    color: #6a3b24;
    font-family: 'DM Sans', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    padding: 0.6rem 0.72rem;
}

.ih-hero-caption-card strong {
    color: #a24820;
    line-height: 1.1;
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ih-hero-caption-card small {
    color: #7b4d36;
    font-size: 0.7rem;
    line-height: 1.1;
}

.ih-section-title {
    color: #151920;
}

.ih-card {
    background: #fff;
    border: 1px solid #f2dfd4;
    box-shadow: 0 10px 26px rgba(31, 24, 18, 0.07);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ih-card:hover {
    box-shadow: 0 16px 34px rgba(31, 24, 18, 0.12);
    transform: translateY(-3px);
}

.ih-step-card {
    background: linear-gradient(180deg, #ffffff, #fff9f5);
    border: 1px solid #f3e2d8;
    box-shadow: 0 10px 24px rgba(31, 24, 18, 0.06);
}

.ih-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: #F2591C;
    color: #fff;
    font-weight: 800;
}

.ih-role-cta {
    background: linear-gradient(135deg, #fff4ed 0%, #fff9f5 100%);
    border: 1px solid #f5ded2;
    box-shadow: 0 12px 30px rgba(242, 89, 28, 0.09);
}

.ih-reveal {
    animation: ihFadeUp 0.7s ease both;
}

.ih-reveal-delay-1 {
    animation-delay: 0.12s;
}

.ih-reveal-delay-2 {
    animation-delay: 0.2s;
}

@keyframes ihFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.theme-transition {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Custom scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #F2591C;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #e04a0f;
}

/* Custom focus styles for better accessibility */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid #F2591C;
    outline-offset: 2px;
}

/* Custom animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.3s ease-out;
}

/* Custom hover effects */
.app-card {
    transition: all 0.3s ease;
}

.app-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Responsive utilities */
@media (max-width: 640px) {
    .mobile-full-width {
        width: 100%;
    }

    .ih-hero-backplate {
        inset: 0.8rem -0.8rem -0.8rem 0.8rem;
    }

    .ih-hero-caption-card {
        right: 0.45rem;
        bottom: 0.45rem;
        padding: 0.48rem 0.55rem;
    }
}

/* Print styles */
@media print {
    .no-print {
        display: none !important;
    }

    .print-break {
        page-break-before: always;
    }
}