/* ==========================================================================
   CROWNORAFIX APPLICATIONS - EXECUTIVE LUXURY LIGHT BEIGE DESIGN SYSTEM
   ========================================================================== */

:root {
    --primary: #1E293B;
    --primary-dark: #0F172A;
    --primary-light: #F4EFE6;
    --accent-orange: #C2410C;
    --accent-pink: #BE185D;
    --accent-gold: #B45309;
    --accent-green: #15803D;
    --accent-purple: #6B21A8;
    --lemon-yellow: #FFC72C;

    --bg-white: #FFFFFF;
    --bg-light: #F7F4EE;
    --bg-beige: #FDFBF7;
    --bg-dark: #1C1917;

    --text-heading: #1C1917;
    --text-body: #44403C;
    --text-muted: #78716C;

    --border-color: #E7E0D6;
    --border-dark: #292524;

    --font-main: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-main);
    background-color: var(--bg-beige);
    color: var(--text-heading);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; }

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.relative-container { position: relative; }
.section { padding: 80px 0; }
.light-section { background-color: var(--bg-light); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.text-center { text-align: center; }
.hidden { display: none !important; }
.margin-t { margin-top: 32px; }

.link-inline { color: var(--accent-orange); font-weight: 700; text-decoration: underline; }
.link-inline:hover { color: #9A3412; }
.icon-lemon { color: var(--lemon-yellow); }

/* ----------------------------------------------------
   TOP BAR & HEADER
---------------------------------------------------- */
.top-bar {
    background: var(--bg-dark);
    color: #A8A29E;
    padding: 10px 0;
    font-size: 0.84rem;
    border-bottom: 1px solid #292524;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left, .top-bar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-bar-link {
    color: #FDBA74;
    font-weight: 700;
}

.top-bar-link:hover { color: #FFF; }

.badge-announcement {
    background: linear-gradient(135deg, var(--accent-orange) 0%, #9A3412 100%);
    color: #FFF;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 800;
}

.dot-sep { opacity: 0.3; }

.lang-selector select {
    background: transparent;
    color: #FFF;
    border: none;
    outline: none;
    font-size: 0.84rem;
    cursor: pointer;
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(253, 251, 247, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}

/* Header & Footer Logo Wrappers */
.header-logo-wrap {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.brand-logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
}

.footer-logo-card {
    background: #FFFFFF;
    padding: 10px 16px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-brand-img {
    height: 72px;
    width: auto;
    object-fit: contain;
    border-radius: 8px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-link {
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--text-body);
}

.nav-link:hover, .nav-link.active { color: var(--accent-orange); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.mobile-toggle { display: none; background: transparent; border: none; font-size: 1.4rem; cursor: pointer; }

/* Buttons System */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition);
}

.btn-lemon {
    background: linear-gradient(135deg, #292524 0%, #1C1917 100%);
    color: #FFC72C;
    border: 1px solid rgba(255, 199, 44, 0.4);
    box-shadow: 0 4px 14px rgba(28, 25, 23, 0.25);
}

.btn-lemon:hover {
    background: #000;
    color: #FFF;
    border-color: #FFC72C;
    transform: translateY(-2px);
}

.btn-chrome-store-sm {
    padding: 10px 18px;
    font-size: 0.88rem;
    background: #2563EB;
    color: #FFF;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.btn-chrome-store-sm:hover {
    background: #1D4ED8;
    transform: translateY(-2px);
}

.btn-chrome-store-lg {
    padding: 14px 28px;
    font-size: 0.98rem;
    background: #2563EB;
    color: #FFF;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3);
}

.btn-chrome-store-lg:hover {
    background: #1D4ED8;
    transform: translateY(-2px);
}

.btn-primary-sm { padding: 10px 20px; font-size: 0.88rem; background: var(--primary); color: #FFF; }
.btn-primary-sm:hover { background: var(--primary-dark); }

.btn-primary-lg {
    padding: 14px 28px;
    font-size: 0.98rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #FFF;
    box-shadow: 0 6px 18px rgba(30, 41, 59, 0.3);
}

.btn-primary-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30, 41, 59, 0.4);
}

.btn-secondary-lg {
    padding: 14px 24px;
    font-size: 0.98rem;
    background: var(--bg-light);
    border-color: var(--border-color);
    color: var(--text-heading);
}

.btn-secondary-lg:hover {
    background: #EFE8DC;
}

.btn-orange-lg {
    padding: 14px 28px;
    font-size: 0.98rem;
    background: linear-gradient(135deg, var(--accent-orange) 0%, #9A3412 100%);
    color: #FFF;
    box-shadow: 0 6px 18px rgba(194, 65, 12, 0.3);
}

.btn-orange-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(194, 65, 12, 0.4);
}

.btn-primary-full { width: 100%; padding: 12px; background: var(--primary); color: #FFF; border: none; font-size: 0.95rem; border-radius: 10px; font-weight: 700; cursor: pointer; }
.btn-secondary-full { width: 100%; padding: 12px; background: var(--bg-light); color: var(--text-heading); border: 1px solid var(--border-color); font-size: 0.95rem; border-radius: 10px; font-weight: 700; cursor: pointer; }

/* ----------------------------------------------------
   LUXURY LIGHT BEIGE HERO SLIDER
---------------------------------------------------- */
.hero-section {
    padding: 50px 0;
    background: radial-gradient(circle at 85% 20%, rgba(217, 119, 6, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 15% 80%, rgba(194, 65, 12, 0.06) 0%, transparent 50%),
                var(--bg-beige);
}

.hero-slider {
    position: relative;
    min-height: 440px;
}

.hero-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.hero-slide.active {
    display: block;
    opacity: 1;
}

.slide-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.poster-slogan-card {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 12px 30px rgba(41, 37, 36, 0.06);
}

.poster-slogan-title {
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 14px;
    padding: 12px 16px;
    border-left: 5px solid var(--accent-orange);
    background: rgba(194, 65, 12, 0.04);
    border-radius: 0 12px 12px 0;
    color: #9A3412;
}

.slogan-pink { border-left-color: var(--accent-pink); background: rgba(190, 24, 93, 0.04); color: #831843; }
.slogan-blue { border-left-color: #0284C7; background: rgba(2, 132, 199, 0.04); color: #0369A1; }
.slogan-gold { border-left-color: var(--accent-gold); background: rgba(180, 83, 9, 0.04); color: #78350F; }
.slogan-purple { border-left-color: var(--accent-purple); background: rgba(107, 33, 168, 0.04); color: #581C87; }

.slide-desc {
    font-size: 0.98rem;
    color: var(--text-body);
    margin-bottom: 20px;
    line-height: 1.6;
}

.slide-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.poster-widget-box {
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 12px 16px;
}

.widget-row-pills {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-chip {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 800;
}

.chip-red { background: #FEE2E2; color: #991B1B; }
.chip-green { background: #DCFCE7; color: #14532D; }
.chip-gold { background: #FEF3C7; color: #78350F; }

/* RIGHT-SIDE POSTER FRAME WITH BEIGE HARMONY */
.slide-img-col {
    display: flex;
    justify-content: center;
}

.compact-poster-frame {
    width: 100%;
    max-width: 530px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(41, 37, 36, 0.18);
    border: 2px solid #FFFFFF;
    background: #1C1917;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.compact-poster-frame:hover {
    box-shadow: 0 30px 60px -10px rgba(41, 37, 36, 0.28);
}

.compact-poster-img {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
    display: block;
    background: #1C1917;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.compact-poster-frame:hover .compact-poster-img {
    transform: scale(1.06);
}

.zoom-hint-overlay {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(28, 25, 23, 0.88);
    color: #FFF;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    opacity: 0;
    transform: translateY(6px);
    transition: var(--transition);
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.compact-poster-frame:hover .zoom-hint-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* LIGHTBOX MODAL */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(28, 25, 23, 0.95);
    backdrop-filter: blur(14px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.lightbox-modal.open {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-content-box {
    position: relative;
    max-width: 90vw;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-full-img {
    max-width: 88vw;
    max-height: 80vh;
    border-radius: 18px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.25);
    object-fit: contain;
    background: #000;
}

.lightbox-close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: #FFF;
    font-size: 2rem;
    cursor: pointer;
    transition: var(--transition);
}

.lightbox-close-btn:hover { color: var(--accent-orange); transform: scale(1.15); }

.lightbox-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    z-index: 10001;
}

.lightbox-nav-btn:hover { background: var(--accent-orange); border-color: var(--accent-orange); transform: translateY(-50%) scale(1.1); }
.lightbox-prev-btn { left: -75px; }
.lightbox-next-btn { right: -75px; }

.lightbox-counter {
    margin-top: 14px;
    color: #A8A29E;
    font-size: 0.92rem;
    font-weight: 700;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    color: var(--text-heading);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 6px 16px rgba(41,37,36,0.1);
    transition: var(--transition);
}

.slider-btn:hover {
    background: var(--accent-orange);
    color: #FFF;
    border-color: var(--accent-orange);
    transform: translateY(-50%) scale(1.05);
}

.prev-btn { left: -16px; }
.next-btn { right: -16px; }

.slider-dots-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.dot-item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D6CEC3;
    cursor: pointer;
    transition: var(--transition);
}

.dot-item.active {
    width: 28px;
    border-radius: 14px;
    background: var(--accent-orange);
}

/* ----------------------------------------------------
   NEWS & BULLETIN SECTION
---------------------------------------------------- */
.news-banner-card {
    background: linear-gradient(135deg, #292524 0%, #1C1917 100%);
    color: #FFF;
    border-radius: 24px;
    padding: 44px;
    text-align: center;
    border: 1px solid rgba(253, 186, 116, 0.2);
}

.news-banner-body {
    max-width: 680px;
    margin: 0 auto;
}

.news-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: rgba(253, 186, 116, 0.15);
    color: #FDBA74;
    font-weight: 800;
    font-size: 0.8rem;
    border-radius: 20px;
    margin-bottom: 16px;
}

.news-banner-body h3 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 14px;
    color: #FFF;
}

.news-banner-body p {
    font-size: 1rem;
    color: #A8A29E;
    margin-bottom: 24px;
    line-height: 1.65;
}

.news-subscribe-bar {
    display: flex;
    gap: 12px;
    max-width: 520px;
    margin: 0 auto;
}

.news-subscribe-bar input {
    flex: 1;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid #44403C;
    background: rgba(255,255,255,0.06);
    color: #FFF;
    outline: none;
    font-size: 0.92rem;
}

.news-subscribe-bar input::placeholder {
    color: #A8A29E;
}

/* ----------------------------------------------------
   TRUST METRICS BAR
---------------------------------------------------- */
.trust-bar {
    background: var(--bg-dark);
    color: #FFF;
    padding: 30px 0;
    border-top: 1px solid #292524;
    border-bottom: 1px solid #292524;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.trust-box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #FDBA74;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.trust-box strong { display: block; font-size: 1.15rem; font-weight: 800; }
.trust-box span { font-size: 0.8rem; color: #A8A29E; }

/* Lemon Security Bar */
.lemon-security-bar {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 24px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.lemon-sec-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lemon-sec-item i {
    font-size: 2.2rem;
}

.lemon-sec-item strong { display: block; font-size: 1.1rem; color: var(--text-heading); }
.lemon-sec-item p { font-size: 0.88rem; color: var(--text-body); }

/* ----------------------------------------------------
   SECTION TYPOGRAPHY & HEADERS
---------------------------------------------------- */
.section-title-wrapper {
    margin-bottom: 44px;
}

.section-tag {
    display: inline-block;
    padding: 4px 12px;
    background: var(--primary-light);
    color: var(--accent-orange);
    font-weight: 800;
    font-size: 0.78rem;
    border-radius: 4px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.tag-orange { background: #FFEDD5; color: var(--accent-orange); }

.section-main-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 12px;
}

.section-sub-title {
    font-size: 1.02rem;
    color: var(--text-body);
    max-width: 680px;
    margin: 0 auto;
}

/* ----------------------------------------------------
   STEPS & DOWNLOAD GUIDE BOX
---------------------------------------------------- */
.steps-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.step-item-card {
    background: var(--bg-white);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    position: relative;
    box-shadow: 0 6px 18px rgba(41, 37, 36, 0.03);
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
    background: var(--primary-light);
    color: var(--accent-orange);
}

.step-badge {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 2.5rem;
    font-weight: 900;
    color: #E7E0D6;
}

.step-item-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.step-item-card p { font-size: 0.92rem; color: var(--text-body); line-height: 1.65; }

/* Download Guide Box */
.download-guide-box {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-left: 5px solid var(--accent-orange);
    border-radius: 16px;
    padding: 32px;
}

.download-guide-box h3 {
    font-size: 1.25rem;
    margin-bottom: 18px;
    color: #9A3412;
    display: flex;
    align-items: center;
    gap: 10px;
}

.download-steps-ol {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.download-steps-ol li {
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.6;
}

.download-steps-ol li strong {
    color: var(--text-heading);
}

/* ----------------------------------------------------
   PRODUCT SHOWCASE & REAL SCREENSHOT SWITCHER
---------------------------------------------------- */
.showcase-switcher-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.showcase-tab {
    padding: 12px 24px;
    border-radius: 10px;
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-body);
    cursor: pointer;
    transition: var(--transition);
}

.showcase-tab.active {
    background: var(--primary);
    color: #FFF;
    border-color: var(--primary);
}

.real-screenshot-container {
    display: none;
    max-width: 600px;
    margin: 0 auto;
}

.real-screenshot-container.active {
    display: block;
}

.window-browser-frame {
    background: #1C1917;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.showcase-real-img {
    width: 100%;
    display: block;
    max-height: 650px;
    object-fit: contain;
    background: #000;
}

/* ----------------------------------------------------
   PRICING (EXACT 5-COLUMN TAKIPFIX PACKAGES)
---------------------------------------------------- */
.price-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.price-cards-5col {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.price-card {
    background: var(--bg-white);
    padding: 24px 18px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: var(--transition);
}

.price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(41,37,36,0.08);
}

.price-badge-top {
    font-size: 0.7rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 10px;
    background: var(--bg-light);
    color: var(--text-body);
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
}

.badge-blue-top { background: #E0F2FE; color: #0369A1; }
.badge-gold-top { background: #FEF3C7; color: #78350F; }
.badge-purple-top { background: #F3E8FF; color: #581C87; }

.featured-price-card {
    border: 2px solid var(--accent-orange);
    position: relative;
    box-shadow: 0 12px 28px rgba(194,65,12,0.12);
}

.border-purple {
    border: 2px solid var(--accent-purple);
    box-shadow: 0 12px 28px rgba(107, 33, 168, 0.12);
}

.featured-ribbon {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-orange);
    color: #FFF;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.68rem;
    font-weight: 800;
    white-space: nowrap;
}

.ribbon-purple {
    background: var(--accent-purple);
}

.price-card h3 { font-size: 1.15rem; margin-bottom: 4px; }
.plan-sub { font-size: 0.78rem; color: var(--text-body); margin-bottom: 12px; min-height: 34px; line-height: 1.4; }

.price-value {
    font-size: 1.95rem;
    font-weight: 900;
    margin-bottom: 4px;
    color: var(--text-heading);
}

.price-value span { font-size: 0.8rem; color: var(--text-body); font-weight: 600; }

.price-sub-calc {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--accent-orange);
    margin-bottom: 14px;
}

.plan-list { margin-bottom: 20px; flex-grow: 1; }
.plan-list li { font-size: 0.82rem; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; color: var(--text-body); line-height: 1.35; }

/* ----------------------------------------------------
   FAQ & CONTACT
---------------------------------------------------- */
.faq-list-wrapper {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-box {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
}

.faq-header-bar {
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
}

.faq-header-bar span { display: flex; align-items: center; gap: 10px; }
.faq-header-bar span i { color: var(--accent-orange); }

.faq-content-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 24px;
    color: var(--text-body);
    font-size: 0.95rem;
}

.faq-box.active .faq-content-body {
    max-height: 180px;
    padding: 0 24px 18px 24px;
}

.faq-box.active .faq-arrow { transform: rotate(180deg); }

.contact-box-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.contact-details { margin-top: 28px; display: flex; flex-direction: column; gap: 20px; }
.detail-row { display: flex; gap: 14px; align-items: flex-start; }

.detail-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--primary-light);
    color: var(--accent-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.clean-form {
    background: var(--bg-white);
    padding: 36px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 25px rgba(41,37,36,0.04);
}

.clean-form h3 { margin-bottom: 20px; font-size: 1.3rem; }
.input-group { margin-bottom: 16px; }
.input-group label { display: block; font-weight: 700; font-size: 0.85rem; margin-bottom: 6px; }
.input-group input, .input-group select, .input-group textarea {
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    outline: none;
    font-size: 0.9rem;
    background: var(--bg-beige);
}

/* ----------------------------------------------------
   FOOTER
---------------------------------------------------- */
.footer {
    background: var(--bg-dark);
    color: #A8A29E;
    padding: 60px 0 24px 0;
}

.footer-grid-layout {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col-main p { font-size: 0.88rem; line-height: 1.6; }

.footer-col h4 { color: #FFF; font-size: 1rem; margin-bottom: 16px; }
.footer-col a { display: block; color: #A8A29E; font-size: 0.88rem; margin-bottom: 10px; }
.footer-col a:hover { color: #FFF; }

.social-links-row { display: flex; gap: 10px; }
.social-links-row a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); color: #FFF; display: flex; align-items: center; justify-content: center; }

.footer-bottom-bar {
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 0.82rem;
}

/* ----------------------------------------------------
   ASSISTANT FLOATING WIDGET
---------------------------------------------------- */
.assistant-widget-container { position: fixed; bottom: 24px; right: 24px; z-index: 9999; }

.assistant-trigger-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 24px;
    background: var(--accent-orange);
    color: #FFF;
    border: none;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(194,65,12,0.35);
}

.assistant-box {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 360px;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid var(--border-color);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.assistant-box.open { display: flex; }
.assistant-header { background: var(--bg-dark); color: #FFF; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; }
.close-assistant-btn { background: transparent; border: none; color: #FFF; font-size: 1.1rem; cursor: pointer; }

.assistant-messages { padding: 14px; max-height: 300px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }
.msg-bubble { padding: 10px 14px; border-radius: 12px; font-size: 0.85rem; line-height: 1.5; }
.bot-msg .msg-bubble { background: var(--bg-light); color: var(--text-heading); }
.user-msg .msg-bubble { background: var(--accent-orange); color: #FFF; }

.assistant-quick-options { display: flex; flex-direction: column; gap: 6px; }
.quick-btn { text-align: left; padding: 8px 10px; background: #FFF; border: 1px solid var(--border-color); border-radius: 8px; font-size: 0.78rem; font-weight: 700; cursor: pointer; }
.btn-escalate { background: #FEF3C7; color: #78350F; }

.assistant-input-bar { padding: 10px; border-top: 1px solid var(--border-color); display: flex; gap: 6px; }
.assistant-input-bar input { flex: 1; padding: 6px 12px; border-radius: 16px; border: 1px solid var(--border-color); outline: none; font-size: 0.82rem; }
.assistant-input-bar button { width: 30px; height: 30px; border-radius: 50%; background: var(--accent-orange); color: #FFF; border: none; cursor: pointer; }

.input-group-sm { margin-bottom: 8px; }
.input-group-sm input, .input-group-sm textarea { width: 100%; padding: 6px 10px; border-radius: 6px; border: 1px solid var(--border-color); font-size: 0.8rem; }
.form-actions-sm { display: flex; justify-content: flex-end; gap: 6px; }

/* ----------------------------------------------------
   RESPONSIVE MEDIA QUERIES (MOBILE COMPATIBILITY)
---------------------------------------------------- */
@media (max-width: 1280px) {
    .price-cards-5col { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
    .slide-grid { grid-template-columns: 1fr; text-align: center; gap: 24px; }
    .slide-actions { justify-content: center; }
    .steps-container { grid-template-columns: 1fr; }
    .price-cards-5col { grid-template-columns: repeat(2, 1fr); }
    .news-subscribe-bar { flex-direction: column; }
    .lemon-security-bar { grid-template-columns: 1fr; gap: 20px; }
    .contact-box-grid { grid-template-columns: 1fr; }
    .footer-grid-layout { grid-template-columns: 1fr 1fr; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .prev-btn { left: -10px; }
    .next-btn { right: -10px; }
    .lightbox-prev-btn { left: 10px; }
    .lightbox-next-btn { right: 10px; }
}

@media (max-width: 768px) {
    .price-cards-5col { grid-template-columns: 1fr; }
    .top-bar-content { flex-direction: column; gap: 6px; text-align: center; }
    .top-bar-right { font-size: 0.75rem; flex-wrap: wrap; justify-content: center; }

    .mobile-toggle { display: block; }
    .nav-menu {
        position: fixed;
        top: 76px;
        left: 0;
        width: 100%;
        background: var(--bg-beige);
        flex-direction: column;
        padding: 20px;
        border-bottom: 1px solid var(--border-color);
        box-shadow: 0 10px 20px rgba(41,37,36,0.1);
        display: none;
    }

    .nav-menu.open { display: flex; }
    .header-actions .btn-primary-sm { display: none; }

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

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

    .assistant-box { width: calc(100vw - 32px); }
}
