/* =========================================================
   BB SMART SOLUTIONS
   CSS DEFINITIVO · LEOMI
========================================================= */

:root{
  --navy:#062f58;
  --navy2:#041d38;
  --blue:#0e82ff;
  --orange:#ff6a13;
  --orange2:#ff8a35;
  --white:#ffffff;
  --text:#0c2b50;
  --muted:#5e7187;
  --bg:#f5f9fd;
  --line:#dce8f5;
  --green:#18b54a;

  --shadow:
    0 18px 60px rgba(2,35,72,.12);

  --shadow-soft:
    0 12px 30px rgba(2,35,72,.12);
}


/* =========================================================
   RESET
========================================================= */

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.5;
  overflow-x:hidden;
}

img{
  max-width:100%;
}

a{
  text-decoration:none;
  color:inherit;
}

button,
input,
select,
textarea{
  font:inherit;
}

.container{
  width:min(1180px,calc(100% - 36px));
  margin:auto;
}


/* =========================================================
   TIPOGRAFÍA
========================================================= */

h1,
h2,
h3,
h4{
  font-family:Manrope,Inter,sans-serif;
  margin-top:0;
  line-height:1.12;
}

h1{
  font-size:clamp(42px,5vw,68px);
  margin:14px 0 18px;
  letter-spacing:-.04em;
}

h2{
  letter-spacing:-.03em;
}

.hero h1 span{
  color:var(--orange);
}

.section-heading h2 span,
.apps-grid h2 span{
  color:var(--blue);
}

.eyebrow{
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  color:#a9d6ff;
}

.eyebrow.blue{
  color:var(--blue);
}


/* =========================================================
   HEADER
========================================================= */

.site-header{
  position:sticky;
  top:0;
  z-index:50;

  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);

  border-bottom:1px solid var(--line);
}

.nav-wrap{
  min-height:76px;

  display:flex;
  align-items:center;

  gap:22px;
}

.brand{
  display:flex;
  align-items:center;

  gap:10px;

  min-width:250px;
}

.brand-mark{
  display:inline-flex;
  align-items:center;

  font-family:Manrope,sans-serif;

  font-size:38px;
  line-height:1;
  font-weight:800;
}

.brand-mark b:first-child{
  color:var(--blue);
  margin-right:-8px;
}

.brand-mark b:last-child{
  color:var(--orange);
}

.brand-text{
  display:flex;
  flex-direction:column;
}

.brand-text strong{
  font-family:Manrope,sans-serif;
  font-size:15px;
}

.brand-text small{
  max-width:180px;

  color:var(--muted);

  font-size:8px;
}

.main-nav{
  display:flex;
  align-items:center;

  gap:16px;

  margin-left:auto;

  font-size:13px;
  font-weight:700;
}

.main-nav a{
  transition:.2s ease;
}

.main-nav a:hover{
  color:var(--blue);
}

.menu-toggle{
  display:none;

  margin-left:auto;

  border:0;
  background:none;

  font-size:27px;

  cursor:pointer;
}


/* =========================================================
   BOTONES
========================================================= */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  border:0;

  border-radius:12px;

  padding:13px 20px;

  font-weight:800;

  cursor:pointer;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn-primary{
  color:#fff;

  background:
    linear-gradient(
      135deg,
      var(--orange),
      var(--orange2)
    );

  box-shadow:
    0 12px 25px rgba(255,106,19,.25);
}

.btn-dark{
  color:#fff;
  background:var(--navy);
}

.btn-whatsapp{
  color:#fff;
  background:var(--green);
}

.btn-instagram{
  color:#fff;

  background:
    linear-gradient(
      135deg,
      #7c3aed,
      #ec4899,
      #f97316
    );
}

.btn-ghost{
  color:#fff;

  background:rgba(255,255,255,.08);

  border:1px solid rgba(255,255,255,.3);
}

.header-cta{
  padding:11px 15px;
  font-size:12px;
}

.large{
  padding:16px 20px;
}


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

.hero{
  position:relative;
  overflow:hidden;

  color:#fff;

  padding:70px 0 0;

  background:
    radial-gradient(
      circle at 75% 20%,
      #0c4f87 0,
      var(--navy) 34%,
      var(--navy2) 80%
    );
}

.hero-glow{
  position:absolute;

  border-radius:50%;

  filter:blur(65px);

  opacity:.25;

  pointer-events:none;
}

.hero-glow-1{
  width:340px;
  height:340px;

  right:5%;
  top:15%;

  background:#118cff;
}

.hero-glow-2{
  width:230px;
  height:230px;

  right:35%;
  bottom:-10%;

  background:#ff6a13;
}

.hero-grid{
  position:relative;

  display:grid;

  grid-template-columns:
    1.05fr
    .95fr;

  gap:50px;

  align-items:center;
}

.hero-copy{
  position:relative;
  z-index:5;
}

.hero-lead{
  max-width:650px;

  color:#dcefff;

  font-size:18px;
}

.price-block{
  margin:28px 0 20px;
}

.price-block > span{
  text-transform:uppercase;

  font-size:18px;
  font-weight:800;
}

.price-block div{
  display:flex;
  align-items:flex-end;

  gap:10px;
}

.price-block small{
  padding-bottom:12px;

  font-size:22px;
  font-weight:800;
}

.price-block strong{
  color:var(--orange);

  font-family:Manrope,sans-serif;

  font-size:96px;
  line-height:.9;
}

.hero-list{
  padding:0;
  margin:0 0 24px;

  list-style:none;
}

.hero-list li{
  margin:8px 0;
}

.hero-list li::before{
  content:"✓";

  display:inline-grid;
  place-items:center;

  width:20px;
  height:20px;

  margin-right:9px;

  color:#fff;

  background:var(--blue);

  border-radius:50%;

  font-size:12px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;

  gap:12px;
}

.microcopy{
  color:#b9cce0;

  font-size:12px;
}


/* =========================================================
   HERO · ZONA VISUAL
========================================================= */

.hero-visual{
  position:relative;

  height:560px;
  min-width:0;

  padding-top:90px;
}


/* ----- badges superiores ----- */

.hero-badges{
  position:absolute;

  top:10px;
  left:0;
  right:0;

  z-index:12;

  display:grid;

  grid-template-columns:
    repeat(4,1fr);

  gap:8px;
}

.visual-badge{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:center;

  min-height:50px;

  padding:9px 10px;

  text-align:center;

  white-space:normal;

  color:#fff;

  background:rgba(3,26,50,.82);

  border:
    1px solid
    rgba(255,255,255,.14);

  border-radius:12px;

  backdrop-filter:blur(8px);

  font-size:10px;
  font-weight:800;

  line-height:1.3;
}

.badge-d{
  background:#0d75df;
}


/* =========================================================
   LEOMI HERO
========================================================= */

.leomi-hero{
  position:absolute;

  left:-10px;
  bottom:28px;

  width:220px;

  z-index:7;

  pointer-events:none;
}

.leomi-hero img{
  display:block;

  width:100%;
  height:auto;

  object-fit:contain;

  filter:
    drop-shadow(
      0 20px 28px
      rgba(0,0,0,.24)
    );

  animation:
    leomiFloat
    4s
    ease-in-out
    infinite;
}

.leomi-speech{
  position:absolute;

  left:88px;
  top:-65px;

  width:195px;

  padding:12px 14px;

  color:var(--text);

  background:#fff;

  border-radius:
    18px
    18px
    18px
    5px;

  box-shadow:
    0 12px 30px
    rgba(0,0,0,.15);

  font-size:12px;
  line-height:1.35;

  z-index:8;
}

.leomi-speech strong{
  color:var(--blue);
}

.leomi-speech span{
  color:var(--muted);

  font-size:10px;
}

.leomi-speech::after{
  content:"";

  position:absolute;

  left:20px;
  bottom:-9px;

  border-style:solid;
  border-width:9px 9px 0 0;

  border-color:
    #fff
    transparent
    transparent
    transparent;
}


/* =========================================================
   MOCKUP PORTÁTIL
========================================================= */

.laptop{
  position:absolute;

  width:68%;

  right:2%;
  top:180px;

  z-index:2;
}

.laptop-screen{
  overflow:hidden;

  aspect-ratio:16/10;

  background:#111;

  border:10px solid #242d35;

  border-radius:
    16px
    16px
    6px
    6px;
}

.mini-nav{
  height:13%;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:0 5%;

  color:#333;
  background:#fff;

  font-size:10px;
}

.mini-hero{
  height:87%;

  padding:13% 8%;

  color:#fff;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.78),
      rgba(0,0,0,.08)
    ),
    radial-gradient(
      circle at 70% 30%,
      #9f6e39,
      #2a160d 65%
    );
}

.mini-hero h3{
  margin:8px 0;

  font-size:30px;
}

.mini-hero button,
.phone button{
  border:0;

  border-radius:6px;

  padding:8px 12px;

  cursor:pointer;
}

.laptop-base{
  height:16px;

  background:
    linear-gradient(
      #dbe3ec,
      #aeb9c4
    );

  border-radius:
    0 0 50% 50%;

  transform:scaleX(1.1);
}


/* =========================================================
   MOCKUP MÓVIL
========================================================= */

.phone{
  position:absolute;

  right:-2%;
  top:250px;

  width:20%;

  padding:7px;

  background:#15191f;

  border-radius:22px;

  box-shadow:var(--shadow);

  z-index:5;
}

.phone-screen{
  aspect-ratio:9/18;

  padding:18% 10%;

  color:#fff;

  background:
    linear-gradient(
      #2d160c,
      #7a4c2a
    );

  border-radius:16px;
}

.phone-screen h4{
  font-size:18px;
}

.phone-card{
  height:44%;

  margin-bottom:10px;

  background:
    rgba(255,255,255,.1);

  border-radius:8px;
}


/* =========================================================
   TIEMPOS RÉCORD
========================================================= */

.record-badge{
  position:absolute;

  right:0;
  bottom:20px;

  z-index:9;

  display:flex;
  align-items:center;

  gap:12px;

  min-width:225px;
  max-width:260px;

  padding:14px 18px;

  color:#fff;

  background:
    linear-gradient(
      135deg,
      #ff8a2c,
      #ff5a00
    );

  border-radius:18px;

  box-shadow:
    0 14px 30px
    rgba(255,106,19,.35);
}

.record-badge span{
  font-size:30px;
}

.record-badge small,
.record-badge strong{
  display:block;
}

.record-badge small{
  font-size:10px;
}

.record-badge strong{
  font-size:13px;
  line-height:1.3;
}


/* =========================================================
   ANIMACIÓN LEOMI
========================================================= */

@keyframes leomiFloat{

  0%,
  100%{
    transform:
      translateY(0)
      rotate(0);
  }

  50%{
    transform:
      translateY(-8px)
      rotate(-1deg);
  }
}


/* =========================================================
   TRUST STRIP
========================================================= */

.trust-strip{
  display:grid;

  grid-template-columns:
    repeat(4,1fr);

  margin-top:55px;

  overflow:hidden;

  color:var(--text);
  background:#fff;

  border-radius:
    18px
    18px
    0
    0;
}

.trust-strip div{
  padding:18px 20px;

  border-right:1px solid var(--line);
}

.trust-strip div:last-child{
  border-right:0;
}

.trust-strip strong,
.trust-strip span{
  display:block;
}

.trust-strip strong{
  font-size:13px;
}

.trust-strip span{
  color:var(--muted);

  font-size:11px;
}


/* =========================================================
   SECCIONES GENERALES
========================================================= */

.section{
  padding:82px 0;
}

.alt{
  background:var(--bg);
}

.section-heading{
  margin-bottom:32px;
}

.section-heading h2,
.tech-types-grid h2,
.apps-grid h2,
.about-grid h2,
.countries-grid h2,
.contact-grid h2,
.coming-soon h2{
  margin:8px 0 12px;

  font-size:
    clamp(
      32px,
      4vw,
      48px
    );
}

.split-heading{
  display:grid;

  grid-template-columns:
    1.2fr
    .8fr;

  gap:60px;

  align-items:end;
}

.split-heading p{
  color:var(--muted);
}


/* =========================================================
   SERVICIOS
========================================================= */

.service-grid{
  display:grid;

  grid-template-columns:
    repeat(5,1fr);

  gap:14px;
}

.service-card{
  padding:24px 18px;

  text-align:center;

  background:
    linear-gradient(
      180deg,
      #f9fcff,
      #edf5fd
    );

  border:
    1px solid
    #e5eef8;

  border-radius:16px;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

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

  box-shadow:var(--shadow-soft);
}

.service-card span{
  font-size:30px;
}

.service-card h3{
  margin:12px 0 6px;

  font-size:16px;
}

.service-card p{
  margin:0;

  color:var(--muted);

  font-size:12px;
}


/* =========================================================
   TECNOLOGÍAS
========================================================= */

.tech-types-grid{
  display:grid;

  grid-template-columns:
    1fr
    1fr;

  gap:55px;
}

.tech-types-grid p{
  color:var(--muted);
}

.tag-cloud,
.type-grid{
  margin-top:24px;
}

.tag-cloud{
  display:flex;
  flex-wrap:wrap;

  gap:10px;
}

.tag-cloud span,
.type-grid span{
  padding:10px 13px;

  background:#fff;

  border:1px solid var(--line);

  border-radius:10px;

  font-size:12px;
  font-weight:700;
}

.type-grid{
  display:grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:10px;
}


/* =========================================================
   PLANES
========================================================= */

.plans-section{
  color:#fff;

  background:
    linear-gradient(
      135deg,
      #07355f,
      #031e3d
    );
}

.light p{
  color:#bdd0e5;
}

.plans-grid{
  display:grid;

  grid-template-columns:
    repeat(5,1fr);

  gap:12px;
}

.plan{
  position:relative;

  display:flex;
  flex-direction:column;

  min-height:445px;

  padding:24px 18px;

  color:var(--text);
  background:#fff;

  border-radius:14px;
}

.plan small{
  font-weight:800;
}

.plan h3{
  margin:10px 0;

  font-size:36px;
}

.plan h3 span{
  display:block;

  color:var(--muted);

  font-family:Inter,sans-serif;

  font-size:12px;
}

.plan ul{
  flex:1;

  padding-left:18px;

  font-size:13px;
}

.plan li{
  margin:7px 0;
}

.plan .btn{
  width:100%;
}

.featured{
  outline:
    3px solid
    #13a2ff;
}

.ribbon{
  position:absolute;

  top:10px;
  right:-8px;

  padding:5px 12px;

  color:#fff;
  background:var(--orange);

  transform:rotate(12deg);

  font-size:10px;
  font-weight:800;
}

.custom-price{
  margin-top:26px!important;

  font-size:28px!important;
}

.terms-note{
  margin-top:18px;

  color:#a9bdd2;

  font-size:11px;
}


/* =========================================================
   PORTAFOLIO
========================================================= */

.portfolio-grid{
  display:grid;

  grid-template-columns:
    repeat(5,1fr);

  gap:15px;
}

.project-card{
  overflow:hidden;

  background:#fff;

  border:1px solid var(--line);

  border-radius:16px;

  box-shadow:
    0 10px 30px
    rgba(12,43,80,.06);

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.project-card:hover{
  transform:translateY(-4px);

  box-shadow:var(--shadow-soft);
}

.project-card > div:last-child{
  padding:14px;
}

.project-card h3{
  margin-bottom:5px;

  font-size:15px;
}

.project-card p{
  margin:0 0 8px;

  color:var(--muted);

  font-size:11px;
}

.project-card strong{
  color:var(--blue);

  font-size:11px;
}

.project-shot{
  display:grid;
  place-items:center;

  height:150px;

  color:#fff;

  font-weight:800;
  letter-spacing:.08em;
}

.project-shot.tech{
  background:
    radial-gradient(
      circle,
      #1e76ff,
      #071a38
    );
}

.project-shot.photo{
  background:
    linear-gradient(
      135deg,
      #171717,
      #8e5e38
    );
}

.project-shot.sport{
  background:
    linear-gradient(
      135deg,
      #1f0b2d,
      #ff1477
    );
}

.project-shot.coffee{
  background:
    linear-gradient(
      135deg,
      #3e1b0c,
      #b5763f
    );
}

.project-shot.fashion{
  background:
    linear-gradient(
      135deg,
      #111,
      #603020
    );
}


/* =========================================================
   APPS Y SISTEMAS
========================================================= */

.apps-section{
  overflow:hidden;

  background:
    linear-gradient(
      180deg,
      #eef7ff,
      #fff
    );
}

.apps-grid{
  position:relative;

  display:grid;

  grid-template-columns:
    1.05fr
    .95fr;

  gap:55px;

  align-items:center;
}

.apps-grid > div > p{
  color:var(--muted);
}

.apps-features{
  display:grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:16px;

  margin:28px 0;
}

.apps-features div{
  display:grid;

  grid-template-columns:
    auto 1fr;

  column-gap:8px;
}

.apps-features span{
  grid-row:1/3;

  font-size:20px;
}

.apps-features b{
  font-size:13px;
}

.apps-features small{
  color:var(--muted);

  font-size:10px;
}

.app-links{
  display:flex;
  flex-wrap:wrap;

  gap:12px;

  margin-bottom:20px;
}

.app-links a{
  color:var(--blue);

  font-size:12px;
  font-weight:700;
}


/* ----- LEOMI APPS ----- */

.section-leomi{
  display:flex;
  align-items:center;
  justify-content:center;

  pointer-events:none;
}

.section-leomi img{
  width:min(240px,100%);
  height:auto;

  object-fit:contain;

  filter:
    drop-shadow(
      0 14px 25px
      rgba(8,45,86,.14)
    );

  animation:
    leomiFloat
    4.5s
    ease-in-out
    infinite;
}

.section-leomi-apps{
  position:absolute;

  right:36%;
  bottom:-40px;

  width:155px;

  z-index:5;
}

.section-leomi-apps img{
  width:155px;
}


/* ----- dashboard ----- */

.dashboard-mockup{
  position:relative;

  overflow:hidden;

  background:#fff;

  border:
    1px solid
    #cfe0f2;

  border-radius:22px;

  box-shadow:var(--shadow);

  transform:rotate(1deg);
}

.dash-top{
  height:52px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:0 20px;

  color:#fff;
  background:var(--navy);
}

.dash-grid{
  display:grid;

  grid-template-columns:
    120px
    1fr;

  min-height:330px;
}

.dash-grid aside{
  display:flex;
  flex-direction:column;

  gap:18px;

  padding:20px 12px;

  background:#f5f8fc;

  font-size:11px;
}

.dash-main{
  padding:22px;
}

.dash-cards{
  display:grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:12px;
}

.dash-cards div{
  padding:16px;

  background:#f5f9fd;

  border-radius:10px;
}

.dash-cards small,
.dash-cards b{
  display:block;
}

.dash-cards b{
  font-size:24px;
}

.chart{
  display:flex;
  align-items:flex-end;

  height:180px;

  gap:12px;

  margin-top:24px;

  padding:15px;

  border-left:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.chart i{
  flex:1;

  background:
    linear-gradient(
      #4ca8ff,
      #0e82ff
    );

  border-radius:
    5px
    5px
    0
    0;
}

.dash-badge{
  position:absolute;

  right:16px;
  bottom:16px;

  padding:10px 14px;

  color:#fff;
  background:var(--navy);

  border-radius:10px;

  font-weight:800;
}


/* =========================================================
   NOSOTROS
========================================================= */

.dark-band{
  color:#fff;
  background:var(--navy);
}

.about-grid{
  display:grid;

  grid-template-columns:
    1fr
    1.1fr;

  gap:60px;
}

.about-grid p{
  color:#c7d7e7;
}

.about-points{
  display:grid;

  grid-template-columns:
    repeat(2,1fr);

  gap:16px;
}

.about-points div{
  padding:18px;

  background:
    rgba(255,255,255,.08);

  border-radius:14px;
}

.about-points b{
  display:block;

  color:#4cb1ff;

  font-size:22px;
}

.about-points span{
  font-weight:700;
}


/* =========================================================
   CONOCE A LEOMI
========================================================= */

.leomi-section{
  position:relative;

  overflow:hidden;

  background:
    radial-gradient(
      circle at 18% 25%,
      rgba(14,130,255,.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 82% 75%,
      rgba(255,106,19,.10),
      transparent 30%
    ),
    #fff;
}

.leomi-grid{
  display:grid;

  grid-template-columns:
    .82fr
    1.18fr;

  gap:70px;

  align-items:center;
}

.leomi-showcase{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:center;

  min-height:500px;
}

.leomi-showcase img{
  position:relative;

  z-index:3;

  width:min(380px,92%);

  filter:
    drop-shadow(
      0 24px 38px
      rgba(7,58,111,.20)
    );

  animation:
    leomiFloat
    5s
    ease-in-out
    infinite;
}

.leomi-orbit{
  position:absolute;

  border-radius:50%;

  border:
    1px solid
    rgba(14,130,255,.18);
}

.orbit-one{
  width:410px;
  height:410px;
}

.orbit-two{
  width:310px;
  height:310px;

  border-color:
    rgba(255,106,19,.18);
}

.leomi-copy h2{
  margin:10px 0 18px;

  font-size:
    clamp(
      36px,
      4vw,
      54px
    );
}

.leomi-copy > p{
  max-width:680px;

  color:var(--muted);

  font-size:17px;
}

.leomi-values{
  display:grid;

  grid-template-columns:
    repeat(2,1fr);

  gap:14px;

  margin:28px 0;
}

.leomi-values div{
  display:grid;

  grid-template-columns:
    auto 1fr;

  column-gap:10px;

  padding:16px;

  background:#f8fbff;

  border:1px solid var(--line);

  border-radius:15px;
}

.leomi-values span{
  grid-row:1/3;

  font-size:26px;
}

.leomi-values b{
  font-size:14px;
}

.leomi-values small{
  color:var(--muted);

  font-size:11px;
}


/* =========================================================
   PAÍSES
========================================================= */

.countries-grid{
  display:grid;

  grid-template-columns:
    .9fr
    1.1fr;

  gap:60px;

  align-items:center;
}

.countries-grid p{
  color:var(--muted);
}

.country-cards{
  display:grid;

  grid-template-columns:
    repeat(4,1fr);

  gap:12px;
}

.country-cards div{
  padding:18px;

  text-align:center;

  background:#fff;

  border:1px solid var(--line);

  border-radius:14px;
}

.country-cards span{
  font-size:30px;
}

.country-cards b,
.country-cards small{
  display:block;
}

.country-cards small{
  color:var(--muted);

  font-size:10px;
}


/* =========================================================
   REFERIDOS
========================================================= */

.referral-section{
  overflow:hidden;

  background:
    linear-gradient(
      90deg,
      #fff3e8,
      #f4f9ff
    );
}

.referral-grid{
  position:relative;

  display:grid;

  grid-template-columns:
    1fr
    auto;

  gap:30px;

  align-items:center;
}

.referral-grid h2{
  margin:8px 0;

  font-size:38px;
}

.referral-grid p{
  font-size:18px;
}

.referral-grid small{
  color:var(--muted);
}

.section-leomi-referral{
  position:absolute;

  right:230px;
  bottom:-40px;

  width:140px;

  z-index:2;
}

.section-leomi-referral img{
  width:140px;
}


/* =========================================================
   BLOG
========================================================= */

.blog-section{
  background:#f7fbff;
}

.coming-soon{
  max-width:760px;

  text-align:center;
}

.coming-soon p{
  color:var(--muted);

  font-size:18px;
}

.coming-pill{
  display:inline-block;

  margin-top:18px;

  padding:12px 18px;

  color:var(--blue);
  background:#eef6ff;

  border-radius:999px;

  font-weight:800;
}

.section-leomi-blog{
  margin:
    -10px auto
    20px;
}

.section-leomi-blog img{
  width:155px;
}


/* =========================================================
   CONTACTO
========================================================= */

.contact-section{
  color:#fff;

  background:
    linear-gradient(
      135deg,
      #062e55,
      #031b34
    );
}

.contact-grid{
  position:relative;

  display:grid;

  grid-template-columns:
    1fr
    1fr;

  gap:60px;

  align-items:start;
}

.contact-grid > div > p{
  color:#c4d7ea;
}

.contact-links{
  display:flex;
  flex-wrap:wrap;

  gap:12px;

  margin:24px 0;
}

.contact-meta{
  font-size:13px;
}

.section-leomi-contact{
  width:150px;

  margin-bottom:18px;
}

.section-leomi-contact img{
  width:150px;
}

.contact-form{
  display:grid;

  grid-template-columns:
    1fr
    1fr;

  gap:16px;

  padding:28px;

  color:var(--text);
  background:#fff;

  border-radius:18px;
}

.contact-form label{
  font-size:12px;
  font-weight:800;
}

.contact-form label:nth-child(3),
.contact-form label:nth-child(4),
.contact-form button{
  grid-column:1/-1;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;

  margin-top:7px;

  padding:12px;

  border:1px solid var(--line);

  border-radius:10px;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer{
  padding:55px 0 20px;

  background:#f7fbff;
}

.footer-grid{
  display:grid;

  grid-template-columns:
    1.2fr
    .7fr
    .8fr
    1fr;

  gap:35px;
}

.footer-grid h4{
  margin-bottom:12px;
}

.footer-grid a,
.footer-grid p{
  display:block;

  margin:7px 0;

  color:var(--muted);

  font-size:12px;
}

.footer-brand > strong{
  display:block;

  font-family:Manrope,sans-serif;
}

.footer-bottom{
  display:flex;
  justify-content:space-between;

  margin-top:35px;

  padding-top:18px;

  color:var(--muted);

  border-top:1px solid var(--line);

  font-size:10px;
}


/* =========================================================
   ANIMACIONES DE APARICIÓN
========================================================= */

.reveal-on-scroll{
  opacity:0;

  transform:
    translateY(24px);

  transition:
    opacity .65s ease,
    transform .65s ease;
}

.reveal-on-scroll.is-visible{
  opacity:1;

  transform:none;
}


/* =========================================================
   LEOMI DINÁMICA FLOTANTE
========================================================= */

.leomi-guide{
  position:fixed;

  right:92px;
  bottom:18px;

  z-index:45;

  display:flex;
  align-items:flex-end;

  gap:10px;
}

.leomi-guide-character{
  width:72px;
  height:72px;

  padding:0;

  overflow:hidden;

  background:#fff;

  border:0;

  border-radius:50%;

  box-shadow:
    0 12px 30px
    rgba(2,35,72,.22);

  cursor:pointer;

  transition:
    transform .2s ease;
}

.leomi-guide-character:hover{
  transform:translateY(-4px);
}

.leomi-guide-character img{
  width:100%;
  height:100%;

  object-fit:cover;

  transition:
    opacity .18s ease,
    transform .18s ease;
}

.leomi-guide-character img.changing{
  opacity:.15;

  transform:scale(.85);
}

.leomi-guide-bubble{
  position:absolute;

  right:80px;
  bottom:10px;

  width:265px;

  padding:
    15px
    38px
    15px
    16px;

  color:var(--text);

  background:
    rgba(255,255,255,.97);

  border:1px solid var(--line);

  border-radius:
    16px
    16px
    4px
    16px;

  box-shadow:
    0 12px 35px
    rgba(2,35,72,.16);

  backdrop-filter:blur(10px);

  transition:
    opacity .2s ease,
    transform .2s ease;
}

.leomi-guide-bubble strong{
  display:block;

  margin-bottom:4px;

  color:var(--blue);
}

.leomi-guide-bubble span{
  display:block;

  font-size:12px;
  line-height:1.4;
}

.leomi-guide-close{
  position:absolute;

  top:7px;
  right:9px;

  border:0;
  background:none;

  color:var(--muted);

  font-size:19px;

  cursor:pointer;
}

.leomi-guide-bubble.is-hidden{
  opacity:0;

  visibility:hidden;

  transform:
    translateY(8px);

  pointer-events:none;
}


/* =========================================================
   WHATSAPP FLOTANTE
========================================================= */

.floating-whatsapp{
  position:fixed;

  right:20px;
  bottom:20px;

  z-index:46;

  display:grid;
  place-items:center;

  width:58px;
  height:58px;

  color:#fff;
  background:var(--green);

  border-radius:50%;

  box-shadow:
    0 10px 30px
    rgba(24,181,74,.35);

  font-size:25px;
}


/* =========================================================
   TABLET / LAPTOP PEQUEÑO
========================================================= */

@media(max-width:1050px){

  .main-nav{
    display:none;
  }

  .header-cta{
    margin-left:auto;
  }

  .menu-toggle{
    display:block;
  }

  .main-nav.open{
    position:absolute;

    top:70px;
    left:18px;
    right:18px;

    display:flex;
    flex-direction:column;

    padding:18px;

    background:#fff;

    border:1px solid var(--line);

    border-radius:14px;

    box-shadow:var(--shadow);
  }


  .hero-grid,
  .about-grid,
  .countries-grid,
  .contact-grid,
  .tech-types-grid,
  .split-heading{
    grid-template-columns:1fr;
  }


  .hero-visual{
    width:100%;
    max-width:680px;

    height:535px;

    margin:0 auto;

    padding-top:88px;
  }


  .hero-badges{
    grid-template-columns:
      repeat(4,1fr);
  }


  .laptop{
    width:68%;

    right:4%;
    top:185px;
  }


  .phone{
    width:19%;

    right:1%;
    top:255px;
  }


  .leomi-hero{
    width:205px;

    left:0;
    bottom:30px;
  }


  .leomi-speech{
    left:82px;

    width:185px;
  }


  .record-badge{
    right:2%;
    bottom:15px;
  }


  .service-grid{
    grid-template-columns:
      repeat(2,1fr);
  }


  .plans-grid{
    grid-template-columns:
      repeat(2,1fr);
  }


  .portfolio-grid{
    grid-template-columns:
      repeat(2,1fr);
  }


  .trust-strip{
    grid-template-columns:
      repeat(2,1fr);
  }


  .country-cards{
    grid-template-columns:
      repeat(2,1fr);
  }


  .apps-grid{
    grid-template-columns:1fr;

    gap:35px;
  }


  .section-leomi-apps{
    position:relative;

    right:auto;
    bottom:auto;

    width:auto;

    margin:
      10px auto
      -20px;
  }


  .section-leomi-apps img{
    width:190px;
  }


  .leomi-grid{
    grid-template-columns:1fr;

    gap:20px;

    text-align:center;
  }


  .leomi-copy > p{
    margin-left:auto;
    margin-right:auto;
  }


  .leomi-values{
    text-align:left;
  }


  .section-leomi-referral{
    position:relative;

    right:auto;
    bottom:auto;

    width:auto;

    margin-bottom:10px;
  }

}


/* =========================================================
   MÓVIL
========================================================= */

@media(max-width:700px){

  .container{
    width:
      min(
        100% - 24px,
        1180px
      );
  }


  .site-header .brand-text{
    display:none;
  }


  .brand{
    min-width:auto;
  }


  .header-cta{
    display:none;
  }


  .hero{
    padding-top:40px;
  }


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

    gap:20px;
  }


  h1{
    font-size:
      clamp(
        40px,
        12vw,
        54px
      );
  }


  .hero-lead{
    font-size:16px;
  }


  .price-block strong{
    font-size:74px;
  }


  .hero-visual{
    height:500px;

    padding-top:108px;
  }


  .hero-badges{
    grid-template-columns:
      repeat(2,1fr);

    gap:6px;
  }


  .visual-badge{
    min-height:44px;

    padding:7px;

    font-size:9px;
  }


  .laptop{
    width:76%;

    right:2%;
    top:215px;
  }


  .phone{
    width:22%;

    right:0;
    top:275px;
  }


  .leomi-hero{
    width:155px;

    left:-2%;
    bottom:36px;
  }


  .leomi-speech{
    left:68px;
    top:-52px;

    width:145px;

    padding:9px 10px;

    font-size:10px;
  }


  .leomi-speech span{
    font-size:8px;
  }


  .record-badge{
    right:0;
    bottom:5px;

    min-width:180px;
    max-width:195px;

    padding:9px 11px;
  }


  .record-badge span{
    font-size:23px;
  }


  .record-badge strong{
    font-size:10px;
  }


  .record-badge small{
    font-size:8px;
  }


  .trust-strip{
    grid-template-columns:1fr;

    margin-top:25px;
  }


  .service-grid,
  .plans-grid,
  .portfolio-grid,
  .apps-features,
  .about-points,
  .country-cards,
  .footer-grid{
    grid-template-columns:1fr;
  }


  .type-grid{
    grid-template-columns:
      repeat(2,1fr);
  }


  .referral-grid{
    grid-template-columns:1fr;
  }


  .contact-form{
    grid-template-columns:1fr;
  }


  .contact-form label{
    grid-column:1/-1;
  }


  .footer-bottom{
    flex-direction:column;

    gap:8px;
  }


  .section{
    padding:58px 0;
  }


  .leomi-showcase{
    min-height:360px;
  }


  .leomi-showcase img{
    width:280px;
  }


  .orbit-one{
    width:310px;
    height:310px;
  }


  .orbit-two{
    width:235px;
    height:235px;
  }


  .leomi-values{
    grid-template-columns:1fr;
  }


  .section-leomi-blog img{
    width:135px;
  }


  .section-leomi-contact{
    width:130px;
  }


  .section-leomi-contact img{
    width:130px;
  }


  .leomi-guide{
    right:82px;
    bottom:18px;
  }


  .leomi-guide-character{
    width:56px;
    height:56px;
  }


  .leomi-guide-bubble{
    position:fixed;

    left:12px;
    right:12px;
    bottom:90px;

    width:auto;
  }

}


/* =========================================================
   MÓVILES PEQUEÑOS
========================================================= */

@media(max-width:430px){

  h1{
    font-size:42px;
  }


  .price-block strong{
    font-size:68px;
  }


  .hero-visual{
    height:455px;

    padding-top:105px;
  }


  .laptop{
    width:78%;

    right:0;
    top:205px;
  }


  .phone{
    width:23%;

    right:-1%;
    top:260px;
  }


  .leomi-hero{
    width:140px;

    left:-3%;
    bottom:35px;
  }


  .leomi-speech{
    display:none;
  }


  .record-badge{
    right:0;
    bottom:0;

    min-width:165px;
    max-width:178px;
  }


  .type-grid{
    grid-template-columns:1fr;
  }


  .leomi-guide-bubble{
    display:none;
  }

}


/* =========================================================
   ACCESIBILIDAD · REDUCIR MOVIMIENTO
========================================================= */

@media(prefers-reduced-motion:reduce){

  html{
    scroll-behavior:auto;
  }

  .leomi-hero img,
  .leomi-showcase img,
  .section-leomi img{
    animation:none!important;
  }

  .reveal-on-scroll{
    opacity:1!important;

    transform:none!important;

    transition:none!important;
  }

}
/* PROMOCIÓN WEB 49,95 € */

.promo-label{
  display:inline-block;
  margin:12px 0 0;
  padding:7px 12px;

  color:#ffffff;
  background:rgba(255,255,255,.10);

  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;

  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}