:root {
    --eppeeri-red: #ff4f6d;
    --eppeeri-red-dark: #e63b58;
    --eppeeri-red-soft: #ffe1e8;
    --eppeeri-pink: #fff0f4;
    --eppeeri-bg: #fff7f9;
    --eppeeri-text: #211d2d;
    --eppeeri-muted: #746f80;
    --eppeeri-border: #f3dce3;
    --eppeeri-dark: #18141f;
    --eppeeri-white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: linear-gradient(180deg, var(--eppeeri-bg), #fff 58%);
    color: var(--eppeeri-text);
}

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

img {
    max-width: 100%;
}

.site-page {
    min-height: 100vh;
    overflow: hidden;
}

.site-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 22px;
}

/* Header */

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 247, 249, .88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(243, 220, 227, .75);
}

.site-nav {
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.site-logo img {
    height: 52px;
    width: auto;
    display: block;
}

.site-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-link {
    font-size: 15px;
    font-weight: 800;
    color: var(--eppeeri-muted);
    padding: 10px 13px;
    border-radius: 999px;
    transition: .2s ease;
}

.site-link:hover,
.site-link.active {
    color: var(--eppeeri-red-dark);
    background: var(--eppeeri-red-soft);
}

.site-langs {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 4px;
}

.site-langs a {
    font-size: 12px;
    font-weight: 900;
    color: var(--eppeeri-muted);
    padding: 7px 9px;
    border-radius: 999px;
}

.site-langs a.active,
.site-langs a:hover {
    background: var(--eppeeri-red-soft);
    color: var(--eppeeri-red-dark);
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--eppeeri-border);
    background: #fff;
    border-radius: 14px;
    font-size: 22px;
    cursor: pointer;
}

/* Buttons */

.site-btn {
    min-height: 42px;
    padding: 0 17px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid transparent;
    transition: .2s ease;
    white-space: nowrap;
}

.site-btn-primary {
    background: var(--eppeeri-red);
    color: #fff;
    box-shadow: 0 14px 32px rgba(255, 79, 109, .28);
}

.site-btn-primary:hover {
    background: var(--eppeeri-red-dark);
    color: #fff;
    transform: translateY(-1px);
}

.site-btn-light {
    background: #fff;
    color: var(--eppeeri-text);
    border-color: var(--eppeeri-border);
}

.site-btn-light:hover {
    color: var(--eppeeri-red-dark);
    border-color: var(--eppeeri-red);
}


.store-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 180px;
}

.store-badge img {
    display: block;
    height: 44px;
    max-height: 52px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

.store-actions-center {
    justify-content: center;
}

@media (max-width: 560px) {
    .store-badge img {
        height: 46px;
        max-height: 46px;
    }
}


.legal-content h3 {
    margin: 28px 0 10px;
    font-size: 22px;
}

.legal-content p {
    margin: 0 0 16px;
    color: var(--eppeeri-muted);
    line-height: 1.75;
}

.legal-content a {
    color: var(--eppeeri-red-dark);
    font-weight: 800;
}

.legal-content hr {
    border: 0;
    border-top: 1px solid var(--eppeeri-border);
    margin: 28px 0;
}

.legal-updated {
    margin-top: 32px !important;
    font-weight: 800;
}

/* Landing */

.landing-hero {
    padding: 64px 0 72px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 56px;
}

.landing-badge {
    display: inline-flex;
    padding: 9px 15px;
    border-radius: 999px;
    background: var(--eppeeri-red-soft);
    color: var(--eppeeri-red-dark);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 22px;
}

.landing-hero h1,
.page-hero h1 {
    font-size: clamp(42px, 6vw, 76px);
    line-height: .94;
    letter-spacing: -2.7px;
    margin: 0 0 24px;
}

.landing-hero p,
.page-hero p {
    font-size: 20px;
    line-height: 1.65;
    color: var(--eppeeri-muted);
    margin: 0 0 32px;
    max-width: 760px;
}

.landing-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.landing-preview {
    position: relative;
    min-height: 560px;
}

.landing-blob {
    position: absolute;
    inset: 40px 0 0 40px;
    background: radial-gradient(circle at top left, #ff8da2, #ff4f6d);
    border-radius: 44% 56% 52% 48%;
}

.landing-phone {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    background: var(--eppeeri-dark);
    border-radius: 42px;
    padding: 14px;
    box-shadow: 0 35px 90px rgba(24, 20, 31, .28);
}

.landing-screen {
    background: #fff;
    border-radius: 31px;
    min-height: 610px;
    padding: 18px;
    overflow: hidden;
}

.landing-screen-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.landing-screen-logo {
    height: 30px;
}

.landing-private-pill {
    background: var(--eppeeri-pink);
    color: var(--eppeeri-red-dark);
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.landing-memory-big {
    height: 270px;
    border-radius: 28px;
    background: linear-gradient(135deg, #ff9aad, #ff4f6d);
    padding: 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 14px;
}

.landing-memory-big small {
    opacity: .85;
    font-weight: 800;
}

.landing-memory-big strong {
    font-size: 28px;
    line-height: 1.05;
    margin-top: 8px;
}

.landing-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.landing-mini {
    height: 120px;
    border-radius: 24px;
    background: var(--eppeeri-pink);
    display: grid;
    place-items: center;
    font-size: 30px;
}

/* Sections */

.landing-section,
.page-section {
    padding: 42px 0;
}

.landing-section-title {
    text-align: center;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -1.8px;
    margin: 0 0 32px;
}

.landing-features,
.page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.landing-card,
.page-card {
    background: #fff;
    border: 1px solid var(--eppeeri-border);
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 20px 45px rgba(24, 20, 31, .06);
}

.landing-icon,
.page-icon {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: var(--eppeeri-pink);
    color: var(--eppeeri-red);
    font-size: 27px;
    margin-bottom: 18px;
}

.landing-card h3,
.page-card h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.landing-card p,
.page-card p {
    margin: 0;
    color: var(--eppeeri-muted);
    line-height: 1.65;
}

/* Privacy */

.landing-privacy {
    padding: 50px 0;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 26px;
    align-items: center;
}

.landing-privacy-panel {
    background: var(--eppeeri-dark);
    color: #fff;
    border-radius: 38px;
    padding: 42px;
}

.landing-privacy-panel h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -1.8px;
    margin: 0 0 18px;
}

.landing-privacy-panel p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    margin: 0;
    font-size: 18px;
}

.landing-privacy-list {
    display: grid;
    gap: 14px;
}

.landing-privacy-item {
    background: #fff;
    border: 1px solid var(--eppeeri-border);
    border-radius: 24px;
    padding: 20px 22px;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(24, 20, 31, .05);
}

/* CTA */

.landing-cta,
.page-cta {
    max-width: 950px;
    margin: 50px auto;
    padding: 55px 26px;
    text-align: center;
    background: linear-gradient(135deg, #ff8198, #ff4f6d);
    color: #fff;
    border-radius: 42px;
    box-shadow: 0 28px 70px rgba(255, 79, 109, .28);
}

.landing-cta h2,
.page-cta h2 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
    letter-spacing: -2px;
    margin: 0 0 14px;
}

.landing-cta p,
.page-cta p {
    margin: 0 0 28px;
    font-size: 19px;
    opacity: .9;
}

.landing-cta .site-btn-primary,
.page-cta .site-btn-primary {
    background: #fff;
    color: var(--eppeeri-red-dark);
    box-shadow: none;
}

/* Page neutre */

.page-hero {
    padding: 80px 0 42px;
}

.page-free-card h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1;
    margin: 0 0 18px;
    letter-spacing: -1.5px;
}

.page-free-card p {
    font-size: 18px;
    line-height: 1.75;
    color: var(--eppeeri-muted);
    margin: 0 0 20px;
}

.page-placeholder {
    border: 2px dashed var(--eppeeri-border);
    background: var(--eppeeri-pink);
    border-radius: 26px;
    padding: 34px;
    text-align: center;
    color: var(--eppeeri-muted);
    font-weight: 800;
}

/* Footer soft modern */

.site-footer {
    position: relative;
    margin-top: 90px;
    padding-top: 70px;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 79, 109, .10), transparent 30%),
        radial-gradient(circle at 82% 20%, rgba(255, 154, 173, .12), transparent 32%),
        linear-gradient(180deg, #fff9fa 0%, #fff4f6 100%);
    color: var(--eppeeri-text);
    overflow: hidden;
    border-radius: 46px 46px 0 0;
}

.site-footer::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 24px;
    width: 160px;
    height: 5px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #ffd7e0;
}

.footer-main {
    position: relative;
    display: grid;
    grid-template-columns: .95fr 1.45fr;
    gap: 22px;
    padding-bottom: 34px;
}

.footer-card {
    background: #ffffff;
    border: 1px solid #f8dfe6;
    border-radius: 34px;
    box-shadow: 0 15px 40px rgba(255, 79, 109, .06);
}

.footer-brand-card {
    padding: 32px;
}

.footer-logo {
    height: 58px;
    width: auto;
    display: block;
    margin-bottom: 20px;
    filter: none;
}

.footer-brand-card p {
    margin: 0 0 24px;
    max-width: 390px;
    color: #756e7f;
    line-height: 1.75;
    font-size: 16px;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6d89, #ff4f6d);
    color: #fff;
    font-weight: 900;
    transition: .2s ease;
}

.footer-cta span {
    font-size: 18px;
    transition: .2s ease;
}

.footer-cta:hover {
    transform: translateY(-2px);
    color: #fff;
}

.footer-cta:hover span {
    transform: translateX(3px);
}

.footer-links-card {
    padding: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.footer-col h4 {
    margin: 0 0 16px;
    color: #302b39;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.footer-col a {
    position: relative;
    display: table;
    color: #80798b;
    margin: 12px 0;
    font-weight: 750;
    line-height: 1.4;
    transition: .2s ease;
}

.footer-col a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--eppeeri-red);
    transition: .2s ease;
}

.footer-col a:hover {
    color: var(--eppeeri-red-dark);
    transform: translateX(3px);
}

.footer-col a:hover::after {
    width: 100%;
}

.footer-bottom {
    position: relative;
    padding: 22px 22px 34px;
    border-top: 1px solid #f2dfe5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    color: #847d8e;
    font-size: 14px;
}

.footer-langs {
    display: flex;
    gap: 7px;
}

.footer-langs a {
    padding: 8px 11px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #f1dfe5;
    color: #7d7687;
    font-weight: 900;
    font-size: 12px;
    transition: .2s ease;
}

.footer-langs a.active,
.footer-langs a:hover {
    background: var(--eppeeri-red);
    border-color: var(--eppeeri-red);
    color: #fff;
}

/* Responsive */

@media (max-width: 900px) {
    .site-nav {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .mobile-toggle {
        display: block;
    }

    .site-menu {
        display: none;
        width: 100%;
        padding-top: 14px;
        flex-direction: column;
        align-items: stretch;
    }

    .site-menu.open {
        display: flex;
    }

    .site-link,
    .site-btn {
        width: 100%;
        justify-content: center;
    }

    .site-langs {
        width: 100%;
        justify-content: center;
        margin: 6px 0;
    }

    .site-logo img {
        height: 44px;
    }

    .landing-hero,
    .landing-privacy {
        grid-template-columns: 1fr;
    }

    .landing-preview {
        min-height: auto;
    }

    .landing-blob {
        display: none;
    }

    .landing-features,
    .page-grid {
        grid-template-columns: 1fr;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-links-card {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .landing-actions {
        width: 100%;
    }

    .landing-actions .site-btn {
        width: 100%;
    }

    .landing-hero {
        padding-top: 32px;
    }

    .landing-screen {
        min-height: 520px;
    }

    .landing-memory-big {
        height: 230px;
    }

    .landing-hero h1,
    .page-hero h1 {
        letter-spacing: -1.5px;
    }

    .footer-brand-card,
    .footer-links-card {
        padding: 26px;
    }
}

.cookie-banner {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(24, 20, 31, .42);
    backdrop-filter: blur(10px);
}

.cookie-panel {
    width: 100%;
    max-width: 720px;
    padding: 26px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(255, 79, 109, .13), transparent 34%),
        #ffffff;
    border: 1px solid #f4dfe6;
    box-shadow: 0 35px 90px rgba(24, 20, 31, .28);
}

.cookie-head {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: flex-start;
}

.cookie-icon {
    width: 58px;
    height: 58px;
    border-radius: 21px;
    background: linear-gradient(135deg, #fff0f4, #ffe1e8);
    display: grid;
    place-items: center;
    font-size: 27px;
}

.cookie-head h3 {
    margin: 0 0 8px;
    color: var(--eppeeri-text);
    font-size: 24px;
}

.cookie-head p {
    margin: 0;
    color: var(--eppeeri-muted);
    line-height: 1.65;
    font-size: 15.5px;
}

.cookie-options {
    display: none;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
}

.cookie-options.open {
    display: grid;
}

.cookie-choice {
    display: flex;
    gap: 12px;
    padding: 15px;
    border-radius: 22px;
    border: 1px solid var(--eppeeri-border);
    background: #fff9fa;
}

.cookie-choice input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--eppeeri-red);
}

.cookie-choice strong {
    display: block;
    color: var(--eppeeri-text);
    font-size: 14px;
    margin-bottom: 3px;
}

.cookie-choice small {
    display: block;
    color: var(--eppeeri-muted);
    font-size: 12.5px;
}

.cookie-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}

.cookie-actions {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cookie-btn {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 0;
    font-weight: 900;
    cursor: pointer;
}

.cookie-btn-primary {
    background: linear-gradient(135deg, #ff6d89, #ff4f6d);
    color: #fff;
}

.cookie-btn-soft {
    background: var(--eppeeri-pink);
    color: var(--eppeeri-red-dark);
}

.cookie-btn-ghost {
    background: transparent;
    color: var(--eppeeri-muted);
}

.cookie-save {
    display: none;
}

.cookie-save.open {
    display: inline-flex;
    align-items: center;
}

.cookie-more {
    color: var(--eppeeri-red-dark);
    font-weight: 900;
    font-size: 14px;
}

@media (max-width: 700px) {
    .cookie-panel {
        max-width: 100%;
        padding: 20px;
        border-radius: 28px;
    }

    .cookie-head {
        grid-template-columns: 1fr;
    }

    .cookie-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-actions,
    .cookie-btn {
        width: 100%;
    }
}
.eppeeri-ad {
    display: block;
    width: 100%;
    min-height: 120px;
    margin: 28px 0;
    text-align: center;
}


.faq-list {
    display: grid;
    gap: 14px;
    max-width: 980px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--eppeeri-border);
    border-radius: 26px;
    padding: 0;
    box-shadow: 0 18px 42px rgba(24, 20, 31, .05);
    overflow: hidden;
}

.faq-item summary {
    cursor: pointer;
    padding: 22px 26px;
    font-size: 18px;
    font-weight: 900;
    color: var(--eppeeri-text);
    list-style: none;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--eppeeri-pink);
    color: var(--eppeeri-red-dark);
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 900;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    margin: 0;
    padding: 0 26px 24px;
    color: var(--eppeeri-muted);
    line-height: 1.75;
    font-size: 16.5px;
}

/* =========================================================
   GUIDES — PAGE LISTE
   ========================================================= */

.guide-page {
    padding-bottom: 90px;
}

.guide-hero {
    padding: 72px 0 34px;
}

.guide-hero-inner {
    max-width: 820px;
}

.guide-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: .98;
    letter-spacing: -2.6px;
}

.guide-hero p {
    margin: 0;
    max-width: 720px;
    color: var(--eppeeri-muted);
    font-size: 19px;
    line-height: 1.7;
}

/* =========================================================
   TOOLBAR
   ========================================================= */

.guide-toolbar-wrap {
    position: sticky;
    top: 84px;
    z-index: 20;
    padding: 12px 0 18px;
    background: linear-gradient(
        180deg,
        rgba(255, 247, 249, .98),
        rgba(255, 247, 249, .92),
        rgba(255, 247, 249, 0)
    );
}

.guide-toolbar {
    display: grid;
    gap: 16px;
    padding: 18px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--eppeeri-border);
    border-radius: 26px;
    box-shadow: 0 16px 40px rgba(24, 20, 31, .06);
    backdrop-filter: blur(16px);
}

.guide-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.guide-search-field {
    position: relative;
}

.guide-search-field::before {
    content: "⌕";
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--eppeeri-muted);
    font-size: 22px;
    pointer-events: none;
}

.guide-search input[type="search"] {
    width: 100%;
    min-height: 50px;
    padding: 0 18px 0 47px;
    border: 1px solid var(--eppeeri-border);
    border-radius: 17px;
    background: #fff;
    color: var(--eppeeri-text);
    font: inherit;
    outline: none;
    transition: .2s ease;
}

.guide-search input[type="search"]:focus {
    border-color: var(--eppeeri-red);
    box-shadow: 0 0 0 4px rgba(255, 79, 109, .10);
}

.guide-search .site-btn {
    min-height: 50px;
    padding-inline: 22px;
    border-radius: 17px;
}

/* =========================================================
   CATÉGORIES
   ========================================================= */

.guide-categories {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.guide-categories::-webkit-scrollbar {
    display: none;
}

.guide-categories a {
    flex: 0 0 auto;
    padding: 9px 14px;
    border: 1px solid var(--eppeeri-border);
    border-radius: 999px;
    background: #fff;
    color: var(--eppeeri-muted);
    font-size: 14px;
    font-weight: 850;
    transition: .2s ease;
}

.guide-categories a:hover {
    border-color: #ffc8d4;
    color: var(--eppeeri-red-dark);
    transform: translateY(-1px);
}

.guide-categories a.active {
    border-color: var(--eppeeri-red);
    background: var(--eppeeri-red);
    color: #fff;
    box-shadow: 0 10px 24px rgba(255, 79, 109, .18);
}

/* =========================================================
   EN-TÊTE RÉSULTATS
   ========================================================= */

.guide-results-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin: 36px 0 20px;
}

.guide-results-head h2 {
    margin: 0;
    font-size: 30px;
    letter-spacing: -1px;
}

.guide-results-count {
    color: var(--eppeeri-muted);
    font-size: 14px;
    font-weight: 800;
}

/* =========================================================
   GRILLE
   ========================================================= */

.guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.guide-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--eppeeri-border);
    border-radius: 28px;
    box-shadow: 0 16px 44px rgba(24, 20, 31, .055);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.guide-card:hover {
    transform: translateY(-6px);
    border-color: #f6c8d3;
    box-shadow: 0 26px 60px rgba(24, 20, 31, .11);
}

.guide-card-media {
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .5), transparent 28%),
        linear-gradient(135deg, #ffe8ee, #ffd4df);
}

.guide-card-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(180deg, transparent, rgba(24, 20, 31, .06));
    pointer-events: none;
}

.guide-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.guide-card:hover .guide-card-media img {
    transform: scale(1.04);
}

.guide-card-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 52px;
}

.guide-card-content {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 24px;
}

.guide-category {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--eppeeri-pink);
    color: var(--eppeeri-red-dark);
    font-size: 12px;
    font-weight: 900;
}

.guide-card h2 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -.6px;
}

.guide-card h2 a {
    color: var(--eppeeri-text);
}

.guide-card h2 a:hover {
    color: var(--eppeeri-red-dark);
}

.guide-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--eppeeri-muted);
    font-size: 15.5px;
    line-height: 1.65;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.guide-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 22px;
}

.guide-meta-info {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--eppeeri-muted);
    font-size: 13px;
    font-weight: 800;
}

.guide-meta a {
    flex: 0 0 auto;
    color: var(--eppeeri-red-dark);
    font-size: 14px;
    font-weight: 900;
}

.guide-meta a:hover {
    transform: translateX(3px);
}

/* =========================================================
   ÉTAT VIDE / ERREUR
   ========================================================= */

.guide-empty {
    max-width: 720px;
    margin: 34px auto 0;
    padding: 42px;
    text-align: center;
}

.guide-empty .page-icon {
    margin: 0 auto 18px;
}

.guide-empty h2 {
    margin: 0 0 12px;
    font-size: 30px;
}

.guide-empty p {
    margin: 0 0 22px;
    color: var(--eppeeri-muted);
    line-height: 1.7;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {
    .guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .guide-hero {
        padding-top: 42px;
    }

    .guide-toolbar-wrap {
        position: static;
        padding-top: 0;
    }

    .guide-search {
        grid-template-columns: 1fr;
    }

    .guide-search .site-btn {
        width: 100%;
    }

    .guide-results-head {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .guide-card-media {
        height: 230px;
    }

    .guide-card-content {
        min-height: 0;
    }
}

@media (max-width: 520px) {
    .guide-toolbar {
        padding: 14px;
        border-radius: 22px;
    }

    .guide-card {
        border-radius: 24px;
    }

    .guide-card-media {
        height: 190px;
    }

    .guide-card-content {
        padding: 20px;
    }

    .guide-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}
