:root{
  --blue:#0C1C2B;
  --blue-dark:#070F18;
  --blue-soft:#142A3F;

  --gold:#BC8E4C;
  --gold-hover:#D3A866;
  --gold-strong:#D3A866;

  --white:#FFFFFF;

  --text:#F5F7FA;
  --text-soft:#A7B0BD;

  --line:rgba(255,255,255,0.08);
  --panel:rgba(255,255,255,0.04);

  --shadow:0 20px 60px rgba(0,0,0,.45);

  --radius-xl:28px;
  --radius-lg:20px;
  --radius-md:14px;

  --container:1200px;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

html,
body{
  overflow-x:hidden;
}

body{
  font-family:"Inter",sans-serif;
  background:linear-gradient(180deg,#0C1C2B 0%,#070F18 100%);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
}

h1,h2,h3,p,a,span{
  word-wrap:break-word;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

.site-bg{
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(213,168,74,0.12), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,0.05), transparent 25%),
    radial-gradient(circle at 50% 50%, rgba(63,80,140,0.16), transparent 30%),
    linear-gradient(180deg, #090a0e 0%, #07080c 100%);
  z-index:-2;
}

body::after{
  content:"";
  position:fixed;
  width:900px;
  height:900px;
  background:radial-gradient(circle, rgba(213,168,74,0.07), transparent 60%);
  top:-250px;
  right:-250px;
  filter:blur(30px);
  z-index:-1;
}

.container{
  width:min(100% - 40px, var(--container));
  margin:0 auto;
}

/* HEADER */
.header{
  position:sticky;
  top:0;
  z-index:999;
  backdrop-filter:blur(16px);
  background:rgba(8,9,12,0.75);
  border-bottom:1px solid rgba(255,255,255,0.06);
}

.nav{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
}

.brand{
  display:inline-flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.brand-logo img{
  height:48px;
  width:auto;
  object-fit:contain;
  flex-shrink:0;
}

.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1;
  min-width:0;
}

.brand-text strong{
  font-size:1.15rem;
  font-weight:800;
  letter-spacing:0.04em;
}

.brand-text span{
  color:var(--gold);
  font-size:0.82rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  margin-top:4px;
}

.menu{
  display:flex;
  align-items:center;
  gap:28px;
}

.menu a{
  color:var(--text-soft);
  font-weight:500;
  transition:0.25s ease;
}

.menu a:hover{
  color:var(--white);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:600;
  transition:0.25s ease;
}

.btn-nav{
  min-height:46px;
  border:1px solid rgba(213,168,74,0.35);
  background:rgba(255,255,255,0.03);
}

.btn-nav:hover{
  border-color:var(--gold);
  color:var(--white);
}

.btn-primary{
  background:linear-gradient(135deg,#BC8E4C,#D3A866);
  color:#0C1C2B;
  font-weight:600;
  border:none;
  box-shadow:0 8px 30px rgba(188,142,76,.35);
}

.btn-primary:hover{
  background:linear-gradient(135deg,#D3A866,#BC8E4C);
  transform:translateY(-2px);
}

.btn-secondary{
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.03);
  color:var(--white);
}

.btn-secondary:hover{
  border-color:rgba(255,255,255,0.28);
  background:rgba(255,255,255,0.06);
}

.menu-toggle{
  display:none;
  width:50px;
  height:50px;
  border:1px solid var(--line);
  border-radius:14px;
  background:transparent;
  cursor:pointer;
  position:relative;
}

.menu-toggle span{
  position:absolute;
  left:12px;
  width:24px;
  height:2px;
  background:var(--white);
  transition:0.25s ease;
}

.menu-toggle span:first-child{
  top:18px;
}

.menu-toggle span:last-child{
  top:28px;
}

.menu-toggle.active span:first-child{
  transform:rotate(45deg);
  top:24px;
}

.menu-toggle.active span:last-child{
  transform:rotate(-45deg);
  top:24px;
}

/* HERO */
.hero{
  padding:72px 0 50px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:48px;
  align-items:start;
  min-height:calc(100vh - 120px);
}

.eyebrow{
  display:inline-block;
  margin-bottom:16px;
  color:var(--gold);
  font-size:0.86rem;
  text-transform:uppercase;
  letter-spacing:0.18em;
  font-weight:700;
}

.hero-copy h1{
  font-size:clamp(2.7rem, 5vw, 5.3rem);
  line-height:1.02;
  letter-spacing:-0.04em;
  font-weight:800;
  max-width:760px;
}

.hero-copy h1 span{
  color:var(--gold);
}

.hero-copy p{
  margin-top:22px;
  max-width:680px;
  font-size:1.1rem;
  color:var(--text-soft);
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:32px;
}

.hero-metrics{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}

.metric{
  padding:18px;
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  background:rgba(255,255,255,0.03);
  backdrop-filter:blur(14px);
}

.metric strong{
  display:block;
  font-size:1rem;
  margin-bottom:8px;
}

.metric span{
  color:var(--text-soft);
  font-size:0.94rem;
}

.hero-visual{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.orb{
  position:absolute;
  border-radius:50%;
  filter:blur(8px);
}

.orb-1{
  width:420px;
  height:420px;
  background:radial-gradient(circle, rgba(213,168,74,0.18), transparent 65%);
  top:70px;
  right:0;
}

.orb-2{
  width:300px;
  height:300px;
  background:radial-gradient(circle, rgba(80,110,255,0.16), transparent 65%);
  bottom:40px;
  left:0;
}

.glass-card{
  background:linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border:1px solid rgba(255,255,255,0.14);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}

.main-card{
  width:100%;
  max-width:560px;
  border-radius:30px;
  padding:22px;
  position:relative;
  z-index:2;
}

.card-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.tag,
.status{
  padding:10px 14px;
  border-radius:999px;
  font-size:0.85rem;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.05);
}

.tag{
  color:#111;
  background:linear-gradient(135deg, var(--gold), var(--gold-strong));
  border:none;
  font-weight:700;
}

.dashboard-preview{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:18px;
}

.preview-sidebar{
  border-radius:22px;
  padding:16px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
}

.mini-logo{
  width:40px;
  height:40px;
  border-radius:12px;
  background:linear-gradient(135deg, var(--gold), rgba(255,255,255,0.9));
  margin-bottom:18px;
}

.mini-line{
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  margin-bottom:12px;
}

.mini-line.short{
  width:70%;
}

.preview-content{
  border-radius:22px;
  padding:18px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
}

.preview-header{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.pill{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.05);
  color:var(--text-soft);
  font-size:0.85rem;
}

.pill.active{
  background:rgba(213,168,74,0.18);
  color:var(--white);
  border:1px solid rgba(213,168,74,0.28);
}

.preview-cards{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
  margin-bottom:16px;
}

.mini-card{
  padding:16px 12px;
  border-radius:18px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  text-align:center;
}

.mini-card i{
  color:var(--gold);
  margin-bottom:10px;
  font-size:1.1rem;
  display:block;
}

.mini-card span{
  font-size:0.92rem;
  font-weight:600;
}

.chart-area{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:12px;
}

.chart-bars{
  display:flex;
  align-items:end;
  gap:8px;
  height:130px;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,0.05);
}

.chart-bars span{
  flex:1;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg, var(--gold), rgba(255,255,255,0.3));
}

.chart-bars span:nth-child(1){ height:45%; }
.chart-bars span:nth-child(2){ height:70%; }
.chart-bars span:nth-child(3){ height:52%; }
.chart-bars span:nth-child(4){ height:86%; }
.chart-bars span:nth-child(5){ height:65%; }

.chart-card{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,0.05);
}

.chart-card strong{
  display:block;
  margin-bottom:10px;
  font-size:1rem;
}

.chart-card p{
  color:var(--text-soft);
  font-size:0.94rem;
}

.floating{
  position:absolute;
  z-index:3;
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:14px 16px;
  border-radius:999px;
  background:rgba(13,16,22,0.84);
  border:1px solid rgba(255,255,255,0.1);
  box-shadow:var(--shadow);
  backdrop-filter:blur(12px);
  font-size:0.92rem;
  color:var(--white);
}

.floating i{
  color:var(--gold);
}

.floating-a{
  top:70px;
  left:-10px;
}

.floating-b{
  right:-10px;
  bottom:90px;
}

/* TRUST BAR */
.trust-bar{
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,0.06);
  border-bottom:1px solid rgba(255,255,255,0.06);
  background:rgba(255,255,255,0.02);
}

.trust-inner{
  text-align:center;
  color:var(--text-soft);
  font-size:1rem;
}

/* SECTIONS */
.section{
  padding:110px 0;
}

.section-dark{
  background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.015));
  border-top:1px solid rgba(255,255,255,0.05);
  border-bottom:1px solid rgba(255,255,255,0.05);
}

.section-title,
.section-heading{
  max-width:860px;
  margin-bottom:50px;
}

.section-title.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.section-title h2,
.section-heading h2{
  font-size:clamp(2rem, 4vw, 3.4rem);
  line-height:1.08;
  letter-spacing:-0.03em;
  font-weight:800;
}

.section-title p,
.section-heading p{
  margin-top:16px;
  color:var(--text-soft);
  font-size:1.05rem;
}

/* ABOUT */
.about-grid{
  display:grid;
  grid-template-columns:1fr 0.9fr;
  gap:42px;
  align-items:start;
}

.about-panel{
  padding:30px;
  border-radius:var(--radius-xl);
  background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border:1px solid rgba(255,255,255,0.08);
}

.about-item{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,0.08);
}

.about-item:last-child{
  border-bottom:none;
}

.about-item i{
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--gold);
  background:rgba(213,168,74,0.12);
  flex-shrink:0;
}

.about-item strong{
  display:block;
  margin-bottom:8px;
  font-size:1.05rem;
}

.about-item p{
  color:var(--text-soft);
}

/* SERVICES */
.services-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}

.service-card{
  padding:28px;
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  transition:0.25s ease;
}

.service-card:hover{
  transform:translateY(-4px);
  border-color:rgba(213,168,74,0.3);
  background:rgba(255,255,255,0.055);
}

.service-card i{
  font-size:1.4rem;
  color:var(--gold);
  margin-bottom:18px;
}

.service-card h3{
  font-size:1.2rem;
  margin-bottom:10px;
}

.service-card p{
  color:var(--text-soft);
}

/* PRODUCTS */
.products-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  gap:22px;
}

.product-card{
  padding:30px;
  border-radius:var(--radius-xl);
  border:1px solid rgba(255,255,255,0.08);
  background:linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.025));
}

.product-card.featured{
  border-color:rgba(213,168,74,0.3);
  background:linear-gradient(180deg, rgba(213,168,74,0.09), rgba(255,255,255,0.03));
}

.product-head{
  margin-bottom:16px;
}

.product-badge{
  display:inline-block;
  margin-bottom:14px;
  font-size:0.82rem;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:0.14em;
  font-weight:700;
}

.product-card h3{
  font-size:1.7rem;
  line-height:1.1;
}

.product-card p{
  color:var(--text-soft);
  margin-bottom:18px;
}

.product-card ul{
  list-style:none;
}

.product-card li{
  position:relative;
  padding-left:18px;
  color:var(--text-soft);
  margin-bottom:10px;
}

.product-card li::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--gold);
  position:absolute;
  left:0;
  top:10px;
}

/* FEATURES */
.features-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.feature-box{
  padding:28px 24px;
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
}

.feature-box i{
  color:var(--gold);
  font-size:1.35rem;
  margin-bottom:16px;
}

.feature-box h3{
  margin-bottom:10px;
  font-size:1.08rem;
}

.feature-box p{
  color:var(--text-soft);
}

/* PROCESS */
.process-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}

.process-step{
  padding:28px;
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
}

.process-step span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:50%;
  background:rgba(213,168,74,0.15);
  color:var(--gold);
  font-weight:800;
  margin-bottom:18px;
}

.process-step h3{
  margin-bottom:10px;
  font-size:1.18rem;
}

.process-step p{
  color:var(--text-soft);
}

/* CTA */
.cta-section{
  padding:60px 0 120px;
}

.cta-box{
  padding:42px;
  border-radius:32px;
  background:
    linear-gradient(135deg, rgba(213,168,74,0.12), rgba(255,255,255,0.04)),
    rgba(255,255,255,0.03);
  border:1px solid rgba(213,168,74,0.22);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.cta-copy{
  max-width:760px;
}

.cta-copy h2{
  font-size:clamp(2rem, 4vw, 3rem);
  line-height:1.08;
  letter-spacing:-0.03em;
  margin-bottom:14px;
}

.cta-copy p{
  color:var(--text-soft);
  font-size:1.05rem;
}

.cta-actions{
  display:flex;
  flex-direction:column;
  gap:14px;
  min-width:280px;
}

/* FOOTER */
.footer{
  border-top:1px solid rgba(255,255,255,0.06);
  background:rgba(255,255,255,0.015);
  padding:70px 0 28px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:30px;
}

.footer-brand{
  margin-bottom:18px;
}

.footer-text{
  color:var(--text-soft);
  max-width:420px;
}

.footer h4{
  margin-bottom:18px;
  font-size:1rem;
}

.footer-links{
  list-style:none;
}

.footer-links li{
  margin-bottom:12px;
}

.footer-links a{
  color:var(--text-soft);
  transition:0.25s ease;
}

.footer-links a:hover{
  color:var(--white);
}

.socials{
  display:flex;
  gap:12px;
  margin-top:18px;
}

.socials a{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,0.1);
  color:var(--white);
  transition:0.25s ease;
}

.socials a:hover{
  border-color:rgba(213,168,74,0.35);
  color:var(--gold);
}

.footer-bottom{
  padding-top:30px;
  margin-top:34px;
  border-top:1px solid rgba(255,255,255,0.06);
  text-align:center;
  color:var(--text-soft);
  font-size:0.95rem;
}

/* RESPONSIVO */
@media (max-width: 1180px){
  .hero-grid,
  .about-grid,
  .products-grid,
  .features-grid,
  .footer-grid,
  .services-grid,
  .process-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .products-grid .featured{
    grid-column:span 2;
  }

  .hero-visual{
    min-height:520px;
  }

  .cta-box{
    flex-direction:column;
    align-items:flex-start;
  }

  .cta-actions{
    min-width:unset;
    width:100%;
    flex-direction:row;
    flex-wrap:wrap;
  }
}

@media (max-width: 920px){
  .menu,
  .btn-nav{
    display:none;
  }

  .menu-toggle{
    display:block;
  }

  .menu.active{
    display:flex;
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    right:0;
    background:rgba(10,11,15,0.98);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:22px;
    padding:18px;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    box-shadow:var(--shadow);
    z-index:1000;
  }

  .hero-grid,
  .about-grid,
  .services-grid,
  .products-grid,
  .features-grid,
  .process-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .products-grid .featured{
    grid-column:auto;
  }

  .hero{
    padding:40px 0 30px;
  }

  .hero-grid{
    min-height:auto;
    gap:32px;
  }

  .hero-copy h1{
    font-size:clamp(2.2rem, 8vw, 3.4rem);
    line-height:1.02;
    max-width:100%;
  }

  .hero-copy p{
    font-size:1rem;
    max-width:100%;
  }

  .hero-metrics{
    grid-template-columns:1fr;
    margin-top:28px;
  }

  .hero-visual{
    min-height:auto;
    display:none;
  }

  .floating{
    position:static;
    margin-top:14px;
  }

  .main-card{
    max-width:100%;
  }

  .chart-area,
  .dashboard-preview{
    grid-template-columns:1fr;
  }

  .preview-cards{
    grid-template-columns:1fr;
  }

  .cta-actions{
    flex-direction:column;
    width:100%;
  }
}

@media (max-width: 640px){
  .container{
    width:min(100% - 24px, var(--container));
  }

  .nav{
    min-height:72px;
    gap:12px;
  }

  .brand{
    gap:10px;
  }

  .brand-logo img{
    height:38px;
    width:auto;
  }

  .brand-text strong{
    font-size:0.95rem;
    line-height:1;
  }

  .brand-text span{
    font-size:0.64rem;
    letter-spacing:0.14em;
    margin-top:3px;
  }

  .menu-toggle{
    width:44px;
    height:44px;
    flex-shrink:0;
  }

  .hero{
    padding:28px 0 20px;
  }

  .eyebrow{
    font-size:0.76rem;
    letter-spacing:0.14em;
  }

  .hero-copy h1{
    font-size:clamp(1.9rem, 10vw, 2.8rem);
    line-height:1.02;
  }

  .hero-copy p,
  .section-title p,
  .section-heading p,
  .cta-copy p{
    font-size:0.98rem;
  }

  .hero-actions{
    flex-direction:column;
  }

  .section,
  .cta-section{
    padding:72px 0;
  }

  .service-card,
  .product-card,
  .process-step,
  .feature-box,
  .about-panel,
  .cta-box{
    padding:22px;
  }

  .btn{
    width:100%;
  }
}