/* ============================================================
   7Aces Solar – Custom CSS
   Paleta: navy #0f2744, naranja #f97316, amarillo #fbbf24
   ============================================================ */

:root {
    --primary:    #0f2744;
    --primary2:   #1a3a5c;
    --accent:     #f97316;
    --accent2:    #fb923c;
    --highlight:  #fbbf24;
    --green:      #22c55e;
    --dark:       #071628;
    --surface:    #0d2035;
    --text-light: #e2e8f0;
    --text-muted: #94a3b8;
    --accent-rgb: 249, 115, 22;
    --navbar-bg:  #071628;
    --footer-bg:  #040e1a;
}

/* ── Base ── */
* { box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: var(--text-light); background: var(--dark); }
h1,h2,h3,h4,h5 { font-family: 'Space Grotesk', sans-serif; }
.py-section { padding: 5rem 0; }
.bg-dark-sv  { background: var(--dark); }
.surface-sv  { background: var(--surface); }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar-solar {
    background: transparent;
    transition: background .35s, box-shadow .35s, padding .35s;
    padding: 1.25rem 0;
}
.navbar-solar.scrolled {
    background: rgba(7,22,40,.97);
    backdrop-filter: blur(16px);
    box-shadow: 0 2px 24px rgba(0,0,0,.4);
    border-bottom: 1px solid rgba(249,115,22,.15);
    padding: .75rem 0;
}
.navbar-solar .nav-link { color: rgba(255,255,255,.8); font-weight: 500; font-size: .9rem; transition: color .2s; padding: .4rem .75rem !important; }
.navbar-solar .nav-link:hover { color: var(--highlight); }
.brand-text  { font-family: 'Space Grotesk', sans-serif; color: white; font-weight: 700; font-size: 1.25rem; }
.brand-icon  { font-size: 1.3rem; color: var(--accent); margin-right: .35rem; }
.brand-logo  { height: 38px; width: auto; object-fit: contain; margin-right: .4rem; }

/* ── Buttons ── */
.btn-solar {
    background: var(--accent); color: white; border: none;
    font-weight: 700; border-radius: 50px;
    transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-solar:hover {
    background: var(--accent2); color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249,115,22,.4);
}
.btn-outline-solar {
    background: transparent; color: white;
    border: 1.5px solid rgba(255,255,255,.4);
    font-weight: 600; border-radius: 50px; transition: all .2s;
}
.btn-outline-solar:hover { border-color: var(--accent); color: var(--accent); background: rgba(249,115,22,.08); }

/* ── Section tags ── */
.section-tag {
    background: rgba(var(--accent-rgb), .12);
    color: var(--highlight);
    border: 1px solid rgba(var(--accent-rgb), .3);
    padding: .3rem .9rem; border-radius: 100px;
    font-size: .72rem; font-weight: 700;
    letter-spacing: .12em; text-transform: uppercase; display: inline-block;
}
.section-title    { font-size: clamp(1.8rem, 4vw, 2.75rem); font-weight: 700; line-height: 1.15; color: white; }
.section-subtitle { color: var(--text-muted); font-size: 1rem; line-height: 1.7; max-width: 580px; }

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
    position: relative; min-height: 100vh;
    display: flex; align-items: center; overflow: hidden;
    background: linear-gradient(135deg, #071628 0%, #0f2744 60%, #1a3a5c 100%);
}
#hero-vanta { position: absolute; inset: 0; z-index: 0; }
.hero-content { position: relative; z-index: 2; padding: 8rem 1rem 5rem; }
.hero-title { font-size: clamp(2.2rem, 5.5vw, 4rem); font-weight: 800; line-height: 1.1; color: white; margin-bottom: 1.25rem; }
.hero-title span { color: var(--accent); }
.hero-subtitle { font-size: clamp(.95rem, 2vw, 1.1rem); max-width: 580px; color: rgba(255,255,255,.72); line-height: 1.75; margin-bottom: 2rem; }

.hero-stats { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; margin-top: 2rem; }
.hero-stat-num { font-family: 'Space Grotesk', sans-serif; font-size: 2rem; font-weight: 800; color: var(--accent); line-height: 1; }
.hero-stat-lbl  { font-size: .72rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .08em; margin-top: .2rem; }
.hero-stat-divider { width: 1px; background: rgba(255,255,255,.15); align-self: stretch; }

.hero-sun-widget {
    width: 100%; max-width: 380px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(249,115,22,.2);
    border-radius: 20px; padding: 2rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 64px rgba(0,0,0,.4), 0 0 80px rgba(249,115,22,.08);
}
.sun-icon { font-size: 4rem; color: var(--highlight); line-height: 1; margin-bottom: 1rem; animation: sunPulse 3s ease-in-out infinite; }
@keyframes sunPulse { 0%,100%{filter:drop-shadow(0 0 8px rgba(251,191,36,.4))} 50%{filter:drop-shadow(0 0 24px rgba(251,191,36,.8))} }
.sun-widget-title { font-family: 'Space Grotesk', sans-serif; font-size: 1.1rem; font-weight: 700; color: white; margin-bottom: 1rem; }
.sun-metric { display: flex; justify-content: space-between; align-items: center; padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.sun-metric:last-child { border-bottom: none; }
.sun-metric-label { font-size: .8rem; color: var(--text-muted); }
.sun-metric-value { font-size: .9rem; font-weight: 700; color: var(--highlight); }

.hero-scroll-hint {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .4rem;
    color: rgba(255,255,255,.35); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
}
.scroll-arrow {
    width: 20px; height: 20px;
    border-right: 2px solid rgba(249,115,22,.5); border-bottom: 2px solid rgba(249,115,22,.5);
    transform: rotate(45deg); animation: scrollBounce 1.8s ease-in-out infinite;
}
@keyframes scrollBounce { 0%,100%{transform:rotate(45deg) translateY(0)} 50%{transform:rotate(45deg) translateY(6px)} }

/* ============================================================
   BENEFICIOS / FEATURES
   ============================================================ */
.benefit-card {
    background: var(--surface); border: 1px solid rgba(249,115,22,.1);
    border-radius: 16px; padding: 2rem; height: 100%;
    transition: border-color .3s, box-shadow .3s, transform .3s;
}
.benefit-card:hover {
    border-color: rgba(249,115,22,.4);
    box-shadow: 0 0 32px rgba(249,115,22,.1);
    transform: translateY(-4px);
}
.benefit-icon {
    width: 60px; height: 60px; border-radius: 14px;
    background: rgba(249,115,22,.1); border: 1px solid rgba(249,115,22,.25);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: var(--accent); margin-bottom: 1.25rem;
    transition: background .3s, box-shadow .3s;
}
.benefit-card:hover .benefit-icon { background: rgba(249,115,22,.2); box-shadow: 0 0 20px rgba(249,115,22,.4); }
.benefit-title { font-family: 'Space Grotesk', sans-serif; font-size: 1.05rem; font-weight: 700; color: white; margin-bottom: .5rem; }
.benefit-desc  { font-size: .875rem; color: var(--text-muted); line-height: 1.7; margin: 0; }

/* ============================================================
   PAQUETES (PLANES)
   ============================================================ */
.plan-card {
    background: var(--surface); border: 1px solid rgba(249,115,22,.12);
    border-radius: 20px; padding: 2rem; height: 100%;
    display: flex; flex-direction: column;
    transition: border-color .3s, box-shadow .3s;
    position: relative; overflow: hidden;
}
.plan-card.featured {
    border-color: var(--accent);
    box-shadow: 0 0 48px rgba(249,115,22,.2);
}
.plan-badge {
    position: absolute; top: 1.25rem; right: 1.25rem;
    background: var(--accent); color: white;
    font-size: .65rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; padding: .25rem .7rem; border-radius: 100px;
}
.plan-icon {
    width: 60px; height: 60px; border-radius: 14px;
    background: rgba(249,115,22,.1); border: 1px solid rgba(249,115,22,.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: var(--accent); margin-bottom: 1.25rem; flex-shrink: 0;
}
.plan-title  { font-family: 'Space Grotesk', sans-serif; font-size: 1.2rem; font-weight: 700; color: white; margin-bottom: .5rem; }
.plan-desc   { font-size: .875rem; color: var(--text-muted); line-height: 1.65; flex: 1; margin-bottom: 1.25rem; }
.plan-includes { list-style: none; padding: 0; margin-bottom: 1.5rem; }
.plan-includes li { font-size: .82rem; color: var(--text-light); margin-bottom: .4rem; display: flex; align-items: center; gap: .5rem; }
.plan-includes li i { color: var(--green); font-size: .75rem; flex-shrink: 0; }
.plan-price  { font-family: 'Space Grotesk', sans-serif; font-weight: 800; color: var(--highlight); font-size: 1rem; margin-top: auto; padding-top: .75rem; border-top: 1px solid rgba(249,115,22,.1); }

/* ============================================================
   STATS
   ============================================================ */
.stats-section   { position: relative; overflow: hidden; padding: 5rem 0; }
#stats-vanta     { position: absolute; inset: 0; z-index: 0; }
.stats-content   { position: relative; z-index: 1; }
.stat-number     { font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800; color: white; line-height: 1; margin-bottom: .25rem; }
.stat-label      { font-size: .8rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .1em; }
.stat-icon       { font-size: 2rem; color: var(--accent); opacity: .7; margin-bottom: .75rem; }

/* ============================================================
   PROCESO
   ============================================================ */
.process-step   { text-align: center; padding: 1rem .5rem; position: relative; z-index: 1; }
.process-number { font-family: 'Space Grotesk', sans-serif; font-size: .7rem; font-weight: 700; color: var(--accent); letter-spacing: .1em; text-transform: uppercase; margin-bottom: .5rem; }
.process-icon   {
    width: 72px; height: 72px; border-radius: 50%;
    background: rgba(249,115,22,.1); border: 2px solid rgba(249,115,22,.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: var(--accent); margin: 0 auto 1rem;
    transition: background .4s, border-color .4s, box-shadow .4s;
}
.process-step:hover .process-icon { background: var(--accent); border-color: var(--accent); color: white; box-shadow: 0 0 28px rgba(249,115,22,.5); }
.process-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1rem; color: white; margin-bottom: .4rem; }
.process-desc  { font-size: .82rem; color: var(--text-muted); line-height: 1.6; }

.process-svg {
    position: absolute; top: 52px; left: 10%; width: 80%; height: 8px;
    z-index: 0; display: none;
}
@media (min-width: 992px) { .process-svg { display: block; } }
.process-wrapper { position: relative; }

/* ============================================================
   MARCAS / TECNOLOGIAS
   ============================================================ */
.brands-marquee-outer {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.brands-marquee { display: flex; gap: 1rem; animation: marqueeLeft 30s linear infinite; width: max-content; }
.brands-marquee:hover { animation-play-state: paused; }
@keyframes marqueeLeft { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.brand-badge {
    display: flex; align-items: center; gap: .55rem;
    background: var(--surface); border: 1px solid rgba(249,115,22,.15);
    border-radius: 100px; padding: .6rem 1.5rem;
    white-space: nowrap; font-size: .85rem; color: var(--text-light);
    transition: border-color .25s, box-shadow .25s, color .25s; cursor: default;
}
.brand-badge:hover { border-color: var(--accent); box-shadow: 0 0 18px rgba(249,115,22,.3); color: var(--highlight); }
.brand-badge i { color: var(--accent); font-size: 1rem; }

/* ============================================================
   PORTAFOLIO
   ============================================================ */
.portfolio-card {
    position: relative; border-radius: 16px; overflow: hidden;
    background: var(--surface); border: 1px solid rgba(249,115,22,.12);
    transition: border-color .3s, box-shadow .3s; min-height: 220px;
}
.portfolio-card:hover { border-color: rgba(249,115,22,.4); box-shadow: 0 0 32px rgba(249,115,22,.12); }
.portfolio-card img { width: 100%; height: 230px; object-fit: cover; opacity: .6; transition: opacity .4s, transform .4s; display: block; }
.portfolio-card:hover img { opacity: .25; transform: scale(1.05); }
.portfolio-overlay {
    position: absolute; inset: 0;
    background: rgba(7,22,40,.9); backdrop-filter: blur(4px);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 1.5rem; opacity: 0; transition: opacity .3s;
}
.portfolio-card:hover .portfolio-overlay { opacity: 1; }
.portfolio-tag {
    font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
    background: rgba(249,115,22,.15); border: 1px solid rgba(249,115,22,.3);
    color: var(--highlight); padding: .25rem .7rem; border-radius: 100px;
    display: inline-block; margin-bottom: .5rem;
}
.portfolio-title   { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1rem; color: white; margin-bottom: .25rem; }
.portfolio-caption { font-size: .82rem; color: var(--text-muted); margin: 0; }

/* ============================================================
   TESTIMONIOS
   ============================================================ */
.testimonial-card {
    background: var(--surface); border: 1px solid rgba(249,115,22,.1);
    border-radius: 16px; padding: 2rem; height: 100%; transition: border-color .3s;
}
.testimonial-card:hover { border-color: rgba(249,115,22,.3); }
.testimonial-stars  { color: var(--highlight); font-size: .85rem; margin-bottom: .75rem; display: flex; gap: .15rem; }
.testimonial-text   { font-size: .9rem; color: var(--text-light); line-height: 1.8; font-style: italic; margin-bottom: 1.25rem; }
.testimonial-author { display: flex; align-items: center; gap: .75rem; margin-top: 1.25rem; }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--accent); color: white; font-weight: 700; font-size: .85rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testimonial-name   { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: .88rem; color: white; }
.testimonial-role   { font-size: .75rem; color: var(--text-muted); }
.testimonial-saving { font-size: .75rem; color: var(--green); font-weight: 600; }

/* ============================================================
   CTA
   ============================================================ */
.cta-section {
    position: relative; padding: 7rem 0; overflow: hidden;
    background: linear-gradient(-45deg, #071628, #0f2744, #1a2a0a, #0f3a1a);
    background-size: 400% 400%; animation: gradientPulse 10s ease infinite;
}
@keyframes gradientPulse { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
.cta-content  { position: relative; z-index: 1; }
.cta-glow     { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 300px; background: radial-gradient(ellipse, rgba(249,115,22,.2) 0%, transparent 70%); pointer-events: none; }
.cta-title    { font-size: clamp(1.8rem, 4vw, 2.75rem); font-weight: 700; color: white; margin-bottom: .75rem; }
.cta-subtitle { color: rgba(255,255,255,.65); font-size: 1rem; line-height: 1.7; max-width: 540px; margin: 0 auto; }

/* ============================================================
   FORMULARIO DE COTIZACION
   ============================================================ */
.quote-card {
    background: var(--surface); border: 1px solid rgba(249,115,22,.15);
    border-radius: 20px; padding: 2.5rem;
}
.form-control-sv, .form-select-sv {
    background: rgba(7,22,40,.6) !important; border: 1px solid rgba(249,115,22,.2) !important;
    color: var(--text-light) !important; border-radius: 10px !important; padding: .7rem 1rem;
    transition: border-color .2s, box-shadow .2s;
}
.form-control-sv:focus, .form-select-sv:focus {
    background: rgba(7,22,40,.8) !important; border-color: var(--accent) !important;
    box-shadow: 0 0 0 3px rgba(249,115,22,.15) !important; color: white !important; outline: none;
}
.form-control-sv::placeholder { color: var(--text-muted) !important; }
.form-select-sv option { background: #0d2035; color: var(--text-light); }
.form-label  { color: var(--text-muted); font-size: .82rem; font-weight: 500; margin-bottom: .35rem; }
.btn-submit-solar {
    background: linear-gradient(90deg, var(--accent), var(--accent2));
    border: none; color: white; font-weight: 700; border-radius: 12px; padding: .9rem;
    transition: opacity .2s, transform .15s, box-shadow .2s;
}
.btn-submit-solar:hover { opacity: .92; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(249,115,22,.4); color: white; }

/* ── Contact info ── */
.contact-info-list  { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-info-item  { display: flex; align-items: flex-start; gap: 1rem; }
.contact-info-icon  { width: 42px; height: 42px; border-radius: 10px; background: rgba(249,115,22,.1); border: 1px solid rgba(249,115,22,.2); display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: .95rem; flex-shrink: 0; }
.contact-info-label { font-size: .72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: .1rem; }
.contact-info-val   { color: var(--text-light); font-size: .9rem; text-decoration: none; }
.contact-info-val:hover { color: var(--highlight); }

.quote-guarantee { display: flex; align-items: center; gap: .6rem; background: rgba(34,197,94,.06); border: 1px solid rgba(34,197,94,.15); border-radius: 10px; padding: .75rem 1rem; color: rgba(255,255,255,.55); font-size: .8rem; margin-top: 1rem; }
.quote-guarantee i { color: var(--green); font-size: 1rem; flex-shrink: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer-solar { background: var(--footer-bg); border-top: 1px solid rgba(249,115,22,.08); padding: 3rem 0 1.5rem; }
.footer-brand   { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.15rem; color: white; }
.footer-desc    { color: rgba(255,255,255,.45); font-size: .85rem; line-height: 1.6; }
.footer-heading { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: white; margin-bottom: 1rem; }
.footer-link    { color: rgba(255,255,255,.5); text-decoration: none; font-size: .875rem; display: flex; align-items: center; gap: .5rem; transition: color .2s; margin-bottom: .5rem; }
.footer-link:hover { color: var(--highlight); }
.social-icon    { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; transition: background .2s; }
.social-icon:hover { background: var(--accent); }
.footer-copyright { border-top: 1px solid rgba(255,255,255,.07); margin-top: 2rem; padding-top: 1.25rem; text-align: center; color: rgba(255,255,255,.25); font-size: .75rem; }

/* ============================================================
   REVEAL / ANIMACIONES
   ============================================================ */
.reveal { opacity: 0; transform: translateY(30px); }

/* ============================================================
   HERO – additional helpers
   ============================================================ */
.hero-vanta-bg { position: absolute; inset: 0; z-index: 0; }
.hero-video    { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-bg       { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.hero-overlay  { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(7,22,40,.88) 0%, rgba(15,39,68,.7) 100%); z-index: 1; }
.hero-tag {
    display: inline-flex; align-items: center;
    background: rgba(249,115,22,.1); border: 1px solid rgba(249,115,22,.3);
    color: var(--highlight); padding: .35rem 1rem; border-radius: 100px;
    font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.hero-financing-badge {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(34,197,94,.08); border: 1px solid rgba(34,197,94,.25);
    color: #4ade80; padding: .3rem .9rem; border-radius: 100px;
    font-size: .78rem; font-weight: 600;
}
.btn-hero { padding: .75rem 2rem; font-size: 1rem; font-weight: 700; }
.hero-scroll-indicator {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    z-index: 2; color: rgba(255,255,255,.4); font-size: 1.4rem;
    text-decoration: none;
}
.hero-scroll-indicator i { display: block; animation: scrollBounceY 1.8s ease-in-out infinite; }
@keyframes scrollBounceY { 0%,100%{transform:translateY(0)} 50%{transform:translateY(8px)} }
.sun-metrics { display: flex; flex-direction: column; gap: 0; margin-top: 1.25rem; }
.sun-metric-val { font-size: 1rem; font-weight: 800; color: var(--highlight); }

/* ============================================================
   SECTION helpers
   ============================================================ */
.section-sub { color: var(--text-muted); font-size: .95rem; max-width: 560px; margin: .5rem auto 0; }

/* ============================================================
   PLAN CARD – icon wrap
   ============================================================ */
.plan-icon-wrap {
    width: 60px; height: 60px; border-radius: 14px;
    background: rgba(249,115,22,.1); border: 1px solid rgba(249,115,22,.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: var(--accent); margin-bottom: 1.25rem; flex-shrink: 0;
    transition: background .3s;
}
.plan-card:hover .plan-icon-wrap { background: rgba(249,115,22,.2); }
.plan-short { font-size: .875rem; color: var(--text-muted); line-height: 1.65; flex: 1; margin-bottom: 1rem; }

/* ============================================================
   STATS overlay
   ============================================================ */
.stats-overlay { position: absolute; inset: 0; background: rgba(7,22,40,.6); z-index: 0; }

/* ============================================================
   PROCESO – matching HTML classes
   ============================================================ */
.process-num {
    font-family: 'Space Grotesk', sans-serif; font-size: .7rem; font-weight: 700;
    color: var(--accent); letter-spacing: .1em; text-transform: uppercase; margin-bottom: .5rem;
}
.process-icon-wrap {
    width: 72px; height: 72px; border-radius: 50%;
    background: rgba(249,115,22,.1); border: 2px solid rgba(249,115,22,.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: var(--accent); margin: 0 auto 1rem;
    transition: background .4s, border-color .4s, box-shadow .4s;
}
.process-step:hover .process-icon-wrap { background: var(--accent); border-color: var(--accent); color: white; box-shadow: 0 0 28px rgba(249,115,22,.5); }
.process-line {
    position: absolute; top: 50px; left: 15%; right: 15%; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(249,115,22,.3), transparent);
    z-index: 0;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about-img-wrap { border-radius: 20px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.4); }
.about-img      { width: 100%; height: auto; display: block; }
.about-placeholder {
    border-radius: 20px; background: var(--surface); border: 1px solid rgba(249,115,22,.15);
    min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: var(--accent); font-size: 4rem; gap: 1rem;
}
.about-placeholder span { font-family: 'Space Grotesk', sans-serif; font-size: 1rem; color: var(--text-muted); }
.about-feat { display: flex; align-items: center; gap: .75rem; }
.about-feat-icon { color: var(--accent); font-size: 1.2rem; width: 20px; flex-shrink: 0; }

/* ============================================================
   BRANDS MARQUEE – matching class name
   ============================================================ */
.brands-marquee-track {
    display: flex; gap: 1rem; animation: marqueeLeft 30s linear infinite; width: max-content;
}
.brands-marquee-track:hover { animation-play-state: paused; }

/* ============================================================
   GALLERY / LIGHTBOX
   ============================================================ */
.gallery-masonry {
    column-count: 3; column-gap: 1rem;
}
@media (max-width: 768px) { .gallery-masonry { column-count: 2; } }
@media (max-width: 480px) { .gallery-masonry { column-count: 1; } }
.gallery-item {
    break-inside: avoid; margin-bottom: 1rem; border-radius: 12px; overflow: hidden;
    position: relative; cursor: pointer;
}
.gallery-item img { width: 100%; height: auto; display: block; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-overlay {
    position: absolute; inset: 0; background: rgba(7,22,40,.6);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity .3s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

.lightbox {
    position: fixed; inset: 0; background: rgba(0,0,0,.92);
    z-index: 9999; display: flex !important; align-items: center; justify-content: center;
    padding: 2rem;
}
.lightbox.d-none { display: none !important; }
.lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 8px; }
.lightbox-close {
    position: absolute; top: 1rem; right: 1.25rem;
    background: rgba(255,255,255,.1); border: none; color: white;
    border-radius: 50%; width: 42px; height: 42px; font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
    transition: background .2s;
}
.lightbox-close:hover { background: var(--accent); }

/* ============================================================
   PORTAFOLIO placeholder
   ============================================================ */
.portfolio-overlay-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1rem; color: white; margin-bottom: .5rem; }
.portfolio-tech-badge {
    font-size: .72rem; color: var(--text-muted);
    background: rgba(249,115,22,.08); border: 1px solid rgba(249,115,22,.2);
    border-radius: 100px; padding: .2rem .7rem; display: inline-block;
}

/* ============================================================
   CTA additional
   ============================================================ */
.cta-overlay { position: absolute; inset: 0; background: rgba(7,22,40,.55); z-index: 0; }
.cta-sun-icon { font-size: 3rem; color: var(--highlight); margin-bottom: 1rem; animation: sunPulse 3s ease-in-out infinite; }

/* ============================================================
   CONTACT SOLAR
   ============================================================ */
.contact-solar-list  { display: flex; flex-direction: column; gap: 1rem; }
.contact-solar-item  {
    display: flex; align-items: center; gap: 1rem; text-decoration: none;
    background: var(--surface); border: 1px solid rgba(249,115,22,.1);
    border-radius: 14px; padding: 1rem 1.25rem; transition: border-color .25s, box-shadow .25s;
}
.contact-solar-item:hover { border-color: rgba(249,115,22,.35); box-shadow: 0 0 20px rgba(249,115,22,.08); }
.contact-solar-icon  {
    width: 44px; height: 44px; border-radius: 11px;
    background: rgba(249,115,22,.1); border: 1px solid rgba(249,115,22,.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--accent); font-size: 1rem; flex-shrink: 0;
}
.contact-solar-label { font-size: .7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: .1rem; }
.contact-solar-val   { color: var(--text-light); font-size: .9rem; font-weight: 500; }

/* ============================================================
   FOOTER DIVIDER
   ============================================================ */
.footer-divider { height: 1px; background: rgba(255,255,255,.07); margin: 2rem 0 1.25rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .hero-content { padding: 7rem 1rem 4rem; }
    .hero-sun-widget { display: none; }
    .quote-card { padding: 1.5rem; }
    .process-line { display: none; }
    .gallery-masonry { column-count: 2; }
}
