/* ===== Bravo Visa Service — clean, readable design system ===== */
:root{
  --navy:#123a7a;
  --navy-deep:#0c2550;
  --orange:#f18a1e;
  --orange-dark:#e0781a;
  --bg:#ffffff;
  --bg-soft:#f4f7fc;
  --text:#16263f;
  --muted:#5c6b84;
  --border:#e6ecf5;
  --white:#ffffff;
  --shadow:0 10px 30px rgba(18,58,122,.08);
  --shadow-lg:0 20px 50px rgba(18,58,122,.14);
  --radius:16px;
  --radius-sm:12px;
  --maxw:1160px;
  --r1:#e63329;--r2:#f18a1e;--r3:#f6c216;--r4:#3aa935;--r5:#1f7ec4;
  --font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --head:"Poppins",var(--font);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--head);line-height:1.2;color:var(--navy-deep);font-weight:700}
.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.section{padding:96px 0}
.section-soft{background:var(--bg-soft)}
.eyebrow{
  font-family:var(--head);font-weight:600;font-size:.82rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--orange);margin-bottom:14px;
}
.section-head{max-width:680px;margin:0 auto 56px;text-align:center}
.section-head h2{font-size:2.35rem;margin-bottom:16px}
.section-head p{color:var(--muted);font-size:1.08rem}

/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--head);font-weight:600;font-size:1rem;
  padding:14px 26px;border-radius:999px;cursor:pointer;border:2px solid transparent;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(241,138,30,.32)}
.btn-primary:hover{background:var(--orange-dark);box-shadow:0 12px 26px rgba(241,138,30,.4)}
.btn-wa{background:#25d366;color:#fff;box-shadow:0 8px 20px rgba(37,211,102,.3)}
.btn-wa:hover{background:#1fbe5a}
.btn-ghost{background:#fff;color:var(--navy);border-color:var(--border)}
.btn-ghost:hover{border-color:var(--navy);background:var(--bg-soft)}
.btn-outline{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.75)}
.btn-outline:hover{background:#fff;color:var(--navy-deep);border-color:#fff}
.btn svg{width:20px;height:20px}

/* ===== Top bar ===== */
.topbar{background:var(--navy-deep);color:#dce6f7;font-size:.9rem}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:9px;padding-bottom:9px;flex-wrap:wrap}
.topbar a{display:inline-flex;align-items:center;gap:7px;color:#dce6f7}
.topbar a:hover{color:#fff}
.topbar .tb-group{display:flex;gap:22px;flex-wrap:wrap}
.topbar svg{width:15px;height:15px;opacity:.85}

/* ===== Header ===== */
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.header .container{display:flex;align-items:center;justify-content:space-between;height:78px;gap:20px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:52px;width:auto}
.brand .brand-name{font-family:var(--head);font-weight:700;color:var(--navy-deep);line-height:1.05;font-size:1.05rem}
.brand .brand-name span{display:block;font-weight:500;font-size:.72rem;letter-spacing:.06em;color:var(--muted)}
.nav{display:flex;align-items:center;gap:32px}
.nav a.navlink{font-weight:500;color:var(--text);font-size:.98rem}
.nav a.navlink:hover{color:var(--orange)}
.header-cta{display:flex;align-items:center;gap:14px}
.lang{display:flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;font-family:var(--head);font-size:.82rem;font-weight:600}
.lang button{border:0;background:#fff;color:var(--muted);padding:7px 13px;cursor:pointer}
.lang button.active{background:var(--navy);color:#fff}
.burger{display:none;background:none;border:0;cursor:pointer;padding:6px}
.burger span{display:block;width:24px;height:2px;background:var(--navy-deep);margin:5px 0;border-radius:2px;transition:.25s}

/* ===== Hero ===== */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f4f7fc 0%,#fff 100%)}
.hero .container{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding-top:80px;padding-bottom:80px}
.hero h1{font-size:3.1rem;line-height:1.08;margin-bottom:22px;letter-spacing:-.5px}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero p.lead{font-size:1.18rem;color:var(--muted);margin-bottom:32px;max-width:520px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}
.hero-trust{display:flex;gap:26px;flex-wrap:wrap}
.hero-trust .t{display:flex;align-items:center;gap:9px;font-size:.94rem;color:var(--text);font-weight:500}
.hero-trust svg{width:20px;height:20px;color:var(--r4);flex-shrink:0}
.hero-visual{position:relative}
.hero-visual .photo{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/5;background:#dfe7f5}
.hero-visual .photo img{width:100%;height:100%;object-fit:cover}
.hero-badge{
  position:absolute;left:-22px;bottom:34px;background:#fff;border-radius:16px;padding:16px 20px;
  box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:14px;max-width:260px;
}
.hero-badge .icn{width:44px;height:44px;border-radius:12px;background:var(--navy);color:#fff;display:grid;place-items:center;flex-shrink:0}
.hero-badge .icn svg{width:24px;height:24px}
.hero-badge b{display:block;font-family:var(--head);color:var(--navy-deep);font-size:.98rem}
.hero-badge small{color:var(--muted);font-size:.82rem;line-height:1.35;display:block}
.rainbow-bar{height:6px;width:100%;background:linear-gradient(90deg,var(--r1),var(--r2) 25%,var(--r3) 50%,var(--r4) 75%,var(--r5))}

/* ===== Services ===== */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.svc{
  background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px 26px;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s;position:relative;
}
.svc:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}
.svc .ico{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px;background:rgba(18,58,122,.07);color:var(--navy)}
.svc .ico svg{width:27px;height:27px}
.svc h3{font-size:1.34rem;font-weight:700;line-height:1.25;margin-bottom:11px;letter-spacing:-.01em}
.svc h3::after{content:"";display:block;width:34px;height:3px;border-radius:3px;background:var(--orange);margin-top:11px}
.svc .tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--orange);background:rgba(241,138,30,.1);padding:3px 9px;border-radius:6px;margin-bottom:12px}
.svc p{color:var(--muted);font-size:.96rem}

/* ===== How it works / steps ===== */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative;margin-bottom:42px}
.steps::before{content:"";position:absolute;top:64px;left:17%;right:17%;height:2px;background:repeating-linear-gradient(90deg,var(--border) 0 8px,transparent 8px 18px);z-index:0}
.step{position:relative;z-index:1;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:34px 28px 30px;text-align:center;transition:transform .18s ease,box-shadow .18s ease}
.step:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.step-badge{position:relative;width:58px;height:58px;margin:0 auto 20px}
.step-ico{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:rgba(18,58,122,.07);color:var(--navy)}
.step-ico svg{width:29px;height:29px}
.step-num{position:absolute;top:-11px;right:-13px;width:30px;height:30px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-family:var(--head);font-weight:700;font-size:.9rem;border:3px solid #fff;box-shadow:var(--shadow)}
.step:nth-child(2) .step-num{background:var(--orange)}
.step h3{font-size:1.22rem;margin-bottom:10px}
.step p{color:var(--muted);font-size:.98rem}
.steps-cta{text-align:center}
.dots{display:flex;gap:7px;justify-content:center;margin-top:14px}
.dots i{width:9px;height:9px;border-radius:50%;display:block}
.dots i:nth-child(1){background:var(--r1)}.dots i:nth-child(2){background:var(--r2)}
.dots i:nth-child(3){background:var(--r3)}.dots i:nth-child(4){background:var(--r4)}
.dots i:nth-child(5){background:var(--r5)}

/* ===== Why us ===== */
.why{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.why-media{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.why-media img{border-radius:14px;box-shadow:var(--shadow);width:100%;height:100%;object-fit:cover;aspect-ratio:1}
.why-media img:first-child{aspect-ratio:3/4;grid-row:span 2}
.feature-list{list-style:none;display:flex;flex-direction:column;gap:22px;margin-top:30px}
.feature-list li{display:flex;gap:16px}
.feature-list .fi{width:46px;height:46px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;background:var(--navy);color:#fff}
.feature-list .fi svg{width:24px;height:24px}
.feature-list b{font-family:var(--head);font-size:1.06rem;color:var(--navy-deep);display:block;margin-bottom:3px}
.feature-list span{color:var(--muted);font-size:.96rem}

/* ===== Gallery ===== */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:14px;grid-auto-flow:dense}
.gallery figure{overflow:hidden;border-radius:14px;box-shadow:var(--shadow)}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.gallery figure:hover img{transform:scale(1.06)}
.gallery .big{grid-column:span 2;grid-row:span 2}
.gallery .tall{grid-row:span 2}

/* ===== CTA band ===== */
.cta-band{background:linear-gradient(120deg,var(--navy-deep),var(--navy));color:#fff;text-align:center;border-radius:24px;padding:56px 32px;box-shadow:var(--shadow-lg)}
.cta-band h2{color:#fff;font-size:2.1rem;margin-bottom:14px}
.cta-band p{color:#c6d5ee;font-size:1.1rem;margin-bottom:28px;max-width:560px;margin-left:auto;margin-right:auto}
.cta-band .hero-actions{justify-content:center}

/* ===== Contact ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;align-items:stretch}
.contact-info{display:flex;flex-direction:column;gap:20px}
.cinfo{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px 22px}
.cinfo .ci{width:46px;height:46px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;background:rgba(18,58,122,.07);color:var(--navy)}
.cinfo .ci svg{width:23px;height:23px}
.cinfo b{font-family:var(--head);color:var(--navy-deep);display:block;margin-bottom:2px;font-size:1rem}
.cinfo a,.cinfo span{color:var(--muted);font-size:.97rem;word-break:break-word}
.cinfo a:hover{color:var(--orange)}
.map{border-radius:16px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);min-height:420px}
.map iframe{width:100%;height:100%;min-height:420px;border:0;display:block}

/* ===== Footer ===== */
.footer{background:var(--navy-deep);color:#aebfd9;padding:56px 0 28px}
.footer .container{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}
.footer .f-brand img{height:64px;margin-bottom:16px;background:#fff;padding:10px 14px;border-radius:12px}
.footer p{font-size:.94rem;line-height:1.7}
.footer h4{color:#fff;font-size:1rem;margin-bottom:16px}
.footer ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer ul a{font-size:.95rem;color:#aebfd9}
.footer ul a:hover{color:#fff}
.footer .copy{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:22px;text-align:center;font-size:.86rem;color:#7f92b3}

/* ===== Floating WhatsApp ===== */
.fab{position:fixed;right:22px;bottom:22px;z-index:60;width:60px;height:60px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 10px 26px rgba(37,211,102,.45);transition:transform .2s}
.fab:hover{transform:scale(1.08)}
.fab svg{width:32px;height:32px;fill:#fff}

/* ===== Reveal animation (only hides when JS is active; visible by default) ===== */
.reveal{transition:opacity .6s ease,transform .6s ease}
.js .reveal{opacity:0;transform:translateY(24px)}
.js .reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none}}

/* ===== Responsive ===== */
@media (max-width:960px){
  .hero .container{grid-template-columns:1fr;gap:40px}
  .hero-visual{max-width:440px;margin:0 auto}
  .why{grid-template-columns:1fr;gap:40px}
  .contact-grid{grid-template-columns:1fr}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .footer .container{grid-template-columns:1fr 1fr}
  .gallery{grid-auto-rows:150px}
  .steps{grid-template-columns:1fr;gap:18px;max-width:460px;margin-left:auto;margin-right:auto}
  .steps::before{display:none}
}
@media (max-width:760px){
  .nav{
    position:fixed;top:78px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;
    gap:0;padding:8px 0;border-bottom:1px solid var(--border);box-shadow:var(--shadow);
    transform:translateY(-140%);transition:transform .3s ease;
  }
  .nav.open{transform:none}
  .nav a.navlink{padding:14px 24px;border-bottom:1px solid var(--border)}
  .burger{display:block}
  .header-cta .btn-wa{display:none}
  .section{padding:72px 0}
  .hero h1{font-size:2.3rem}
  .section-head h2{font-size:1.85rem}
  .topbar .tb-group.secondary{display:none}
}
@media (max-width:560px){
  body{font-size:16px}
  .services-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .footer .container{grid-template-columns:1fr}
  .hero-badge{left:12px;right:12px;max-width:none;bottom:-28px}
  .hero-visual{margin-bottom:40px}
  .cta-band{padding:40px 22px}
}
