: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,
body,
button,
input,
textarea,
select {
    font-family: "Inter", sans-serif;
}
html {
  scroll-behavior: smooth
}

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

.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;
}

.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(105, 105, 105, .25);
 
}


#progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #28b795;
    width: 0;
    z-index: 10001
}

.navbar {
    padding: 17px 0;
    background: rgba(247, 249, 252, .78);
    backdrop-filter: blur(15px);
    transition: .3s;
    border-bottom: 1px solid #e8edf2
}

.navbar.scrolled {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 10px 30px #10274612
}

/* ================================
   YatraNest Navbar Brand
================================ */

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #102746;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    letter-spacing: normal;
}

.navbar-brand .brand-logo {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1.3px;
}

.navbar-brand .brand-yatra {
    color: #1264e8;
    font-weight: 800;
}

.navbar-brand .brand-nest {
    color: #17bd6d;
    font-weight: 800;
}

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

.navbar-brand .brand-product {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding-left: 12px;
    border-left: 1px solid rgba(105, 105, 105, .25);
    color: #56677d;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
}

.navbar ul {
    gap: 4px
}

.navbar ul a {
    display: block;
    text-decoration: none;
    color: #56677d;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 13px
}

.navbar ul a:hover {
    color: #102746
}

.navbar .navbtn {
    background: #6577ff;
    color: white;
    border-radius: 9px
}

.navbar-toggler {
    border: 0;
    color: #102746;
    font-size: 24px
}

.hero {
    min-height: 800px;
    padding: 70px 0 100px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 80% 35%, #2ab69418, transparent 28%), linear-gradient(135deg, #eef5f7, #f8fafc 55%, #edf3f8)
}

.grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#10274608 1px, transparent 1px), linear-gradient(90deg, #10274608 1px, transparent 1px);
    background-size: 52px 52px
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(3px);
    background: #2ab69412;
    animation: float 8s ease-in-out infinite
}

.orb.one {
    width: 350px;
    height: 350px;
    right: -120px;
    top: 100px
}

.orb.two {
    width: 180px;
    height: 180px;
    left: 40%;
    bottom: -90px;
    animation-delay: -3s
}

.eyebrow,
.kicker {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    color: #4f6d89
}

.eyebrow i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #28b795;
    box-shadow: 0 0 0 6px #28b79518;
    margin-right: 8px
}

.hero h1 {
    font-family: "Inter", sans-serif;
    font-size: 66px;
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -3.5px;
    color: #102746;
    margin: 24px 0;
}

.hero h1 em,
h2 em {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #6577ff;
}

.hero p {
    max-width: 610px;
    color: #68798d;
    font-size: 17px;
    line-height: 1.75
}

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

.btn.primary {
    background: #6577ff;
    color: white;
    border: 0;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 12px;
    font-weight: 800
}

.btn.secondary {
    border: 1px solid #cbd5df;
    background: white;
    color: #1d3857;
    border-radius: 10px;
    padding: 13px 20px;
    font-size: 12px;
    font-weight: 800
}

.btn.secondary.light {
    background: transparent;
    color: #fff;
    border-color: #ffffff45
}

.proof {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 25px;
    font-size: 10px;
    font-weight: 700;
    color: #66778b
}

.proof span::first-letter {
    color: #1b9e7c
}

.stage {
    position: relative;
    padding: 20px
}

.app {
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #10274618;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 35px 80px #10274622;
    transform: perspective(1300px) rotateY(-4deg) rotateX(2deg)
}

.app>header {
    height: 45px;
    border-bottom: 1px solid #edf1f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 9px;
    color: #8795a7
}

.appbody {
    display: flex;
    min-height: 445px
}

.appbody aside {
    width: 54px;
    background: #102746;
    color: #8398b0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 15px
}

.appbody aside strong {
    width: 28px;
    height: 28px;
    background: #fff;
    color: #102746;
    display: grid;
    place-items: center;
    border-radius: 8px;
    margin-bottom: 8px
}

.appbody article {
    flex: 1;
    background: #f7f9fc;
    padding: 22px
}

.apphead {
    display: flex;
    justify-content: space-between
}

.apphead small,
.stats,
.mini small {
    font-size: 7px;
    letter-spacing: 1px;
    color: #8c99a9;
    font-weight: 800
}

.apphead h3 {
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #102746;
    margin: 4px 0;
}

.apphead button {
    border: 1px solid #dde4ea;
    background: white;
    border-radius: 7px;
    padding: 7px 10px;
    font-size: 8px;
    color: #6b7a8d
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 18px
}

.stats div {
    background: #fff;
    border: 1px solid #e7ebef;
    border-radius: 9px;
    padding: 11px
}

.stats strong {
    display: block;
    font-size: 18px;
    color: #102746;
    margin: 4px 0
}

.stats em {
    font-size: 7px;
    color: #1b9b79;
    font-style: normal
}

.chart,
.mini>div {
    background: #fff;
    border: 1px solid #e7ebef;
    border-radius: 9px;
    padding: 12px;
    margin-top: 9px
}

.chart>b {
    font-size: 8px;
    color: #65758a
}

.bars {
    height: 90px;
    display: flex;
    align-items: end;
    gap: 8px;
    padding: 12px 4px 0
}

.bars i {
    flex: 1;
    background: linear-gradient(#38bd9c, #9ae4d2);
    border-radius: 3px 3px 0 0;
    animation: pulse 2s infinite alternate
}

.mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px
}

.mini p {
    font-size: 8px;
    color: #75859a
}

.mini p b {
    color: #102746
}

.mini p em {
    float: right;
    font-style: normal;
    color: #1b9b79
}

.mini .red {
    color: #d95f5f
}

.float {
    position: absolute;
    z-index: 3;
    background: #fffffff5;
    border: 1px solid #dfe6ed;
    border-radius: 12px;
    padding: 10px 12px;
    box-shadow: 0 18px 40px #10274620;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: float 5s infinite
}

.float i {
    width: 30px;
    height: 30px;
    background: #e8f8f3;
    color: #168d70;
    border-radius: 8px;
    display: grid;
    place-items: center
}

.float span {
    font-size: 8px;
    color: #7b899b
}

.float strong {
    display: block;
    color: #102746;
    font-size: 12px
}

.float b {
    font-size: 8px;
    color: #1a9b7a
}

.sales {
    left: -5px;
    top: 85px
}

.stock {
    right: -5px;
    bottom: 85px;
    animation-delay: -2s
}

.ticker {
    background: #102746;
    color: #fff;
    padding: 16px 0;
    overflow: hidden;
    font-size: 9px;
    letter-spacing: 2px;
    font-weight: 800;
    white-space: nowrap
}

.ticker div {
    text-align: center
}

.section {
    padding: 110px 0
}

.white {
    background: #fff
}

.split {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: end
}

.split>div {
    max-width: 730px
}

.split>p {
    max-width: 410px;
    color: #748397;
    line-height: 1.8;
    font-size: 14px;
    margin: 0
}

.section 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)
}

.flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px
}

.flow>div {
    width: 145px;
    height: 145px;
    background: #f8fafc;
    border: 1px solid #e0e7ed;
    border-radius: 16px;
    padding: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s
}

.flow>div:hover {
    transform: translateY(-7px);
    border-color: #b8ddd3
}

.flow>div i {
    font-size: 23px;
    color: #1a9d7b;
    margin-bottom: 10px
}

.flow>div b {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #102746;
}

.flow>div small {
    font-size: 8px;
    color: #8997a8;
    margin-top: 3px
}

.flow>i {
    color: #a7b3c1
}

.modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 50px
}

.card {
    background: #fff;
    border: 1px solid #e0e7ed;
    border-radius: 17px;
    padding: 26px;
    min-height: 365px;
    transition: .35s
}

.card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 50px #10274612
}

.card>span {
    font-size: 9px;
    font-weight: 900;
    color: #9aa8b7
}

.card>i {
    float: right;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #eaf8f4;
    color: #198f72;
    display: grid;
    place-items: center
}

.card h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #102746;
    margin: 22px 0 8px;
}

.card>p {
    font-size: 12px;
    line-height: 1.65;
    color: #758498;
    min-height: 60px
}

.ui,
.list,
.event,
.menuui,
.tables,
.person,
.inventory,
.offer,
.payment {
    margin-top: 20px
}

.ui {
    padding: 12px;
    background: #f3faf8;
    border: 1px solid #dfeee9;
    border-radius: 10px
}

.ui>b {
    font-size: 16px;
    color: #102746
}

.ui>em {
    font-size: 8px;
    color: #1a9d7b;
    font-style: normal;
    margin-left: 8px
}

.tinybars {
    height: 48px;
    display: flex;
    gap: 5px;
    align-items: end
}

.tinybars i {
    flex: 1;
    background: #76d5bd;
    border-radius: 3px 3px 0 0
}

.tinybars i:nth-child(1) {
    height: 30%
}

.tinybars i:nth-child(2) {
    height: 50%
}

.tinybars i:nth-child(3) {
    height: 42%
}

.tinybars i:nth-child(4) {
    height: 72%
}

.tinybars i:nth-child(5) {
    height: 55%
}

.tinybars i:nth-child(6) {
    height: 88%
}

.tinybars i:nth-child(7) {
    height: 76%
}

.list div,
.inventory div {
    padding: 8px;
    border-bottom: 1px solid #edf1f4;
    font-size: 8px;
    color: #7c8a9b
}

.list b {
    color: #102746;
    margin-right: 7px
}

.list em,
.inventory em {
    float: right;
    font-style: normal;
    color: #d79339;
    font-weight: 800
}

.list em:nth-child(3) {
    color: #1a9d7b
}

.event {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #f7f9fc;
    border: 1px solid #e7ebef;
    border-radius: 10px;
    padding: 10px
}

.event>b {
    background: #102746;
    color: white;
    border-radius: 7px;
    padding: 9px;
    font-size: 15px
}

.event span {
    font-size: 8px;
    color: #8090a3
}

.event strong {
    display: block;
    color: #102746
}

.event em {
    margin-left: auto;
    color: #1b9d7a;
    font-size: 7px;
    font-style: normal;
    font-weight: 800
}

.menuui {
    border: 1px solid #e7ebef;
    border-radius: 9px;
    padding: 8px
}

.menuui div {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    font-size: 8px;
    border-bottom: 1px solid #edf1f4
}

.menuui b {
    color: #102746
}

.menuui small {
    display: block;
    padding: 7px;
    color: #8795a5
}

.menuui small b {
    float: right;
    color: #1b9b79
}

.tables {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px
}

.tables i {
    height: 36px;
    border-radius: 7px;
    background: #eaf7f3;
    color: #178d70;
    display: grid;
    place-items: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 800
}

.tables i:nth-child(1),
.tables i:nth-child(4),
.tables i:nth-child(8) {
    background: #102746;
    color: #fff
}

.tables i:nth-child(3) {
    background: #fff1d8;
    color: #c47d19
}

.legend {
    font-size: 7px;
    color: #8997a8
}

.person {
    display: flex;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid #edf1f4;
    padding: 7px 0
}

.person>b {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e2f4ee;
    color: #168d70;
    display: grid;
    place-items: center;
    font-size: 8px
}

.person span {
    font-size: 7px;
    color: #8a97a6
}

.person strong {
    display: block;
    color: #102746;
    font-size: 9px
}

.person em {
    margin-left: auto;
    font-size: 7px;
    color: #1b9d7b;
    font-style: normal;
    font-weight: 800
}

.inventory div {
    font-size: 9px;
    color: #102746
}

.inventory small {
    display: block;
    color: #8795a5;
    font-size: 7px
}

.inventory em.red,
.red {
    color: #d85d5d
}

.inventory em.green,
.green {
    color: #1b9d7b
}

.offer {
    background: #102746;
    color: #fff;
    border-radius: 10px;
    padding: 14px;
    position: relative
}

.offer b {
    font-size: 11px
}

.offer strong {
    position: absolute;
    right: 13px;
    top: 13px;
    color: #5ad5b8;
    font-size: 15px
}

.offer small {
    display: block;
    color: #91a3b8;
    font-size: 7px;
    margin-top: 10px
}

.payment {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f5faf8;
    border: 1px solid #dfeee9;
    border-radius: 10px;
    padding: 11px
}

.payment>b {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #dff5ee;
    color: #168d70
}

.payment span {
    font-size: 7px;
    color: #8795a5
}

.payment strong {
    display: block;
    color: #102746;
    font-size: 9px
}

.payment em {
    margin-left: auto;
    color: #d5942e;
    font-size: 9px;
    font-style: normal;
    font-weight: 800
}

.dark {
    background: #102746;
    color: #fff
}

.dark h2,
.eco h2,
.cta h2 {
    color: #fff
}

.dark h2 em,
.eco h2 em,
.cta h2 em {
    color: #59d5b7
}

.dark p,
.eco p,
.cta p {
    color: #a8b9ca;
    line-height: 1.8
}

.kicker.light {
    color: #70d7be
}

.points {
    display: grid;
    gap: 15px;
    margin-top: 28px
}

.points>div {
    display: flex;
    gap: 10px;
    align-items: center
}

.points i {
    width: 38px;
    height: 38px;
    background: #ffffff10;
    color: #5bd5b7;
    border-radius: 9px;
    display: grid;
    place-items: center
}

.points b {
    font-size: 10px
}

.points small {
    display: block;
    font-size: 8px;
    color: #8fa4bb;
    margin-top: 2px
}

.console {
    background: #f8fafc;
    border-radius: 15px;
    overflow: hidden;
    color: #263c56;
    box-shadow: 0 25px 60px #0004
}

.console header {
    padding: 13px 16px;
    border-bottom: 1px solid #e6ebf0;
    font-size: 9px;
    font-weight: 800;
    color: #65758a
}

.console header em {
    float: right;
    color: #1b9b7a;
    font-style: normal
}

.console>div {
    display: grid;
    grid-template-columns: 33px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #e9edf2
}

.console>div>i {
    width: 31px;
    height: 31px;
    border-radius: 8px;
    display: grid;
    place-items: center
}

.redbg {
    background: #fff0f0;
    color: #d75f5f
}

.bluebg {
    background: #edf3ff;
    color: #5577b4
}

.greenbg {
    background: #e8f8f3;
    color: #1b9b79
}

.goldbg {
    background: #fff5df;
    color: #d5962d
}

.console b,
.console small {
    display: block
}

.console b {
    font-size: 9px
}

.console small {
    font-size: 7px;
    color: #8997a8;
    margin-top: 3px
}

.console>div em {
    font-size: 7px;
    font-weight: 800;
    font-style: normal;
    color: #c48727
}

.console>div em.red {
    color: #d75f5f
}

.console>div em.green {
    color: #1b9b79
}

.console footer {
    padding: 11px 16px;
    font-size: 7px;
    color: #8997a8;
    display: flex;
    justify-content: space-between
}

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

.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;
}

.console footer b {
    display: inline;
    color: #1b9b79
}

.eventlist {
    display: grid;
    gap: 9px;
    margin-top: 25px
}

.eventlist div {
    background: #f7f9fc;
    border: 1px solid #e3e9ef;
    border-radius: 10px;
    padding: 11px 14px
}

.eventlist b,
.eventlist small {
    display: block
}

.eventlist b {
    font-size: 10px;
    color: #102746
}

.eventlist small {
    font-size: 8px;
    color: #8997a8;
    margin-top: 3px
}

.reservation {
    background: #fff;
    border: 1px solid #e0e7ed;
    border-radius: 17px;
    padding: 20px;
    box-shadow: 0 20px 50px #10274610
}

.reservation header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.reservation header b {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #102746;
}

.reservation header button {
    border: 0;
    background: #102746;
    color: #fff;
    border-radius: 7px;
    padding: 8px 10px;
    font-size: 8px
}

.cal {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin: 20px 0
}

.cal span {
    text-align: center;
    font-size: 7px;
    color: #a0adba;
    font-weight: 800
}

.cal i,
.cal b {
    height: 28px;
    display: grid;
    place-items: center;
    font-size: 8px;
    font-style: normal;
    border-radius: 6px;
    color: #63748a
}

.cal b {
    background: #102746;
    color: #fff
}

.reservationrow {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #edf1f4;
    padding: 12px 0
}

.reservationrow>b {
    width: 36px;
    height: 37px;
    background: #e7f7f2;
    color: #188d70;
    border-radius: 7px;
    display: grid;
    place-items: center;
    font-size: 12px
}

.reservationrow>b small {
    font-size: 5px
}

.reservationrow span {
    font-size: 7px;
    color: #8997a8
}

.reservationrow strong {
    display: block;
    color: #102746;
    font-size: 9px
}

.reservationrow em {
    margin-left: auto;
    color: #1b9b79;
    font-size: 7px;
    font-style: normal;
    font-weight: 800
}

.whygrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 50px
}

.whygrid>div {
    background: #fff;
    border: 1px solid #e0e7ed;
    border-radius: 15px;
    padding: 25px;
    transition: .3s
}

.whygrid>div:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px #10274610
}

.whygrid i {
    font-size: 23px;
    color: #1a9c7b
}

.whygrid h3 {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    color: #102746;
    margin: 18px 0 8px;
}

.whygrid p {
    font-size: 11px;
    line-height: 1.7;
    color: #7b899b;
    margin: 0
}

.ecosystem {
    background: #f6f8fb
}

.eco {
    background: #102746;
    border-radius: 24px;
    padding: 65px;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center
}

.eco h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
}

.eco a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    border-bottom: 1px solid #59d5b7;
    padding-bottom: 4px;
    margin-top: 12px
}

.map {
    height: 350px;
    position: relative
}

.node {
    position: absolute;
    background: #ffffff10;
    border: 1px solid #ffffff1c;
    color: #fff;
    border-radius: 13px;
    padding: 10px 13px;
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 2
}

.node i {
    color: #5bd5b7
}

.node span {
    font-size: 9px
}

.node small {
    display: block;
    color: #8fa6bd;
    font-size: 7px;
    margin-top: 2px
}

.node.center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #35c7a21b;
    border-color: #5bd5b755
}

.node.center>b {
    width: 33px;
    height: 33px;
    background: #fff;
    color: #102746;
    border-radius: 9px;
    display: grid;
    place-items: center
}

.n1 {
    left: 0;
    top: 5%
}

.n2 {
    left: 0;
    bottom: 5%
}

.n3 {
    right: 0;
    top: 5%
}

.n4 {
    right: 0;
    bottom: 5%
}

.cta {
    text-align: center;
    padding: 120px 0;
    background: #081a2c;
    position: relative;
    overflow: hidden
}

.cta h2 {
    font-family: "Inter", sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
}

.cta p {
    max-width: 650px;
    margin: auto
}

.cta .actions {
    justify-content: center
}

.cta .secondary {
    background: transparent;
    color: #fff;
    border-color: #ffffff40
}

footer {
    background: #061423;
    color: #8498ad;
    padding: 65px 0 22px
}

footer a {
    display: block;
    color: #8498ad;
    text-decoration: none;
    font-size: 10px;
    margin: 10px 0
}

footer a:hover {
    color: #fff
}

footer h6 {
    font-size: 9px;
    letter-spacing: 1.3px;
    color: #fff;
    text-transform: uppercase
}

footer p {
    font-size: 10px;
    line-height: 1.8
}

.footbrand {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.footbrand b {
    font-family: "Inter", sans-serif;
    font-weight: 800;
}

.footbrand small {
    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 700;
    color: #55d4b7;
    letter-spacing: 2px;
    margin-left: 8px;
}

.bottom {
    border-top: 1px solid #ffffff10;
    margin-top: 45px;
    padding-top: 18px;
    font-size: 8px;
    display: flex;
    justify-content: space-between
}

#top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 10px;
    background: #102746;
    color: #fff;
    opacity: 0;
    transform: translateY(12px);
    transition: .3s;
    z-index: 20
}

#top.show {
    opacity: 1;
    transform: none
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-9px)
    }
}

@keyframes pulse {
    from {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

@keyframes load {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(250%)
    }
}

@media(max-width:991px) {
    .hero {
        padding-top: 140px
    }

    .hero h1 {
        font-size: 51px
    }

    .stage {
        margin-top: 25px
    }

    .flow {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px
    }

    .flow>i {
        display: none
    }

    .modules,
    .whygrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .split {
        display: block
    }

    .split>p {
        margin-top: 18px
    }

    .eco {
        grid-template-columns: 1fr;
        padding: 45px 30px
    }

    .map {
        margin-top: 30px
    }

    .navbar-brand small {
        display: none
    }
}

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

    .hero h1 {
        font-size: 42px;
        letter-spacing: -2px
    }

    .hero p {
        font-size: 15px
    }

    .proof span {
        display: block;
        margin-bottom: 7px
    }

    .float {
        display: none
    }

    .app {
        transform: none
    }

    .appbody article {
        padding: 13px
    }

    .stats strong {
        font-size: 14px
    }

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

    .modules,
    .whygrid {
        grid-template-columns: 1fr
    }

    .section h2 {
        font-size: 36px
    }

    .eco h2 {
        font-size: 37px
    }

    .map {
        height: 400px
    }

    .node {
        transform: scale(.9)
    }

    .node.center {
        transform: translate(-50%, -50%) scale(.9)
    }

    .n1 {
        left: -5px
    }

    .n2 {
        left: -5px
    }

    .n3 {
        right: -5px
    }

    .n4 {
        right: -5px
    }

    .cta h2 {
        font-size: 43px
    }

    .bottom {
        display: block
    }

    .bottom span {
        display: block;
        margin-top: 8px
    }
}

/* Robust page-loader / scroll reveal */
body.page-ready #loader {
    pointer-events: none
}

.reveal-item {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s ease
}

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

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal-item {
        opacity: 1;
        transform: none;
        transition: none
    }

    #loader i {
        animation: none
    }
}