/* Page-specific styles for foretag.cfm. Shared chrome in /assets/app.css. */

:root {
            --deep: #ffffff; --navy: #f4f5f7; --slate: #e5e7eb;
            --gold: #f2ea25; --gold-light: #f5ef5a; --gold-dark: #c4bd00;
            --gold-glow: rgba(242, 234, 37, 0.12);
            --green: #234d35; --green-mid: #3a7d55;
            --green-glow: rgba(35, 77, 53, 0.08);
            --cream: #1a1a2e; --text-muted: #6b7280; --text-body: #374151;
            --glass: rgba(255, 255, 255, 0.92); --glass-border: rgba(0, 0, 0, 0.08);
            --radius: 16px; --radius-sm: 10px;
            --font-display: 'Cormorant Garamond', Georgia, serif;
            --font-body: 'Outfit', system-ui, sans-serif;
        }




/* ─── PAGE HERO ─── */
        .page-hero { padding: 10rem 3rem 4rem; text-align: center; background: var(--navy); }
        .page-hero .section-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-mid); margin-bottom: 1rem; }
        .page-hero h1 { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; color: var(--cream); margin-bottom: 1rem; }
        .page-hero p { color: var(--text-muted); font-size: 1.1rem; max-width: 640px; margin: 0 auto; line-height: 1.7; font-weight: 300; }

        /* ─── HERO CTA (top contact strip) ─── */
        .hero-cta {
            margin: 2.25rem auto 0;
            display: inline-flex; align-items: center; flex-wrap: wrap;
            gap: 0.75rem; justify-content: center;
        }
        .hero-cta-btn {
            display: inline-flex; align-items: center; gap: 0.6rem;
            padding: 0.85rem 1.5rem; border-radius: 100px;
            font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em;
            text-transform: uppercase; text-decoration: none;
            transition: all 0.3s;
        }
        .hero-cta-btn svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
        .hero-cta-btn.primary {
            background: var(--cream); color: #fff;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        }
        .hero-cta-btn.primary:hover { background: #000; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18); }
        .hero-cta-btn.ghost {
            background: #fff; color: var(--cream);
            border: 1px solid rgba(0, 0, 0, 0.08);
        }
        .hero-cta-btn.ghost:hover { border-color: var(--green); color: var(--green); }
        .hero-cta-divider {
            display: inline-block;
            font-size: 0.75rem; color: var(--text-muted);
            letter-spacing: 0.18em; text-transform: uppercase;
            padding: 0 0.25rem;
        }

        section { padding: 5rem 3rem; }
        .section-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-mid); margin-bottom: 1rem; }
        .section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--cream); margin-bottom: 1rem; line-height: 1.15; }

        /* ─── SHOWCASE (DARK) ─── */
        .showcase {
            background: radial-gradient(ellipse at 70% 30%, #1f1f22 0%, #0d0d0d 60%, #050505 100%);
            color: #f4f5f7;
            position: relative;
            overflow: hidden;
            padding: 6rem 3rem;
        }
        .showcase::before {
            content: ''; position: absolute;
            top: -20%; right: -10%;
            width: 70%; height: 140%;
            background: radial-gradient(ellipse, rgba(242, 234, 37, 0.07) 0%, transparent 60%);
            pointer-events: none;
        }
        .showcase-inner {
            max-width: 1100px; margin: 0 auto;
            display: grid; grid-template-columns: 1fr 1fr;
            gap: 4rem; align-items: center;
            position: relative; z-index: 1;
        }
        .showcase-head .badge {
            display: inline-flex; align-items: center; gap: 0.6rem;
            font-size: 0.7rem; font-weight: 600; letter-spacing: 0.22em;
            text-transform: uppercase; color: var(--gold);
            border: 1px solid rgba(242, 234, 37, 0.35);
            padding: 0.45rem 0.9rem; border-radius: 100px;
            margin-bottom: 1.5rem;
        }
        .showcase-head h2 {
            font-family: var(--font-display);
            font-size: clamp(2.25rem, 4.5vw, 3.5rem);
            font-weight: 700; line-height: 1.1;
            color: #fff; margin-bottom: 1.25rem;
        }
        .showcase-head h2 em {
            font-style: normal; color: var(--gold);
        }
        .showcase-head .lede {
            font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,0.7);
            font-weight: 300; max-width: 460px;
            border-left: 2px solid var(--gold);
            padding-left: 1.25rem;
        }
        .showcase-head .since {
            margin-top: 2rem;
            font-size: 0.75rem; letter-spacing: 0.2em;
            text-transform: uppercase; color: rgba(255,255,255,0.45);
        }
        .showcase-head .since strong { color: var(--gold); font-weight: 600; letter-spacing: 0.08em; }

        .showcase-features { display: flex; flex-direction: column; gap: 1.75rem; }
        .feat-row {
            display: grid; grid-template-columns: 56px 1fr;
            gap: 1.25rem; align-items: center;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid rgba(255,255,255,0.07);
        }
        .feat-row:last-child { border-bottom: none; padding-bottom: 0; }
        .feat-icon {
            width: 56px; height: 56px; border-radius: 12px;
            border: 1px solid rgba(242, 234, 37, 0.35);
            background: rgba(242, 234, 37, 0.05);
            display: flex; align-items: center; justify-content: center;
            color: var(--gold);
        }
        .feat-icon svg { width: 26px; height: 26px; stroke: var(--gold); stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
        .feat-text h3 {
            font-family: var(--font-body);
            font-size: 0.95rem; font-weight: 600;
            letter-spacing: 0.14em; text-transform: uppercase;
            color: #fff; margin-bottom: 0.35rem;
        }
        .feat-text p {
            font-size: 0.85rem; color: rgba(255,255,255,0.55);
            letter-spacing: 0.05em; text-transform: uppercase; font-weight: 400;
        }

        /* ─── STORY ─── */
        .story-grid {
            display: grid; grid-template-columns: 1fr 1fr;
            gap: 4rem; max-width: 1100px; margin: 0 auto; align-items: center;
        }
        .story-text p { font-size: 1rem; color: var(--text-body); line-height: 1.8; margin-bottom: 1.5rem; }
        .story-visual {
            background: linear-gradient(135deg, var(--green), var(--green-mid));
            border-radius: var(--radius); padding: 3rem;
            text-align: center; color: #fff;
            position: relative; overflow: hidden;
        }
        .story-visual::before {
            content: ''; position: absolute; inset: 0;
            background: radial-gradient(ellipse at 30% 40%, rgba(242, 234, 37, 0.15), transparent 60%);
        }
        .story-visual .label {
            position: relative;
            font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
            color: var(--gold); font-weight: 600; margin-bottom: 1rem;
        }
        .story-visual .pitch {
            position: relative;
            font-family: var(--font-display); font-size: 1.65rem; font-weight: 600;
            line-height: 1.3; margin-bottom: 1.25rem;
        }
        .story-visual .pitch em { color: var(--gold-light); font-style: italic; }
        .story-visual .since {
            position: relative;
            font-size: 0.85rem; opacity: 0.8; line-height: 1.6;
        }

        /* ─── FIT (passar företag som) ─── */
        .fit-section { background: var(--navy); }
        .fit-wrap { max-width: 1100px; margin: 0 auto; }
        .fit-head { text-align: center; margin-bottom: 3rem; }
        .fit-grid {
            display: grid; grid-template-columns: repeat(2, 1fr);
            gap: 1rem; max-width: 900px; margin: 0 auto;
        }
        .fit-item {
            background: #fff; border: 1px solid rgba(0, 0, 0, 0.06);
            border-radius: var(--radius-sm); padding: 1.25rem 1.5rem;
            display: flex; align-items: center; gap: 1rem;
            transition: all 0.3s;
        }
        .fit-item:hover { border-color: rgba(35, 77, 53, 0.2); transform: translateX(4px); }
        .fit-check {
            width: 32px; height: 32px; border-radius: 50%;
            background: var(--green-glow); color: var(--green);
            display: flex; align-items: center; justify-content: center;
            font-weight: 700; flex-shrink: 0;
        }
        .fit-item p { color: var(--text-body); font-size: 0.95rem; line-height: 1.5; }

        /* ─── DETTA INGÅR ─── */
        .includes-header { text-align: center; margin-bottom: 3rem; max-width: 1100px; margin-left: auto; margin-right: auto; }
        .includes-grid {
            display: grid; grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem; max-width: 1100px; margin: 0 auto;
        }
        .include-card {
            background: #fff; border: 1px solid rgba(0, 0, 0, 0.06);
            border-radius: var(--radius); padding: 2rem; transition: all 0.3s;
        }
        .include-card:hover {
            border-color: rgba(35, 77, 53, 0.2); transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
        }
        .include-icon {
            width: 48px; height: 48px; border-radius: 12px;
            background: var(--green-glow); border: 1px solid rgba(35, 77, 53, 0.12);
            display: flex; align-items: center; justify-content: center;
            margin-bottom: 1.25rem;
        }
        .include-icon svg { width: 22px; height: 22px; stroke: var(--green); stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
        .include-card h3 {
            font-family: var(--font-display); font-size: 1.2rem; font-weight: 600;
            color: var(--cream); margin-bottom: 0.5rem;
        }
        .include-card p {
            font-size: 0.9rem; color: var(--text-muted); line-height: 1.65;
        }

        /* ─── TILLÄGG ─── */
        .addons-section { background: var(--navy); }
        .addons-wrap { max-width: 1100px; margin: 0 auto; }
        .addons-head { text-align: center; margin-bottom: 3rem; }
        .addons-grid {
            display: grid; grid-template-columns: repeat(3, 1fr);
            gap: 1rem; margin-bottom: 2.5rem;
        }
        .addon-pill {
            background: #fff; border: 1px solid rgba(0, 0, 0, 0.06);
            border-radius: var(--radius-sm); padding: 1.15rem 1.5rem;
            display: flex; align-items: center; gap: 0.85rem;
            transition: all 0.3s;
        }
        .addon-pill:hover { border-color: rgba(35, 77, 53, 0.2); }
        .addon-dot {
            width: 8px; height: 8px; border-radius: 50%;
            background: var(--green); flex-shrink: 0;
        }
        .addon-pill p { color: var(--text-body); font-size: 0.92rem; }
        .addons-note {
            max-width: 720px; margin: 0 auto;
            text-align: center; font-size: 0.95rem; color: var(--text-muted);
            line-height: 1.75; font-style: italic;
        }

        /* ─── CTA / PARTNER ─── */
        .cta-section { padding: 6rem 3rem; }
        .cta-wrap {
            max-width: 980px; margin: 0 auto;
            background: linear-gradient(135deg, #1a1a1d 0%, #0d0d0f 100%);
            border-radius: var(--radius); padding: 4rem 3rem;
            text-align: center; color: #fff;
            position: relative; overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .cta-wrap::before {
            content: ''; position: absolute; inset: 0;
            background: radial-gradient(ellipse at 80% 20%, rgba(242, 234, 37, 0.12), transparent 60%);
            pointer-events: none;
        }
        .cta-wrap > * { position: relative; }
        .cta-label {
            font-size: 0.7rem; font-weight: 600; letter-spacing: 0.22em;
            text-transform: uppercase; color: var(--gold); margin-bottom: 1rem;
        }
        .cta-wrap h2 {
            font-family: var(--font-display);
            font-size: clamp(1.85rem, 3.5vw, 2.75rem);
            font-weight: 700; line-height: 1.15; margin-bottom: 1rem; color: #fff;
        }
        .cta-wrap > p {
            font-size: 1rem; line-height: 1.7; max-width: 560px;
            margin: 0 auto 2.25rem; color: rgba(255,255,255,0.8); font-weight: 300;
        }
        .cta-buttons {
            display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
        }
        .cta-btn {
            display: inline-flex; align-items: center; gap: 0.6rem;
            padding: 1rem 1.75rem; border-radius: 100px;
            font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em;
            text-transform: uppercase; text-decoration: none;
            transition: all 0.3s;
        }
        .cta-btn.primary {
            background: var(--gold); color: var(--cream);
        }
        .cta-btn.primary:hover { background: var(--gold-light); transform: translateY(-2px); }
        .cta-btn.ghost {
            background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3);
        }
        .cta-btn.ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }

@media (max-width: 768px) {
            .nav { padding: 0.6rem 1.5rem; }
            .nav-logo img { height: 90px; margin: 5px 0 -38px 0; }
            .nav-links { display: none; }
            .nav-hamburger { display: flex; }
            .page-hero { padding: 8rem 1.5rem 2.5rem; }
            .hero-cta { flex-direction: column; gap: 0.6rem; width: 100%; max-width: 320px; }
            .hero-cta-btn { width: 100%; justify-content: center; }
            .hero-cta-divider { display: none; }
            section { padding: 3rem 1.5rem; }
            .showcase { padding: 4rem 1.5rem; }
            .showcase-inner { grid-template-columns: 1fr; gap: 2.5rem; }
            .story-grid { grid-template-columns: 1fr; gap: 2rem; }
            .fit-grid { grid-template-columns: 1fr; }
            .includes-grid { grid-template-columns: 1fr; }
            .addons-grid { grid-template-columns: 1fr; }
            .cta-section { padding: 3rem 1.5rem; }
            .cta-wrap { padding: 3rem 1.5rem; }
            .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
        }
