:root {
  --ink: #17130f;
  --ink-2: #2a241f;
  --muted: #6f665f;
  --peach: #f7e5d7;
  --peach-2: #fcefe7;
  --cream: #fffaf6;
  --line: #e9dfd7;
  --white: #fff;
  --accent: #ff8a4c;
  --accent-2: #ffbd94;
  --green: #dff0d5;
  --shadow: 0 24px 70px rgba(45, 32, 22, .10);
  --radius: 28px;
  --nav-h: 78px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden
}

h1,
h2,
h3,
h4,
.navbar,
.btn,
.section-kicker {
  font-family: "Manrope", sans-serif
}

a {
  text-decoration: none
}

img {
  max-width: 100%;
  height: auto
}

.section-pad {
  padding: 60px 0
}

.light-section {
  background: #fbf8f4
}

.peach-section {
  background: linear-gradient(180deg, #f9ece2 0%, #fff7f1 100%)
}

.section-head {
  max-width: 1180px
}

.section-head.text-center {
  max-width: 820px
}

.section-kicker {
  display: inline-block;
  font-size: .75rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: #8a5e46;
  margin-bottom: 12px
}

.section-head h2,
.faq-sticky h2,
.quote-copy h2 {
  font-size: clamp(2.25rem, 4.7vw, 5.35rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 800;
  margin: 0
}

.section-head p,
.faq-sticky p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  z-index: 1200;
  background: transparent;
  pointer-events: none
}

.scroll-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #ff9b64, #ff6d3a)
}

/* Header */
.headerTop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  padding: 10px 14px;
  transition: .35s ease
}

.headerTop .navbar {
  max-width: 1450px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(22, 18, 15, .86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 10px 18px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, .14)
}

.headerTop.is-scrolled {
  padding-top: 6px
}

.headerTop.is-scrolled .navbar {
  background: rgba(23, 19, 15, .95);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .2)
}

.navbar-brand img {
  display: block
}

.real-menu {
  align-items: center;
  gap: 4px
}

.real-menu>.nav-item>.nav-link {
  color: rgba(255, 255, 255, .82) !important;
  font-size: .9rem;
  font-weight: 600;
  padding: 12px 10px !important;
  border-radius: 12px;
  white-space: nowrap
}

.real-menu>.nav-item>.nav-link:hover,
.real-menu>.nav-item>.nav-link.active {
  color: #fff !important;
  background: rgba(255, 255, 255, .08)
}

.navbar .dropdown-toggle::after {
  display: none
}

.mm-caret {
  font-size: .66rem;
  margin-left: 2px
}

.mega-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  width: min(1240px, calc(100vw - 40px));
  margin-top: 14px !important;
  padding: 18px !important;
  border: 1px solid #eee1d7 !important;
  border-radius: 24px !important;
  background: #fffaf6 !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .22) !important
}

.mm-row {
  max-height: 72vh;
  overflow: auto
}

.mega-menu-column {
  padding: 15px
}

.mega-menu-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  margin-bottom: 8px
}

.mega-menu-title .nav-link {
  padding: 0 !important;
  color: var(--ink) !important
}

.mm-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f2e3d7;
  color: #6f4938
}

.mega-menu ul,
.mm-simple {
  list-style: none;
  padding: 0;
  margin: 0
}

.mega-menu .nav-link,
.mm-simple .nav-link {
  color: #645c56 !important;
  font-size: .86rem;
  padding: 5px 0 !important
}

.mega-menu .nav-link:hover,
.mega-menu .nav-link.active {
  color: #d66232 !important
}

.mm-list {
  columns: 2;
  column-gap: 20px
}

.mm-simple {
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 18px !important;
  min-width: 285px !important;
  background: #fffaf6 !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .2) !important
}

.mm-simple .nav-link {
  padding: 9px 10px !important;
  border-radius: 10px
}

.mm-simple .nav-link:hover {
  background: #f5e9df
}

.navbar-toggler {
  border: 0 !important;
  color: #fff !important;
  font-size: 1.7rem;
  box-shadow: none !important
}

.mitem {
  display: none
}

/* Hero */
.hero-section {
  background: linear-gradient(135deg, #fffaf5 0%, #f8e3d4 50%, #f9efe8 100%);
  padding-top: 88px
}

.hero-row {
  padding: 36px 0 90px
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  opacity: .5;
  pointer-events: none
}

.hero-orb--one {
  width: 430px;
  height: 430px;
  background: #ffd3bb;
  right: -120px;
  top: 80px;
  animation: orbMove 10s ease-in-out infinite
}

.hero-orb--two {
  width: 320px;
  height: 320px;
  background: #fff6b8;
  left: -140px;
  bottom: 80px;
  animation: orbMove 13s ease-in-out infinite reverse
}

@keyframes orbMove {
  50% {
    transform: translate3d(25px, -28px, 0) scale(1.08)
  }
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid rgba(23, 19, 15, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(10px);
  font-size: .82rem;
  font-weight: 700
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #5f8e47;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(95, 142, 71, .45);
  animation: pulse 2s infinite
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(95, 142, 71, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(95, 142, 71, 0)
  }
}

.display-hero {
  font-size: clamp(3.4rem, 5.4vw, 7.8rem);
  line-height: .88;
  letter-spacing: -.065em;
  font-weight: 800;
  max-width: 940px
}

.display-hero span {
  display: block;
  color: #b9643e
}

.hero-lead {
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.65;
  max-width: 800px;
  color: #403934
}

.hero-note {
  max-width: 800px;
  color: #6c625b;
  font-size: .98rem;
  line-height: 1.6
}

.magnet-btn {
  transition: transform .2s ease, box-shadow .2s ease
}

.magnet-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .15)
}

.hero-proof>div {
  display: flex;
  flex-direction: column;
  padding-right: 10px
}

.hero-proof strong {
  font-family: "Manrope", sans-serif;
  font-size: 1rem
}

.hero-proof span {
  font-size: .78rem;
  color: #786e67
}

.device-stage {
  height: 610px;
  position: relative;
  perspective: 1100px
}

.device-card {
  position: absolute;
  width: 245px;
  height: 500px;
  border: 8px solid #17130f;
  border-radius: 42px;
  background: #17130f;
  box-shadow: 0 28px 60px rgba(56, 35, 23, .26);
  overflow: hidden
}

.device-card--front {
  left: 28%;
  top: 40px;
  transform: rotate(6deg);
  animation: floatPhone 5.5s ease-in-out infinite
}

.device-card--back {
  left: 4%;
  top: 90px;
  transform: rotate(-9deg) scale(.9);
  opacity: .86;
  animation: floatPhoneBack 6.5s ease-in-out infinite
}

.device-notch {
  position: absolute;
  z-index: 2;
  width: 82px;
  height: 22px;
  border-radius: 0 0 14px 14px;
  background: #17130f;
  left: 50%;
  transform: translateX(-50%)
}

.app-screen {
  height: 100%;
  border-radius: 32px;
  padding: 44px 19px 20px;
  position: relative;
  overflow: hidden
}

.app-screen--booking {
  background: linear-gradient(160deg, #f9e8dd, #fff7f1)
}

.app-screen--commerce {
  background: linear-gradient(160deg, #dfe8c9, #f7f2d7)
}

.ui-top {
  display: flex;
  justify-content: space-between;
  font-size: .65rem;
  margin-bottom: 28px
}

.ui-chip {
  display: inline-block;
  border-radius: 999px;
  background: #201b18;
  color: #fff;
  padding: 5px 9px;
  font-size: .64rem
}

.ui-chip--light {
  background: #fff;
  color: #26201d
}

.ui-title {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.05em;
  margin: 18px 0 30px
}

.booking-slot {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 8px;
  align-items: center;
  background: rgba(255, 255, 255, .72);
  padding: 12px;
  border-radius: 14px;
  margin-top: 9px;
  font-size: .68rem
}

.booking-slot b {
  font-size: .72rem
}

.ui-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px
}

.ui-product-grid i {
  display: block;
  height: 100px;
  border-radius: 15px;
  background: linear-gradient(135deg, #fff, #e9c6a9)
}

.ui-product-grid i:nth-child(2) {
  background: linear-gradient(135deg, #e7d5ff, #fff)
}

.ui-product-grid i:nth-child(3) {
  background: linear-gradient(135deg, #c9e9e2, #fff)
}

.ui-product-grid i:nth-child(4) {
  background: linear-gradient(135deg, #f4d7d7, #fff)
}

.floating-badge {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(42, 28, 19, .12);
  font-weight: 700;
  font-size: .8rem
}

.floating-badge i {
  margin-right: 6px
}

.floating-badge--one {
  right: 4%;
  top: 92px
}

.floating-badge--two {
  right: 0;
  top: 230px
}

.floating-badge--three {
  left: 4%;
  bottom: 52px
}

@keyframes floatPhone {
  50% {
    transform: rotate(3deg) translateY(-16px)
  }
}

@keyframes floatPhoneBack {
  50% {
    transform: rotate(-6deg) scale(.9) translateY(12px)
  }
}

.capability-marquee {
  background: rgba(255, 255, 255, .58);
  overflow: hidden;
  padding: 17px 0
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  animation: marquee 28s linear infinite
}

.marquee-track span {
  font-family: "Manrope", sans-serif;
  font-size: .93rem;
  font-weight: 800;
  white-space: nowrap
}

.marquee-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d27a52
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

/* Services */
.service-tabs {
  gap: 7px;
  background: #fbf7f3;
  border-radius: 24px;
  padding: 12px
}

.service-tabs .nav-link {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 8px;
  text-align: left;
  border-radius: 15px;
  color: #4f4741;
  padding: 15px 14px;
  font-weight: 700;
  transition: .25s
}

.service-tabs .nav-link span {
  font-size: .7rem;
  color: #9b8d83
}

.service-tabs .nav-link i {
  opacity: .35
}

.service-tabs .nav-link:hover {
  background: #fff;
  color: #17130f
}

.service-tabs .nav-link.active {
  background: #17130f;
  color: #fff
}

.service-tabs .nav-link.active span {
  color: #cfbcb1
}

.service-content {
  min-height: 670px
}

.service-panel {
  height: 100%;
  min-height: 670px;
  border-radius: 30px;
  background: linear-gradient(145deg, #f4e2d6, #fff8f2);
  padding: clamp(26px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 30px;
  align-items: center;
  overflow: hidden
}

.service-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #17130f;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 28px
}

.service-panel h3 {
  font-size: clamp(2.1rem, 4vw, 4.5rem);
  letter-spacing: -.05em;
  line-height: .98;
  font-weight: 800;
  max-width: 650px
}

.service-panel p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5b514b;
  max-width: 720px
}

.service-panel ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  gap: 8px
}

.service-panel li {
  font-size: .78rem;
  font-weight: 700;
  padding: 8px 11px;
  border: 1px solid rgba(23, 19, 15, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .52)
}

.mini-phone {
  width: 210px;
  height: 410px;
  border: 8px solid #17130f;
  border-radius: 38px;
  box-shadow: 0 25px 45px rgba(57, 38, 26, .18);
  display: flex;
  align-items: flex-end;
  padding: 25px 18px;
  transform: rotate(5deg);
  position: relative;
  overflow: hidden
}

.mini-phone:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 20px;
  background: #17130f;
  border-radius: 0 0 14px 14px;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.mini-phone span {
  font: 800 1rem/1.05 "Manrope", sans-serif;
  position: relative;
  z-index: 2
}

.android-screen {
  background: linear-gradient(180deg, #d9efc9, #f6f2cd)
}

.ios-screen {
  background: linear-gradient(180deg, #d8e7ff, #f8e9f6)
}

.cross-screen {
  background: linear-gradient(180deg, #f9d8cb, #ffeecd)
}

.ux-screen {
  background: linear-gradient(180deg, #d8d4ff, #f4ecff)
}

.commerce-screen {
  background: linear-gradient(180deg, #f7dbc8, #fff4e5)
}

.booking-screen {
  background: linear-gradient(180deg, #cce9ea, #effcff)
}

.backend-screen {
  background: linear-gradient(180deg, #dfe4e8, #f8f9fa)
}

.more-screen {
  background: linear-gradient(180deg, #f0d9ed, #fff3fa)
}

/* Why + bento */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.bento-card {
  position: relative;
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(23, 19, 15, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 35px rgba(69, 44, 29, .05);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease
}

.bento-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 58px rgba(69, 44, 29, .11)
}

.bento-card--wide {
  grid-column: span 2
}

.bento-no {
  font-size: 1.72rem;
  font-weight: 800;
  color: #9a7f70;
  margin-bottom: 8px
}

.bento-card h3 {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -.035em;
  max-width: 430px
}

.bento-card p {
  color: #675d56;
  line-height: 1.65;
  margin-bottom: 0
}

.bento-corner-icon {
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 3rem;
  opacity: .08
}

.decision-visual {
  position: absolute;
  right: 20px;
  top: 23px;
  display: flex;
  gap: 8px
}

.decision-visual span {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #17130f;
  color: white;
  font: 800 .8rem "Manrope"
}

.decision-visual span+span {
  background: #f0b894;
  color: #17130f
}

.brand-card {
  display: flex;
  justify-content: space-between;
  align-items: end
}

.big-year {
  font: 800 4.1rem/.8 "Manrope", sans-serif;
  letter-spacing: -.07em;
  text-align: right;
  color: #bf6d44
}

.big-year small {
  font-size: 2.2rem
}

.comparison-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 44px);
  box-shadow: var(--shadow)
}

.comparison-card h3 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -.045em
}

.comparison-card p {
  color: var(--muted);
  line-height: 1.65
}

.comparison-card .table>:not(caption)>*>* {
  padding: 16px 18px;
  border-color: #eee4dc
}

.comparison-card thead th {
  background: #17130f;
  color: #fff;
  border: 0
}

.comparison-card thead th:first-child {
  border-radius: 14px 0 0 14px
}

.comparison-card thead th:last-child {
  border-radius: 0 14px 14px 0
}

.comparison-card tbody td:first-child {
  font-weight: 700
}

/* Portfolio */
.project-stack {
  display: grid;
  gap: 28px
}

.project-card {
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 65px rgba(45, 31, 22, .08)
}

.project-card--commerce {
  background: #e9efd6
}

.project-card--booking {
  background: #f6ded0
}

.project-card--field {
  background: #dce9ea
}

.project-tag {
  display: inline-block;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  color: #6e6159;
  margin-bottom: 16px
}

.project-card h3 {
  font-size: clamp(2.3rem, 4vw, 4.8rem);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 800
}

.project-card p {
  color: #594f49;
  line-height: 1.7
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
  margin-top: 12px
}

.text-link i {
  transition: transform .2s
}

.text-link:hover i {
  transform: translateX(5px)
}

.project-visual {
  min-height: 480px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden
}

.project-visual:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  filter: blur(2px)
}

.project-phone {
  width: 240px;
  height: 400px;
  border: 9px solid #17130f;
  border-radius: 42px;
  background: #fff;
  position: relative;
  z-index: 2;
  transform: rotate(7deg);
  box-shadow: 0 24px 50px rgba(28, 20, 15, .22);
  transition: transform .5s ease
}

.project-card:hover .project-phone {
  transform: rotate(2deg) translateY(-10px)
}

.project-ui {
  height: 100%;
  border-radius: 31px;
  background: #fff7f1;
  padding: 36px 16px 20px
}

.project-ui>span {
  font-size: .7rem;
  font-weight: 700
}

.project-ui h4 {
  font: 800 1.8rem "Manrope";
  margin: 14px 0 22px
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px
}

.product-cards i {
  height: 110px;
  border-radius: 14px;
  background: #e4c7b6
}

.product-cards i:nth-child(2) {
  background: #d7e0bf
}

.product-cards i:nth-child(3) {
  grid-column: span 2;
  background: #e8d6e8
}

.booking-ui {
  background: #fef0e6
}

.schedule-row {
  height: 54px;
  background: #fff;
  border-radius: 12px;
  margin-top: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .04)
}

.field-ui {
  background: #edf6f4
}

.map-path {
  height: 240px;
  border-radius: 18px;
  background: radial-gradient(circle at 25% 22%, #ca7f5a 0 4px, transparent 5px), radial-gradient(circle at 70% 38%, #ca7f5a 0 4px, transparent 5px), radial-gradient(circle at 42% 68%, #ca7f5a 0 4px, transparent 5px), linear-gradient(135deg, transparent 45%, #bdd5d2 46% 49%, transparent 50%);
  border: 1px solid #d8e7e4
}

.project-card-float {
  position: absolute;
  z-index: 4;
  right: 12%;
  bottom: 20%;
  padding: 12px 16px;
  background: #17130f;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: .8rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18)
}

/* Industries */
.industry-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px
}

.industry-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 17px;
  padding: 10px 5px;
  text-align: left;
  font-weight: 700;
  color: #4a433d;
  transition: .25s
}

.industry-btn i {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #f6ece4;
  margin-right: 7px
}

.industry-btn:hover,
.industry-btn.active {
  background: #17130f;
  color: #fff;
  transform: translateY(-2px)
}

.industry-btn.active i,
.industry-btn:hover i {
  background: rgba(255, 255, 255, .1)
}

.industry-preview {
  min-height: 520px;
  border-radius: 32px;
  padding: 38px;
  background: linear-gradient(160deg, #f4ddce, #fff8f1);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.industry-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #17130f;
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 28px
}

.industry-preview h3 {
  font-size: clamp(2rem, 3.4vw, 3.7rem);
  line-height: .96;
  letter-spacing: -.05em;
  font-weight: 800
}

.industry-preview p {
  max-width: 420px;
  color: #5f554f;
  line-height: 1.65
}

.industry-phone {
  position: absolute;
  right: -48px;
  bottom: -120px;
  width: 235px;
  height: 425px;
  border: 8px solid #17130f;
  border-radius: 40px;
  background: #17130f;
  transform: rotate(-12deg);
  box-shadow: 0 24px 45px rgba(0, 0, 0, .18)
}

.industry-phone-screen {
  height: 100%;
  border-radius: 31px;
  background: #fff6ec;
  padding: 45px 20px;
  display: flex;
  align-items: flex-end
}

.industry-phone-screen span {
  font: 800 1.55rem/1.05 "Manrope", sans-serif;
  max-width: 160px
}

/* Process */
.process-timeline {
  position: relative
}

.process-timeline:before {
  content: "";
  position: absolute;
  left: 35px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: #ded4cd
}

.process-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 26px;
  padding: 34px 0;
  border-bottom: 1px solid #eee4dc;
  position: relative
}

.process-num {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17130f;
  color: #fff;
  font: 800 .84rem "Manrope", sans-serif;
  z-index: 1
}

.process-step h3 {
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -.035em;
  margin-bottom: 10px
}

.process-step p {
  color: #625951;
  line-height: 1.7;
  max-width: 850px;
  margin-bottom: 9px
}

.process-output {
  display: inline-block;
  background: #f9eee6;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .78rem;
  font-weight: 700;
  color: #775a4a
}

.after-launch {
  display: flex;
  gap: 18px;
  padding: 22px;
  border-radius: 20px;
  background: #f5e8df
}

.after-launch i {
  font-size: 1.6rem
}

.after-launch p {
  color: #665d56
}

/* Pricing */
.price-card {
  background: #fff;
  border: 1px solid rgba(23, 19, 15, .08);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 16px 35px rgba(59, 40, 27, .06);
  transition: .3s
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(59, 40, 27, .12)
}

.price-card--featured {
  background: #17130f;
  color: #fff;
  transform: translateY(-12px)
}

.price-card--featured:hover {
  transform: translateY(-18px)
}

.price-label {
  display: block;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  color: #967563
}

.price-card--featured .price-label {
  color: #cfb8ab
}

.price {
  font: 800 clamp(2.7rem, 4vw, 4.5rem)/1 "Manrope", sans-serif;
  letter-spacing: -.06em;
  margin: 24px 0 18px
}

.price span {
  font-size: 1.8rem
}

.price-card p {
  color: #6a6059;
  min-height: 75px
}

.price-card--featured p {
  color: #c8beb7
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 30px
}

.price-card li {
  padding: 8px 0;
  border-bottom: 1px solid #eee4dc;
  font-size: .92rem
}

.price-card--featured li {
  border-color: rgba(255, 255, 255, .1)
}

.price-card li i {
  margin-right: 8px
}

.recommended {
  display: inline-block;
  background: #f2b28d;
  color: #17130f;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .7rem;
  font-weight: 800;
  margin-bottom: 14px
}

.pricing-note {
  font-size: .86rem;
  color: #6c625c
}

/* Team */
.team-role {
  height: 100%;
  /* height: 320px; */
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  transition: .3s;
  background: #fff
}

.team-role:hover {
  transform: translateY(-7px);
  background: #fff8f3;
  box-shadow: 0 22px 45px rgba(52, 34, 22, .08)
}

.team-role>span {
  font-size: 1.72rem;
  font-weight: 800;
  color: #9e8e84;
  display: inline;
}

.team-role>i {
  display: block;
  font-size: 3rem;
  /* margin: 0px 0 30px; */
  color: #c1724c
}

.team-role h3 {
  font-size: 1.45rem;
  font-weight: 800
}

.team-role p {
  color: #6d645d;
  line-height: 1.6;
  margin: 0
}

/* Reviews */
.review-platform {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  border-radius: 26px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  position: relative;
  transition: .3s
}

.review-platform:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 50px rgba(55, 37, 24, .09)
}

.review-platform span {
  font: 800 1.7rem "Manrope", sans-serif
}

.review-platform b {
  margin-top: auto;
  color: #7a6d64;
  font-size: .85rem
}

.review-platform i {
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 1.25rem
}

/* FAQ */
.faq-sticky {
  position: sticky;
  top: 120px
}

.faq-sticky h2 {
  font-size: clamp(2.8rem, 4.4vw, 4.7rem);
  margin-bottom: 22px
}

.faq-sticky p {
  margin-bottom: 24px
}

.faq-accordion .accordion-item {
  border-color: #e8ded7
}

.faq-accordion .accordion-button {
  font: 700 1.06rem/1.4 "Manrope", sans-serif;
  padding: 24px 0;
  background: #fff;
  color: #17130f;
  box-shadow: none
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #af5e3a
}

.faq-accordion .accordion-body {
  padding: 0 0 25px;
  color: #655c55;
  line-height: 1.75
}

.faq-accordion .accordion-button:after {
  background-size: 1rem
}

/* Quote */
.quote-section {
  background: #fff
}

.quote-shell {
  border-radius: 34px;
  background: #17130f;
  box-shadow: 0 30px 75px rgba(27, 20, 16, .15)
}

.quote-copy {
  padding: clamp(30px, 5vw, 60px);
  color: #fff;
  background: radial-gradient(circle at 18% 15%, rgba(255, 151, 93, .28), transparent 34%), #17130f
}

.quote-copy h2 {
  font-size: clamp(2.7rem, 4.6vw, 5rem);
  margin: 12px 0 24px
}

.quote-copy p {
  color: #d2c8c1;
  line-height: 1.75
}

.quote-contact {
  display: grid;
  gap: 14px;
  margin-top: 38px
}

.quote-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff
}

.quote-contact i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .08)
}

.quote-contact span {
  display: flex;
  flex-direction: column;
  font-weight: 700
}

.quote-contact small {
  color: #a79b93;
  font-weight: 500
}

.form-control,
.form-select {
  border-radius: 14px !important;
  border: 1px solid #e3d9d2 !important;
  padding: 13px 14px !important
}

.form-control:focus,
.form-select:focus {
  border-color: #c57b56 !important;
  box-shadow: 0 0 0 .22rem rgba(197, 123, 86, .12) !important
}

.form-label {
  font-weight: 700;
  font-size: .84rem
}

.form-status {
  font-size: .86rem;
  font-weight: 700;
  color: #785b49
}

/* Footer */
.gix-footer {
  background: #14110f;
  color: #d8d0ca;
  padding: 78px 0 26px
}

.gix-footer__inner {
  width: min(1450px, calc(100% - 34px));
  margin: auto
}

.gix-footer__main-grid {
  display: grid;
  grid-template-columns: 1.4fr 1.55fr 1fr 1fr 1.2fr;
  gap: 34px
}

.gix-footer__brand p,
.gix-footer__office p {
  color: #9f958e;
  line-height: 1.65;
  font-size: .9rem
}

.gix-footer__brand-mark {
  display: flex;
  gap: 8px;
  margin-top: 18px
}

.gix-footer__brand-mark span {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .68rem;
  font-weight: 800
}

.gix-footer__title {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px
}

.gix-footer__office {
  margin-bottom: 18px
}

.gix-footer__office h3 {
  font-size: .82rem;
  font-weight: 800;
  color: #fff
}

.gix-footer__office a,
.gix-footer__links a,
.gix-footer__sector-links a,
.gix-footer__legal a {
  color: #aaa09a;
  font-size: .86rem;
  transition: .2s
}

.gix-footer__office>a {
  display: block;
  margin-top: 4px
}

.gix-footer__office a:hover,
.gix-footer__links a:hover,
.gix-footer__sector-links a:hover,
.gix-footer__legal a:hover {
  color: #fff
}

.gix-footer__inline-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.gix-footer__links,
.gix-footer__sector-links {
  list-style: none;
  padding: 0;
  margin: 0
}

.gix-footer__links li,
.gix-footer__sector-links li {
  margin: 10px 0
}

.gix-footer__sector-links li {
  display: flex;
  gap: 8px;
  align-items: flex-start
}

.gix-footer__sector-links i {
  color: #c47752;
  margin-top: 2px
}

.gix-footer__reviews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 46px 0 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.gix-footer__review-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  color: #fff;
  background: #1b1714;
  transition: .25s
}

.gix-footer__review-card:hover {
  transform: translateY(-4px);
  background: #211c18
}

.gix-footer__review-card img {
  max-width: 115px;
  max-height: 35px;
  object-fit: contain;
  grid-column: 1/-1;
  object-position: left center
}

.gix-footer__review-card span {
  font-size: .75rem;
  color: #aaa09a
}

.gix-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.gix-footer__bottom p {
  margin: 0;
  color: #8e8580;
  font-size: .78rem
}

.gix-footer__legal,
.gix-footer__social {
  display: flex;
  gap: 14px
}

.gix-footer__social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #211c18;
  color: #fff
}

.gix-footer__social a:hover {
  background: #c66f48
}

/* Reveal effects */
[data-reveal],
.aos-init {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s cubic-bezier(.2, .65, .25, 1), transform .75s cubic-bezier(.2, .65, .25, 1)
}

[data-reveal].is-visible,
.aos-init.is-visible {
  opacity: 1;
  transform: none
}

/* Responsive */
@media (max-width:1199.98px) {
  .gix-footer__main-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .gix-footer__brand {
    grid-column: span 3
  }

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

  .service-panel {
    grid-template-columns: 1fr 190px
  }

  .mini-phone {
    width: 180px;
    height: 360px
  }

  .device-card--front {
    left: 24%
  }
}

@media (max-width:991.98px) {
  :root {
    --nav-h: 70px
  }

  .section-pad {
    padding: 32px 0
  }

  .headerTop {
    padding: 8px
  }

  .headerTop .navbar {
    border-radius: 18px;
    padding: 8px 13px
  }

  .navbar-brand img {
    width: 175px;
    height: auto
  }

  .navbar-collapse {
    position: fixed !important;
    inset: 0;
    background: #17130f;
    padding: 80px 20px 28px;
    overflow-y: auto;
    z-index: 1200
  }

  .navbar-collapse:not(.show) {
    display: none !important
  }

  .mitem {
    display: block !important;
    position: absolute;
    right: 18px;
    top: 18px
  }

  .real-menu {
    align-items: stretch;
    gap: 4px
  }

  .real-menu>.nav-item>.nav-link {
    font-size: 1rem;
    padding: 12px !important
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-height: none;
    margin: 6px 0 !important;
    background: #211c18 !important;
    border-color: rgba(255, 255, 255, .08) !important;
    box-shadow: none !important
  }

  .mega-menu {
    padding: 10px !important
  }

  .mega-menu-title .nav-link,
  .mega-menu .nav-link,
  .mm-simple .nav-link {
    color: #d7cec8 !important
  }

  .mega-menu .nav-link:hover,
  .mega-menu .nav-link.active {
    color: #fff !important
  }

  .mm-list {
    columns: 1
  }

  .mm-row {
    max-height: none
  }

  .hero-row {
    min-height: auto !important;
    padding: 90px 0 60px
  }

  .device-stage {
    height: 540px;
    max-width: 520px;
    margin: auto
  }

  .device-card--front {
    left: 44%
  }

  .device-card--back {
    left: 18%
  }

  .service-content {
    min-height: 0
  }

  .service-panel {
    min-height: 560px
  }

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

  .project-visual {
    min-height: 420px
  }

  .industry-preview {
    min-height: 460px
  }

  .faq-sticky {
    position: static
  }

  .gix-footer__main-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .gix-footer__brand {
    grid-column: span 2
  }

  .gix-footer__reviews {
    grid-template-columns: repeat(2, 1fr)
  }

  .gix-footer__bottom {
    grid-template-columns: 1fr
  }

  .gix-footer__legal,
  .gix-footer__social {
    flex-wrap: wrap
  }
}

@media (max-width:767.98px) {
  .section-pad {
    padding: 38px 0
  }

  .display-hero {
    font-size: clamp(3.25rem, 14vw, 5.3rem)
  }

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

  .hero-proof {
    row-gap: 4px
  }

  .device-stage {
    height: 470px;
    transform: scale(.9);
    transform-origin: center top
  }

  .device-card {
    width: 215px;
    height: 440px
  }

  .device-card--front {
    left: 40%;
    top: 30px
  }

  .device-card--back {
    left: 7%;
    top: 70px
  }

  .floating-badge--two {
    right: 10%;
    top:70%
  }
.capability-marquee{
   
    padding: 85px 0 10px 0;

}
  .service-panel {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .mini-phone {
    display: none
  }

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

  .bento-card--wide {
    grid-column: span 1
  }

  .brand-card {
    display: block
  }

  .big-year {
    text-align: left;
    margin-top: 35px
  }

  .comparison-card {
    padding: 18px
  }

  .project-visual {
    min-height: 360px
  }

  .project-phone {
    width: 200px;
    height: 385px
  }

  .project-card-float {
    right: 7%;
    bottom: 10%
  }

  .industry-buttons {
    grid-template-columns: 1fr
  }

  .industry-preview {
    min-height: 500px
  }

  .process-timeline:before {
    left: 25px
  }

  .process-step {
    grid-template-columns: 52px 1fr;
    gap: 16px
  }

  .process-num {
    width: 52px;
    height: 52px
  }

  .price-card--featured {
    transform: none
  }

  .price-card--featured:hover {
    transform: translateY(-7px)
  }

  .gix-footer__main-grid {
    grid-template-columns: 1fr
  }

  .gix-footer__brand {
    grid-column: auto
  }

  .gix-footer__reviews {
    grid-template-columns: 1fr
  }

  .gix-footer__inner {
    width: min(100% - 26px, 1450px)
  }

  .gix-footer__bottom {
    gap: 14px
  }
}

@media (max-width:575.98px) {
  .hero-section {
    padding-top: 74px
  }

  .hero-row {
    padding-top: 35px
  }

  .eyebrow-pill {
    font-size: .72rem
  }

  .device-stage {
    height: 415px;
    transform: scale(.78);
    width: 125%;
    margin-left: -12.5%
  }

  .hero-proof strong {
    font-size: .85rem
  }

  .hero-proof span {
    font-size: .7rem
  }

  .section-head h2,
  .faq-sticky h2,
  .quote-copy h2 {
    font-size: 2.55rem
  }

  .service-tabs .nav-link {
    grid-template-columns: 32px 1fr auto;
    padding: 13px 10px
  }

  .bento-card {
    min-height: 280px
  }

  .project-card {
    border-radius: 26px
  }

  .quote-shell {
    border-radius: 26px
  }

  .gix-footer {
    padding-top: 58px
  }
}

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

  *,
  *:before,
  *:after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important
  }

  .marquee-track {
    animation: none
  }

  .device-card--front,
  .device-card--back {
    animation: none
  }
}

/* =========================================================
   REVISION 2 — header, fluid sections, iPhone 17 Pro Max
   inspired frames, richer service visuals, architecture,
   and premium footer.
   ========================================================= */
.page-shell {
  width: 100%;
  /* padding-left: clamp(18px, 3.6vw, 72px);
  padding-right: clamp(18px, 3.6vw, 72px) */
}

.section-head {
  max-width: none
}

/* Refined floating header */
.headerTop {
  padding: 14px 18px 0
}

.headerTop .navbar {
  max-width: none;
  width: 100%;
  min-height: 70px;
  margin: 0;
  background: linear-gradient(112deg, rgba(23, 19, 15, .97), rgba(40, 33, 29, .95));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 9px 14px 9px 18px;
  box-shadow: 0 16px 45px rgba(36, 25, 18, .16), inset 0 1px 0 rgba(255, 255, 255, .06);
  position: relative
}

.headerTop .navbar:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 78% -40%, rgba(255, 154, 99, .18), transparent 32%)
}

.headerTop .navbar>.container-fluid {
  position: relative;
  z-index: 1;
  padding: 0
}

.headerTop.is-scrolled {
  padding: 7px 12px 0
}

.headerTop.is-scrolled .navbar {
  min-height: 64px;
  border-radius: 17px;
  background: rgba(23, 19, 15, .96);
  box-shadow: 0 12px 35px rgba(24, 17, 13, .2)
}

.navbar-brand {
  margin-right: 24px;
  display: flex;
  align-items: center
}

.navbar-brand img {
  width: 188px;
  height: auto
}

.real-menu {
  width: 100%;
  justify-content: flex-end;
  gap: 2px
}

.real-menu>.nav-item>.nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, .77) !important;
  font-size: .84rem;
  font-weight: 700;
  padding: 10px 11px !important;
  background: transparent !important;
  border-radius: 12px;
  overflow: hidden
}

.real-menu>.nav-item>.nav-link:hover,
.real-menu>.nav-item>.nav-link:focus,
.real-menu>.nav-item>.nav-link.show {
  color: #fff !important
}

.real-menu>.nav-item:last-child>.nav-link {
  margin-left: 6px;
  background: #f5d5c1 !important;
  color: #17130f !important;
  padding-inline: 16px !important
}

.real-menu>.nav-item:last-child>.nav-link:hover {
  background: #fff !important;
  color: #17130f !important
}

.mm-caret {
  transition: transform .3s ease
}

.nav-link.show .mm-caret {
  transform: rotate(180deg)
}

/* top-level rolling-label hover */
.nav-roll {
  position: relative;
  display: inline-block;
  height: 1.3em;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle
}

.nav-roll>span,
.nav-roll:after {
  display: block;
  transition: transform .42s cubic-bezier(.22, .72, .19, 1)
}

.nav-roll:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  font: inherit;
  color: inherit
}

.real-menu>.nav-item>.nav-link:hover .nav-roll>span,
.real-menu>.nav-item>.nav-link:focus .nav-roll>span {
  transform: translateY(-100%)
}

.real-menu>.nav-item>.nav-link:hover .nav-roll:after,
.real-menu>.nav-item>.nav-link:focus .nav-roll:after {
  transform: translateY(-100%)
}

/* Mega menu anchored to viewport, directly below header */
.headerTop .has-mega {
  position: static
}

.headerTop .has-mega>.mega-menu {
  position: fixed !important;
  top: 100% !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(1520px, calc(100vw - 48px));
  max-height: calc(100vh - var(--mega-top, 92px) - 20px);
  overflow: auto;
  margin: 0 !important;
  padding: 0px !important;
  border: 1px solid rgba(81, 59, 45, .1) !important;
  border-radius: 26px !important;
  background: rgba(255, 250, 246, .985) !important;
  box-shadow: 0 32px 90px rgba(45, 31, 22, .2) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px)
}

.headerTop .has-mega>.mega-menu:before {
  content: "";
  position: sticky;
  display: block;
  top: -22px;
  height: 3px;
  margin: -22px -22px 17px;
  background: linear-gradient(90deg, #ffc19d, #e97847, #ffc19d);
  z-index: 2
}

.mm-row {
  max-height: none;
  overflow: visible
}

.mega-menu-column {
  padding: 13px 17px
}

.mega-menu-title {
  margin-bottom: 12px;
  font-size: .94rem
}

.mega-menu .nav-link {
  position: relative
}

.mega-menu ul .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #d66232;
  transition: width .25s ease
}

.mega-menu .nav-link:hover:after {
  width: 24px
}

/* iPhone 17 Pro Max-inspired front frames across the page */
.device-card,
.mini-phone,
.project-phone,
.industry-phone {
  border-color: #16120f !important;
  background: #16120f !important;
  border-width: 5px !important;
  border-radius: 48px !important;
  box-shadow: 0 28px 70px rgba(38, 26, 19, .2), inset 0 0 0 1px rgba(255, 255, 255, .06)
}

.device-card {
  width: 252px;
  height: 524px
}

.device-notch {
  width: 82px;
  height: 25px;
  top: 10px;
  border-radius: 999px;
  background: #090807;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04)
}

.app-screen {
  border-radius: 42px;
  padding-top: 49px
}

.project-phone:before,
.industry-phone:before,
.mini-phone:before {
  content: "" !important;
  position: absolute !important;
  z-index: 8 !important;
  left: 50% !important;
  top: 12px !important;
  transform: translateX(-50%) !important;
  width: 78px !important;
  height: 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #090807 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04) !important
}

.project-ui,
.industry-phone-screen {
  border-radius: 42px !important
}

/* Services — richer phone UI rather than empty text screens */
.service-panel {
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: clamp(28px, 4vw, 64px);
  min-height: 690px
}

.mini-phone {
  width: 248px;
  height: 450px;
  padding: 0;
  display: block;
  overflow: hidden;
  transform: rotate(3deg);
  transition: transform .45s cubic-bezier(.2, .75, .25, 1), box-shadow .45s ease
}

.service-panel:hover .mini-phone {
  transform: rotate(0) translateY(-8px);
  box-shadow: 0 38px 75px rgba(38, 26, 19, .24)
}

.mini-phone .phone-status {
  height: 54px;
  padding: 17px 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font: 700 .62rem "DM Sans", sans-serif;
  color: #17130f;
  position: relative;
  z-index: 3
}

.mini-phone .phone-status>span:last-child {
  display: flex;
  gap: 5px;
  align-items: center
}

.service-visual-card {
  position: absolute;
  inset: 64px 14px 18px;
  border-radius: 30px;
  padding: 19px 17px 22px;
  background: rgba(255, 255, 255, .62);
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 19, 15, .07)
}

.service-visual-card:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  right: -70px;
  bottom: -70px;
  background: rgba(255, 255, 255, .4)
}

.service-visual-card img {
  width: 100%;
  height: 176px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  padding: 8px 6px 16px;
  filter: drop-shadow(0 14px 22px rgba(54, 38, 27, .08))
}

.service-visual-card small {
  font: 800 .64rem "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #8d6651;
  position: relative;
  z-index: 1;
  margin-top: auto
}

.service-visual-card strong {
  font: 800 1.28rem/1.05 "Manrope", sans-serif;
  letter-spacing: -.035em;
  color: #17130f;
  position: relative;
  z-index: 1;
  margin-top: 7px
}

.service-visual-card span {
  font: 700 .62rem/1.35 "DM Sans", sans-serif;
  color: #655b54;
  position: relative;
  z-index: 1;
  margin-top: 10px
}

.phone-homebar {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: rgba(23, 19, 15, .78)
}

.android-screen {
  background: linear-gradient(160deg, #dcefcf, #f6efc7) !important
}

.ios-screen {
  background: linear-gradient(160deg, #dbe5ff, #f5e9ff) !important
}

.cross-screen {
  background: linear-gradient(160deg, #ffd9c9, #ffefc7) !important
}

.ux-screen {
  background: linear-gradient(160deg, #dcd6ff, #f6edff) !important
}

.commerce-screen {
  background: linear-gradient(160deg, #f8d8c2, #fff0df) !important
}

.booking-screen {
  background: linear-gradient(160deg, #d5eef0, #f4ffff) !important
}

.backend-screen {
  background: linear-gradient(160deg, #dfe7eb, #f9fbfc) !important
}

.more-screen {
  background: linear-gradient(160deg, #f0dbee, #fff1fa) !important
}

/* Portfolio/industry phones use same modern frame and keep content fully visible */
.project-phone {
  width: 248px;
  height: 450px
}

.project-ui {
  padding: 54px 18px 24px
}

.industry-preview {
  min-height: 435px;
  padding: 25px 330px 42px 25px
}

.industry-phone {
  right: 42px;
  bottom: 34px;
  width: 230px;
  height: 400px;
  transform: rotate(-5deg)
}

.industry-phone-screen {
  padding: 64px 22px 34px;
  align-items: flex-end;
  overflow: hidden
}

.industry-phone-screen span {
  display: block;
  font: 800 1.25rem/1.08 "Manrope", sans-serif;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
  position: relative;
  z-index: 2
}

.industry-phone-screen:after {
  content: "";
  position: absolute;
  inset: 104px 18px auto;
  height: 150px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .28));
  border: 1px solid rgba(23, 19, 15, .07);
  box-shadow: 0 14px 30px rgba(57, 40, 28, .07)
}

/* Technology / architecture section replacing testimonials */
.app-architecture {
  overflow: hidden
}

.architecture-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px
}

.architecture-card {
  grid-column: span 3;
  min-height: 390px;
  border: 1px solid #e8ddd5;
  border-radius: 30px;
  padding: 28px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease
}

.architecture-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(56, 38, 26, .09)
}

.architecture-card--api {
  background: #17130f;
  color: #fff
}

.architecture-card--api p {
  color: #cfc4bd !important
}

.architecture-card--data {
  background: linear-gradient(160deg, #f7e2d5, #fff6ee)
}

.architecture-card--launch {
  background: linear-gradient(160deg, #e8eed9, #fbf8e9)
}

.arch-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 78px
}

.arch-top span {
  font: 800 1.68rem "Manrope";
  letter-spacing: .12em;
  color: #9b8578
}

.arch-top i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #f5e9e1;
  font-size: 1.35rem;
  color: #9b5d3d
}

.architecture-card--api .arch-top i {
  background: rgba(255, 255, 255, .08);
  color: #fff
}

.architecture-card h3 {
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -.04em
}

.architecture-card p {
  color: #675e57;
  line-height: 1.65
}

.tech-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px
}

.tech-chips span {
  padding: 7px 9px;
  border: 1px solid #e8ddd5;
  border-radius: 999px;
  font-size: .69rem;
  font-weight: 800
}

.api-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px
}

.api-flow b {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  font-size: .67rem
}

.api-flow i {
  opacity: .5
}

.signal-bars {
  height: 85px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 22px
}

.signal-bars i {
  flex: 1;
  border-radius: 8px 8px 2px 2px;
  background: #17130f
}

.signal-bars i:nth-child(1) {
  height: 28%
}

.signal-bars i:nth-child(2) {
  height: 45%
}

.signal-bars i:nth-child(3) {
  height: 62%
}

.signal-bars i:nth-child(4) {
  height: 82%
}

.signal-bars i:nth-child(5) {
  height: 100%
}

.launch-track {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 25px
}

.launch-track span {
  padding: 11px 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .6);
  border: 1px solid rgba(23, 19, 15, .08);
  font-size: .72rem;
  font-weight: 800
}

.technology-marquee {
  overflow: hidden;
  border: 1px solid #e7ddd6;
  border-radius: 999px;
  background: #fff
}

.technology-track {
  display: flex;
  gap: 9px;
  width: max-content;
  padding: 9px;
  animation: marquee 34s linear infinite
}

.technology-track span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 15px;
  border-radius: 999px;
  background: #f7ede6;
  color: #4e453f;
  font: 800 .74rem "Manrope", sans-serif;
  white-space: nowrap
}

/* Premium footer */
.gix-footer {
  position: relative;
  margin-top: 18px;
  padding: 22px 0 28px;
  background: linear-gradient(145deg, #110e0c 0%, #1a1411 52%, #241912 100%);
  border-radius: 54px 54px 0 0;
  overflow: hidden
}

.gix-footer:before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  right: -260px;
  top: -330px;
  background: radial-gradient(circle, rgba(255, 139, 76, .22), rgba(255, 139, 76, 0) 67%);
  pointer-events: none
}

.gix-footer:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  left: -290px;
  bottom: -290px;
  background: radial-gradient(circle, rgba(247, 214, 190, .1), transparent 66%);
  pointer-events: none
}

.gix-footer__inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 36px);
  max-width: none;
  margin: auto
}

.gix-footer__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  align-items: end;
  gap: 40px;
  padding: clamp(30px, 4vw, 60px);
  margin-bottom: 18px;
  border-radius: 36px;
  background: linear-gradient(120deg, #f4d4c0 0%, #ffe9db 55%, #fff5ee 100%);
  color: #17130f;
  overflow: hidden;
  position: relative
}

.gix-footer__cta:after {
  content: "GIT";
  position: absolute;
  right: 10%;
  top: -30px;
  font: 800 11rem/1 "Manrope", sans-serif;
  letter-spacing: -.09em;
  color: rgba(23, 19, 15, .035);
  pointer-events: none
}

.gix-footer__eyebrow {
  display: block;
  font: 800 .72rem "Manrope", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #8c563d
}

.gix-footer__cta h2 {
  font-size: clamp(2.6rem, 5vw, 6rem);
  line-height: .88;
  letter-spacing: -.065em;
  font-weight: 800;
  max-width: 1000px;
  margin: 0
}

.gix-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  padding: 16px 20px;
  border-radius: 999px;
  background: #17130f;
  color: #fff;
  font-weight: 800;
  transition: transform .3s ease, background .3s ease
}

.gix-footer__cta-btn i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #17130f;
  transition: transform .3s ease
}

.gix-footer__cta-btn:hover {
  color: #fff;
  transform: translateY(-4px);
  background: #2b231e
}

.gix-footer__cta-btn:hover i {
  transform: rotate(45deg)
}

.gix-footer__main-grid {
  grid-template-columns: 1.35fr 1.55fr .95fr .95fr 1.2fr;
  gap: 0;
  margin-top: 0;
  padding: 15px 0px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 30px;
  background: rgba(255, 255, 255, .025);
  backdrop-filter: blur(10px)
}

.gix-footer__main-grid>div {
  padding: 8px 15px;
  border-right: 1px solid rgba(255, 255, 255, .07)
}

.gix-footer__main-grid>div:last-child {
  border-right: 0
}

.gix-footer__logo img {
  width: 210px
}

.gix-footer__brand p {
  max-width: 310px;
  margin-top: 24px;
  font-size: .92rem
}

.gix-footer__brand-mark span {
  background: rgba(255, 255, 255, .04);
  transition: .25s
}

.gix-footer__brand-mark span:hover {
  background: #f1c6aa;
  color: #17130f;
  border-color: #f1c6aa
}

.gix-footer__title {
  font-size: .75rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #f1b995;
  margin: 6px 0 20px
}

.gix-footer__office h3 {
  font-size: .88rem
}

.gix-footer__office p {
  margin-bottom: 6px
}

.gix-footer__links li,
.gix-footer__sector-links li {
  margin: 12px 0
}

.gix-footer__links a,
.gix-footer__sector-links a,
.gix-footer__office a {
  position: relative;
  display: inline-block
}

.gix-footer__links a:after,
.gix-footer__sector-links a:after,
.gix-footer__office a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #f2b48f;
  transition: width .25s ease
}

.gix-footer__links a:hover:after,
.gix-footer__sector-links a:hover:after,
.gix-footer__office a:hover:after {
  width: 100%
}

.gix-footer__reviews {
  margin: 18px 0;
  padding: 0;
  border: 0;
  gap: 10px
}

.gix-footer__review-card {
  min-height: 104px;
  padding: 17px 18px;
  border-radius: 21px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
  border: 1px solid rgba(255, 255, 255, .08)
}

.gix-footer__review-card:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 184, 145, .35);
  background: rgba(255, 255, 255, .07)
}

.gix-footer__review-card img {
  max-width: 120px;
  filter: saturate(.85) brightness(1.08)
}

.gix-footer__bottom {
  padding: 18px 6px 0;
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.gix-footer__social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .04);
  transition: .28s
}

.gix-footer__social a:hover {
  transform: translateY(-4px);
  background: #f1c6aa;
  color: #17130f
}

@media (max-width:1199.98px) {
  .service-panel {
    grid-template-columns: minmax(0, 1fr) 225px
  }

  .mini-phone {
    width: 215px;
    height: 455px
  }

  .service-visual-card img {
    height: 145px
  }

  .architecture-card {
    grid-column: span 6;
    min-height: 340px
  }

  .industry-preview {
    padding-right: 285px
  }

  .industry-phone {
    right: 26px;
    width: 220px;
    height: 430px
  }

  .gix-footer__main-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 26px
  }

  .gix-footer__main-grid>div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    padding: 25px
  }

  .gix-footer__main-grid>div:last-child {
    border-bottom: 0
  }

  .gix-footer__brand {
    grid-column: span 2
  }
}

@media (max-width:991.98px) {
  .headerTop {
    padding: 8px
  }

  .headerTop .navbar {
    min-height: 62px;
    padding: 7px 12px;
    border-radius: 16px
  }

  .navbar-brand img {
    width: 168px
  }

  .navbar-collapse {
    padding: 76px 18px 26px
  }

  .real-menu {
    justify-content: flex-start
  }

  .real-menu>.nav-item>.nav-link {
    font-size: 1rem
  }

  .real-menu>.nav-item:last-child>.nav-link {
    margin-left: 0;
    margin-top: 7px;
    justify-content: center
  }

  .headerTop .has-mega>.mega-menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 10px !important;
    background: #211c18 !important;
    border-color: rgba(255, 255, 255, .08) !important;
    border-radius: 16px !important
  }

  .headerTop .has-mega>.mega-menu:before {
    display: none
  }

  .page-shell {
    padding-left: 22px;
    padding-right: 22px
  }

  .service-panel {
    grid-template-columns: 1fr 220px;
    min-height: 600px
  }

  .mini-phone {
    width: 205px;
    height: 435px
  }

  .industry-preview {
    padding: 36px 280px 36px 36px
  }

  .industry-phone {
    right: 28px
  }

  .gix-footer__cta {
    grid-template-columns: 1fr;
    align-items: start
  }

  .gix-footer__cta-btn {
    justify-self: start
  }
}

@media (max-width:767.98px) {
  .page-shell {
    padding-left: 15px;
    padding-right: 15px
  }

  .service-panel {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .mini-phone {
    display: block;
    width: min(100%, 260px);
    height: 500px;
    margin: 10px auto 0;
    transform: rotate(0)
  }

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

  .architecture-card {
    grid-column: auto;
    min-height: 320px
  }

  .arch-top {
    margin-bottom: 52px
  }

  .industry-preview {
    padding: 32px 28px 360px;
    min-height: 690px
  }

  .industry-phone {
    right: 50%;
    transform: translateX(50%) rotate(-3deg);
    bottom: -80px;
    width: 230px;
    height: 450px
  }

  .industry-phone-screen span {
    font-size: 1.1rem
  }

  .gix-footer {
    border-radius: 36px 36px 0 0
  }

  .gix-footer__inner {
    width: calc(100% - 20px)
  }

  .gix-footer__cta {
    padding: 30px 22px;
    border-radius: 27px
  }

  .gix-footer__cta h2 {
    font-size: clamp(2.3rem, 11vw, 4.2rem)
  }

  .gix-footer__main-grid {
    grid-template-columns: 1fr;
    padding: 10px
  }

  .gix-footer__brand {
    grid-column: auto
  }

  .gix-footer__main-grid>div {
    padding: 24px 16px
  }
}

@media (max-width:575.98px) {
  .device-card {
    width: 228px;
    height: 480px
  }

  .device-notch {
    width: 76px;
    height: 23px
  }

  .service-visual-card img {
    height: 165px
  }

  .mini-phone {
    height: 420px
  }

  .gix-footer__cta-btn {
    width: 100%;
    justify-content: space-between
  }
}