/* ==========================================================================
   Bokul Mia Technical Servicess LLC — brand tokens & design system
   ========================================================================== */
:root{
  --teal-900:#0E3B3E;
  --teal-700:#155E61;
  --teal-050:#EAF2F1;
  --gold-500:#F2A93B;
  --gold-600:#E08B1D;
  --clay-600:#B85C38;
  --cream-50:#FAF6EE;
  --mint-100:#DCEFE4;
  --ink-900:#20302F;
  --font-display:'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*{ box-sizing:border-box; }

html{ scroll-behavior:smooth; }

body{
  font-family:var(--font-body);
  color:var(--ink-900);
  background:var(--cream-50);
  line-height:1.6;
}

h1,h2,h3,h4,.display-font{
  font-family:var(--font-display);
  color:var(--teal-900);
  font-weight:600;
  letter-spacing:-0.01em;
}

a{ color:var(--teal-700); text-decoration:none; }
a:hover{ color:var(--gold-600); }

.eyebrow{
  font-family:var(--font-body);
  font-weight:700;
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--clay-600);
}

/* ---------- Buttons ---------- */
.btn{ border-radius:.5rem; font-weight:600; padding:.65rem 1.4rem; }
.btn-brand-primary{
  background:var(--gold-500); border-color:var(--gold-500); color:var(--teal-900);
}
.btn-brand-primary:hover{ background:var(--gold-600); border-color:var(--gold-600); color:var(--teal-900); }
.btn-brand-outline{
  background:transparent; border:1.5px solid var(--cream-50); color:var(--cream-50);
}
.btn-brand-outline:hover{ background:var(--cream-50); color:var(--teal-900); }
.btn-brand-dark{ background:var(--teal-900); border-color:var(--teal-900); color:var(--cream-50); }
.btn-brand-dark:hover{ background:var(--teal-700); border-color:var(--teal-700); color:var(--cream-50); }
.btn-whatsapp{ background:#25D366; border-color:#25D366; color:#fff; }
.btn-whatsapp:hover{ background:#1ebe5b; border-color:#1ebe5b; color:#fff; }

/* ---------- Navbar ---------- */
.site-navbar{
  background:rgba(250,246,238,.92);
  backdrop-filter:saturate(160%) blur(6px);
  border-bottom:1px solid rgba(14,59,62,.08);
}
.site-navbar .navbar-brand img{ height:44px; width:auto; }
.site-navbar .nav-link{
  font-weight:600; color:var(--ink-900); margin:0 .4rem; position:relative;
}
.site-navbar .nav-link.active,
.site-navbar .nav-link:hover{ color:var(--teal-900); }
.site-navbar .nav-link.active::after{
  content:""; position:absolute; left:0; right:0; bottom:-4px; height:3px;
  background:var(--gold-500); border-radius:3px;
}
.navbar-call-btn{ font-size:.9rem; }

/* ---------- Hero ---------- */
.hero{
  background:linear-gradient(180deg, var(--mint-100) 0%, var(--cream-50) 65%);
  padding:5.5rem 0 4rem;
  overflow:hidden;
}
.hero h1{ font-size:clamp(2.1rem, 4.2vw, 3.4rem); line-height:1.08; }
.hero .lead{ font-size:1.15rem; color:var(--ink-900); opacity:.85; max-width:34rem; }
.hero-stats{ font-family:var(--font-body); }
.hero-stats strong{ font-family:var(--font-display); color:var(--teal-900); font-size:1.4rem; display:block; }

/* Signature element: fanned paint-swatch stack */
.swatch-fan{
  position:relative;
  height:420px;
}
.swatch-card{
  position:absolute;
  width:230px;
  border-radius:16px;
  padding:1.4rem 1.3rem;
  color:#fff;
  box-shadow:0 18px 34px -12px rgba(14,59,62,.35);
  transition:transform .35s ease, box-shadow .35s ease;
  cursor:default;
}
.swatch-card .swatch-icon{ font-size:1.7rem; opacity:.95; }
.swatch-card h3{ color:#fff; font-size:1.15rem; margin:.6rem 0 .25rem; }
.swatch-card p{ font-size:.85rem; opacity:.92; margin:0; }
.swatch-card:hover{ transform:translateY(-10px) rotate(0deg) !important; box-shadow:0 26px 46px -14px rgba(14,59,62,.45); z-index:10; }

.swatch-card.s1{ top:0;    left:6%;  transform:rotate(-9deg);  background:var(--teal-900); }
.swatch-card.s2{ top:52px; left:30%; transform:rotate(-2deg);  background:var(--clay-600); }
.swatch-card.s3{ top:18px; left:54%; transform:rotate(6deg);   background:var(--gold-600); }
.swatch-card.s4{ top:74px; left:26%; transform:rotate(13deg);  background:var(--teal-700); z-index:5; }

@media (max-width:991.98px){
  .swatch-fan{ height:auto; display:flex; flex-wrap:wrap; gap:1rem; position:static; margin-top:2rem; }
  .swatch-card{ position:static; width:calc(50% - .5rem); transform:none !important; }
}

/* ---------- Trust / license bar ---------- */
.trust-bar{ background:var(--teal-900); color:var(--cream-50); padding:2.6rem 0; }
.trust-bar .trust-item strong{ font-family:var(--font-display); font-size:1.6rem; display:block; color:var(--gold-500); }
.trust-bar .trust-item span{ font-size:.9rem; opacity:.85; }
.license-badge{
  border:1.5px dashed rgba(250,246,238,.45); border-radius:12px; padding:1rem 1.25rem;
}

/* ---------- Section framing ---------- */
.section{ padding:5rem 0; }
.section-alt{ background:var(--mint-100); }
.section-title{ font-size:clamp(1.7rem,3vw,2.3rem); }
.section-sub{ color:var(--ink-900); opacity:.75; max-width:38rem; }

/* ---------- Service cards (grid) ---------- */
.service-card{
  background:#fff; border-radius:16px; overflow:hidden; height:100%;
  box-shadow:0 10px 24px -14px rgba(14,59,62,.25);
  transition:transform .25s ease, box-shadow .25s ease;
  border:1px solid rgba(14,59,62,.06);
}
.service-card:hover{ transform:translateY(-6px); box-shadow:0 22px 34px -16px rgba(14,59,62,.35); }
.service-card .service-tab{ height:8px; }
.service-card .service-icon{
  width:54px; height:54px; border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem; color:#fff; margin-bottom:1rem;
}
.service-card .card-body{ padding:1.6rem; }
.service-card .service-link{ font-weight:700; font-size:.92rem; }

/* ---------- Why choose us ---------- */
.feature-icon{
  width:58px; height:58px; border-radius:50%; background:var(--teal-050);
  display:flex; align-items:center; justify-content:center; color:var(--teal-900); font-size:1.5rem;
}

/* ---------- Process ---------- */
.process-step{ position:relative; padding-left:0; }
.process-num{
  font-family:var(--font-display); font-size:2.6rem; color:var(--gold-500);
  line-height:1; margin-bottom:.4rem; display:block;
}
.process-line{ border-top:2px dashed rgba(14,59,62,.2); position:relative; top:-30px; }

/* ---------- CTA band ---------- */
.cta-band{ background:var(--gold-500); color:var(--teal-900); }
.cta-band h2{ color:var(--teal-900); }

/* ---------- Testimonials ---------- */
.testimonial-card{
  background:#fff; border-radius:16px; padding:2.2rem; box-shadow:0 10px 24px -14px rgba(14,59,62,.2);
}
.testimonial-card .bi-quote{ color:var(--gold-500); font-size:1.8rem; }
.carousel-indicators [data-bs-target]{ background-color:var(--teal-900); }

/* ---------- Footer ---------- */
.site-footer{ background:var(--teal-900); color:rgba(250,246,238,.85); }
.site-footer h6{ color:var(--cream-50); font-family:var(--font-body); font-weight:700; letter-spacing:.05em; text-transform:uppercase; font-size:.82rem; }
.site-footer a{ color:rgba(250,246,238,.75); }
.site-footer a:hover{ color:var(--gold-500); }
.footer-bottom{ border-top:1px solid rgba(250,246,238,.12); font-size:.85rem; }
.social-btn{
  width:38px; height:38px; border-radius:50%; border:1px solid rgba(250,246,238,.3);
  display:flex; align-items:center; justify-content:center; color:var(--cream-50);
}
.social-btn:hover{ background:var(--gold-500); border-color:var(--gold-500); color:var(--teal-900); }

/* ---------- Floating WhatsApp button ---------- */
.floating-whatsapp{
  position:fixed; bottom:22px; right:22px; z-index:1050;
  width:58px; height:58px; border-radius:50%; background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:1.6rem;
  box-shadow:0 10px 24px -8px rgba(0,0,0,.4);
}
.floating-whatsapp:hover{ color:#fff; transform:translateY(-3px); }

/* ---------- Page header (inner pages) ---------- */
.page-header{ background:var(--teal-900); color:var(--cream-50); padding:3.6rem 0 3rem; }
.page-header .eyebrow{ color:var(--gold-500); }
.page-header h1{ color:var(--cream-50); }

/* ---------- Map ---------- */
.map-frame{ border-radius:16px; overflow:hidden; border:1px solid rgba(14,59,62,.1); }
.map-frame iframe{ width:100%; height:100%; min-height:340px; border:0; }

/* ---------- Contact form ---------- */
.contact-form-card{ background:#fff; border-radius:16px; padding:2.2rem; box-shadow:0 14px 30px -16px rgba(14,59,62,.3); }
.form-control, .form-select{ border-radius:.55rem; padding:.65rem .9rem; border-color:rgba(14,59,62,.2); }
.form-control:focus, .form-select:focus{ border-color:var(--teal-700); box-shadow:0 0 0 .2rem rgba(21,94,97,.15); }

/* ---------- Accessibility ---------- */
:focus-visible{ outline:3px solid var(--gold-500); outline-offset:2px; }
@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition:none !important; scroll-behavior:auto !important; }
}
