:root {
  --blue: #0057a8;
  --blue-dark: #102033;
  --navy: #06264a;
  --green: #3bb54a;
  --gray: #5f6b7a;
  --soft: #f4f7f9;
  --line: #d9e3ec;
  --mineral: #c8a96a;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--blue-dark);
  font-family: Inter, "Open Sans", Arial, sans-serif;
  background: #fbfcfd;
  padding-bottom: 72px;
}

h1,
h2,
h3,
.navbar-brand,
.btn {
  font-family: Montserrat, Inter, Arial, sans-serif;
}

h1 {
  font-size: clamp(2.35rem, 8vw, 4.8rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.9rem, 5vw, 3.1rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

h3 {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0;
}

p {
  color: var(--gray);
  line-height: 1.7;
}

.btn {
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: 0;
}

.btn-primary {
  --bs-btn-bg: var(--blue);
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-bg: #004987;
  --bs-btn-hover-border-color: #004987;
}

.btn-outline-primary {
  --bs-btn-color: var(--blue);
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-bg: var(--blue);
  --bs-btn-hover-border-color: var(--blue);
}

.site-nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(217, 227, 236, 0.9);
  backdrop-filter: blur(18px);
}

.brand-logo {
  display: block;
  width: 220px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.nav-link {
  color: var(--blue-dark);
  font-weight: 700;
}

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

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 128px 0 72px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.93) 52%, rgba(244, 247, 249, 0.86) 100%),
    radial-gradient(circle at 84% 24%, rgba(0, 87, 168, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef4f8 100%);
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  max-width: 650px;
  color: #435265;
  font-size: 1.1rem;
}

.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-bullets-panel {
  display: grid;
  width: min(100%, 500px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.hero-bullets span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--blue-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-bullets-panel span {
  justify-content: center;
}

.hero-bullets i,
.check-list li::before,
.bi::before {
  color: var(--green);
}

.bi {
  position: relative;
}

.bi::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 900;
  content: "";
}

.hero-bullets .bi::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.hero-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(16, 32, 51, 0.14);
}

.identity-panel {
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 34px 44px 44px;
  border: 1px solid rgba(217, 227, 236, 0.95);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 249, 0.98)),
    radial-gradient(circle at 50% 42%, rgba(59, 181, 74, 0.18), transparent 42%);
}

.hero-section .row {
  align-items: stretch;
}

.hero-section .col-lg-6 {
  display: flex;
  flex-direction: column;
}

.hero-section .col-lg-6:first-child {
  justify-content: flex-start;
}

.hero-section .col-lg-6:last-child {
  justify-content: stretch;
}

.hero-section .identity-panel {
  height: 100%;
}

.hero-logo {
  width: min(100%, 560px);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(16, 32, 51, 0.12));
}

.identity-copy {
  display: grid;
  gap: 5px;
  margin-top: 26px;
  text-align: center;
  text-transform: uppercase;
}

.identity-copy span {
  color: var(--green);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.identity-copy strong {
  color: var(--navy);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

.hero-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(100%, 360px);
  margin-top: 20px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(16, 32, 51, 0.1);
  text-align: left;
}

.metric {
  color: var(--blue);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.trust-strip {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--blue);
  font-size: 1.05rem;
}

.trust-strip span {
  color: var(--gray);
  font-size: 0.92rem;
}

.section-padding {
  padding: 76px 0;
}

.section-intro,
.section-heading p {
  color: var(--gray);
}

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

.problem-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

.problem-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.problem-copy .section-intro {
  max-width: 650px;
  margin: 18px 0 0;
}

.problem-image-slot {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0a1118;
}

.problem-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
}

.problem-card,
.solution-card,
.mini-feature,
.benefit-item,
.lead-form {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.problem-card,
.solution-card {
  padding: 24px;
}

.problem-card i,
.solution-card i,
.benefit-item i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 6px;
  background: #eaf4ff;
  color: var(--blue);
  font-size: 1.35rem;
}

.problem-icon,
.solution-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: center;
}

.problem-card i::before,
.solution-card i::before,
.benefit-item i::before {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.problem-card p,
.solution-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.tech-section,
.comparison-section {
  background: var(--soft);
}

.video-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #06172a;
  box-shadow: 0 24px 70px rgba(16, 32, 51, 0.14);
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.video-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.video-fallback:hover {
  color: #004987;
}

.mini-feature {
  padding: 18px;
}

.mini-feature strong,
.mini-feature span {
  display: block;
}

.mini-feature span {
  margin-top: 6px;
  color: var(--gray);
  font-size: 0.95rem;
}

.solution-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(16, 32, 51, 0.1);
}

.benefits-section {
  background: var(--blue-dark);
  color: var(--white);
}

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

.benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.benefit-item i {
  flex: 0 0 auto;
  margin: 0;
  background: rgba(59, 181, 74, 0.18);
  color: var(--green);
}

.case-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.case-visual {
  aspect-ratio: 16 / 10;
}

.case-visual {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 87, 168, 0.95), rgba(59, 181, 74, 0.82)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.12) 18px 20px);
}

.case-visual::before,
.case-visual::after {
  position: absolute;
  content: "";
}

.case-visual::before {
  right: 10%;
  bottom: 18%;
  left: 10%;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.case-visual::after {
  width: 92px;
  height: 92px;
  right: 14%;
  top: 18%;
  border: 12px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.case-visual.has-photo::before,
.case-visual.has-photo::after {
  display: none;
}

.case-visual.has-photo {
  background: var(--white);
}

.case-visual.has-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.case-hotel.has-photo img {
  object-fit: cover;
}

.case-hotel {
  background:
    linear-gradient(135deg, rgba(6, 38, 74, 0.96), rgba(0, 87, 168, 0.8)),
    repeating-linear-gradient(0deg, transparent 0 26px, rgba(255, 255, 255, 0.14) 26px 28px);
}

.case-home {
  background:
    linear-gradient(135deg, rgba(244, 247, 249, 1), rgba(0, 87, 168, 0.2)),
    radial-gradient(circle at 70% 30%, rgba(59, 181, 74, 0.38), transparent 30%);
}

.case-home.has-photo {
  background: var(--white);
}

.case-card div {
  padding: 22px;
}

.case-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.comparison-section .section-kicker {
  font-size: 1.56rem;
}

.comparison-table table {
  margin-bottom: 0;
}

.comparison-table th {
  color: var(--blue-dark);
  white-space: nowrap;
}

.comparison-table td,
.comparison-table th {
  padding: 18px;
}

.why-section {
  background: var(--white);
}

.info-table {
  display: grid;
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.info-row {
  display: grid;
  grid-template-columns: 0.8fr 1.35fr 1.6fr;
  border-top: 1px solid var(--line);
}

.info-row:first-child {
  border-top: 0;
}

.info-row span {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px;
  border-left: 1px solid var(--line);
  color: var(--gray);
  line-height: 1.45;
}

.info-row span:first-child {
  border-left: 0;
  color: var(--blue-dark);
  font-weight: 900;
}

.info-head {
  background: var(--blue-dark);
}

.info-head span,
.info-head span:first-child {
  min-height: 52px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.info-link {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.info-link:hover {
  color: #004987;
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.process-strip div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 18px;
  background: var(--soft);
}

.process-strip strong {
  color: var(--blue);
  font-size: 1.2rem;
}

.process-strip span {
  color: var(--blue-dark);
  font-weight: 900;
}

.accordion-item {
  border-color: var(--line);
}

.faq-heading {
  width: 100%;
  margin-bottom: 30px;
}

.faq-heading .section-intro {
  max-width: 760px;
}

.accordion-button {
  color: var(--blue-dark);
  font-weight: 800;
}

.accordion-button:not(.collapsed) {
  color: var(--blue);
  background: #eaf4ff;
}

.form-control,
.form-select {
  min-height: 48px;
  border-color: var(--line);
  border-radius: 6px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 87, 168, 0.14);
}

.site-footer {
  padding: 22px 0;
  background: #071522;
  color: var(--white);
}

.site-footer p,
.site-footer span,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-horizontal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.footer-topline {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
}

.footer-content-column {
  display: grid;
  gap: 18px;
  align-content: start;
}

.footer-graphics-column {
  display: grid;
  gap: 16px;
  justify-items: end;
  align-content: start;
}

.footer-brand {
  display: inline-flex !important;
  width: 180px;
  margin-bottom: 0;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
}

.footer-brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  font-size: 0.92rem;
}

.footer-legal-brand {
  width: 100%;
  max-width: none;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-legal-brand a {
  display: inline;
  color: var(--white);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
}

.footer-links a {
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.footer-cta {
  justify-self: start;
  min-width: 190px;
  white-space: nowrap;
}

.footer-solavite {
  display: inline-flex !important;
  flex: 0 0 108px;
  width: 108px;
  margin-left: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #000000;
}

.footer-solavite img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-cta {
  position: fixed;
  z-index: 1035;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(16, 32, 51, 0.26);
}

.mobile-cta a:first-child {
  background: var(--green);
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }

  .mobile-cta {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    padding-bottom: 0;
  }

  .mobile-cta {
    display: none;
  }

  .hero-section .row > .col-lg-6 {
    width: 50%;
  }

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

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

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

  .hero-bullets {
    gap: 8px;
  }

  .hero-bullets span {
    padding: 8px 10px;
    font-size: 0.84rem;
  }

  .hero-bullets-panel {
    width: 100%;
  }

  .hero-visual {
    min-height: 0;
  }

  .identity-panel {
    align-content: start;
    padding: 28px 22px;
  }

  .hero-logo {
    max-height: 190px;
  }

  .identity-copy {
    margin-top: 18px;
  }

  .hero-card {
    width: 100%;
    margin-top: 14px;
    padding: 12px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 18px 0;
  }

  .nav-cta {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .info-row {
    grid-template-columns: 1fr;
  }

  .info-row span {
    min-height: auto;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .info-row span:first-child {
    border-top: 0;
    background: #f8fbfd;
  }

  .info-head {
    display: none;
  }

  .process-strip {
    grid-template-columns: 1fr;
  }

  .footer-horizontal {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-topline {
    grid-template-columns: minmax(0, 1fr) 190px;
  }
}

@media (max-width: 767.98px) {
  .problem-intro-grid {
    grid-template-columns: 1fr;
  }

  .problem-image-slot {
    min-height: 260px;
  }

  .problem-image-slot img {
    min-height: 260px;
  }

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

  .hero-visual {
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 56px 0;
  }

  .footer-topline {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    margin-left: 0;
    justify-self: start;
  }

  .footer-solavite {
    margin-left: 0;
    justify-self: end;
  }

  .footer-graphics-column {
    width: 100%;
  }

  .brand-logo {
    width: 184px;
    max-height: 42px;
  }

  .identity-panel {
    padding: 26px 18px;
  }

  .hero-logo {
    max-height: 220px;
  }

  .hero-bullets-panel {
    grid-template-columns: 1fr;
  }

  .identity-copy strong {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .comparison-table td,
  .comparison-table th {
    padding: 14px;
    font-size: 0.9rem;
  }
}
