@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Roboto:wght@400;500&display=swap");

:root {
  --steel: #2e3c55;
  --steel-dark: #1f2a3d;
  --steel-soft: #e9eef5;
  --orange: #ff7a2f;
  --orange-dark: #d85f1f;
  --text: #1a2433;
  --muted: #5f6c7e;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(31, 42, 61, 0.18);
}

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

body {
  font-family: "Roboto", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f7f9fc 0%, #edf2f8 100%);
  line-height: 1.6;
}

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

.section {
  padding: 90px 8vw;
}

.section-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-head h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  color: var(--steel);
}

.section-head p {
  color: var(--muted);
  margin-top: 10px;
}

.hero {
  padding: 36px 8vw 78px;
  background: linear-gradient(120deg, #f2f5fb 0%, #e7edf6 45%, #d8e2f0 100%);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}

.logo {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.95rem;
  color: var(--muted);
}

.nav-cta {
  background: var(--orange);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
}

.hero-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.hero-copy h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
  margin: 14px 0 18px;
  color: var(--steel-dark);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  color: var(--orange);
}

.subhead {
  font-size: 1.1rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 28px 0 24px;
  flex-wrap: wrap;
}

.btn {
  background: var(--orange);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: var(--shadow);
  display: inline-block;
}

.hero-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-points span {
  border: 1px solid rgba(255, 122, 47, 0.3);
  padding: 6px 12px;
  border-radius: 999px;
}

.hero-card {
  background: var(--white);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid #dbe3ef;
  display: grid;
  gap: 12px;
}

.hero-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: var(--steel-dark);
}

.hero-stat {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.hero-stat strong {
  font-size: 1.6rem;
  color: var(--steel-dark);
}

.card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid #dbe3ef;
}

.icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: var(--orange);
}

.card p {
  color: var(--muted);
  margin-top: 8px;
}

.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.gallery-item {
  min-height: 140px;
  border-radius: 14px;
  background: linear-gradient(135deg, #cdd8e8, #7789a5);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 600;
  border: 1px solid #c7d2e3;
  text-shadow: 0 2px 12px rgba(31, 42, 61, 0.5);
}

.g2,
.g5,
.g8,
.g11 {
  background-image: url("./assets/photo-2.svg");
}

.g3,
.g6,
.g9,
.g12 {
  background-image: url("./assets/photo-3.svg");
}

.g4,
.g7,
.g10 {
  background-image: url("./assets/photo-1.svg");
}

.g1 {
  background-image: url("./assets/photo-2.svg");
}

.why-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.why-card {
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #dbe3ef;
  box-shadow: var(--shadow);
}

.why-card h3 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}

.why-card p {
  color: var(--muted);
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.review-card {
  background: var(--white);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #dbe3ef;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-snap-align: start;
}

.review-card > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-card p {
  margin: 0;
}

.review-card span {
  display: block;
}

.review-card.video {
  background: linear-gradient(135deg, #eef2f8, #ffffff);
}

.review-media {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2e3c55, #ff7a2f);
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 2rem;
}

.review-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(130deg, #2e3c55, #ff7a2f);
}

.stars {
  color: var(--orange);
  letter-spacing: 0.12em;
}

.contacts-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.contact-card {
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #dbe3ef;
  box-shadow: var(--shadow);
}

.contact-card h3 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 6px;
}

.contact-card p {
  color: var(--muted);
  margin-bottom: 14px;
}

.map-embed iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 16px;
}

.quote-form {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.quote-form input,
.quote-form select {
  border: 1px solid #c7d2e3;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: inherit;
  background: var(--white);
}

.quote-form .full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 32px 8vw 40px;
  color: var(--muted);
}

.floating-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 50;
}

.chat-btn {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1f2a3d;
  box-shadow: var(--shadow);
}

.chat-btn.whatsapp {
  background: #25d366;
}

.chat-btn.telegram {
  background: #29b6f6;
}

@media (max-width: 1024px) {
  .section {
    padding: 84px 7vw;
  }

  .hero {
    padding: 32px 7vw 72px;
  }

  .hero-grid {
    gap: 32px;
  }

  .gallery-item {
    min-height: 120px;
  }
}

@media (max-width: 860px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    justify-content: flex-start;
  }

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

  .reviews-track {
    grid-auto-columns: minmax(220px, 1fr);
  }
}

@media (max-width: 600px) {
  .section {
    padding: 72px 6vw;
  }

  .hero {
    padding: 28px 6vw 64px;
  }

  .logo {
    font-size: 1.2rem;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.85rem;
  }

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

  .reviews-track {
    grid-auto-columns: minmax(200px, 1fr);
  }

  .footer {
    flex-direction: column;
    gap: 10px;
  }

  .floating-chat {
    right: 14px;
    bottom: 14px;
  }
}
