:root {
  --hero: #313667;
  --dark: #1e1e1e;
  --ink: #1e1c2d;
  --text: #353345;
  --muted: #cbd6e2;
  --panel: #f2f5fc;
  --accent: #d8685a;
  --whatsapp: #9fdf53;
  --whatsapp-text: #055015;
  --max: 1214px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}

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

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

.site-shell {
  overflow: hidden;
}

.hero {
  align-items: center;
  background: var(--hero);
  color: #fff;
  display: flex;
  min-height: 785px;
  padding: 96px 24px 144px;
  text-align: center;
}

.hero__content {
  margin: 0 auto;
  max-width: 900px;
}

.hero__logo {
  height: auto;
  margin: 0 auto 34px;
  width: 178px;
}

.hero h1 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 auto;
  max-width: 875px;
}

.hero p {
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.32;
  margin: 56px auto 35px;
  max-width: 820px;
}

.whatsapp-button,
.footer__cta {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  min-height: 56px;
  padding: 0 33px;
  white-space: nowrap;
}

.whatsapp-button {
  background: var(--whatsapp);
  border: 2px solid #eff4fb;
  color: var(--whatsapp-text);
}

.whatsapp-button img,
.footer__cta img {
  height: 22px;
  width: 22px;
}

.partners {
  padding: 78px 24px 60px;
  text-align: center;
}

.partners h2 {
  color: var(--text);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 48px;
}

.partners__logos {
  align-items: center;
  display: flex;
  gap: clamp(20px, 2.3vw, 30px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1085px;
}

.partners__logos img {
  max-height: 96px;
  object-fit: contain;
  width: auto;
}

.partners__logos img:nth-child(1) { width: 131px; }
.partners__logos img:nth-child(2) { width: 174px; }
.partners__logos img:nth-child(3) { width: 161px; }
.partners__logos img:nth-child(4) { width: 175px; }
.partners__logos img:nth-child(5) { width: 82px; }
.partners__logos img:nth-child(6) { width: 173px; }
.partners__logos img:nth-child(7) { width: 100px; }

.about {
  padding: 12px 24px 112px;
}

.about__panel {
  background: var(--panel);
  border-radius: 8px;
  margin: 0 auto;
  max-width: var(--max);
  padding: 45px clamp(24px, 7vw, 182px) 54px;
  text-align: center;
}

.eyebrow {
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-bottom: 31px;
  min-width: 107px;
  padding: 7px 18px;
  text-transform: uppercase;
}

.about h2 {
  color: #333;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 400;
  line-height: 1.22;
  margin: 0 auto 34px;
  max-width: 850px;
}

.about p {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 850px;
}

.services {
  padding: 0 24px 94px;
}

.services h2 {
  color: #333;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 86px;
  text-align: center;
  text-transform: uppercase;
}

.services__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1160px;
}

.service {
  min-width: 0;
}

.service__icon {
  align-items: center;
  background: linear-gradient(217deg, rgba(29, 99, 255, 0.1) 21.43%, rgba(29, 99, 255, 0) 126.66%);
  border-radius: 6px;
  display: flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 16px;
  width: 64px;
}

.service__icon img {
  max-height: 38px;
  max-width: 39px;
}

.service h3 {
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 6px;
}

.service p {
  color: var(--text);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.approach {
  background: var(--dark);
  color: #fff;
  padding: 120px 24px 54px;
}

.approach__inner {
  display: grid;
  gap: clamp(44px, 8vw, 92px);
  grid-template-columns: minmax(330px, 487px) minmax(420px, 1fr);
  margin: 0 auto;
  max-width: 1216px;
}

.approach h2 {
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(32px, 3.4vw, 40px);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 62px;
}

.approach-card {
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 34px;
}

.approach-card h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 17px;
}

.approach-card p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.approach-card--active {
  background: #fff;
  color: var(--text);
  min-height: 310px;
}

.approach-card--active h3 {
  color: var(--ink);
}

.approach-card--muted {
  color: var(--muted);
  opacity: 0.8;
}

.approach-card--muted p {
  font-size: 18px;
}

.approach__visual {
  align-items: center;
  display: flex;
  min-height: 690px;
}

.photo-stack {
  height: min(42vw, 540px);
  min-height: 410px;
  position: relative;
  width: 100%;
}

.photo-stack__main {
  border-radius: 6px;
  height: 408px;
  left: 68px;
  object-fit: cover;
  position: absolute;
  top: 60px;
  width: 288px;
}

.photo-stack__main::after {
  content: "";
}

.photo-stack__model {
  background: #828891;
  border-radius: 6px;
  bottom: 0;
  height: 265px;
  overflow: visible;
  position: absolute;
  right: 0;
  width: 281px;
}

.photo-stack__model img {
  height: 236px;
  max-width: none;
  object-fit: cover;
  object-position: left top;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 386px;
}

.project-tag {
  align-items: center;
  background: rgba(242, 245, 253, 0.95);
  border-radius: 999px;
  color: #413e52;
  display: inline-flex;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  gap: 8px;
  left: 0;
  line-height: 18px;
  padding: 10px 18px 10px 12px;
  position: absolute;
  top: 360px;
  white-space: nowrap;
}

.project-tag img {
  height: 10px;
  width: 10px;
}

.corner {
  height: 55px;
  position: absolute;
  width: 149px;
}

.corner--a {
  bottom: 47px;
  left: 175px;
}

.corner--b {
  right: 132px;
  top: 45px;
  transform: rotate(180deg);
}

.corner--mobile {
  display: none;
}

.gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 62px auto 62px;
  max-width: 1202px;
}

.gallery img {
  aspect-ratio: 285 / 214;
  object-fit: cover;
  width: 100%;
}

.footer {
  align-items: flex-start;
  color: var(--muted);
  display: grid;
  gap: 48px;
  grid-template-columns: 190px 1fr auto;
  margin: 0 auto;
  max-width: 1176px;
}

.footer h3 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
}

.footer a:not(.footer__cta) {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 8px;
  line-height: 1.5;
  margin-top: 2px;
}

.social-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.social-icon img {
  height: 32px;
  max-width: none;
  object-fit: contain;
  width: 32px;
}

.footer a[aria-label="LinkedIn"] .social-icon img {
  height: 14px;
  width: 14px;
}

.footer p {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.footer__cta {
  color: #eff4fb;
  margin-top: 0;
  padding-left: 0;
}

.copyright {
  color: #333;
  font-family: "Mukta", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 38px 24px 40px;
  text-align: center;
}

@media (max-width: 1100px) {
  .partners__logos {
    flex-wrap: wrap;
  }

  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

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

  .approach__visual {
    justify-content: center;
    min-height: 0;
  }

  .photo-stack {
    max-width: 650px;
  }

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

@media (max-width: 760px) {
  .hero {
    min-height: 650px;
    padding: 72px 20px 96px;
  }

  .hero p {
    margin-top: 36px;
  }

  .whatsapp-button,
  .footer__cta {
    font-size: 17px;
    min-height: 52px;
    padding: 0 22px;
    white-space: normal;
  }

  .about {
    padding-bottom: 72px;
  }

  .about__panel {
    padding: 34px 22px 42px;
  }

  .services {
    padding-bottom: 72px;
  }

  .services h2 {
    margin-bottom: 44px;
  }

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

  .service {
    margin: 0 auto;
    max-width: 440px;
  }

  .approach {
    padding: 72px 20px 44px;
  }

  .approach h2 {
    margin-bottom: 36px;
  }

  .approach-card {
    padding: 24px;
  }

  .photo-stack {
    height: 790px;
    min-height: 790px;
    max-width: 390px;
  }

  .photo-stack__main {
    height: 408px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 288px;
  }

  .photo-stack__model {
    bottom: 0;
    height: 265px;
    right: 50%;
    transform: translateX(50%);
    width: 281px;
  }

  .photo-stack__model img {
    height: 236px;
    left: 50%;
    object-fit: cover;
    top: 14px;
    transform: translateX(-50%);
    width: 386px;
  }

  .project-tag {
    left: 50%;
    top: 330px;
    transform: translateX(-50%);
  }

  .corner--a {
    display: none;
  }

  .corner--b {
    display: none;
  }

  .corner--mobile {
    display: block;
    height: 63px;
    left: 50%;
    top: 437px;
    transform: translateX(-50%);
    width: 149px;
  }

  .gallery {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

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

  .footer__cta {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .hero__logo {
    width: 142px;
  }

  .partners {
    padding-top: 56px;
  }

  .partners__logos img {
    max-width: 42%;
  }

  .photo-stack {
    height: 790px;
    min-height: 790px;
  }

  .photo-stack__main {
    height: 408px;
    width: 288px;
  }

  .photo-stack__model {
    height: 265px;
    width: 281px;
  }

  .photo-stack__model img {
    height: 236px;
    width: 386px;
  }

  .project-tag {
    top: 330px;
  }
}
