/**
 * Abu Ali Furniture — Main Stylesheet
 * =====================================
 * Design system: CSS custom properties + utility classes + components.
 * RTL-first using logical properties (margin-inline, padding-inline, etc.)
 * NO hardcoded colours inside components — all values reference variables.
 *
 * Table of Contents:
 *  1. Fonts (local @font-face declarations)
 *  2. Design tokens (light theme = default)
 *  3. Dark theme overrides
 *  4. Reset & base
 *  5. Typography scale
 *  6. Layout utilities
 *  7. Components
 *     7.1 Top bar
 *     7.2 Header / Navigation
 *     7.3 Hero section
 *     7.4 Trust bar
 *     7.5 Service cards
 *     7.6 How-we-work steps
 *     7.7 Catalog cards
 *     7.8 Gallery / Before-After
 *     7.9 Calculator widget
 *     7.10 Areas grid
 *     7.11 Reviews / Stars
 *     7.12 Blog cards
 *     7.13 FAQ accordion
 *     7.14 CTA banner
 *     7.15 Footer
 *     7.16 WhatsApp FAB + mobile bar
 *     7.17 Breadcrumbs
 *     7.18 Forms
 *     7.19 Badges / Status
 *     7.20 Pagination
 *  8. Accessibility utilities
 *  9. Animations & transitions
 * 10. Responsive overrides
 */

/* =========================================================================
   1. FONTS — IBM Plex Sans Arabic (Arabic) + Inter (Latin/English)
   ========================================================================= */

/* IBM Plex Sans Arabic — Regular 400 */
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

/* IBM Plex Sans Arabic — Medium 500 */
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

/* IBM Plex Sans Arabic — SemiBold 600 */
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

/* IBM Plex Sans Arabic — Bold 700 */
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

/* Inter — 400 */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter — 500 */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Inter — 600 */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter — 700 */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* =========================================================================
   2. DESIGN TOKENS — Light theme (default)
   ========================================================================= */

:root {
    /* Brand colours */
    --primary:           #8B5E3C;
    --primary-dark:      #5E3D26;
    --primary-light:     #B8896A;
    --accent:            #C9A227;
    --accent-dark:       #A07F18;
    --whatsapp:          #25D366;
    --whatsapp-dark:     #1aad52;
    --action:            #0F766E;
    --action-dark:       #0A5952;
    --danger:            #DC2626;
    --warning:           #D97706;
    --success:           #16A34A;
    --info:              #0369A1;

    /* Surfaces */
    --bg:                #FFFFFF;
    --surface:           #F7F5F2;
    --surface-2:         #EDE9E3;
    --surface-3:         #E4DDD4;

    /* Text */
    --text:              #1F2429;
    --text-secondary:    #3D4752;
    --muted:             #5B6670;
    --muted-light:       #8A9299;

    /* Border */
    --border:            #E6E1DA;
    --border-strong:     #CCC6BC;

    /* Shadows */
    --shadow-xs:         0 1px 2px  rgba(0, 0, 0, .05);
    --shadow-sm:         0 2px 8px  rgba(0, 0, 0, .06);
    --shadow-md:         0 4px 16px rgba(0, 0, 0, .08);
    --shadow-lg:         0 8px 32px rgba(0, 0, 0, .10);
    --shadow-xl:         0 16px 48px rgba(0, 0, 0, .12);

    /* Radius */
    --radius-sm:         8px;
    --radius-md:         14px;
    --radius-lg:         20px;
    --radius-xl:         28px;
    --radius-full:       9999px;

    /* Spacing scale (multiples of 4px) */
    --space-1:           4px;
    --space-2:           8px;
    --space-3:           12px;
    --space-4:           16px;
    --space-5:           20px;
    --space-6:           24px;
    --space-8:           32px;
    --space-10:          40px;
    --space-12:          48px;
    --space-16:          64px;
    --space-20:          80px;
    --space-24:          96px;

    /* Typography */
    --font-arabic:       'IBM Plex Sans Arabic', 'Segoe UI', Tahoma, sans-serif;
    --font-latin:        'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-size-xs:      0.75rem;   /* 12px */
    --font-size-sm:      0.875rem;  /* 14px */
    --font-size-base:    1rem;      /* 16px */
    --font-size-md:      1.125rem;  /* 18px */
    --font-size-lg:      1.375rem;  /* 22px */
    --font-size-xl:      1.75rem;   /* 28px */
    --font-size-2xl:     2.25rem;   /* 36px */
    --font-size-3xl:     3rem;      /* 48px */
    --line-height-arabic: 1.75;
    --line-height-latin:  1.6;

    /* Transitions */
    --transition-fast:   150ms ease;
    --transition-base:   200ms ease;
    --transition-slow:   350ms ease;

    /* Z-indices */
    --z-sticky:          100;
    --z-dropdown:        200;
    --z-modal:           300;
    --z-toast:           400;
    --z-fab:             500;

    /* Section padding */
    --section-padding-y: var(--space-20);

    /* Container max width */
    --container-max:     1280px;
    --container-px:      var(--space-6);

    /* Header height */
    --header-height:     70px;
    --topbar-height:     36px;
}

/* =========================================================================
   3. DARK THEME
   ========================================================================= */

[data-theme="dark"] {
    --bg:                #12100E;
    --surface:           #1B1815;
    --surface-2:         #22201C;
    --surface-3:         #2A2723;

    --primary:           #C89B6E;
    --primary-dark:      #A07A52;
    --primary-light:     #E0BEAA;
    --accent:            #E0B84C;
    --accent-dark:       #C09A34;

    --text:              #F2EEE9;
    --text-secondary:    #D8D0C6;
    --muted:             #A79E94;
    --muted-light:       #7A736B;

    --border:            #2E2925;
    --border-strong:     #3D3730;

    --shadow-xs:         0 1px 2px  rgba(0, 0, 0, .3);
    --shadow-sm:         0 2px 8px  rgba(0, 0, 0, .4);
    --shadow-md:         0 4px 16px rgba(0, 0, 0, .5);
    --shadow-lg:         0 8px 32px rgba(0, 0, 0, .6);
    --shadow-xl:         0 16px 48px rgba(0, 0, 0, .7);
}

/* =========================================================================
   4. RESET & BASE
   ========================================================================= */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    background-color: var(--bg);
    color: var(--text);
    font-family: var(--font-arabic);
    line-height: var(--line-height-arabic);
    transition: background-color var(--transition-slow), color var(--transition-slow);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* LTR content (English) */
body:lang(en), body[lang="en"], .ltr {
    font-family: var(--font-latin);
    line-height: var(--line-height-latin);
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color var(--transition-fast);
}
a:hover { color: var(--primary-dark); }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol { list-style: none; }

button {
    cursor: pointer;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

table { border-collapse: collapse; width: 100%; }

/* =========================================================================
   5. TYPOGRAPHY SCALE
   ========================================================================= */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    color: var(--text);
}

h1 { font-size: var(--font-size-2xl); }
h2 { font-size: var(--font-size-xl); }
h3 { font-size: var(--font-size-lg); }
h4 { font-size: var(--font-size-md); }
h5 { font-size: var(--font-size-base); }
h6 { font-size: var(--font-size-sm); }

p {
    color: var(--text-secondary);
    font-size: var(--font-size-base);
    line-height: var(--line-height-arabic);
    margin-block-end: var(--space-4);
}

.text-muted     { color: var(--muted) !important; }
.text-primary   { color: var(--primary) !important; }
.text-accent    { color: var(--accent) !important; }
.text-success   { color: var(--success) !important; }
.text-danger    { color: var(--danger) !important; }
.text-warning   { color: var(--warning) !important; }
.text-sm        { font-size: var(--font-size-sm); }
.text-xs        { font-size: var(--font-size-xs); }
.text-lg        { font-size: var(--font-size-lg); }
.text-xl        { font-size: var(--font-size-xl); }
.font-bold      { font-weight: 700; }
.font-semibold  { font-weight: 600; }
.font-medium    { font-weight: 500; }

/* Section headings pattern */
.section-label {
    display: inline-block;
    font-size: var(--font-size-xs);
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 12%, transparent);
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
    margin-block-end: var(--space-3);
}

.section-title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--text);
    margin-block-end: var(--space-3);
}

.section-subtitle {
    font-size: var(--font-size-md);
    color: var(--muted);
    max-width: 600px;
    margin-block-end: var(--space-8);
}

.section-header {
    margin-block-end: var(--space-10);
}

/* =========================================================================
   6. LAYOUT UTILITIES
   ========================================================================= */

.container {
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: var(--container-px);
    width: 100%;
}

.section {
    padding-block: var(--section-padding-y);
}

.section--sm   { padding-block: var(--space-12); }
.section--lg   { padding-block: calc(var(--section-padding-y) * 1.5); }
.section--dark {
    background-color: var(--surface);
    border-block: 1px solid var(--border);
}

.grid-auto {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: var(--space-6);
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-6); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-6); }

.flex         { display: flex; }
.flex-center  { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-wrap    { flex-wrap: wrap; }
.gap-2 { gap: var(--space-2); }
.gap-3 { gap: var(--space-3); }
.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-6); }

.text-center { text-align: center; }
.text-start  { text-align: start; }
.text-end    { text-align: end; }

.d-none     { display: none !important; }
.d-block    { display: block !important; }
.d-flex     { display: flex !important; }

/* =========================================================================
   7.1 TOP BAR
   ========================================================================= */

.topbar {
    background: var(--primary-dark);
    color: var(--surface);
    height: var(--topbar-height);
    display: flex;
    align-items: center;
    font-size: var(--font-size-xs);
    font-weight: 500;
    position: relative;
    z-index: var(--z-sticky);
}

.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: var(--space-4);
}

.topbar__items {
    display: flex;
    align-items: center;
    gap: var(--space-6);
    flex-wrap: nowrap;
}

.topbar__item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    color: inherit;
    opacity: .9;
    white-space: nowrap;
}

.topbar__item svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.topbar__controls {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.topbar__btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
    border: 1px solid rgba(255,255,255,.25);
    color: var(--surface);
    font-size: var(--font-size-xs);
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    transition: background var(--transition-fast), border-color var(--transition-fast);
    font-family: inherit;
}

.topbar__btn:hover {
    background: rgba(255,255,255,.15);
    border-color: rgba(255,255,255,.5);
}

/* =========================================================================
   7.2 HEADER / NAVIGATION
   ========================================================================= */

.header {
    position: sticky;
    top: 0;
    z-index: var(--z-sticky);
    background: var(--bg);
    border-block-end: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    height: var(--header-height);
    display: flex;
    align-items: center;
    transition: background var(--transition-slow), box-shadow var(--transition-base);
}

.header--scrolled {
    box-shadow: var(--shadow-md);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: var(--space-4);
}

/* Logo */
.header__logo {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    text-decoration: none;
    flex-shrink: 0;
}

.header__logo-img {
    height: 44px;
    width: auto;
}

.header__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.header__logo-name {
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--primary);
}

.header__logo-tagline {
    font-size: var(--font-size-xs);
    color: var(--muted);
    font-weight: 400;
}

/* Nav */
.header__nav {
    display: flex;
    align-items: center;
    gap: var(--space-1);
}

.header__nav-link {
    padding: var(--space-2) var(--space-3);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--text-secondary);
    transition: color var(--transition-fast), background var(--transition-fast);
    white-space: nowrap;
    position: relative;
}

.header__nav-link:hover,
.header__nav-link.active {
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 8%, transparent);
}

/* Dropdown */
.header__dropdown {
    position: relative;
}

.header__dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + var(--space-2));
    inset-inline-start: 0;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    min-width: 200px;
    padding: var(--space-2);
    z-index: var(--z-dropdown);
}

.header__dropdown:hover .header__dropdown-menu,
.header__dropdown:focus-within .header__dropdown-menu {
    display: block;
}

.header__dropdown-item {
    display: block;
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    transition: background var(--transition-fast), color var(--transition-fast);
}

.header__dropdown-item:hover {
    background: var(--surface);
    color: var(--primary);
}

/* WhatsApp CTA in header */
.header__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: var(--whatsapp);
    color: #fff;
    padding: var(--space-2) var(--space-5);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: 600;
    text-decoration: none;
    transition: background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
    box-shadow: 0 3px 12px rgba(37, 211, 102, .35);
    flex-shrink: 0;
}

.header__whatsapp:hover {
    background: var(--whatsapp-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 5px 18px rgba(37, 211, 102, .5);
}

.header__whatsapp svg { width: 18px; height: 18px; }

/* Mobile hamburger */
.header__burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: var(--space-2);
    cursor: pointer;
    border: none;
    background: transparent;
    border-radius: var(--radius-sm);
}

.header__burger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform var(--transition-base), opacity var(--transition-base);
}

.header__burger[aria-expanded="true"] .header__burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.header__burger[aria-expanded="true"] .header__burger-line:nth-child(2) {
    opacity: 0;
}
.header__burger[aria-expanded="true"] .header__burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav drawer */
.header__mobile-nav {
    display: none;
    position: fixed;
    inset-block-start: calc(var(--topbar-height) + var(--header-height));
    inset-inline-start: 0;
    inset-inline-end: 0;
    background: var(--bg);
    border-block-end: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    padding: var(--space-4);
    z-index: calc(var(--z-sticky) - 1);
    max-height: calc(100vh - var(--topbar-height) - var(--header-height));
    overflow-y: auto;
}

.header__mobile-nav.open { display: block; }

.header__mobile-link {
    display: block;
    padding: var(--space-3) var(--space-4);
    color: var(--text);
    font-size: var(--font-size-base);
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: background var(--transition-fast), color var(--transition-fast);
    min-height: 44px;
    display: flex;
    align-items: center;
}

.header__mobile-link:hover {
    background: var(--surface);
    color: var(--primary);
}

/* =========================================================================
   7.3 HERO SECTION
   ========================================================================= */

.hero {
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--primary) 8%, var(--bg)) 0%,
        var(--bg) 50%,
        color-mix(in srgb, var(--accent) 5%, var(--bg)) 100%);
    padding-block-start: var(--space-16);
    padding-block-end: var(--space-20);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset-block-start: -60px;
    inset-inline-end: -60px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, color-mix(in srgb, var(--primary) 12%, transparent) 0%, transparent 70%);
    pointer-events: none;
}

.hero__inner {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: var(--space-12);
    align-items: center;
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: color-mix(in srgb, var(--accent) 15%, transparent);
    border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
    color: var(--accent-dark);
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: 600;
    margin-block-end: var(--space-5);
}

[data-theme="dark"] .hero__badge {
    color: var(--accent);
}

.hero__title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text);
    margin-block-end: var(--space-5);
}

.hero__title .highlight {
    color: var(--primary);
    position: relative;
}

.hero__subtitle {
    font-size: var(--font-size-md);
    color: var(--muted);
    line-height: 1.8;
    margin-block-end: var(--space-8);
}

.hero__actions {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
    margin-block-end: var(--space-8);
}

/* Quick form card */
.hero__form {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    box-shadow: var(--shadow-xl);
    position: relative;
}

.hero__form::before {
    content: '';
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.hero__form-title {
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--text);
    margin-block-end: var(--space-5);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

/* =========================================================================
   7.4 TRUST BAR
   ========================================================================= */

.trust-bar {
    background: var(--primary);
    padding-block: var(--space-6);
    color: #fff;
}

.trust-bar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-6);
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex: 1;
    min-width: 160px;
}

.trust-item__icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,.15);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-item__icon svg { width: 22px; height: 22px; color: #fff; }

.trust-item__content {}

.trust-item__value {
    font-size: var(--font-size-lg);
    font-weight: 700;
    line-height: 1;
    color: var(--accent);
}

.trust-item__label {
    font-size: var(--font-size-sm);
    opacity: .85;
}

/* =========================================================================
   7.5 SERVICE CARDS
   ========================================================================= */

.service-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 4px;
    height: 0;
    background: var(--primary);
    transition: height var(--transition-slow);
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
}

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

.service-card__icon {
    width: 56px;
    height: 56px;
    background: color-mix(in srgb, var(--primary) 12%, transparent);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: background var(--transition-base), transform var(--transition-base);
}

.service-card__icon svg { width: 28px; height: 28px; }

.service-card:hover .service-card__icon {
    background: var(--primary);
    color: #fff;
    transform: scale(1.1);
}

.service-card__title {
    font-size: var(--font-size-lg);
    font-weight: 700;
    color: var(--text);
    margin: 0;
}

.service-card__desc {
    font-size: var(--font-size-sm);
    color: var(--muted);
    line-height: 1.7;
    flex: 1;
    margin: 0;
}

.service-card__link {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--primary);
    margin-block-start: var(--space-2);
    transition: gap var(--transition-fast);
}

.service-card:hover .service-card__link { gap: var(--space-3); }

/* =========================================================================
   7.6 HOW-WE-WORK STEPS
   ========================================================================= */

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
    position: relative;
}

.steps::before {
    content: '';
    position: absolute;
    inset-block-start: 32px;
    inset-inline-start: calc(12.5% + 20px);
    inset-inline-end: calc(12.5% + 20px);
    height: 2px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
    z-index: 0;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--space-4);
    position: relative;
    z-index: 1;
}

.step__number {
    width: 64px;
    height: 64px;
    background: var(--bg);
    border: 3px solid var(--primary);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-lg);
    font-weight: 700;
    color: var(--primary);
    position: relative;
    transition: background var(--transition-base), color var(--transition-base);
}

.step:hover .step__number {
    background: var(--primary);
    color: #fff;
}

.step__title {
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--text);
    margin: 0;
}

.step__desc {
    font-size: var(--font-size-sm);
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

/* =========================================================================
   7.7 CATALOG CARDS
   ========================================================================= */

.catalog-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    display: flex;
    flex-direction: column;
}

.catalog-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.catalog-card__image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--surface);
}

.catalog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.catalog-card:hover .catalog-card__image img { transform: scale(1.05); }

.catalog-card__badges {
    position: absolute;
    inset-block-start: var(--space-3);
    inset-inline-start: var(--space-3);
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.catalog-card__body {
    padding: var(--space-5);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.catalog-card__title {
    font-size: var(--font-size-md);
    font-weight: 600;
    color: var(--text);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-card__price {
    font-size: var(--font-size-lg);
    font-weight: 700;
    color: var(--primary);
}

.catalog-card__price .negotiable {
    font-size: var(--font-size-xs);
    color: var(--muted);
    font-weight: 400;
}

.catalog-card__meta {
    display: flex;
    gap: var(--space-3);
    align-items: center;
    margin-block-start: auto;
}

.catalog-card__actions {
    padding: var(--space-4) var(--space-5);
    border-block-start: 1px solid var(--border);
    display: flex;
    gap: var(--space-2);
}

/* =========================================================================
   7.8 GALLERY / BEFORE-AFTER
   ========================================================================= */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--space-4);
}

.before-after {
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-base);
}

.before-after:hover { box-shadow: var(--shadow-lg); }

.before-after__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.before-after__side {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.before-after__side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before-after__label {
    position: absolute;
    inset-block-start: var(--space-3);
    inset-inline-start: var(--space-3);
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: var(--font-size-xs);
    font-weight: 700;
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
}

.before-after__divider {
    position: absolute;
    inset-block-start: 0;
    inset-block-end: 0;
    left: 50%;
    width: 2px;
    background: #fff;
    z-index: 1;
}

.before-after__caption {
    padding: var(--space-4) var(--space-5);
    font-size: var(--font-size-sm);
    color: var(--muted);
    background: var(--bg);
}

/* =========================================================================
   7.9 CALCULATOR WIDGET
   ========================================================================= */

.calculator-widget {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: var(--space-10);
    box-shadow: var(--shadow-md);
}

.calculator-result {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    text-align: center;
    margin-block-start: var(--space-6);
}

.calculator-result__amount {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-block-end: var(--space-2);
}

.calculator-result__note {
    font-size: var(--font-size-sm);
    opacity: .85;
    margin-block-end: var(--space-5);
}

/* =========================================================================
   7.10 AREAS GRID
   ========================================================================= */

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: var(--space-3);
}

.area-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-4);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
    transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base), transform var(--transition-base);
    text-align: center;
    min-height: 44px;
}

.area-chip:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.area-chip__icon {
    width: 16px;
    height: 16px;
    color: var(--primary);
    flex-shrink: 0;
    transition: color var(--transition-base);
}

.area-chip:hover .area-chip__icon { color: #fff; }

/* =========================================================================
   7.11 REVIEWS / STARS
   ========================================================================= */

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--space-5);
}

.review-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    transition: box-shadow var(--transition-base);
}

.review-card:hover { box-shadow: var(--shadow-md); }

.review-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-3);
}

.review-card__avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: var(--font-size-md);
    font-weight: 700;
    flex-shrink: 0;
}

.review-card__name {
    font-size: var(--font-size-md);
    font-weight: 600;
    color: var(--text);
    margin: 0;
}

.review-card__meta {
    font-size: var(--font-size-xs);
    color: var(--muted);
    margin: 0;
}

.stars {
    display: inline-flex;
    gap: 2px;
}

.star-filled { color: var(--accent); }
.star-empty  { color: var(--border-strong); }

.review-card__body {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    line-height: 1.75;
    position: relative;
    padding-inline-start: var(--space-5);
}

.review-card__body::before {
    content: '"';
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: -6px;
    font-size: 2.5rem;
    line-height: 1;
    color: var(--primary);
    opacity: .3;
    font-family: Georgia, serif;
}

/* Overall rating display */
.rating-summary {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: var(--space-6) var(--space-8);
    margin-block-end: var(--space-8);
    border: 1px solid var(--border);
}

.rating-summary__score {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.rating-summary__total {
    font-size: var(--font-size-sm);
    color: var(--muted);
    margin-block-start: var(--space-2);
}

/* =========================================================================
   7.12 BLOG CARDS
   ========================================================================= */

.blog-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    text-decoration: none;
    color: inherit;
}

.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    color: inherit;
}

.blog-card__image {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--surface);
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.blog-card:hover .blog-card__image img { transform: scale(1.05); }

.blog-card__body {
    padding: var(--space-6);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.blog-card__category {
    display: inline-block;
    font-size: var(--font-size-xs);
    font-weight: 600;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 10%, transparent);
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
}

.blog-card__title {
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--text);
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__excerpt {
    font-size: var(--font-size-sm);
    color: var(--muted);
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-start: auto;
    padding-block-start: var(--space-3);
    border-block-start: 1px solid var(--border);
}

.blog-card__date {
    font-size: var(--font-size-xs);
    color: var(--muted);
}

.blog-card__read-more {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    transition: gap var(--transition-fast);
}

.blog-card:hover .blog-card__read-more { gap: var(--space-3); }

/* =========================================================================
   7.13 FAQ ACCORDION
   ========================================================================= */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.faq-item {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.faq-item.open {
    border-color: var(--primary-light);
    box-shadow: var(--shadow-sm);
}

.faq-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding: var(--space-5) var(--space-6);
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: var(--font-size-md);
    font-weight: 600;
    color: var(--text);
    text-align: start;
    min-height: 60px;
    transition: color var(--transition-fast);
}

.faq-item.open .faq-item__trigger { color: var(--primary); }

.faq-item__icon {
    width: 24px;
    height: 24px;
    color: var(--primary);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.faq-item.open .faq-item__icon { transform: rotate(180deg); }

.faq-item__body {
    display: none;
    padding: 0 var(--space-6) var(--space-6);
    color: var(--text-secondary);
    font-size: var(--font-size-base);
    line-height: 1.8;
}

.faq-item.open .faq-item__body { display: block; }

/* =========================================================================
   7.14 CTA BANNER
   ========================================================================= */

.cta-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--action) 100%);
    color: #fff;
    border-radius: var(--radius-xl);
    padding: var(--space-12) var(--space-10);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset-block-start: -50%;
    inset-inline-end: -10%;
    width: 50%;
    height: 200%;
    background: rgba(255,255,255,.05);
    transform: rotate(20deg);
    pointer-events: none;
}

.cta-banner__title {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    margin-block-end: var(--space-4);
    color: #fff;
}

.cta-banner__subtitle {
    font-size: var(--font-size-md);
    opacity: .9;
    margin-block-end: var(--space-8);
    color: #fff;
}

.cta-banner__actions {
    display: flex;
    gap: var(--space-4);
    justify-content: center;
    flex-wrap: wrap;
}

/* =========================================================================
   7.15 FOOTER
   ========================================================================= */

.footer {
    background: var(--primary-dark);
    color: rgba(255,255,255,.85);
    padding-block-start: var(--space-16);
    padding-block-end: var(--space-8);
}

[data-theme="dark"] .footer {
    background: var(--surface);
    border-block-start: 1px solid var(--border);
}

.footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-10);
    margin-block-end: var(--space-10);
}

.footer__brand {}

.footer__logo {
    height: 48px;
    width: auto;
    margin-block-end: var(--space-4);
    filter: brightness(0) invert(1);
}

.footer__tagline {
    font-size: var(--font-size-sm);
    line-height: 1.8;
    opacity: .8;
    margin-block-end: var(--space-5);
    color: rgba(255,255,255,.85);
}

.footer__nap {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.footer__nap-item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--font-size-sm);
    opacity: .85;
    color: rgba(255,255,255,.85);
    text-decoration: none;
    transition: opacity var(--transition-fast);
}

.footer__nap-item:hover { opacity: 1; color: var(--accent); }

.footer__nap-item svg { width: 16px; height: 16px; flex-shrink: 0; opacity: .7; }

.footer__col-title {
    font-size: var(--font-size-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--accent);
    margin-block-end: var(--space-5);
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.footer__link {
    font-size: var(--font-size-sm);
    color: rgba(255,255,255,.75);
    text-decoration: none;
    transition: color var(--transition-fast), padding-inline-start var(--transition-fast);
}

.footer__link:hover {
    color: var(--accent);
    padding-inline-start: var(--space-2);
}

.footer__divider {
    border: none;
    border-block-start: 1px solid rgba(255,255,255,.12);
    margin-block-end: var(--space-6);
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.footer__copyright {
    font-size: var(--font-size-xs);
    opacity: .65;
}

.footer__bottom-links {
    display: flex;
    gap: var(--space-4);
}

.footer__bottom-link {
    font-size: var(--font-size-xs);
    color: rgba(255,255,255,.65);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer__bottom-link:hover { color: var(--accent); }

/* WhatsApp button */
.footer__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    background: var(--whatsapp);
    color: #fff;
    padding: var(--space-4) var(--space-6);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: 700;
    text-decoration: none;
    transition: background var(--transition-fast), transform var(--transition-fast);
    margin-block-start: var(--space-4);
    align-self: flex-start;
}

.footer__whatsapp:hover { background: var(--whatsapp-dark); transform: scale(1.02); color: #fff; }

/* =========================================================================
   7.16 WHATSAPP FAB + MOBILE BAR
   ========================================================================= */

.whatsapp-fab {
    position: fixed;
    inset-block-end: calc(var(--space-6) + 60px);
    inset-inline-end: var(--space-6);
    z-index: var(--z-fab);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--space-3);
}

.whatsapp-fab__btn {
    width: 56px;
    height: 56px;
    background: var(--whatsapp);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,.5);
    cursor: pointer;
    border: none;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    animation: pulse 2.5s infinite;
    text-decoration: none;
}

.whatsapp-fab__btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37,211,102,.7);
    animation: none;
}

.whatsapp-fab__btn svg { width: 30px; height: 30px; color: #fff; }

.whatsapp-fab__tooltip {
    background: var(--text);
    color: var(--bg);
    font-size: var(--font-size-xs);
    font-weight: 600;
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
    white-space: nowrap;
    box-shadow: var(--shadow-md);
    opacity: 0;
    transform: translateX(10px);
    transition: opacity var(--transition-base), transform var(--transition-base);
    pointer-events: none;
}

.whatsapp-fab:hover .whatsapp-fab__tooltip,
.whatsapp-fab:focus-within .whatsapp-fab__tooltip {
    opacity: 1;
    transform: translateX(0);
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,.5); }
    50%       { box-shadow: 0 4px 28px rgba(37,211,102,.75), 0 0 0 10px rgba(37,211,102,.1); }
}

/* Mobile call bar */
.mobile-cta-bar {
    display: none;
    position: fixed;
    inset-block-end: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: var(--z-fab);
    background: var(--bg);
    border-block-start: 1px solid var(--border);
    padding: var(--space-3) var(--space-4);
    box-shadow: 0 -4px 16px rgba(0,0,0,.1);
}

.mobile-cta-bar__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
}

/* =========================================================================
   7.17 BREADCRUMBS
   ========================================================================= */

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    flex-wrap: wrap;
    padding-block: var(--space-4);
    font-size: var(--font-size-sm);
    color: var(--muted);
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.breadcrumbs__item:not(:last-child)::after {
    content: '›';
    color: var(--muted-light);
    font-weight: 700;
}

.breadcrumbs__link {
    color: var(--muted);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.breadcrumbs__link:hover { color: var(--primary); }

.breadcrumbs__current { color: var(--text); font-weight: 500; }

/* =========================================================================
   7.18 FORMS
   ========================================================================= */

.form-group {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-block-end: var(--space-5);
}

.form-label {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--text);
}

.form-label .required {
    color: var(--danger);
    margin-inline-start: 2px;
}

.form-control {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-size: var(--font-size-base);
    font-family: inherit;
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    min-height: 44px;
    outline: none;
    appearance: none;
}

.form-control::placeholder { color: var(--muted-light); }

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 15%, transparent);
}

.form-control.is-invalid {
    border-color: var(--danger);
    box-shadow: 0 0 0 3px rgba(220,38,38,.1);
}

.form-control:disabled,
.form-control[readonly] {
    background: var(--surface);
    opacity: .7;
    cursor: not-allowed;
}

.form-error {
    font-size: var(--font-size-xs);
    color: var(--danger);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.form-hint {
    font-size: var(--font-size-xs);
    color: var(--muted);
}

select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B6670' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left var(--space-4) center;
    padding-inline-start: var(--space-10);
}

:lang(ar) select.form-control {
    background-position: right var(--space-4) center;
    padding-inline-start: var(--space-4);
    padding-inline-end: var(--space-10);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* File upload area */
.file-upload {
    border: 2px dashed var(--border);
    border-radius: var(--radius-md);
    padding: var(--space-8);
    text-align: center;
    cursor: pointer;
    transition: border-color var(--transition-base), background var(--transition-base);
}

.file-upload:hover,
.file-upload.drag-over {
    border-color: var(--primary);
    background: color-mix(in srgb, var(--primary) 5%, transparent);
}

.file-upload input[type="file"] { display: none; }

.file-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: var(--space-3);
    margin-block-start: var(--space-4);
}

.file-preview__item {
    position: relative;
    aspect-ratio: 1;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--surface);
}

.file-preview__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-preview__remove {
    position: absolute;
    inset-block-start: var(--space-1);
    inset-inline-end: var(--space-1);
    background: var(--danger);
    color: #fff;
    border-radius: var(--radius-full);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    border: none;
}

/* Progress bar for multi-step form */
.form-progress {
    display: flex;
    margin-block-end: var(--space-8);
    gap: 0;
}

.form-progress__step {
    flex: 1;
    height: 4px;
    background: var(--border);
    border-radius: var(--radius-full);
    margin-inline: 2px;
    transition: background var(--transition-base);
}

.form-progress__step.done   { background: var(--primary); }
.form-progress__step.active { background: var(--accent); }

/* Honeypot */
.form__honeypot { display: none !important; visibility: hidden; }

/* =========================================================================
   7.19 BADGES / STATUS
   ========================================================================= */

.badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    padding: 2px var(--space-3);
    border-radius: var(--radius-full);
    font-size: var(--font-size-xs);
    font-weight: 600;
    line-height: 1.6;
}

.badge-primary   { background: color-mix(in srgb, var(--primary) 15%, transparent); color: var(--primary); }
.badge-accent    { background: color-mix(in srgb, var(--accent) 15%, transparent);  color: var(--accent-dark); }
.badge-success   { background: rgba(22,163,74,.12);  color: var(--success); }
.badge-danger    { background: rgba(220,38,38,.12);  color: var(--danger); }
.badge-warning   { background: rgba(217,119,6,.12);  color: var(--warning); }
.badge-muted     { background: var(--surface-2);     color: var(--muted); }
.badge-new       { background: color-mix(in srgb, var(--action) 12%, transparent); color: var(--action); }

/* =========================================================================
   7.20 PAGINATION
   ========================================================================= */

.pagination-nav { margin-block-start: var(--space-10); }

.pagination {
    display: flex;
    justify-content: center;
    gap: var(--space-2);
    flex-wrap: wrap;
}

.page-item {}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: var(--space-2) var(--space-3);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
    transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.page-link:hover {
    background: var(--surface);
    color: var(--primary);
    border-color: var(--primary-light);
}

.page-item.active .page-link {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.page-item.disabled .page-link {
    opacity: .5;
    pointer-events: none;
}

/* =========================================================================
   BUTTONS
   ========================================================================= */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    border: 2px solid transparent;
    transition: background var(--transition-fast), color var(--transition-fast),
                border-color var(--transition-fast), transform var(--transition-fast),
                box-shadow var(--transition-fast);
    text-decoration: none;
    white-space: nowrap;
    min-height: 44px;
    line-height: 1;
}

.btn:active { transform: scale(.97); }

.btn-primary {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 3px 12px color-mix(in srgb, var(--primary) 35%, transparent);
}
.btn-primary:hover {
    background: var(--primary-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 5px 18px color-mix(in srgb, var(--primary) 50%, transparent);
}

.btn-accent {
    background: var(--accent);
    color: var(--primary-dark);
    box-shadow: 0 3px 12px color-mix(in srgb, var(--accent) 35%, transparent);
}
.btn-accent:hover {
    background: var(--accent-dark);
    color: var(--primary-dark);
    transform: translateY(-1px);
}

.btn-whatsapp {
    background: var(--whatsapp);
    color: #fff;
    box-shadow: 0 3px 12px rgba(37,211,102,.4);
}
.btn-whatsapp:hover {
    background: var(--whatsapp-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 5px 18px rgba(37,211,102,.6);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline:hover {
    background: var(--primary);
    color: #fff;
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.6);
}
.btn-outline-white:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
    border-color: #fff;
}

.btn-ghost {
    background: transparent;
    color: var(--text-secondary);
    border-color: transparent;
}
.btn-ghost:hover {
    background: var(--surface);
    color: var(--primary);
}

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

.btn-sm {
    padding: var(--space-2) var(--space-4);
    font-size: var(--font-size-xs);
    min-height: 36px;
}

.btn-lg {
    padding: var(--space-4) var(--space-8);
    font-size: var(--font-size-md);
    min-height: 52px;
}

.btn-xl {
    padding: var(--space-5) var(--space-10);
    font-size: var(--font-size-lg);
    min-height: 60px;
}

.btn-block { width: 100%; }

.btn:disabled, .btn[disabled] {
    opacity: .5;
    cursor: not-allowed;
    transform: none !important;
}

/* =========================================================================
   8. ACCESSIBILITY
   ========================================================================= */

/* Skip link */
.skip-link {
    position: absolute;
    inset-block-start: -40px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: #fff;
    padding: var(--space-3) var(--space-5);
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    font-size: var(--font-size-sm);
    font-weight: 600;
    z-index: calc(var(--z-fab) + 10);
    text-decoration: none;
    transition: inset-block-start var(--transition-base);
}

.skip-link:focus {
    inset-block-start: 0;
    outline: 3px solid var(--accent);
    outline-offset: 2px;
}

/* Focus visible */
*:focus-visible {
    outline: 3px solid var(--primary);
    outline-offset: 2px;
    border-radius: 4px;
}

/* =========================================================================
   9. ANIMATIONS & TRANSITIONS
   ========================================================================= */

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

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slideInStart {
    from { opacity: 0; transform: translateX(30px); }
    to   { opacity: 1; transform: translateX(0); }
}

.animate-fade-in-up { animation: fadeInUp .5s ease both; }
.animate-fade-in    { animation: fadeIn   .4s ease both; }

/* Stagger delays */
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }
.delay-5 { animation-delay: .5s; }

/* Respect user preference */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    html { scroll-behavior: auto; }
}

/* =========================================================================
   10. RESPONSIVE OVERRIDES
   ========================================================================= */

@media (max-width: 1100px) {
    .hero__inner { grid-template-columns: 1fr; }
    .hero__form  { max-width: 480px; }

    .steps {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-8);
    }
    .steps::before { display: none; }

    .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--space-8); }
}

@media (max-width: 768px) {
    :root {
        --section-padding-y: var(--space-12);
        --container-px: var(--space-4);
        --header-height: 64px;
    }

    h1 { font-size: var(--font-size-xl); }
    h2 { font-size: var(--font-size-lg); }

    .header__nav { display: none; }
    .header__burger { display: flex; }
    .header__whatsapp .label { display: none; }

    .topbar__items .topbar__item:nth-child(n+2) { display: none; }

    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }

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

    .footer__grid { grid-template-columns: 1fr; }
    .footer__bottom { flex-direction: column; align-items: flex-start; }

    .mobile-cta-bar { display: block; }
    .whatsapp-fab {
        inset-block-end: calc(var(--space-4) + 72px);
        inset-inline-end: var(--space-4);
    }
    .whatsapp-fab__btn { width: 50px; height: 50px; }

    .cta-banner { padding: var(--space-8) var(--space-5); }
    .cta-banner__title { font-size: var(--font-size-lg); }

    .trust-bar__inner { gap: var(--space-4); }
    .trust-item { min-width: calc(50% - var(--space-4)); }

    .areas-grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }

    .calculator-widget { padding: var(--space-6); }
}

@media (max-width: 480px) {
    :root {
        --header-height: 58px;
        --topbar-height: 0px;
    }

    .topbar { display: none; }

    .hero__actions { flex-direction: column; }
    .hero__actions .btn { width: 100%; }

    .catalog-card__actions { flex-direction: column; }

    .cta-banner__actions { flex-direction: column; }
    .cta-banner__actions .btn { width: 100%; }

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

    .footer__bottom-links { flex-wrap: wrap; gap: var(--space-2); }
}

/* Mobile responsiveness & layout stabilization */
html, body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
}

/* Ensure images don't overflow */
img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 68px;
    }

    .header__mobile-nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 60px);
        background: var(--bg, #ffffff);
        z-index: 99999;
        padding: 1.25rem;
        overflow-y: auto;
        border-top: 1px solid var(--border, #e5e7eb);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .header__mobile-nav.open {
        display: flex !important;
        flex-direction: column;
    }

    .whatsapp-fab {
        bottom: 80px !important;
        right: 16px !important;
        z-index: 9999;
    }

    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .trust-bar__inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .trust-item {
        flex: 1 1 45%;
        min-width: 140px;
    }

    .card, .service-card, .catalog-card {
        max-width: 100%;
    }
}

/* =========================================================================
   HERO SLIDER
   ========================================================================= */

/* Wrapper: explicit full-viewport height */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

/* Each slide: absolutely fills the wrapper */
.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    z-index: 0;
}

/* Active slide */
.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

/* Background image for slides (covers entire slide) */
.hero-slide__bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: transform 8s ease;
}

.hero-slide.active .hero-slide__bg-img {
    transform: scale(1.04); /* subtle Ken Burns effect */
}

/* ─── Logo dark/light switching ─────────────────────────────────────────── */
/* Default: show light logo */
.logo-dark  { display: none; }
.logo-light { display: inline-block; }

/* Dark theme: swap logos */
[data-theme="dark"] .logo-light { display: none; }
[data-theme="dark"] .logo-dark  { display: inline-block; }

/* Hero quote form section (below slider) */
.hero-quote-section {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding-block: var(--space-8);
}

.hero-quote-wrap {
    display: flex;
    justify-content: center;
}

.hero-quote-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    box-shadow: var(--shadow-lg);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-quote-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.hero-quote-card__title {
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--text);
    margin-block-end: var(--space-5);
    display: flex;
    align-items: center;
    gap: var(--space-2);
    flex-wrap: wrap;
}

.hero-quote-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--space-4);
    align-items: end;
}

.hero-quote-submit .btn {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
}

[data-theme="dark"] .hero-quote-card {
    background: var(--surface-2);
    border-color: var(--border);
}

.hero-slide__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slide__deco {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.deco-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}

.deco-circle--1 {
    width: 600px; height: 600px;
    top: -150px; inset-inline-end: -100px;
    animation: float-circle 8s ease-in-out infinite;
}
.deco-circle--2 {
    width: 400px; height: 400px;
    bottom: -100px; inset-inline-start: -80px;
    animation: float-circle 10s ease-in-out infinite reverse;
    animation-delay: 2s;
}
.deco-circle--3 {
    width: 200px; height: 200px;
    top: 30%; inset-inline-start: 30%;
    animation: float-circle 6s ease-in-out infinite;
    animation-delay: 4s;
}

@keyframes float-circle {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-30px) scale(1.05); }
}

.hero-slide__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: var(--space-12);
    align-items: center;
    padding-block: 120px;
}

.hero-slide__badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: 600;
    margin-block-end: var(--space-5);
    width: fit-content;
}

.hero-slide__title {
    font-size: clamp(1.8rem, 4.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin-block-end: var(--space-5);
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.hero-slide__subtitle {
    font-size: var(--font-size-md);
    color: rgba(255,255,255,0.85);
    line-height: 1.75;
    margin-block-end: var(--space-6);
    max-width: 520px;
}

.hero-slide__trust {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
    margin-block-end: var(--space-8);
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: 500;
}

.hero-slide__actions {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
}

.hero-slide__link {
    color: #fff !important;
    border-color: rgba(255,255,255,0.5) !important;
    background: rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(6px);
}
.hero-slide__link:hover {
    background: rgba(255,255,255,0.2) !important;
    border-color: rgba(255,255,255,0.8) !important;
}

/* Visual area */
.hero-slide__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.hero-slide__icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
}

.hero-slide__icon-main {
    font-size: 7rem;
    line-height: 1;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4));
    position: relative;
    z-index: 2;
}

.hero-slide__icon-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.15);
    animation: spin-ring 12s linear infinite;
}
.hero-slide__icon-ring--2 {
    inset: -30px;
    border-color: rgba(255,255,255,0.08);
    animation-duration: 18s;
    animation-direction: reverse;
}
@keyframes spin-ring {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Floating stat cards */
.slider-stat-card {
    position: absolute;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--radius-md);
    padding: var(--space-3) var(--space-4);
    color: #fff;
    text-align: center;
    min-width: 100px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.slider-stat-card--1 { top: 30px; inset-inline-start: -20px; }
.slider-stat-card--2 { bottom: 30px; inset-inline-end: -20px; }
.slider-stat-card__value { font-size: var(--font-size-lg); font-weight: 700; line-height: 1; }
.slider-stat-card__label { font-size: var(--font-size-xs); opacity: 0.8; margin-top: 4px; }

/* Navigation buttons */
.slider-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px; height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.slider-btn:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.6);
    transform: translateY(-50%) scale(1.1);
}
.slider-btn--prev { inset-inline-start: 20px; }
.slider-btn--next { inset-inline-end:  20px; }
[dir="rtl"] .slider-btn--prev svg { transform: scaleX(-1); }
[dir="rtl"] .slider-btn--next svg { transform: scaleX(-1); }

/* Dots */
.slider-dots {
    position: absolute;
    bottom: var(--space-8);
    inset-inline-start: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: var(--space-2);
}
.slider-dot {
    width: 10px; height: 10px;
    border-radius: 5px;
    background: rgba(255,255,255,0.4);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}
.slider-dot.active { width: 32px; background: #fff; }

/* Floating form */
.hero-form-float {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 10;
}
.hero-form-float__inner {
    display: flex;
    justify-content: flex-end;
}
.hero-form-float__card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-bottom: none;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    padding: var(--space-6) var(--space-8);
    box-shadow: 0 -8px 40px rgba(0,0,0,0.15);
    width: min(480px, 100%);
    position: relative;
}
.hero-form-float__card::before {
    content: '';
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.hero-form-float__title {
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--text);
    margin-block-end: var(--space-4);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}
.hero-form-float__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
}

/* =========================================================================
   MOBILE CONTROLS (Language + Theme in mobile nav)
   ========================================================================= */

.header__mobile-controls {
    display: flex;
    gap: var(--space-3);
    padding: var(--space-4);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-block: var(--space-2);
}

.mobile-ctrl-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-4);
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text);
    font-size: var(--font-size-sm);
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    transition: all var(--transition-fast);
    min-height: 44px;
}
.mobile-ctrl-btn:hover {
    background: color-mix(in srgb, var(--primary) 10%, var(--surface));
    border-color: var(--primary);
    color: var(--primary);
}

/* =========================================================================
   SLIDER ANIMATIONS
   ========================================================================= */

.hero-slide.active .hero-slide__badge  { animation: fadeInDown 0.5s ease 0.1s both; }
.hero-slide.active .hero-slide__title  { animation: fadeInUp 0.6s ease 0.2s both; }
.hero-slide.active .hero-slide__subtitle { animation: fadeInUp 0.6s ease 0.35s both; }
.hero-slide.active .hero-slide__trust  { animation: fadeInUp 0.6s ease 0.45s both; }
.hero-slide.active .hero-slide__actions { animation: fadeInUp 0.6s ease 0.55s both; }
.hero-slide.active .hero-slide__icon-main { animation: zoomIn 0.7s ease 0.3s both; }
.hero-slide.active .slider-stat-card--1 { animation: fadeInLeft 0.6s ease 0.5s both; }
.hero-slide.active .slider-stat-card--2 { animation: fadeInRight 0.6s ease 0.6s both; }

@keyframes fadeInDown  { from { opacity:0; transform:translateY(-16px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInUp    { from { opacity:0; transform:translateY(20px); }  to { opacity:1; transform:translateY(0); } }
@keyframes zoomIn      { from { opacity:0; transform:scale(0.7); }         to { opacity:1; transform:scale(1); } }
@keyframes fadeInLeft  { from { opacity:0; transform:translateX(-20px); } to { opacity:1; transform:translateX(0); } }
@keyframes fadeInRight { from { opacity:0; transform:translateX(20px); }  to { opacity:1; transform:translateX(0); } }

/* Dark mode form */
[data-theme="dark"] .hero-form-float__card {
    background: var(--surface);
    border-color: var(--border);
    box-shadow: 0 -8px 40px rgba(0,0,0,0.5);
}

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

@media (max-width: 1024px) {
    .hero-slide__inner {
        grid-template-columns: 1fr;
        padding-block: 100px;
        padding-block-end: 80px;
    }
    .hero-slide__visual { display: none; }
    .hero-quote-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-quote-submit { grid-column: 1 / -1; }
    .hero-quote-submit label { display: none; }
}

@media (max-width: 768px) {
    /* On mobile, keep absolute stacking but adjust heights */
    .hero-slider {
        height: auto;
        min-height: 100svh;
        min-height: 100vh;
    }
    .hero-slide {
        position: absolute;
        height: 100%;
        min-height: inherit;
    }
    .hero-slide__title { font-size: clamp(1.5rem, 6vw, 2rem); }
    .hero-slide__inner {
        grid-template-columns: 1fr;
        padding-block: 80px;
        padding-block-end: 20px;
    }
    .hero-slide__visual { display: none; }
    .hero-slide__actions { flex-direction: column; }
    .hero-slide__actions .btn { width: 100%; justify-content: center; }
    .trust-chip { font-size: var(--font-size-xs); padding: 4px var(--space-2); }

    .slider-btn {
        width: 40px; height: 40px;
        top: 45%;
        transform: translateY(-50%);
    }
    .slider-btn:hover { background: rgba(255,255,255,0.3); }
    .slider-btn--prev { inset-inline-start: var(--space-3); }
    .slider-btn--next { inset-inline-end: var(--space-3); }

    .hero-quote-section { padding-block: var(--space-6); }
    .hero-quote-card { padding: var(--space-5) var(--space-4); }
    .hero-quote-grid { grid-template-columns: 1fr 1fr; gap: var(--space-3); }
    .hero-quote-submit { grid-column: 1 / -1; }
    .hero-quote-submit label { display: none; }
}

@media (max-width: 480px) {
    .slider-dots { bottom: var(--space-5); }
    .hero-slide__badge { font-size: var(--font-size-xs); }
    .hero-quote-grid { grid-template-columns: 1fr; }
}
