/* --- VARIABLES --- */
:root {
    --gold: #C5A028;
    --brown: #3E2723;
    --dark: #1a1a1a;
    --whatsapp: #25D366;
    --bg-grey: #f4f4f4;
    --white: #ffffff;
    --radius: 6px;
    --container-width: 1100px;}



    .close-btn {z-index: 2001;}    
    .lightbox-overlay {z-index: 2000;}
    .plan_overlays {z-index: 1999;}
    .sticky-nav { z-index: 999; }
    .social-top { z-index: 50; }
    .logo-wrapper {z-index: 49;}
    .zoom-btn { z-index: 20; }
    .slider-input {z-index: 10;}
    .slider-handle {z-index: 5;}
    .img-fg {z-index: 2;}
    .main-nav {z-index: 5; }
    .lbl {z-index: 4;}
 

   


    

/* --- SETTINGS  --- */
* {margin: 0; padding: 0; box-sizing: border-box;}
*:before, *:after { box-sizing: border-box;}
img, svg {max-width: 100%;}
a {text-decoration: none; font-weight: 500; }
.hide, .hidden {display: none;}
.show  {display:block;}
.showflex, .flex  {display:flex;}
ul {margin:0 0 10px 0;}
html { scroll-behavior: smooth; }
li {margin:0 0 10px 0; }
body {font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--white);color: var(--dark); line-height: 1.5;
    min-height: 100vh;display: grid; grid-template-rows: auto 1fr auto; margin:0; position: relative;
    font-size: 0.8em; color:#1a1a1a; letter-spacing: 0.03em; padding-bottom: 70px; overflow-x: hidden;}
.container {max-width: var(--container-width); margin: 0 auto; padding: 0 20px;}
h1, h2, h3 { font-weight: 800; color: var(--brown); line-height: 1.2; }
h2, .big { font-size: 2rem; margin-bottom: 15px; display: inline-block; border-bottom: 3px solid var(--gold); }
a { text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.center-text { text-align: center; margin-bottom: 40px; }
.maxcenter {width:100%; border: none;}
.noscroll {overflow: hidden;}


/* --- HEADER  --- */
.logo-wrapper {left: 20px;}
.main-nav {display: none;}
.social-top { position: absolute; top: 0; right: 5%; display: flex; gap: 15px; }
.social-top svg {width: 25px;transition: 0.2s;}
.social-top svg:hover path {fill: var(--gold);}
header {background: white; position: relative; height: 150px; 
    width: 100%; display: flex; justify-content: right;align-items: end;}
.bar {background-color: #f0b6c9; width: 100%; height:27px; border-top: 2px solid #C5A028;border-BOTTOM: 2px solid #C5A028;}
.logo-wrapper {position: absolute; bottom: -21px; width: 290px;}
.main-logo { width: 100%; filter: drop-shadow(0 4px 6px rgba(255,255,255,0.9)); }
.hero {background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(/static/launchpad/images/stock4.jpg);
    background-size: cover; background-position: center;
    text-align: center; color: white; padding: 80px 20px;}
.hero h1 { color: white; font-size: 2.2rem; margin-bottom: 20px; text-shadow: 2px 2px 4px #000; }
.hero p { color: #eee; font-size: 1.1rem; max-width: 650px; margin: 0 auto 30px; }
.cta-wa {display: inline-flex; align-items: center; gap: 10px;
    background: var(--whatsapp); color: white; padding: 12px 35px; border-radius: 50px;
    font-weight: bold; font-size: 1.1rem;border: 2px solid white; transition: transform 0.2s;}
.cta-wa:active, .cta-wa:hover, .cta-wa:hover svg { transform: scale(0.95); background: #1fad53; }
.wa, .icon{height:25px; width:25px;}
.trust-badges {display: flex; flex-wrap: wrap; justify-content: center; gap: 15px;
            margin-top: 20px; font-size: 0.85rem; font-weight: 600;}



.section { padding: 60px 0; }
.bg-grey { background: var(--bg-grey); }



/* --- SLIDER BEF AFT  --- */
.slider-grid { display: grid; gap: 30px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.compare-card { background: white; border-radius: var(--radius); box-shadow: 0 4px 10px rgba(0,0,0,0.1); overflow: hidden; margin-bottom: 30px; }
.card-title { padding: 12px; background: #eee; font-weight: bold; border-bottom: 1px solid #ddd; color: var(--brown); text-align: center; }
.slider-wrapper { position: relative; width: 100%; height: 260px; overflow: hidden; background: #ccc; }
.img-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.img-fg { position: absolute; top: 0; left: 0; height: 100%; width: 50%; background-size: cover; background-position: center; border-right: 3px solid white;}
.slider-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.slider-handle {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 40px; height: 40px;background: rgba(255,255,255,0.9);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3); pointer-events: none; color: var(--brown);}
.lbl { position: absolute; top: 15px; background: rgba(0,0,0,0.7); color: white; padding: 3px 8px; font-size: 0.75rem; border-radius: 4px; text-transform: uppercase; font-weight: bold; }
.lbl-before { right: 15px; } .lbl-after { left: 15px; }

/* --- SLIDER OVERLAY  --- */
.lightbox-overlay {position: fixed;left: 0;top: 0;
    width: 100%;height: 100%;background-color: rgba(0,0,0,0.9);
    backdrop-filter: blur(5px); display: none; 
    align-items: center;justify-content: center; }
.lightbox-overlay.show-flex {display: flex;}
.lightbox-content {position: relative;
    width: 90%; max-width: 1200px; margin: auto;border-radius: 6px; overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);}
.slider-wrapper.large-slider {height: 70vh; background-color: #000;}
.close-btn {position: absolute; top: 20px;right: 35px;
    color: #fff;font-size: 40px;font-weight: bold;cursor: pointer;}
.close-btn:hover,.close-btn:focus {color: var(--gold); text-decoration: none; cursor: pointer;}
.zoom-btn {position: absolute; bottom: 15px; right: 15px; 
    background: rgba(255, 255, 255, 0.9);
    width: 35px; height: 35px; border-radius: 50%; display: flex;
    align-items: center; justify-content: center; cursor: pointer; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); transition: transform 0.2s;}
.zoom-btn:hover {transform: scale(1.1); background: white;}

/* --- OVERLAY ANIMATION  --- */
@keyframes scale-up-top {0% {transform: scale(0.5); transform-origin: 50% 0%;opacity: 0;}
  100% {transform: scale(1); transform-origin: 50% 0%;opacity: 1;}}
@keyframes scale-down-top {0% {transform: scale(1); transform-origin: 50% 0%;opacity: 1;}
  100% {transform: scale(0.5);transform-origin: 50% 0%;opacity: 0;}}
.scale-up-top {animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;}
.scale-down-top {animation: scale-down-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}


/* --- SERVICE CHECKLIST  --- */
.checklist-wrapper {max-width: 750px; margin: 0 auto;}
.checklist-wrapper p {margin-bottom: 40px;}
.checklist {padding: 0; margin: 0;}
.checklist li {display: flex; align-items: flex-start; 
     gap: 5px; margin-bottom: 20px; font-weight: 500; font-size: 1.1rem; list-style: none; padding: 0;}
.check-icon {width: 20px; height: 20px; min-width: 20px; margin-top: 6px;}
.checklist li span {font-size: 0.9rem;}


/* --- BACKLINKS  --- */
.network-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-bottom: 20px; }
.mate-card { display: flex; align-items: center; gap: 15px; background: white; padding: 20px; border: 1px solid #ddd; border-radius: var(--radius); box-shadow: 0 2px 5px rgba(0,0,0,0.05); text-decoration: none; color: inherit; transition: 0.2s; }
.mate-card:hover { border-color: var(--brown); transform: translateY(-3px); }
.mate-icon { font-size: 2rem; color: var(--brown); min-width: 50px; text-align: center; border-right: 1px solid #eee; padding-right: 15px; }
.mate-info h4 { margin-bottom: 4px; font-size: 1.1rem; font-weight: 700; color: var(--brown); }
.mate-info span { font-size: 0.95rem; color: #666; }

/* --- CONTACT --- */
#contact, .formpanel {background-color: var(--brown);
    color: white; padding: 80px 0;}
.contact-grid {display: grid; gap: 50px;
    grid-template-columns: 1fr; max-width: 750px; margin: 0 auto;}
.contact-info h2 { color: white; border-color: rgba(255,255,255,0.3); }
.contact-info p { color: #eee; font-size: 1.1rem; }
.btn-green { order: 2; color: white !important;}
.btn-stack {display: flex; flex-wrap: wrap; 
    justify-content: flex-start; gap: 15px; margin-top: 25px;}
.c-btn, a.button, input[type="submit"], input[type="button"] {flex: 1 1 200px; padding: 15px 20px;
    border-radius: var(--radius); font-weight: bold;
    font-size: 1rem;display: flex; align-items: center; justify-content: center; gap: 10px;
    color: var(--brown); border: none; cursor: pointer; text-decoration: none;
    transition: 0.2s; white-space: nowrap;}
.c-btn:hover, a.button:hover, input[type="submit"]:hover, input[type="button"]:hover { opacity: 0.9; transform: translateY(-2px); }
.btn-green { background: var(--whatsapp); }
.btn-white { background: white; color: var(--brown); }
.formpanel input.button {margin-top: 15px;}



/******* CONTACT FORM OVERLAY DO NOT DELETE!*****/

.plan_overlays.scale-up-top {animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;}
.plan_overlays.scale-down-top {animation: scale-down-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;}
.plan_overlays {position: fixed;top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(4, 20, 36, 0.85);
    display: flex; justify-content: center; overflow: auto; 
    max-width: 100% !important; }
.formpanel {padding:0px 10px 10px 10px; border-radius: 10px; border: 1px solid var(--gold); margin-top: 10px;}
.formitem {padding:10px 0px 10px 0px; }
.formitem:has(input) {justify-items: center; }
label {display: flex; grid-gap:5px; align-items: center; width: 100%; margin-bottom: 5px;}
label,input[type="text"],input[type="email"],input[type="tel"],input[type="password"],textarea,select {flex-grow:1;}
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],textarea,select,button
{display: block; width: 100%;border:1px solid #030C38; border-radius: 6px; margin:0px 8px 0px 0;padding:10px;
  box-sizing: border-box;margin-left :0; color:#192733; -webkit-appearance: none;}
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],textarea,select{background-color: #ffffff;}
.spacebetween {display: flex; justify-content: space-between;}
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],textarea,select,button
{display: block; width: 100%;border:1px solid #030C38; border-radius: 13px; margin:0px 8px 0px 0;padding:10px;
  box-sizing: border-box;margin-left :0; color:#192733; -webkit-appearance: none;}


/**** Captcha FIXES *****/
#g-recaptcha-response{   margin: -78px 0 0 0 !important; height: 76px !important; opacity: 0;display: block !important;  position: absolute; left: 0; }
.g_recaptcha, #id_captcha {transform:scale(0.95);-webkit-transform:scale(0.95);transform-origin:0 0;-webkit-transform-origin:0 0; width:180px;}
#rc-imageselect {transform:scale(0.95);-webkit-transform:scale(0.95);transform-origin:0 0;-webkit-transform-origin:0 0; }


/* --- FOOTER  --- */
footer {background-color: #111;
    color: #929292; padding: 50px 20px 50px 20px;
    font-size: 0.95rem; border-top: 5px solid var(--gold);}
footer .container {display: flex; flex-direction: column; justify-content: space-between; grid-gap:20px;}
.footer-areas { font-size: 1.1rem; font-weight: 600; color: white; margin: 10px 0; }
footer {line-height: normal;}
footer .left p {margin: 0 0 3px 0;}
footer .left {display: flex; align-items: end;}
.gox-right {display: flex; gap:10px; align-items: center;}
.gox-right p {margin: 7px 0 0 0 ;}
.gox-right a {position: relative; display: inline-block;}
.gox-img {width:120px;}
.spark3 {display: block; position: absolute; top:2px; right:32px;
width: 30px;  animation: sparkle-pulse 11s infinite ease-in-out;}
@keyframes sparkle-pulse {
0%, 90% {transform:scale(1) rotate(0deg);opacity: 1;}
95% {transform:scale(1.2) rotate(-10deg);opacity: 1;}
100% {transform:scale(1) rotate(0deg);opacity: 1;}}


/* --- STICKY MOBILE NAV --- */
.sticky-nav { position: fixed; bottom: 0; left: 0; width: 100%; height: 70px; background: white; border-top: 1px solid #ddd; display: flex; }
.nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #666; font-size: 0.8rem; text-decoration: none; }
.nav-item i { font-size: 1.4rem; margin-bottom: 4px; }
.nav-item.highlight { background: var(--gold); color: white; font-weight: bold; }




@media (min-width: 2000px){
}
@media (min-width: 1400px){
    .logo-wrapper {left: 150px;}
    .main-nav {padding: 0 150px 0 0 !important;}
}
@media (min-width: 1023px){
    .maxcenter {width:65% !important;}
    .formpanel {margin-top:150px !important;}
}
@media (min-width: 913px){
    .maxcenter { min-width: 633px; max-width: 633px;}
}   
@media (min-width: 900px){
    .nav-list a { font-size: 1rem;}
    .nav-list li { min-width: 120px;}
    a.button, input[type="submit"], input[type="button"] { max-width: 350px; width: 100%;}
}
@media (min-width: 768px) {
    .hero h1 { font-size: 2.8rem; }
    .sticky-nav { display: none; }
    body { padding-bottom: 0; }
    .site-footer { padding-bottom: 50px; }
    .contact-grid {align-items: center; }
    .main-nav {display: block; padding: 0 20px 0 0;}
    .main-nav {width: max-content; position: relative; bottom:-2px;}
    .nav-container {max-width: var(--container-width); margin: 0 auto;    
    display: flex; justify-content: right; align-items: center;}
    .nav-list {list-style: none; display: flex; gap: 0; width: 100%; padding: 0; margin: 0;}
    .nav-list li {flex: 1; text-align: center; margin: 0 0 0 0;}
    .nav-list a { display: block; padding: 15px 10px; color: #3E2723; font-weight: 800; font-size: 0.9rem;
    text-transform: uppercase; letter-spacing: 1px; transition: 0.2s;
    border-bottom: 2px solid transparent; border-top-left-radius: 12px; border-top-right-radius: 12px;}
    .nav-list a:hover {background-color:var(--gold);color: white; border-bottom-color: var(--brown);}
    .checklist li span {font-size: 1rem;}  
    .formpanel {margin-top:50px;}
}
@media (max-width: 768px) {
    .slider-wrapper.large-slider {height: 50vh;}
    
}
@media (min-width: 686px)
{
    .checklist li {  gap: 15px; }
    body {font-size: 0.9em;}
    .btn-green {order: 0;}
    footer .container {flex-direction: row;}

}
@media (min-width: 480px)
{

    .check-icon {width: 28px; height: 28px; min-width: 28px; margin-top: 3px;}
}