:root {
  --navy: #0e1e35;
  --navy-2: #1a2e4f;
  --teal: #14b8a6;
  --teal-dark: #0d9488;
  --slate: #64748b;
  --slate-2: #334155;
  --slate-50: #f8fafc;
  --slate-100: #e2e8f0;
  --white: #ffffff;
  --danger: #dc2626;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--slate);
  font-family: "Arimo", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  color: var(--navy);
  font-family: "Inter", "Arimo", sans-serif;
  letter-spacing: 0;
  line-height: 1.15;
}

.container {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.narrow {
  max-width: 1000px;
}

.section {
  padding: 96px 0;
}

.section-title {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-title h2 {
  font-size: clamp(2.15rem, 4vw, 3rem);
  margin-bottom: 18px;
}

.section-title p {
  color: var(--slate-2);
  font-size: 1.08rem;
}

.btn {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease,
    transform 0.25s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--teal);
  border: 2px solid var(--teal);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  box-shadow: 0 10px 22px rgba(20, 184, 166, 0.28);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--teal);
  color: var(--teal);
}

.btn-outline:hover {
  background: var(--teal);
  color: var(--white);
}

.btn-app {
  background: var(--white);
  border: 2px solid var(--white);
  color: var(--navy);
}

.btn-app:hover {
  background: #eaf3f7;
  border-color: #eaf3f7;
}

.navbar {
  background: rgba(14, 30, 53, 0.96);
  border-bottom: 1px solid rgba(20, 184, 166, 0.12);
  left: 0;
  padding: 16px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}

.nav-wrapper {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: space-between;
}

.logo,
.footer-logo {
  align-items: center;
  display: inline-flex;
  height: 44px;
  text-decoration: none;
}

.logo img,
.footer-logo img {
  display: block;
  height: 44px;
  object-fit: contain;
  width: auto;
}

.footer-logo img {
  height: 52px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 30px;
}

.nav-links a {
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--teal);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.mobile-cta {
  display: none;
}

.menu-btn {
  background: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: none;
  font-size: 1.45rem;
  line-height: 1;
}

.hero {
  align-items: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: var(--white);
  display: flex;
  min-height: 720px;
  overflow: hidden;
  padding: 120px 0 104px;
  position: relative;
  text-align: center;
}

.hero::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
}

.hero-content {
  animation: fadeInDown 0.8s ease both;
  max-width: 920px;
  position: relative;
  z-index: 1;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 800;
  margin-bottom: 24px;
}

.typing-heading {
  display: inline-block;
  min-height: 2.3em;
}

.typing-heading.is-typing::after,
.typing-heading.typing-complete::after {
  background: var(--teal);
  content: "";
  display: inline-block;
  height: 0.82em;
  margin-left: 0.08em;
  transform: translateY(0.08em);
  width: 0.08em;
}

.typing-heading.is-typing::after {
  animation: typingCaret 0.8s steps(1) infinite;
}

.hero p {
  color: #d6dee9;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  margin: 0 auto 34px;
  max-width: 740px;
}

.hero-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.trust-line {
  color: #cbd5e1;
  display: inline-block;
  font-size: 0.92rem;
  margin-top: 28px;
}

.pain-section,
.why-section {
  background: var(--slate-50);
  border-top: 1px solid var(--slate-100);
}

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

.list-panel h3 {
  color: var(--teal-dark);
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.list-panel .danger-heading {
  color: var(--danger);
}

.clean-list {
  display: grid;
  gap: 13px;
  list-style: none;
}

.clean-list li {
  color: var(--slate-2);
  display: flex;
  gap: 12px;
}

.clean-list li::before {
  font-weight: 800;
  line-height: 1.35;
}

.teal-list li::before {
  color: var(--teal-dark);
  content: "\2022";
}

.danger-list li::before {
  color: var(--danger);
  content: "\00d7";
}

.solution-callout {
  background: var(--white);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
  color: var(--slate-2);
  display: grid;
  gap: 4px;
  margin-top: 56px;
  padding: 26px 28px;
}

.solution-callout strong {
  color: var(--navy);
  font-size: 1.08rem;
}

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

.features-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--slate-100);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.feature-card:hover {
  border-color: var(--teal);
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.14);
  transform: translateY(-6px);
}

.feature-icon {
  align-items: center;
  background: rgba(20, 184, 166, 0.1);
  border-radius: 8px;
  color: var(--teal-dark);
  display: flex;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  margin: 0 auto 18px;
  width: 48px;
}

.feature-card h3,
.proof-item h3,
.support-box h3 {
  font-size: 1.12rem;
  margin-bottom: 11px;
}

.feature-card p,
.proof-item p,
.support-box p {
  font-size: 0.95rem;
}

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

.express-card {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12) 0%, rgba(20, 184, 166, 0.04) 100%);
  border: 2px solid var(--teal);
  border-radius: 12px;
  margin: 0 auto;
  max-width: 840px;
  padding: 42px;
  text-align: center;
}

.eyebrow {
  color: var(--teal-dark);
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.express-card h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 14px;
}

.express-card p {
  color: var(--slate-2);
  margin: 0 auto 16px;
  max-width: 680px;
}

.express-points {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 34px;
}

.express-points strong,
.express-points span {
  display: block;
}

.express-points strong {
  color: var(--navy);
  margin-bottom: 4px;
}

.express-points span {
  color: var(--slate);
  font-size: 0.88rem;
}

.why-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 48px;
}

.proof-item {
  background: var(--white);
  border-left: 4px solid var(--teal);
  border-radius: 6px;
  padding: 22px;
}

.support-box {
  background: var(--white);
  border: 1px solid var(--slate-100);
  border-radius: 10px;
  padding: 30px;
}

.support-grid {
  display: grid;
  gap: 14px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.support-grid span {
  align-items: center;
  color: var(--slate-2);
  display: flex;
  gap: 10px;
}

.support-grid i {
  color: var(--teal-dark);
}

.final-cta {
  background:
    radial-gradient(circle at 14% 18%, rgba(20, 184, 166, 0.18), transparent 30%),
    linear-gradient(135deg, #08182d 0%, var(--navy) 48%, #102b44 100%);
  color: var(--white);
  overflow: hidden;
  padding: 104px 0;
  position: relative;
}

.final-cta::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.final-cta .container {
  position: relative;
  z-index: 1;
}

.booking-layout {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
}

.booking-copy {
  max-width: 560px;
  padding-top: 30px;
  position: sticky;
  top: 120px;
}

.booking-copy .eyebrow {
  color: #7ddbd2;
  margin-bottom: 14px;
}

.final-cta h2 {
  color: var(--white);
  font-size: clamp(2.35rem, 4.8vw, 3.75rem);
  letter-spacing: 0;
  margin-bottom: 20px;
}

.final-cta p {
  color: #dbe7f1;
  font-size: 1.1rem;
  margin: 0;
  max-width: 540px;
}

.booking-points {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.booking-points span {
  align-items: center;
  color: #edf6f8;
  display: flex;
  font-size: 0.98rem;
  font-weight: 700;
  gap: 12px;
}

.booking-points i {
  align-items: center;
  background: rgba(20, 184, 166, 0.16);
  border: 1px solid rgba(125, 219, 210, 0.36);
  border-radius: 999px;
  color: #7ddbd2;
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.booking-form {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.34);
  display: grid;
  gap: 22px;
  padding: 34px;
  position: relative;
  text-align: left;
}

.booking-form::before {
  background: linear-gradient(90deg, var(--teal), #68e3d4);
  border-radius: 8px 8px 0 0;
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.booking-form-header {
  border-bottom: 1px solid var(--slate-100);
  padding-bottom: 18px;
}

.booking-form-header .eyebrow {
  margin-bottom: 8px;
}

.booking-form-header h3 {
  color: var(--navy);
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.booking-form-header p {
  color: var(--slate);
  font-size: 0.95rem;
  margin: 0;
}

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

.booking-form .col-12 {
  grid-column: 1 / -1;
}

.booking-form label,
.booking-form .form-label {
  color: var(--navy);
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.booking-form label span {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.booking-form input,
.booking-form textarea {
  background: #fbfdff;
  border: 1px solid var(--slate-100);
  border-radius: 6px;
  color: var(--navy);
  font: inherit;
  min-height: 48px;
  outline: none;
  padding: 12px 13px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #94a3b8;
}

.booking-form textarea {
  line-height: 1.55;
  min-height: 116px;
  resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus {
  background: var(--white);
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.14);
}

.booking-form .btn {
  border-radius: 6px;
  gap: 10px;
  justify-self: stretch;
  margin-top: 6px;
  min-height: 52px;
  width: 100%;
}

.booking-submit {
  position: relative;
}

.booking-submit:disabled {
  cursor: wait;
  opacity: 0.86;
  transform: none;
}

.btn-loader {
  animation: spin 0.8s linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  border-top-color: var(--white);
  display: none;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.booking-submit.is-loading .btn-loader {
  display: inline-block;
}

.form-status {
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 12px 14px;
}

.form-status.success {
  background: rgba(20, 184, 166, 0.12);
  color: var(--teal-dark);
}

.form-status.error {
  background: #fee2e2;
  color: #991b1b;
}

.form-honeypot {
  display: none;
}

.footer {
  background: var(--navy);
  border-top: 1px solid rgba(20, 184, 166, 0.12);
  color: #94a3b8;
  padding: 42px 0;
  text-align: center;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 18px;
}

.footer p {
  font-size: 0.92rem;
  margin: 0 auto 26px;
  max-width: 800px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.86rem;
  padding-top: 24px;
}

.fade-in-up {
  animation: fadeInUp 0.65s ease both;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes typingCaret {
  50% {
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .nav-actions {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .nav-links {
    background: var(--navy);
    border: 1px solid rgba(20, 184, 166, 0.18);
    border-radius: 10px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    position: absolute;
    right: 16px;
    top: 72px;
    width: min(320px, calc(100vw - 32px));
  }

  .nav-links.active {
    display: flex;
  }

  .mobile-cta {
    border: 2px solid var(--teal);
    border-radius: 6px;
    color: var(--teal) !important;
    display: inline-flex;
    justify-content: center;
    padding: 10px 20px;
    width: 100%;
  }

  .mobile-cta.app-cta {
    background: var(--white);
    border-color: var(--white);
    color: var(--navy) !important;
  }

  .hero {
    min-height: 640px;
  }

  .two-column,
  .features-grid,
  .why-grid,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    max-width: 760px;
    padding-top: 0;
    position: static;
  }
}

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

  .hero {
    min-height: 620px;
    padding: 92px 0 76px;
  }

  .hero-buttons,
  .final-cta .hero-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .express-card,
  .support-box {
    padding: 28px 20px;
  }

  .express-points,
  .support-grid,
  .booking-form .row,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    padding: 76px 0;
  }

  .booking-layout {
    gap: 38px;
  }

  .booking-points {
    margin-top: 26px;
  }

  .booking-form {
    padding: 28px 18px 22px;
  }

  .booking-form .btn {
    justify-self: stretch;
  }
}
