* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
  color: #000;
}

.page-container {
  background: white;
  width: 100%;
  min-width: 1280px;
  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 64px;
  background: #f2f8ff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  z-index: 50;
}

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

.logo-container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.logo {
  width: 134px;
  height: 55px;
}

.nav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.btn {
  font-family: 'Inter', Helvetica;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.08px;
  line-height: 23.2px;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.9;
}

.btn-primary {
  background: #0e436f;
  color: white;
}

.btn-launch {
  background: #0e436f;
  color: white;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 26.1px;
  height: auto;
}

.btn-secondary {
  width: 223px;
  height: 58px;
  background: #1e6fa6;
  color: white;
  border: 1px solid #0e436f;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  letter-spacing: -0.31px;
  line-height: 24px;
}

.btn-contact {
  height: 56px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(76, 212, 195, 1) 0%, rgba(0, 184, 219, 1) 100%);
  color: white;
  font-size: 16px;
  letter-spacing: -0.31px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
}

.main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background: white;
}

.hero-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
  background-image: url(Assets/Hero\ 1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-content {
  display: flex;
  flex-direction: column;
  min-height: 622px;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 120px 64px;
  position: relative;
  flex: 1;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.hero-title {
  font-weight: 700;
  color: #0e436f;
  font-size: 56px;
  letter-spacing: -1.12px;
  line-height: 61.6px;
}

.hero-subtitle {
  font-weight: 500;
  color: #0e507d;
  font-size: 24px;
  letter-spacing: -0.12px;
  line-height: 34.8px;
}

.hero-description {
  font-weight: 500;
  color: #1e6fa6;
  font-size: 20px;
  letter-spacing: -0.10px;
  line-height: 29px;
}

.hero-cta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.hero-image {
  position: relative;
  flex: 1;
  min-height: 622px;
}

.work-with-us-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(14, 67, 111, 1) 0%, rgba(0, 40, 102, 1) 50%, rgba(1, 26, 47, 1) 100%);
}

.section-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.blur-effect {
  position: absolute;
  top: 885px;
  left: 0;
  width: 384px;
  height: 384px;
  background: rgba(0, 184, 219, 0.1);
  border-radius: 50%;
  filter: blur(96px);
}

.work-with-us-content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 44px 46px;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
  margin-top: 60px;
}

.section-title {
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 48px;
  letter-spacing: 0.35px;
  line-height: 48px;
}

.section-description {
  text-align: center;
}

.section-description p {
  font-weight: 400;
  color: #cad5e2;
  font-size: 20px;
  letter-spacing: -0.45px;
  line-height: 32.5px;
}

.cards-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1152px;
  margin: 0 auto;
}

.card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.work-card {
  border: 1px solid #00b8db;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-image-container {
  position: relative;
  height: 256px;
  overflow: hidden;
}

.card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 31, 84, 1) 100%);
}

.badge {
  position: absolute;
  top: 22px;
  left: 24px;
  border-radius: 9999px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 12px;
  padding: 6px 12px;
}

.badge-white {
  background: white;
  color: #001f54;
}

.badge-gradient {
  background: linear-gradient(90deg, rgba(76, 212, 195, 1) 0%, rgba(0, 211, 243, 1) 100%);
  color: #001f54;
}

.card-content-large {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.work-card .card-content-large {
  flex: 1;
  justify-content: space-between;
}

.card-titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-title-large {
  font-weight: 700;
  color: white;
  font-size: 36px;
  letter-spacing: 0.37px;
  line-height: 40px;
}

.card-subtitle-cyan {
  font-weight: 400;
  color: #07d3f9;
  font-size: 20px;
  letter-spacing: -0.45px;
  line-height: 28px;
}

.card-text {
  font-weight: 400;
  color: white;
  font-size: 16px;
  letter-spacing: -0.31px;
  line-height: 26px;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-dot {
  width: 6px;
  height: 6px;
  background: #00b8db;
  border-radius: 50%;
}

.feature-item span {
  font-weight: 400;
  color: white;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 20px;
}

.spacer-small {
  height: 36px;
  background: white;
}

.spacer-medium {
  height: 62px;
  background: white;
}

.spacer-large {
  height: 200px;
  background: white;
}

.built-different-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 77px 117px 65px;
}

.built-different-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 90px;
}

.image-group {
  position: relative;
  width: 524px;
  height: 673px;
}

.main-image {
  position: absolute;
  width: calc(100% + 52px);
  height: calc(100% - 48px);
  top: 0;
  left: -52px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
}

.overlay-image {
  position: absolute;
  right: -40px;
  bottom: -19px;
  width: 320px;
  height: 260px;
  padding: 0;
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.overlay-image-inner {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 24px;
  background-repeat: no-repeat;
}

.built-different-text {
  width: 424px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.built-title {
  font-weight: 700;
  color: rgb(15, 23, 42);
  font-size: 48px;
  letter-spacing: 0.35px;
  line-height: 60px;
  margin-bottom: 32px;
}

.built-description {
  font-weight: 400;
  color: rgb(100, 116, 139);
  font-size: 20px;
  letter-spacing: -0.31px;
  line-height: 28px;
}

.quality-section {
  display: flex;
  gap: 24px;
}

.stats-card {
  width: 160px;
  background: #02265d;
  border-radius: 16px;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stats-number {
  font-weight: 700;
  color: white;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0.26px;
  line-height: 60px;
}

.stats-text {
  text-align: center;
}

.stats-label-bold {
  font-weight: 700;
  color: white;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 20px;
}

.stats-label {
  font-weight: 400;
  color: white;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 20px;
}

.quality-features {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.quality-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
}

.quality-icon {
  width: 24px;
  height: 24px;
}

.quality-item span {
  font-weight: 500;
  color: rgb(15, 23, 42);
  font-size: 16px;
  letter-spacing: -0.31px;
  line-height: 24px;
}

.what-we-build-section {
  position: relative;
  width: 100%;
  background: #f2f8ff;
  overflow: hidden;
  padding: 64px 0;
}

.build-blur-effect {
  position: absolute;
  top: 1589px;
  left: 80px;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  filter: blur(96px);
  background: linear-gradient(135deg, rgba(0, 31, 84, 0.05) 0%, rgba(0, 48, 117, 0.05) 100%);
}

.what-we-build-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 87px;
}

.section-header-centered {
  text-align: center;
  margin-bottom: 64px;
}

.section-title-dark {
  font-weight: 700;
  color: #001f54;
  font-size: 48px;
  letter-spacing: 0.35px;
  line-height: 48px;
  margin-bottom: 16px;
}

.section-subtitle-dark {
  font-weight: 400;
  color: #45556c;
  font-size: 20px;
  letter-spacing: -0.45px;
  line-height: 28px;
}

.cards-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1118px;
  margin: 0 auto;
}

.build-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgb(226, 232, 240);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover,
.build-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 20px 40px rgba(15, 23, 42, 0.25);
}

.contact-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 30px 60px -15px rgba(0, 0, 0, 0.5);
}

.build-card-image {
  height: 192px;
  background-size: cover;
  background-position: center;
}

.build-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.build-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.build-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  margin-top: 2px;
}

.build-card-title {
  font-weight: 700;
  color: #001f54;
  font-size: 20px;
  letter-spacing: -0.45px;
  line-height: 28px;
}

.build-card-description {
  font-weight: 400;
  color: #45556c;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 22.8px;
}

.build-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}

.build-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.check-icon {
  width: 16px;
  height: 16px;
}

.build-feature-item span {
  font-weight: 400;
  color: #45556c;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 20px;
}

.unique-section {
  position: relative;
  width: 100%;
  height: 825px;
  background: #0b2339;
}

.unique-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 82px;
  max-width: 1165px;
  margin: 0 auto;
  padding: 80px 67.5px 0;
}

.unique-image {
  width: 601px;
  height: 844px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
}

.unique-text {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 24px;
}

.unique-heading {
  font-weight: 700;
  font-size: 130px;
  letter-spacing: 0.48px;
  line-height: 118px;
  margin-bottom: 21px;
}

.unique-heading-white {
  color: white;
}

.unique-heading-cyan {
  color: #4cd4c3;
}

.unique-description {
  font-weight: 400;
  color: white;
  font-size: 20px;
  letter-spacing: -0.08px;
  line-height: 29.2px;
}

.unique-features {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.unique-feature {
  display: flex;
  align-items: center;
  gap: 18px;
}

.unique-feature span {
  font-weight: 700;
  color: white;
  font-size: 24px;
  letter-spacing: -0.44px;
  line-height: 29.2px;
}

.contact-section {
  width: 100%;
  background: linear-gradient(135deg, rgba(15, 23, 43, 1) 0%, rgba(28, 57, 142, 1) 50%, rgba(15, 23, 43, 1) 100%);
  padding: 112px 24px;
}

.contact-content {
  max-width: 896px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.contact-title {
  font-weight: 700;
  color: white;
  font-size: 48px;
  letter-spacing: 0.35px;
  line-height: 60px;
}

.contact-subtitle-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-subtitle {
  font-weight: 400;
  color: #4cd4c3;
  font-size: 30px;
  letter-spacing: 0.40px;
  line-height: 36px;
}

.contact-description {
  font-weight: 400;
  color: white;
  font-size: 18px;
  letter-spacing: -0.44px;
  line-height: 28px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.contact-card-content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.contact-card-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.contact-card-title {
  font-weight: 700;
  color: white;
  font-size: 25px;
  letter-spacing: 0.40px;
  line-height: 36px;
}

.contact-card-subtitle {
  font-weight: 400;
  color: rgb(226, 232, 240);
  font-size: 18px;
  letter-spacing: -0.44px;
  line-height: 28px;
}

.contact-form {
  max-width: 448px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-weight: 500;
  color: white;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 20px;
}

.form-input {
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  font-family: 'Inter', Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.31px;
  color: white;
  padding: 0 16px;
}

.form-input:focus {
  outline: none;
  border-color: rgba(76, 212, 195, 1);
  box-shadow: 0 0 0 2px rgba(76, 212, 195, 0.4);
}

.form-input::placeholder {
  color: #90a1b9;
}

.form-disclaimer {
  font-weight: 400;
  color: #90a1b9;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.15px;
  line-height: 20px;
}

.footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #003075;
  background: linear-gradient(180deg, rgba(0, 31, 84, 1) 0%, rgba(0, 40, 102, 1) 100%);
}

.footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px;
}

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

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

.footer-logo {
  position: relative;
  height: 27px;
}

.footer-logo-vector {
  position: absolute;
}

.footer-tagline {
  font-weight: 400;
  color: #90a1b9;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 20px;
}

.footer-social {
  display: flex;
  gap: 8px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-nav-title {
  font-weight: 400;
  color: white;
  font-size: 16px;
  letter-spacing: -0.31px;
  line-height: 24px;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-link {
  font-weight: 400;
  color: #90a1b9;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  color: white;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 64px;
  width: 100%;
  background: #022247;
  border-top: 1px solid;
}

.copyright-text {
  font-weight: 400;
  color: #90a1b9;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 20px;
}

.copyright-social {
  height: 24px;
}

/* Popup overlay */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
}

.popup-visible {
  display: flex;
  animation: popupFadeIn 0.25s ease;
}

.popup-card {
  background: white;
  border-radius: 20px;
  padding: 48px 40px 36px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  animation: popupSlideUp 0.3s ease;
}

.popup-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  font-weight: 700;
  color: white;
}

.popup-icon-success {
  background: linear-gradient(135deg, #4cd4c3, #00b8db);
}

.popup-icon-error {
  background: linear-gradient(135deg, #f87171, #dc2626);
}

.popup-title {
  font-weight: 700;
  color: #0f172a;
  font-size: 22px;
  margin-bottom: 8px;
}

.popup-message {
  font-weight: 400;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.btn-popup {
  background: #0e436f;
  color: white;
  font-family: 'Inter', Helvetica;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 48px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

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

@keyframes popupFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes popupSlideUp {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .page-container {
    min-width: 0;
  }

  .header {
    padding: 16px 20px;
  }

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

  .btn-primary {
    font-size: 14px;
    padding: 10px 14px;
  }

  /* Hero */
  .hero-section {
    flex-direction: row;
    justify-content: flex-start;
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .hero-content {
    padding: 40px 10px 32px 20px;
    width: 48%;
    max-width: 48%;
    flex: none;
    min-height: auto;
  }

  .hero-image {
    display: none;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 1.4;
  }

  .hero-description {
    font-size: 12px;
    line-height: 1.5;
  }

  .btn-launch {
    font-size: 14px;
    padding: 10px 14px;
  }

  /* Spacers */
  .spacer-small {
    height: 16px;
  }

  .spacer-medium {
    height: 24px;
  }

  .spacer-large {
    height: 48px;
  }

  /* Two Ways to Work With Us */
  .section-header {
    margin-top: 20px;
    margin-bottom: 32px;
  }

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

  .section-description p {
    font-size: 16px;
    line-height: 1.5;
  }

  .work-with-us-content {
    padding: 24px 20px;
  }

  .cards-grid-2 {
    grid-template-columns: 1fr;
  }

  .card-title-large {
    font-size: 24px;
    line-height: 1.2;
  }

  .card-subtitle-cyan {
    font-size: 16px;
    line-height: 1.4;
  }

  .btn-secondary {
    width: 100%;
    height: auto;
    padding: 14px 20px;
    font-size: 16px;
  }

  /* Built Different */
  .built-different-section {
    padding: 40px 20px;
  }

  .built-different-content {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .image-group {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .main-image {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 20px;
  }

  .overlay-image {
    width: 180px;
    height: 140px;
    right: -8px;
    bottom: -16px;
  }

  .built-different-text {
    width: 100%;
    gap: 32px;
  }

  .built-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .built-description {
    font-size: 16px;
    line-height: 1.6;
  }

  .quality-section {
    flex-direction: column;
    gap: 20px;
  }

  .stats-card {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    gap: 16px;
  }

  .stats-number {
    font-size: 40px;
    line-height: 1;
  }

  /* What We Build */
  .what-we-build-section {
    padding: 40px 0;
  }

  .what-we-build-content {
    padding: 0 20px;
  }

  .section-header-centered {
    margin-bottom: 32px;
  }

  .section-title-dark {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .section-subtitle-dark {
    font-size: 16px;
    line-height: 1.5;
  }

  .cards-grid-3 {
    grid-template-columns: 1fr;
  }

  /* We Are Unique */
  .unique-section {
    height: auto;
  }

  .unique-content {
    position: static;
    flex-direction: column;
    gap: 32px;
    padding: 40px 20px 48px;
  }

  .unique-image {
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    border-radius: 20px;
  }

  .unique-text {
    width: 100%;
    padding-top: 0;
    gap: 24px;
  }

  .unique-heading {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 12px;
  }

  .unique-description {
    font-size: 16px;
    line-height: 1.6;
  }

  .unique-feature span {
    font-size: 18px;
    line-height: 1.3;
  }

  /* Contact */
  .contact-section {
    padding: 48px 16px;
  }

  .contact-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .contact-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }

  .contact-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-card-content {
    padding: 28px 20px;
    gap: 28px;
  }

  .contact-card-title {
    font-size: 20px;
    line-height: 1.3;
  }

  .contact-card-subtitle {
    font-size: 15px;
  }

  /* Footer */
  .footer-content {
    padding: 40px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .copyright {
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
