@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #181916;
  background-color: #f3f1e6;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  color: #181916;
}

p {
  margin: 0;
}

.page {
  min-height: 100vh;
}

.page__inner {
  max-width: 70rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 5rem;
}

.section {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .section {
    margin-top: 5rem;
  }
}

.card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 1.125rem 2.8125rem rgba(10, 10, 5, 0.14);
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
  color: #181916;
}

body.no-scroll {
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999rem;
  font-size: 0.95rem;
  font-weight: 500;
  border: 0.0625rem solid transparent;
  background-color: transparent;
  color: #181916;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.btn--primary {
  background-color: #141510;
  color: #d4f060;
  box-shadow: 0 1.125rem 2.8125rem rgba(10, 10, 5, 0.14);
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .btn--primary:hover {
    background-color: rgb(8.972972973, 9.4216216216, 7.1783783784);
    box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
  }
  .btn--primary:hover {
    background-color: hsl(72, 13.5135135135%, -0.7450980392%);
    transform: translateY(-0.0625rem);
    box-shadow: 0 1.5rem 3.5rem rgba(10, 10, 5, 0.2);
  }
}

.btn--secondary {
  background-color: #ffffff;
  color: #181916;
  border-color: #e2decf;
}
.btn--secondary:hover {
  background-color: hsl(0, 0%, 106%);
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.9rem 2rem rgba(10, 10, 5, 0.12);
}

.btn__icon {
  font-size: 1.3rem;
  line-height: 1;
}

.btn--full {
  width: 100%;
  justify-content: center;
}

.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: #f3f1e6;
  padding-block: 1.1rem;
}

.site-header__inner {
  max-width: 70rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  position: relative;
  z-index: 60;
}

.site-header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
  z-index: 45;
}

.site-header--menu-open .site-header__overlay {
  opacity: 1;
  pointer-events: auto;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.site-header__brand-icon {
  font-size: 1.5rem;
  color: #181916;
}

.site-header__brand-text {
  font-size: 1rem;
  font-weight: 600;
}

.site-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.site-header__nav-list {
  list-style: none;
  background-color: #ffffff;
  padding: 0.4rem;
  border-radius: 9999rem;
  display: flex;
  gap: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.06);
}

.site-header__nav-list > li:not(.site-header__nav-cta) > a {
  padding: 0.55rem 1.25rem;
  border-radius: 9999rem;
  font-size: 0.9rem;
  color: #3c3c3c;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.site-header__nav-list > li:not(.site-header__nav-cta) > a:hover {
  background-color: rgb(239.7, 239.7, 239.7);
}

.site-header__nav-list a {
  padding: 0.55rem 1.25rem;
  border-radius: 9999rem;
  font-size: 0.9rem;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.site-header__nav-cta {
  display: none;
}

.site-header__controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.language-switcher {
  display: inline-flex;
  padding: 0.25rem;
  border-radius: 9999rem;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(1rem);
}

.language-switcher__item {
  border-radius: 9999rem;
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: none;
  background: none;
  color: #737166;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.language-switcher__item--active {
  background-color: #d4f060;
  color: #20201d;
}
.language-switcher__item:hover {
  background-color: rgb(224.8484848485, 244.1454545455, 146.4545454545);
  color: #20201d;
}

.site-header__cta {
  white-space: nowrap;
}

.site-header__menu-toggle {
  display: none;
  border-radius: 9999rem;
  padding: 0.4rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.site-header__menu-icon {
  font-size: 1.4rem;
}

.site-header--menu-open .site-header__menu-toggle {
  transform: rotate(90deg);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12);
}

@media (max-width: 1080px) {
  .site-header {
    padding-block: 0.85rem;
  }
  .site-header__inner {
    align-items: center;
    gap: 1rem;
  }
  .site-header__nav {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    padding-inline: 1.25rem;
    padding-bottom: 0.75rem;
    margin-top: 0.4rem;
    opacity: 0;
    transform: translateY(-0.4rem);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }
  .site-header__nav-list {
    width: 100%;
    border-radius: 1.25rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;
    padding: 0.4rem 0.5rem;
  }
  .site-header__nav-list a {
    width: 100%;
    padding-block: 0.75rem;
  }
  .site-header--menu-open .site-header__nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .site-header__cta {
    display: none;
  }
  .site-header__nav-cta {
    display: block;
    padding-top: 0.4rem;
  }
  .language-switcher {
    padding-inline: 0.35rem;
  }
  .site-header__menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.hero {
  margin-top: 2rem;
}

.hero__inner {
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 1.125rem 2.8125rem rgba(10, 10, 5, 0.14);
  padding: 1.5rem;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .hero__inner {
    grid-template-columns: 1.2fr 1fr;
    align-items: stretch;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero__title {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  color: #181916;
}
.hero__title br {
  display: none;
}
@media (min-width: 768px) {
  .hero__title br {
    display: inline;
  }
}

.hero__tagline {
  margin-top: 0.75rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: #181916;
  max-width: 40rem;
}

.hero__subline {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #737166;
  max-width: 36rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero__media {
  border-radius: 1.125rem;
  overflow: hidden;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.about__text {
  font-size: 0.98rem;
  color: #181916;
  line-height: 1.6;
}
.about__text p + p {
  margin-top: 0.9rem;
  color: #737166;
}

.about__image-wrapper {
  border-radius: 1.125rem;
  overflow: hidden;
}

.about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .about__card {
    padding: 1.5rem 1.75rem;
  }
}
.services {
  background-color: #20201d;
  color: #f8f7ef;
}

.services__inner {
  max-width: 70rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}

.services__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #d4f060;
}

.services__grid {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.service-card {
  border-radius: 1.5rem;
  background-color: rgb(58.7540983607, 58.7540983607, 53.2459016393);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background-color: #d4f060;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #20201d;
}

.service-card__icon .material-symbols-outlined {
  font-size: 1.6rem;
}

.service-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #d4f060;
}

.service-card__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #f8f7ef;
}

.pricing {
  padding: 4rem 0;
}

.pricing__inner {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.pricing__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #181916;
}

.pricing__content {
  padding: 1.5rem;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .pricing__content {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: flex-start;
  }
}

.pricing__info-heading {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #181916;
}

.pricing__lines {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.pricing-line__label {
  font-weight: 600;
  font-size: 1.1rem;
  color: #181916;
}

.pricing-line__desc {
  font-size: 0.95rem;
  color: #737166;
}

.pricing__benefits {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #181916;
}

.pricing__benefits li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.pricing__benefit-icon {
  font-size: 1.15rem;
  color: #d4f060;
}

/* Права частина (форма) */
.pricing__form {
  width: 100%;
}

.pricing__form-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .pricing__form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .form-field--full {
    grid-column: 1/-1;
  }
}

.form-field label {
  color: #181916;
  font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
  border-radius: 9999rem;
  border: 0.0625rem solid #e2decf;
  padding: 0.7rem 1rem;
  font: inherit;
  color: #181916;
  background-color: #ffffff;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.form-field textarea {
  border-radius: 1rem;
  resize: vertical;
  min-height: 6.5rem;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #737166;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #d4f060;
  box-shadow: 0 0 0 0.125rem rgba(212, 240, 96, 0.4);
  background-color: #ffffff;
}

.pricing__form-actions {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-start;
}

.gallery {
  padding: 3.5rem 0;
}

.gallery__inner {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.gallery__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #181916;
}

.gallery__slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.gallery__slider {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 0.4rem;
}

.gallery__slider::-webkit-scrollbar {
  display: none;
}

.gallery__item {
  flex: 0 0 auto;
  width: clamp(16rem, 40vw, 22rem);
  height: auto;
  border-radius: 1.5rem;
  object-fit: cover;
}

.gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2decf;
  color: #181916;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.gallery__nav:hover {
  background: hsl(0, 0%, 105%);
}

.gallery__nav--left {
  left: -1rem;
}
@media (min-width: 768px) {
  .gallery__nav--left {
    left: -1.5rem;
  }
}

.gallery__nav--right {
  right: -1rem;
}
@media (min-width: 768px) {
  .gallery__nav--right {
    right: -1.5rem;
  }
}

.reviews {
  padding: 4rem 0;
}

.reviews__inner {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.reviews__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  color: #181916;
}

.reviews__grid {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 768px) {
  .reviews__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.review-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 1.125rem 2.8125rem rgba(10, 10, 5, 0.14);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.review-card__stars {
  display: inline-flex;
  gap: 0.25rem;
  color: #d4f060;
}

.review-card__stars .material-symbols-outlined {
  font-size: 1.25rem;
}

.review-card__quote {
  font-size: 1rem;
  line-height: 1.7;
  font-style: italic;
  color: #181916;
}

.review-card__author {
  font-weight: 600;
  font-size: 0.95rem;
  color: #181916;
}

.review-card__location {
  font-size: 0.9rem;
  color: #737166;
}

.contact {
  padding: 4rem 0 4.5rem;
}

.contact__inner {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.contact__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #181916;
}

.contact__card {
  padding: 1.5rem;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .contact__card {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
    align-items: center;
  }
}

.contact__headline {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #181916;
}

.contact__intro {
  font-size: 0.95rem;
  color: #737166;
  max-width: 32rem;
  margin-bottom: 1.75rem;
}

.contact__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0.9rem;
  border-radius: 9999rem;
  background-color: #ffffff;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
  box-shadow: 0 0.75rem 1.75rem rgba(10, 10, 5, 0.06);
}
.contact-item:hover {
  transform: translateY(-0.0625rem);
  box-shadow: 0 1.25rem 2.5rem rgba(10, 10, 5, 0.12);
  background-color: hsl(0, 0%, 102%);
}

.contact-item__icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.9rem;
  background-color: #d4f060;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20201d;
}

.contact-item__icon .material-symbols-outlined {
  font-size: 1.5rem;
}

.contact-item__body {
  display: flex;
  flex-direction: column;
}

.contact-item__label {
  font-size: 0.85rem;
  color: #737166;
}

.contact-item__value {
  font-size: 0.95rem;
  font-weight: 500;
  color: #181916;
}

.contact__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .contact__cta {
    align-items: flex-end;
    text-align: right;
  }
}

.contact__cta-text {
  font-size: 0.95rem;
  color: #737166;
}
@media (min-width: 1024px) {
  .contact__cta-text {
    max-width: 18rem;
  }
}

.contact__cta-btn {
  padding-inline: 2.25rem;
}

.site-footer {
  background-color: #20201d;
  color: #f8f7ef;
  padding: 3rem 0 2.5rem;
}

.site-footer__inner {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-footer__card {
  background-color: rgb(53.4032786885, 53.4032786885, 48.3967213115);
  border-radius: 1.5rem;
  padding: 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.35);
}

.site-footer__top {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .site-footer__top {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
    align-items: flex-start;
  }
}

.footer-brand__row {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  color: #d4f060;
}

.footer-brand__icon {
  font-size: 1.4rem;
}

.footer-brand__name {
  font-weight: 600;
  font-size: 1rem;
}

.footer-brand__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #f8f7ef;
  max-width: 22rem;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social__item {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999rem;
  background-color: rgb(80.1573770492, 80.1573770492, 72.6426229508);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8f7ef;
  text-decoration: none;
  transition: background-color 0.16s ease, transform 0.16s ease;
}
.footer-social__item .material-symbols-outlined {
  font-size: 1.4rem;
}
.footer-social__item:hover {
  color: #20201d;
  transform: translateY(-0.0625rem);
}

.footer-heading {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
  color: #d4f060;
}

.footer-nav__list,
.footer-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-nav__list a {
  font-size: 0.95rem;
  color: #f8f7ef;
  text-decoration: none;
  transition: color 0.16s ease;
}
.footer-nav__list a:hover {
  color: #d4f060;
}

.footer-contact__list li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-contact__icon {
  font-size: 1.2rem;
  color: #d4f060;
}

.footer-contact__list a {
  font-size: 0.95rem;
  color: #f8f7ef;
  text-decoration: none;
  transition: color 0.16s ease;
}
.footer-contact__list a:hover {
  color: #d4f060;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2.25rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: rgb(232.4782608696, 229.2608695652, 203.5217391304);
}
@media (min-width: 768px) {
  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.site-footer__links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.16s ease;
}
.site-footer__links a:hover {
  color: #d4f060;
}

/*# sourceMappingURL=main.css.map */
