.login_body{
    background-size: 100% 100%;
    background: url("../image/main_bg.png");
    background-size: 100% 100%;
}

.login_page{
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.login_page a{
    margin-top: 270px;
}

.login-circle{
    width: 100px;
    height: 100px;
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: lightgrey;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,.4);
}

.content-wrapper{
    max-height: calc(100vh - 60px) !important;
    overflow-y: scroll;
}

nav[role="navigation"]{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

nav[role="navigation"] > div:first-child{
    display: none;
}


nav[role="navigation"] svg{
    width: 30px;
}

nav[role="navigation"] p{
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

nav[role="navigation"] .rounded-md span > span,nav[role="navigation"] .rounded-md a {
    border: 1px solid lightgrey !important;
    margin-left: 5px;
}
.lead-description{
    width: 100%;
    height: 40px;
}

.lead-description > div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid lightgrey !important;
}

.lead-description > div:first-child{
    border-right: none !important;
}

.whatsapp-business {
    background: #25D366;
    color: white;
    font-weight: bolder !important;
}


.instagram {
    background: linear-gradient(135deg, #833AB4 0%, #E1306C 50%, #F77737 100%);
    color: #fff;
    border-radius: 6px;
    padding: 5px 9px;
    font-weight: 600;
    font-size: 12px;
    border: none;
}

.lead-description .text-muted{
    text-align: end;
    max-width: 280px;
}

.lead-description .value ul{
    width: 100%;
}

.lead-description .value ul li{
    display: flex;
    justify-content: space-between;
}

.lead-resume{
    width: 100%;
    border: 1px solid lightgrey;
}

.lead-resume .title{
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}
/*
    Estilos de la landing
*/

/* ============ TOKENS ============ */
:root{
    --bg-0:#050810;
    --bg-1:#0a0f1c;
    --bg-2:#0d1526;
    --surface:#101a30;
    --surface-2:#141f38;
    --line:#1e2a45;
    --line-soft:#182238;

    --teal-500:#14b8a6;
    --teal-400:#2dd4bf;
    --teal-300:#7fe9dc;
    --ice:#eef3fa;
    --ice-dim:#c4cddc;
    --muted:#8a96ac;
    --muted-2:#5c6784;

    --grad-brand: linear-gradient(120deg, #ffffff 0%, #9ee9dd 45%, #14b8a6 100%);
    --grad-glow: radial-gradient(60% 60% at 50% 50%, rgba(20,184,166,.35) 0%, rgba(20,184,166,0) 70%);

    --font-display:'Space Grotesk', 'Inter', sans-serif;
    --font-body:'Inter', sans-serif;
    --font-mono:'IBM Plex Mono', monospace;

    --wrap: 1180px;
    --ease: cubic-bezier(.16,.84,.44,1);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
    margin:0;
    background:var(--bg-0);
    color:var(--ice);
    font-family:var(--font-body);
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul,ol{ list-style:none; margin:0; padding:0; }
h1,h2,h3{ font-family:var(--font-display); margin:0; font-weight:600; letter-spacing:-.01em; }
p{ margin:0; }

.wrap{ max-width:var(--wrap); margin:0 auto; padding:0 28px; }

@media (prefers-reduced-motion: reduce){
    *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

/* subtle grain overlay for depth */
.grain{
    position:fixed; inset:0; pointer-events:none; z-index:999;
    opacity:.035; mix-blend-mode:overlay;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============ HEADER ============ */
.site-header{
    position:fixed; top:0; left:0; right:0; z-index:100;
    padding:18px 0;
    transition:background .35s var(--ease), border-color .35s var(--ease), padding .35s var(--ease);
    border-bottom:1px solid transparent;
}
.site-header.scrolled{
    background:rgba(6,10,18,.82);
    backdrop-filter:blur(14px) saturate(140%);
    border-color:var(--line-soft);
    padding:12px 0;
}
.header-inner{ display:flex; align-items:center; gap:28px; }
.brand{ display:flex; align-items:center; gap:10px; margin-right:auto; }
.brand-mark{ width:30px; height:24px; }
.brand-word{ font-family:var(--font-display); font-size:16px; font-weight:700; letter-spacing:.04em; color:var(--ice); }
.brand-word em{ font-style:normal; color:var(--teal-400); }
.brand-word.small{ font-size:15px; }

.main-nav{ display:flex; gap:32px; }
.main-nav a{
    font-size:14px; color:var(--ice-dim); position:relative; padding:4px 0;
    transition:color .2s;
}
.main-nav a:hover{ color:var(--ice); }
.main-nav a::after{
    content:''; position:absolute; left:0; right:100%; bottom:0; height:1px; background:var(--teal-400);
    transition:right .3s var(--ease);
}
.main-nav a:hover::after{ right:0; }

.nav-cta{ font-size:13px; }
.nav-toggle{ display:none; }

/* buttons */
.btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:12px 22px; border-radius:999px; font-size:14px; font-weight:600;
    border:1px solid transparent; cursor:pointer; white-space:nowrap;
    transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, border-color .25s;
    font-family:var(--font-body);
}
.btn:active{ transform:scale(.97); }
.btn-primary{
    background:var(--grad-brand); color:#04241f;
    box-shadow:0 8px 24px -8px rgba(20,184,166,.55);
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 14px 30px -10px rgba(20,184,166,.7); }
.btn-outline{ border-color:var(--line); color:var(--ice); background:rgba(255,255,255,.02); }
.btn-outline:hover{ border-color:var(--teal-400); color:var(--teal-300); transform:translateY(-2px); }
.btn-ghost{ color:var(--ice-dim); border:1px solid var(--line-soft); padding:9px 18px; font-size:13px; }
.btn-ghost:hover{ color:var(--ice); border-color:var(--line); }
.arrow{ transition:transform .25s var(--ease); }
.btn:hover .arrow{ transform:translateX(3px); }

/* ============ HERO ============ */
.hero{
    position:relative; min-height:100svh;
    display:flex; align-items:flex-end;
    overflow:hidden;
}
.hero-bg{ position:absolute; inset:0; z-index:0; background:
    radial-gradient(120% 90% at 78% 20%, #0d1a2e 0%, var(--bg-0) 62%);
}
#particleCanvas{ position:absolute; inset:0; width:100%; height:100%; display:block; }
.hero-scrim{
    position:absolute; inset:0;
    background:
        linear-gradient(180deg, rgba(5,8,16,.15) 0%, rgba(5,8,16,.1) 40%, rgba(5,8,16,.82) 88%, var(--bg-0) 100%),
        linear-gradient(90deg, rgba(5,8,16,.55) 0%, rgba(5,8,16,0) 60%);
    pointer-events:none;
}
.hero-inner{
    position:relative; z-index:1; padding-bottom:9vh; padding-top:180px;
    max-width:760px;
}
.eyebrow{
    display:inline-flex; align-items:center; gap:9px;
    font-family:var(--font-mono); font-size:12.5px; letter-spacing:.06em;
    color:var(--teal-300); text-transform:uppercase;
    margin-bottom:22px;
}
.dot-pulse{
    width:7px; height:7px; border-radius:50%; background:var(--teal-400);
    box-shadow:0 0 0 0 rgba(45,212,191,.6);
    animation:pulse 2s infinite;
}
@keyframes pulse{
    0%{ box-shadow:0 0 0 0 rgba(45,212,191,.55); }
    70%{ box-shadow:0 0 0 9px rgba(45,212,191,0); }
    100%{ box-shadow:0 0 0 0 rgba(45,212,191,0); }
}
.hero h1{
    font-size:clamp(34px, 5vw, 58px); line-height:1.06; color:var(--ice);
    margin-bottom:22px;
}
.grad-text{
    background:var(--grad-brand); -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-sub{
    font-size:17px; line-height:1.6; color:var(--ice-dim); max-width:560px; margin-bottom:36px;
}
.hero-cta{ display:flex; gap:14px; flex-wrap:wrap; }

.scroll-hint{
    position:absolute; bottom:28px; left:50%; transform:translateX(-50%);
    width:26px; height:42px; border-radius:20px; border:1.5px solid var(--line);
    background:transparent; cursor:pointer; z-index:2;
}
.scroll-hint span{
    position:absolute; top:8px; left:50%; width:4px; height:4px; border-radius:50%;
    background:var(--teal-400); transform:translateX(-50%);
    animation:scrolldown 1.8s infinite;
}
@keyframes scrolldown{
    0%{ opacity:1; top:8px; } 70%{ opacity:0; } 100%{ opacity:0; top:22px; }
}

/* ============ PROBLEM ============ */
.problem{ padding:130px 0 110px; background:var(--bg-0); position:relative; }
.section-label{
    font-family:var(--font-mono); font-size:12.5px; letter-spacing:.08em; text-transform:uppercase;
    color:var(--muted-2); margin-bottom:18px;
}
.section-label.light{ color:var(--teal-300); }
.problem-grid{
    display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start;
}
.problem-copy h2{ font-size:clamp(26px,3vw,36px); color:var(--ice); line-height:1.2; margin-bottom:20px; }
.lead-p{ font-size:16px; line-height:1.7; color:var(--ice-dim); max-width:460px; }
.problem-list{ display:flex; flex-direction:column; gap:26px; }
.problem-list li{ display:flex; gap:18px; align-items:flex-start; padding-bottom:26px; border-bottom:1px solid var(--line-soft); }
.problem-list li:last-child{ border-bottom:none; padding-bottom:0; }
.problem-list .num{ font-family:var(--font-mono); font-size:13px; color:var(--teal-400); padding-top:2px; }
.problem-list p{ font-size:15px; line-height:1.6; color:var(--ice-dim); }

/* ============ HOW IT WORKS / BRIDGE DIAGRAM ============ */
.how{ padding:110px 0 130px; background:var(--bg-1); border-top:1px solid var(--line-soft); border-bottom:1px solid var(--line-soft); position:relative; }
.how-title{ font-size:clamp(26px,3.4vw,40px); color:var(--ice); line-height:1.2; margin-bottom:16px; }
.how-sub{ font-size:16px; color:var(--muted); max-width:480px; margin-bottom:70px; }

.bridge-diagram{ position:relative; }
.bridge-svg{ width:100%; height:auto; display:block; overflow:visible; }
.tower{ stroke:var(--line); stroke-width:2; }
.deck{ stroke:var(--line); stroke-width:2; fill:none; }
.cable{ stroke:var(--line); stroke-width:1.4; transition:stroke .6s var(--ease), stroke-width .6s var(--ease); }
.cable.lit{ stroke:var(--teal-400); stroke-width:2; }

.bridge-nodes{
    position:relative; margin-top:-40px;
    display:grid; grid-template-columns:repeat(4,1fr); gap:28px;
}
.bnode{
    background:var(--surface); border:1px solid var(--line-soft); border-radius:16px;
    padding:26px 22px 24px; text-align:left;
    opacity:.45; transform:translateY(10px);
    transition:opacity .5s var(--ease), transform .5s var(--ease), border-color .5s var(--ease), background .5s var(--ease);
}
.bnode.active{
    opacity:1; transform:translateY(0);
    border-color:rgba(45,212,191,.4);
    background:linear-gradient(180deg, var(--surface-2), var(--surface));
    box-shadow:0 20px 40px -24px rgba(20,184,166,.4);
}
.bnode-icon{
    width:40px; height:40px; border-radius:10px;
    display:flex; align-items:center; justify-content:center;
    background:var(--surface-2); color:var(--muted); margin-bottom:16px;
    transition:color .5s, background .5s;
}
.bnode-icon svg{ width:19px; height:19px; }
.bnode.active .bnode-icon{ color:#04241f; background:var(--grad-brand); }
.bnode-label{ font-family:var(--font-display); font-size:15px; font-weight:600; color:var(--ice); margin-bottom:8px; }
.bnode-desc{ font-size:13.5px; line-height:1.55; color:var(--muted); }

/* ============ PLANS ============ */
.plans{ padding:130px 0; background:var(--bg-0); }
.plans h2{ font-size:clamp(26px,3.4vw,40px); color:var(--ice); margin-bottom:14px; }
.plans-sub{ font-size:16px; color:var(--muted); max-width:520px; margin-bottom:64px; }

.plan-cards{ display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:stretch; }
.plan-card{
    background:var(--surface); border:1px solid var(--line-soft); border-radius:22px;
    padding:38px 34px 34px; display:flex; flex-direction:column;
    transition:transform .4s var(--ease), border-color .4s;
}
.plan-card:hover{ transform:translateY(-4px); border-color:var(--line); }
.plan-card--accent{
    border-color:rgba(45,212,191,.35);
    background:linear-gradient(165deg, rgba(20,184,166,.08), var(--surface) 55%);
    position:relative;
}
.plan-card--accent::before{
    content:'Más autonomía'; position:absolute; top:24px; right:34px;
    font-family:var(--font-mono); font-size:11px; letter-spacing:.06em; text-transform:uppercase;
    color:var(--teal-300); border:1px solid rgba(45,212,191,.4); padding:5px 10px; border-radius:999px;
}
.plan-kicker{ font-family:var(--font-mono); font-size:12px; letter-spacing:.06em; text-transform:uppercase; color:var(--teal-400); margin-bottom:12px; }
.plan-card h3{ font-size:24px; color:var(--ice); margin-bottom:10px; }
.plan-desc{ font-size:14.5px; line-height:1.6; color:var(--muted); margin-bottom:26px; }

.plan-price{ padding:20px 0; border-top:1px solid var(--line-soft); border-bottom:1px solid var(--line-soft); margin-bottom:28px; }
.price-amount{ font-family:var(--font-display); font-size:34px; font-weight:700; color:var(--ice); margin-right:8px; }
.price-unit{ font-size:13px; color:var(--muted); }
.price-plus{ display:block; font-size:13px; color:var(--muted); margin-top:6px; }

.plan-steps{ display:flex; flex-direction:column; gap:18px; margin-bottom:32px; flex:1; }
.plan-steps li{ display:flex; gap:14px; align-items:flex-start; }
.step-mark{
    flex-shrink:0; width:24px; height:24px; border-radius:50%; border:1px solid var(--line);
    display:flex; align-items:center; justify-content:center; font-family:var(--font-mono); font-size:11px; color:var(--teal-300);
}
.plan-steps strong{ display:block; font-size:14.5px; color:var(--ice); font-weight:600; margin-bottom:3px; }
.plan-steps p{ font-size:13.5px; line-height:1.55; color:var(--muted); }
.plan-cta{ width:100%; justify-content:center; }

/* ============ CONTACT ============ */
.contact{ padding:120px 0; background:var(--bg-1); border-top:1px solid var(--line-soft); }
.contact-inner{ display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; }
.contact-copy h2{ font-size:clamp(26px,3.2vw,38px); color:var(--ice); line-height:1.2; margin-bottom:14px; }
.contact-sub{ font-size:15.5px; color:var(--muted); margin-bottom:30px; max-width:400px; }
.contact-points{ display:flex; flex-direction:column; gap:14px; }
.contact-points li{ font-size:14px; color:var(--ice-dim); padding-left:22px; position:relative; }
.contact-points li::before{ content:''; position:absolute; left:0; top:7px; width:8px; height:8px; border-radius:2px; background:var(--teal-400); transform:rotate(45deg); }

.contact-form{ background:var(--surface); border:1px solid var(--line-soft); border-radius:20px; padding:32px; display:grid; gap:18px; }
.field{ display:flex; flex-direction:column; gap:7px; }
.field label{ font-size:12.5px; color:var(--muted); font-family:var(--font-mono); letter-spacing:.02em; }
.field input, .field select, .field textarea{
    background:var(--bg-1); border:1px solid var(--line-soft); border-radius:10px; color:var(--ice);
    padding:11px 13px; font-size:14px; font-family:var(--font-body); resize:vertical;
    transition:border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus{
    outline:none; border-color:var(--teal-400);
}
.form-submit{ margin-top:6px; }
.form-note{ font-size:13px; color:var(--teal-300); min-height:18px; }

/* ============ FOOTER ============ */
.site-footer{ background:var(--bg-0); padding:44px 0; border-top:1px solid var(--line-soft); }
.footer-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.footer-brand p{ font-size:13px; color:var(--muted); margin-top:6px; }
.footer-nav{ display:flex; gap:24px; }
.footer-nav a{ font-size:13px; color:var(--muted); }
.footer-nav a:hover{ color:var(--ice); }
.footer-legal{ font-size:12px; color:var(--muted-2); }

/* ============ SCROLL REVEAL ============ */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width:980px){
    .problem-grid, .contact-inner{ grid-template-columns:1fr; gap:40px; }
    .plan-cards{ grid-template-columns:1fr; }
    .bridge-nodes{ grid-template-columns:1fr 1fr; }
}
@media (max-width:760px){
    .main-nav, .nav-cta{ display:none; }
    .nav-toggle{
        display:flex; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px;
    }
    .nav-toggle span{ width:20px; height:1.5px; background:var(--ice); }
    .hero-inner{ padding-top:140px; }
    .bridge-nodes{ grid-template-columns:1fr; }
    .bridge-svg{ display:none; }
}


/*estilos para el dashboard*/
