:root {
  --bg: #ffffff;
  --panel: #f6f9fc;
  --panel-2: #eef3f8;
  --soft-bg: linear-gradient(180deg, #edf3f8 0%, #f4f8fb 62%, #ffffff 100%);
  --text: #162033;
  --muted: #51607a;
  --accent: #f29b1f;
  --accent-dark: #dc8610;
  --border: #d9e2ec;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}

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

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

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.topbar {
  color: var(--muted);
  font-size: 0.9rem;
}

.topbar .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.4rem 0;
}

.topbar-items {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.topbar-link,
.topbar-address {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.topbar-icon-img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  object-fit: contain;
}

.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 18px rgba(10, 24, 43, 0.05);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand span {
  color: var(--accent);
}

.brand-logo img {
  width: min(210px, 42vw);
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-weight: 500;
}

.nav-links a {
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--text);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.3rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--accent);
  color: #102014;
}

.btn-primary:hover {
  background: var(--accent-dark);
}

.btn-outline {
  border-color: var(--accent);
  color: var(--accent);
}

.btn-outline:hover {
  background: rgba(111, 207, 151, 0.08);
}

.section {
  padding: 4.8rem 0;
}

.section-sm {
  padding: 3.6rem 0;
}

.hero {
  position: relative;
  padding: 5.6rem 0 4.5rem;
  background: var(--soft-bg);
}

.about-page-hero {
  position: relative;
  overflow: hidden;
  background: var(--soft-bg);
  padding: 4.5rem 0;
}

.about-page-divider {
  margin-top: -2.8rem;
  margin-bottom: -0.8rem;
  opacity: 0.92;
}

.about-page-lines {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.65) 2px, transparent 3px),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.26) 0,
      rgba(255, 255, 255, 0.26) 1px,
      transparent 1px,
      transparent 48px
    );
  background-size: 48px 110px, 100% 100%;
  pointer-events: none;
}

.about-page-hero-content {
  position: relative;
  z-index: 1;
  min-height: 360px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1rem;
}

.about-page-hero-copy {
  text-align: center;
}

.about-page-hero-copy h1 {
  margin-bottom: 1.1rem;
  font-size: clamp(1.95rem, 4.4vw, 3.2rem);
}

.about-page-breadcrumb {
  margin: 0;
  font-size: 1.18rem;
  color: #39405f;
  font-weight: 600;
}

.about-page-breadcrumb a {
  color: var(--accent);
  font-weight: 500;
}

.about-page-hero-media {
  position: relative;
  width: min(520px, 100%);
  justify-self: end;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  isolation: isolate;
  background: linear-gradient(180deg, #f8f9fe 0%, #fbfcff 62%, #ffffff 100%);
}

.about-page-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(
      to right,
      #f8f9fe 0%,
      rgba(248, 249, 254, 0) 13%,
      rgba(248, 249, 254, 0) 87%,
      #f8f9fe 100%
    ),
    linear-gradient(
      to bottom,
      #f8f9fe 0%,
      rgba(248, 249, 254, 0) 13%,
      rgba(248, 249, 254, 0) 87%,
      #ffffff 100%
    );
}

.about-page-hero-media::after {
  content: none;
}

.about-page-hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 10px 28px rgba(40, 56, 89, 0.1));
  -webkit-mask-image: radial-gradient(ellipse at center, #000 72%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 72%, transparent 100%);
}

.about-page-hero--transparent .about-page-hero-media {
  background: transparent;
}

.about-page-hero--transparent .about-page-hero-media::before {
  content: none;
}

.about-page-hero--transparent .about-page-hero-image {
  -webkit-mask-image: none;
  mask-image: none;
  filter: drop-shadow(0 10px 22px rgba(40, 56, 89, 0.08));
}

.hero-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: var(--accent);
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 1rem;
}

.hero-title-main {
  font-size: clamp(1.9rem, 3.7vw, 3.3rem);
}

h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  margin-bottom: 0.9rem;
}

.lead {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
  max-width: 60ch;
}

.actions {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-media {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
}

.hero-media::before,
.hero-media::after {
  content: none;
}

.hero-card {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.2rem;
  z-index: 2;
}

.hero-card strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.hero-main-img {
  width: min(560px, 100%);
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 18px 34px rgba(24, 38, 66, 0.12));
}

.mountain-divider {
  width: 100%;
  line-height: 0;
  margin-top: -3.6rem;
  margin-bottom: -0.9rem;
  position: relative;
  z-index: 2;
  pointer-events: none;
  opacity: 0.88;
}

.mountain-divider svg {
  width: 100%;
  height: 130px;
  display: block;
}

.mountain-fill-1 {
  fill: #d8e6ee;
}

.mountain-fill-2 {
  fill: #e7f0f5;
}

.mountain-fill-3 {
  fill: #f3f8fb;
}

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

.value-grid .card {
  min-height: 320px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5rem 1.2rem;
}

.value-grid .card p {
  text-align: center;
}

.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.2rem;
}

.card h3 {
  margin-bottom: 0.5rem;
}

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

.card-illustration {
  width: 108px;
  height: 108px;
  object-fit: contain;
  margin: 0 auto 0.9rem;
}

.services-kicker {
  margin: 0;
  color: var(--accent);
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}

.services-title {
  font-size: clamp(1.9rem, 3.35vw, 2.7rem);
  margin: 0.4rem auto 2.2rem;
  max-width: 18ch;
  text-align: center;
}

.services-columns {
  display: grid;
  gap: 1.25rem 1.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.services-column {
  display: grid;
  gap: 1.35rem;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-height: 212px;
}

.service-item h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  line-height: 1.16;
  color: var(--accent);
}

.service-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.56;
}

.service-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.services-column:nth-child(-n + 2) .service-icon {
  width: 60px;
  height: 60px;
  flex-basis: 60px;
}

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

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.4rem;
}

.split-image-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.split-image {
  width: min(380px, 100%);
  height: auto;
}

.about-home .panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.about-home .split {
  align-items: center;
  gap: 2.2rem;
}

.about-home .split-image {
  width: min(620px, 100%);
}

.muted {
  color: var(--muted);
}

.process {
  counter-reset: process;
}

.step {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.2rem;
}

.process-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.4rem;
  align-items: start;
}

.process-image-panel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1.6rem;
}

.process-main-image {
  width: min(620px, 100%);
  height: auto;
  margin-top: 0.8rem;
}

.process-copy {
  padding-top: 0.2rem;
}

.process-kicker {
  margin: 0 0 0.5rem;
  color: var(--accent);
  font-size: 0.96rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: none;
}

.process-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.process-lead {
  margin: 0 0 1.25rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 62ch;
}

.process-steps {
  display: grid;
  gap: 1.15rem;
}

.process-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: start;
  gap: 0.9rem;
}

.process-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.process .step {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.step::before {
  counter-increment: process;
  content: "0" counter(process);
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 0.45rem;
}

.process-item::before {
  content: none;
}

.process .step::before {
  content: none;
}

.founders-home {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding-top: 5.8rem;
}

.founders-curves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 335px;
  line-height: 0;
  pointer-events: none;
  z-index: 0;
}

.founders-curves svg {
  width: 190%;
  min-width: 1400px;
  height: 100%;
  display: block;
  transform: translateX(-24%) scaleX(-1);
}

.founders-curve-1 {
  fill: #e7e8f3;
}

.founders-curve-2 {
  fill: #f0f1f8;
}

.founders-curve-3 {
  fill: #f8f9fd;
}

.founders-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.2rem;
  justify-items: center;
  text-align: center;
}

.founders-copy {
  max-width: 1040px;
}

.founders-kicker {
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 0.7rem;
}

.founders-title {
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  margin-bottom: 0.95rem;
}

.founders-lead {
  margin: 0 auto;
  max-width: 60ch;
  color: var(--text);
  line-height: 1.6;
  font-size: 1.04rem;
}

.founders-photo-wrap {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.founder-profile {
  width: min(480px, 90vw);
  text-align: left;
}

.founder-name {
  margin: 0;
  color: #353861;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.founder-role {
  margin: 0.3rem 0 0;
  color: var(--accent);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.2;
}

.founder-linkedin {
  margin-top: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #0a7bb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.founder-linkedin:hover {
  background: #076b9e;
  transform: translateY(-1px);
}

.founder-linkedin:focus-visible {
  outline: 3px solid #8fcaf0;
  outline-offset: 3px;
}

.founder-linkedin svg {
  width: 21px;
  height: 21px;
  fill: #ffffff;
}

.partners-section .kicker {
  margin-bottom: 0.85rem;
}

.partners-section h2 {
  margin-bottom: 1.35rem;
}

.partners-carousel {
  overflow: hidden;
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  padding: 0.35rem 0;
}

.partners-track::-webkit-scrollbar {
  display: none;
}

.partner-logo {
  flex: 0 0 clamp(180px, 17vw, 260px);
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
}

.partner-logo img {
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(0.97);
}

.partners-strip {
  padding-top: 2.4rem;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.35fr;
  gap: 2.4rem;
  align-items: start;
}

.testimonials-copy {
  max-width: 420px;
}

.testimonials-copy h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  margin-bottom: 1rem;
}

.testimonials-lead {
  margin: 0;
  color: #23293a;
  line-height: 1.55;
  font-size: 1rem;
  max-width: 28ch;
}

.testimonials-contact {
  margin-top: 2rem;
  color: #ffffff;
  padding-inline: 2rem;
  box-shadow: 0 10px 18px -16px rgba(242, 155, 31, 0.95);
}

.testimonials-carousel {
  position: relative;
}

.testimonials-viewport {
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  gap: 0.95rem;
  transition: transform 320ms ease;
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 calc((100% - 0.95rem) / 2);
  min-height: 520px;
  background: #ebedf8;
  padding: 1.45rem 1.35rem 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-text {
  margin: 0;
  color: #1f2436;
  font-size: 1.05rem;
  line-height: 1.45;
  text-align: center;
  font-style: italic;
}

.testimonial-meta {
  margin-top: 1.2rem;
  text-align: center;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 0.8rem;
}

.testimonial-name {
  margin: 0;
  color: #1e2435;
  font-size: 1.05rem;
  font-weight: 700;
}

.testimonial-role {
  margin: 0.2rem 0 0;
  color: #2b3243;
}

.testimonials-nav {
  position: absolute;
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #d7deeb;
  background: #ffffff;
  color: #adb4c5;
  cursor: pointer;
  z-index: 2;
}

.testimonials-nav:hover {
  color: #6f7890;
  border-color: #c4ccdd;
}

.testimonials-nav-prev {
  left: -56px;
}

.testimonials-nav-next {
  right: -56px;
}

.testimonials-dots {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.testimonials-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5e1;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.testimonials-dot.active {
  background: #161f33;
}

.contact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.info-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.1rem 0 0;
}

.info-item {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.95rem;
}

.form {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.form input,
.form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--text);
  padding: 0.75rem;
  font: inherit;
}

.form textarea {
  min-height: 110px;
  resize: vertical;
}

.footer {
  border-top: 1px solid #d8dbe8;
  margin-top: 3.5rem;
  padding: 0.95rem 0 0.45rem;
  background: #ececf6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr 1.3fr;
  gap: 0.8rem 1rem;
  align-items: start;
}

.footer-column {
  min-width: 0;
}

.footer-brand-col {
  display: flex;
  align-items: flex-start;
}

.footer-heading {
  margin: 0 0 0.32rem;
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  font-weight: 700;
  color: #1b1f3a;
}

.footer-links,
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li + li {
  margin-top: 0.25rem;
}

.footer-contact-list li + li {
  margin-top: 0.52rem;
}

.footer-links a {
  color: #3d4471;
  font-size: clamp(0.82rem, 1vw, 0.88rem);
  font-weight: 600;
  line-height: 1.16;
}

.footer-links-useful a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-links-useful a::before {
  content: "i";
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-size: 0.47rem;
  line-height: 0.72rem;
  text-align: center;
  font-weight: 700;
  flex: 0 0 0.72rem;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.34rem;
}

.footer-contact-icon {
  width: 0.92rem;
  height: 0.92rem;
  flex: 0 0 0.92rem;
  object-fit: contain;
}

.footer-contact-list a,
.footer-contact-list span {
  color: #3d4471;
  font-size: clamp(0.82rem, 1vw, 0.88rem);
  line-height: 1.16;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #66708c;
  font-size: 0.9rem;
}

.footer-brand img {
  width: 130px;
  height: auto;
}

.legal {
  max-width: 900px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1rem;
}

.legal-page {
  background: var(--soft-bg);
}

.legal h1 {
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1.18;
  margin-bottom: 0.95rem;
  color: var(--text);
}

.legal h2 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.24;
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
  color: var(--text);
}

.legal h3 {
  font-size: clamp(1.06rem, 1.9vw, 1.28rem);
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: 0.55rem;
  color: var(--text);
}

.legal p,
.legal li {
  margin-top: 0.65rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

.legal ol {
  margin: 0.7rem 0 0 1.35rem;
  padding: 0;
}

.legal strong {
  color: var(--text);
}

.founder-image {
  width: min(480px, 90vw);
  border-radius: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  display: block;
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .contact-grid,
  .process-layout {
    grid-template-columns: 1fr;
  }

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

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

  .service-item {
    min-height: 198px;
  }

  .process-image-panel {
    padding-top: 0.6rem;
  }

  .process-main-image {
    margin-top: 0.3rem;
  }

  .about-page-hero-content {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 1.4rem;
  }

  .about-page-hero-media {
    justify-self: center;
    justify-content: center;
    width: min(440px, 82vw);
  }

  .about-page-hero-image {
    width: 100%;
  }

  .testimonials-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .testimonials-copy {
    max-width: 100%;
  }

  .testimonials-lead {
    max-width: 55ch;
  }

  .testimonials-nav-prev {
    left: 0.55rem;
  }

  .testimonials-nav-next {
    right: 0.55rem;
  }

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

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

@media (max-width: 760px) {
  .topbar {
    font-size: 0.82rem;
  }

  .topbar .container {
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.45rem 0;
  }

  .topbar-items {
    display: grid;
    gap: 0.3rem;
  }

  .topbar-link,
  .topbar-address {
    width: 100%;
    align-items: flex-start;
    gap: 0.38rem;
    line-height: 1.35;
  }

  .topbar-link span,
  .topbar-address span {
    overflow-wrap: anywhere;
  }

  .topbar-icon-img {
    margin-top: 0.12rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    min-height: 64px;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-bottom: 1px solid var(--border);
    background: #ffffff;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 0.9rem 4vw;
    border-top: 1px solid var(--border);
  }

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

  .partners-carousel {
    overflow: visible;
  }

  .partners-track {
    gap: 1.25rem;
    padding-bottom: 0.6rem;
  }

  .partner-logo {
    flex-basis: min(220px, 64vw);
  }

  .about-page-hero {
    padding: 3.6rem 0 3rem;
  }

  .about-page-divider {
    margin-top: -2.2rem;
  }

  .about-page-lines {
    opacity: 0.4;
    background-size: 36px 94px, 100% 100%;
  }

  .about-page-breadcrumb {
    font-size: 1.35rem;
  }

  .testimonial-card {
    flex: 0 0 100%;
    min-height: 0;
    padding: 1.05rem 0.95rem 0.95rem;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    row-gap: 0.8rem;
  }

  .testimonial-text {
    font-size: 0.92rem;
    line-height: 1.4;
    max-height: 11.5rem;
    overflow-y: auto;
    overflow-wrap: anywhere;
    -webkit-overflow-scrolling: touch;
    padding-right: 0.2rem;
  }

  .testimonial-avatar {
    width: 52px;
    height: 52px;
    margin-bottom: 0.6rem;
  }

  .testimonial-name {
    font-size: 0.94rem;
  }

  .testimonial-role {
    font-size: 0.86rem;
  }

  .testimonials-contact {
    margin-top: 1.2rem;
  }

  .testimonials-track {
    gap: 0;
  }

  .testimonials-nav {
    top: auto;
    bottom: -1.15rem;
  }

  .testimonials-nav-prev {
    left: calc(50% - 56px);
  }

  .testimonials-nav-next {
    right: calc(50% - 56px);
  }

  .testimonials-dots {
    margin-top: 1.8rem;
  }

  .testimonials-viewport {
    width: 100%;
  }

  .testimonial-card {
    max-width: 100%;
  }

  .mountain-divider {
    margin-top: -2.4rem;
  }

  .mountain-divider svg {
    height: 92px;
  }

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

  .services-title {
    margin-bottom: 1.6rem;
  }

  .service-item {
    min-height: 0;
  }

  .process-image-panel {
    padding-top: 0.2rem;
  }

  .process-main-image {
    margin-top: 0;
  }

  .process-item {
    grid-template-columns: 64px 1fr;
  }

  .process-item img {
    width: 56px;
    height: 56px;
  }

  .hero {
    padding-top: 3.8rem;
  }

  .founders-home {
    padding-top: 4.8rem;
  }

  .founders-curves {
    height: 245px;
  }

  .founders-curves svg {
    min-width: 0;
    width: 245%;
    transform: translateX(-34%) scaleX(-1);
  }

  .founders-stack {
    gap: 1.5rem;
  }

  .founders-lead {
    max-width: 34ch;
    font-size: 0.98rem;
  }

  .founder-image {
    width: min(340px, 100%);
  }

  .founder-profile {
    width: min(340px, 100%);
    text-align: center;
  }

  .founder-name {
    font-size: clamp(1.12rem, 5.2vw, 1.5rem);
  }

  .founder-role {
    font-size: clamp(0.92rem, 3.9vw, 1.08rem);
  }

  .founder-linkedin {
    margin-top: 0.75rem;
  }

  .footer {
    margin-top: 2.8rem;
    padding: 0.95rem 0 0.45rem;
  }

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

  .footer-brand img {
    width: 112px;
  }

  .footer-contact {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    padding: 0.9rem 0.8rem 0.85rem;
    row-gap: 0.7rem;
  }

  .testimonial-text {
    font-size: 0.88rem;
    line-height: 1.36;
    max-height: 10rem;
  }

  .testimonials-nav {
    width: 40px;
    height: 40px;
  }

  .testimonials-nav-prev {
    left: calc(50% - 50px);
  }

  .testimonials-nav-next {
    right: calc(50% - 50px);
  }

  .topbar {
    font-size: 0.8rem;
  }
}
