/* ===== Inner Pages Shared Styles ===== */

/* ---- Page Hero ---- */
.page-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding-bottom: 60px;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__3d-wrap {
  position: absolute;
  right: 5%;
  top: -20%;
  width: 600px;
  height: 600px;
  z-index: 1;
  pointer-events: none;
}

.page-hero__3d-ball {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: floatBall 6s ease-in-out infinite;
}

@keyframes floatBall {

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

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

.page-hero .hero__3d-wrap {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 50px;
  transform: translateX(-50%);
  width: 948px;
  height: 667px;
  z-index: 1;
}

.page-hero .hero__ball-shine {
  background: radial-gradient(ellipse at 38% 28%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.05) 25%, transparent 25%);
}

.page-hero .hero__ball-shine::after {
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.4) 0%, transparent 50%);
}

.page-hero__glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 300px;
  background: radial-gradient(ellipse, #ffffff26 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.page-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-hero__label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.page-hero__title {
  font-size: 96px;
  font-weight: 500;
  line-height: 96px;
  letter-spacing: -3px;
  color: #fff;
}

.page-hero__title .gradient-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero__border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.page-hero__overlay--light {
  background: rgba(0, 0, 0, 0.7);
}

/* ---- Shared inner page hero ball ---- */
.page-hero .hero__3d-ball {
  filter: brightness(0.8) contrast(1.1) saturate(0.9);
}

/* ---- About hero ---- */

.page-hero--about .page-hero__bg {
  object-position: top center;

}

.page-hero--about .page-hero__3d-wrap {
  right: auto;
  left: 50%;
  top: auto;
  bottom: -334px;
  transform: translateX(-50%);
  width: 948px;
  height: 667px;
}

.page-hero--about .page-hero__3d-ball {
  animation: none;
  mix-blend-mode: color-dodge;
  filter: brightness(1.0) contrast(1.2) saturate(0.8);
}

.page-hero--about .page-hero__ball-shine {
  position: absolute;
  top: 52%;
  left: 28%;
  width: 50%;
  height: 42%;
  background: radial-gradient(ellipse at 38% 28%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.55) 25%, rgba(255, 255, 255, 0.15) 55%, transparent 75%);
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: blur(5px);
}

.page-hero--about .page-hero__ball-shine::after {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 35%;
  height: 30%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(4px);
}


/* ---- Shared inner hero title ---- */
.inner-hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  overflow: visible;
}

.inner-hero-title__top {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 140px;
  line-height: 140px;
  letter-spacing: -8.4px;
  color: #ffffff;
  display: block;
  overflow: visible;
}

.inner-hero-title__bottom {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 140px;
  line-height: 140px;
  letter-spacing: -5.6px;
  display: inline-block;
  padding-bottom: 40px;
  padding-right: 0.15em;
  overflow: visible;
  background: linear-gradient(94.66deg, #FF4601 6.72%, #E91005 50.32%, #CD4024 93.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Detail hero (project-detail / blog-detail) ---- */
.detail-hero {
  padding: 160px 0 60px;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-hero__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.detail-hero__left {
  flex: 1;
}

.detail-hero__title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 140px;
  line-height: 140px;
  letter-spacing: -8.4px;
  color: #ffffff;
}

.detail-hero__title .gradient-text {
  background: linear-gradient(94.66deg, #FF4601 6.72%, #E91005 50.32%, #CD4024 93.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.detail-hero__right {
  max-width: 400px;
  flex-shrink: 0;
}

.detail-hero__desc {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

/* ---- About badge button ---- */
.about-badge-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #eeeeee;
  text-decoration: none;
  background: linear-gradient(to top, #000000, #292929);
  box-shadow: inset 0.5px 0.5px 0 0 #9c9c9c;
}

.about-badge-btn__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* ---- About intro section ---- */
.about-intro {
  padding: 120px 0 120px;
}

.about-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  max-width: 636px;
  margin: 0 auto 80px;
  position: relative;
}

.about-intro__content .about-badge-btn {
  margin-bottom: 118px;
}

.about-intro__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-intro__text p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.about-intro__text .text-white {
  color: #eeeeee;
}

.about-intro__text .text-muted {
  color: #808080;
}

.about-intro__img {
  width: 379px;
  opacity: 0.19;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.about-intro__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- Mission section ---- */
.mission {
  padding: 120px 0;
}

.mission__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin-bottom: 64px;
}

.mission__title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.92px;
  color: var(--text-white);
  white-space: nowrap;
}

.mission__accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1110px;
  margin: 0 auto;
}

.mission-card {
  position: relative;
  padding: 32px 40px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: none;
  overflow: hidden;
}

.mission-card:first-child {
  border-radius: 16px 16px 0 0;
}

.mission-card:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 16px 16px;
}

.mission-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}

.mission-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mission-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.mission-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mission-card__num {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
}

.mission-card__title {
  font-size: 24px;
  font-weight: 500;
  color: var(--text-white);
}

.mission-card__toggle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(94.66deg, #FF4601 6.72%, #E91005 50.32%, #CD4024 93.91%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.mission-card--active .mission-card__toggle {
  transform: rotate(180deg);
}

.mission-card__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.mission-card--active .mission-card__body {
  max-height: 400px;
}

.mission-card__desc {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-muted);
  padding-top: 24px;
  max-width: 900px;
}

.mission-card__price {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-white);
}

.mission__footer {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.mission__connect-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 100px;
  background: linear-gradient(94.66deg, #FF4601 6.72%, #E91005 50.32%, #CD4024 93.91%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.mission__connect-btn:hover {
  opacity: 0.9;
}

/* ---- Expertise section ---- */
.expertise {
  padding: 120px 0;
}

.expertise__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 64px;
}

.expertise__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}

.expertise__title {
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -1.92px;
  color: var(--text-white);
  text-align: left;
}

.expertise__desc {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-muted);
  max-width: 535px;
  flex-shrink: 0;
  padding-top: 8px;
  text-align: left;
}

.expertise__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.exp-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: #000;
  display: flex;
  flex-direction: column;
}

.exp-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.exp-card__circle-area {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  overflow: hidden;
}

.exp-card__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(60, 60, 60, 0.4) 0%, rgba(20, 20, 20, 0.2) 60%, transparent 80%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.exp-card__icon-btn {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.exp-card__icon-btn img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.exp-card__content {
  padding: 24px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.exp-card__content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.exp-card__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.exp-card__num {
  font-size: 14px;
  font-weight: 500;
  color: #eee;
}

.exp-card__company {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.exp-card__period-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(94.66deg, #FF4601 6.72%, #E91005 50.32%, #CD4024 93.91%);
  white-space: nowrap;
  position: relative;
}

.exp-card__period-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.07);
  z-index: 0;
  pointer-events: none;
}

.exp-card__role {
  font-size: 14px;
  font-weight: 500;
  color: #eee;
}

.exp-card__desc {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}

/* ---- Shared utility ---- */
.inner-contact-wrap {
  padding: 0 0 120px;
}



.navbar__logo-icon--sm {
  width: 32px;
  height: 32px;
}

.page-hero--carriers {
  height: 860px;
  align-items: flex-start;
}

.page-hero--carriers .page-hero__bg {
  object-position: top center;
}

.page-hero--projects .page-hero__bg {
  object-position: center center;
}

.page-hero--carriers .page-hero__3d-wrap {
  right: auto;
  left: 50%;
  top: auto;
  bottom: -253px;
  transform: translateX(-50%);
  width: 1002px;
  height: 506px;
}

.page-hero--carriers .page-hero__3d-ball {
  animation: none;
  opacity: 0.5;
  filter: brightness(0.9) saturate(0.8);
}

.page-hero__content--centered {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 200px;
  overflow: visible;
  padding-bottom: 50px;
}

.page-hero__title--carriers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.carriers-title-top {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 140px;
  line-height: 128px;
  letter-spacing: -8.4px;
  color: #ffffff;
  display: block;
}

.carriers-title-bottom {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 140px;
  line-height: 96px;
  letter-spacing: -5.6px;
  display: block;
  padding-bottom: 30px;
  overflow: visible;
  background: linear-gradient(94.66deg, #FF4601 6.72%, #E91005 50.32%, #CD4024 93.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero__title--carriers {
  overflow: visible;
}

.carriers-hero__bottom {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 2;
}

.carriers-scroll-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  transition: border-color 0.2s;
}

.carriers-scroll-btn:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.carriers-logos {
  width: 306px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
  mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
}

.carriers-logos__track {
  display: flex;
  align-items: center;
  gap: 24px;
  animation: logoScroll 12s linear infinite;
}

@keyframes logoScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.carriers-logo-img {
  object-fit: contain;
  opacity: 0.6;
  flex-shrink: 0;
}

.carriers-logo-img--cairo {
  width: 54px;
  height: 20px;
}

.carriers-logo-img--italic {
  width: 63px;
  height: 20px;
}

.carriers-logo-img--thea {
  width: 81px;
  height: 20px;
}

/* ---- Site Footer (Figma Design) ---- */
.site-footer {
  position: relative;
  padding: 80px 0 0;
  border-top: 1px solid var(--border-subtle);
  overflow: hidden;
}

.site-footer__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.07;
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.site-footer__brand-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-white);
  margin-top: 8px;
}

.site-footer__col-heading {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.site-footer__col-text {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-muted);
}

.site-footer__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}

.site-footer__links a:hover {
  color: var(--text-white);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--border-subtle);
}

.site-footer__copy,
.site-footer__credit {
  font-size: 13px;
  color: var(--text-muted);
}

.site-footer__back-top {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s;
}

.site-footer__back-top:hover {
  color: var(--text-white);
}

/* ---- FAQ Section ---- */
.faq-section {
  padding: 120px 0;
  margin-top: 120px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.07));
  border-radius: 24px;
}

.faq-section__header {
  text-align: center;
  margin-bottom: 64px;
}

.faq-section__header .badge {
  margin-bottom: 24px;
}

.faq-section__title {
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -1.68px;
  color: var(--text-white);
}

.faq-list {
  display: flex;
  flex-direction: column;
  max-width: 856px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--border-subtle);
  padding: 24px 0;
}

.faq-item:first-child {
  border-top: 1px solid var(--border-subtle);
}

.faq-item__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-white);
  gap: 24px;
  user-select: none;
}

.faq-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(94.66deg, #FF4601 6.72%, #E91005 50.32%, #CD4024 93.91%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
  color: white;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.faq-item.active .faq-item__icon {
  transform: rotate(45deg);
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item__answer p {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-muted);
  padding-top: 16px;
}

.faq-item.active .faq-item__answer {
  max-height: 300px;
}

/* ---- Inner Contact Form (Two Cards) ---- */
.inner-contact-grid {
  display: flex;
  gap: 12px;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 24px;
}

.inner-contact-card {
  position: relative;
  flex: 1;
  border-radius: 56px;
  overflow: hidden;
  min-height: 560px;
  background: #000;
}

.inner-contact-card--left {
  border: 1px solid #444;
}

.inner-contact-card--right {
  border: 1px solid #444;
}

.inner-contact-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-contact-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.inner-contact-card__glow {
  position: absolute;
  width: 486px;
  height: 486px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(150px);
  z-index: 1;
  pointer-events: none;
}

.inner-contact-card__content {
  position: relative;
  z-index: 2;
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}

.inner-contact-card__content--bottom {
  justify-content: flex-end;
}

.inner-contact__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}

.inner-contact__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -1.92px;
  color: var(--text-white);
}

.inner-contact__sub {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #eeeeee;
  margin-bottom: 16px;
}

.inner-contact__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.inner-contact__form .form-group input,
.inner-contact__form .form-group textarea {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.inner-contact__form .btn-primary--full {
  border-radius: 100px;
  margin-top: 8px;
}

/* ---- Shared Section Title ---- */
.section-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 64px;
}

.section-title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.92px;
  color: var(--text-white);
}

/* ===== BLOG PAGE ===== */
.blog-listing {
  padding: 100px 0;
}

.blog-listing__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  gap: 32px;
}

.blog-listing__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.92px;
  color: var(--text-white);
}

.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bcard {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s;
}

.bcard:hover {
  border-color: rgba(255, 70, 1, 0.3);
  transform: translateY(-4px);
}

.bcard__img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.bcard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.bcard:hover .bcard__img img {
  transform: scale(1.05);
}

.bcard__category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--gradient);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bcard__body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bcard__date {
  font-size: 13px;
  color: var(--text-muted);
}

.bcard__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: var(--text-white);
  letter-spacing: -0.3px;
}

.bcard__excerpt {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-muted);
  flex: 1;
}

.bcard__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #FF4601;
  margin-top: 8px;
}

/* ===== BLOG DETAIL PAGE ===== */
.blog-detail {
  padding: 100px 0;
}

.blog-detail__hero {
  height: 500px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 80px;
}

.blog-detail__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail__section {
  margin-bottom: 60px;
}

.blog-detail__heading {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #eeeeee;
  margin-bottom: 24px;
}

.blog-detail__text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 16px;
}

.blog-detail__points {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.blog-detail__points li {
  font-size: 16px;
  line-height: 24px;
  color: #eeeeee;
  padding-left: 28px;
  position: relative;
}

.blog-detail__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #FF4601;
}

.blog-detail__layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 80px;
}

.blog-detail--full .blog-detail__layout {
  display: block;
}

.blog-detail__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.blog-detail__intro {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: var(--text-white);
}

.blog-detail__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-detail__body p {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-muted);
}

.blog-detail__body h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-white);
  margin-top: 16px;
}

.blog-detail__body ul {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-detail__body ul li {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-muted);
}

.blog-detail__banner {
  height: 360px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.blog-detail__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail__sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 120px;
  height: fit-content;
}

.blog-detail__sidebar-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 32px;
  border: 1px solid var(--border-subtle);
}

.blog-detail__sidebar-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 20px;
}

.blog-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-detail__tags .tag {
  font-size: 13px;
}

.blog-detail__related {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.related-post {
  display: flex;
  gap: 14px;
  align-items: center;
}

.related-post__img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.related-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-post__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 20px;
}

.related-post__date {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ===== ABOUT PAGE ===== */
.about-page {
  padding: 100px 0;
}

.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}

.about-hero__text {
  font-size: 22px;
  line-height: 34px;
  color: var(--text-primary);
}

.about-hero__text strong {
  color: var(--text-white);
}

.about-hero__img {
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 500px;
}

.about-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-stats {
  display: flex;
  justify-content: center;
  gap: 134px;
}

.about-stat {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.about-stat__label {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999999;
  padding-bottom: 16px;
  border-bottom: 1px solid #2f2f2f;
  margin: 0;
}

.about-stat__num {
  font-family: 'Inter', sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: 128px;
  letter-spacing: -3px;
}

/* Mission Section */
.mission {
  padding: 120px 0;
  border-top: 1px solid var(--border-subtle);
}

.mission__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  gap: 40px;
}

.mission__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.92px;
  color: var(--text-white);
  max-width: 600px;
}

.mission__desc {
  max-width: 360px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-muted);
}

.mission__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.mission-card {
  background: var(--bg-card);
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.3s;
}

.mission-card:hover {
  background: var(--bg-card-hover);
}

.mission-card--featured {
  background: var(--gradient);
}

.mission-card--featured .mission-card__num,
.mission-card--featured .mission-card__title,
.mission-card--featured .mission-card__price {
  color: #fff;
  -webkit-text-fill-color: unset;
}

.mission-card__num {
  font-size: 14px;
  color: var(--text-muted);
}

.mission-card__title {
  font-size: 22px;
  font-weight: 500;
  color: var(--text-white);
}

.mission-card__desc {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-muted);
  flex: 1;
}

.mission-card--featured .mission-card__desc {
  color: rgba(255, 255, 255, 0.8);
}

.mission-card__price {
  font-size: 14px;
  font-weight: 600;
}

/* (old expertise list styles removed - replaced by card grid above) */

/* ===== PROJECTS PAGE ===== */
.projects-page {
  padding: 100px 0;
}

.projects-page__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  gap: 32px;
}

.projects-page__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.92px;
  color: var(--text-white);
}

.projects-page__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.proj-card {
  position: relative;
  height: 600px;
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  text-decoration: none;
  transition: transform 0.3s;
}

.proj-card:hover {
  transform: scale(0.99);
}

.proj-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.proj-card:hover .proj-card__bg {
  transform: scale(1.03);
}

.proj-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.proj-card__top,
.proj-card__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.proj-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.proj-card__awards {
  display: flex;
  gap: 20px;
}

.proj-card__award {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 10px 14px;
}

.proj-card__award img {
  width: 28px;
  height: 28px;
  border-radius: 6px;
}

.proj-card__award-info p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
}

.proj-card__award-title {
  color: #fff !important;
  font-weight: 500;
}

.proj-card__subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

.proj-card__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -1.5px;
}

/* ===== PROJECT DETAIL PAGE ===== */
.project-detail {
  padding: 100px 0;
}

.project-detail__hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 80px;
}

.project-detail__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.project-detail__title {
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -3px;
  color: var(--text-white);
}

.project-detail__meta {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
}

.project-detail__meta-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-subtle);
}

.project-detail__meta-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.project-detail__meta-value {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 500;
}

.project-detail__image {
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 600px;
  margin-bottom: 64px;
}

.project-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-detail__context {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 80px;
}

.project-detail__context-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1px;
  color: var(--text-white);
}

.project-detail__context-body {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-muted);
}

.project-detail__highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.project-detail__highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text-primary);
  font-weight: 500;
}

.project-detail__highlight::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gradient);
  flex-shrink: 0;
}

/* ===== CONTACT PAGE ===== */
.contact-page {
  padding: 80px 0 0;
}

.contact-page__hero-form {
  position: relative;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 24px 120px;
}

.contact-page__title {
  font-size: 96px;
  font-weight: 500;
  line-height: 96px;
  letter-spacing: -3px;
  color: var(--text-white);
  margin-bottom: 80px;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

.contact-page__form-wrap {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 60px;
  border: 1px solid var(--border-subtle);
}

.contact-page__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-page__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-page__info {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 40px;
}

.contact-page__info-heading {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

.contact-page__info-text {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-primary);
}

/* ===== PRICING PAGE ===== */
.pricing-page {
  padding: 100px 0;
}

.pricing-page__header {
  text-align: center;
  margin-bottom: 80px;
}

.pricing-page__title {
  font-size: 80px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: -2.5px;
  color: var(--text-white);
  margin: 20px 0 24px;
}

.pricing-page__subtitle {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 auto;
}

.pricing-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 120px;
}

.pcard {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 48px 40px;
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: border-color 0.3s;
}

.pcard:hover {
  border-color: rgba(255, 70, 1, 0.3);
}

.pcard--popular {
  border-color: rgba(255, 70, 1, 0.4);
  background: linear-gradient(180deg, #1a0a00 0%, var(--bg-card) 100%);
  transform: translateY(-16px);
}

.pcard__number {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 70, 1, 0.1);
  border: 1px solid rgba(255, 70, 1, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #FF4601;
}

.pcard__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 12px;
  color: #FFD700;
  font-weight: 600;
  align-self: flex-start;
}

.pcard__name {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-white);
}

.pcard__desc {
  font-size: 14px;
  color: var(--text-muted);
}

.pcard__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.pcard__amount {
  font-size: 40px;
  font-weight: 700;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pcard__period {
  font-size: 14px;
  color: var(--text-muted);
}

.pcard__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-muted);
  font-size: 13px;
}

.pcard__divider::before,
.pcard__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-subtle);
}

.pcard__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pcard__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text-primary);
}

.pcard__features li svg {
  flex-shrink: 0;
}

/* ===== CARRIERS PAGE ===== */
.carriers-page {
  padding: 100px 0;
}

.carriers-page__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  gap: 40px;
}

.carriers-page__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.92px;
  color: var(--text-white);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 120px;
}

.benefit-card {
  background: var(--bg-card);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.3s;
}

.benefit-card:hover {
  background: var(--bg-card-hover);
}

.benefit-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 70, 1, 0.1);
  border: 1px solid rgba(255, 70, 1, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-white);
}

.benefit-card__desc {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-muted);
}

.jobs-section {
  padding: 0 0 120px;
}

.jobs-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 32px;
}

.jobs-section__title {
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -1.5px;
  color: var(--text-white);
}

.jobs-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.job-card {
  background: var(--bg-card);
  padding: 40px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}

.job-card:hover {
  background: var(--bg-card-hover);
}

.job-card__dept {
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  color: #FF4601;
  background: rgba(255, 70, 1, 0.1);
  border-radius: 100px;
  padding: 4px 12px;
  margin-bottom: 12px;
}

.job-card__title {
  font-size: 22px;
  font-weight: 500;
  color: var(--text-white);
  margin-bottom: 12px;
}

.job-card__desc {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-muted);
  max-width: 640px;
  margin-bottom: 20px;
}

.job-card__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.job-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  padding: 5px 14px;
  border: 1px solid var(--border-subtle);
}

.job-card__salary {
  font-size: 18px;
  font-weight: 600;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.job-card__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.job-card__req {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
  display: none;
}

.job-card.expanded .job-card__req {
  display: flex;
}

.job-card__req-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.job-card__req ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.job-card__req ul li {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 22px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .page-hero__title {
    font-size: 72px;
    line-height: 76px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .blog-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .pricing-page__grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto 120px;
  }

  .pcard--popular {
    transform: none;
  }

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

  .exp-item {
    grid-template-columns: 50px 1fr 160px;
    gap: 24px;
  }

  .exp-item__desc {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-hero {
    height: 380px;
  }

  .page-hero__title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.5px;
  }

  .page-hero__3d-wrap {
    width: 320px;
    height: 320px;
    right: -10%;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .faq-section__header {
    text-align: center;
  }

  .faq-section__title {
    font-size: 36px;
    line-height: 44px;
  }

  .blog-listing__grid {
    grid-template-columns: 1fr;
  }

  .blog-listing__title {
    font-size: 40px;
    line-height: 48px;
  }

  .blog-listing__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  /* ---- Detail Hero Mobile ---- */
  .detail-hero {
    padding: 80px 0 32px;
  }

  .detail-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .detail-hero__title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -2px;
  }

  .detail-hero__right {
    max-width: 100%;
  }

  .detail-hero__desc {
    font-size: 16px;
    line-height: 24px;
  }

  /* ---- Blog Detail Mobile ---- */
  .blog-detail {
    padding: 48px 0;
  }

  .blog-detail__layout {
    grid-template-columns: 1fr;
  }

  .blog-detail__hero {
    height: 220px;
    margin-bottom: 40px;
  }

  .blog-detail__heading {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-detail__text {
    font-size: 15px;
    line-height: 26px;
  }

  .blog-detail__section {
    margin-bottom: 40px;
  }

  .blog-detail__banner {
    margin-bottom: 40px;
  }

  .blog-detail__banner img {
    border-radius: 12px;
  }

  .about-hero {
    grid-template-columns: 1fr;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stat__num {
    font-size: 64px;
    line-height: 64px;
  }

  .mission__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .mission__title {
    font-size: 40px;
    line-height: 48px;
  }

  .mission__grid {
    grid-template-columns: 1fr;
  }

  .expertise__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .expertise__title {
    font-size: 40px;
    line-height: 48px;
  }

  .exp-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .project-detail__hero-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .project-detail__title {
    font-size: 48px;
    line-height: 52px;
  }

  .project-detail__image {
    height: 300px;
  }

  .project-detail__context {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-page__title {
    font-size: 52px;
    line-height: 56px;
  }

  .contact-page__grid {
    grid-template-columns: 1fr;
  }

  .contact-page__form-row {
    grid-template-columns: 1fr;
  }

  .pricing-page__title {
    font-size: 48px;
    line-height: 56px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .job-card {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .job-card__right {
    align-items: flex-start;
  }

  /* ---- Page Hero Mobile ---- */
  .page-hero {
    height: 70vh;
    padding-bottom: 30px;
  }

  .page-hero__content {
    padding: 0 16px;
  }

  .page-hero .hero__3d-wrap {
    width: 280px;
    height: 200px;
    opacity: 0.35;
  }

  .page-hero__glow {
    width: 250px;
    height: 120px;
  }

  .page-hero__content--centered {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
  }

  .inner-hero-title__top {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
  }

  .inner-hero-title {
    width: 100%;
    text-align: center;
  }

  .inner-hero-title__bottom {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .carriers-hero__bottom {
    bottom: 20px;
    gap: 12px;
  }

  .carriers-logos {
    width: 220px;
  }

  .carriers-logo-img {
    height: 14px;
  }

  /* ---- About Hero Mobile ---- */
  .page-hero--about .page-hero__3d-wrap {
    width: 300px;
    height: 210px;
    bottom: -150px;
  }

  /* ---- About Intro Mobile ---- */
  .about-intro {
    padding: 60px 0;
  }

  .about-intro__content {
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto 48px;
  }

  .about-intro__content .about-badge-btn {
    margin-bottom: 48px;
  }

  .about-intro__img {
    width: 250px;
    top: 30px;
  }

  .about-intro__text p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-stats {
    flex-direction: column;
    gap: 40px;
    padding: 0 16px;
  }

  .about-stat {
    gap: 32px;
  }

  .about-stat__num {
    font-size: 64px;
    line-height: 64px;
  }

  .about-stat__label {
    font-size: 14px;
  }

  /* ---- Mission Mobile ---- */
  .mission {
    padding: 60px 0;
  }

  .mission__title {
    font-size: 32px;
    line-height: 40px;
    white-space: normal;
  }

  .mission__header {
    margin-bottom: 40px;
  }

  .mission-card__head {
    padding: 20px;
  }

  .mission-card__body {
    padding: 0 20px 20px;
  }

  .mission-card__desc {
    font-size: 14px;
    line-height: 22px;
  }

  .mission-card__title {
    font-size: 18px;
  }

  /* ---- Expertise Mobile ---- */
  .expertise {
    padding: 60px 0;
  }

  .expertise__top {
    gap: 20px;
    margin-bottom: 40px;
  }

  .expertise__title-row {
    flex-direction: column;
    gap: 16px;
  }

  .expertise__title {
    font-size: 36px;
    line-height: 42px;
  }

  .expertise__desc {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .expertise__cards {
    grid-template-columns: 1fr;
  }

  .exp-card__content {
    padding: 20px;
  }

  .exp-card__circle-area {
    height: 180px;
  }

  /* ---- Pricing Page Mobile ---- */
  .pricing-page {
    padding: 60px 0;
  }

  .pricing-page__header {
    margin-bottom: 40px;
  }

  .pricing-page__title {
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-page__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }

  .pcard {
    padding: 32px 24px;
  }

  .pcard__price {
    font-size: 36px;
  }

  /* ---- Blog Mobile ---- */
  .blog-card__content {
    padding: 20px;
  }

  /* ---- Projects Page Mobile ---- */
  .projects-page {
    padding: 60px 0;
  }

  .projects-page__top {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }

  .projects-page__title {
    font-size: 36px;
  }

  .projects-page__list {
    gap: 20px;
  }

  .proj-card {
    min-height: 360px;
  }

  .proj-card__top,
  .proj-card__bottom {
    padding: 20px;
  }

  .proj-card__title {
    font-size: 28px;
  }

  .proj-card__tags .tag {
    padding: 6px 14px;
    font-size: 12px;
  }

  .proj-card__awards {
    display: none;
  }

  /* ---- Project Detail Mobile ---- */
  .project-detail__title {
    font-size: 36px;
    line-height: 42px;
  }

  /* ---- Contact Page Mobile ---- */
  .contact-page__title {
    font-size: 36px;
    line-height: 44px;
  }

  /* ---- Carriers / Jobs Mobile ---- */
  .carriers-page {
    padding: 60px 0;
  }

  .carriers-page__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
  }

  .carriers-page__title {
    font-size: 36px;
    line-height: 44px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jobs-section {
    padding: 0 0 60px;
  }

  .jobs-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .jobs-section__title {
    font-size: 32px;
    line-height: 40px;
  }

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

  .job-card__title {
    font-size: 18px;
  }

  .job-card__desc {
    font-size: 14px;
    line-height: 22px;
  }

  .job-card__location,
  .job-card__type {
    font-size: 13px;
  }

  .job-card__salary {
    font-size: 16px;
  }

  /* ---- Inner Contact Mobile ---- */
  .inner-contact-wrap {
    padding: 0 0 60px;
  }

  .inner-contact-grid {
    flex-direction: column;
    margin: 0 16px;
  }

  .inner-contact-card {
    min-height: 300px;
    border-radius: 32px;
  }

  .inner-contact-card__content {
    padding: 32px 24px;
  }

  .inner-contact__eyebrow {
    font-size: 14px;
  }

  .inner-contact__title {
    font-size: 32px;
    line-height: 38px;
  }

  .inner-contact__sub {
    font-size: 20px;
  }

  .inner-contact__form .form-group input,
  .inner-contact__form .form-group textarea {
    font-size: 14px;
  }

  /* ---- Footer Mobile ---- */
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer__bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}