:root {
  --brand-blue-900: #0d1b66;
  --brand-blue-700: #2046c1;
  --brand-cyan-500: #1aa6a1;
  --ink-900: #0f172a;
  --ink-700: #334155;
  --ink-500: #64748b;
  --paper: #ffffff;
  --soft: #f2f6ff;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --shadow-soft: 0 16px 50px rgba(18, 44, 115, 0.12);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--ink-700);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}

body.aos-fallback [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

h1,
h2,
h3,
.navbar-brand,
.hero-eyebrow,
.section-kicker {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

h1,
h2,
h3 {
  color: var(--ink-900);
  line-height: 1.2;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(2rem, 3.8vw, 4rem);
  color: #fff;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

h3 {
  font-size: 1.5rem;
}

.section-space {
  padding: 6rem 0;
}

.bg-soft {
  background: linear-gradient(180deg, #f8fbff 0%, #f0f6ff 100%);
}

#mainNav {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(13, 27, 102, 0.08);
  transition: all 0.25s ease;
}

#mainNav.nav-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 30px rgba(7, 18, 64, 0.12);
}

#mainNav.nav-compact .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 100% !important;
}

#mainNav.nav-compact .navbar-toggler {
  display: inline-flex !important;
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  flex: 0 0 44px;
  z-index: 2000;
  margin-left: 0;
  transform: none;
  background: #ffffff;
  color: var(--brand-blue-900);
  visibility: visible;
  opacity: 1;
}

#mainNav.nav-compact .navbar-brand {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 4rem);
  padding-right: 0.75rem;
}

#mainNav.nav-compact .navbar-collapse {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0.75rem;
  right: 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(13, 27, 102, 0.1);
  border-radius: 0.8rem;
  box-shadow: 0 12px 28px rgba(7, 18, 64, 0.12);
  padding: 0.5rem 0.75rem;
  z-index: 30;
}

#mainNav.nav-compact .navbar-collapse:not(.show) {
  display: none !important;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--brand-blue-900);
  font-weight: 800;
  line-height: 1.1;
}

.navbar-brand img {
  width: 62px;
  max-width: 16vw;
  height: auto;
  display: block;
}

.navbar-brand span {
  display: inline-block;
  max-width: 9rem;
  font-size: 0.98rem;
}

.nav-link {
  color: var(--brand-blue-900);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-cyan-500);
}

.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  margin-left: auto;
  border-color: rgba(13, 27, 102, 0.2);
  background: #fff;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  filter: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230d1b66' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.menu-toggle::before {
  content: none;
}

.menu-toggle .navbar-toggler-icon {
  display: none;
}

.menu-toggle-glyph {
  display: block !important;
  color: var(--brand-blue-900);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 2;
}

@media (min-width: 1400px) {
  .navbar-toggler {
    display: none;
  }
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-image: linear-gradient(130deg, rgba(8, 20, 71, 0.94) 0%, rgba(23, 89, 172, 0.77) 45%, rgba(18, 146, 145, 0.76) 100%), url("../assets/img/hero-slider-2.jpg");
  background-size: cover;
  background-position: center;
  padding: 9rem 0 5rem;
  overflow: hidden;
}

.hero-section::before {
  content: none;
}

.hero-eyebrow {
  color: #d2ddff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.hero-lead {
  font-size: 1.1rem;
  max-width: 62ch;
  color: #f2f6ff;
  margin-top: 1.4rem;
}

.hero-card {
  background: rgba(9, 25, 86, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-xl);
  padding: 1.8rem;
  box-shadow: var(--shadow-soft);
  color: #f0f6ff;
}

.hero-card h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}

.hero-card ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  margin: 0.55rem 0;
}

.hero-card i {
  color: #66efe4;
  margin-right: 0.35rem;
}

.hero-person-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-xl);
  padding: 1.3rem 1.6rem 1.55rem;
  box-shadow: var(--shadow-soft);
}

.hero-person-card img {
  width: 152px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  background: transparent;
  margin-top: -2.2rem;
  transform: translateX(0.75rem);
}

.hero-person-copy {
  width: 100%;
}

.hero-question,
.hero-rental {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-question {
  color: var(--brand-cyan-500);
  font-size: 0.86rem;
  margin: 0;
}

.hero-rental {
  color: var(--brand-blue-900);
  font-size: 1rem;
  margin: 0.2rem 0 0.55rem;
}

.hero-person-card strong {
  display: block;
  color: var(--brand-blue-900);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  font-weight: 800;
  line-height: 1.05;
}

.btn-brand {
  background: linear-gradient(120deg, var(--brand-cyan-500), #10b4ff);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.72rem 1.4rem;
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(19, 171, 190, 0.33);
}

.btn-outline-brand {
  border: 1px solid var(--brand-blue-700);
  color: var(--brand-blue-700);
  border-radius: 999px;
  font-weight: 600;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: var(--brand-blue-700);
  color: #fff;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-cyan-500);
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.section-heading {
  max-width: 52rem;
  margin: 0 auto 1.5rem;
}

.section-heading p {
  color: var(--ink-500);
}

.section-heading-light h2,
.section-heading-light p {
  color: #fff;
}

.section-heading-light .section-kicker {
  color: #83fff4;
}

.about-image-wrap {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  max-width: 326px;
  background: transparent;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  box-shadow: 0 10px 34px rgba(9, 32, 95, 0.08);
  border: 1px solid #e3ebff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(9, 32, 95, 0.14);
}

.service-card i {
  font-size: 1.6rem;
  color: var(--brand-blue-700);
}

.pin-icon {
  width: 46px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pin-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.pin-icon-light {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 0.35rem;
}

.service-card h3 {
  margin: 0.8rem 0;
  font-size: 1.45rem;
}

.section-accent {
  background: linear-gradient(105deg, #081447 0%, #15327f 52%, #0f8e93 100%);
}

.metric-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 1.35rem;
  color: #e9f7ff;
  height: 100%;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.metric-box:hover {
  transform: translateY(-5px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.11));
  border-color: rgba(131, 255, 244, 0.48);
}

.metric-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: rgba(131, 255, 244, 0.15);
  color: #83fff4;
  font-size: 1.35rem;
}

.metric-box h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.work-mode-card,
.pricing-card {
  height: 100%;
  border-radius: var(--radius-lg);
  color: #eef7ff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
}

.work-mode-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
}

.work-mode-card p,
.pricing-card p {
  margin: 0;
}

.pricing-card {
  padding: 1.45rem;
}

.pricing-card h3,
.pricing-card h4 {
  color: #fff;
}

.pricing-card h3 {
  margin: 0.9rem 0 0.35rem;
  font-size: 1.75rem;
}

.pricing-card h4 {
  margin: 1.1rem 0 0.2rem;
  font-size: 1.45rem;
}

.pricing-card ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.pricing-card li {
  margin: 0.48rem 0;
}

.pricing-note {
  max-width: 58rem;
  margin: 1.5rem auto 0;
  padding: 1.1rem 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #eef7ff;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.pricing-note i {
  color: #83fff4;
  font-size: 1.45rem;
  line-height: 1.35;
}

.client-chip {
  border: 1px solid #d4e4ff;
  border-radius: 0.95rem;
  padding: 0.9rem 1rem;
  background: #fff;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--brand-blue-900);
  min-height: 100%;
  box-shadow: 0 8px 22px rgba(9, 32, 95, 0.06);
}

.note-box {
  border-left: 4px solid var(--brand-cyan-500);
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 8px 28px rgba(9, 32, 95, 0.09);
  padding: 1rem 1.2rem;
}

.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid #e4ecff;
  box-shadow: 0 12px 34px rgba(9, 32, 95, 0.09);
  padding: 1.45rem;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e3f5ff;
}

.testimonial-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.testimonial-card p {
  margin: 0;
  color: var(--ink-500);
}

.testimonial-card blockquote {
  margin: 0;
  color: #1e293b;
  font-style: normal;
}

.testimonial-feature {
  border-color: rgba(26, 166, 161, 0.35);
  background: linear-gradient(135deg, #ffffff 0%, #eefcff 100%);
}

.custom-accordion .accordion-item {
  background: #fff;
  border: 1px solid #dce7ff;
  border-radius: 1rem;
  margin-bottom: 0.85rem;
  overflow: hidden;
}

.custom-accordion .accordion-button {
  font-weight: 700;
  color: var(--brand-blue-900);
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: var(--brand-blue-900);
  background: #ebf4ff;
  box-shadow: none;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.section-contact {
  background: linear-gradient(180deg, #f9fcff 0%, #eef5ff 100%);
}

.about-experience {
  padding-left: 1.1rem;
}

.about-experience li {
  margin: 0.45rem 0;
}

.origin-card {
  border: 1px solid #d9e7ff;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 12px 34px rgba(9, 32, 95, 0.08);
  padding: 1.35rem;
}

.origin-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.origin-card p {
  margin: 0;
  color: var(--ink-500);
}

.origin-card blockquote {
  margin: 0;
  color: #1e293b;
}

.contact-panel,
.cta-visual {
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow-soft);
  border: 1px solid #e4ecff;
}

.contact-panel {
  padding: 2rem;
}

.contact-list li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin: 0.7rem 0;
}

.contact-list i {
  color: var(--brand-blue-700);
}

.contact-list a {
  color: var(--brand-blue-700);
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

.cta-visual {
  position: relative;
  overflow: hidden;
}

.cta-visual img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.brand-visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  background: radial-gradient(circle at center, #ffffff 0%, #eef8ff 55%, #dbeeff 100%);
}

.brand-visual img {
  width: min(78%, 410px);
  height: auto;
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(13, 27, 102, 0.16));
}

.cta-badge {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  background: rgba(8, 20, 71, 0.82);
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-weight: 600;
  font-size: 0.92rem;
  white-space: nowrap;
}

.site-footer {
  background: #071143;
  color: #d7e1ff;
  padding: 1.4rem 0;
}

.site-footer a {
  color: #8af2eb;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.1rem;
  align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(215, 225, 255, 0.18);
}

.footer-strip strong {
  color: #fff;
}

.footer-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.footer-strip i {
  color: #8af2eb;
}

.footer-link {
  border: 0;
  background: transparent;
  color: #8af2eb;
  padding: 0;
  font: inherit;
  font-weight: 700;
}

.footer-link:hover,
.footer-link:focus {
  color: #fff;
  text-decoration: underline;
}

.info-modal .modal-content {
  border: 0;
  border-radius: 1.1rem;
  box-shadow: 0 24px 60px rgba(7, 17, 67, 0.22);
}

.info-modal .modal-header {
  border-bottom: 1px solid #e2e8f0;
}

.info-modal h2,
.info-modal h3 {
  color: var(--brand-blue-900);
  font-weight: 800;
}

.info-modal h3 {
  font-size: 1.05rem;
  margin-top: 1.2rem;
}

.legal-list {
  display: grid;
  grid-template-columns: minmax(10rem, 0.34fr) 1fr;
  gap: 0.65rem 1rem;
  margin: 1rem 0 0;
}

.legal-list dt {
  color: var(--brand-blue-900);
  font-weight: 800;
}

.legal-list dd {
  margin: 0;
}

@media (max-width: 1399.98px) {
  #mainNav .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 100% !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #mainNav {
    background: rgba(255, 255, 255, 0.98);
  }

  #mainNav .navbar-collapse {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0.75rem;
    right: 0.75rem;
    background: #ffffff;
    border: 1px solid rgba(13, 27, 102, 0.1);
    border-radius: 0.8rem;
    box-shadow: 0 12px 28px rgba(7, 18, 64, 0.12);
    padding: 0.5rem 0.75rem;
    z-index: 30;
  }

  #mainNav .navbar-collapse:not(.show) {
    display: none !important;
  }

  .navbar-nav {
    margin-top: 0.9rem;
    width: 100%;
    align-items: flex-start !important;
  }

  .navbar-toggler {
    display: inline-flex !important;
    position: fixed;
    top: 0.75rem;
    right: 0.75rem;
    flex: 0 0 44px;
    z-index: 2000;
    margin-left: 0;
    transform: none;
    border: 1px solid rgba(13, 27, 102, 0.2);
    background: #ffffff;
    color: var(--brand-blue-900);
    visibility: visible;
    opacity: 1;
  }

  .navbar-brand img {
    width: 48px;
  }

  .navbar-brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 4rem);
    padding-right: 0.75rem;
  }

  .navbar-brand span {
    display: inline-block;
    max-width: 8.2rem;
    white-space: normal;
  }

  .hero-section {
    min-height: auto;
    padding-top: 7rem;
  }

  .hero-section .row > * {
    min-width: 0;
  }

  .hero-eyebrow,
  h1,
  .hero-lead {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-person-card {
    max-width: 34rem;
    overflow: hidden;
  }

  .hero-person-card strong {
    overflow-wrap: anywhere;
  }

  .hero-question,
  .hero-rental {
    overflow-wrap: anywhere;
    line-height: 1.35;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 100% !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .navbar-toggler,
  #mainNav.nav-compact .navbar-toggler {
    left: min(334px, calc(100vw - 3.5rem));
    right: auto;
  }

  .section-space {
    padding: 4.2rem 0;
  }

  h1 {
    font-size: clamp(1.95rem, 7.8vw, 2.45rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  [data-aos] {
    transform: none !important;
  }

  .hero-cta .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-cta {
    width: 100%;
  }

  .navbar-brand span {
    max-width: 7rem;
    font-size: 0.85rem;
  }

  .hero-person-card {
    padding: 1rem;
    max-width: 100%;
  }

  .hero-person-card img {
    width: 118px;
    margin-top: -1.6rem;
    transform: translateX(0.35rem);
  }

  .about-image-wrap {
    max-width: 100%;
  }

  .metric-box {
    padding: 1rem;
  }

  .legal-list {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 420px) {
  .navbar-brand span {
    max-width: 6rem;
    font-size: 0.78rem;
  }
}
