/* ═══════════════════════════════════════════════════
   S&A TILE Inc - Luxury Gold & Black Design
   Premium Tile Installation - Sacramento
   ═══════════════════════════════════════════════════ */

/* Load decorative font async */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Gold Palette */
    --gold-primary: #D4AF37;      /* Classic gold */
    --gold-light: #F4E4C1;        /* Champagne gold */
    --gold-dark: #B8960A;         /* Dark gold */
    --gold-metallic: linear-gradient(135deg, #D4AF37 0%, #F4E4C1 50%, #D4AF37 100%);

    /* Black Palette */
    --black-primary: #1a1a1a;     /* Pure black */
    --black-soft: #2a2a2a;        /* Soft black */
    --black-charcoal: #3a3a3a;    /* Charcoal */

    /* Accent Colors */
    --white: #ffffff;
    --cream: #FFF8E7;
    --shadow-gold: rgba(212, 175, 55, 0.2);
    --shadow-dark: rgba(0, 0, 0, 0.3);

    /* Black Secondary (for text) */
    --black-secondary: #4a4a4a;
}

body {
    font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: var(--black-primary);
    background: var(--white);
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ═══════════════════════════════════════════════════
   HERO SECTION - Luxury Black & Gold
   ═══════════════════════════════════════════════════ */

.hero {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(42, 42, 42, 0.90) 50%, rgba(58, 58, 58, 0.85) 100%),
                url('images/фон/IMG_1237-mobile.JPG') center/cover no-repeat;
    color: var(--white);
    padding: 20px 0 100px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero {
        background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(42, 42, 42, 0.90) 50%, rgba(58, 58, 58, 0.85) 100%),
                    url('images/фон/IMG_1237.JPG') center/cover no-repeat;
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.3);
    pointer-events: none;
    backdrop-filter: blur(1px);
}

/* Navigation */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.logo {
    display: flex;
    align-items: center;
    gap: 25px;
}

.logo-img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--gold-primary);
    box-shadow: 0 0 20px var(--shadow-gold);
    background: var(--white);
    padding: 5px;
}

.logo-text h1 {
    font-size: 3em;
    margin-bottom: 0;
    background: var(--gold-metallic);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.phone {
    color: var(--gold-primary);
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.phone:hover {
    color: var(--gold-light);
    text-shadow: 0 0 15px var(--shadow-gold);
}

.btn-primary {
    background: var(--gold-metallic);
    color: var(--black-primary);
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--shadow-gold);
    border: 2px solid var(--gold-primary);
    font-size: 1.05em;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px var(--shadow-gold);
    background: var(--gold-primary);
    color: var(--white);
}

/* Hero Content */
.hero-content {
    text-align: center;
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.hero-content h2 {
    font-size: 4em;
    margin-bottom: 15px;
    background: var(--gold-metallic);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

.hero-content h3 {
    font-size: 2.2em;
    font-weight: 300;
    margin-bottom: 25px;
    color: var(--cream);
    letter-spacing: 2px;
}

.hero-text {
    font-size: 1.15em;
    margin-bottom: 50px;
    color: var(--gold-light);
    font-weight: 400;
    letter-spacing: 1px;
}

.hero-cta {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-large {
    background: var(--gold-metallic);
    color: var(--black-primary);
    padding: 20px 50px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 6px 20px var(--shadow-gold);
    border: 2px solid var(--gold-primary);
    text-transform: uppercase;
}

.btn-large:hover {
    background: var(--gold-dark);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px var(--shadow-gold);
}

.btn-secondary {
    background: transparent;
    border: 2px solid var(--gold-primary);
    color: var(--gold-primary);
    padding: 18px 50px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
}

.btn-secondary:hover {
    background: var(--gold-primary);
    color: var(--black-primary);
    box-shadow: 0 6px 20px var(--shadow-gold);
}

/* ═══════════════════════════════════════════════════
   SECTIONS - General Styles
   ═══════════════════════════════════════════════════ */

section {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--black-primary);
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 400;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--gold-metallic);
}

.section-subtitle {
    text-align: center;
    font-size: 1.2em;
    color: var(--black-soft);
    margin-bottom: 60px;
    font-weight: 300;
}

/* ═══════════════════════════════════════════════════
   SERVICES SECTION
   ═══════════════════════════════════════════════════ */

.services {
    background: var(--cream);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.service-card {
    background: var(--white);
    padding: 50px 35px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    transition: left 0.5s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold-primary);
    box-shadow: 0 15px 40px var(--shadow-gold);
}

.service-icon {
    font-size: 4.5em;
    margin-bottom: 25px;
    filter: grayscale(0.3);
}

.service-card h3 {
    font-size: 1.6em;
    margin-bottom: 18px;
    color: var(--black-primary);
    letter-spacing: 1px;
}

.service-card p {
    color: var(--black-soft);
    line-height: 1.8;
    font-weight: 300;
}

/* ═══════════════════════════════════════════════════
   WHY CHOOSE US
   ═══════════════════════════════════════════════════ */

.why-us {
    background: var(--white);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.benefit {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.benefit:hover {
    background: var(--cream);
}

.check {
    background: var(--gold-metallic);
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    flex-shrink: 0;
    box-shadow: 0 4px 15px var(--shadow-gold);
    font-weight: bold;
}

.benefit h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: var(--black-primary);
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.benefit p {
    color: var(--black-soft);
    font-weight: 300;
    line-height: 1.7;
}

/* ═══════════════════════════════════════════════════
   GALLERY SECTION - MAGAZINE STYLE
   ═══════════════════════════════════════════════════ */

.gallery {
    background: var(--cream);
    padding: 100px 0;
}

.magazine-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    min-height: 600px;
}

.magazine-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    perspective: 2000px;
}

.magazine-book {
    position: relative;
    width: 100%;
    height: 600px;
    transform-style: preserve-3d;
}

.magazine-page {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--cream);
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: opacity 0.5s ease;
    border: 3px solid var(--gold-primary);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.magazine-page.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.page-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    backface-visibility: hidden;
}

.page-content img {
    width: 100%;
    height: 85%;
    object-fit: contain;
    display: block;
    background: var(--cream);
}

.page-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(26, 26, 26, 0.95), rgba(26, 26, 26, 0.7));
    padding: 25px 30px;
    color: var(--white);
}

.page-info h3 {
    font-size: 1.8em;
    color: var(--gold-primary);
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.page-info p {
    font-size: 1.1em;
    color: var(--gold-light);
    margin: 0;
}

/* Navigation Buttons */
.magazine-nav {
    background: var(--gold-metallic);
    border: 3px solid var(--gold-primary);
    color: var(--black-primary);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 2.5em;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px var(--shadow-gold);
    flex-shrink: 0;
}

.magazine-nav:hover {
    transform: scale(1.1);
    background: var(--gold-dark);
    color: var(--white);
    box-shadow: 0 8px 30px var(--shadow-gold);
}

.magazine-nav:active {
    transform: scale(0.95);
}

.magazine-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: scale(1);
}

.magazine-nav span {
    display: block;
    line-height: 1;
}

/* Page Counter */
.page-counter {
    text-align: center;
    margin-top: 40px;
    font-size: 1.3em;
    color: var(--black-primary);
    font-weight: 600;
    letter-spacing: 2px;
}

.page-counter span {
    color: var(--gold-dark);
    font-size: 1.4em;
}

/* ═══════════════════════════════════════════════════
   INSTAGRAM SECTION
   ═══════════════════════════════════════════════════ */

.instagram-section {
    background: var(--black-primary);
    color: var(--white);
    padding: 80px 0;
}

.instagram-section .section-title {
    color: var(--white);
}

.instagram-section .section-title::after {
    background: var(--gold-primary);
}

.instagram-section .section-subtitle {
    color: var(--gold-light);
}

.instagram-feed {
    text-align: center;
    margin: 50px 0;
}

.instagram-cta {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: var(--gold-metallic);
    color: var(--black-primary);
    padding: 18px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px var(--shadow-gold);
}

.instagram-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px var(--shadow-gold);
    background: var(--gold-primary);
}

.instagram-cta svg {
    width: 35px;
    height: 35px;
}

.instagram-embed {
    margin-top: 40px;
    padding: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 2px dashed var(--gold-primary);
}

.instagram-note {
    color: var(--gold-light);
    font-size: 1.1em;
    text-align: center;
}

/* ═══════════════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════════════ */

.testimonials {
    background: var(--white);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.testimonial {
    background: var(--cream);
    padding: 40px;
    border-radius: 15px;
    border-left: 5px solid var(--gold-primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px var(--shadow-gold);
}

.stars {
    color: var(--gold-primary);
    font-size: 1.5em;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px var(--shadow-gold);
}

.testimonial p {
    color: var(--black-soft);
    line-height: 1.9;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 1.05em;
}

.author {
    color: var(--black-primary) !important;
    font-style: italic;
    font-size: 1em;
    font-weight: 500;
}

.testimonial-note {
    margin-top: 40px;
    padding: 30px;
    background: var(--gold-light);
    border-radius: 10px;
    border: 2px dashed var(--gold-dark);
    text-align: center;
}

.testimonial-note p {
    color: var(--black-primary);
    font-weight: 500;
}

/* ═══════════════════════════════════════════════════
   CONTACT SECTION
   ═══════════════════════════════════════════════════ */

.contact {
    background: var(--cream);
}

.contact-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    margin-top: 60px;
}

.contact-form {
    background: var(--white);
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: 2px solid var(--gold-light);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--black-primary);
    letter-spacing: 0.5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1em;
    font-family: inherit;
    transition: all 0.3s ease;
    background: var(--cream);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold-primary);
    background: var(--white);
    box-shadow: 0 0 15px var(--shadow-gold);
}

.btn-submit {
    width: 100%;
    background: var(--gold-metallic);
    color: var(--black-primary);
    padding: 18px;
    border: 2px solid var(--gold-primary);
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 6px 20px var(--shadow-gold);
}

.btn-submit:hover {
    background: var(--gold-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px var(--shadow-gold);
}

.form-message {
    margin-top: 25px;
    padding: 18px;
    border-radius: 8px;
    display: none;
    font-weight: 500;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
    display: block;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 2px solid #f5c6cb;
    display: block;
}

/* Contact Info Box */
.contact-info-box {
    background: var(--white);
    padding: 45px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    height: fit-content;
    border: 2px solid var(--gold-light);
}

.contact-info-box h3 {
    font-size: 1.8em;
    margin-bottom: 35px;
    color: var(--black-primary);
    letter-spacing: 1px;
    border-bottom: 3px solid var(--gold-primary);
    padding-bottom: 15px;
}

.info-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gold-light);
}

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

.info-item strong {
    display: block;
    margin-bottom: 10px;
    color: var(--black-primary);
    font-size: 1.1em;
}

.info-item a {
    color: #8B6F0A;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.info-item a:hover {
    color: #6B5508;
    text-decoration: underline;
}

.info-item p {
    color: var(--black-soft);
    margin: 0;
    line-height: 1.7;
}

/* ═══════════════════════════════════════════════════
   FOOTER - Luxury Design
   ═══════════════════════════════════════════════════ */

.footer {
    background: linear-gradient(135deg, var(--black-primary) 0%, var(--black-charcoal) 100%);
    color: var(--white);
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid var(--gold-primary);
}

.footer-section h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    background: var(--gold-metallic);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
}

.footer-section h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
    color: var(--gold-primary);
    letter-spacing: 1px;
}

.footer-section p {
    margin: 8px 0;
    color: var(--gold-light);
    font-weight: 300;
}

.footer-section a {
    color: var(--gold-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--gold-primary);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
}

.footer-bottom p {
    margin: 8px 0;
    opacity: 0.9;
    font-weight: 300;
    color: var(--gold-light);
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE DESIGN
   ═══════════════════════════════════════════════════ */

@media (max-width: 968px) {
    .hero-content h2 {
        font-size: 2.5em;
    }

    .hero-content h3 {
        font-size: 1.5em;
    }

    .section-title {
        font-size: 2.2em;
    }

    .magazine-container {
        gap: 20px;
    }

    .magazine-book {
        height: 500px;
    }

    .magazine-nav {
        width: 50px;
        height: 50px;
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .hero-content h2 {
        font-size: 2em;
    }

    .hero-content h3 {
        font-size: 1.3em;
    }

    nav {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .logo {
        flex-direction: column;
        text-align: center;
    }

    .logo-img {
        height: 80px;
    }

    .logo-text h1 {
        font-size: 2em;
    }

    .contact-info {
        flex-direction: column;
        width: 100%;
    }

    .phone {
        font-size: 1.2em;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .btn-large,
    .btn-secondary {
        width: 100%;
        max-width: 350px;
    }

    .contact-container {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .services-grid,
    .benefits-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .magazine-container {
        flex-direction: column;
        gap: 30px;
    }

    .magazine-book {
        height: 400px;
    }

    .magazine-nav {
        width: 50px;
        height: 50px;
        font-size: 2em;
    }

    .logo-img {
        width: 80px;
        height: 80px;
    }

    .section-title {
        font-size: 1.8em;
    }

    .contact-form,
    .contact-info-box {
        padding: 30px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* ═══════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════ */

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

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

.hero-content,
.service-card,
.benefit,
.gallery-item,
.testimonial {
    animation: fadeIn 0.6s ease-out;
}

/* FAQ Section */
.faq {
    padding: 100px 0;
    background: var(--white);
}

.faq-container {
    max-width: 900px;
    margin: 60px auto 0;
}

.faq-item {
    margin-bottom: 20px;
    border: 2px solid var(--gold-light);
    border-radius: 10px;
    overflow: hidden;
    background: var(--cream);
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--gold-primary);
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.15);
}

.faq-question {
    width: 100%;
    padding: 25px 30px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--black-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--gold-primary);
}

.faq-icon {
    font-size: 1.5em;
    color: var(--gold-primary);
    transition: transform 0.3s ease;
    font-weight: 300;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px;
}

.faq-answer p {
    color: var(--black-secondary);
    line-height: 1.8;
    margin: 0;
}

/* Responsive FAQ */
@media (max-width: 768px) {
    .faq {
        padding: 60px 0;
    }

    .faq-question {
        padding: 20px;
        font-size: 1em;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px;
    }
}
