:root{
  --primary: #0090b0;
  --primary-dark: #00778f;
  --accent: #ffc107;
  --text: #1f2937;
  --muted: #6b7280;
  --bg-soft: #f6fafb;
  --border-soft: rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.10);
}

*{ box-sizing: border-box; }

body{
  font-family: "Open Sans", sans-serif;
  color: var(--text);
  background: #fff;
}

h1,h2,h3,h4,h5,h6,.navbar-brand{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

a{ text-decoration: none; }
a:hover{ text-decoration: none; }

.text-accent{ color: var(--accent) !important; }

/* Top bar */
.top-bar{
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 0.9rem;
}

.top-bar-right span{ white-space: nowrap; }

.social-icons a{
  color: #111827;
  margin-right: 12px;
  transition: color 0.2s ease;
}
.social-icons a:hover{ color: var(--primary); }

/* Navbar */
.navbar-logo{
  height: 50px;
  width: auto;
}

.navbar-light .navbar-nav .nav-link{
  color: #374151;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: var(--primary);
}

.btn-primary-cta{
  background: var(--primary);
  color: #fff;
  border-radius: 0;
  padding: 12px 22px;
  border: 1px solid var(--primary);
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.btn-primary-cta:hover{
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
}

.btn-hero-outline{
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.section-pad{ padding: 90px 0; }
.section-alt{ background: var(--bg-soft); }

.section-head{
  margin-bottom: 26px;
}
.section-head h2{ margin-bottom: 10px; }
.section-head p{
  color: var(--muted);
  margin: 0;
  max-width: 860px;
}

.illustration-img {
  max-height: 350px;
  width: 100%;
  object-fit: contain;
}


/* Hero Slider */
.hero-slider{ position: relative; }

.hero-slide{
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(to right, rgba(246, 250, 251, 0.92) 42%, rgba(246, 250, 251, 0.18) 100%),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
}

.hero-slide::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(0,144,176,0.16), transparent 45%),
    radial-gradient(circle at 80% 25%, rgba(255,193,7,0.16), transparent 52%);
  pointer-events: none;
}

.hero-row{ padding: 72px 0; }

.hero-content{ position: relative; z-index: 2; max-width: 720px; }

.hero-kicker{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

/* same image size */
.hero-media {
  height: 420px; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  max-height: 100%;
  min-width: 500px;
  object-fit: contain; 
}


.pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #0f172a;
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--border-soft);
  padding: 8px 12px;
  border-radius: 999px;
}

.pill i{ color: var(--primary); }

.hero-title{
  font-size: 3.6rem;
  line-height: 1.05;
  margin: 0 0 14px 0;
}

.hero-subtitle{
  color: #334155;
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 22px;
}

.hero-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-metrics{
  margin-top: 26px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.metric{
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--border-soft);
  padding: 12px 14px;
  min-width: 150px;
}
.metric-title{
  color: var(--muted);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.metric-value{
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
}

/* Hero media */
.hero-media{ position: relative; z-index: 2; }
.hero-image{
  width: 100%;
  height: 420px;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 24px 48px rgba(15,23,42,0.18));
}
.hero-image--phone{ height: 520px; }
.hero-image--wide{ height: 420px; object-fit: cover; border-radius: 18px; }

.hero-float-card{
  position: absolute;
  left: 18px;
  bottom: 10px;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  padding: 14px 16px;
  width: 80%;
  max-width: 360px;
}
.hero-float-title{
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.hero-float-text{ color: var(--muted); margin-top: 2px; }

/* Carousel polish */
.carousel-indicators [data-bs-target]{
  width: 10px; height: 10px;
  border-radius: 999px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
  filter: drop-shadow(0 8px 16px rgba(15,23,42,0.25));
}

/* Cards */
.card-soft{
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.icon-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(0,144,176,0.10);
  border: 1px solid rgba(0,144,176,0.18);
  color: var(--primary);
  font-size: 1.1rem;
}

/* Feature list */
.feature-list{ display: grid; gap: 16px; }
.feature-item{
  display: flex;
  gap: 14px;
  padding: 14px 14px;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: #fff;
}
.feature-icon{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,193,7,0.16);
  border: 1px solid rgba(255,193,7,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #92400e;
}

/* Media stack */
.media-stack{
  position: relative;
  min-height: 440px;
}
.media-stack-img{
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  border-radius: 18px;
  filter: drop-shadow(0 24px 48px rgba(15,23,42,0.10));
}
.media-stack-img--overlay{
  position: absolute;
  right: -10px;
  bottom: -24px;
  width: 72%;
  max-height: 360px;
}

/* Accordion */
.accordion-button{
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background: #fff;
}
.accordion-item{
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
}
.accordion-button:not(.collapsed){
  color: #0f172a;
  background: rgba(0,144,176,0.08);
}
.accordion-button:focus{
  box-shadow: none;
}

/* Check list */
.list-check{
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list-check li{
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  color: #111827;
}
.list-check li::before{
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
}

/* Modules visuals */
.modules-visual{ position: sticky; top: 100px; }
.modules-visual-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.modules-img{
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.modules-img--wide{
  grid-column: 1 / span 2;
}

.shadow-soft{ box-shadow: var(--shadow-soft); }

/* Mini cards */
.mini-card{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  background: #fff;
  height: 100%;
}
.mini-icon{
  width: 42px; height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,144,176,0.10);
  color: var(--primary);
}
.mini-title{
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.mini-text{ color: var(--muted); font-size: 0.95rem; }

/* CTA band */
.cta-band{
  margin-top: 10px;
  border-radius: 18px;
  border: 1px solid rgba(0,144,176,0.18);
  background: linear-gradient(135deg, rgba(0,144,176,0.10), rgba(255,193,7,0.10));
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.cta-band p{ color: #334155; }

/* Footer */
.footer{
  padding: 60px 0;
  background: #0b1220;
  color: #e5e7eb;
}
.footer-logo{
  max-width: 260px;
  height: auto;
}
.footer-title{
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.footer-links{
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0 0;
}
.footer-links li{ margin-bottom: 8px; }
.footer-links a{
  color: rgba(229,231,235,0.9);
}
.footer-links a:hover{ color: #fff; }

.footer-contact{ color: rgba(229,231,235,0.9); }
.footer-hr{ border-color: rgba(229,231,235,0.12); margin: 26px 0; }

/* Modal */
.modal-soft{
  border-radius: 18px;
  border: 1px solid var(--border-soft);
}
.modal-soft .modal-header{
  border-bottom: 1px solid var(--border-soft);
}
.modal-soft .modal-body{
  padding: 18px 18px 22px 18px;
}

/* Responsive */
@media (max-width: 992px){
  .section-pad{ padding: 70px 0; }
  .hero-slide{
    min-height: 70vh;
    background: var(--bg-soft);
    text-align: center;
  }
  .hero-title{ font-size: 2.6rem; }
  .hero-actions{ justify-content: center; }
  .hero-kicker{ justify-content: center; }
  .hero-metrics{ justify-content: center; }
  .modules-visual{ position: static; }
  .top-bar-right{ display: none !important; }
}

@media (max-width: 576px){
  .hero-title{ font-size: 2.2rem; }
}

/* Prevent sticky navbar from covering section headings */
section[id], footer[id], header[id] {
  scroll-margin-top: 110px;
}

/* Active nav style */
.navbar .nav-link.active {
  color: var(--primary) !important;
  font-weight: 700;
}

.navbar .nav-link {
  position: relative;
}

/* Optional: underline indicator */
.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -6px;
  height: 2px;
  background: var(--primary);
  border-radius: 999px;
}