/* --- VARIABLES --- */
:root {

    --background: #EBDE14;
    --blue: #0098DA;
    --black: #202020;
    --dark: #202020;
    --whatsapp: #25D366;
    --bg-grey: #EBDE14;
    --white: #ffffff;
    --radius: 2px;
    --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;}
    .bar {z-index: 6;}
    .slider-handle {z-index: 5;}
    .main-nav {z-index: 5; }
    .lbl {z-index: 4;}
    .img-fg {z-index: 2;}


header {position: relative; height: auto; width: 100%; padding:10px 10px;display: flex; flex-direction: row; }

.head-start {min-width:32px !important;max-width:32px;
    background-image: url(../images/linestart.svg); background-position: bottom right; background-repeat: no-repeat;}
.head-mid {display: flex; flex-direction: column; width: 100%; justify-content: end;}
.head-midb {display: flex; flex-direction: row;}
.logo-wrapper {width: 290px;padding:10px 0px 15px 0;width: 100%; height: 100%;align-items: end;}
.main-logo { width: 100%; filter: drop-shadow(0 4px 6px rgba(255,255,255,0.9)); }
.main-nav{display: flex; justify-content: right;align-items: end;}
.head-end {min-width:56px; max-width:56px; background-image: url(../images/arrow.svg); background-position: bottom left; background-repeat: no-repeat;}




/* --- 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(--black); line-height: 1.2; }
h2, .big { font-size: 2rem; margin-bottom: 15px; display: inline-block; border-bottom: 3px solid var(--blue); }
.formitem .big {border-bottom: 3px solid var(--background);}
.formpanel .big {color: var(--background) !important;}
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(--blue);}
header {background-color: var(--background);}


.bar {background-color:#000000; width: 100%; height:14px; }

.hero {background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(/static/images/stock4.avif);
    background-size: cover; background-position: center;
    text-align: center; color: white; padding: 50px 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(--black); text-align: center; }
.slider-wrapper { position: relative; width: 100%; height: 320px; 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-color: var(--background);
    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(--black);}
.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(--blue); text-decoration: none; cursor: pointer;}
.zoom-btn {position: absolute; bottom: 15px; right: 15px;
    background-color: var(--background);
    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-color: var(--blue);}

/* --- 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; 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; justify-content: space-between;}
.mate-card:hover { border-color: var(--black); transform: translateY(-3px); }
.mate-icon { font-size: 2rem; color: var(--black); min-width: 50px; text-align: center; border-right: 2px solid var(--blue); padding-right: 15px; height: 70px; display:flex;justify-items: center; }
.mate-info h4 { margin-bottom: 4px; font-size: 1.1rem; font-weight: 700; color: var(--black); width: 100%; }
.mate-info span { font-size: 0.95rem; color: #666; }
.dot {width: 24px; height: 24px;}
.inline {display: flex; align-items: center; gap: 10px; }

/* --- CONTACT --- */
#contact, .formpanel {background-color: var(--blue);
    color: black; padding: 80px 0;}
.contact-grid {display: grid; gap: 50px;
    grid-template-columns: 1fr; max-width: 750px; margin: 0 auto;}
.contact-info h2 { color:var(--background); border-color:#000000; }
.contact-info p { color: #000000; font-size: 1.1rem; }
.btn-green { order: 2; color: white ; border: 1 px solid var(--blue);}
.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(--black); 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 { background-color: var(--background); transform: translateY(-2px); color: var(--black); }
.c-btn:hover svg path{fill:var(--black);}

.btn-green { background: var(--whatsapp); color:var(--black); }
.btn-white { background: white; color: var(--black); }
.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(--blue); 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:  var(--black);;
    color: var(--background); padding: 50px 20px 50px 20px;
    font-size: 0.95rem; border-top: 5px solid var(--blue);}
footer .container {display: flex; flex-direction: column; justify-content: space-between; grid-gap:20px;}
.footer-areas { font-size: 1.1rem; font-weight: 600; color: black; 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: var(--background); border-top: 2px solid #000; 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(--blue); color: white; font-weight: bold; }




@media (min-width: 2000px){
}
@media (min-width: 1400px){
    header {padding:0px 150px 10px 150px;}
    .bar {height:14px;}
}
@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: flex; padding: 0 10px 0 0; height: 100%;}
    .main-nav {width: max-content; }

    .nav-list {list-style: none; display: flex; gap: 0; width: 100%; padding: 0; margin: 0; position: relative; bottom: -24px;}
    .nav-list li {flex: 1; text-align: center; margin: 0 0 0 0;}
.nav-list a {
  position: relative;
  display: block;
  padding: 25px 10px 44px 10px;
  color: var(--black);
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  z-index: 1;
  transition: 0.2s;
}

.nav-list a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(-25deg);
  background: linear-gradient(120deg, transparent 50%, var(--blue) 50%);
  background-size: 250%;
  background-position: 0%;
  transition: background 0.4s ease;
}

/* Hover States */
.nav-list a:hover {
  color: var(--background);
}

.nav-list a:hover::before {
  background-position: 100%;
}
    .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)
{


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

@media (min-width: 410px)
{

.hero {padding: 90px 20px;}

}