@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap");

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background: #eef4fa;
  color: #111827;
  overflow-x: hidden;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

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

a {
  text-decoration: none;
}

.bio-left-title,
.services-title,
.catalog-title,
.team-section h2,
.catalog-left h2,
.footer-cta h2,
.footer-col h3 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
}

section {
  width: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  position: relative;
  min-height: 100vh;
  background: #edf3f8;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 80px 6%;
}

.hero-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* LEFT */
.hero-left {
  max-width: 700px;
}

.hero-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0d1b3f;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(13, 27, 63, 0.08);
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
  backdrop-filter: blur(12px);
}

.hero-title {
  font-size: clamp(58px, 9vw, 130px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -3px;
  color: #071631;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.7;
  color: #3f4c63;
  max-width: 640px;
  margin-bottom: 38px;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-btn {
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.hero-btn.primary {
  background: linear-gradient(135deg, #03121f, #0f8be7);
  color: #fff;
}

.hero-btn.secondary {
  background: #ffffff;
  color: #071631;
  border: 1px solid rgba(7, 22, 49, 0.08);
}

.hero-btn:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
}

/* RIGHT */
.hero-right {
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-photo-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  border-radius: 40px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 30px 80px rgba(20, 40, 90, 0.18),
    0 0 80px rgba(38, 123, 255, 0.12);
  transform: rotate(-2deg);
  transition: all 0.5s ease;
}

.hero-photo-card:hover {
  transform: rotate(0deg) scale(1.02);
}

.hero-photo-card img {
  width: 100%;
  height: 760px;
  object-fit: cover;
  display: block;
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 15, 35, 0.18), transparent 45%);
  pointer-events: none;
}

/* GLOW */
.hero-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  z-index: 1;
}

.hero-glow-1 {
  width: 320px;
  height: 320px;
  background: #1b8fff;
  top: 10%;
  left: -60px;
}

.hero-glow-2 {
  width: 420px;
  height: 420px;
  background: #0d2a8c;
  bottom: 0;
  right: -80px;
}

.team-section {
  padding: 110px 6% 90px;
  background: #edf4fb;
  text-align: center;
}

.team-section h2 {
  font-size: clamp(34px, 5vw, 70px);
  font-weight: 900;
  color: #0d1b3d;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.team-subtitle {
  max-width: 860px;
  margin: 24px auto 18px;
  font-size: 22px;
  color: #4a5568;
  line-height: 1.8;
}

.team-gallery {
  position: relative;
  max-width: 1100px;
  margin: 55px auto 30px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.team-gallery img {
  position: absolute;
  width: 650px;
  height: 380px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  transition: all 0.7s ease;
  opacity: 0;
  transform: scale(0.8);
  background: white;
}

.team-gallery img.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 3;
  filter: blur(0);
}

.team-gallery img.left {
  opacity: 0.55;
  transform: translateX(-260px) scale(0.82);
  z-index: 2;
  filter: blur(3px);
}

.team-gallery img.right {
  opacity: 0.55;
  transform: translateX(260px) scale(0.82);
  z-index: 2;
  filter: blur(3px);
}

.team-gallery img.hidden {
  opacity: 0;
  transform: scale(0.7);
  z-index: 1;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(20, 35, 70, 0.18);
  background: rgba(255, 255, 255, 0.8);
  font-size: 34px;
  cursor: pointer;
  z-index: 5;
  transition: 0.3s ease;
  backdrop-filter: blur(14px);
}

.arrow:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.teamphoto1 {
  width: 500px !important;
  height: 400px !important;
}

.prev {
  left: -10px;
}

.next {
  right: -10px;
}

.team-text {
  max-width: 920px;
  margin: 0 auto 25px;
}

.team-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.team-badges span {
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #1c2b44;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(14px);
}

.team-text p,
.team-badges span {
  transition: all 0.35s ease;
}

.team-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  min-height: 58px;
}

.team-badges span {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  animation: fadeBadge 0.4s ease;
}

@keyframes fadeBadge {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.bio-section {
  position: relative;

  padding: 120px 70px 110px;
  overflow: hidden;
}

/* мягкий фон */
.bio-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%,
      rgba(255, 255, 255, 0.35),
      transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(21, 11, 107, 0.05), transparent 28%);
  pointer-events: none;
}

/* =========================
   ЛЕВЫЙ ЗАГОЛОВОК
========================= */
.bio-left-title {
  position: absolute;
  left: 30px;
  top: 60px;

  font-family: "Oswald", sans-serif;
  font-size: clamp(54px, 7vw, 82px);
  font-weight: 700;
  line-height: 0.95;
  color: #0f172a;
  letter-spacing: 1px;
  z-index: 2;
}

/* =========================
   НИЖНИЙ ЛОГО
========================= */
.bio-logo {
  position: absolute;
  left: 35px;
  bottom: 35px;

  font-family: "Oswald", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  color: #000;
  z-index: 2;
}

/* =========================
   ОСНОВА
========================= */
.bio-content {
  position: relative;
  z-index: 2;

  max-width: 1280px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 280px 1fr 420px;
  gap: 55px;
  align-items: start;

  padding-top: 80px;
}

/* =========================
   ФОТО
========================= */
.bio-photo-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.bio-photo-wrap::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 360px;
  border-radius: 30px;
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.8),
      rgba(247, 181, 0, 0.08),
      rgba(255, 255, 255, 0.45));
  filter: blur(20px);
  z-index: -1;
}

.bio-photo {
  width: 270px;
  height: 340px;
  object-fit: cover;
  border-radius: 26px;
  transform: rotate(3deg);

  background: white;
  padding: 10px;

  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  transition: all 0.45s ease;
}

.bio-photo:hover {
  transform: rotate(0deg) scale(1.035);
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.14),
    0 18px 38px rgba(247, 181, 0, 0.1);
}

/* =========================
   ЦЕНТРАЛЬНЫЙ ТЕКСТ
========================= */
.bio-main-text {
  margin-top: 80px;
  max-width: 520px;
}

.bio-main-text p {
  font-family: "Oswald", sans-serif;
  font-size: clamp(26px, 2.1vw, 34px);
  line-height: 1.02;
  font-weight: 500;
  color: #0d0d0d;
  margin-bottom: 34px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.bio-main-text .accent {
  color: #f7b500;
}

/* =========================
   ПРАВЫЙ ТЕКСТ
========================= */
.bio-side-text {
  margin-top: 95px;
  max-width: 420px;
}

.bio-side-text p {
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.45;
  font-weight: 500;
  color: #111;
  margin-bottom: 28px;
}

/* =========================
   КНОПКА
========================= */
.bio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 25px;
  width: 100%;
  max-width: 380px;
  min-height: 90px;

  background: linear-gradient(135deg, #08131f, #2f7fce);
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.2),
    0 8px 18px rgba(47, 127, 206, 0.15);
  transition: 0.35s ease;

  color: #fff;
  text-decoration: none;

  font-family: "Oswald", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 600;
  letter-spacing: 1px;

  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

/* блеск */
.bio-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.35),
      transparent);
  transition: 0.8s ease;
}

.bio-btn:hover {
  transform: translateY(-4px) scale(1.02);
  background: linear-gradient(135deg, #0b1723, #4da3ff);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    0 12px 30px rgba(77, 163, 255, 0.22);
}

.bio-btn:hover::before {
  left: 130%;
}

.bio-btn:active {
  transform: scale(0.98);
}

/* =========================
   REVEAL ANIMATION
========================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.services {
  padding: 110px 6%;
  background: #edf4fb;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

.services-title {
  text-align: center;
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 900;
  text-transform: uppercase;
  color: #0d1b3d;
  margin-bottom: 55px;
}

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

.card {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  padding: 42px 28px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(14px);
  transition: 0.35s ease;
  min-height: 290px;
}

.card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.12);
}

.icon {
  font-size: 34px;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 14px rgba(74, 144, 226, 0.35));
}

.card h3 {
  font-size: 28px;
  font-weight: 900;
  color: #0d1b3d;
  margin-bottom: 18px;
}

.card p {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.75;
}

.services-btn {
  text-align: center;
  margin-top: 48px;
}

.btn-wow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 54px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(135deg, #5a6475 0%, #3b82f6 100%);
  box-shadow: 0 20px 55px rgba(42, 93, 180, 0.24);
  transition: 0.35s ease;
}

.btn-wow:hover {
  transform: translateY(-4px) scale(1.04);
}

.catalog-title {
  text-align: center;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 900;
  text-transform: uppercase;
  color: #0d1b3d;
  margin-bottom: 10px;
  margin-top: 40px;
}

.catalog-subtitle {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 22px;
  color: #4b5563;
  line-height: 1.8;
}

.catalog-block {
  background: linear-gradient(180deg, #ffffff, #f1f5f9);
  padding: 70px 60px;
  border-radius: 30px;
  max-width: 1100px;
  margin: 80px auto;
  position: relative;
}

.catalog-top {
  position: absolute;
  text-align: center;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}

.catalog-top img {
  width: 400px;

  transform: rotate(-8deg);
}

.catalog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px;
  margin-top: 80px;
  align-items: center;
}

.catalog-left h2 {
  color: #0f172a;
  font-size: 30px;
  margin-bottom: 15px;
}

.catalog-center img {
  width: 80%;
  border-radius: 15px;
  transform: rotate(-8deg);
  transition: 0.3s ease;
}

.catalog-center img:hover {
  transform: rotate(-4deg) scale(1.03);
}

.catalog-right p {
  color: #1e293b;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
}

.catalog-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.catalog-btn {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  color: white;
  min-width: 180px;
  height: 56px;
  border-radius: 16px;
  font-weight: 800;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
}

.catalog-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.5);
}

/* =======================
   DESKTOP / MOBILE SWITCH
======================= */
.catalog-desktop {
  display: block;
}

.catalog-mobile {
  display: none;
}

/* =======================
   TABLET
======================= */


@media (max-width: 900px) {
  .catalog-block {
    padding: 60px 30px;
  }

  .catalog-grid {
    grid-template-columns: 1fr 1fr 1.4fr;
    gap: 20px;
  }

  .catalog-left h2 {
    font-size: 26px;
  }

  .catalog-center img {
    width: 100%;
    max-width: 220px;
  }

  .catalog-right p {
    font-size: 17px;
  }

  .catalog-btn {
    min-width: 160px;
    height: 50px;
    font-size: 16px;
  }
}


@media (max-width: 700px) {
  .catalog-top {
    top: -150px;
  }

  .catalog-top img {
    width: 300px;
    transform: rotate(-8deg);
  }

}


/* =======================
   MOBILE
======================= */
@media (max-width: 600px) {
  .catalog-desktop {
    display: none;
  }

  .catalog-mobile {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
  }

  .catalog-block {
    padding: 20px 20px;
  }

  .catalog-title {
    font-size: 34px;
    margin-top: 10px;
  }

  .catalog-subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .catalog-top {
    top: -180px;
  }

  .catalog-top img {
    width: 300px;
    transform: rotate(-8deg);
  }


  .catalog-mobile-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: center;
  }

  .catalog-mobile-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
  }

  .catalog-mobile-left h2 {
    font-size: 24px;
    margin: 0;
    color: #0f172a;
  }

  .catalog-mobile-left img {
    width: 150px;
    max-width: 100%;
    border-radius: 18px;
    transform: rotate(-3deg);
    display: block;
  }

  .catalog-mobile-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .catalog-mobile-right p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin: 0;
    color: #1e293b;
    font-weight: 700;
  }

  .catalog-actions {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .catalog-btn {
    min-width: 135px;
    height: 44px;
    font-size: 15px;
    border-radius: 14px;
    padding: 0 22px;
  }
}


@media (max-width: 580px) {
  .catalog-top {
    top: -165px;
  }
 .catalog-title {
    font-size: 30px;
    margin-top: 10px;
  }

  .catalog-subtitle {
    margin-bottom: 1px;
  }
  .catalog-top img {
    width: 300px;
    transform: rotate(-8deg);
  }
    .catalog-mobile {
      
        margin-top: 20px;
}


  .catalog-mobile-left h2 {
    font-size: 18px;
  }

  .catalog-mobile-right p {
    font-size: 14px;
}

  .catalog-mobile-left img {
    width: 140px;
  }
}


@media (max-width: 500px) {
  .catalog-top {
    top: -150px;
  }

  .catalog-top img {
    width: 300px;
    transform: rotate(-8deg);
  }

}


@media (max-width: 460px) {
  .catalog-top {
    top: -130px;
  }
 .catalog-title {
    font-size: 26px;
    margin-top: 10px;
  }
  .catalog-top img {
    width: 300px;
    transform: rotate(-8deg);
  }
.catalog-mobile-left img {
    width: 130px;
  }
}

@media (max-width: 430px) {
  .catalog-top {
    top: -120px;
  }

  .catalog-top img {
    width: 300px;
    transform: rotate(-8deg);
  }

}


@media (max-width: 380px) {
  .catalog-top {
    top: -110px;
  }

  .catalog-top img {
    width: 300px;
    transform: rotate(-8deg);
  }

}
@media (max-width: 360px) {
  .catalog-top {
    top: -100px;
  }

  .catalog-top img {
    width: 300px;
    transform: rotate(-8deg);
  }

}
.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #5d8df7 0%, #62baf1 100%);
  padding: 50px 40px 35px;
  border-radius: 40px 40px 0 0;
  margin-top: 100px;
  color: #fff;
  isolation: isolate;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 25%,
      rgba(255, 255, 255, 0.16),
      transparent 25%),
    radial-gradient(circle at 80% 20%,
      rgba(255, 255, 255, 0.1),
      transparent 28%),
    radial-gradient(circle at 60% 90%,
      rgba(255, 255, 255, 0.08),
      transparent 35%);
  pointer-events: none;
  z-index: 0;
}

/* ================= ВЕРХ ================= */
.footer-top {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto 40px;

  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 40px;
}

.footer-cta h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  line-height: 0.95;
  margin-bottom: 22px;
  color: #fff;
  letter-spacing: 1px;
  max-width: 650px;
}

.footer-cta p {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.96);
  max-width: 620px;
  margin-bottom: 28px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}

.social-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.social-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.25),
      transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.social-btn:hover::before {
  transform: translateX(120%);
}

.social-btn:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.social-btn.tg {
  background: linear-gradient(135deg, #35a8ff, #1e6dff);
}

.social-btn.wa {
  background: linear-gradient(135deg, #47d764, #25d366);
}

/* ================= ФОТО ================= */
.footer-image {
  position: absolute;
  max-width: 500px;
  top: 500px;
  right: 10px;
  z-index: 5;
}

.footer-image img {
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}

/* ================= НИЗ СЛЕВА ================= */
.footer-bottom-grid {
  position: relative;
  z-index: 20;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 5px;

  display: grid;
  grid-template-columns: 260px 260px;
  gap: 50px;
  justify-content: start;
  text-align: left;
}

.footer-col h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 1px;
  color: #fff;
  letter-spacing: 1px;
}

.footer-col p,
.footer-col a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  display: block;
  margin-bottom: 1px;
  transition: all 0.25s ease;
}

.footer-col a:hover {
  color: #fff;
  transform: translateX(4px);
}

/* ================= FOOTER ADAPTIVE ================= */
@media (max-width: 1100px) {
  .footer {
    padding: 40px 40px 5px;
  }

  .footer-top {
    grid-template-columns: 1fr 320px;
    gap: 30px;
  }

  .footer-cta h2 {
    font-size: 46px;
  }

  .footer-cta p {
    font-size: 20px;
  }

  .footer-image img {
    max-width: 600px;
  }

  .footer-bottom-grid {
    grid-template-columns: 220px 220px;
    gap: 1px;
  }
}




@media (max-width: 870px) {

  .footer-image {
    position: absolute;
    max-width: 400px;
    top: 500px;
    right: 0px;
    z-index: 5;
  }

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

  .footer-cta h2 {
    margin-bottom: 10px;

  }

  .footer-cta p {
    margin-bottom: 5px;
  }

  footer-cta h2 {
    font-size: 30px;
  }
}



@media (max-width: 700px) {
  .footer-image {
    position: relative !important;
    bottom: 0px;
    top: 170px !important;
    right: 100px;
    width: 300px !important;
    margin: 20px auto 0 !important;
    transform: none !important;
    display: block !important;
    z-index: 2;
  }

  .footer-image img {
    width: 100%;
    display: block;
    object-fit: contain;
  }

  .footer-top {
    margin: 0;
  }
}



@media (max-width: 635px) {
  .footer {
    padding: 20px 40px 5px;
  }
  .footer-image {
    position: relative !important;
    bottom: 0px;
    top: 180px !important;
  }

  .footer-cta h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .footer-cta p {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (max-width: 564px) {
  .footer {
    padding: 20px 40px 5px;
  }
 .footer-image {
    position: relative !important;
    bottom: 0px;
    top: 170px !important;
    right: 230px;
 }

  .footer-image img {
    width: 100%;
    display: block;
    object-fit: contain;


  }

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

  .footer-cta h2 {
    margin-bottom: 10px;
    font-size: 26px;

  }

  .footer-cta p {
    margin-bottom: 5px;

  }

  .footer-bottom-grid {
    grid-template-columns: 100px 100px;
    gap: 20px;
    justify-content: start;
    text-align: left;

  }

  .footer-col h3 {
    font-size: 12px;
  }

  .footer-col a {
    font-size: 10px;
  }


}






/* ================= HERO ADAPTIVE ================= */

/* Планшеты */
@media (max-width: 1024px) {
  .hero {
    padding: 80px 30px 60px;
    min-height: auto;
  }

  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    text-align: center;
  }

  .hero-left {
    max-width: 760px;
    order: 2;
  }

  .hero-right {
    order: 1;
  }

  .hero-title {
    font-size: 88px;
    line-height: 0.95;
  }

  .hero-subtitle {
    font-size: 22px;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
  }

  .hero-btn {
    min-width: 220px;
    height: 68px;
    font-size: 24px;
  }

  .hero-photo-card {
    max-width: 460px;
    width: 100%;
  }

  .hero-photo-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* Телефоны */
@media (max-width: 768px) {
  .hero {
    padding: 55px 20px 40px;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
  }

  .hero-container {
    gap: 34px;
  }

  .hero-label {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }

  .hero-title {
    font-size: 56px;
    line-height: 0.95;
    letter-spacing: -1px;
    margin-bottom: 18px;
  }

  .hero-subtitle {
    font-size: 17px;
    line-height: 1.65;
    max-width: 100%;
    padding: 0 4px;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
  }

  .hero-btn {
    min-width: 220px;
    height: 68px;
    font-size: 24px;
  }

  .hero-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-photo-card {
    width: 100%;
    max-width: 310px;
    border-radius: 28px;
  }

  .hero-photo-card img {
    width: 100%;
    border-radius: 28px;
  }

  .hero-bg-glow {
    filter: blur(90px);
    opacity: 0.45;
  }

  .hero-glow-1 {
    width: 220px;
    height: 220px;
    top: 0;
    left: -50px;
  }

  .hero-glow-2 {
    width: 240px;
    height: 240px;
    bottom: -40px;
    right: -50px;
  }
}

/* Очень маленькие телефоны */
@media (max-width: 480px) {
  .hero {
    padding: 42px 16px 34px;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-subtitle {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .hero-label {
    font-size: 12px;
  }

  .hero-btn {
    height: 54px;
    font-size: 18px;
    border-radius: 16px;
  }

  .hero-photo-card {
    max-width: 270px;
  }
}

/* ================= TEAM ADAPTIVE ================= */

/* Планшеты */
@media (max-width: 1024px) {
  .team-section {
    padding: 80px 30px;
    overflow: hidden;
  }

  .team-section h2 {
    font-size: 54px;
    text-align: center;
    line-height: 1;
    margin-bottom: 34px;
  }

  .team-gallery {
    position: relative;
    width: 100%;
    max-width: 860px;
    height: 420px;
    margin: 0 auto 30px;
  }

.teamphoto1 {
  width: 370px !important;
  height: 290px !important; 
}
  .team-gallery img {
    width: 500px ;
    height: 300px ;
    object-fit: cover;
    border-radius: 28px;
  }

  .arrow {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }

  .team-text {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
  }

  .team-text p {
    font-size: 22px;
    line-height: 1.7;
  }

  .team-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
  }

  .team-badges span {
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 18px;
  }
}

/* Телефоны */
@media (max-width: 768px) {
  .team-section {
    padding: 60px 20px;
  }

  .team-section h2 {
    font-size: 34px;
    line-height: 1.05;
    text-align: center;
    margin-bottom: 28px;
  }

  .team-gallery {
    position: relative;
    width: 100%;
    height: 280px;
    margin: 0 auto 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

.teamphoto1 {
  width: 350px !important;
  height: 270px !important; 
}

  .team-gallery img {
    width: 370px;
    height: 230px;
    object-fit: cover;
    border-radius: 22px;
  }

  .arrow {
    width: 44px;
    height: 44px;
    font-size: 24px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
  }

  .prev {
    left: 6px;
  }

  .next {
    right: 6px;
  }

  .team-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .team-text p {
    font-size: 17px;
    line-height: 1.7;
    max-width: 100%;
  }

  .team-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
  }

  .team-badges span {
    width: 100%;
    max-width: 320px;
    text-align: center;
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 16px;
  }
}

/* Очень маленькие телефоны */
@media (max-width: 480px) {
  .team-section {
    padding: 20px 16px;
  }

  .team-section h2 {
    font-size: 28px;
  }


.teamphoto1 {
  width: 320px !important;
  height: 240px !important; 
}

  .team-gallery img {
    width: 370px;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
  }


  .arrow {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .team-text p {
    font-size: 15.5px;
  }

  .team-badges span {
    font-size: 13px;
    padding: 11px 14px;
  }
}


@media (max-width: 388px) {
.teamphoto1 {
  width: 300px !important;
  height: 230px !important; 
}

  .team-gallery img {
    width: 260px;
    height: 160px;
    object-fit: cover;
    border-radius: 18px;
  }
}
/* Планшеты */
@media (max-width: 1024px) {
  .services {
    padding: 70px 25px;
  }

  .services-title {
    font-size: 45px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .card.glass {
    padding: 22px 20px;
    border-radius: 26px;
    min-height: 230px;
  }

  .card.glass .icon {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .card.glass h3 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 14px;
  }

  .card.glass p {
    font-size: 14px;
    line-height: 1.7;
  }

  .services-btn {
    margin-top: 34px;
    display: flex;
    justify-content: center;
  }

  .btn-wow {
    min-width: 240px;
    height: 64px;
    font-size: 22px;
    border-radius: 18px;
  }
}

/* Телефоны */
@media (max-width: 768px) {
  .services {
    padding: 50px 15px;
  }

  .services-title {
    font-size: 28px;
    text-align: center;
    line-height: 1.05;
    margin-bottom: 28px;
  }

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

  .card.glass {
    padding: 24px 20px;
    border-radius: 22px;
    min-height: auto;
  }

  .card.glass .icon {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .card.glass h3 {
    font-size: 17px;
    line-height: 1.15;
    margin-bottom: 10px;
  }

  .card.glass p {
    font-size: 14px;
    line-height: 1.75;
  }

  .services-btn {
    margin-top: 26px;
    display: flex;
    justify-content: center;
  }

  .btn-wow {
    width: 100%;
    max-width: 320px;
    height: 56px;
    font-size: 18px;
    border-radius: 16px;
  }
}

/* Очень маленькие телефоны */
@media (max-width: 480px) {
  .services {
    padding: 30px 10px;
  }

  .services-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .card.glass {
    padding: 15px 13px;
    border-radius: 18px;
  }

  .card.glass .icon {
    font-size: 28px;
    margin-bottom: 3px;
  }

  .card.glass h3 {
    font-size: 14px;
  }

  .card.glass p {
    font-size: 12px;
    line-height: 1;
  }

  .btn-wow {
    height: 52px;
    font-size: 17px;
    border-radius: 14px;
  }
}

/* ================= BIO ADAPTIVE ================= */

/* Планшеты */
@media (max-width: 1200px) {
  .bio-section {
    padding: 50px 30px 30px;
  }

  .bio-left-title {
    position: absolute;
    left: 30px;
    top: 60px;

    font-family: "Oswald", sans-serif;
    font-size: clamp(54px, 7vw, 82px);
    font-weight: 700;
    line-height: 0.95;
    color: #0f172a;
    letter-spacing: 1px;
    z-index: 2;
  }

  .bio-content {
    display: grid;
    grid-template-columns: 320px 1fr 380px;
    gap: 40px;
    align-items: start;
  }

  .bio-photo {
    width: 270px;
    height: 340px;
    object-fit: cover;
    border-radius: 26px;
    transform: rotate(3deg);

    background: white;
    padding: 10px;

    box-shadow:
      0 28px 70px rgba(0, 0, 0, 0.1),
      0 12px 28px rgba(0, 0, 0, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);

    transition: all 0.45s ease;
  }

  .bio-photo:hover {
    transform: rotate(0deg) scale(1.035);
    box-shadow:
      0 35px 90px rgba(0, 0, 0, 0.14),
      0 18px 38px rgba(247, 181, 0, 0.1);
  }

  .bio-photo-wrap {
    grid-column: 1;
  }

  .bio-main-text {
    margin-top: 0;
    max-width: 700px;
    margin-inline: auto;
    grid-column: 2;
  }

  .bio-side-text {
    grid-column: 3;
    margin-top: 0;
    margin-inline: auto;
    width: 100%;
  }

  .bio-main-text p {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .bio-side-text p {
    font-size: 18px;
    line-height: 1.6;
  }

  .bio-btn {
    width: auto;
    height: 70px;
    font-size: 28px;
    padding: 0 30px;
  }

  .bio-logo {
    display: none;
  }
}

/* Планшеты */
@media (max-width: 1088px) {
  .bio-content {
    grid-template-columns: 400px 1fr;
    gap: 1px;
  }

  .bio-main-text p {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .bio-photo-wrap {
    grid-column: 1;
    grid-row: 1;
    bottom: 40px;
  }

  .bio-top-text {
    grid-column: 2;
    grid-row: 1;
  }

  .bio-bottom-text {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 20px;
    text-align: center;
  }

  .bio-side-text {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
  }

  .bio-logo {
    display: none;
  }
}

@media (max-width: 896px) {
  .bio-content {
    grid-template-columns: 300px 1fr;
    gap: 1px;
  }

  .bio-main-text p {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .bio-photo-wrap {
    grid-column: 1;
    grid-row: 1;
    bottom: 40px;
  }

  .bio-top-text {
    grid-column: 2;
    grid-row: 1;
  }

  .bio-bottom-text {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 20px;
    text-align: center;
  }

  .bio-side-text {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
  }
}

/* Телефоны */
@media (max-width: 717px) {
  .bio-content {
    grid-template-columns: 260px 1fr;
    gap: 1px;
  }

  .bio-main-text p {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .bio-photo-wrap {
    grid-column: 1;
    grid-row: 1;
    bottom: 40px;
  }

  .bio-top-text {
    grid-column: 2;
    grid-row: 1;
  }

  .bio-bottom-text {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 20px;
    text-align: center;
  }

  .bio-side-text {
    grid-column: 1 / -1;
    grid-row: 3;

    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .bio-side-text p {
    margin-bottom: 10px;
  }

  .bio-btn {
    width: 150px;
    height: 48px;
    font-size: 18px;
    padding: 0;
    line-height: 48px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .bio-logo {
    display: none;
  }
}

@media (max-width: 650px) {
  .bio-section {
    padding: 50px 0 30px;
  }

  .bio-content {
    grid-template-columns: 240px 1fr;
    gap: 1px;
  }

  .bio-main-text p {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 40px;
  }

  .bio-photo-wrap {
    grid-column: 1;
    grid-row: 1;
    bottom: 40px;
  }

  .bio-top-text {
    grid-column: 2;
    grid-row: 1;
  }

  .bio-bottom-text {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 20px;
    text-align: center;
  }

  .bio-side-text {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 583px) {
  .bio-section {
    padding: 50px 0 30px;
  }

  .bio-content {
    grid-template-columns: 240px 1fr;
    gap: 1px;
  }

  .bio-main-text p {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .bio-photo-wrap {
    grid-column: 1;
    grid-row: 1;
    bottom: 40px;
  }

  .bio-top-text {
    grid-column: 2;
    grid-row: 1;
  }

  .bio-bottom-text {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
  }

  .bio-side-text {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 548px) {
  .bio-section {
    padding: 50px 0 30px;
  }

  .bio-content {
    grid-template-columns: 220px 1fr;
    gap: 1px;
  }

  .bio-main-text p {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .bio-photo-wrap {
    grid-column: 1;
    grid-row: 1;
    bottom: 40px;
  }

  .bio-top-text {
    grid-column: 2;
    grid-row: 1;
  }

  .bio-bottom-text {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
  }

  .bio-side-text {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
  }
}

/* Очень маленькие телефоны */
@media (max-width: 482px) {
  .bio-section {
    padding: 50px 0 30px;
  }

  .bio-content {
    grid-template-columns: 220px 1fr;
    gap: 1px;
  }

  .bio-main-text p {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .bio-photo-wrap {
    grid-column: 1;
    grid-row: 1;
    bottom: 40px;
  }

  .bio-top-text {
    grid-column: 2;
    grid-row: 1;
  }

  .bio-bottom-text {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
  }

  .bio-side-text {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
    font-size: 12px;
  }

  .bio-side-text p {
    font-size: 15px;
  }

  .bio-btn {
    width: 150px;
    height: 40px;
  }
}



@media (max-width: 404px) {
  .bio-section {
    padding: 50px 0 30px;
  }

  .bio-content {
    grid-template-columns: 200px 1fr;
    gap: 1px;
  }

  .bio-main-text p {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .bio-photo-wrap {
    grid-column: 1;
    grid-row: 1;
    bottom: 40px;
  }

  .bio-top-text {
    grid-column: 2;
    grid-row: 1;
  }

  .bio-bottom-text {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
  }

  .bio-side-text {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
    font-size: 12px;
  }

  .bio-side-text p {
    font-size: 15px;
  }

  .bio-btn {
    width: 150px;
    height: 40px;
  }
}

/* Очень маленькие телефоны */
@media (max-width: 369px) {
  .bio-section {
    padding: 20px 0 30px;
  }

  .bio-content {
    grid-template-columns: 180px 1fr;
    gap: 1px;
  }
}