:root {
  --navy: #102746;
  --navy2: #17365d;
  --blue: #6577ff;
  --blue2: #4f61ea;
  --green: #18b86b;
  --ink: #17243a;
  --muted: #718096;
  --line: #e5eaf1;
  --soft: #f5f7fb;
  --white: #fff;
  --dark: #202b3c;
  --shadow: 0 18px 55px rgba(16, 39, 70, .11);
  --shadow-lg: 0 35px 90px rgba(16, 39, 70, .18);
  --radius: 24px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden
}

a {
  text-decoration: none
}

.container-xl {
  max-width: 1240px
}

.section-padding {
  padding: 120px 0
}

.page-loader {
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 5000;
  display: grid;
  place-items: center;
  transition: .5s ease
}

.page-loader.hide {
  opacity: 0;
  visibility: hidden
}

.loader-brand {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px
}

.loader-brand span span {
  color: #20d97e
}

.loader-brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aab7cb;
  margin-top: 2px
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--blue), #8a96ff);
  display: grid;
  place-items: center
}

.site-nav {
  padding: 20px 0;
  transition: .35s ease;
  z-index: 1000
}

.site-nav.scrolled {
  padding: 10px 0;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(16, 39, 70, .08)
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff !important
}

.site-nav.scrolled .brand {
  color: var(--navy) !important
}

.brand-logo {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1.3px;
  position: relative
}

.brand-yatra {
  color: #1264e8
}

.brand-nest {
  color: #17bd6d
}

.brand-logo i {
  font-size: 11px;
  color: #1264e8;
  position: absolute;
  top: -4px;
  right: -12px
}

.brand-product {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .25);
 
}

.site-nav.scrolled .brand-product {
  border-color: #dbe1ea
}

.nav-link {
  color: rgba(255, 255, 255, .86) !important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 11px !important
}

.site-nav.scrolled .nav-link {
  color: var(--ink) !important
}

.nav-link:hover {
  color: var(--blue) !important
}

.btn-nav {
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700
}

.site-nav.scrolled .btn-nav {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff
}

.nav-toggler {
  color: #fff;
  border: 0;
  font-size: 25px
}

.site-nav.scrolled .nav-toggler {
  color: var(--ink)
}

.hero-section {
  min-height: 900px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  padding: 150px 0 110px
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 31, .96) 0%, rgba(8, 30, 54, .83) 45%, rgba(8, 27, 48, .5) 100%), url("https://images.pexels.com/photos/261102/pexels-photo-261102.jpeg") center/cover;
  transform: scale(1.04);
  animation: heroZoom 16s ease-in-out infinite alternate
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent 90%)
}

@keyframes heroZoom {
  to {
    transform: scale(1.1)
  }
}

.hero-row {
  min-height: 620px
}

.z-2 {
  z-index: 2
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ee787;
  box-shadow: 0 0 0 7px rgba(46, 231, 135, .12);
  animation: pulse 1.8s infinite
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 12px rgba(46, 231, 135, 0)
  }
}

.hero-title {
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1.04;
  letter-spacing: -4px;
  font-weight: 800;
  max-width: 740px;
  margin: 24px 0
}

.gradient-text {
  display: block;
  background: linear-gradient(90deg, #aeb8ff, #58d6a0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.hero-copy {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .72)
}

.hero-copy strong {
  color: #fff
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px
}

.btn-primary-custom,
.btn-ghost-custom {
  border-radius: 11px;
  padding: 13px 19px;
  font-size: 13px;
  font-weight: 700;
  transition: .25s ease
}

.btn-primary-custom {
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
  box-shadow: 0 12px 30px rgba(101, 119, 255, .25)
}

.btn-primary-custom:hover {
  background: var(--blue2);
  color: #fff;
  transform: translateY(-2px)
}

.btn-ghost-custom {
  background: rgba(255, 255, 255, .06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .32)
}

.btn-ghost-custom:hover {
  background: #fff;
  color: var(--navy)
}

.hero-proof {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 35px
}

.hero-proof div {
  font-size: 11px;
  color: rgba(255, 255, 255, .65);
  display: flex;
  gap: 7px;
  align-items: center
}

.hero-proof i {
  color: #2ee787
}

.product-stage {
  position: relative;
  padding: 12px
}

.browser-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 24px;
  padding: 9px;
  box-shadow: var(--shadow-lg);
  transform: perspective(1600px) rotateY(-5deg) rotateX(2deg);
  animation: floatCard 5s ease-in-out infinite
}

@keyframes floatCard {
  50% {
    transform: perspective(1600px) rotateY(-4deg) rotateX(1deg) translateY(-10px)
  }
}

.browser-top {
  height: 34px;
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: center;
  padding: 0 10px;
  color: #91a0b4
}

.browser-dots {
  display: flex;
  gap: 5px
}

.browser-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dce2ea
}

.browser-url {
  font-size: 9px;
  text-align: center;
  background: #f5f7fa;
  border-radius: 7px;
  padding: 5px 12px;
  width: 220px;
  margin: auto
}

.browser-url i {
  font-size: 7px
}

.mock-hero {
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, rgba(3, 16, 30, .85), rgba(3, 16, 30, .2)), url("https://images.pexels.com/photos/37146574/pexels-photo-37146574.jpeg") center/cover;
  color: #fff
}

.mock-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  font-size: 8px
}

.mock-logo {
  font-weight: 800;
  font-size: 13px
}

.mock-logo span {
  color: #20bf70
}

.mock-navlinks {
  display: flex;
  gap: 13px;
  align-items: center
}

.mock-navlinks b {
  border: 1px solid rgba(255, 255, 255, .6);
  padding: 5px 8px;
  border-radius: 5px
}

.mock-hero-copy {
  padding: 28px 25px
}

.mock-hero-copy small {
  font-size: 7px;
  letter-spacing: 1.5px;
  color: #d5def0
}

.mock-hero-copy h3 {
  font-size: 24px;
  line-height: 1.08;
  margin: 8px 0
}

.mock-hero-copy p {
  font-size: 9px;
  color: rgba(255, 255, 255, .7)
}

.mock-search {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 60px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  margin: -20px 15px 12px;
  position: relative;
  z-index: 3;
  border-radius: 11px;
  overflow: hidden
}

.mock-search-field {
  padding: 10px 10px;
  border-right: 1px solid var(--line)
}

.mock-search-field small {
  display: block;
  color: #8995a6;
  font-size: 6px;
  margin-bottom: 4px
}

.mock-search-field b {
  font-size: 8px;
  white-space: nowrap
}

.mock-search-field i {
  font-size: 9px;
  margin-right: 3px
}

.mock-search button {
  border: 0;
  background: var(--blue);
  color: #fff;
  font-size: 14px
}

.mock-content {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
  padding: 8px
}

.mock-filter {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px
}

.skeleton-title {
  font-weight: 700;
  font-size: 9px;
  margin-bottom: 13px
}

.mock-filter small {
  font-size: 6px;
  color: #758296;
  display: block;
  margin-top: 12px
}

.range {
  height: 3px;
  background: #dfe4ec;
  border-radius: 5px;
  margin-top: 8px;
  position: relative
}

.range span {
  position: absolute;
  left: 15%;
  right: 20%;
  height: 3px;
  background: var(--blue);
  border-radius: 5px
}

.range span:before,
.range span:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  top: -2px
}

.range span:before {
  left: 0
}

.range span:after {
  right: 0
}

.range.small span {
  right: 35%
}

.chips {
  display: flex;
  gap: 4px;
  margin-top: 6px
}

.chips i {
  font-size: 5px;
  font-style: normal;
  background: #f0f3f8;
  padding: 4px 5px;
  border-radius: 4px
}

.mock-rooms {
  display: grid;
  gap: 8px
}

.mini-room {
  display: grid;
  grid-template-columns: 105px 1fr 82px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  min-height: 125px
}

.mini-room-image {
  background-position: center;
  background-size: cover
}

.room-image-1 {
  background-image: url("https://images.pexels.com/photos/271624/pexels-photo-271624.jpeg")
}

.room-image-2 {
  background-image: url("https://images.pexels.com/photos/164595/pexels-photo-164595.jpeg")
}

.mini-room-copy {
  padding: 9px
}

.mini-room-copy small {
  font-size: 6px;
  color: #8290a3
}

.mini-room-copy h4 {
  font-size: 13px;
  margin: 3px 0
}

.mini-room-copy p {
  font-size: 6px;
  color: #7b8798;
  line-height: 1.5;
  margin: 0 0 7px
}

.mini-meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

.mini-meta span {
  font-size: 6px;
  color: #5c687a
}

.mini-price {
  border-left: 1px solid var(--line);
  padding: 10px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.mini-price small {
  font-size: 6px;
  color: #8591a1
}

.mini-price strong {
  font-size: 14px;
  color: #1bc277;
  margin: 3px 0
}

.mini-price span {
  font-size: 5px;
  color: #8993a1
}

.mini-price button {
  border: 1px solid #29374b;
  background: #fff;
  border-radius: 5px;
  padding: 5px 4px;
  margin-top: 10px;
  font-size: 6px;
  font-weight: 700
}

.floating-badge {
  position: absolute;
  z-index: 4;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
  border-radius: 12px;
  padding: 10px;
  display: flex;
  gap: 9px;
  align-items: center;
  animation: badgeFloat 4s ease-in-out infinite
}

.badge-one {
  left: -10px;
  bottom: 50px
}

.badge-two {
  right: -15px;
  top: 80px;
  animation-delay: -2s
}

@keyframes badgeFloat {
  50% {
    transform: translateY(-8px)
  }
}

.badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: grid;
  place-items: center
}

.badge-icon.green {
  background: #e6f8ef;
  color: var(--green)
}

.badge-icon.blue {
  background: #eef0ff;
  color: var(--blue)
}

.floating-badge b {
  display: block;
  font-size: 9px
}

.floating-badge small {
  display: block;
  font-size: 7px;
  color: #8792a2;
  margin-top: 2px
}

.stage-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(101, 119, 255, .23);
  filter: blur(100px);
  right: 0;
  top: 30px
}

.logo-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 20px 0
}

.logo-strip-inner {
  display: flex;
  justify-content: center;
  gap: 35px;
  align-items: center;
  flex-wrap: wrap;
  color: #718096
}

.logo-strip-inner span {
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 800
}

.logo-strip-inner b {
  font-size: 12px;
  color: #34445c
}

.section-kicker {
  font-size: 10px;
  letter-spacing: 1.7px;
  font-weight: 800;
  color: var(--blue);
  display: inline-block;
  margin-bottom: 12px
}

.section-kicker.light {
  color: #91a5c5
}

.section-heading h2,
.display-heading {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -2.6px;
  font-weight: 800;
  margin: 0;
  color: var(--ink)
}

.section-heading h2 span,
.display-heading span {
  color: var(--blue)
}

.section-heading p {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8
}

.experience-section {
  background: #fff
}

.journey-visual {
  position: relative;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px
}

.journey-line {
  position: absolute;
  top: 40px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: #dce2ea
}

.journey-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px 17px;
  min-height: 190px;
  box-shadow: 0 8px 30px rgba(16, 39, 70, .04);
  transition: .3s
}

.journey-card:hover,
.journey-card.active {
  transform: translateY(-8px);
  border-color: #cbd1ff;
  box-shadow: var(--shadow)
}

.journey-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #eef0ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2
}

.journey-card.success .journey-icon,
.journey-icon.success {
  background: #e8f8f0;
  color: var(--green)
}

.journey-card>span {
  font-size: 9px;
  color: #99a3b1;
  font-weight: 800
}

.journey-card h4 {
  font-size: 15px;
  margin: 6px 0
}

.journey-card p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0
}

.feature-section {
  background: #f7f9fc
}

.section-side-copy {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  margin: 0
}

.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  min-height: 390px;
  position: relative;
  overflow: hidden;
  transition: .35s
}

.feature-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
  border-color: #d2d7ff
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef0ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 19px;
  margin-bottom: 20px
}

.feature-card>span {
  position: absolute;
  right: 25px;
  top: 30px;
  font-size: 9px;
  color: #a0a9b7;
  font-weight: 800
}

.feature-card h3 {
  font-size: 20px;
  letter-spacing: -.5px
}

.feature-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 330px
}

.feature-ui {
  margin-top: 25px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #f9fafc;
  padding: 12px
}

.calendar-head {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line)
}

.calendar-week,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
  margin-top: 9px
}

.calendar-week i {
  font-size: 6px;
  color: #9ba5b2;
  font-style: normal
}

.calendar-grid i,
.calendar-grid b {
  font-size: 7px;
  font-style: normal;
  padding: 5px;
  border-radius: 5px
}

.calendar-grid b {
  background: var(--blue);
  color: #fff
}

.guest-ui>div {
  display: grid;
  grid-template-columns: 1fr 30px 25px;
  align-items: center;
  padding: 9px 3px;
  border-bottom: 1px solid var(--line);
  font-size: 9px
}

.guest-ui>div:last-child {
  border: 0
}

.guest-ui b {
  font-size: 10px
}

.guest-ui em {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eef0f5;
  display: grid;
  place-items: center;
  font-style: normal
}

.room-ui {
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  gap: 9px;
  align-items: center
}

.room-thumb {
  height: 65px;
  border-radius: 8px;
  background-position: center;
  background-size: cover
}

.room-ui small {
  display: block;
  font-size: 6px;
  color: #8994a4
}

.room-ui b {
  display: block;
  font-size: 10px;
  margin: 2px 0
}

.room-ui span {
  font-size: 7px;
  color: var(--green)
}

.room-ui button {
  border: 0;
  background: var(--blue);
  color: #fff;
  border-radius: 6px;
  font-size: 7px;
  padding: 7px 4px
}

.form-ui div {
  background: #fff;
  border: 1px solid var(--line);
  padding: 9px;
  border-radius: 8px;
  margin-bottom: 7px
}

.form-ui small {
  display: block;
  font-size: 6px;
  color: #929baa
}

.form-ui b {
  font-size: 8px
}

.confirmation-ui {
  text-align: center;
  padding: 18px
}

.check {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6f8ef;
  color: var(--green);
  display: grid;
  place-items: center;
  margin: 0 auto 9px
}

.confirmation-ui>b {
  display: block;
  font-size: 10px
}

.confirmation-ui>small {
  font-size: 7px;
  color: #8793a2;
  display: block;
  margin-top: 4px
}

.email-ui {
  padding: 0;
  overflow: hidden
}

.email-top {
  padding: 9px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 8px
}

.email-top i {
  color: var(--blue)
}

.email-top b {
  margin-left: auto;
  color: var(--green)
}

.email-body {
  padding: 12px
}

.email-body strong,
.email-body span,
.email-body small {
  display: block
}

.email-body strong {
  font-size: 10px
}

.email-body span {
  font-size: 8px;
  margin: 6px 0
}

.email-body small {
  font-size: 6px;
  color: #8793a2
}

.workflow-section {
  background: #fff
}

.section-copy {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 500px
}

.workflow-list {
  margin-top: 30px
}

.workflow-item {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  opacity: .6;
  transition: .25s
}

.workflow-item.active {
  opacity: 1
}

.workflow-item>span {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #eef0ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 800;
  flex: 0 0 auto
}

.workflow-item b {
  display: block;
  font-size: 12px
}

.workflow-item small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  margin-top: 3px
}

.workflow-stage {
  position: relative;
  padding: 25px
}

.workflow-browser {
  position: relative;
  z-index: 2;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  overflow: hidden
}

.workflow-top {
  height: 42px;
  background: #fafbfc;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 9px;
  color: #778396
}

.workflow-top .browser-dots {
  margin-right: auto
}

.workflow-top>span {
  font-weight: 700
}

.workflow-body {
  padding: 20px
}

.progress-track {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 22px
}

.progress-step {
  position: relative;
  text-align: center;
  color: #9ba5b3;
  font-size: 7px
}

.progress-step b {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #dbe1e8;
  display: grid;
  place-items: center;
  margin: auto auto 4px;
  background: #fff
}

.progress-step.done {
  color: var(--green)
}

.progress-step.done b {
  background: #e8f8f0;
  border-color: #c8eedb;
  color: var(--green)
}

.progress-step.current {
  color: var(--blue)
}

.progress-step.current b {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff
}

.summary-grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 15px
}

.summary-main>small {
  font-size: 7px;
  letter-spacing: 1px;
  color: #8d98a8
}

.summary-main h3 {
  font-size: 24px;
  margin: 5px 0
}

.summary-main>p {
  font-size: 9px;
  color: var(--muted)
}

.stay-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 15px
}

.stay-image {
  height: 110px;
  background-position: center;
  background-size: cover
}

.stay-info {
  padding: 13px
}

.stay-info small {
  font-size: 6px;
  color: #8591a0
}

.stay-info h4 {
  font-size: 15px;
  margin: 4px 0 10px
}

.stay-info span {
  font-size: 7px;
  margin-right: 8px;
  color: #687589
}

.summary-side {
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px
}

.summary-side h4 {
  font-size: 12px
}

.summary-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e8ee;
  padding: 9px 0;
  font-size: 7px;
  color: #7b8798
}

.summary-row b {
  color: var(--ink)
}

.summary-row.total b {
  font-size: 13px;
  color: var(--green)
}

.summary-side button {
  width: 100%;
  border: 0;
  background: var(--blue);
  color: #fff;
  border-radius: 7px;
  padding: 9px;
  font-size: 8px;
  font-weight: 700;
  margin-top: 12px
}

.workflow-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  background: rgba(101, 119, 255, .16);
  filter: blur(90px);
  right: 20px;
  top: 80px
}

.integrations-section {
  background: #f7f9fc
}

.integration-panel {
  height: 100%;
  border-radius: 25px;
  padding: 42px;
  position: relative;
  overflow: hidden
}

.dark-panel {
  background: linear-gradient(135deg, #102746, #17365d);
  color: #fff
}

.dark-panel h2 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.08;
  margin: 0 0 18px
}

.dark-panel h2 span {
  color: #9faaff
}

.dark-panel p {
  max-width: 580px;
  color: #b5c1d3;
  font-size: 13px;
  line-height: 1.8
}

.integration-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px
}

.integration-pills span {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  padding: 9px 11px;
  border-radius: 9px;
  font-size: 9px;
  color: #d6ddea
}

.integration-pills i {
  color: #9faaff;
  margin-right: 5px
}

.light-panel {
  background: #fff;
  border: 1px solid var(--line)
}

.light-panel h3 {
  font-size: 34px;
  letter-spacing: -1.5px;
  line-height: 1.08;
  margin-bottom: 30px
}

.metric-row {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-top: 1px solid var(--line)
}

.metric-row>strong {
  font-size: 9px;
  color: var(--blue);
  padding-top: 2px
}

.metric-row b,
.metric-row span {
  display: block
}

.metric-row b {
  font-size: 12px
}

.metric-row span {
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px
}

.cta-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  padding: 130px 0;
  color: #fff
}

.cta-inner {
  text-align: center;
  max-width: 800px;
  margin: auto
}

.cta-inner h2 {
  font-size: clamp(38px, 5vw, 60px);
  letter-spacing: -3px;
  line-height: 1.05;
  margin: 0
}

.cta-inner h2 span {
  color: #9faaff
}

.cta-inner p {
  max-width: 620px;
  margin: 20px auto 0;
  color: #aebbd0;
  font-size: 13px;
  line-height: 1.8
}

.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px)
}

.orb-one {
  width: 350px;
  height: 350px;
  background: rgba(101, 119, 255, .2);
  left: -100px;
  top: -100px
}

.orb-two {
  width: 300px;
  height: 300px;
  background: rgba(24, 184, 107, .12);
  right: -100px;
  bottom: -100px
}

.site-footer {
  background: #20252b;
  color: #fff;
  padding: 70px 0 25px
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-weight: 800;
  font-size: 14px
}

.footer-logo {
  font-size: 21px
}

.footer-copy {
  color: #8f99a8;
  font-size: 11px;
  line-height: 1.8;
  max-width: 410px;
  margin: 20px 0
}

.footer-contact {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #aab2bd;
  font-size: 10px
}

.footer-contact i {
  color: #8191ff;
  margin-right: 5px
}

.site-footer h6 {
  font-size: 11px;
  margin-bottom: 17px
}

.site-footer a {
  display: block;
  color: #8f99a8;
  font-size: 10px;
  margin: 10px 0
}

.site-footer a:hover {
  color: #fff
}

.footer-small {
  font-size: 10px;
  color: #8f99a8;
  line-height: 1.8
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 20px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  color: #707a86;
  font-size: 9px
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 25px rgba(101, 119, 255, .3);
  z-index: 900;
  opacity: 0;
  transform: translateY(20px);
  transition: .3s
}

.back-top.show {
  opacity: 1;
  transform: translateY(0)
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

.reveal-delay-1 {
  transition-delay: .12s
}

.reveal-delay-2 {
  transition-delay: .22s
}

.reveal-delay-3 {
  transition-delay: .32s
}

.reveal-delay-4 {
  transition-delay: .42s
}

@media(max-width:1199px) {
  .mock-search-field b {
    font-size: 7px
  }

  .hero-title {
    font-size: 58px
  }

  .journey-visual {
    grid-template-columns: repeat(3, 1fr)
  }

  .journey-line {
    display: none
  }
}

@media(max-width:991px) {
  .site-nav {
    background: rgba(16, 39, 70, .88);
    backdrop-filter: blur(15px);
    padding: 12px 0
  }

  .site-nav .navbar-collapse {
    background: rgba(16, 39, 70, .98);
    padding: 15px;
    border-radius: 15px;
    margin-top: 10px
  }

  .site-nav.scrolled .navbar-collapse {
    background: #fff
  }

  .brand-product {
    display: none
  }

  .hero-section {
    padding-top: 130px
  }

  .hero-row {
    min-height: auto
  }

  .product-stage {
    margin-top: 30px
  }

  .summary-grid {
    grid-template-columns: 1fr
  }

  .workflow-stage {
    padding: 5px
  }

  .journey-visual {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:767px) {
  .section-padding {
    padding: 80px 0
  }

  .hero-section {
    padding: 120px 0 80px
  }

  .hero-title {
    font-size: 44px;
    letter-spacing: -2.5px
  }

  .hero-copy {
    font-size: 14px
  }

  .mock-search {
    grid-template-columns: 1fr 1fr
  }

  .mock-search-field:nth-child(1),
  .mock-search-field:nth-child(3) {
    display: none
  }

  .mock-search button {
    min-height: 40px
  }

  .mock-content {
    grid-template-columns: 1fr
  }

  .mock-filter {
    display: none
  }

  .mini-room {
    grid-template-columns: 85px 1fr
  }

  .mini-price {
    display: none
  }

  .floating-badge {
    display: none
  }

  .browser-card {
    transform: none
  }

  .journey-visual {
    grid-template-columns: 1fr
  }

  .journey-card {
    min-height: 140px
  }

  .feature-card {
    min-height: 350px
  }

  .integration-panel {
    padding: 28px
  }

  .dark-panel h2,
  .light-panel h3 {
    font-size: 32px
  }

  .cta-inner h2 {
    letter-spacing: -2px
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px
  }

  .workflow-body {
    padding: 12px
  }

  .progress-track {
    gap: 25px
  }

  .stay-card {
    grid-template-columns: 80px 1fr
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important
  }
}