/* ============================================
   deutlich-sichtbar — Recruiting Page
   Direction A: Editorial Precision
   Pure vanilla CSS, zero dependencies
   ============================================ */

/* --- Font Face Declarations --- */
@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/dm-serif-display-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/dm-serif-display-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/dm-sans-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/dm-sans-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/dm-sans-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/dm-sans-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/dm-sans-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/dm-sans-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- Design Tokens --- */
:root {
    --font-display: 'DM Serif Display', Georgia, 'Times New Roman', serif;
    --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --color-ink: #0f172a;
    --color-body: #475569;
    --color-muted: #94a3b8;
    --color-border: #e2e8f0;
    --color-surface: #ffffff;
    --color-canvas: #faf9f7;
    --color-canvas-alt: #f1f0ed;
    --color-accent: #2198d5;
    --color-accent-hover: #1a7db8;
    --color-accent-subtle: #e8f4fb;
    --color-dark: #0f172a;
    --color-dark-surface: #1e293b;
    --color-positive: #10b981;

    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;
    --space-5xl: 8rem;

    --max-w: 1200px;
    --max-w-narrow: 800px;
    --radius: 0.75rem;
    --radius-lg: 1.25rem;
    --radius-full: 9999px;

    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.16);
}

/* --- Reset --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    color: var(--color-body);
    background: var(--color-canvas);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

ul { list-style: none; }

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 400;
    color: var(--color-ink);
    line-height: 1.15;
}

/* --- Utilities --- */
.container {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

.container--narrow {
    max-width: var(--max-w-narrow);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

/* --- Animations --- */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-32px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(32px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children */
.reveal-stagger .reveal:nth-child(1) { transition-delay: 0s; }
.reveal-stagger .reveal:nth-child(2) { transition-delay: 0.08s; }
.reveal-stagger .reveal:nth-child(3) { transition-delay: 0.16s; }
.reveal-stagger .reveal:nth-child(4) { transition-delay: 0.24s; }
.reveal-stagger .reveal:nth-child(5) { transition-delay: 0.32s; }
.reveal-stagger .reveal:nth-child(6) { transition-delay: 0.4s; }
.reveal-stagger .reveal:nth-child(7) { transition-delay: 0.48s; }
.reveal-stagger .reveal:nth-child(8) { transition-delay: 0.56s; }

/* ============================
   NAVIGATION
   ============================ */
.nav {
    position: fixed;
    top: var(--space-lg);
    left: var(--space-lg);
    right: var(--space-lg);
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    background: var(--color-surface);
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-logo:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-lg);
}

.nav-logo img {
    height: 36px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    background: var(--color-surface);
    padding: var(--space-xs);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-md);
}

.nav-link {
    padding: var(--space-xs) var(--space-lg);
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-body);
    transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover {
    color: var(--color-ink);
    background: var(--color-canvas);
}

.nav-link--primary {
    background: var(--color-accent);
    color: white;
    font-weight: 700;
}

.nav-link--primary:hover {
    background: var(--color-accent-hover);
    color: white;
}

/* ============================
   HERO
   ============================ */
.hero {
    padding: calc(var(--space-5xl) + 2rem) 0 var(--space-5xl);
    background: var(--color-canvas);
}

.hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3xl);
    align-items: center;
}

.hero__badge {
    display: inline-block;
    padding: var(--space-xs) var(--space-lg);
    background: var(--color-accent-subtle);
    color: var(--color-accent);
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    margin-bottom: var(--space-lg);
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__title {
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    margin-bottom: var(--space-lg);
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.hero__lead {
    font-size: 1.2rem;
    line-height: 1.7;
    color: var(--color-body);
    margin-bottom: var(--space-xl);
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

/* Checklist */
.checklist {
    margin-bottom: var(--space-2xl);
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.checklist li {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
    font-size: 1rem;
    color: var(--color-body);
}

.checklist li::before {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: 50%;
    background: var(--color-accent);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}

/* CTA Button */
.btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-md) var(--space-xl);
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn--primary {
    background: var(--color-accent);
    color: white;
    box-shadow: 0 4px 16px rgba(33, 152, 213, 0.3);
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.btn--primary:hover {
    background: var(--color-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(33, 152, 213, 0.4);
}

.btn--primary::after {
    content: '\2192';
    transition: transform 0.2s ease;
}

.btn--primary:hover::after {
    transform: translateX(4px);
}

.btn--white {
    background: white;
    color: var(--color-ink);
    box-shadow: var(--shadow-md);
}

.btn--white:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn--ghost {
    background: rgba(255,255,255,0.12);
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
}

.btn--ghost:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* Hero visual */
.hero__visual {
    position: relative;
    animation: slideInRight 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.hero__visual img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    width: 100%;
}

.hero__floating-card {
    position: absolute;
    bottom: -1.5rem;
    right: -1rem;
    background: white;
    border-radius: var(--radius);
    padding: var(--space-lg);
    max-width: 240px;
    box-shadow: var(--shadow-lg);
    border-left: 3px solid var(--color-accent);
    animation: float 4s ease-in-out infinite;
}

.hero__floating-card p {
    font-size: 0.85rem;
    color: var(--color-body);
    line-height: 1.5;
}

.hero__floating-title {
    font-weight: 700;
    color: var(--color-accent) !important;
    margin-bottom: var(--space-xs);
}

/* ============================
   SECTIONS — shared
   ============================ */
.section {
    padding: var(--space-5xl) 0;
}

.section--white {
    background: var(--color-surface);
}

.section--canvas {
    background: var(--color-canvas);
}

.section--dark {
    background: var(--color-dark);
    color: white;
}

.section__header {
    text-align: center;
    margin-bottom: var(--space-3xl);
}

.section__title {
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    margin-bottom: var(--space-md);
}

.section--dark .section__title {
    color: white;
}

.section__subtitle {
    font-size: 1.15rem;
    color: var(--color-muted);
    max-width: 600px;
    margin: 0 auto;
}

.section--dark .section__subtitle {
    color: rgba(255,255,255,0.6);
}

/* ============================
   PROBLEMS
   ============================ */
.problems__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
}

.problem-card {
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    padding: var(--space-2xl);
    border-left: 3px solid var(--color-accent);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.problem-card__icon {
    font-size: 2rem;
    display: block;
    margin-bottom: var(--space-md);
}

.problem-card h3 {
    font-family: var(--font-body);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: var(--space-sm);
}

.problem-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--color-body);
}

/* ============================
   SOLUTION / STEPS
   ============================ */
.steps {
    display: flex;
    flex-direction: column;
    gap: var(--space-3xl);
}

.step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
    align-items: center;
    position: relative;
}

.step--reverse .step__content { order: 2; }
.step--reverse .step__image  { order: 1; }

.step__content {
    position: relative;
}

.step__number {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    font-family: var(--font-display);
    font-size: 8rem;
    line-height: 1;
    color: var(--color-accent);
    opacity: 0.06;
    pointer-events: none;
    user-select: none;
}

.step__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--color-accent);
    color: white;
    font-family: var(--font-body);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: var(--space-lg);
}

.step__badge--2 { background: var(--color-ink); }
.step__badge--3 { background: var(--color-positive); }

.step h3 {
    font-size: 1.5rem;
    margin-bottom: var(--space-md);
}

.step p {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: var(--space-sm);
}

.step p:last-child {
    margin-bottom: 0;
}

.step__detail {
    color: var(--color-muted);
    font-size: 0.9rem;
}

.step__image img {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

/* ============================
   BENEFITS
   ============================ */
.benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
    margin-bottom: var(--space-2xl);
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    padding: var(--space-lg);
    background: var(--color-surface);
    border-radius: var(--radius);
    border: 1px solid var(--color-border);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.benefit-item:hover {
    border-color: var(--color-accent);
    box-shadow: 0 2px 12px rgba(33, 152, 213, 0.08);
}

.benefit-item__icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    line-height: 1;
}

.benefit-item p {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--color-ink);
    line-height: 1.5;
}

/* Heart / Mission Banner */
.mission-banner {
    background: var(--color-accent);
    color: white;
    padding: var(--space-2xl) var(--space-3xl);
    border-radius: var(--radius-lg);
    text-align: center;
}

.mission-banner h3 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: var(--space-md);
}

.mission-banner p {
    font-size: 1.05rem;
    opacity: 0.9;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ============================
   INVESTMENT (dark band)
   ============================ */
.investment__inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.price-display {
    margin-bottom: var(--space-2xl);
    padding: var(--space-3xl) var(--space-xl);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,0.04);
}

.price-display__amount {
    font-family: var(--font-display);
    font-size: clamp(3rem, 6vw, 4.5rem);
    color: var(--color-accent);
    line-height: 1;
    margin-bottom: var(--space-sm);
}

.price-display__label {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    margin-bottom: var(--space-xs);
}

.price-display__sub {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
}

.investment__text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.7);
    margin-bottom: var(--space-xl);
    text-align: left;
}

.investment__highlights {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    text-align: left;
}

.highlight-card {
    padding: var(--space-lg);
    border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
}

.highlight-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
}

.highlight-card strong {
    color: white;
}

.highlight-card--accent {
    border-color: rgba(33, 152, 213, 0.3);
    background: rgba(33, 152, 213, 0.08);
}

.highlight-card--accent strong {
    color: var(--color-accent);
}

.highlight-card--positive {
    border-color: rgba(16, 185, 129, 0.3);
    background: rgba(16, 185, 129, 0.08);
}

.highlight-card--positive strong {
    color: var(--color-positive);
}

/* ============================
   SUCCESS / STATS
   ============================ */
.stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
}

.stat-card {
    text-align: center;
    padding: var(--space-2xl);
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.stat-card__number {
    font-family: var(--font-display);
    font-size: 3.5rem;
    color: var(--color-accent);
    line-height: 1;
    margin-bottom: var(--space-sm);
}

.stat-card h3 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: var(--space-xs);
}

.stat-card p {
    font-size: 0.875rem;
    color: var(--color-muted);
    line-height: 1.5;
}

/* ============================
   FAQ
   ============================ */
.faq__list {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.faq-item {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.faq-item.active {
    border-color: var(--color-accent);
}

.faq-item__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: var(--space-lg) var(--space-xl);
    background: none;
    border: none;
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-ink);
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;
}

.faq-item__question:hover {
    color: var(--color-accent);
}

.faq-item__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: var(--space-md);
    position: relative;
    transition: transform 0.3s ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: '';
    position: absolute;
    background: var(--color-muted);
    border-radius: 2px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.faq-item__icon::before {
    top: 50%;
    left: 4px;
    right: 4px;
    height: 2px;
    transform: translateY(-50%);
}

.faq-item__icon::after {
    left: 50%;
    top: 4px;
    bottom: 4px;
    width: 2px;
    transform: translateX(-50%);
}

.faq-item.active .faq-item__icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.faq-item.active .faq-item__icon::before,
.faq-item.active .faq-item__icon::after {
    background: var(--color-accent);
}

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                padding 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 0 var(--space-xl);
}

.faq-item.active .faq-item__answer {
    max-height: 300px;
    padding: 0 var(--space-xl) var(--space-lg);
}

.faq-item__answer p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--color-body);
}

/* ============================
   CONTACT
   ============================ */
.contact {
    padding: var(--space-5xl) 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    color: white;
}

.contact__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3xl);
    align-items: center;
}

.contact__title {
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    color: white;
    margin-bottom: var(--space-lg);
}

.contact__lead {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    margin-bottom: var(--space-xl);
}

.contact__info {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    padding: var(--space-xl);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius);
    margin-bottom: var(--space-xl);
}

.contact__info-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact__info-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-accent);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact__info-value {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.85);
}

.contact__buttons {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.contact__note {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.35);
    margin-top: var(--space-md);
}

.contact__image img {
    width: 100%;
    border-radius: var(--radius-lg);
    border: 3px solid rgba(33, 152, 213, 0.4);
    box-shadow: var(--shadow-xl);
}

.contact__badge {
    background: var(--color-accent);
    color: white;
    border-radius: var(--radius);
    padding: var(--space-md) var(--space-lg);
    text-align: center;
    margin-top: var(--space-lg);
}

.contact__badge-name {
    font-weight: 700;
    font-size: 1.05rem;
}

.contact__badge-role {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ============================
   FINAL CTA
   ============================ */
.final-cta {
    padding: var(--space-3xl) 0;
    background: var(--color-surface);
    text-align: center;
    border-top: 1px solid var(--color-border);
}

.final-cta__title {
    font-size: 2rem;
    margin-bottom: var(--space-md);
}

.final-cta__text {
    font-size: 1.1rem;
    color: var(--color-body);
    margin-bottom: var(--space-xl);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================
   FOOTER
   ============================ */
.footer {
    background: var(--color-dark);
    color: rgba(255,255,255,0.5);
    padding: var(--space-3xl) 0 var(--space-xl);
}

.footer__inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: var(--space-2xl);
    padding-bottom: var(--space-xl);
    margin-bottom: var(--space-xl);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer__logo {
    height: 48px;
    width: auto;
    margin-bottom: var(--space-sm);
}

.footer__col p {
    font-size: 0.875rem;
    line-height: 1.6;
}

.footer__col h4 {
    color: white;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: var(--space-md);
}

.footer__bottom {
    text-align: center;
    font-size: 0.8rem;
}

.footer__legal-links {
    display: flex;
    justify-content: center;
    gap: var(--space-xl);
    margin-bottom: var(--space-md);
}

.footer__legal-links a {
    transition: color 0.2s ease;
}

.footer__legal-links a:hover {
    color: var(--color-accent);
}

.footer__disclaimer {
    max-width: 640px;
    margin: var(--space-md) auto 0;
    line-height: 1.6;
    opacity: 0.7;
}

/* ============================
   MOBILE / RESPONSIVE
   ============================ */
@media (max-width: 768px) {
    .nav {
        top: var(--space-md);
        left: var(--space-md);
        right: var(--space-md);
    }

    .nav-logo {
        padding: var(--space-xs) var(--space-md);
    }

    .nav-logo img {
        height: 28px;
    }

    .nav-link {
        padding: var(--space-xs) var(--space-md);
        font-size: 0.8rem;
    }

    .hero {
        padding: calc(var(--space-3xl) + 3rem) 0 var(--space-3xl);
    }

    .hero__inner {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }

    .hero__floating-card {
        position: static;
        margin-top: var(--space-md);
        max-width: 100%;
    }

    .section {
        padding: var(--space-3xl) 0;
    }

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

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

    .step--reverse .step__content { order: 1; }
    .step--reverse .step__image  { order: 2; }

    .step__number {
        font-size: 5rem;
    }

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

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

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

    .contact__image {
        order: -1;
    }

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

    .mission-banner {
        padding: var(--space-xl);
    }

    .price-display {
        padding: var(--space-xl);
    }

    .price-display__amount {
        font-size: 3rem;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: inline-flex !important;
    }
}

@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: inline-flex !important;
    }
}
