/* =========================================================
   TripCX – style.css
   Vanilla CSS implementation of Figma design node 3149:2990
   ========================================================= */

/* ---------- Reset & Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Google Sans Flex", sans-serif;
  background-color: #ffffff;
  color: #050403;
  overflow-x: hidden;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* =========================================================
   HERO SECTION
   ========================================================= */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 1005px;
  background: #000000;
  overflow: hidden;
}

/* Full-bleed background image */
.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.85;
}

/* Dark gradient over hero to make text readable */
.hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(20, 8, 0, 0.72) 60%,
      rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
}

/* Warm orange bottom glow – corners only */
.hero-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 690px;
    background: radial-gradient(ellipse 45% 80% at 0% 100%, rgb(253 117 0) 0%, transparent 100%), radial-gradient(ellipse 45% 80% at 100% 100%, rgb(253 117 0) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px;
}

/* ---------- Navbar ---------- */
.navbar {
  display: flex;
  align-items: center;
  padding: 53px 0 12px;
}

.logo {
  height: 47px;
  width: auto;
}

/* ---------- Hero content row ---------- */
.hero-content-row {
  display: flex;
  gap: 61px;
  align-items: center;
  padding-bottom: 80px;
  justify-content: space-between;
}

/* ---------- Hero Left ---------- */
.hero-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 0 0 681px;
  max-width: 681px;
}

.hero-badge-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Travel Hub 360 stacked images */
.travel-hub-stack {
  position: relative;
  width: 151px;
  height: 213px;
  flex-shrink: 0;
}

.travel-hub-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.travel-hub-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 7px;
  top: 0.5px;
}

/* Orbit rings + B2X pills */
.orbit-container {
  position: relative;
  width: 324px;
  height: 542px;
  flex-shrink: 0;
  overflow: hidden;
  background: url('assets/circle.svg') no-repeat;
  background-size: 900px 678px;
  background-position: -346px -65px;
}

@keyframes floatPill {

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

  50% {
    transform: translateY(-12px);
  }
}

.orbit-pill {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 0.778px solid #fd7500;
  backdrop-filter: blur(1.95px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38) 0%, rgba(153, 153, 153, 0.38) 100%);
  font-family: 'Inter', sans-serif;
  font-size: 20.9px;
  color: #ffffff;
  font-weight: 400;
  overflow: hidden;
  animation: floatPill 4s ease-in-out infinite;
}

.pill-b2b {
  left: 154px;
  top: 120px;
  animation-delay: 0s;
}

.pill-b2c {
  left: 94px;
  top: 286px;
  width: 49px;
  height: 49px;
  font-size: 21.8px;
  animation-delay: 1.2s;
}

.pill-b2e {
  left: 256px;
  top: 273px;
  animation-delay: 2.4s;
}

/* ---------- Hero Text ---------- */
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hero-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  max-width: 588px;
}

/* =========================================================
   DEMO CARD
   ========================================================= */
.demo-card {
  flex-shrink: 0;
  backdrop-filter: blur(11.3px);
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.demo-card-inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 32px 31px;
  width: 558px;
}

.demo-card-header {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  text-align: center;
}

.demo-title {
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 37px;
  color: #050403;
  text-transform: capitalize;
}

.demo-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #747474;
  text-align: center;
  max-width: 399px;
}

/* ---------- Demo Form ---------- */
.demo-form {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}

/* Row of two side-by-side fields — 34px gap as per Figma */
.form-row {
  display: flex;
  gap: 34px;
  align-items: flex-start;
  width: 100%;
}

/* Wraps a field + its error message so the error flows below the field
   instead of squeezing into the field's fixed-height flex row */
.form-field-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-row > .form-field-wrap {
  width: calc(50% - 17px);
}

/* ── Base field shell ──
   Exact Figma spec:
   border: 1px solid #e3e3e3
   border-radius: 6px
   height: 42px
   padding: 4px 5px
   gap: 4px
   display: flex, align-items: center
   width: 231px per field in rows
*/
.form-field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 42px;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 4px 5px;
  background: #ffffff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  overflow: hidden;
}

.form-field:focus-within {
  border-color: #fd7500;
  box-shadow: 0 0 0 3px rgba(253, 117, 0, 0.10);
}

/* Icon — 18×18px, non-interactive */
.form-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  pointer-events: none;
  z-index: 1;
}

.form-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Label — 14px, #050403, sits as the visual hint */
.form-label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  color: #050403;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
  flex-shrink: 0;
  user-select: none;
  transition: opacity 0.15s ease;
}

.required {
  color: #ff0408;
}

/* ── Real input — absolutely positioned, fully covers the field ── */
.field-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #050403;
  padding: 0 8px 0 28px;
  z-index: 2;
  cursor: text;
}

/* When focused or has value, hide the decorative label */
.form-field:focus-within .form-label {
  opacity: 0;
}

.form-field:has(.field-input:not(:placeholder-shown)) .form-label {
  opacity: 0;
}

/* ── Company Size select — same 42px height, 50% width on desktop ── */
.form-field--select {
  width: calc(50% - 17px);
  justify-content: space-between;
  padding: 4px 12px;
}

.field-select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: transparent;
  padding: 0 36px 0 32px;
  cursor: pointer;
  z-index: 2;
}

.field-select.has-value {
  color: #050403;
}

.field-select option {
  color: #050403;
  background: #ffffff;
}

/* Dropdown arrow — right side */
.dropdown-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  pointer-events: none;
  z-index: 1;
  margin-left: auto;
}

.dropdown-arrow img,
.dropdown-arrow svg {
  width: 12px;
  height: 12px;
  object-fit: contain;
  display: block;
}

/* ── Textarea — full width, 121px tall, padding 15px 28px ── */
.form-field--textarea {
  width: 100%;
  height: 121px;
  align-items: flex-start;
  padding: 15px 28px;
  overflow: visible;
}

.field-textarea {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  color: #050403;
  resize: none;
  padding: 15px;
  z-index: 2;
  cursor: text;
}

.field-textarea::placeholder {
  color: #050403;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 10px;
}

/* ---------- Form Validation & Alerts ---------- */
.form-honeypot {
  display: none !important;
}

.form-alert {
  padding: 12px 16px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.form-alert--success {
  background-color: #e7f7ee;
  color: #1a7f4e;
  border: 1px solid #b7e4cb;
}

.form-alert--error {
  background-color: #fdecec;
  color: #c0392b;
  border: 1px solid #f5c2bf;
}

.field-error {
  display: block;
  min-height: 0;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #e0483e;
  margin-top: 4px;
}

.field-input.has-error,
.field-select.has-error,
.field-textarea.has-error {
  border-color: #e0483e !important;
}

/* ---------- Submit Button ---------- */
.submit-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  width: 100%;
  background-color: #fd7500;
  border-radius: 12px;
  padding: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
  color: #ffffff;
  text-transform: capitalize;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.submit-btn:hover {
  background-color: #e06800;
  transform: translateY(-1px);
}

.submit-btn:active {
  transform: translateY(0);
}

.submit-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.submit-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.submit-btn:hover .submit-arrow {
  transform: translateY(-50%) rotate(40deg);
}

/* =========================================================
   STATS SECTION
   ========================================================= */
.stats-section {
  background: #ffffff;
  padding: 60px 0 0;
}

.stats-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.stats-title-built {
  font-family: 'Inter', sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 60px;
  color: #050403;
  white-space: pre-wrap;
  flex: 1 1 300px;
  min-width: 250px;
}

@media screen and (max-width:480px) {
  .stats-title {
    text-align: center;
    width: 100%;
  }
}


.stats-connect {
  color: #fd7500;
}

.stats-divider-v {
  display: none;
}

.stats-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px 0px;
  flex: 2 1 400px;
  width: 100%;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  border-left: 1px solid #d0d0d0;
  padding: 0 20px;
   @media screen and (max-width:748px) {
    border-left: 0;
    padding: 0;
  }
}

.stat-item:first-child {
  border-left: none;
  @media screen and (max-width:1378px) {
    padding-left: 0;
  }
}

.stat-number {
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  color: #050403;
}

.stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  color: #636363;
}

.stat-separator {
  display: none;
}

/* =========================================================
   SOLUTIONS SECTION – Every Travel Business
   ========================================================= */
.solutions-section {
  background: linear-gradient(180deg, #ffffff 0%, #f2f1f6 50.04%);
  padding: 90px 0 0;
}

.solutions-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

/* ---------- Section heading (shared) ---------- */
.section-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.section-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: normal;
  color: #050403;
  text-align: center;
}

.section-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #050403;
  text-align: center;
}

.section-underline {
  display: block;
  width: 157px;
  height: auto;
  margin: 10px auto 0;
}

/* ---------- Solutions Cards ---------- */
.solutions-cards {
  display: flex;
  gap: 99px;
  align-items: center;
  align-items: stretch;
}

.sol-card {
  position: relative;
  border-radius: 18px;
  flex: 1;
  overflow: hidden;
  padding: 33px 25px;
  display: flex;
  align-items: flex-start;
  background: #000000;
  transition: transform 0.3s ease;
}

.sol-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 background: linear-gradient(139deg, #FF3C00 -10.15%, #4B1200 22.57%, #000 85%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.sol-card:hover::before {
  opacity: 1;
}

.sol-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 306px;
}

/* Number "1" – image */
.sol-number--1 {
  font-family: 'Inter', sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.12);
  letter-spacing: -4px;
  flex-shrink: 0;
}

/* Text-only number (used for all cards) */
.sol-number--text {
  font-family: 'Inter', sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  color: rgba(253, 117, 0, 0.25);
  letter-spacing: -4px;
  flex-shrink: 0;
}

/* Number "2" / "3" – gradient text */
.sol-number--2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 153.8px;
  font-weight: 800;
  line-height: 118px;
  background: linear-gradient(180deg, rgba(202, 202, 202, 0.5) 0%, rgba(130, 130, 130, 0.04) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.sol-body {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sol-info {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.sol-name {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  color: #ffffff;
  letter-spacing: -0.52px;
  text-transform: capitalize;
}

.sol-tags {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.sol-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #e3edf7;
  border-radius: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  white-space: nowrap;
}

.sol-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
}

/* =========================================================
   BUILT FOR YOUR BUSINESS SECTION
   ========================================================= */
.business-section {
  background: linear-gradient(180deg, #f2f1f6 0%, #ffffff 100%);
  padding: 90px 0;
}

.business-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 57px;
}

/* Consult button */
.consult-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 51px;
  width: 267px;
  background-color: #fd7500;
  border-radius: 100px;
  padding: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.consult-btn:hover {
  background-color: #e06800;
  transform: translateY(-1px);
}

.consult-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 50%;
}

.consult-icon img {
  width: 21px;
  object-fit: contain;
  filter: brightness(0);
  transition: transform 0.3s ease;
}

.consult-btn:hover .consult-icon img {
  transform: rotate(45deg);
}

/* ---------- Feature grid ---------- */
.feature-grid {
  display: flex;
  gap: 21px;
  align-items: flex-start;
  align-items: stretch;
}

/* Left image card */
.feature-image-card {
  position: relative;
  width: 497px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, #0a1628 0%, #0d1f3c 40%, #1a0a00 80%, #050402 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}

.feature-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 16px;
}

.feature-image-top {
  position: relative;
  z-index: 1;
}

.feature-icon-logo {
  width: 27px;
}

.feature-image-bottom {
  position: relative;
  z-index: 1;
}

.feature-image-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  max-width: 372px;
}

/* Right 2×2 grid */
.feature-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  height: 626px;
  flex: 1;
}

.feature-card {
  background: linear-gradient(134.03deg, #ffffff 45.20%, #fffaf6 98.29%);
  border: 1px solid #dedede;
  border-radius: 19px;
  padding: 30px 25px 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.08);
  border-color: rgba(253, 117, 0, 0.4);
}

.feature-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 62px;
  background: #ffffff;
  border-radius: 17px;
  box-shadow: 0px 0px 15px 0px rgba(243, 230, 219, 0.5);
  padding: 12px;
  flex-shrink: 0;
  transition: background-color 0.1s ease;
}

.feature-card:hover .feature-card-icon {
  background-color: #fd7500;
}

.feature-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.feature-card:hover .feature-card-icon img {
  filter: brightness(0) invert(1);
}

.feature-card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: #050403;
  max-width: 231px;
}

.feature-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #454545;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer-section {
  position: relative;
  background: #050402;
  padding: 60px 0 0;
  overflow: hidden;
}

/* Glow blobs */
.footer-glow {
  position: absolute;
  width: 887px;
  height: 600px;
  pointer-events: none;
  top: -80px;
  background: radial-gradient(circle, rgba(253, 117, 0, 0.3) 0%, rgba(253, 117, 0, 0) 70%);
  filter: blur(40px);
}

.footer-glow--left {
  left: -268px;
}

.footer-glow--right {
  right: -268px;
  left: auto;
}

.footer-container {
  position: relative;
  z-index: 2;
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-top {
  display: flex;
  gap: 0;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
}

.footer-logo img {
  height: 47px;
  width: auto;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-col-title {
  font-family: 'Inter', sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 23px;
  color: #ffffff;
  white-space: nowrap;
}

.footer-contact-items {
  display: flex;
  gap: 22px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  white-space: nowrap;
}

.footer-contact-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Social icons row */
.footer-social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  border: 1px solid #fd7500;
  transition: opacity 0.2s ease, transform 0.15s ease;
  flex-shrink: 0;
  text-decoration: none;
}

.footer-social:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.footer-social img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.social-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Footer bottom bar */
.footer-bottom {
  border-top: 1px solid #2e3849;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
}

.footer-copy {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #607277;
  white-space: nowrap;
  text-align: center;
}

/* Mobile-only pill badge row – hidden on desktop */
.hero-pills-mobile {
  display: none;
}

.mobile-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border: 0.778px solid rgba(253, 117, 0, 0.6);
  border-radius: 100px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.08);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px;
}

/* =========================================================
   RESPONSIVE STYLES
   Breakpoints:
     ≤ 1200px  – Large tablet / small desktop
     ≤ 1024px  – Tablet landscape
     ≤  768px  – Tablet portrait
     ≤  480px  – Mobile
     ≤  360px  – Small mobile
   ========================================================= */

/* ─── ≤ 1380px ─────────────────────────────────────────── */
@media (max-width: 1380px) {
  .hero-container {
    padding: 0 32px;
  }

  .hero-content-row {
    gap: 36px;
  }

  .hero-left {
    flex: 0 0 520px;
    max-width: 520px;
  }

  .hero-heading {
    font-size: 58px;
    line-height: 60px;
  }

  .demo-card-inner {
    width: 440px;
    padding: 28px 24px;
  }

  .form-row > .form-field-wrap {
    width: calc(50% - 10px);
  }

  .form-field--select,
  .form-field--textarea {
    width: 100%;
  }

  .form-row {
    gap: 20px;
  }

  .stats-container {
    padding: 0 32px;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
.stats-items {
    flex: 2 1 auto;
}
.stat-item{
 align-items: flex-start;
}
  .stats-title-built {
    font-size: 52px;
    line-height: 52px;
    flex-basis: 250px;
  }

  .stat-number {
    font-size: 34px;
  }

  .stat-label {
    font-size: 18px;
    text-align: left;
  }

  .solutions-container {
    padding: 0 32px;
  }

  .solutions-cards {
    gap: 28px;
  }

  .sol-card-inner {
    width: 100%;
  }

  .business-container {
    padding: 0 32px;
  }

  .feature-image-card {
    width: 360px;
  }

  .feature-image-text {
    font-size: 30px;
    line-height: 38px;
  }

  .footer-container {
    padding: 0 32px;
  }
}

/* ─── ≤ 1024px ──────────────────────────────────────────── */
@media (max-width: 1024px) {

  /* HERO */
  .hero-section::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
    background:
      radial-gradient(ellipse 100% 50% at 100% 0%, rgba(253, 117, 0, 0.65) 0%, transparent 70%),
      radial-gradient(ellipse 100% 50% at 100% 100%, rgba(253, 117, 0, 0.65) 0%, transparent 70%);
  }

  .hero-section {
    min-height: auto;
  }

  .navbar {
    padding: 36px 0 12px;
  }

  .hero-content-row {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding-bottom: 60px;
  }

  .hero-left {
    flex: unset;
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
  }

  .hero-badge-row {
    justify-content: flex-start;
  }

  .travel-hub-stack {
    width: 120px;
    height: 170px;
  }

  .orbit-container {
    width: 260px;
    height: 420px;
  }

  .pill-b2b {
    left: 120px;
    top: 90px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .pill-b2c {
    left: 70px;
    top: 220px;
    width: 44px;
    height: 44px;
    font-size: 19px;
  }

  .pill-b2e {
    left: 200px;
    top: 210px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .hero-heading {
    font-size: 52px;
    line-height: 56px;
  }

  .hero-sub {
    font-size: 16px;
    max-width: 100%;
  }

  /* Demo card full width */
  .demo-card {
    width: 100%;
  }

  .demo-card-inner {
    width: 100%;
  }

  .form-row {
    gap: 16px;
  }

  .form-row > .form-field-wrap {
    width: calc(50% - 8px);
  }

  .form-field--select,
  .form-field--textarea {
    width: 100%;
  }

  /* STATS */
  .stats-container {
    gap: 24px;
    padding: 48px 32px;
  }

  .stats-title-built {
    font-size: 48px;
    line-height: 48px;
  }

  .stats-divider-v {
    display: none;
  }

  .stats-items {
    width: 100%;
    gap: 30px 16px;
  }

  .stat-item {
    flex: unset;
  }

  .stat-separator {
    display: none;
  }

  /* SOLUTIONS */
  .solutions-section {
    padding: 64px 0 0;
  }

  .solutions-cards {
    flex-direction: column;
    gap: 20px;
  }

  .sol-card {
    height: auto;
    min-height: 260px;
    padding: 28px 24px;
  }

  .sol-card-inner {
    width: 100%;
    gap: 20px;
  }

  .sol-body {
    gap: 24px;
  }

  .sol-number--2 {
    font-size: 100px;
  }

  /* BUSINESS */
  .business-section {
    padding: 64px 0;
  }

  .feature-grid {
    flex-direction: column;
    gap: 24px;
  }

  .feature-image-card {
    width: 100%;
    height: 340px;
  }

  .feature-image-text {
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
  }

  .feature-cards-grid {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  /* FOOTER */
  .footer-top {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-col {
    width: auto;
    flex: 1 1 200px;
  }

  .footer-glow--right {
    left: auto;
    right: -268px;
  }

  .footer-copy {
    white-space: normal;
  }
}

/* ─── ≤ 768px ───────────────────────────────────────────── */
@media (max-width: 768px) {

  /* HERO */
  .hero-section::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
    background:
      radial-gradient(ellipse 100% 50% at 100% 0%, rgba(253, 117, 0, 0.7) 0%, transparent 70%),
      radial-gradient(ellipse 100% 50% at 100% 100%, rgba(253, 117, 0, 0.7) 0%, transparent 70%);
  }

  .hero-container {
    padding: 0 20px;
  }

  .navbar {
    padding: 28px 0 10px;
  }

  .logo {
    height: 38px;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 46px;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 22px;
  }

  .hero-badge-row {
    gap: 8px;
  }

  .travel-hub-stack {
    width: 90px;
    height: 128px;
  }

  .orbit-container {
    width: 200px;
    height: 320px;
  }

  .orbit-rings {
    top: -5%;
    left: -80%;
    width: 175%;
    height: 110%;
  }

  .pill-b2b {
    left: 95px;
    top: 65px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .pill-b2c {
    left: 55px;
    top: 165px;
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .pill-b2e {
    left: 158px;
    top: 158px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  /* Demo card */
  .demo-card-inner {
    padding: 24px 20px;
    gap: 24px;
  }

  .demo-title {
    font-size: 28px;
    line-height: 30px;
    width: auto;
  }

  .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .form-row > .form-field-wrap {
    width: 100%;
  }

  .form-field--select {
    width: 100%;
  }

  .submit-btn {
    font-size: 20px;
  }

  /* STATS */
  .stats-section {
    padding: 48px 0;
  }

  .stats-container {
    padding: 0 20px;
    gap: 35px;
  }

  .stats-title-built {
    font-size: 40px;
    line-height: 44px;
  }

  .stat-number {
    font-size: 28px;
    line-height: 36px;
  }

  .stat-label {
    font-size: 16px;
    line-height: 22px;
  }

  /* SOLUTIONS */
  .solutions-section {
    padding: 56px 0 0;
  }

  .solutions-container {
    padding: 0 20px;
    gap: 28px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-sub {
    font-size: 15px;
  }

  .sol-card {
    padding: 24px 20px;
  }

  .sol-number--2 {
    font-size: 80px;
  }

  .sol-name {
    font-size: 22px;
  }

  /* BUSINESS */
  .business-section {
    padding: 56px 0;
  }

  .business-container {
    padding: 0 20px;
    gap: 40px;
  }

  .feature-image-card {
    height: 280px;
  }

  .feature-image-text {
    font-size: 26px;
    line-height: 34px;
  }

  .feature-cards-grid {
    grid-template-columns: 1fr;
    height: auto;
    gap: 16px;
  }

  .consult-btn {
    font-size: 16px;
    width: 240px;
    height: 46px;
    gap: 16px;
  }

  /* FOOTER */
  .footer-section {
    padding: 48px 0 0;
  }

  .footer-container {
    padding: 0 20px;
  }

  .footer-top {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }

  .footer-col {
    width: 100%;
    flex: unset;
    gap: 20px;
    align-items: center;
  }

  .footer-glow {
    width: 100%;
    height: 300px;
    opacity: 0.5;
  }

  .footer-glow--right {
    display: none;
  }

  .footer-glow--left {
    left: 0;
  }

  .footer-col-title {
    font-size: 20px;
  }

  .footer-contact-item {
    font-size: 14px;
  }

  .footer-copy {
    font-size: 13px;
    white-space: normal;
  }
}

/* ─── ≤ 480px ───────────────────────────────────────────── */
@media (max-width: 480px) {

  /* HERO */
  .hero-section::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
    background:
      radial-gradient(ellipse 100% 50% at 100% 0%, rgba(253, 117, 0, 0.7) 0%, transparent 70%),
      radial-gradient(ellipse 100% 50% at 100% 100%, rgba(253, 117, 0, 0.7) 0%, transparent 70%);
  }

  .hero-container {
    padding: 0 16px;
  }

  .navbar {
    padding: 22px 0 8px;
  }

  .logo {
    height: 32px;
  }

  .hero-left {
    align-items: flex-start;
  }

  .hero-badge-row {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .travel-hub-stack {
          width: 140px;
        height: 197px;
  }

  .orbit-container {
    width: 200px;
    height: 340px;
    background-size: 848px 461px;
    background-position: -350px -39px;
  }

  .hero-pills-mobile {
    display: none;
  }

  .hero-text {
    align-items: flex-start;
    text-align: left;
  }

  .hero-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .hero-sub {
    font-size: 14px;
    line-height: 21px;
  }

  .hero-content-row {
    padding-bottom: 44px;
  }

  /* Demo card */
  .demo-card-inner {
    padding: 20px 16px;
    gap: 20px;
  }

  .demo-title {
    font-size: 24px;
    line-height: 28px;
  }

  .demo-desc {
    font-size: 13px;
  }

  .field-input,
  .field-select,
  .field-textarea {
    font-size: 13px;
  }

  .field-textarea {
    min-height: 80px;
  }

  .submit-btn {
    font-size: 18px;
    height: 50px;
  }

  .submit-arrow {
    width: 26px;
    height: 26px;
    right: 8px;
  }

  /* STATS */
  .stats-section {
    padding: 40px 0;
  }

  .stats-container {
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
  }

  .stats-title-built {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    flex: unset;
    width: 100%;
    br{
      display: none;
    }
  }

  .stats-items {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    justify-content: center;
    background: #0a0a0a;
    border-radius: 20px;
    padding: 32px 15px;
    overflow: hidden;
  }

  .stats-items::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 60%;
    background: radial-gradient(ellipse at 100% 100%, rgba(253, 117, 0, 0.35) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
  }

  .stat-item {
    flex: unset;
    text-align: center;
    align-items: center;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
  }

  /* Vertical separator between columns */
  .stat-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  /* Horizontal separator between rows */
  .stat-item:nth-child(1),
  .stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .stat-number {
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
  }

  .stat-label {
    font-size: 14px;
    color: #b0b0b0;
    text-align: center;
  }

  .stat-separator {
    display: none;
  }

  /* SOLUTIONS */
  .solutions-section {
    padding: 40px 0;
  }

  .solutions-container {
    padding: 0 16px;
  }

  .section-title {
    font-size: 26px;
    line-height: 34px;
  }

  .section-sub {
    font-size: 14px;
  }

  .sol-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .sol-number--2 {
    font-size: 64px;
  }

  .sol-number--1 img {
    height: 72px;
  }

  .sol-name {
    font-size: 20px;
  }

  .sol-desc {
    font-size: 13px;
  }

  /* BUSINESS */
  .business-section {
    padding: 48px 0;
  }

  .business-container {
    padding: 0 16px;
    gap: 32px;
  }

  .feature-image-card {
    height: 240px;
    border-radius: 12px;
    padding: 20px;
  }

  .feature-image-text {
    font-size: 22px;
    line-height: 30px;
  }

  .feature-card {
    padding: 22px 18px 20px;
  }

  .feature-card-title {
    font-size: 17px;
    max-width: 100%;
  }

  .feature-card-desc {
    font-size: 13px;
  }

  .feature-card-icon {
    width: 54px;
    height: 52px;
    padding: 10px;
  }

  .consult-btn {
    font-size: 15px;
    width: 220px;
    height: 44px;
  }

  /* FOOTER */
  .footer-section {
    padding: 40px 0 0;
  }

  .footer-container {
    padding: 0 16px;
    gap: 0px;
  }

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

  .footer-col-title {
    font-size: 18px;
  }

  .footer-contact-item {
    font-size: 13px;
  }

  .footer-social {
    width: 36px;
    height: 36px;
  }

  .footer-social img {
    width: 36px;
    height: 36px;
  }

  .footer-copy {
    font-size: 12px;
  }

  .footer-bottom {
    padding: 16px 8px;
  }
}

/* ─── ≤ 360px ───────────────────────────────────────────── */
@media (max-width: 360px) {
  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .demo-title {
    font-size: 20px;
  }

  .section-title {
    font-size: 22px;
    line-height: 28px;
  }

  .stats-title-built {
    font-size: 28px;
    line-height: 32px;
  }

  .stat-number {
    font-size: 22px;
  }

  .stat-label {
    font-size: 13px;
  }

  .feature-image-text {
    font-size: 18px;
    line-height: 24px;
  }

  .feature-card-title {
    font-size: 15px;
  }

  .consult-btn {
    width: 100%;
  }
}

/* =========================================================
   ANIMATIONS
   ========================================================= */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}