/* =========================================
   SMARTMENUS - PRÉMIUM LANDING PAGE DIZÁJN
   ========================================= */

/* --- ALAPBEÁLLÍTÁSOK --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body.sm-landing {
    background-color: #0a0a0c; /* Egységes, mély sötétszürke/fekete háttér */
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

body.sm-landing.has-site-header {
    padding-top: 56px;
}

/* --- Felső navigáció --- */
.sm-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background: rgba(10, 10, 12, 0.96);
    border-bottom: 1px solid rgba(197, 160, 89, 0.22);
    backdrop-filter: blur(10px);
}
.sm-site-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.sm-site-logo {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.15em;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.sm-site-logo span {
    color: #C5A059;
}
.sm-site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.sm-site-nav a {
    color: #bbb;
    text-decoration: none;
    font-size: 0.88em;
    font-weight: 500;
    transition: color 0.2s;
}
.sm-site-nav a:hover,
.sm-site-nav a.active {
    color: #C5A059;
}

.sm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- KÖZÖS CÍMSOROK ÉS GOMBOK --- */
.sm-section-title {
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 60px;
    font-weight: 600;
    text-align: center;
}

.sm-btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1em;
}

.sm-btn-primary {
    background-color: #C5A059; /* Arany szín */
    color: #000000;
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.2);
}

.sm-btn-primary:hover {
    background-color: #d6b36d;
    transform: translateY(-3px);
}

.sm-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 15px;
}

.sm-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #ffffff;
}

/* --- FŐOLDAL (HERO SZEKCIÓ) --- */
.sm-hero {
    padding: 110px 0 100px 0;
    text-align: center;
    /* Nagyon finom átmenet a középpontból, hogy a szöveg kiemelkedjen */
    background: radial-gradient(circle at center, #14141a 0%, #0a0a0c 100%);
    overflow-x: hidden;
    overflow-x: clip;
    position: relative;
    isolation: isolate;
}

.sm-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: normal;
}

.sm-highlight {
    color: #C5A059;
}

.sm-subtitle {
    color: #a0a0a0;
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto 40px auto;
    font-weight: 300;
}

.sm-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* --- FUNKCIÓK (MIÉRT A SMARTMENUS?) --- */
.sm-features {
    padding: 100px 0 40px 0; 
    background-color: #0a0a0c;
    overflow-x: hidden;
    overflow-x: clip;
}

.sm-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.sm-card {
    background-color: #141416;
    padding: 40px 30px;
    border-radius: 16px;
    width: 320px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.sm-card:hover {
    transform: translateY(-10px);
    border-color: rgba(197, 160, 89, 0.3);
    box-shadow: 0 15px 40px rgba(197, 160, 89, 0.08);
}

.sm-icon {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #C5A059;
}

.sm-card h3 {
    color: #ffffff;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.sm-card p {
    color: #8c8c8c;
    font-weight: 300;
    font-size: 0.95em;
}

/* --- TERMÉKEK GALÉRIA (LETISZTULT NÉZET) --- */
.sm-products {
    padding: 20px 0 100px 0; 
    background-color: #0a0a0c; 
    text-align: center;
}

/* Arany "Exkluzív Kínálat" címke */
.sm-section-badge {
    display: inline-block;
    color: #C5A059;
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border: 1px solid rgba(197, 160, 89, 0.3);
    padding: 6px 18px;
    border-radius: 50px;
    background-color: rgba(197, 160, 89, 0.05);
}

.sm-product-gallery {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap; 
    margin-top: 50px;
}

.sm-product-item {
    width: 250px; 
    text-align: center;
    transition: transform 0.4s ease;
}

.sm-product-item:hover {
    transform: translateY(-8px); 
}

.sm-product-media {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* A termékfotók beállításai — átlátszó PNG, enyhe árnyék */
.sm-product-item img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: contain;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.sm-product-item h3 {
    color: #ffffff;
    font-size: 1.2em;
    margin: 0 0 8px 0;
    font-weight: 400; 
}

/* Termékek ára */
.sm-price {
    color: #C5A059;
    font-size: 1.15em;
    font-weight: 600;
    letter-spacing: 1px;
}


/* --- Egyedi Arculat Blokk --- */
.sm-custom-box {
    margin-top: 80px;
    padding: 50px 30px;
    background-color: #141416; /* Ugyanaz a sötét szín, mint a funkció kártyáknál */
    border-radius: 16px;
    border: 1px solid rgba(197, 160, 89, 0.3); /* Finom arany keret */
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.sm-custom-content h3 {
    color: #C5A059; /* Arany színű kiemelt cím */
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 600;
}

.sm-custom-content p {
    color: #a0a0a0;
    font-size: 1.05em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    line-height: 1.7;
}

/* Kisebb animáció a dobozra, ha fölé viszik az egeret */
.sm-custom-box:hover {
    border-color: rgba(197, 160, 89, 0.6);
    box-shadow: 0 15px 40px rgba(197, 160, 89, 0.15);
    transition: all 0.4s ease;
}

/* --- Kapcsolat Szekció --- */
.sm-contact {
    padding: 100px 0;
    background-color: #0a0a0c;
    text-align: center;
}

.sm-contact-text {
    color: #a0a0a0;
    margin-bottom: 50px;
    font-size: 1.1em;
}

.sm-contact-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.sm-contact-card {
    background-color: #141416;
    padding: 30px;
    border-radius: 16px;
    width: 280px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.sm-contact-card:hover {
    border-color: #C5A059;
    transform: translateY(-10px);
    background-color: #1a1a1f;
}

.sm-contact-card .sm-icon {
    font-size: 2em;
    margin-bottom: 15px;
    color: #C5A059;
}

.sm-contact-card h3 {
    margin-bottom: 10px;
}

.sm-contact-card p {
    color: #C5A059;
    font-weight: 600;
}

/* --- Görgetési Animációk (Scroll Reveal) --- */
.sm-animate {
    opacity: 0;
    transform: translateY(40px); /* Kicsit lejjebbről indul */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Amikor az elem beér a képernyőre */
.sm-visible {
    opacity: 1;
    transform: translateY(0);
}









/* =========================================
   MOBIL BARÁT NÉZET (PRÉMIUM APP-SZERŰ DIZÁJN)
   ========================================= */

@media (max-width: 768px) {
    /* --- Fő szekció (Hero) --- */
    .sm-hero {
        padding: 70px 0 40px 0;
    }
    .sm-title {
        font-size: 1.75em;
        margin-bottom: 15px;
        padding: 0 4px;
    }
    .sm-subtitle {
        font-size: 0.95em;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .sm-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .sm-btn {
        width: 100%;
        max-width: none;
        text-align: center;
        font-size: 1em;
        padding: 12px 20px;
        margin-left: 0 !important;
        box-sizing: border-box;
    }
    .sm-btn-secondary {
        margin-left: 0;
    }

    /* --- Közös címsorok --- */
    .sm-section-title {
        font-size: 1.6em;
        margin-bottom: 30px;
    }

    /* --- Funkciók: swipe kártyák, az 1. kártyától --- */
    .sm-features .sm-container {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .sm-features .sm-section-title {
        padding: 0 20px;
    }
    .sm-grid {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
        gap: 14px;
        padding: 4px 20px 24px;
        margin: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .sm-grid::-webkit-scrollbar {
        display: none;
    }
    .sm-card {
        flex: 0 0 78%;
        width: 78%;
        max-width: 320px;
        scroll-snap-align: start;
        padding: 24px 18px;
        box-sizing: border-box;
    }

    /* --- Termékek Galéria (2 oszlopos rács) --- */
    .sm-product-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Két oszlop egymás mellett */
        gap: 15px;
        padding: 0 5px;
        margin-top: 20px;
    }
    .sm-product-item {
        width: 100%;
        max-width: none;
    }
    .sm-product-media {
        height: 150px;
        margin-bottom: 12px;
    }
    .sm-product-item img {
        max-height: 150px;
    }
    .sm-product-item h3 {
        font-size: 0.9em; /* Kisebb betű, hogy kiférjen */
        margin-bottom: 4px;
        line-height: 1.3;
    }
    .sm-price {
        font-size: 0.9em;
    }

    /* --- Egyedi Arculat Doboz --- */
    .sm-custom-box {
        padding: 25px 15px;
        margin-top: 40px;
    }
    .sm-custom-content h3 {
        font-size: 1.3em;
    }
    .sm-custom-content p {
        font-size: 0.9em;
    }

    /* --- Kapcsolat Kártyák --- */
    .sm-contact {
        padding: 60px 0;
    }
    .sm-contact-grid {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .sm-contact-card {
        width: 100%;
        max-width: 280px;
        padding: 20px;
    }
    .sm-contact-card .sm-icon {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    
    /* Finomított mobil animáció távolság */
    .sm-animate {
        transform: translateY(15px);
    }
}

/* --- Csomagok (főoldal, ár nélkül) --- */
.sm-packages {
    padding: 90px 0 70px;
    background: #0d0d10;
}
.sm-section-lead {
    text-align: center;
    color: #888;
    max-width: 640px;
    margin: -40px auto 40px;
    font-size: 1.05em;
    line-height: 1.6;
}
.sm-packages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 36px;
}
.sm-package-card {
    background: #141416;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 24px 20px;
    transition: border-color 0.3s;
}
.sm-package-card:hover { border-color: rgba(197,160,89,0.35); }
.sm-package-card h3 {
    color: #C5A059;
    font-size: 1.35em;
    margin: 0 0 6px;
}
.sm-package-tagline {
    color: #777;
    font-size: 0.85em;
    margin: 0 0 16px;
    min-height: 2.4em;
}
.sm-package-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sm-package-card li {
    color: #bbb;
    font-size: 0.88em;
    padding: 6px 0 6px 18px;
    position: relative;
    line-height: 1.4;
}
.sm-package-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #C5A059;
    font-size: 0.75em;
}

.sm-plan-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    flex: 1;
}
.sm-plan-feature-list li {
    color: #bbb;
    font-size: 0.78em;
    padding: 5px 0 5px 16px;
    position: relative;
    line-height: 1.35;
}
.sm-plan-feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #C5A059;
    font-size: 0.7em;
    top: 6px;
}
.sm-plan-feature-list li.sm-feature-disabled {
    text-decoration: line-through;
    opacity: 0.32;
    color: #666;
}
.sm-plan-feature-list li.sm-feature-disabled::before {
    content: '—';
    color: #555;
    text-decoration: none;
}
.sm-package-card .sm-plan-feature-list {
    margin-top: 4px;
}
.sm-plan-card .sm-plan-feature-list {
    margin-bottom: 20px;
    max-height: 420px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(197,160,89,0.35) transparent;
}
.sm-packages-grid .sm-package-card {
    display: flex;
    flex-direction: column;
}

.sm-package-highlight {
    border-color: rgba(197,160,89,0.45);
    box-shadow: 0 8px 30px rgba(197,160,89,0.08);
}
.sm-package-custom {
    border-style: dashed;
    border-color: rgba(197,160,89,0.3);
}
.sm-pricing-cta {
    text-align: center;
}
.sm-pricing-cta-hint {
    color: #666;
    font-size: 0.88em;
    margin-top: 14px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Sablon demók --- */
.sm-templates {
    padding: 80px 0;
    background: #0a0a0c;
}
.sm-templates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.sm-template-card {
    background: #141416;
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.05);
}
.sm-template-card h3 {
    color: #fff;
    font-size: 1.1em;
    margin: 16px 0 8px;
}
.sm-template-card p {
    color: #888;
    font-size: 0.88em;
    margin-bottom: 20px;
    min-height: 3em;
}
.sm-template-card .sm-btn {
    font-size: 0.95em;
    padding: 12px 24px;
}
.sm-template-highlight {
    border-color: rgba(197,160,89,0.4);
}
.sm-template-preview {
    height: 180px;
    border-radius: 12px;
    background: linear-gradient(145deg, #1a1a22, #0f0f12);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197,160,89,0.15);
    overflow: hidden;
}
.sm-template-preview img,
.sm-template-preview svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* --- Árak oldal --- */
.sm-hero-compact { padding: 100px 0 50px; }
.sm-back-link {
    display: inline-block;
    color: #888;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 0.9em;
}
.sm-back-link:hover { color: #C5A059; }
.sm-pricing-full { padding: 40px 0 80px; }
.sm-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.sm-pricing-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.sm-plan-card {
    background: #141416;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px 22px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.sm-plan-featured {
    border-color: rgba(197,160,89,0.5);
    transform: scale(1.02);
}
.sm-plan-custom {
    border-style: dashed;
    border-color: rgba(197,160,89,0.35);
}
.sm-plan-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #C5A059;
    color: #000;
    font-size: 0.72em;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
}
.sm-plan-name {
    color: #C5A059;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 8px;
}
.sm-plan-price {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.sm-plan-price span {
    font-size: 0.45em;
    font-weight: 400;
    color: #888;
}
.sm-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex: 1;
}
.sm-plan-features li {
    color: #aaa;
    font-size: 0.88em;
    padding: 7px 0 7px 16px;
    position: relative;
    line-height: 1.4;
}
.sm-plan-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #C5A059;
}
.sm-plan-cta {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.sm-pricing-note {
    text-align: center;
    color: #666;
    font-size: 0.85em;
    margin-top: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Regisztráció lépései --- */
.sm-onboarding {
    padding: 80px 0 60px;
    background: #0a0a0c;
}
.sm-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.sm-step-card {
    background: #141416;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 24px 20px;
    position: relative;
    transition: border-color 0.3s;
}
.sm-step-card:hover {
    border-color: rgba(197,160,89,0.35);
}
.sm-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(197,160,89,0.15);
    color: #C5A059;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 14px;
}
.sm-step-card h3 {
    color: #fff;
    font-size: 1.05em;
    margin: 0 0 10px;
}
.sm-step-card p {
    color: #888;
    font-size: 0.88em;
    line-height: 1.55;
    margin: 0;
}

/* --- NFC teaser (főoldal) --- */
.sm-nfc-teaser {
    padding: 70px 0;
    background: #0d0d10;
}
.sm-nfc-teaser-inner {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    background: #141416;
    border: 1px solid rgba(197,160,89,0.25);
    border-radius: 20px;
    padding: 40px 36px;
}
.sm-nfc-teaser-text {
    max-width: 480px;
}
.sm-nfc-teaser-text h2 {
    color: #fff;
    font-size: 1.6em;
    margin: 12px 0 14px;
}
.sm-nfc-teaser-text p {
    color: #888;
    font-size: 0.95em;
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 520px;
}
.sm-nfc-teaser-images {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: min(100%, 560px);
}
.sm-nfc-teaser-images img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.4));
}
.sm-product-desc {
    color: #777;
    font-size: 0.85em;
    line-height: 1.45;
    margin-top: 6px;
}
.sm-products-page {
    padding-top: 20px;
}
.sm-contact-grid-single {
    justify-content: center;
}
.sm-contact-grid-single .sm-contact-card {
    max-width: 320px;
}

/* --- Extra szolgáltatások (árak oldal) --- */
.sm-extras {
    padding: 60px 0 80px;
    background: #0a0a0c;
}
.sm-extras-inline {
    margin-top: 56px;
    padding-top: 48px;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}
.sm-extras-inline .sm-section-title {
    margin-bottom: 12px;
    font-size: 2em;
}
.sm-extras-inline .sm-section-lead {
    margin: 0 auto 32px;
    max-width: 560px;
    text-align: center;
    color: #888;
    font-size: 0.95em;
    line-height: 1.6;
}
.sm-extra-price-unit {
    font-size: 0.55em;
    font-weight: 600;
    color: #888;
}
.sm-extras-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}
.sm-extra-card {
    background: #141416;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 22px 20px;
}
.sm-extra-card:hover {
    border-color: rgba(197,160,89,0.3);
}
.sm-extra-featured {
    border-color: rgba(197,160,89,0.4);
    grid-column: span 1;
}
.sm-extra-price {
    color: #C5A059;
    font-size: 1.35em;
    font-weight: 700;
    margin-bottom: 8px;
}
.sm-extra-card h3 {
    color: #fff;
    font-size: 1.05em;
    margin: 0 0 10px;
}
.sm-extra-card p {
    color: #888;
    font-size: 0.86em;
    line-height: 1.55;
    margin: 0;
}
.sm-extras-note {
    text-align: center;
    color: #666;
    font-size: 0.85em;
}
.sm-extras-nfc {
    padding: 50px 0 20px;
    background: transparent;
}
.sm-extras-grid-compact {
    grid-template-columns: minmax(0, 480px);
    justify-content: center;
}

/* --- Footer --- */
.sm-footer {
    padding: 28px 0 40px;
    background: #08080a;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.sm-footer a {
    color: #888;
    text-decoration: none;
    font-size: 0.88em;
}
.sm-footer a:hover { color: #C5A059; }
.sm-footer span { color: #444; margin: 0 8px; }
.sm-footer-copy {
    color: #555;
    font-size: 0.8em;
    margin-top: 12px;
}

@media (max-width: 1024px) {
    .sm-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sm-hero {
        padding: 90px 0 50px;
    }
    .sm-title {
        font-size: clamp(1.85rem, 4vw, 2.6rem);
        line-height: 1.2;
    }
    .sm-packages-grid,
    .sm-pricing-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .sm-templates-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sm-templates-grid .sm-template-card:last-child {
        grid-column: 1 / -1;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .sm-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sm-extras-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sm-features {
        padding: 70px 0 30px;
    }
    .sm-onboarding,
    .sm-packages,
    .sm-templates {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .sm-packages-grid,
    .sm-pricing-grid,
    .sm-pricing-grid-4,
    .sm-templates-grid,
    .sm-steps-grid,
    .sm-extras-grid {
        grid-template-columns: 1fr;
    }
    .sm-templates-grid .sm-template-card:last-child {
        grid-column: auto;
        max-width: none;
    }
    .sm-plan-featured { transform: none; }
    .sm-nfc-teaser-inner {
        grid-template-columns: 1fr;
        justify-content: stretch;
        width: 100%;
        text-align: center;
        padding: 28px 20px;
    }
    .sm-nfc-teaser-text p {
        margin-left: auto;
        margin-right: auto;
    }
    .sm-nfc-teaser-images {
        width: min(100%, 480px);
        margin: 0 auto;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .sm-nfc-teaser-images img {
        height: 200px;
    }
    /* Fejléc: egy sorban marad (ne nyomja szét a herót) */
    .sm-site-header-inner {
        height: 56px;
        flex-wrap: nowrap;
        padding-top: 0;
        padding-bottom: 0;
    }
    .sm-site-nav {
        gap: 10px;
        flex-wrap: nowrap;
        width: auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .sm-site-nav::-webkit-scrollbar { display: none; }
    .sm-site-nav a {
        font-size: 0.75em;
        white-space: nowrap;
    }
    .sm-section-lead {
        margin: -20px auto 28px;
        font-size: 0.95em;
        padding: 0 4px;
    }
    .sm-package-card,
    .sm-template-card,
    .sm-step-card {
        padding: 20px 16px;
    }
    .sm-features {
        padding: 56px 0 24px;
    }
    .sm-onboarding,
    .sm-packages,
    .sm-templates,
    .sm-contact {
        padding-top: 56px;
        padding-bottom: 48px;
    }
    /* Felülírja a 1024-es tablet hero szabályt mobilon */
    .sm-hero {
        padding: 70px 0 40px;
    }
    .sm-title {
        font-size: 1.75em;
    }
    .sm-footer {
        padding: 24px 12px max(28px, env(safe-area-inset-bottom));
    }
    .sm-footer span { margin: 0 4px; }
}
@media (max-width: 480px) {
    .sm-nfc-teaser-images {
        grid-template-columns: 1fr 1fr;
        width: min(100%, 340px);
    }
    .sm-nfc-teaser-images img {
        height: 160px;
    }
    .sm-nfc-teaser-images img:last-child {
        grid-column: 1 / -1;
        max-width: 220px;
        margin: 0 auto;
        width: 100%;
    }
    .sm-site-logo {
        font-size: 1.05rem;
    }
    .sm-card {
        flex-basis: 82%;
        width: 82%;
        padding: 20px 16px;
    }
    .sm-card h3 { font-size: 1.15em; }
    .sm-icon { font-size: 2em; margin-bottom: 14px; }
    .sm-title { font-size: 1.55em; }
}

/* FAQ — SEO + vendég tájékoztatás */
.sm-faq {
    padding: 72px 0;
    background: linear-gradient(180deg, rgba(197, 160, 89, 0.04) 0%, transparent 100%);
}
.sm-faq-list {
    max-width: 820px;
    margin: 32px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sm-faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(197, 160, 89, 0.18);
    border-radius: 12px;
    padding: 0 20px;
}
.sm-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    padding: 18px 0;
    list-style: none;
}
.sm-faq-item summary::-webkit-details-marker { display: none; }
.sm-faq-item summary::after {
    content: "+";
    float: right;
    color: #C5A059;
    font-weight: 700;
}
.sm-faq-item[open] summary::after { content: "−"; }
.sm-faq-item p {
    margin: 0 0 18px;
    color: #aaa;
    line-height: 1.65;
    font-size: 0.95rem;
}
.sm-faq-item strong { color: #ddd; }