/* =========================================================
   Easy Tech System — Concept C: Enterprise Premium
   ========================================================= */

:root{
  color-scheme: dark;
  --blue: #2563eb;
  --blue-dark: #1230a8ff;
  --navy: #060a16;
  --navy-2: #0c1224;
  --red: #e63946;
  --white: #ffffff;
  --text-dark: #eef1f8;
  --text-muted: #a9b1c9;
  --radius: 14px;
  --shadow: 0 20px 45px rgba(0,0,0,0.4);
  --card-bg: rgba(255,255,255,.04);
  --card-border: rgba(255,255,255,.09);
  --transition: .25s ease;
}

*{margin:0;padding:0;box-sizing:border-box;}

html{scroll-behavior:smooth;}

/* Offset anchor jumps for the sticky navbar so section headings stay visible */
section[id]{scroll-margin-top:90px;}

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

body{
  font-family:'Poppins',sans-serif;
  color:var(--text-dark);
  background:var(--navy);
  line-height:1.6;
  overflow-x:hidden;
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:0;
  background:var(--blue);
  color:#fff;
  padding:12px 20px;
  font-weight:600;
  z-index:999;
  border-radius:0 0 8px 0;
}
.skip-link:focus{left:0;}

.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.hp-field{
  position:absolute;
  left:-9999px;
  width:1px;height:1px;
  overflow:hidden;
}

/* Prevent grid/flex children from forcing horizontal overflow with long text */
.why-grid > div,
.form-row > div,
.stats > .stat-card,
.footer-inner > div,
.service-strip > .service-card,
.services-grid > .sfull-card{
  min-width:0;
}

/* Visible focus states for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible{
  outline:2px solid var(--blue);
  outline-offset:3px;
  border-radius:4px;
}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible{
  outline-offset:0;
}

.container{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

a{text-decoration:none;color:inherit;}
ul{list-style:none;}
img{max-width:100%;display:block;}

h1,h2,h3,h4{font-weight:700;line-height:1.2;}

.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 26px;
  border-radius:50px;
  font-weight:600;
  font-size:.95rem;
  border:1px solid transparent;
  cursor:pointer;
  transition:var(--transition);
  white-space:nowrap;
}
.btn-primary{background:linear-gradient(135deg,var(--blue),#1d4ed8);color:#fff;box-shadow:0 12px 25px rgba(37,99,235,.35);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(37,99,235,.45);}
.btn-ghost{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px);}
.btn-ghost:hover{background:rgba(255,255,255,.14);}
.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff;}
.btn-outline:hover{background:#fff;color:var(--navy);}

/* ---------- TOP BAR ---------- */
.topbar{
  background:var(--navy);
  color:#c9cedd;
  font-size:.82rem;
}
.topbar-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 24px;
  gap:16px;
}
.topbar a{color:#c9cedd;transition:var(--transition);}
.topbar a:hover{color:var(--red);}
.topbar i{color:var(--red);font-size:.8rem;}
.topbar-left{display:flex;align-items:center;gap:6px;}
.topbar-right{color:#c9cedd;display:flex;align-items:center;gap:6px;}
.topbar-right i{color:var(--red);}

/* ---------- NAVBAR ---------- */
.navbar{
  background:rgba(6,10,22,.78);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  position:sticky;
  top:0;
  z-index:100;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 4px 20px rgba(0,0,0,.25);
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}
.navbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 24px;
}
.logo{display:flex;align-items:center;gap:12px;}
.logo-img{height:52px;width:auto;object-fit:contain;}
.navbar .logo-img{
  background:#fff;
  padding:6px 12px;
  border-radius:10px;
}
.footer-logo-img{
  width:190px;
  height:auto;
  background:#fff;
  padding:8px 14px;
  border-radius:10px;
}

.nav-links{display:flex;gap:30px;}
.nav-links a{color:var(--text-dark);font-weight:500;font-size:.95rem;position:relative;padding-bottom:6px;transition:var(--transition);}
.nav-links a:hover,.nav-links a.active{color:var(--blue);}
.nav-links a.active::after{
  content:'';position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--red);
}
.nav-cta{display:inline-flex;background:var(--red);border-color:var(--red);color:#fff;}
.nav-cta:hover{background:#c62834;}
.lang-link{
  display:inline-flex;
  align-items:center;
  background:var(--red);
  color:#fff;
  font-weight:600;
  font-size:.78rem;
  padding:9px 16px;
  border-radius:50px;
  box-shadow:0 4px 12px rgba(230,57,70,.35);
  white-space:nowrap;
  transition:var(--transition);
}
.lang-link:hover{background:#c62834;color:#fff;transform:translateY(-1px);}
.burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;min-width:44px;min-height:44px;}
.burger span{width:24px;height:2px;background:var(--text-dark);}
.nav-overlay{
  display:none;
  position:fixed;inset:0;
  background:rgba(0,0,0,.5);
  z-index:98;
  opacity:0;
  transition:opacity .3s ease;
}
.nav-overlay.open{display:block;opacity:1;}
body.nav-open{overflow:hidden;}

/* ---------- HERO ---------- */
.hero{
  position:relative;
  background:var(--navy);
  color:var(--text-dark);
  padding:0;
  overflow:hidden;
}
.hero-top{
  position:relative;
  overflow:hidden;
  padding:32px 0 24px;
  min-height:400px;
}

/* HERO SLIDER — full-width background layer behind hero copy */
.hero-slider{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:var(--navy-2);
}
.hero-slides{position:absolute;inset:0;}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:translateX(40px);
  transition:opacity .6s ease, transform .8s cubic-bezier(.25,.8,.25,1);
  pointer-events:none;
}
.hero-slide.is-active{
  opacity:1;
  transform:translateX(0);
  pointer-events:auto;
  z-index:2;
}
.hero-slide picture{display:block;width:100%;height:100%;}
.hero-slide img{
  width:100%;height:100%;
  object-fit:cover;
  object-position:center right;
  display:block;
}
.hero-slide::after{
  content:'';
  position:absolute;inset:0;
  background:
    linear-gradient(90deg, var(--navy) 0%, rgba(6,10,22,.92) 28%, rgba(6,10,22,.7) 50%, rgba(6,10,22,.2) 78%, rgba(6,10,22,0) 100%),
    linear-gradient(180deg, rgba(6,10,22,0) 55%, rgba(6,10,22,.85) 100%);
  pointer-events:none;
  z-index:2;
}
.hero-slide-overlay{
  position:absolute;
  inset:0;
  z-index:3;
  display:flex;
  align-items:flex-start;
  padding-top:40px;
  pointer-events:none;
}
.hero-slide-overlay .container{width:100%;padding-left:56px;}
.hero-slide-text{
  max-width:720px;
  pointer-events:auto;
}
.hero-slide-text h2{
  font-size:clamp(1.65rem,3vw,2.35rem);
  color:#ffffff;
  margin-bottom:14px;
  line-height:1.2;
  text-shadow:0 2px 12px rgba(0,0,0,.4);
  text-wrap:balance;
}
.hero-slide-text h2 span{color:var(--red);}
.hero-slide-text p{
  color:#e6ebf5;
  max-width:520px;
  margin-bottom:22px;
  font-size:.95rem;
  text-shadow:0 1px 8px rgba(0,0,0,.5);
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;}
.hero-slider-prev,
.hero-slider-next{
  position:absolute;
  bottom:14px;
  top:auto;
  z-index:6;
  width:38px;height:38px;
  border-radius:50%;
  background:rgba(6,10,22,.55);
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  -webkit-backdrop-filter:blur(4px);
  backdrop-filter:blur(4px);
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:background .2s ease;
}
.hero-slider-prev{left:50%;right:auto;transform:translateX(-110px);}
.hero-slider-next{left:50%;right:auto;transform:translateX(72px);}
.hero-slider-prev:hover,
.hero-slider-next:hover,
.hero-slider-pause:hover{background:rgba(37,99,235,.75);}
.hero-slider-pause{
  position:absolute;
  bottom:14px;
  right:16px;
  z-index:6;
  width:38px;height:38px;
  border-radius:50%;
  background:rgba(6,10,22,.55);
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  -webkit-backdrop-filter:blur(4px);
  backdrop-filter:blur(4px);
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:background .2s ease;
}
.hero-slider-pause .icon-play{display:none;}
.hero-slider-pause[aria-pressed="true"] .icon-pause{display:none;}
.hero-slider-pause[aria-pressed="true"] .icon-play{display:block;}
.hero-slider-dots{
  position:absolute;
  bottom:22px;
  left:50%;
  transform:translateX(-50%);
  z-index:6;
  display:flex;
  gap:2px;
}
.hero-slider-dots button{
  width:24px;height:24px;
  border-radius:50%;
  background:transparent;
  border:none;
  padding:0;
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
}
.hero-slider-dots button::before{
  content:'';
  width:9px;height:9px;
  border-radius:50%;
  background:rgba(255,255,255,.4);
  transition:background .2s ease, transform .2s ease;
}
.hero-slider-dots button[aria-current="true"]::before{
  background:var(--red);
  transform:scale(1.35);
}
.hero-slider-dots button:hover::before{background:rgba(255,255,255,.75);}
@media (prefers-reduced-motion: reduce){
  .hero-slide{transition:opacity .3s ease;transform:none !important;}
}

/* SERVICE STRIP */
.service-strip{
  position:relative;
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
}
.service-card{
  background:var(--card-bg);
  backdrop-filter:blur(8px);
  border:1px solid var(--card-border);
  border-radius:var(--radius);
  padding:26px 18px;
  text-align:center;
  transition:var(--transition);
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}
.service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(37,99,235,.45);
  box-shadow:0 18px 34px rgba(0,0,0,.35);
}
.service-card i{font-size:1.6rem;color:var(--blue);margin-bottom:14px;}
.service-card:nth-child(3) i,.service-card:nth-child(6) i{color:var(--red);}
.service-card-title{color:var(--text-dark);font-size:.95rem;font-weight:700;margin-bottom:8px;}
.service-card p{color:var(--text-muted);font-size:.78rem;}

/* ---------- SECTION HEADERS ---------- */
.section-eyebrow{
  display:inline-block;
  color:var(--red);
  font-weight:700;
  letter-spacing:2px;
  font-size:.78rem;
  text-transform:uppercase;
  margin-bottom:10px;
}
.services-full,.about,.why,.contact{padding:90px 0;}
.services-full{background:var(--navy-2);text-align:center;}
.services-full h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:12px;}
.section-lead{color:var(--text-muted);max-width:600px;margin:0 auto 50px;}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  text-align:left;
}
.sfull-card{
  background:var(--card-bg);
  backdrop-filter:blur(8px);
  border:1px solid var(--card-border);
  border-radius:var(--radius);
  padding:34px 26px;
  box-shadow:var(--shadow);
  transition:var(--transition);
  border-bottom:3px solid transparent;
}
.sfull-card:hover{transform:translateY(-6px);border-bottom-color:var(--red);}
.sfull-card i{font-size:1.7rem;color:var(--blue);margin-bottom:16px;}
.sfull-card h3{font-size:1.1rem;margin-bottom:10px;}
.sfull-card p{color:var(--text-muted);font-size:.9rem;}

/* ---------- ABOUT ---------- */
.about-inner{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
  align-items:center;
}
.about-visual{
  position:relative;
  border:1px solid var(--card-border);
  border-radius:24px;
  height:340px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.about-visual picture{display:block;width:100%;height:100%;}
.about-visual-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.about-content h2{font-size:clamp(1.7rem,3vw,2.2rem);margin-bottom:16px;}
.about-content p{color:var(--text-muted);margin-bottom:22px;}
.about-list li{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-weight:500;}
.about-list i{color:var(--blue);}

/* ---------- WHY + STATS ---------- */
.why{background:var(--navy-2);}
.why-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.why-content h2{font-size:clamp(1.8rem,3vw,2.3rem);margin:6px 0 14px;}
.why-content p{color:var(--text-muted);margin-bottom:26px;max-width:460px;}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;}
.why-grid div{display:flex;align-items:center;gap:10px;font-weight:500;font-size:.95rem;}
.why-grid i{color:var(--blue);}

.stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.stat-card{
  background:var(--card-bg);
  backdrop-filter:blur(8px);
  border:1px solid var(--card-border);
  border-radius:var(--radius);
  padding:30px 20px;
  text-align:center;
  box-shadow:var(--shadow);
}
.stat-card i{color:var(--red);font-size:1.4rem;margin-bottom:10px;}
.stat-card:nth-child(1) i,.stat-card:nth-child(3) i{color:var(--blue);}
.stat-num{font-size:2rem;font-weight:800;color:var(--white);}
.stat-num.stat-text{font-size:1.4rem;}
.plus{font-size:2rem;font-weight:800;color:var(--red);}
.stat-card p{color:var(--text-muted);font-size:.85rem;margin-top:6px;}

/* ---------- CTA ---------- */
.cta{
  background:linear-gradient(135deg,var(--navy),#0d1a3f);
  color:#fff;
  padding:70px 0;
  text-align:center;
}
.cta h2{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:12px;}
.cta p{color:#aab1c4;margin-bottom:28px;}

/* ---------- CONTACT ---------- */
.contact-inner{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
}
.contact-info h2{font-size:clamp(1.7rem,3vw,2.2rem);margin-bottom:14px;}
.contact-info p{color:var(--text-muted);margin-bottom:26px;}
.contact-item{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px;margin-bottom:16px;font-weight:500;overflow-wrap:anywhere;}
.contact{background:var(--navy-2);}
.contact-item i{
  width:38px;height:38px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.06);
  color:var(--blue);
  border-radius:10px;
}
.contact-form{
  background:var(--card-bg);
  backdrop-filter:blur(8px);
  border:1px solid var(--card-border);
  border-radius:var(--radius);
  padding:34px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  gap:16px;
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.form-field{display:flex;flex-direction:column;gap:6px;}
.form-field label{
  font-size:.78rem;
  font-weight:500;
  color:var(--text-muted);
  letter-spacing:.02em;
}
.contact-form input,.contact-form textarea{
  width:100%;
  padding:13px 16px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.14);
  font-family:inherit;
  font-size:.9rem;
  background:rgba(255,255,255,.05);
  color:var(--text-dark);
  transition:var(--transition);
}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(238,241,248,.35);}
.contact-form input:focus,.contact-form textarea:focus{
  outline:none;border-color:var(--blue);background:rgba(255,255,255,.09);
}
.contact-form input:focus + label,
.contact-form textarea:focus + label,
.form-field:focus-within > label{color:var(--blue);}
.contact-form button{align-self:flex-start;}
.form-note{font-size:.85rem;color:var(--blue);min-height:1.2em;}

/* ---------- LEGAL PAGES ---------- */
.legal{padding:70px 0 100px;}
.legal-inner{max-width:800px;margin:0 auto;}
.legal-inner h1{font-size:clamp(2rem,4vw,2.6rem);margin:10px 0 8px;}
.legal-updated{color:var(--text-muted);font-size:.85rem;margin-bottom:30px;}
.legal-inner > p{color:var(--text-muted);margin-bottom:18px;}
.legal-inner h2{font-size:1.3rem;margin:36px 0 14px;}
.legal-list{margin-bottom:18px;}
.legal-list li{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:var(--text-muted);}
.legal-list i{color:var(--blue);}
.legal-inner a{color:var(--blue);text-decoration:underline;}
.legal-contact{margin-top:18px;}
.legal-contact .contact-item{color:var(--text-muted);}
.legal-contact .contact-item i{
  width:38px;height:38px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.06);
  color:var(--blue);
  border-radius:10px;
}
.footer-bottom a{color:#b3b9c9;text-decoration:underline;}
.footer-bottom a:hover{color:var(--red);}

/* ---------- WHATSAPP CONTACT BUBBLE ---------- */
.contact-bubble{
  position:fixed;
  bottom:24px;right:24px;
  background:#25D366;
  color:#fff;
  border-radius:50px;
  display:flex;align-items:center;gap:10px;
  padding:14px 22px 14px 16px;
  font-weight:600;
  font-size:.88rem;
  white-space:nowrap;
  box-shadow:0 10px 25px rgba(0,0,0,.4);
  z-index:9999;
  transition:transform .2s ease;
}
.contact-bubble svg{width:28px;height:28px;flex-shrink:0;}
.contact-bubble:hover{transform:scale(1.04);color:#fff;}
.contact-bubble.is-hidden{display:none;}

@media (max-width:768px){
  .contact-bubble{
    width:60px;height:60px;
    padding:0;
    border-radius:50%;
    justify-content:center;
    right:18px;
    bottom:calc(18px + env(safe-area-inset-bottom));
  }
  .contact-bubble span{display:none;}
  .contact-bubble svg{width:30px;height:30px;}
}
.contact-item a:hover{color:var(--blue);}

/* ---------- FOOTER ---------- */
.footer{background:var(--navy);color:#c9cedd;padding:70px 0 0;}
.footer-inner{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:40px;
  padding-bottom:50px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-brand p{margin:16px 0 20px;font-size:.88rem;color:#98a0b3;max-width:280px;}
.socials{display:flex;gap:10px;}
.socials a{
  width:36px;height:36px;
  border-radius:8px;
  background:rgba(255,255,255,.06);
  display:flex;align-items:center;justify-content:center;
  transition:var(--transition);
}
.socials a:hover{background:var(--blue);}
.footer-col h4{color:#fff;margin-bottom:20px;font-size:1rem;}
.footer-col a{display:flex;align-items:center;gap:10px;justify-content:space-between;color:#b3b9c9;padding:7px 0;font-size:.9rem;transition:var(--transition);}
.footer-col a:hover{color:var(--red);}
.footer-col a i{font-size:.7rem;opacity:.6;}
.footer-bottom{text-align:center;padding:22px 0;font-size:.82rem;color:#8891a5;}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1024px){
  .service-strip{grid-template-columns:repeat(3,1fr);}
  .services-grid{grid-template-columns:repeat(2,1fr);}
  .about-inner,.why-inner,.contact-inner{grid-template-columns:1fr;}
  .stats{grid-template-columns:1fr 1fr;}
  .footer-inner{grid-template-columns:1fr 1fr;}
}

@media (max-width:768px){
  .topbar-inner{justify-content:center;text-align:center;}
  .topbar-left,.topbar-center{display:none;}
  .nav-links{
    position:fixed;top:0;right:0;
    height:100vh;width:70%;max-width:300px;
    background:var(--navy);
    flex-direction:column;
    padding:100px 30px;
    gap:26px;
    transform:translateX(20px);
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transition:transform .25s ease, opacity .25s ease, visibility 0s linear .25s;
    z-index:99;
  }
  .nav-links.open{
    transform:translateX(0);
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transition:transform .25s ease, opacity .25s ease, visibility 0s linear 0s;
  }
  .nav-cta{display:none;}
  .burger{display:flex;}
  .hero-top{padding:32px 0 90px;min-height:460px;}
  .hero-slide-overlay .container{padding-left:24px;}
  .hero-slide-text{text-align:center;margin:0 auto;}
  .hero-slide-text p{margin-left:auto;margin-right:auto;}
  .hero-actions{justify-content:center;}
  .hero-slide::after{
    background:
      linear-gradient(180deg, rgba(6,10,22,.35) 0%, rgba(6,10,22,.65) 40%, rgba(6,10,22,.92) 100%);
  }
  .hero-slide img{object-position:center;}
  .service-strip{grid-template-columns:repeat(2,1fr);}
  .services-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  .footer-inner{grid-template-columns:1fr;text-align:center;}
  .socials{justify-content:center;}
  .footer-col a{justify-content:center;}
  .footer-brand .logo{justify-content:center;margin:0 auto;}
  .footer-brand p{max-width:none;margin-left:auto;margin-right:auto;}
  .footer-logo-img{width:200px;height:auto;}
}

@media (max-width:480px){
  .service-strip{grid-template-columns:1fr 1fr;}
  .hero-slider-prev,.hero-slider-next,.hero-slider-pause{width:34px;height:34px;}
  .hero-slider-prev{transform:translateX(-100px);}
  .hero-slider-next{transform:translateX(66px);}
  .hero-slider-pause{right:10px;}
}
