/* ===========================================================
   Calculadora de Reseñas GBP — Modern Gradient Design
   Icons: FontAwesome  |  Accent: Gradient Blue-Purple
   Modern shadows, clean typography, vibrant aesthetics
   =========================================================== */

/* ---- Hidden Attribute Respect ---- */
[hidden] { display: none !important; }

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f8fafc;
    color: #1e293b;
    line-height: 1.6;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

/* ---- Breadcrumbs ---- */
.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.82rem;
    color: #94a3b8;
}

.breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color .2s;
}

.breadcrumbs a:hover {
    color: #1877F2;
}

.breadcrumb-sep {
    margin: 0 0.5rem;
    color: #cbd5e1;
}

.breadcrumbs span {
    color: #475569;
    font-weight: 500;
}

/* ---- Header ---- */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: 1.5rem 2rem 1rem;
    background: linear-gradient(135deg, #1877F2 0%, #0D65D9 100%);
    margin-bottom: 0.5rem;
    position: relative;
}

.logo-center {
    display: flex;
    align-items: center;
    gap: .75rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FBBC05;
    font-size: 1.25rem;
}

.logo-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.site-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color .2s;
    white-space: nowrap;
}

.site-name:hover {
    color: #fff;
}

.logo-text span {
    opacity: 0.9;
}

/* ---- Hero / Search ---- */
.hero {
    text-align: center;
    padding: 2rem 1.5rem 2.5rem;
    max-width: 640px;
    margin: 0 auto;
}

.hero-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .75rem;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.google-colors .g { color: #4285F4; }
.google-colors .o1 { color: #EA4335; }
.google-colors .o2 { color: #FBBC05; }
.google-colors .g { color: #4285F4; }
.google-colors .l { color: #34A853; }
.google-colors .e { color: #EA4335; }
.maps-gray { color: #5F6368; }

.hero-sub {
    color: #64748b;
    font-size: 1.05rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-subtitle {
    color: #475569;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.hero-hint {
    color: #94a3b8;
    font-size: .82rem;
    margin-top: .75rem;
}

/* ---- Banner ---- */
.banner {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    font-size: .9rem;
    max-width: 640px;
    margin: 0 auto 1.25rem;
}
.banner-warning {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    border: 1px solid #fbbf24;
}

/* ---- Search Pill ---- */
.search-pill-wrapper {
    position: relative;
}

.search-pill {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 0 1.25rem;
    height: 56px;
    transition: all .25s ease;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -2px rgba(0,0,0,0.05);
}

.search-pill:focus-within {
    border-color: #1877F2;
    box-shadow: 0 0 0 4px rgba(24,119,242,0.15), 0 4px 6px -1px rgba(0,0,0,0.05);
}

.search-icon {
    flex-shrink: 0;
    margin-right: .75rem;
    color: #94a3b8;
    font-size: 1rem;
}

#search-input {
    flex: 1;
    border: none;
    outline: none;
    font: inherit;
    font-size: 1rem;
    color: #1e293b;
    background: transparent;
    min-width: 0;
}

#search-input::placeholder {
    color: #94a3b8;
}

.search-clear {
    flex-shrink: 0;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #94a3b8;
    cursor: pointer;
    padding: 0 .25rem;
    display: flex;
    align-items: center;
    transition: color .2s;
}

.search-clear:hover {
    color: #64748b;
}

/* ---- Suggestions Dropdown ---- */
.suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    max-height: 320px;
    overflow-y: auto;
    z-index: 20;
    padding: .5rem 0;
    border: 1px solid #e2e8f0;
}

.suggestion-item {
    padding: .85rem 1.25rem;
    cursor: pointer;
    font-size: .95rem;
    color: #334155;
    transition: all .15s ease;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.suggestion-item::before {
    content: '';
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 10px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.suggestion-item:hover,
.suggestion-item.active {
    background: linear-gradient(135deg, #1877F210 0%, #0D65D910 100%);
    color: #1877F2;
}

.suggestion-empty {
    padding: .85rem 1.25rem;
    color: #94a3b8;
    font-size: .88rem;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: .5rem;
}

/* ---- Spinner ---- */
.searching-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2.5px solid #e2e8f0;
    border-top-color: #1877F2;
    border-radius: 50%;
    animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---- Generic Search Warning ---- */
.generic-warning {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .75rem 1rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid #fbbf24;
    border-radius: 12px;
    font-size: .82rem;
    color: #92400e;
    margin-top: .75rem;
    line-height: 1.5;
}

.generic-warning i {
    flex-shrink: 0;
    margin-top: .1rem;
    color: #d97706;
}

/* ---- Dashboard ---- */
.dashboard {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1rem 2rem;
}

/* ---- Cards ---- */
.card {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 6px -1px rgba(0,0,0,0.04);
    border: 1px solid #f1f5f9;
    transition: transform .2s ease, box-shadow .2s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 10px 15px -3px rgba(0,0,0,0.08);
}

.card h3 {
    font-size: .95rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.card-head {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.card-head-text {
    flex: 1 1 200px;
}

.card-head-text h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .35rem;
    letter-spacing: -0.02em;
}

.card-head-text p {
    font-size: .9rem;
    color: #64748b;
    margin-bottom: .35rem;
}

.biz-photo {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
    background: #f1f5f9;
    border: 2px solid #f1f5f9;
}

.biz-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #1877F2;
    font-size: .85rem;
    text-decoration: none;
    font-weight: 600;
    margin-top: .5rem;
    transition: gap .2s;
}

.biz-link:hover {
    gap: .6rem;
    text-decoration: none;
}

/* ---- Metrics Strip ---- */
.metrics-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
}

.metric {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 14px;
    padding: 1rem .75rem;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.metric-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
}

.metric-label {
    display: block;
    margin-top: .35rem;
    color: #64748b;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
}

/* ---- Distribution ---- */
#distribution {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.dist-row {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    align-items: center;
    gap: .75rem;
    font-size: .9rem;
}

.dist-label {
    color: #475569;
    display: flex;
    align-items: center;
    gap: .35rem;
    font-weight: 600;
    font-size: .85rem;
}

.dist-label .stars {
    color: #f59e0b;
    font-size: .75rem;
    letter-spacing: -2px;
}

.dist-bar {
    height: 10px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.dist-bar-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #1877F2 0%, #0D65D9 100%);
    transition: width .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.dist-count {
    text-align: right;
    color: #1e293b;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    font-size: .9rem;
}

/* ---- Slider ---- */
.slider-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

#target-slider {
    flex: 1 1 200px;
    accent-color: #1877F2;
    height: 6px;
    cursor: pointer;
}

.slider-readout {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    min-width: 90px;
    letter-spacing: -0.02em;
}

.star-gold {
    font-size: 1rem;
    color: #f59e0b;
}

.target-delta {
    font-size: .85rem;
    color: #64748b;
    margin-top: .35rem;
    width: 100%;
}

/* ---- Result Box ---- */
.result-box {
    background: linear-gradient(135deg, #1877F2 0%, #0D65D9 100%);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    color: #fff;
}

.result-label {
    margin-bottom: .5rem;
    color: rgba(255,255,255,0.85);
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
}

.result-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.result-number.goal-met {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

.result-number.impossible {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

.result-detail {
    margin-top: .6rem;
    color: rgba(255,255,255,0.8);
    font-size: .88rem;
}

.warning {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    color: #fff;
    font-size: .88rem;
    border: 1px solid rgba(255,255,255,0.2);
}

.warning strong {
    color: #fef08a;
}

/* ---- Loading Skeleton ---- */
.loading {
    max-width: 680px;
    margin: 2rem auto 0;
    padding: 0 1rem;
}

.skeleton {
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
    background-size: 200% 100%;
    border-radius: 14px;
    margin-bottom: 1rem;
    animation: shimmer 1.5s ease-in-out infinite;
}

.skeleton-card {
    height: 160px;
}

.skeleton-bar-short {
    width: 40%;
    height: 20px;
}

.skeleton-bar-medium {
    width: 70%;
    height: 20px;
}

.loading-text {
    text-align: center;
    color: #94a3b8;
    font-size: .9rem;
    margin: 1rem 0 2rem;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ---- Error Box ---- */
.error-box {
    max-width: 640px;
    margin: 2rem auto 0;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border: 1px solid #fecaca;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    text-align: center;
    color: #dc2626;
    font-size: .95rem;
}

.error-box i {
    font-size: 1.5rem;
}

/* ---- Buttons ---- */
.btn-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: .65rem 1.25rem;
    font: inherit;
    font-size: .9rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all .2s ease;
    margin-bottom: 1rem;
}

.btn-chip:hover {
    background: #f8fafc;
    border-color: #1877F2;
    color: #1877F2;
}

.btn-chip i {
    font-size: .85rem;
}

.btn-outline {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: .65rem 1.25rem;
    font: inherit;
    font-size: .9rem;
    font-weight: 600;
    color: #1877F2;
    cursor: pointer;
    transition: all .2s ease;
}

.btn-outline:hover {
    background: #1877F2;
    border-color: #1877F2;
    color: #fff;
}

/* ---- Disclaimer ---- */
.disclaimer {
    max-width: 680px;
    margin: 0 auto 1.5rem;
    padding: 0 1rem;
    color: #64748b;
    font-size: .85rem;
}

.disclaimer summary {
    cursor: pointer;
    font-weight: 600;
    color: #64748b;
    margin-bottom: .5rem;
    padding: .5rem 0;
}

.disclaimer ul {
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

/* ---- Footer ---- */
.footer {
    text-align: center;
    padding: 1.5rem 1rem;
    color: #94a3b8;
    font-size: .8rem;
    border-top: 1px solid #e2e8f0;
    margin-top: auto;
}

/* ---- Unlock Section ---- */
.unlock-section {
    text-align: center;
    padding: 1.5rem 0;
}

.unlock-btn {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background: linear-gradient(135deg, #1877F2 0%, #0D65D9 100%);
    color: #fff;
    border: none;
    padding: 1.1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 16px;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.unlock-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4);
}

.unlock-btn:active {
    transform: translateY(0);
}

.unlock-btn i {
    font-size: 1.2rem;
}

.unlock-hint {
    color: #94a3b8;
    font-size: .82rem;
    margin-top: .85rem;
    font-weight: 500;
}

/* ---- Search Wrapper (locked state) ---- */
.search-wrapper {
    position: relative;
}

.search-wrapper.locked {
    opacity: 0.6;
    pointer-events: none;
}

.search-lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background: rgba(248, 250, 252, 0.85);
    border-radius: 16px;
    z-index: 10;
    color: #64748b;
    font-weight: 600;
    font-size: .9rem;
}

.search-lock-overlay i {
    font-size: 1rem;
}

/* ---- Unlock Animation ---- */
.search-wrapper.unlocked .search-lock-overlay {
    display: none;
}

.search-wrapper.unlocked {
    opacity: 1;
    pointer-events: auto;
}

.search-wrapper.unlocked .search-pill input {
    disabled: false;
}

/* ---- Spinner para el boton de codigo ---- */
@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fa-spin {
    animation: fa-spin 1s linear infinite;
}

/* ---- Fade In Animation ---- */
.fade-in {
    animation: fadeUp .4s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- AdSense Layout ---- */
.ad-top-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    background: #f8fafc;
    padding: 0.5rem 1rem;
    overflow: hidden;
}

.ad-sidebar-left,
.ad-sidebar-right {
    width: 160px;
    flex-shrink: 0;
}

.ad-sidebar-left {
    margin-right: 1rem;
}

.ad-sidebar-right {
    margin-left: 1rem;
}

.ad-sidebar-left ins,
.ad-sidebar-right ins {
    position: sticky;
    top: 20px;
    display: block;
    width: 100%;
    max-height: 600px;
}

.ad-in-feed {
    display: flex;
    justify-content: center;
    margin: 1rem auto;
    min-height: 90px;
}

.ad-in-feed ins {
    display: block;
    width: 100%;
    max-width: 680px;
}

/* Layout con sidebars para desktop */
.ad-layout-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.ad-main-content {
    flex: 1;
    max-width: 720px;
    min-width: 0;
}

.ad-footer-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    background: #f8fafc;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}

/* Sidebars fixed a los lados de la pantalla (desktop >= 1101px) */
@media (min-width: 1101px) {
    .ad-sidebar-left {
        position: fixed;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 160px;
        z-index: 10;
        margin-right: 0;
    }

    .ad-sidebar-right {
        position: fixed;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 160px;
        z-index: 10;
        margin-left: 0;
    }

    .ad-sidebar-left ins,
    .ad-sidebar-right ins {
        position: static;
        width: 100%;
    }

    .ad-layout-wrapper {
        padding-left: 200px;
        padding-right: 200px;
    }
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
    .ad-sidebar-left,
    .ad-sidebar-right {
        display: none;
    }

    .ad-layout-wrapper {
        display: block;
        padding: 0;
    }
}

@media (max-width: 600px) {
    .header {
        padding: 1.25rem 1rem;
        border-radius: 0 0 24px 24px;
        justify-content: center;
    }

    .site-name {
        display: none;
    }

    .logo-center {
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .logo-text {
        font-size: 1.35rem;
    }

    .hero {
        padding: 1.5rem 1rem 2rem;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .search-pill {
        height: 52px;
        border-radius: 14px;
    }

    .metrics-strip {
        grid-template-columns: 1fr;
        gap: .6rem;
    }

    .metric {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.25rem;
    }

    .metric-value {
        font-size: 1.4rem;
    }

    .metric-label {
        margin-top: 0;
        font-size: .8rem;
    }

    .result-number {
        font-size: 2.75rem;
    }

    .card {
        border-radius: 16px;
        padding: 1.25rem;
    }
}

/* ---- FAQ Section ---- */
.faq-section {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.faq-container {
    background: #fff;
    border-radius: 20px;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
}

.faq-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem 0;
    cursor: pointer;
    list-style: none;
    transition: color .2s ease;
}

.faq-h3 {
    font-size: .95rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
}

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

.faq-question:hover {
    color: #1877F2;
}

.faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: .75rem;
    transition: transform .25s ease, color .2s ease;
}

.faq-item[open] .faq-icon {
    transform: rotate(180deg);
    color: #1877F2;
}

.faq-item[open] .faq-question {
    color: #1877F2;
}

.faq-answer {
    padding: 0 0 1rem 2.5rem;
    color: #475569;
    font-size: .92rem;
    line-height: 1.7;
}

.faq-answer p {
    margin: 0;
}

/* ---- Accessibility ---- */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
