:root {
  --primary: #0b2d4d;
  --secondary: #1f5f8b;
  --accent: #00b8d9;
  --white: #ffffff;
  --soft-gray: #f4f7fa;
  --dark-text: #101820;
  --muted-text: #5f6f7f;
  --border: #d8e3ec;
  --shadow: 0 22px 60px rgba(11, 45, 77, 0.14);
  --shadow-soft: 0 18px 38px rgba(14, 38, 63, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Prompt", sans-serif;
  color: var(--dark-text);
  background:
    radial-gradient(circle at top left, rgba(0, 184, 217, 0.08), transparent 22%),
    linear-gradient(180deg, #fbfdff 0%, #f4f7fa 55%, #eef4f9 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  color: var(--muted-text);
  line-height: 1.75;
}

h1,
h2,
h3,
.navbar-brand strong {
  color: var(--dark-text);
  line-height: 1.15;
}

.section-pad {
  padding: 110px 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 247, 250, 0.95)),
    radial-gradient(circle at top right, rgba(31, 95, 139, 0.06), transparent 28%);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--secondary);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.section-heading h2,
.why-section h2,
.contact-section h2,
.hero-section h1,
.about-panel h3 {
  font-weight: 800;
}

.section-heading h2,
.why-section h2,
.contact-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(216, 227, 236, 0.8);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark img {
  height: 50px;
  object-fit: contain;
}

.brand-mark span {
  display: flex;
  flex-direction: column;
}

.brand-mark strong {
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.brand-mark small {
  color: var(--muted-text);
  font-family: "Prompt", sans-serif;
  font-size: 0.82rem;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 10px 14px;
  color: var(--dark-text);
  font-weight: 700;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--secondary));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.btn-consultation,
.btn-primary,
.hero-outline {
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn-consultation {
  background: linear-gradient(135deg, var(--accent), #35d8f4);
  color: var(--primary);
  box-shadow: 0 12px 24px rgba(0, 184, 217, 0.24);
}

.btn-consultation:hover,
.btn-primary:hover,
.hero-outline:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #2fd1ec);
  border: none;
  color: var(--primary);
  box-shadow: 0 16px 28px rgba(0, 184, 217, 0.2);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #1ed1ef, #62e0f6);
  color: var(--primary);
}

.hero-outline {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.hero-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--white);
}

.custom-toggler {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 10px 12px;
  box-shadow: none;
}

.custom-toggler:focus {
  box-shadow: none;
}

.custom-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
}

.custom-toggler span+span {
  margin-top: 5px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 90px;
  background:
    linear-gradient(135deg, #0a2742 0%, #0d3457 45%, #1f5f8b 100%);
  color: var(--white);
}

.hero-section h1 {
  font-size: clamp(2.7rem, 6vw, 4.9rem);
  color: var(--white);
  max-width: 11ch;
}

.hero-section .eyebrow,
.hero-section .lead-th {
  color: #9eefff;
}

.lead-th {
  margin-bottom: 16px;
  font-family: "Prompt", sans-serif;
  font-size: 1.28rem;
  font-weight: 600;
}

.hero-copy,
.hero-copy-th {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
}

.hero-copy-th {
  font-family: "Prompt", sans-serif;
}

.hero-bg-shape {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}

.hero-bg-one {
  top: -120px;
  left: -140px;
  width: 360px;
  height: 360px;
  background: rgba(0, 184, 217, 0.2);
}

.hero-bg-two {
  right: -90px;
  bottom: -90px;
  width: 290px;
  height: 290px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-metrics .metric-card {
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.metric-card strong {
  display: block;
  color: var(--white);
  margin-bottom: 6px;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.hero-visual-card {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.dashboard-shell {
  padding: 18px;
  border-radius: calc(var(--radius-xl) - 6px);
  background: #f8fbfe;
  box-shadow: inset 0 0 0 1px rgba(11, 45, 77, 0.08);
}

.dashboard-top {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.dashboard-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b9cfe0;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 16px;
}

.dashboard-panel {
  border-radius: 20px;
  background: var(--white);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.panel-header strong {
  color: var(--primary);
}

.panel-header small,
.mini-stat small {
  color: var(--muted-text);
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-height: 190px;
}

.chart-bars span {
  flex: 1;
  border-radius: 16px 16px 6px 6px;
  background: linear-gradient(180deg, var(--accent), var(--secondary));
}

.panel-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mini-stat {
  padding: 15px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbfd, #eef5fa);
}

.mini-stat strong {
  display: block;
  color: var(--primary);
  margin-top: 4px;
}

.floating-badge {
  position: absolute;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.floating-badge-left {
  left: -14px;
  bottom: 40px;
}

.floating-badge-right {
  right: -10px;
  top: 30px;
}

.service-card,
.solution-card,
.process-card,
.portfolio-card,
.why-card,
.contact-info-card,
.contact-form-card,
.about-panel {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.service-card,
.solution-card,
.portfolio-card {
  padding: 28px;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(216, 227, 236, 0.86);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover,
.solution-card:hover,
.portfolio-card:hover,
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(11, 45, 77, 0.12);
}

.icon-box {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.16), rgba(31, 95, 139, 0.12));
}

.icon-box svg {
  width: 28px;
  height: 28px;
  stroke: var(--primary);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3,
.solution-card h3,
.process-card h3,
.portfolio-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.process-card {
  padding: 26px 22px;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 252, 0.98)),
    radial-gradient(circle at top right, rgba(0, 184, 217, 0.08), transparent 28%);
  border: 1px solid rgba(216, 227, 236, 0.9);
}

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  font-weight: 800;
}

.why-section {
  background:
    linear-gradient(180deg, #0b2d4d 0%, #113b61 100%);
  color: var(--white);
}

.why-section h2,
.why-section p {
  color: var(--white);
}

.why-card {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 24px;
  font-weight: 700;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-panel {
  padding: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  border: 1px solid rgba(216, 227, 236, 0.88);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-stat {
  padding: 20px;
  border-radius: 18px;
  background: var(--soft-gray);
}

.about-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
}

.about-stat span {
  color: var(--muted-text);
  font-size: 0.96rem;
  line-height: 1.6;
}

.contact-section {
  background:
    radial-gradient(circle at top left, rgba(0, 184, 217, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fbfe 0%, #eef4f9 100%);
}

.contact-info-card,
.contact-form-card {
  padding: 32px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(216, 227, 236, 0.9);
}

.contact-info-card {
  display: grid;
  gap: 20px;
}

.contact-info-card small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted-text);
  font-weight: 700;
}

.contact-info-card a,
.contact-info-card span {
  color: var(--primary);
  font-weight: 700;
  word-break: break-word;
}

.form-label {
  color: var(--primary);
  font-weight: 700;
}

.form-control,
.form-select {
  border-color: var(--border);
  border-radius: 16px;
  padding: 13px 16px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(0, 184, 217, 0.72);
  box-shadow: 0 0 0 0.25rem rgba(0, 184, 217, 0.16);
}

.form-note {
  color: var(--muted-text);
  font-size: 0.95rem;
}

.site-footer {
  padding: 72px 0 30px;
  background: #091d31;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer h3,
.footer-brand strong,
.footer-tagline {
  color: var(--white);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.footer-brand img {
  height: 50px;
}

.footer-brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Prompt", sans-serif;
}

.footer-tagline {
  margin-bottom: 0;
}

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

.footer-links li+li {
  margin-top: 10px;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.74);
}

.footer-links a:hover {
  color: #9eefff;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    margin-top: 16px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-soft);
  }

  .brand-mark img,
  .footer-brand img {
    width: 148px;
  }

  .hero-section {
    padding-top: 92px;
  }
}

@media (max-width: 991.98px) {
  .section-pad {
    padding: 88px 0;
  }

  .hero-section h1 {
    max-width: none;
  }

  .dashboard-body,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .floating-badge-left {
    left: 18px;
    bottom: -14px;
  }

  .floating-badge-right {
    right: 20px;
    top: -12px;
  }
}

@media (max-width: 767.98px) {

  .brand-mark img,
  .footer-brand img {
    width: 128px;
  }

  .brand-mark strong {
    font-size: 0.9rem;
  }

  .hero-section {
    padding: 84px 0 72px;
  }

  .hero-section h1 {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .contact-info-card,
  .contact-form-card,
  .service-card,
  .solution-card,
  .portfolio-card,
  .about-panel {
    padding: 24px;
  }

  .floating-badge {
    position: static;
    display: inline-flex;
    margin-top: 14px;
    margin-right: 8px;
  }
}