/* ==========================================================================
   Smart Booking — Landing Page Styles
   Topel, minimalen, čist. Peščeni toni, editorial občutek.
   ========================================================================== */

/* ==========================================================================
   1. CSS spremenljivke in osnovne nastavitve
   ========================================================================== */
:root {
    /* Barve */
    --sand: #c2a385;
    --sand-dark: #a68a6d;
    --sand-light: #e8dcce;
    --cream: #fbf9f7;
    --cream-warm: #f5efe7;
    --ink: #3a342f;
    --ink-soft: #6b635c;
    --ink-muted: #9a9188;
    --border: #e8e0d6;
    --border-soft: #f0ebe3;
    --white: #ffffff;
    --success: #6b8a5a;
    --accent: #b8533a;
    --warn: #d4923a;

    /* Tipografija */
    --font-display: 'Fraunces', Georgia, serif;
    --font-body: 'Instrument Sans', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Razmiki */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 40px;
    --space-2xl: 64px;
    --space-3xl: 100px;

    /* Radij */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-pill: 999px;

    /* Sence */
    --shadow-sm: 0 2px 8px rgba(58, 52, 47, 0.04);
    --shadow-md: 0 8px 24px rgba(58, 52, 47, 0.06);
    --shadow-lg: 0 20px 50px -20px rgba(58, 52, 47, 0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

h1, h2, h3, h4, .display, .logo-text {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--ink);
}

/* ==========================================================================
   2. Layout — container
   ========================================================================== */
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 28px; }

/* ==========================================================================
   3. Navigacija
   ========================================================================== */
.site-nav {
    padding: 24px 0;
    background: rgba(251, 249, 247, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border-soft);
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-inner { display: flex; justify-content: space-between; align-items: center; }

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--ink);
}
.logo-mark {
    width: 32px; height: 32px;
    background: var(--sand);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.logo-mark svg { width: 18px; height: 18px; }
.logo-text { font-size: 20px; font-weight: 500; letter-spacing: -0.01em; }
.logo-text em { font-style: italic; color: var(--sand-dark); font-weight: 400; }

.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
    text-decoration: none;
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 500;
    transition: color 0.25s;
}
.nav-links a:hover { color: var(--ink); }

.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 4px;
}
.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
    transition: all 0.3s;
}

/* ==========================================================================
   4. Gumbi
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: var(--radius-pill);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.btn-primary {
    background: var(--ink);
    color: var(--cream);
}
.btn-primary:hover {
    background: var(--sand-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}
.btn-ghost {
    background: transparent;
    color: var(--ink);
    border-color: var(--border);
}
.btn-ghost:hover {
    border-color: var(--ink);
    background: var(--white);
}
.btn-large { padding: 16px 32px; font-size: 15px; }
.btn-block { width: 100%; justify-content: center; }

/* ==========================================================================
   5. HERO sekcija
   ========================================================================== */
.hero {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: -200px; right: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, var(--sand-light) 0%, transparent 65%);
    opacity: 0.55;
    z-index: 0;
    pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 860px; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    font-size: 12px;
    font-weight: 500;
    color: var(--ink-soft);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.eyebrow-dot {
    width: 7px; height: 7px;
    background: var(--success);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(107, 138, 90, 0.15);
    animation: pulse 2.5s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(107, 138, 90, 0.15); }
    50% { box-shadow: 0 0 0 7px rgba(107, 138, 90, 0.05); }
}

.hero-title {
    font-size: clamp(42px, 6.5vw, 76px);
    font-weight: 500;
    margin-bottom: 28px;
}
.hero-title em {
    font-style: italic;
    font-weight: 400;
    color: var(--sand-dark);
}

.hero-subtitle {
    font-size: clamp(17px, 1.8vw, 20px);
    color: var(--ink-soft);
    max-width: 620px;
    margin-bottom: 40px;
    line-height: 1.55;
}
.hero-subtitle strong { color: var(--ink); font-weight: 500; }

.hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.hero-meta {
    margin-top: 52px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--ink-soft);
}
.hero-meta-item svg {
    width: 18px; height: 18px;
    color: var(--sand-dark);
    flex-shrink: 0;
}

/* ==========================================================================
   6. Splošne sekcije
   ========================================================================== */
section { padding: 110px 0; position: relative; }

.section-eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    color: var(--sand-dark);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.section-title {
    font-size: clamp(34px, 4.5vw, 54px);
    margin-bottom: 24px;
    max-width: 780px;
}
.section-title em { font-style: italic; color: var(--sand-dark); font-weight: 400; }
.section-lead {
    font-size: 18px;
    color: var(--ink-soft);
    max-width: 640px;
    line-height: 1.6;
    margin-bottom: 60px;
}
.section-lead strong { color: var(--ink); font-weight: 500; }

/* ==========================================================================
   7. Problem sekcija
   ========================================================================== */
.problem {
    background: var(--cream-warm);
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
}
.problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    margin-top: 50px;
}
.problem-card {
    background: var(--white);
    padding: 38px 30px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-soft);
    position: relative;
    transition: all 0.3s;
}
.problem-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}
.problem-card-num {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 48px;
    color: var(--sand);
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 400;
}
.problem-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
}
.problem-card p {
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.6;
}

/* ==========================================================================
   8. Kako deluje
   ========================================================================== */
.how-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 60px;
}
.how-step {
    position: relative;
    padding: 40px 30px 36px;
    background: var(--white);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-sm);
    transition: all 0.3s;
}
.how-step:hover {
    border-color: var(--sand);
    transform: translateY(-2px);
}
.how-step-number {
    position: absolute;
    top: -14px; left: 30px;
    background: var(--ink);
    color: var(--cream);
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 15px;
    font-weight: 500;
}
.how-step h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 14px;
}
.how-step p { color: var(--ink-soft); font-size: 15px; }

/* ==========================================================================
   9. Lastnosti (features)
   ========================================================================== */
.features {
    background: var(--cream-warm);
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2px;
    background: var(--border-soft);
    border: 1px solid var(--border-soft);
    margin-top: 50px;
}
.feature {
    background: var(--white);
    padding: 36px 30px;
}
.feature-icon {
    width: 42px; height: 42px;
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--sand-dark);
}
.feature-icon svg { width: 20px; height: 20px; }
.feature h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
}
.feature p {
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.55;
}

/* ==========================================================================
   10. Cenik (pricing)
   ========================================================================== */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 60px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.price-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 44px 38px 40px;
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}
.price-card:hover {
    border-color: var(--sand);
    box-shadow: var(--shadow-lg);
}
.price-card.featured {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--cream);
}
.price-card.featured h3,
.price-card.featured .price-amount,
.price-card.featured .price-original { color: var(--cream); }
.price-card.featured .price-label,
.price-card.featured .price-card-lead,
.price-card.featured .price-feature { color: rgba(251, 249, 247, 0.8); }
.price-card.featured .price-feature-check { color: var(--sand); }
.price-card.featured .price-feature strong { color: var(--cream); }
.price-card.featured .btn-primary {
    background: var(--sand);
    color: var(--ink);
}
.price-card.featured .btn-primary:hover { background: var(--cream); color: var(--ink); }

.price-badge {
    display: inline-block;
    padding: 5px 12px;
    background: var(--accent);
    color: var(--cream);
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.price-badge.coming {
    background: var(--warn);
}
.price-card h3 {
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}
.price-card-lead {
    font-size: 14px;
    color: var(--ink-soft);
    margin-bottom: 28px;
    line-height: 1.5;
}
.price-amount-wrap {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}
.price-amount {
    font-family: var(--font-display);
    font-size: 56px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
}
.price-original {
    font-size: 20px;
    color: var(--ink-muted);
    text-decoration: line-through;
    font-weight: 400;
}
.price-label {
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 28px;
    font-style: italic;
}
.price-bonus {
    background: var(--cream-warm);
    border: 1px dashed var(--sand);
    border-radius: var(--radius-md);
    padding: 14px 16px;
    margin-bottom: 28px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.45;
}
.price-card.featured .price-bonus {
    background: rgba(194, 163, 133, 0.12);
    border-color: var(--sand);
    color: var(--cream);
}
.price-bonus svg { flex-shrink: 0; margin-top: 2px; color: var(--sand-dark); width: 18px; height: 18px; }
.price-card.featured .price-bonus svg { color: var(--sand); }
.price-bonus strong { font-weight: 500; }

.price-features {
    list-style: none;
    margin-bottom: 32px;
    flex-grow: 1;
}
.price-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 9px 0;
    font-size: 14.5px;
    color: var(--ink);
    border-bottom: 1px solid var(--border-soft);
}
.price-card.featured .price-feature { border-bottom-color: rgba(251, 249, 247, 0.08); }
.price-feature:last-child { border-bottom: none; }
.price-feature-check {
    color: var(--success);
    flex-shrink: 0;
    margin-top: 3px;
}
.price-feature-check svg { width: 14px; height: 14px; }

.pricing-note {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: var(--ink-soft);
    font-style: italic;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
.pricing-note strong { color: var(--ink); font-style: normal; font-weight: 500; }

/* ==========================================================================
   11. Dodatne storitve
   ========================================================================== */
.addons {
    padding: 90px 0;
}
.addons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.addon-card {
    background: var(--white);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-md);
    padding: 30px 28px;
    transition: all 0.25s;
    display: flex;
    flex-direction: column;
}
.addon-card:hover {
    border-color: var(--sand);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}
.addon-card.featured {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--cream);
    position: relative;
}
.addon-card.featured::before {
    content: 'Priljubljeno';
    position: absolute;
    top: -11px; right: 20px;
    background: var(--sand);
    color: var(--ink);
    padding: 4px 12px;
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--font-body);
}
.addon-card.featured h4,
.addon-card.featured .addon-price { color: var(--cream); }
.addon-card.featured p { color: rgba(251, 249, 247, 0.72); }
.addon-card.featured .addon-icon { color: var(--sand); }
.addon-card.featured .addon-price-note { color: rgba(251, 249, 247, 0.55); }
.addon-card.featured:hover {
    border-color: var(--sand);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}
.addon-icon {
    width: 38px; height: 38px;
    color: var(--sand-dark);
    margin-bottom: 18px;
}
.addon-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
}
.addon-card p {
    color: var(--ink-soft);
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.55;
    flex-grow: 1;
}
.addon-price {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 500;
    color: var(--ink);
    letter-spacing: -0.02em;
    margin-top: auto;
}
.addon-price-note {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--ink-soft);
    font-weight: 400;
    letter-spacing: 0;
    font-style: italic;
}

/* ==========================================================================
   12. Primerjalna tabela
   ========================================================================== */
.comparison {
    background: var(--cream-warm);
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
}
.compare-wrap {
    margin-top: 50px;
    overflow-x: auto;
}
.compare-table {
    background: var(--white);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-md);
    overflow: hidden;
    min-width: 640px;
    width: 100%;
}
.compare-row {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    border-bottom: 1px solid var(--border-soft);
}
.compare-row:last-child { border-bottom: none; }
.compare-row-header {
    background: var(--cream);
}
.compare-cell {
    padding: 16px 20px;
    font-size: 14.5px;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--border-soft);
}
.compare-cell:last-child { border-right: none; }
.compare-cell.label {
    color: var(--ink-soft);
    font-weight: 500;
}
.compare-row-header .compare-cell {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 500;
    padding: 22px 20px;
    color: var(--ink);
    letter-spacing: -0.01em;
}
.compare-row-header .compare-cell.ours { color: var(--sand-dark); }
.compare-row-header .compare-cell.ours-premium {
    color: var(--ink);
    background: var(--sand-light);
}
.compare-check { color: var(--success); font-weight: 500; }
.compare-x { color: var(--ink-muted); }
.compare-highlight { font-weight: 500; color: var(--ink); }

/* ==========================================================================
   13. FAQ
   ========================================================================== */
.faq-list { margin-top: 50px; max-width: 760px; }
.faq-item {
    border-bottom: 1px solid var(--border);
    padding: 4px 0;
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 0;
    text-align: left;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 500;
    color: var(--ink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: color 0.2s;
    letter-spacing: -0.01em;
}
.faq-question:hover { color: var(--sand-dark); }
.faq-toggle {
    width: 28px; height: 28px;
    flex-shrink: 0;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s;
    color: var(--ink-soft);
    font-family: var(--font-body);
}
.faq-item.open .faq-toggle {
    transform: rotate(45deg);
    background: var(--ink);
    color: var(--cream);
    border-color: var(--ink);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer-inner {
    padding: 0 0 26px;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.65;
}
.faq-answer-inner strong { color: var(--ink); font-weight: 500; }

/* ==========================================================================
   14. Final CTA
   ========================================================================== */
.cta-final {
    background: var(--ink);
    color: var(--cream);
    text-align: center;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.cta-final::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(194, 163, 133, 0.14) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; }
.cta-final h2 {
    color: var(--cream);
    font-size: clamp(36px, 5vw, 58px);
    margin-bottom: 22px;
}
.cta-final h2 em { color: var(--sand); font-style: italic; font-weight: 400; }
.cta-final p {
    color: rgba(251, 249, 247, 0.75);
    font-size: 18px;
    max-width: 560px;
    margin: 0 auto 40px;
}
.cta-final .btn-primary {
    background: var(--sand);
    color: var(--ink);
}
.cta-final .btn-primary:hover { background: var(--cream); }

/* ==========================================================================
   15. Footer
   ========================================================================== */
.site-footer {
    background: var(--cream-warm);
    padding: 60px 0 40px;
    border-top: 1px solid var(--border);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}
.footer-brand p {
    color: var(--ink-soft);
    font-size: 14px;
    margin-top: 14px;
    line-height: 1.6;
    max-width: 280px;
}
.footer-col h5 {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ink);
    margin-bottom: 18px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
    color: var(--ink-soft);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}
.footer-col a:hover { color: var(--ink); }
.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: var(--ink-muted);
}

/* ==========================================================================
   16. Responsive
   ========================================================================== */
@media (max-width: 980px) {
    .addons-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    .nav-links.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: var(--cream);
        padding: 20px 28px;
        border-bottom: 1px solid var(--border);
        gap: 18px;
        align-items: flex-start;
    }
    .nav-links.open a { padding: 6px 0; }
    section { padding: 70px 0; }
    .hero { padding: 60px 0 80px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .container, .container-narrow { padding: 0 20px; }
    section { padding: 60px 0; }
    .hero { padding: 40px 0 60px; }

    /* Hero optimization */
    .hero-title { font-size: 38px; line-height: 1.1; }
    .hero-subtitle { font-size: 16px; }
    .hero-ctas { width: 100%; flex-direction: column; }
    .hero-ctas .btn { width: 100%; justify-content: center; }
    .hero-meta { gap: 14px; flex-direction: column; margin-top: 36px; }

    /* Section titles smaller */
    .section-title { font-size: 28px; }
    .section-lead { font-size: 16px; margin-bottom: 40px; }

    /* Addons 1 column on mobile */
    .addons-grid { grid-template-columns: 1fr; gap: 16px; }
    .addon-card { padding: 26px 22px; }

    /* Problem/how cards full width */
    .problem-grid, .how-grid { gap: 16px; }
    .problem-card, .how-step { padding: 30px 24px; }

    /* Features — keep single column on mobile */
    .features-grid { grid-template-columns: 1fr; }
    .feature { padding: 28px 24px; }

    /* Pricing */
    .pricing-cards { gap: 16px; }
    .price-card { padding: 36px 26px 32px; }
    .price-amount { font-size: 46px; }
    .price-original { font-size: 18px; }

    /* FAQ */
    .faq-question { font-size: 17px; padding: 20px 0; }
    .faq-answer-inner { font-size: 15px; }

    /* Footer */
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; text-align: center; }

    /* CTA */
    .cta-final { padding: 80px 0; }
    .cta-final h2 { font-size: 32px; }
    .cta-final p { font-size: 16px; }

    /* Navigation logo */
    .logo-text { font-size: 18px; }

    /* Eyebrow */
    .eyebrow { font-size: 11px; padding: 6px 12px; }
}

@media (max-width: 400px) {
    .container, .container-narrow { padding: 0 16px; }
    .hero-title { font-size: 32px; }
    .section-title { font-size: 24px; }
    .price-amount { font-size: 40px; }
}

/* ==========================================================================
   17. Animacije
   ========================================================================== */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.hero-inner > * { animation: fadeUp 0.8s ease-out backwards; }
.hero-inner > *:nth-child(1) { animation-delay: 0.05s; }
.hero-inner > *:nth-child(2) { animation-delay: 0.15s; }
.hero-inner > *:nth-child(3) { animation-delay: 0.25s; }
.hero-inner > *:nth-child(4) { animation-delay: 0.35s; }
.hero-inner > *:nth-child(5) { animation-delay: 0.45s; }

/* Skip link (dostopnost) */
.skip-link {
    position: absolute;
    top: -40px;
    left: 10px;
    background: var(--ink);
    color: var(--cream);
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    z-index: 999;
}
.skip-link:focus { top: 10px; }
