﻿:root{
  --coal-blue:#17376f;
  --coal-blue-2:#24539b;
  --coal-navy:#0b1730;
  --coal-orange:#c78b2f;
  --coal-gold:#d7a84b;
  --coal-cyan:#19c3ff;
  --coal-ink:#172131;
  --coal-muted:#5d6d86;
  --coal-bg:#f4f6fa;
  --coal-card:#ffffff;
  --coal-border:#dce6f1;
}

html{scroll-behavior:smooth}
body{
  font-family:"Aptos","Trebuchet MS","Segoe UI",sans-serif;
  color: var(--coal-ink);
  background:
    radial-gradient(circle at top left, rgba(215,168,75,.07), transparent 24%),
    linear-gradient(180deg, #f9fbfd 0%, var(--coal-bg) 100%);
}

h1,h2,h3,.section-heading h2,.feature-card h2,.insight-panel h2,.cta-panel h2{
  font-family:Georgia,"Times New Roman",serif;
}

a{color: var(--coal-blue-2)}
a:hover{color: var(--coal-blue)}

.container-narrow{max-width:1100px}
.section{padding:72px 0}
.section-sm{padding:48px 0}
.section-soft{
  background:
    radial-gradient(circle at top left, rgba(25,195,255,.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}
.section-grid-accent{
  background-image:
    linear-gradient(rgba(18,58,114,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,58,114,.04) 1px, transparent 1px);
  background-size:24px 24px;
}

.navbar{
  background:rgba(255,255,255,.9);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid var(--coal-border);
}
.navbar .nav-link{font-weight:600;color:var(--coal-ink)}
.navbar .nav-link:hover{color:var(--coal-blue)}
.navbar .nav-link.active{color:var(--coal-blue)}
.skip-link{
  position:absolute;
  left:1rem;
  top:-3rem;
  z-index:3000;
  background:var(--coal-blue);
  color:#fff;
  padding:.75rem 1rem;
  border-radius:0 0 12px 12px;
  text-decoration:none;
}
.skip-link:focus{top:0}

.btn-coal{
  background:var(--coal-blue);
  border-color:var(--coal-blue);
  color:#fff;
  font-weight:700;
  border-radius:14px;
  padding:.75rem 1.1rem;
  box-shadow:0 10px 24px rgba(18,58,114,.18);
}
.btn-coal:hover{background:var(--coal-blue-2);border-color:var(--coal-blue-2);color:#fff}

.btn-outline-coal{
  border-color:var(--coal-blue);
  color:var(--coal-blue);
  font-weight:700;
  border-radius:14px;
  padding:.75rem 1.1rem;
}
.btn-outline-coal:hover{background:var(--coal-blue);color:#fff}

.badge-coal{
  background:rgba(255,157,0,.14);
  color:#8a5200;
  border:1px solid rgba(255,157,0,.28);
  font-weight:700;
  border-radius:999px;
  padding:.45rem .75rem;
}

.card{
  border:1px solid var(--coal-border);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(20,35,60,.06);
}
.card-hover{transition:transform .25s ease, box-shadow .25s ease}
.card-hover:hover{transform:translateY(-4px); box-shadow:0 16px 40px rgba(20,35,60,.10)}
.feature-card{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,249,253,.98));
}
.feature-card--primary{
  background:
    radial-gradient(circle at top right, rgba(215,168,75,.20), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #eef2f9 100%);
}
.feature-card--dark{
  background:linear-gradient(135deg, var(--coal-navy) 0%, var(--coal-blue) 100%);
  color:#fff;
}
.feature-card--dark p,
.feature-card--dark h2{color:#fff}

.hero{
  background:#ffffff;
  border-bottom:1px solid var(--coal-border);
}
.hero .kicker{
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  color:var(--coal-muted);
  font-size:.82rem;
}
.hero h1{
  font-weight:900;
  color:var(--coal-blue);
  line-height:1.08;
}
.hero p{color:var(--coal-muted); font-size:1.07rem}
.hero-carousel{
  position:relative;
  overflow:hidden;
}
.hero-carousel::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:140px;
  background:linear-gradient(180deg, transparent 0%, rgba(8,18,34,.68) 100%);
  pointer-events:none;
}
#slides .carousel-item img{
  height:82vh;
  object-fit:cover;
}
#slides .carousel-caption{
  top:50%;
  bottom:auto;
  left:8%;
  right:8%;
  max-width:880px;
  text-align:left;
  transform:translateY(-50%);
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(8,18,34,.86) 0%, rgba(8,18,34,.56) 42%, rgba(8,18,34,.18) 100%),
    radial-gradient(circle at top left, rgba(215,168,75,.18), transparent 30%);
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  margin-bottom:1rem;
  padding:.55rem .95rem;
  border-radius:999px;
  background:rgba(215,168,75,.14);
  border:1px solid rgba(215,168,75,.28);
  color:#fff;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}
.hero-actions .btn{visibility:visible !important}
.section-overlap{margin-top:-88px; position:relative; z-index:3}
.stats-band{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1rem;
  margin-bottom:1.5rem;
}
.stats-band__item{
  padding:1.1rem 1.25rem;
  border:1px solid rgba(18,58,114,.09);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,253,.94));
  box-shadow:0 12px 28px rgba(12,28,50,.08);
  backdrop-filter:blur(8px);
}
.stats-band__item strong{
  display:block;
  color:var(--coal-blue);
  font-size:1.15rem;
  letter-spacing:.03em;
}
.stats-band__item span{
  color:var(--coal-muted);
  font-size:.95rem;
}
.section-heading{
  max-width:740px;
  margin:0 auto 2.5rem;
  text-align:center;
}
.section-heading h2,
.insight-panel h2,
.feature-card h2,
.cta-panel h2{
  font-size:clamp(2rem, 4vw, 3rem);
  line-height:1.05;
  letter-spacing:-.03em;
  margin-bottom:1rem;
  color:var(--coal-navy);
}
.section-heading p,
.insight-panel p,
.feature-card p,
.cta-panel p{
  color:var(--coal-muted);
  font-size:1.02rem;
}
.section-eyebrow{
  display:inline-block;
  margin-bottom:.85rem;
  color:var(--coal-gold);
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.section-eyebrow--light{color:rgba(255,255,255,.74)}
.service-card{
  height:100%;
  padding:1.75rem;
  border:1px solid var(--coal-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 28px rgba(16,31,56,.06);
}
.service-card__icon{
  width:56px;
  height:56px;
  margin-bottom:1.1rem;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(18,58,114,.12), rgba(255,157,0,.18));
  color:var(--coal-blue);
  font-size:1.2rem;
}
.service-card h3{
  margin-bottom:.75rem;
  font-size:1.2rem;
  color:var(--coal-navy);
}
.service-card p{
  margin-bottom:0;
  color:var(--coal-muted);
}
.insight-panel{
  height:100%;
  padding:2rem;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--coal-border);
  box-shadow:0 14px 32px rgba(12,28,50,.06);
}
.insight-panel--accent{
  background:linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%);
}
.check-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem .85rem;
  margin-top:1.5rem;
}
.check-item{
  display:flex;
  gap:.7rem;
  align-items:flex-start;
  padding:1rem;
  border-radius:16px;
  background:rgba(18,58,114,.04);
}
.check-item i{
  color:var(--coal-orange);
  font-size:1.05rem;
  margin-top:.15rem;
}
.check-item span{
  color:var(--coal-ink);
  font-weight:600;
}
.timeline-steps{
  display:grid;
  gap:1rem;
  margin-top:1.5rem;
}
.timeline-step{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:1rem;
  align-items:start;
}
.timeline-step strong{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:18px;
  background:var(--coal-blue);
  color:#fff;
  font-size:1rem;
}
.timeline-step h3{
  margin:0 0 .25rem;
  font-size:1.08rem;
  color:var(--coal-navy);
}
.timeline-step p{margin:0}
.section-cta{padding-top:0}
.cta-panel{
  display:grid;
  grid-template-columns:minmax(0, 1.7fr) auto;
  gap:1.5rem;
  align-items:center;
  padding:2rem;
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(255,193,79,.28), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
  border:1px solid rgba(18,58,114,.10);
  box-shadow:0 18px 38px rgba(14,30,54,.08);
}
.cta-panel__actions{
  display:flex;
  flex-wrap:wrap;
  gap:.9rem;
  justify-content:flex-end;
}

.icon-pill{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(25,195,255,.12);
  border:1px solid rgba(25,195,255,.22);
  color:var(--coal-blue);
}

.footer{
  background:#ffffff;
  border-top:1px solid var(--coal-border);
}
.footer small{color:var(--coal-muted)}
.site-footer{
  background:linear-gradient(180deg, #12233f 0%, #0b1830 100%);
  color:#e7edf6;
}
.site-footer .text-muted,
.site-footer small{color:rgba(231,237,246,.72) !important}
.site-footer a{color:#fff}
.site-footer a:hover{color:var(--coal-gold)}
.footer-links,
.footer-contact{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-links li,
.footer-contact li{margin-bottom:.75rem}
.footer-contact i{width:18px; color:var(--coal-gold)}
.social-btn{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
}
.social-btn:hover{
  background:rgba(255,193,79,.16);
  border-color:rgba(255,193,79,.36);
  color:#fff;
}
.footer-hr{border-color:rgba(255,255,255,.12)}

#scrollProgress{
  position:fixed; left:0; top:0; height:3px; width:0;
  background: var(--coal-orange);
  z-index:2000;
}

.reveal{
  opacity:0; transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.reveal-in{opacity:1; transform:none}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1; transform:none; transition:none}
  .card-hover{transition:none}
}

@media (max-width: 991.98px){
  .section-overlap{margin-top:-42px}
  .stats-band{grid-template-columns:1fr}
  .cta-panel{grid-template-columns:1fr}
  .cta-panel__actions{justify-content:flex-start}
}

@media (max-width: 767.98px){
  .section{padding:56px 0}
  #slides .carousel-item img{height:78vh}
  #slides .carousel-caption{
    top:auto;
    left:1rem;
    right:1rem;
    bottom:12%;
    transform:none;
  }
  .hero-kicker{font-size:.72rem}
  .carousel-caption h1{font-size:clamp(1.9rem, 8vw, 3rem)}
  .carousel-caption .lead{
    font-size:1rem;
    line-height:1.55;
  }
  .check-grid{grid-template-columns:1fr}
  .timeline-step{grid-template-columns:50px 1fr}
  .timeline-step strong{
    width:50px;
    height:50px;
    border-radius:15px;
  }
  .service-card,
  .insight-panel,
  .cta-panel{padding:1.5rem}
}

/* Shared UX fixes for all inner pages */
.site-header{
  position: sticky;
  top: 0;
  z-index: 1400;
}

.navbar{
  position: relative;
  z-index: 1401;
  overflow: visible;
}

.navbar-collapse{
  overflow: visible;
}

.nav-dropdown,
.nav-dropdown .dropdown-menu{
  position: relative;
}

.lang-menu{
  z-index: 1500;
  min-width: 10rem;
  padding: .45rem;
  border: 1px solid rgba(11,23,48,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 44px rgba(8,18,34,.18);
}

.lang-menu .dropdown-item{
  border-radius: 12px;
  padding: .55rem .8rem;
}

.lang-menu .dropdown-item:hover{
  background: rgba(23,55,111,.08);
  color: var(--coal-blue);
}

.btn-soft{
  background: rgba(23,55,111,.08);
  border: 1px solid rgba(23,55,111,.14);
  color: var(--coal-blue);
  font-weight: 700;
  border-radius: 14px;
  padding: .75rem 1.1rem;
}

.btn-soft:hover{
  background: rgba(23,55,111,.12);
  color: var(--coal-blue);
}

.hero-actions .btn-soft,
.page-hero .btn-soft,
.page-cta .btn-soft,
.site-footer .btn-soft,
.cta-panel .btn-soft{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.22);
  color: #fff;
}

.hero-actions .btn-soft:hover,
.page-hero .btn-soft:hover,
.page-cta .btn-soft:hover,
.site-footer .btn-soft:hover,
.cta-panel .btn-soft:hover{
  background: rgba(255,255,255,.16);
  color: #fff;
}

.cta-panel .btn-soft{
  background: rgba(23,55,111,.08);
  border-color: rgba(23,55,111,.16);
  color: var(--coal-blue);
}

.cta-panel .btn-soft:hover{
  background: rgba(23,55,111,.14);
  color: var(--coal-blue);
}

.feature-card--dark .btn-light{
  background: linear-gradient(135deg, #f8fbff, #dfe9f6);
  border: 1px solid rgba(255,255,255,.18);
  color: var(--coal-navy);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.feature-card--dark .btn-light:hover{
  background: #ffffff;
  color: var(--coal-navy);
}

.badge-hero{
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border-radius: 999px;
  padding: .45rem .75rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-weight: 700;
}

.section-title{
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.08;
  color: var(--coal-navy);
  margin-bottom: 1rem;
}

.section-lead{
  color: var(--coal-muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.text-white-75{
  color: rgba(255,255,255,.78) !important;
}

.page-hero{
  position: relative;
  padding: 68px 0;
  background:
    radial-gradient(900px 320px at 10% 10%, rgba(215,168,75,.20), transparent 58%),
    linear-gradient(135deg, rgba(11,23,48,.96), rgba(17,55,111,.92));
  color: #fff;
  overflow: hidden;
}

.page-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/slider-4.jpg');
  background-position: center;
  background-size: cover;
  opacity: .12;
}

.page-hero .container{
  position: relative;
  z-index: 1;
}

.page-hero h1{
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.page-hero .lead,
.page-hero p{
  color: rgba(255,255,255,.88);
}

.page-hero .text-muted{
  color: rgba(255,255,255,.82) !important;
}

.page-hero .breadcrumb{
  --bs-breadcrumb-divider: '›';
}

.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item.active{
  color: rgba(255,255,255,.9);
}

.page-hero .breadcrumb-item a{
  color: rgba(255,255,255,.72);
}

.page-cta{
  padding: 1.8rem 2rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(215,168,75,.24), transparent 24%),
    linear-gradient(135deg, rgba(11,23,48,.96), rgba(23,55,111,.94));
  color: #fff;
  box-shadow: 0 18px 42px rgba(8,18,34,.18);
}

.page-cta h3{
  color: #fff;
}

.icon-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-list li{
  display: flex;
  gap: .7rem;
  padding: .4rem 0;
  color: var(--coal-ink);
}

.icon-list i{
  color: var(--coal-gold);
  margin-top: .18rem;
}

.callout{
  border: 1px solid rgba(23,55,111,.10);
  border-radius: 18px;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(23,55,111,.05), rgba(215,168,75,.06));
}

.gallery-card{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(8,18,34,.12);
}

.gallery-card img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform .45s ease;
}

.gallery-card:hover img{
  transform: scale(1.05);
}

.gallery-card__cap{
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: rgba(8,18,34,.76);
  color: #fff;
  font-weight: 700;
}

.filter-btn.is-active{
  background: var(--coal-blue);
  border-color: var(--coal-blue);
  color: #fff;
}

.page-split{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 1.5rem;
  align-items: stretch;
}

.page-media-card{
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(8,18,34,.14);
}

.page-media-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-media-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,18,34,.06), rgba(8,18,34,.36));
}

.page-note{
  border: 1px solid rgba(23,55,111,.10);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,247,252,.98));
  box-shadow: 0 16px 34px rgba(8,18,34,.08);
}

.hero.section{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(215,168,75,.14), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.hero.section::after{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23,55,111,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,55,111,.04) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.hero.section .container{
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px){
  .page-split{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px){
  .page-hero{
    padding: 52px 0;
  }

  .page-cta{
    padding: 1.4rem;
  }

  .gallery-card img{
    height: 220px;
  }
}

.back-to-top{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1300;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(8,18,34,.88);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(8,18,34,.22);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.back-to-top.is-visible{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fab-whatsapp{
  position: fixed;
  right: 18px;
  bottom: 78px;
  z-index: 1300;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 18px 40px rgba(8,18,34,.18);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease;
}

.fab-whatsapp.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.fab-whatsapp:hover{
  color: #fff;
  transform: translateY(-2px);
}

/* KIOO UX polish pass */
.form-label{
  font-size: 1rem;
  font-weight: 700;
  color: var(--coal-ink);
}
.form-control,
.form-select{
  min-height: 48px;
  font-size: 1rem;
  border-radius: 14px;
  border-color: rgba(23,55,111,.18);
}
textarea.form-control{min-height: 140px;}
.contact-list a{text-decoration: none; color: var(--coal-blue); font-weight: 700;}
.section img.rounded-4.shadow-sm{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.carousel-control-prev,
.carousel-control-next{
  width: 7%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background-color: rgba(8,18,34,.45);
  background-size: 55%;
}
@media (max-width: 767.98px){
  #slides .carousel-item img{height: 72vh;}
  #slides .carousel-caption{
    left: 1rem;
    right: 1rem;
    bottom: 9%;
    max-width: none;
  }
  .carousel-caption h1{
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.08;
  }
  .carousel-caption .lead{
    font-size: 1rem;
    line-height: 1.5;
  }
  .hero-actions{
    gap: .65rem;
  }
  .hero-actions .btn{
    width: 100%;
    margin-top: .35rem;
    white-space: normal;
  }
  .carousel-control-prev,
  .carousel-control-next{
    width: 2.75rem;
    opacity: .75;
  }
  .carousel-control-prev{left: .25rem;}
  .carousel-control-next{right: .25rem;}
  .stats-band__item{
    padding: 1rem;
  }
}
/* KIOO nav overflow fix */
.coal-nav .navbar-nav li{padding-right: .35rem;}
.coal-nav .nav-link{white-space: nowrap; padding-left: .65rem; padding-right: .65rem;}
.coal-nav .btn{margin-top: 0;}
@media (max-width: 1399.98px){
  .coal-nav .d-flex.gap-2 .btn-soft{display: none;}
}
@media (max-width: 767.98px){
  #slides .carousel-control-prev,
  #slides .carousel-control-next{display: none;}
}