/* ===================================================================
   TINNY LOGO MATS — MAIN STYLESHEET
   Color theme: Charcoal & Copper (professional, premium)
   =================================================================== */

:root {
    /* CHARCOAL & COPPER PALETTE */
    --charcoal-darkest: #1a1d20;
    --charcoal-dark:    #2a2d31;
    --charcoal:         #3a3d42;
    --charcoal-light:   #5a5d62;
    --copper:           #b87333;
    --copper-light:     #d49460;
    --copper-bright:    #c8843e;
    --cream:            #f5f1ea;
    --off-white:        #fafaf7;
    --white:            #ffffff;
    --border-soft:      #e5e0d6;
    --text-muted:       #8a8d92;

    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body:    'Inter', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--charcoal-dark);
    background: var(--off-white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.15;
    color: var(--charcoal-darkest);
}
h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
h3 { font-size: 1.4rem; }
h4 { font-size: 1rem; }

.section-title { text-align: center; margin-bottom: 1rem; color: var(--charcoal-darkest); }
.section-intro { text-align: center; max-width: 820px; margin: 0 auto 3rem; color: var(--charcoal); font-size: 0.98rem; }
.section-light .section-title,
.section-light .section-intro,
.section-cream .section-title,
.section-cream .section-intro { color: var(--charcoal-darkest); }
.product-copy,
.product-info .product-copy {
    font-size: 0.9rem;
    color: var(--charcoal-darkest) !important;
    opacity: 1 !important;
    text-align: center;
    margin-bottom: 1rem;
}
.section-light p,
.section-light li,
.section-cream p,
.section-cream li,
.section-light .product-info p,
.section-cream .product-info p,
.product-info p {
    color: var(--charcoal-darkest) !important;
    opacity: 1 !important;
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-block;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-sm { padding: 0.6rem 1.4rem; font-size: 0.75rem; }
.btn-primary { background: var(--copper); color: var(--white); }
.btn-primary:hover { background: var(--copper-bright); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(184,115,51,0.3); }

/* Stronger button contrast for dark mission/vision sections */
.section-dark .btn-primary,
.mission-section .btn-primary,
.mission-content .btn-primary {
    background: var(--copper-bright) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.35) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
}
.btn-secondary { background: var(--charcoal-darkest); color: var(--white); }
.btn-secondary:hover { background: var(--charcoal); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-outline:hover { background: var(--white); color: var(--charcoal-darkest); }
.btn-whatsapp { background: #25D366; color: var(--white); }
.btn-whatsapp:hover { background: #1eb858; transform: translateY(-2px); }

/* ===== TOP BAR ===== */
.top-bar {
    background: var(--charcoal-darkest);
    color: var(--cream);
    text-align: center;
    padding: 0.65rem 1rem;
    z-index: 100;
}
.logo {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--charcoal-darkest);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    letter-spacing: 0.02em;
}
.logo .crown {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
}
.logo .crown img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.logo .accent { color: var(--copper); }

.nav { display: flex; gap: 1.8rem; align-items: center; flex-wrap: wrap; }
.nav a {
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--charcoal);
    transition: color 0.2s;
}
.nav a:hover { color: var(--copper); }

.header-contact {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 0.82rem;
    color: var(--charcoal);
    flex-wrap: wrap;
}
.header-contact .icon { color: var(--copper); }

/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(26,29,32,0.45), rgba(26,29,32,0.65)), url('../images/optimized/hero.webp');
    background-size: cover;
    background-position: center;
    color: var(--white);
    padding: 6rem 5%;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 20%, rgba(26,29,32,0.7) 100%);
    pointer-events: none;
}
.hero-content {
    position: relative;
    z-index: 2;
    margin-left: auto;
    max-width: 640px;
    text-align: right;
}
.hero h1 { color: var(--white); margin-bottom: 1.5rem; }
.hero h1 .copper { color: var(--copper-light); }
.hero p { font-size: 1.05rem; margin-bottom: 1.5rem; color: rgba(245,241,234,1); }
.hero-features {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    color: var(--copper-light);
    margin-bottom: 2rem;
    font-weight: 500;
}
.hero-buttons { display: flex; gap: 1rem; justify-content: flex-end; flex-wrap: wrap; }

/* ===== WELCOME STRIP ===== */
.welcome-strip {
    background: var(--charcoal-darkest);
    color: var(--cream);
    text-align: center;
    padding: 3.5rem 5%;
}
.welcome-strip .tagline {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    color: var(--copper-light);
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.welcome-strip h2 { color: var(--white); margin-bottom: 1rem; }
.welcome-strip p { max-width: 900px; margin: 0 auto; color: rgba(245,241,234,0.95); }

/* ===== SECTIONS ===== */
section { padding: 5rem 5%; }
.section-light { background: var(--off-white); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--charcoal-darkest); color: var(--cream); }
.section-dark h2 { color: var(--white); }
.section-dark .section-intro,
.section-dark p { color: rgba(245,241,234,0.95); }

/* ===== PRODUCT GRID ===== */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1300px;
    margin: 0 auto;
}
.product-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(26,29,32,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

/* Darken product images so any overlaid text is readable */
.product-card { position: relative; }
.product-image { position: relative; }
.product-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26,29,32,0.70) 0%, rgba(26,29,32,0.45) 60%, rgba(26,29,32,0.35) 100%);
    z-index: 1;
}
/* If any text is placed over the image, force high contrast */
.product-image > *, .product-image .tile-faq, .product-image .faq-answer {
    position: relative; z-index: 2; color: rgba(255,255,255,0.96) !important; text-shadow: 0 1px 2px rgba(0,0,0,0.6) !important;
}
.product-card .product-info { position: relative; z-index: 2; }
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(26,29,32,0.12);
}
.product-image {
    height: 220px;
    background-size: cover;
    background-position: center;
    background-color: var(--border-soft);
}
.product-info { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.product-info h3 {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    text-align: center;
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: var(--charcoal-darkest);
}
.product-faq {
    background: var(--off-white);
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-bottom: 0.6rem;
    font-size: 0.82rem;
    color: var(--charcoal);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
}
.product-faq:hover { background: var(--cream); }
.product-faq.expanded,
.who-faq-grid .faq-item.expanded,
.split-content .faq-item.expanded,
.why-faqs .faq-item.expanded,
.mission-faqs .faq-item.expanded,
.featured-tile .tile-faq.expanded,
.faq-question.expanded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-answer {
    display: none;
    font-size: 0.82rem;
    line-height: 1.6;
    padding: 0.7rem 1rem 0.9rem;
    margin: -0.55rem 0 0.7rem;
    border-radius: 0 0 6px 6px;
    background: #f4f0ea;
    color: var(--charcoal-dark);
}

.featured-tile .faq-answer {
    background: rgba(255,255,255,0.12);
    color: rgba(245,241,234,0.92);
}

.faq-answer.open {
    display: block;
}

.product-card .btn { margin-top: 1rem; align-self: center; }

/* ===== WHO WE ARE — PARALLAX BG ===== */
 .who-section {
     position: relative;
     padding: 6rem 5%;
     /* stronger dark overlay to improve contrast for all content */
     background-image: linear-gradient(rgba(26,29,32,0.92), rgba(26,29,32,0.88)), url('../images/optimized/who-we-are.webp');
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     color: var(--cream);
 }
.who-section h2 { color: var(--white); margin-bottom: 1.5rem; }
.who-content { max-width: 1100px; margin: 0 auto; position: relative; z-index: 3; }
/* Force main who-section paragraphs to solid white and fully opaque for legibility */
.who-content p { margin-bottom: 1.2rem; max-width: 850px; color: #ffffff !important; opacity: 1 !important; text-shadow: 0 1px 2px rgba(0,0,0,0.6) !important; }

/* Extra safeguard for smaller screens or different markup */
.who-section > .who-content p, .who-section .who-content > p { color: #ffffff !important; }

/* Ensure any FAQ answers or small-copy inside who-section are readable */
.who-section .faq-answer {
    background: rgba(0,0,0,0.80) !important;
    color: #ffffff !important;
    padding: 0.9rem 1rem !important;
    margin-top: 0.6rem !important;
    border-radius: 6px !important;
    position: relative !important;
    z-index: 6 !important;
}

/* If answers are plain paragraphs in that right column, force them white and readable */
.who-section .who-content p.right-answer, .who-section p.right-answer {
    background: rgba(0,0,0,0.72) !important;
    color: #ffffff !important;
    padding: 0.7rem 0.9rem !important;
    border-radius: 6px !important;
    position: relative !important;
    z-index: 6 !important;
}
.who-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0;
}
.who-faq-grid .faq-item {
    background: rgba(255,255,255,0.95);
    color: var(--charcoal-dark);
    padding: 0.9rem 1.3rem;
    border-radius: 50px;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
}
.who-faq-grid .faq-item:hover { background: var(--white); }

/* ===== FEATURED CATEGORIES (Image Tiles) ===== */
.featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1300px;
    margin: 0 auto;
}
.featured-tile {
    position: relative;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-color: var(--charcoal);
    overflow: hidden;
    border-radius: 4px;
    color: var(--white);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.3s;
}
.featured-tile:hover { transform: translateY(-4px); }
.featured-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26,29,32,0.95) 0%, rgba(26,29,32,0.65) 60%, rgba(26,29,32,0.55) 100%);
}
.featured-tile > * { position: relative; z-index: 2; }
.featured-tile h3 {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}
.featured-tile .tile-faq {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.featured-tile .tile-faq {
    color: rgba(255,255,255,0.95);
}

/* Improve readability of tile FAQ rows */
.featured-tile .tile-faq {
    background: rgba(0,0,0,0.28);
    padding: 0.65rem 0.6rem;
    border-radius: 6px;
    align-items: center;
}
.featured-tile .tile-faq span { color: rgba(255,255,255,0.96) !important; }
.featured-tile p, .featured-tile .tile-faq, .featured-tile h3 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.featured-tile .faq-answer { background: rgba(0,0,0,0.55) !important; padding: 0.9rem 1rem !important; margin-top: 0.6rem !important; }

/* ===== ALUMINIUM SPLIT SECTION ===== */
.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}
.split-image {
    background-image: url('../images/optimized/aluminium.webp');
    background-size: cover;
    background-position: center;
    background-color: var(--charcoal);
    .featured-tile .faq-answer {
        background: rgba(0,0,0,0.45);
        color: rgba(255,255,255,0.96);
    }

    /* Force full contrast for any text inside featured tiles */
    .featured-tile,
    .featured-tile h3,
    .featured-tile p,
    .featured-tile .tile-faq,
    .featured-tile .tile-faq span,
    .featured-tile .faq-answer {
        color: rgba(255,255,255,0.96) !important;
    }
    .featured-tile .tile-faq { border-bottom-color: rgba(255,255,255,0.35) !important; }
    .featured-tile .faq-answer { background: rgba(0,0,0,0.55) !important; }
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.split-content .tagline {
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    color: var(--copper-light);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.split-content h2 { color: var(--white); margin-bottom: 1.5rem; }
.split-content p { margin-bottom: 2rem; color: rgba(245,241,234,0.95); }
.split-content .faq-item {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 0.9rem 1.3rem;
    border-radius: 50px;
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 0.85rem;
}
.split-content .btn-outline {
    align-self: flex-start;
    margin-top: 1rem;
}

/* ===== WHY CHOOSE US ===== */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto 2rem;
}
.benefit-card {
    background: var(--white);
    border: 1px solid var(--border-soft);
    border-radius: 8px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s;
}
.benefit-card:hover {
    border-color: var(--copper);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(184,115,51,0.1);
}
.benefit-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--copper);
}
.benefit-icon i {
    font-size: 1.45rem;
}
.benefit-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    font-family: var(--font-body);
    font-weight: 600;
}
.benefit-card p { font-size: 0.85rem; color: var(--charcoal-dark); }

.why-faqs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    max-width: 1000px;
    margin: 2rem auto;
}
.why-faqs .faq-item {
    background: var(--white);
    color: var(--charcoal-dark);
    padding: 0.9rem 1.3rem;
    border-radius: 50px;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.why-faqs .faq-item span,
.who-faq-grid .faq-item span,
.mission-faqs .faq-item span,
.split-content .faq-item span {
    color: var(--charcoal-dark);
}

/* ===== MISSION / VISION ===== */
.mission-section {
    position: relative;
    /* slightly lighter overlay so the photo shows through while text stays readable */
    background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.45)), url('../images/optimized/mission.webp');
    background-size: cover;
    background-position: center;
    padding: 6rem 5%;
}
.mission-content { max-width: 1200px; margin: 0 auto; }
.mission-content > div {
    max-width: 580px;
    /* keep the content panel translucent but lighter so the image remains visible */
    background: rgba(0,0,0,0.45);
    padding: 2.5rem;
    border-radius: 8px;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}
.mission-content h2 { margin-bottom: 1rem; color: #ffffff; }
.mission-content p { margin-bottom: 1.8rem; color: #ffffff; }
.mission-faqs { margin-bottom: 1.5rem; }
.mission-faqs .faq-item {
    background: rgba(255,255,255,0.98);
    color: var(--charcoal-dark) !important;
    padding: 0.9rem 1.3rem;
    border-radius: 50px;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
+.mission-faqs .faq-item span {
+    color: var(--charcoal-dark) !important;
+}

/* ===== BENEFITS ROW ===== */
.benefits-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}
.benefit-row-item {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
}
.benefit-circle {
    width: 60px;
    height: 60px;
    background: var(--charcoal-darkest);
    color: var(--copper);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}
.benefit-circle i {
    font-size: 1.35rem;
}
.benefit-row-item h4 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--charcoal-darkest);
}
.benefit-row-item p { font-size: 0.85rem; color: var(--charcoal-dark); }

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    background: var(--charcoal-darkest);
    color: var(--cream);
    padding: 5rem 5%;
}
.testimonials-section h2 { color: var(--white); }
.testimonials-section .section-intro { color: rgba(245,241,234,0.95); }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.testimonial-card {
    background: var(--white);
    color: var(--charcoal-dark);
    padding: 1.8rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}
.avatar {
    width: 45px;
    height: 45px;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.stars { color: var(--copper); letter-spacing: 0.1em; }
.testimonial-card p { font-size: 0.88rem; color: var(--charcoal); }

/* ===== FAQ SECTION ===== */
.faq-section {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
    align-items: center;
}
.faq-section h2 {
    text-align: left;
    color: var(--charcoal-darkest);
}
.faq-section p {
    color: var(--charcoal-dark);
}
.faq-list { display: flex; flex-direction: column; gap: 0.8rem; }
.faq-item-detail {
    border-bottom: 1px solid var(--border-soft);
    padding: 1rem 0;
}
.faq-question {
    font-size: 0.95rem;
    color: var(--charcoal-dark);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
}
.faq-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-graphic {
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, var(--copper) 0%, var(--copper-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 8rem;
    font-family: var(--font-display);
    font-weight: 700;
    box-shadow: 0 20px 50px rgba(184,115,51,0.3);
}

/* ===== BLOG ===== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.blog-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: transform 0.3s;
}
.blog-card:hover { transform: translateY(-5px); }
.blog-image {
    height: 220px;
    background-size: cover;
    background-position: center;
    background-color: var(--border-soft);
}
.blog-info { padding: 1.5rem; }
.blog-info h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-family: var(--font-display);
}
.blog-link {
    color: var(--copper);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.blog-link:hover { color: var(--copper-bright); }

/* ===== FOOTER ===== */
.footer {
    background: var(--charcoal-darkest);
    color: var(--cream);
    padding: 4rem 5% 1.5rem;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .logo { color: var(--white); }
.footer-tagline {
    max-width: 1100px;
    font-size: 0.9rem;
    color: rgba(245,241,234,0.95);
    margin-bottom: 3rem;
    line-height: 1.7;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}
.footer-col h4 {
    color: var(--copper-light);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    font-family: var(--font-body);
    font-weight: 600;
}
.footer-col a {
    display: block;
    color: rgba(245,241,234,0.95);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    transition: color 0.2s;
}
.footer-col a:hover { color: var(--copper-light); }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom h4 {
    color: var(--copper-light);
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    font-family: var(--font-body);
    font-weight: 600;
}
.footer-bottom p { font-size: 0.85rem; color: rgba(245,241,234,0.95); margin-bottom: 0.3rem; }
.footer-bottom p a {
    color: rgba(245,241,234,0.95);
    text-decoration: none;
}
.footer-bottom p a:hover { color: var(--copper-light); }

.social-icons { display: flex; gap: 0.6rem; margin-top: 0.6rem; }
.social-icons a {
    width: 36px;
    height: 36px;
    background: var(--copper);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: background 0.2s;
}
.social-icons a:hover { background: var(--copper-bright); }
.social-icons a i { font-size: 0.95rem; }

.btn-whatsapp i {
    margin-right: 0.4rem;
}

.header-contact i {
    margin-right: 0.35rem;
}

.copyright {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.8rem;
    color: rgba(245,241,234,0.95);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 56px;
    height: 56px;
    background: #25D366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    z-index: 99;
    transition: transform 0.2s;
}
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float i { font-size: 1.75rem; }

/* ============================================
   RESPONSIVE — TABLETS & MOBILE
============================================ */
@media (max-width: 900px) {
    .nav { gap: 1rem; }
    .header-contact { display: none; }
    .featured-grid { grid-template-columns: 1fr; }
    .split-section { grid-template-columns: 1fr; }
    .split-content { padding: 2.5rem; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .benefits-row { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .who-faq-grid { grid-template-columns: 1fr; }
    .why-faqs { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-section { grid-template-columns: 1fr; gap: 2rem; }
    .faq-graphic { width: 200px; height: 200px; font-size: 6rem; }
    .hero-content { text-align: left; margin-left: 0; }
    .hero-buttons { justify-content: flex-start; }
    .hero { padding: 4rem 5%; min-height: 70vh; }
    section { padding: 3.5rem 5%; }
}

@media (max-width: 600px) {
    .nav { display: none; }
    .top-bar { font-size: 0.7rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .logo { font-size: 1.3rem; gap: 0.4rem; }
    .logo .crown { width: 40px; height: 40px; }
    h1 { font-size: 2rem; }
    h2 { font-size: 1.7rem; }
    .top-bar a { display: block; }
}
