/* ========================================
   SUNSTRIKEINSTALL WEBSITE - CSS
   Color Scheme: Seller Navy / Gold Theme
   Font: Poppins, sans-serif
   ======================================== */

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

.gallery-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
:root {
    --seller-navy: #0a1e3d;
    --seller-navy-2: #132945;
    --seller-gold: #f4a035;
    --seller-gold-dark: #d68a1f;
    --seller-gold-soft: rgba(244, 160, 53, 0.12);
    --seller-bg: #eef3f8;
    --seller-surface: rgba(255, 255, 255, 0.94);
    --seller-border: rgba(10, 30, 61, 0.08);
    --seller-text: #10233f;
    --seller-muted: #667085;
    --seller-shadow: 0 18px 50px rgba(10, 30, 61, 0.08);
    --seller-radius: 18px;

    --primary-color: var(--seller-gold);
    --primary-dark: var(--seller-gold-dark);
    --secondary-color: var(--seller-navy);
    --secondary-light: var(--seller-navy-2);
    --text-dark: var(--seller-text);
    --text-light: var(--seller-muted);
    --bg-light: var(--seller-bg);
    --border-color: var(--seller-border);
    --white: #ffffff;
    --success: #28a745;
    --error: #dc3545;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--seller-bg);
    overflow-x: hidden;
}

/* ========================================
   HEADER & NAVIGATION
   ======================================== */

.header {
    background: #0a1e3d;
    box-shadow: 0 10px 30px rgba(10, 30, 61, 0.18);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.navbar-brand a.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-brand a.logo .logo-img {
    height: 50px;
    width: auto;
    max-width: 200px;
}

.navbar-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-link {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

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

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link.cta-button {
    background: var(--primary-color);
    color: var(--text-dark);
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

.nav-link.cta-button:hover {
    background: var(--primary-dark);
    color: var(--text-dark);
}

.navbar-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: 6px;
}

.navbar-toggle span {
    width: 25px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ========================================
   CONTAINER & LAYOUT
   ======================================== */

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

main {
    min-height: calc(100vh - 140px);
}

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

.btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--text-dark);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.btn-secondary {
    background: var(--secondary-color);
    color: var(--white);
}

.btn-secondary:hover {
    background: var(--secondary-light);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: var(--text-dark);
}

.btn-lg {
    padding: 16px 40px;
    font-size: 1.1rem;
}

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

.hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.22), transparent 34%),
        radial-gradient(circle at bottom right, rgba(27, 94, 135, 0.22), transparent 30%),
        linear-gradient(135deg, #061f32 0%, #0b3b5a 48%, #123d61 100%);
    color: var(--white);
    padding: 96px 20px 110px;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('logo-landscape.png');
    background-repeat: repeat;
    background-size: 220px auto;
    opacity: 0.08;
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    inset: auto -10% -120px auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.22) 0%, rgba(255, 193, 7, 0) 68%);
    pointer-events: none;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    pointer-events: none;
}

.hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 48px;
    align-items: center;
}

.hero-content {
    text-align: left;
    max-width: 680px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
    letter-spacing: 0.03em;
    backdrop-filter: blur(12px);
}

.hero-logo {
    height: 68px;
    width: auto;
    max-width: 280px;
    margin-bottom: 24px;
}

.hero-content h1 {
    font-size: clamp(2.6rem, 4vw, 4.8rem);
    margin-bottom: 18px;
    line-height: 1.02;
    letter-spacing: -0.04em;
    max-width: 11ch;
}

.hero-subtitle {
    font-size: 1.15rem;
    margin-bottom: 30px;
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.hero-actions .btn {
    width: auto;
    min-width: 210px;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 640px;
}

.hero-highlight {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.hero-highlight-value {
    display: block;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.hero-highlight-label {
    display: block;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.88);
}

.hero-visual {
    position: relative;
    min-height: 480px;
}

.hero-visual-card {
    position: relative;
    height: 100%;
    min-height: 480px;
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(255, 193, 7, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(9, 29, 47, 0.92), rgba(8, 39, 61, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.hero-visual-pattern {
    position: absolute;
    inset: 0;
    background-image: url('logo-landscape.png');
    background-repeat: repeat;
    background-size: 180px auto;
    opacity: 0.08;
    transform: rotate(-12deg) scale(1.08);
}

.hero-visual-metric {
    position: absolute;
    z-index: 1;
    max-width: 220px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
}

.hero-visual-metric span {
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 6px;
}

/* Payment promo placeholders */
.payment-promo{display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px 0}
.payment-promo .promo-img{max-width:100%;height:auto;border-radius:6px;box-shadow:0 8px 28px rgba(0,0,0,0.12)}

/* Financing banner background */
.financing-banner{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:48px 0;color:var(--white)}
.financing-banner::before{content:'';position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,0.28),rgba(0,0,0,0.28));pointer-events:none}
.financing-banner .container{position:relative;z-index:1}
.financing-banner .financing-content{background:rgba(255,255,255,0.92);color:var(--text-dark);padding:18px;border-radius:8px;display:inline-block}


/* Tighter sizing for promo banner */
.payment-promo .promo-img{max-width:820px;width:100%;height:auto}
.payment-promo .bank-logos{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}
.payment-promo .bank-logos img{height:40px;object-fit:contain;filter:grayscale(0);opacity:0.95}
.payment-promo .promo-disclaimer{font-size:0.85rem;color:var(--text-light);text-align:center;margin:0 8px}

/* Model gallery (payment promo models) */
.model-gallery-section{padding:28px 0;background:var(--bg-light)}
.model-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,240px));gap:14px;align-items:start;justify-content:center;max-width:1100px;margin:0 auto}
.model-item{background:var(--white);padding:8px;border:1px solid var(--border-color);border-radius:8px;display:flex;flex-direction:column;align-items:center}
.model-item img{width:100%;height:auto;max-height:220px;object-fit:cover;border-radius:6px}
.model-item figcaption{margin-top:10px;font-weight:600;color:var(--text-dark);font-size:0.95rem}
.model-gallery-section .promo-disclaimer{margin-top:12px}

/* Responsive tweaks */
@media (max-width: 600px){
    .payment-promo .promo-img{max-width:100%}
    .model-gallery{grid-template-columns:repeat(2,minmax(140px,1fr));gap:10px}
    .model-item img{max-height:180px}
}

@media (max-width: 380px){
    .model-gallery{grid-template-columns:repeat(1,1fr)}
}

/* Lightbox styles */
.lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.85);display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity 200ms ease}
.lightbox-overlay.show{opacity:1;visibility:visible}
.lightbox-content{max-width:94vw;max-height:94vh;display:flex;align-items:center;justify-content:center}
.lightbox-content img{width:75vw;max-width:75vw;max-height:94vh;border-radius:6px;box-shadow:0 18px 60px rgba(0,0,0,0.6)}
.lightbox-close{position:absolute;top:18px;right:18px;color:#fff;background:rgba(0,0,0,0.4);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer}
.lightbox-caption{color:#ddd;text-align:center;margin-top:10px;font-size:0.95rem}

/* Debug panel styles */
.debug-panel{position:fixed;right:16px;bottom:16px;width:340px;max-height:55vh;background:rgba(0,0,0,0.86);color:#fff;border-radius:8px;z-index:5050;box-shadow:0 12px 40px rgba(0,0,0,0.5);overflow:hidden;font-family:monospace}
.debug-panel .debug-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:rgba(255,255,255,0.04);font-weight:700}
.debug-panel .debug-header button{background:transparent;color:#fff;border:none;font-size:18px;cursor:pointer}
.debug-panel .debug-body{padding:10px;overflow:auto;max-height:46vh;font-size:12px;line-height:1.3}
.debug-panel .debug-entry{padding:6px 0;border-bottom:1px dashed rgba(255,255,255,0.03);opacity:0.95}

@media (max-width: 820px){
    .lightbox-content img{width:92vw;max-width:92vw}
}

.hero-visual-metric strong {
    font-size: 1rem;
    line-height: 1.35;
    color: var(--white);
}

.hero-visual-metric-top {
    top: 32px;
    left: 32px;
}

.hero-visual-metric-bottom {
    right: 32px;
    bottom: 32px;
}

.hero-visual-panel {
    position: absolute;
    inset: auto 26px 26px 26px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
}

.hero-visual-logo {
    width: 84px;
    height: auto;
    flex: 0 0 auto;
}

.hero-visual-panel p {
    margin-bottom: 4px;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.7);
}

.hero-visual-panel h3 {
    font-size: 1.35rem;
    line-height: 1.2;
    color: var(--white);
    margin: 0;
}

.page-hero {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-light) 100%);
    color: var(--white);
    padding: 80px 20px;
    text-align: center;
}

.page-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.page-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* ========================================
   TRUST SIGNALS
   ======================================== */

.trust-signals {
    background: var(--bg-light);
    padding: 80px 20px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.trust-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-5px);
}

.trust-card i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.trust-card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.trust-card p {
    color: var(--text-light);
}

/* ========================================
   CALCULATOR SECTION
   ======================================== */

.calculator-section {
    padding: 80px 20px;
    background: var(--white);
}

.calculator-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: var(--secondary-color);
}

.calculator-card {
    max-width: 500px;
    margin: 0 auto;
    background: var(--bg-light);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calculator-form .form-group {
    display: flex;
    flex-direction: column;
}

.calculator-form label {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.calculator-form input {
    padding: 12px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.calculator-form input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.savings-result {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    border-left: 5px solid var(--primary-color);
}

.savings-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 15px 0;
}

.savings-note {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* ========================================
   PROCESS SECTION
   ======================================== */

.process-section {
    padding: 80px 20px;
    background: var(--bg-light);
}

.process-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.process-number {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: var(--text-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.process-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.process-card p {
    color: var(--text-light);
}

/* ========================================
   TESTIMONIALS SECTION
   ======================================== */

.testimonials-section {
    padding: 80px 20px;
    background: var(--white);
}

.testimonials-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.stars {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.stars i {
    color: var(--primary-color);
}

.testimonial-text {
    font-style: italic;
    color: var(--text-dark);
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.testimonial-author {
    font-weight: 600;
    color: var(--secondary-color);
}

/* ========================================
   GALLERY SECTION
   ======================================== */

.gallery-section {
    padding: 60px 20px;
    background: var(--bg-light);
}

.gallery-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.gallery-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
    color: var(--text-light);
}

.gallery-track {
    display: flex;
    justify-content: center;
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4px 48px;
}

.gallery-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item {
    flex: 0 0 100%;
    max-width: 520px;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 300px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.04);
}

.gallery-nav {
    position: absolute;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--secondary-color);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 6px 16px rgba(11, 59, 90, 0.25);
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.gallery-carousel .carousel-control-prev {
    left: -10px;
}

.gallery-carousel .carousel-control-next {
    right: -10px;
}

.gallery-nav:hover {
    background: var(--secondary-light);
    transform: translateY(-1px);
}

.gallery-nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

/* ========================================
   FEATURED ARTICLE
   ======================================== */

.featured-article {
    padding: 80px 20px;
    background: var(--bg-light);
}

.featured-article h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: var(--secondary-color);
}

.article-preview {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 40px;
    border-radius: 10px;
}

.article-preview h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.article-preview h3 a {
    color: var(--secondary-color);
    text-decoration: none;
}

.article-preview h3 a:hover {
    color: var(--primary-color);
}

.article-excerpt {
    color: var(--text-light);
    margin-bottom: 25px;
    line-height: 1.8;
}

/* ========================================
   CTA SECTION
   ======================================== */

.cta-section {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-light) 100%);
    padding: 80px 20px;
    text-align: center;
    color: var(--white);
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* Make primary CTAs full width on the index CTA section only */
.cta-content .btn {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
/* ========================================
   FOOTER
   ======================================== */

.footer {
    background: var(--secondary-color);
    color: var(--white);
    padding: 60px 20px 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 15px;
    color: var(--primary-color);
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    max-width: 150px;
}

.footer-section p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
    line-height: 1.8;
}

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

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

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,193,7,0.2);
    border-radius: 50%;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    text-align: center;
    color: rgba(255,255,255,0.7);
}

.footer-bottom p {
    margin: 10px 0;
}

.footer-bottom a {
    color: var(--primary-color);
}

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

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.required {
    color: var(--error);
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 12px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

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

.radio-group {
    display: flex;
    gap: 30px;
    margin-top: 10px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 500;
}

.radio-label input[type="radio"] {
    width: auto;
    margin: 0;
}

.error-message {
    color: var(--error);
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

.error-message.show {
    display: block;
}

.form-errors {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 4px solid var(--error);
}

.form-errors p {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.form-errors ul {
    list-style-position: inside;
    margin: 0;
}

/* ========================================
   INQUIRY PAGE
   ======================================== */

.inquiry-section {
    padding: 60px 20px;
}

.inquiry-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.inquiry-form-container,
.inquiry-info-container {
    background: var(--bg-light);
    padding: 40px;
    border-radius: 10px;
}

.inquiry-form-container h2,
.inquiry-info-container h2 {
    color: var(--secondary-color);
    margin-bottom: 30px;
}

.inquiry-form {
    display: flex;
    flex-direction: column;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item {
    display: flex;
    gap: 15px;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

.info-item h4 {
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.map-placeholder {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.thank-you-section {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.thank-you-message {
    text-align: center;
    background: var(--bg-light);
    padding: 60px 40px;
    border-radius: 10px;
    max-width: 600px;
}

.thank-you-message i {
    font-size: 4rem;
    color: var(--success);
    margin-bottom: 20px;
}

.thank-you-message h1 {
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.thank-you-message p {
    color: var(--text-light);
    margin-bottom: 10px;
}

.subtitle {
    margin-top: 20px;
}

.subtitle a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.subtitle a:hover {
    text-decoration: underline;
}

/* ========================================
   BLOG & RESOURCES
   ======================================== */

.featured-blog-post {
    padding: 60px 20px;
    background: var(--white);
}

.blog-post {
    max-width: 900px;
    margin: 0 auto;
}

.post-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    color: var(--text-light);
    font-size: 0.95rem;
}

.post-meta i {
    color: var(--primary-color);
}

.blog-post h1 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 30px;
    line-height: 1.3;
}

.post-content h2 {
    font-size: 1.6rem;
    color: var(--secondary-color);
    margin: 40px 0 15px 0;
}

.post-content h2:first-child {
    margin-top: 0;
}

.post-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: var(--text-dark);
}

.post-cta {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 10px;
    border-left: 5px solid var(--primary-color);
    margin-top: 50px;
    text-align: center;
}

.post-cta p {
    margin-bottom: 15px;
    font-weight: 600;
}

.blog-grid-section {
    padding: 80px 20px;
    background: var(--bg-light);
}

.blog-grid-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: var(--secondary-color);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-header {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.blog-header i {
    font-size: 3rem;
}

.blog-card h3 {
    font-size: 1.2rem;
    color: var(--secondary-color);
    padding: 20px 20px 0;
    margin: 0;
}

.blog-card h3 a {
    text-decoration: none;
    color: var(--secondary-color);
}

.blog-card h3 a:hover {
    color: var(--primary-color);
}

.blog-card .post-date {
    display: block;
    padding: 10px 20px 0;
    color: var(--text-light);
    font-size: 0.85rem;
}

.blog-card .excerpt {
    padding: 0 20px;
    color: var(--text-light);
    font-size: 0.95rem;
}

.read-more {
    display: inline-block;
    padding: 0 20px 20px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: var(--primary-dark);
}

/* ========================================
   FAQ SECTION
   ======================================== */

.faq-section {
    padding: 80px 20px;
    background: var(--white);
}

.faq-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    background: var(--bg-light);
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
}

.faq-item h3 {
    color: var(--secondary-color);
    margin-bottom: 12px;
    font-size: 1.05rem;
    display: flex;
    gap: 10px;
    align-items: center;
}

.faq-item h3 i {
    color: var(--primary-color);
    flex-shrink: 0;
}

.faq-item p {
    color: var(--text-light);
    line-height: 1.7;
}

/* ========================================
   ABOUT PAGE SECTIONS
   ======================================== */

.about-story {
    padding: 80px 20px;
}

.story-content {
    max-width: 900px;
    margin: 0 auto;
}

.story-content h2 {
    font-size: 1.8rem;
    color: var(--secondary-color);
    margin: 40px 0 20px;
}

.story-content h2:first-child {
    margin-top: 0;
}

.story-content p {
    color: var(--text-light);
    line-height: 1.9;
    margin-bottom: 20px;
}

.benefits-list {
    list-style: none;
    columns: 2;
    gap: 30px;
    margin-top: 20px;
}

.benefits-list li {
    background: var(--bg-light);
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 12px;
    break-inside: avoid;
}

.benefits-list strong {
    color: var(--secondary-color);
}

/* ========================================
   TEAM SECTION
   ======================================== */

.team-section {
    padding: 80px 20px;
    background: var(--bg-light);
}

.team-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: auto;
    margin: 0 auto;
}

.team-member {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.member-image {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-member h3 {
    color: var(--secondary-color);
    padding: 20px 20px 5px;
}

.team-member .role {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.team-member .bio {
    color: var(--text-light);
    padding: 0 20px 20px;
    font-size: 0.95rem;
}

/* ========================================
   CERTIFICATIONS
   ======================================== */

.certifications {
    padding: 80px 20px;
    background: var(--white);
}

.certifications h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.cert-item {
    background: var(--bg-light);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.cert-item:hover {
    transform: translateY(-5px);
}

.cert-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.cert-item h3 {
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.cert-item p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* ========================================
   SERVICES SECTION
   ======================================== */

.services-section {
    padding: 60px 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.services-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

.service-card {
    background: var(--bg-light);
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.service-card h2 {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.service-card > p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.8;
}

.service-card h3 {
    font-size: 1.1rem;
    color: var(--secondary-color);
    margin: 25px 0 15px;
}

.service-features {
    list-style: none;
    margin-bottom: 20px;
}

.service-features li {
    padding: 8px 0;
    color: var(--text-light);
    display: flex;
    gap: 10px;
}

.service-features i {
    color: var(--success);
    flex-shrink: 0;
}

.service-estimate {
    background: var(--white);
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-color);
}

/* ========================================
   SERVICE PROCESS / TIMELINE
   ======================================== */

.service-process {
    padding: 80px 20px;
    background: var(--bg-light);
}

.service-process h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

.timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline-item {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
}

.timeline-marker {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: var(--text-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 15px;
}

.timeline-item h3 {
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.timeline-item p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        gap: 0;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        padding: 20px;
        z-index: 999;
    }
    
    .navbar-menu.active {
        display: flex;
    }
    
    .navbar-toggle {
        display: flex;
    }

    .hero {
        padding: 72px 20px 84px;
        min-height: auto;
    }

    .hero-shell {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-content {
        text-align: center;
        margin: 0 auto;
    }

    .hero-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .hero-highlights {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 360px;
    }

    .hero-visual-card {
        min-height: 360px;
    }

    .hero-visual-metric-top,
    .hero-visual-metric-bottom {
        max-width: 180px;
    }

    .hero-visual-metric-top {
        top: 18px;
        left: 18px;
    }

    .hero-visual-metric-bottom {
        right: 18px;
        bottom: 18px;
    }

    .hero-visual-panel {
        inset: auto 16px 16px 16px;
        padding: 18px;
    }

    .hero-visual-panel h3 {
        font-size: 1.1rem;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .inquiry-wrapper {
        grid-template-columns: 1fr;
    }
    
    .benefits-list {
        columns: 1;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }

    .gallery-track {
        padding: 4px 32px;
    }

    .gallery-nav {
        width: 36px;
        height: 36px;
    }

    .gallery-item {
        max-width: 100%;
        height: 220px;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        height: 180px;
    }
}

/* ========================================
   PACKAGES PAGE
   ======================================== */

.financing-banner {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 40px 20px;
    margin: 0;
}

.financing-content {
    padding: 40px 20px;
    text-align: center;
    color: var(--text-dark);
}

.financing-content h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.financing-content p {
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.packages-section {
    padding: 80px 20px;
    background: var(--white);
}

.packages-section:nth-child(odd) {
    background: var(--bg-light);
}

.packages-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.package-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.package-card.featured {
    border: 2px solid var(--primary-color);
}

.package-card.premium {
    border: 2px solid var(--secondary-color);
}

.package-card.premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
}

.ribbon {
    position: absolute;
    top: 20px;
    right: -40px;
    width: 140px;
    padding: 8px 0;
    background: var(--secondary-color);
    color: var(--white);
    text-align: center;
    transform: rotate(45deg);
    font-weight: bold;
    font-size: 0.9rem;
    z-index: 10;
}

.package-header {
    padding: 25px;
    color: var(--white);
    text-align: center;
}

.package-header.grid-tied {
    background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);
}

.package-header.hybrid {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
}

.package-header h3 {
    font-size: 2rem;
    margin: 0 0 10px 0;
    color: var(--white);
}

.system-type,
.battery-badge {
    font-size: 0.9rem;
    opacity: 0.95;
    margin: 0;
}

.package-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.package-specs {
    background: var(--bg-light);
    padding: 15px;
    border-radius: 8px;
}

.package-specs p {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.package-specs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.package-specs li {
    padding: 5px 0;
    color: var(--text-light);
    font-size: 0.9rem;
    display: flex;
    gap: 8px;
}

.package-specs li::before {
    content: '✓';
    color: var(--primary-color);
    font-weight: bold;
}

.package-savings {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(255, 193, 7, 0.05));
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
}

.savings-label {
    font-size: 0.85rem;
    color: var(--text-light);
    margin: 0;
}

.savings-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 5px 0;
}

.bill-recommendation {
    font-size: 0.85rem;
    color: var(--text-light);
    margin: 5px 0 0 0;
}

.package-price {
    background: var(--secondary-color);
    padding: 15px;
    border-radius: 8px;
    color: var(--white);
    text-align: center;
}

.price-label {
    font-size: 0.85rem;
    opacity: 0.9;
    margin: 0 0 5px 0;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.btn-block {
    width: 100%;
    margin-top: auto;
}

.financing-info {
    padding: 80px 20px;
    background: var(--bg-light);
}

.financing-info h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: var(--secondary-color);
}

.financing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.financing-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.financing-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.financing-card h3 {
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.financing-card p {
    color: var(--text-light);
    margin-bottom: 8px;
}

.financing-note {
    font-size: 0.85rem;
    color: var(--text-light);
}

.comparison-section {
    padding: 80px 20px;
    background: var(--white);
}

.comparison-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: var(--secondary-color);
}

.comparison-table {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.comparison-table thead {
    background: var(--secondary-color);
    color: var(--white);
}

.comparison-table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.comparison-table td {
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
}

.comparison-table tbody tr:hover {
    background: var(--bg-light);
}

.comparison-table strong {
    color: var(--secondary-color);
}

@media (max-width: 768px) {
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    .ribbon {
        top: 10px;
        right: -35px;
        width: 120px;
        font-size: 0.8rem;
    }
    
    .package-header h3 {
        font-size: 1.5rem;
    }
    
    .price {
        font-size: 1.5rem;
    }
}
