:root{
  --tb-navy:#0F172A;
  --tb-blue:#1E40AF;
  --tb-blue-soft:#DBEAFE;
  --tb-gold:#D4AF37;
  --tb-gold-soft:#F6E7A4;
  --tb-bg:#F8FAFC;
  --tb-text:#1E293B;
  --tb-card:#ffffff;
  --tb-border:rgba(15,23,42,.12);
  --tb-shadow:0 24px 60px rgba(2,6,23,.16);
  --tb-shadow-soft:0 14px 34px rgba(2,6,23,.09);
  --tb-radius:18px;
}

html,body{height:100%;}
body{
  background:
    radial-gradient(1000px 600px at -5% -10%, rgba(30,64,175,.22), rgba(248,250,252,0)),
    radial-gradient(900px 500px at 100% 0%, rgba(212,175,55,.16), rgba(248,250,252,0)),
    linear-gradient(180deg, #f7fbff 0%, #f8fafc 100%);
  color:var(--tb-text);
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  overflow-x:hidden;
}

main#content{display:block; overflow:hidden;}

img{max-width:100%;display:block;}

.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:12px;
  top:12px;
  width:auto;
  height:auto;
  z-index:9999;
  background:#fff;
  padding:10px 12px;
  border-radius:10px;
  box-shadow:var(--tb-shadow-soft);
}

.tb-navbar{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(15,23,42,.9);
  backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid rgba(212,175,55,.12);
}
.navbar .nav-link{
  color:rgba(255,255,255,.88);
  font-weight:500;
}
.navbar .nav-link:hover{color:#fff;}

.brand-mark{
  width:36px;height:36px;border-radius:14px;
  background:
    radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.52), rgba(255,255,255,0)),
    linear-gradient(135deg, var(--tb-gold), rgba(212,175,55,.72)),
    linear-gradient(135deg, rgba(30,64,175,.6), rgba(15,23,42,.4));
  box-shadow:0 14px 24px rgba(212,175,55,.22);
  border:1px solid rgba(255,255,255,.16);
}
.brand-text{
  font-family:Poppins, Inter, system-ui, sans-serif;
  font-weight:700;
  letter-spacing:.2px;
}

.btn{
  border-radius:14px;
  padding:.72rem 1.18rem;
  font-weight:700;
}
.tb-btn-outline{
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  background:rgba(255,255,255,.04);
}
.tb-btn-outline:hover{
  color:#fff;
  border-color:rgba(255,255,255,.5);
  background:rgba(255,255,255,.08);
}
.tb-btn-gold{
  background:linear-gradient(135deg, var(--tb-gold), #e5c85f);
  color:#111827;
  border:1px solid rgba(212,175,55,.52);
  box-shadow:0 16px 28px rgba(212,175,55,.24);
}
.tb-btn-gold:hover{color:#111827;filter:saturate(1.08) contrast(1.02);}
.tb-btn-light{
  background:#fff;
  color:var(--tb-navy);
  border:1px solid rgba(15,23,42,.1);
  box-shadow:var(--tb-shadow-soft);
}
.tb-btn-light:hover{color:var(--tb-navy); background:#f8fafc;}
.tb-btn-inline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
}
.tb-btn-inline svg{
  width:18px;
  height:18px;
  flex:0 0 auto;
}
.tb-icon-muted{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--tb-blue);
}

.tb-hero{
  padding:110px 0 56px;
  position:relative;
}
.tb-hero-shell{
  padding:18px 0 28px;
}
.tb-hero-copy{
  max-width:640px;
}
.tb-hero-kicker{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(30,64,175,.14);
  background:rgba(255,255,255,.8);
  box-shadow:var(--tb-shadow-soft);
  color:var(--tb-blue);
  font-weight:700;
  font-size:.92rem;
  margin-bottom:16px;
}
.tb-hero h1{
  font-family:Poppins, Inter, system-ui, sans-serif;
  font-weight:700;
  letter-spacing:-1px;
  color:#0B1222;
  line-height:1.08;
  font-size:clamp(2.8rem, 7vw, 4.65rem);
  margin-bottom:22px;
}
.tb-hero p.lead{
  color:rgba(15,23,42,.78);
  font-size:1.08rem;
  font-weight:500;
  max-width:760px;
}
.tb-home-hero .row{
  min-height:480px;
}
.tb-trust-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px 18px;
  margin:26px 0 0;
  padding:0;
  list-style:none;
}
.tb-trust-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:600;
  color:rgba(15,23,42,.8);
}
.tb-check{
  width:20px;height:20px;border-radius:7px;
  background:rgba(30,64,175,.12);
  border:1px solid rgba(30,64,175,.22);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--tb-blue);
  flex:0 0 auto;
  margin-top:2px;
}

.tb-stat-card{
  height:100%;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--tb-shadow-soft);
}
.tb-stat-card strong{
  display:block;
  font-size:1.3rem;
  font-family:Poppins, Inter, sans-serif;
  color:#0B1222;
}
.tb-stat-card span{
  display:block;
  color:rgba(15,23,42,.68);
  font-size:.92rem;
}
.tb-hero-copy .row.g-3.mt-2{
  margin-top:1.45rem !important;
}

.tb-hero-slider{
  position:relative;
  min-height:540px;
}
.tb-hero-slide{
  position:absolute;
  inset:0;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--tb-shadow);
  opacity:0;
  transform:translateY(12px) scale(.985);
  transition:opacity .5s ease, transform .5s ease;
}
.tb-hero-slide.is-active{
  opacity:1;
  transform:translateY(0) scale(1);
}
.tb-hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.tb-hero-slide-overlay{
  position:absolute;
  inset:0;
  display:none;
}
.tb-hero-slide-content{
  position:absolute;
  left:28px;
  right:28px;
  bottom:76px;
  z-index:2;
}
.tb-hero-slide-content h2{
  color:#fff;
  font-family:Poppins, Inter, sans-serif;
  font-size:2rem;
  line-height:1.12;
  margin:0 0 12px;
}
.tb-hero-slide-content p{
  color:rgba(255,255,255,.84);
  max-width:420px;
  margin:0;
}
.tb-slider-dots{
  position:absolute;
  bottom:24px;
  left:28px;
  z-index:4;
  display:flex;
  gap:8px;
}
.tb-slider-dots button{
  width:12px;height:12px;border-radius:999px;border:0;
  background:rgba(255,255,255,.38);
  padding:0;
}
.tb-slider-dots button.is-active{background:var(--tb-gold);}

.tb-hero-floating-card{
  position:absolute;
  right:-22px;
  bottom:34px;
  z-index:5;
  width:min(290px, calc(100% - 24px));
  padding:18px;
  border-radius:24px;
  background:rgba(15,23,42,.86);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--tb-shadow);
}
.tb-hero-mini-text{
  color:rgba(255,255,255,.7);
  font-size:.86rem;
}
.tb-mini-chip{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:#fff;
}
.tb-mini-chip span{color:rgba(255,255,255,.66);}

.tb-section{padding:88px 0;}
.tb-section-title{
  font-family:Poppins, Inter, system-ui, sans-serif;
  font-weight:700;
  letter-spacing:-.6px;
  color:#0B1222;
  margin:0 0 12px;
}
.tb-muted{color:rgba(148,163,184,.92);}
.tb-sub{color:rgba(30,41,59,.72);}
.tb-sub-light{color:rgba(255,255,255,.72);}

.tb-card{
  background:linear-gradient(180deg, rgba(255,255,255,.99), rgba(255,255,255,.94));
  border:1px solid var(--tb-border);
  border-radius:var(--tb-radius);
  box-shadow:var(--tb-shadow-soft);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  height:100%;
}
.tb-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 48px rgba(2,6,23,.12);
  border-color:rgba(212,175,55,.24);
}
.tb-card-icon{
  width:48px;height:48px;border-radius:16px;
  background:
    radial-gradient(18px 18px at 30% 30%, rgba(255,255,255,.55), rgba(255,255,255,0)),
    linear-gradient(135deg, rgba(30,64,175,.14), rgba(212,175,55,.22));
  border:1px solid rgba(15,23,42,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--tb-navy);
}
.tb-map-frame{
  border-radius:var(--tb-radius);
  overflow:hidden;
  border:1px solid var(--tb-border);
  box-shadow:var(--tb-shadow-soft);
  background:#fff;
}
.tb-map-frame iframe{
  border:0;
}
.tb-pill{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(30,64,175,.08);
  border:1px solid rgba(30,64,175,.12);
  color:rgba(15,23,42,.74);
  font-weight:700;
  font-size:.8rem;
}
.tb-pill-dark{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.16);
  color:#fff;
}
.tb-price{
  font-weight:800;
  color:#0B1222;
  font-size:1.1rem;
}
.tb-features{
  margin:0;
  padding-left:18px;
  color:rgba(15,23,42,.74);
}
.tb-features li{margin:.32rem 0;}

.tb-home{
  display:block;
}
.tb-home > section{
  margin:0;
}
.tb-home-hero{
  padding-top:104px;
  padding-bottom:36px;
}
.tb-home-strip{
  padding-top:8px;
  padding-bottom:34px;
}
.tb-home-about{
  padding-top:42px;
  padding-bottom:56px;
}

.tb-home-about .tb-image-frame img{
  min-height:280px;
}
.tb-home-services{
  padding-top:72px;
  padding-bottom:80px;
}
.tb-home-process{
  padding-top:80px;
  padding-bottom:80px;
}
.tb-home-proof{
  padding-top:76px;
  padding-bottom:84px;
}

.tb-strip{
  padding:12px 0 26px;
}
.tb-strip-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:14px;
}
.tb-strip-item{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--tb-shadow-soft);
}
.tb-strip-item strong{
  display:block;
  font-size:.95rem;
  color:#0B1222;
}
.tb-strip-item span{
  display:block;
  margin-top:4px;
  color:rgba(15,23,42,.64);
  font-size:.86rem;
}

.tb-image-frame{
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--tb-shadow);
  background:#fff;
}
.tb-image-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:360px;
}
.tb-image-frame-dark{
  border:1px solid rgba(255,255,255,.12);
}

.tb-service-card{
  position:relative;
  display:flex;
  flex-direction:column;
}
.tb-service-banner{
  padding:22px;
  border-bottom:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.tb-service-banner-inner{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:160px;
  justify-content:flex-end;
}
.tb-service-banner-title{
  font-family:Poppins, Inter, system-ui, sans-serif;
  font-weight:700;
  letter-spacing:-.3px;
  font-size:1.32rem;
  line-height:1.2;
}
.tb-service-banner-meta{
  color:rgba(255,255,255,.82);
  font-weight:600;
  font-size:.9rem;
}
.tb-card-icon-inverse{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
}
.tb-banner-1{background:linear-gradient(135deg, #0F172A, #1E40AF 55%, #D4AF37);}
.tb-banner-2{background:linear-gradient(135deg, #1E40AF, #0F172A 55%, #D4AF37);}
.tb-banner-3{background:linear-gradient(135deg, #0B1222, #132447 55%, #1E40AF);}
.tb-banner-4{background:linear-gradient(135deg, #1E293B, #0F172A 55%, #1E40AF);}
.tb-banner-5{background:linear-gradient(135deg, #102c78, #0F172A 55%, #D4AF37);}
.tb-service-body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.tb-service-actions{
  margin-top:auto;
}

.tb-process{
  background:
    radial-gradient(700px 350px at 0% 0%, rgba(30,64,175,.28), rgba(15,23,42,0)),
    linear-gradient(135deg, #0F172A, #132447 55%, #102c78);
}
.tb-process-step{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
}
.tb-process-number{
  width:44px;height:44px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(212,175,55,.16);
  color:var(--tb-gold-soft);
  font-weight:800;
  flex:0 0 auto;
}

.tb-testimonial-feature{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:0;
  overflow:hidden;
  border-radius:26px;
  box-shadow:var(--tb-shadow);
  background:#fff;
}
.tb-testimonial-feature img{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:220px;
}
.tb-testimonial-feature-body{
  padding:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92));
}
.tb-testimonial-slider{
  position:relative;
}
.tb-testimonial-slide{
  display:none;
}
.tb-testimonial-slide.is-active{
  display:block;
}
.tb-slider-dots-static{
  position:static;
  margin-top:18px;
  justify-content:center;
}
.tb-slider-dots-static button{
  background:rgba(15,23,42,.18);
}
.tb-slider-dots-static button.is-active{
  background:var(--tb-blue);
}

.tb-info-tile{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:20px 22px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  box-shadow:var(--tb-shadow-soft);
}
.tb-footer-contact{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.tb-footer-contact .tb-icon-muted{
  color:var(--tb-gold);
  margin-top:1px;
}

.accordion-button{
  font-weight:700;
  color:#0B1222;
}
.accordion-item{
  border:1px solid rgba(15,23,42,.1);
  border-radius:var(--tb-radius);
  overflow:hidden;
  box-shadow:var(--tb-shadow-soft);
}
.accordion-button:not(.collapsed){
  background:rgba(30,64,175,.06);
  color:#0B1222;
}
.tb-cta-panel{
  border-radius:24px;
  background:
    radial-gradient(500px 220px at 0% 0%, rgba(212,175,55,.22), rgba(15,23,42,0)),
    linear-gradient(135deg, #0F172A, #1A2C58);
  box-shadow:var(--tb-shadow);
}

.tb-footer{
  margin-top:64px;
  background:linear-gradient(180deg, rgba(15,23,42,.99), rgba(2,6,23,.99));
  border-top:1px solid rgba(212,175,55,.18);
}
.tb-footer-title{
  font-family:Poppins, Inter, system-ui, sans-serif;
  font-weight:700;
  color:#fff;
  margin-bottom:10px;
}
.tb-footer .tb-muted{color:rgba(226,232,240,.78);}
.tb-footer-links a{
  color:rgba(255,255,255,.78);
  text-decoration:none;
  display:inline-block;
  padding:4px 0;
}
.tb-footer-links a:hover{color:#fff;}
.tb-link{color:rgba(255,255,255,.86); text-decoration:none;}
.tb-link:hover{color:#fff; text-decoration:underline;}
.tb-footer-bottom{border-top:1px solid rgba(255,255,255,.1);}

.tb-fab{
  position:fixed;
  right:16px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.2px;
  box-shadow:0 16px 30px rgba(2,6,23,.18);
  border:1px solid rgba(255,255,255,.18);
  z-index:1200;
}
.tb-fab span{padding:12px 14px;}
.tb-fab-whatsapp{
  bottom:86px;
  background:linear-gradient(135deg, #22c55e, #16a34a);
  color:#052012;
}
.tb-fab-inquiry{
  bottom:22px;
  background:linear-gradient(135deg, var(--tb-blue), rgba(30,64,175,.8));
  color:#fff;
}

.tb-form-card{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92));
  border:1px solid rgba(15,23,42,.12);
  border-radius:24px;
  box-shadow:var(--tb-shadow);
}
.tb-step{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.1);
  background:rgba(255,255,255,.65);
}
.tb-step-num{
  width:28px;height:28px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  font-weight:900;
  background:rgba(30,64,175,.1);
  border:1px solid rgba(30,64,175,.2);
  color:var(--tb-blue);
}
.tb-step-active{
  border-color:rgba(212,175,55,.35);
  background:rgba(212,175,55,.08);
}

.tb-drop{
  border:1.5px dashed rgba(30,64,175,.35);
  background:rgba(30,64,175,.04);
  border-radius:var(--tb-radius);
  padding:18px;
}
.tb-drop.dragover{
  border-color:rgba(212,175,55,.65);
  background:rgba(212,175,55,.08);
}

@media (max-width: 1199.98px){
  .tb-strip-grid{grid-template-columns:repeat(3, minmax(0,1fr));}
}
@media (max-width: 991.98px){
  .tb-hero{padding:82px 0 34px;}
  .tb-hero-shell{padding:8px 0 14px;}
  .tb-home-hero .row{min-height:auto;}
  .tb-trust-list{grid-template-columns:1fr;}
  .tb-hero-slider{min-height:460px;}
  .tb-hero-floating-card{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:16px;
  }
  .tb-section{padding:72px 0;}
  .tb-strip{padding:8px 0 20px;}
  .tb-home-hero{padding-top:82px; padding-bottom:26px;}
  .tb-home-strip{padding-top:0; padding-bottom:20px;}
  .tb-home-about{padding-top:44px; padding-bottom:60px;}
  .tb-home-services{padding-top:60px; padding-bottom:68px;}
  .tb-home-process{padding-top:68px; padding-bottom:68px;}
  .tb-home-proof{padding-top:64px; padding-bottom:72px;}
  .tb-strip-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
  .tb-testimonial-feature{grid-template-columns:1fr;}
}
@media (max-width: 575.98px){
  .tb-strip-grid{grid-template-columns:1fr;}
  .tb-hero{padding:74px 0 26px;}
  .tb-hero h1{
    font-size:clamp(2.3rem, 12vw, 3.3rem);
    line-height:1.06;
  }
  .tb-hero-slide-content{
    left:18px;
    right:18px;
    bottom:64px;
  }
  .tb-hero-slide-content h2{font-size:1.5rem;}
  .tb-hero-slider{min-height:360px;}
  .tb-trust-list{margin-top:22px;}
  .tb-hero-copy .row.g-3.mt-2{margin-top:1rem !important;}
  .tb-section{padding:62px 0;}
  .tb-home-hero{padding-top:74px; padding-bottom:20px;}
  .tb-home-strip{padding-bottom:14px;}
  .tb-home-about{padding-top:34px; padding-bottom:48px;}
  .tb-home-services{padding-top:48px; padding-bottom:56px;}
  .tb-home-process{padding-top:56px; padding-bottom:56px;}
  .tb-home-proof{padding-top:52px; padding-bottom:60px;}
  .tb-image-frame img{min-height:240px;}
}

