
:root {
  --navy: #0f172a;
  --navy-soft: #16213d;
  --cyan: #06b6d4;
  --cyan-dark: #0891b2;
  --emerald: #10b981;
  --slate: #475569;
  --text: #1e293b;
  --muted: #64748b;
  --line: rgba(15, 23, 42, 0.08);
  --surface: #f8fafc;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}
html { scroll-behavior: smooth; }
body {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  padding-top: 96px;
}
img { max-width: 100%; height: auto; }
a { text-decoration: none; }
.site-navbar {
  background: rgba(10, 18, 35, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.18);
}
.navbar-brand { display: inline-flex; align-items: center; }
.brand-logo {
  height: 66px;
  width: auto;
  display: block;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 4px 10px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.16);
}
.footer-logo {
  height: 90px;
  width: auto;
  display: block;
  object-fit: contain;
  background: #fff;
  border-radius: 16px;
  padding: 8px 12px;
}
.nav-link {
  color: rgba(255,255,255,0.84) !important;
  font-weight: 500;
  padding: 0.8rem 0.9rem !important;
}
.nav-link:hover, .nav-link.active { color: #fff !important; }
.custom-toggler { border: 1px solid rgba(255,255,255,0.16); }
.custom-toggler:focus { box-shadow: none; }
.btn-accent {
  background: linear-gradient(135deg, var(--cyan), var(--emerald));
  border: 0;
  color: #fff;
  box-shadow: 0 12px 32px rgba(6, 182, 212, 0.25);
}
.btn-accent:hover { color: #fff; background: linear-gradient(135deg, var(--cyan-dark), #0ea271); }
.btn-outline-primary { border-color: rgba(15, 23, 42, 0.2); color: var(--navy); }
.btn-outline-primary:hover { background: var(--navy); border-color: var(--navy); }
.page-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(6,182,212,0.18), transparent 32%), linear-gradient(135deg, #08111f 0%, #0f172a 60%, #0f2b3b 100%);
  color: #fff;
  padding: 5.5rem 0 4.5rem;
}
.page-hero .lead { color: rgba(255,255,255,0.84); font-size: 1.08rem; max-width: 680px; }
.eyebrow, .section-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 1rem;
}
.section-tag { color: var(--cyan-dark); }
.tag-dark { color: #9be7f5; }
.page-hero h1, .section-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.section-title { color: var(--navy); margin-bottom: 1rem; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.section-text { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.hero-visual-card,
.feature-panel,
.service-card,
.contact-card,
.submenu-card,
.solution-table-wrap,
.presence-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.hero-visual-card { padding: 0.8rem; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.12); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(12px); opacity: 0.55; }
.hero-glow-one { width: 260px; height: 260px; background: rgba(6,182,212,0.28); right: 6%; top: 8%; }
.hero-glow-two { width: 220px; height: 220px; background: rgba(16,185,129,0.22); left: -3%; bottom: -6%; }
.section-pad { padding: 5rem 0; }
.section-soft { background: var(--surface); }
.section-heading { max-width: 820px; }
.dark-band { background: linear-gradient(135deg, var(--navy), #102c4f); }
.feature-panel, .service-card, .contact-card { padding: 2rem; }
.service-card h3, .feature-panel h3, .contact-card h3 {
  font-size: 1.2rem;
  margin-bottom: .8rem;
  color: var(--navy);
  font-weight: 700;
}
.service-image { min-height: 310px; object-fit: cover; }
.solution-table-wrap { padding: 1.25rem; overflow-x: auto; }
.solution-table { width: 100%; border-collapse: collapse; }
.solution-table th, .solution-table td {
  padding: 1rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.solution-table th { color: var(--navy); font-size: .96rem; background: rgba(6, 182, 212, 0.06); }
.partner-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .9rem;
}
.partner-badge {
  display: inline-flex;
  align-items: center;
  padding: .82rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  font-weight: 700;
}
.content-list { margin: 0; padding-left: 1.1rem; color: var(--muted); line-height: 1.8; }
.content-list li + li { margin-top: .35rem; }
.check-list { display: grid; gap: 1rem; }
.check-item {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  font-weight: 600;
  box-shadow: var(--shadow);
}
.check-item::before {
  content: '✓';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.14);
  color: var(--emerald);
  font-weight: 900;
}
.presence-card {
  padding: 1.5rem;
  display: grid;
  gap: .4rem;
}
.presence-card strong { color: var(--navy); font-size: 1.1rem; }
.presence-card span { color: var(--muted); line-height: 1.8; }
.service-detail-block img { min-height: 300px; object-fit: cover; }
.bullet-card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(6, 182, 212, 0.14);
  background: rgba(6, 182, 212, 0.07);
  color: var(--navy);
  font-weight: 600;
  line-height: 1.6;
}
.contact-list, .footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.contact-list li, .footer-contact li { margin-bottom: .85rem; color: var(--muted); line-height: 1.7; }
.form-control, .form-select {
  border-radius: 14px;
  min-height: 50px;
  border-color: rgba(15, 23, 42, 0.12);
}
.form-control:focus, .form-select:focus {
  border-color: rgba(6, 182, 212, 0.6);
  box-shadow: 0 0 0 .2rem rgba(6, 182, 212, 0.12);
}
.cta-strip {
  padding: 2.25rem 0;
  background: linear-gradient(135deg, rgba(6,182,212,0.92), rgba(16,185,129,0.92));
  color: #fff;
}
.cta-strip h2 { font-size: clamp(1.65rem, 2.6vw, 2.3rem); font-weight: 800; margin-bottom: .5rem; }
.cta-strip p { margin: 0; color: rgba(255,255,255,0.92); }
.site-footer { background: #08111f; color: rgba(255,255,255,0.8); }
.footer-brand { display: inline-flex; align-items: center; color: #fff; }
.footer-brand:hover { color: #fff; }
.footer-text { color: rgba(255,255,255,0.72); line-height: 1.8; }
.site-footer h6 { color: #fff; margin-bottom: 1rem; font-weight: 700; }
.footer-links li { margin-bottom: .7rem; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,0.72); }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 0;
  font-size: .92rem;
  color: rgba(255,255,255,0.66);
}
.service-dropdown-menu {
  min-width: 340px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  padding: 0.75rem;
}
.service-dropdown-menu .dropdown-item {
  white-space: normal;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  color: var(--navy);
  font-weight: 600;
}
.service-dropdown-menu .dropdown-item:hover,
.service-dropdown-menu .dropdown-item:focus {
  background: rgba(6, 182, 212, 0.08);
  color: var(--cyan-dark);
}
.submenu-card {
  display: block;
  height: 100%;
  padding: 1.35rem;
  color: var(--text);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.submenu-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.03rem;
  margin-bottom: 0.45rem;
}
.submenu-card span { display: block; color: var(--muted); line-height: 1.7; }
.submenu-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14); }
@media (max-width: 991.98px) {
  body { padding-top: 84px; }
  .brand-logo { height: 54px; padding: 4px 8px; }
  .footer-logo { height: 74px; }
  .navbar-collapse {
    background: rgba(8, 17, 31, 0.98);
    margin-top: .85rem;
    border-radius: 18px;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.06);
  }
  .nav-link { padding-left: 0 !important; padding-right: 0 !important; }
  .service-dropdown-menu { min-width: 100%; background: rgba(255,255,255,0.98); }
}
@media (max-width: 767.98px) {
  .page-hero { padding: 4.6rem 0 3.4rem; }
  .brand-logo { height: 48px; }
  .footer-logo { height: 64px; }
  .section-pad { padding: 3.7rem 0; }
  .solution-table th, .solution-table td { min-width: 220px; }
  .footer-bottom .container { text-align: center; }
}
