/* ==============================
   Shared section styles
   ============================== */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  margin-bottom: 20px;
  border-radius: 100px;
  background: var(--color-accent-soft);
  color: var(--color-accent);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(13, 92, 74, 0.12);
}

.section-tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(13, 92, 74, 0.15);
  flex-shrink: 0;
}

.section-title {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.section-subtitle {
  margin: 0;
  max-width: 600px;
  font-size: 1.05rem;
  color: var(--color-muted);
  line-height: 1.65;
}

.section-head {
  margin-bottom: 52px;
}

.section-head--center {
  text-align: center;
}

.section-head--center .section-subtitle {
  margin-inline: auto;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

/* ==============================
   About
   ============================== */
.about {
  position: relative;
  padding: 110px 0;
  background: var(--color-bg);
  overflow: hidden;
  isolation: isolate;
}

.about__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.about__deco--1 {
  width: 480px;
  height: 480px;
  top: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(13, 92, 74, 0.08) 0%, transparent 70%);
}

.about__deco--2 {
  width: 320px;
  height: 320px;
  bottom: -80px;
  left: -60px;
  background: radial-gradient(circle, rgba(26, 154, 125, 0.1) 0%, transparent 70%);
}

.about .container {
  position: relative;
  z-index: 1;
}

.about__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.about__text p {
  margin: 0 0 18px;
  font-size: 1.02rem;
  color: var(--color-muted);
  line-height: 1.75;
}

.about__text p:last-of-type {
  margin-bottom: 0;
}

.about__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 36px;
}

.about__feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 14px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: 0 2px 8px rgba(26, 36, 32, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about__feature:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 92, 74, 0.25);
  box-shadow: 0 12px 32px rgba(13, 92, 74, 0.1);
}

.about__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--color-accent-soft), rgba(13, 92, 74, 0.08));
  color: var(--color-accent);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.about__feature:hover .about__feature-icon {
  transform: scale(1.08);
}

.about__feature-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.5;
}

.about__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  perspective: 900px;
  min-height: 420px;
  transform-style: preserve-3d;
}

.about__visual-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 92, 74, 0.16) 0%, transparent 70%);
  filter: blur(40px);
  animation: aboutGlow 7s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

@keyframes aboutGlow {
  from { transform: scale(1); opacity: 0.6; }
  to { transform: scale(1.1); opacity: 0.9; }
}

/* Размытый слой-«тень» за изометрической панелью */
.about__visual::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 440px;
  height: 88%;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(13, 92, 74, 0.22), rgba(26, 154, 125, 0.18));
  filter: blur(22px);
  opacity: 0.75;
  transform: rotateX(8deg) rotateY(-6deg) translateZ(0) translate(18px, 22px);
  pointer-events: none;
  z-index: 1;
  animation: aboutShadowFloat 5.5s ease-in-out infinite;
}

@keyframes aboutShadowFloat {
  0%, 100% { transform: rotateX(8deg) rotateY(-6deg) translateZ(0) translate(18px, 22px); }
  50% { transform: rotateX(6deg) rotateY(-8deg) translateZ(0) translate(14px, 18px); }
}

.about__stats-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  padding: 28px;
  border-radius: 20px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: 0 20px 60px rgba(13, 92, 74, 0.1);
  transform: rotateX(6deg) rotateY(-7deg) translateZ(20px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  animation: aboutPanelFloat 5.5s ease-in-out infinite;
}

@keyframes aboutPanelFloat {
  0%, 100% { transform: rotateX(6deg) rotateY(-7deg) translateZ(20px) translateY(0); }
  50% { transform: rotateX(4deg) rotateY(-9deg) translateZ(28px) translateY(-8px); }
}

.about__stats-panel:hover {
  animation: none;
  transform: rotateX(0deg) rotateY(-5deg) translateZ(32px);
}

.about__visual:has(.about__stats-panel:hover)::before {
  animation: none;
  filter: blur(26px);
  opacity: 0.85;
  transform: rotateX(6deg) rotateY(-5deg) translateZ(0) translate(12px, 16px);
}

.about__stats-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(13, 92, 74, 0.3), transparent 50%, rgba(26, 154, 125, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.about__stat {
  position: relative;
  padding: 28px 20px;
  border-radius: 16px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  text-align: center;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.about__stat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 92, 74, 0.06), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about__stat:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 16px 40px rgba(13, 92, 74, 0.12);
}

.about__stat:hover::after {
  opacity: 1;
}

.about__stat--accent {
  grid-column: span 2;
  background: var(--color-hero-bg);
  border: none;
  color: #fff;
}

.about__stat--accent .about__stat-value {
  color: #fff;
  font-size: 2.4rem;
}

.about__stat--accent .about__stat-label {
  color: rgba(255, 255, 255, 0.85);
}

.about__stat--accent:hover {
  box-shadow: 0 20px 50px rgba(13, 92, 74, 0.35);
}

.about__stat-value {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: -0.03em;
  line-height: 1;
}

.about__stat-label {
  position: relative;
  z-index: 1;
  font-size: 0.85rem;
  color: var(--color-muted);
  line-height: 1.4;
}

/* ==============================
   FAQ
   ============================== */
.faq-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%);
  overflow: hidden;
}

.faq-section__deco {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 92, 74, 0.04) 0%, transparent 65%);
  pointer-events: none;
}

.faq-section .container {
  position: relative;
  z-index: 1;
}

.faq {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border-radius: 16px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: 0 2px 12px rgba(26, 36, 32, 0.04);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(13, 92, 74, 0.2);
  box-shadow: 0 8px 28px rgba(13, 92, 74, 0.08);
}

.faq-item.is-open {
  border-color: var(--color-accent);
  box-shadow: 0 12px 40px rgba(13, 92, 74, 0.12);
  transform: translateY(-2px);
}

.faq-item__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  border: none;
  background: none;
  font-family: var(--font);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}

.faq-item__btn-text {
  flex: 1;
}

.faq-item__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-accent-soft);
  color: var(--color-accent);
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
}

.faq-item__btn-icon svg {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-item__btn-icon {
  background: var(--color-accent);
  color: #fff;
}

.faq-item.is-open .faq-item__btn-icon svg {
  transform: rotate(180deg);
}

.faq-item__btn:hover {
  color: var(--color-accent);
}

.faq-item__body {
  display: none;
  padding: 0 24px 22px;
  font-size: 0.95rem;
  color: var(--color-muted);
  line-height: 1.75;
  border-top: 1px solid transparent;
}

.faq-item.is-open .faq-item__body {
  display: block;
  border-top-color: var(--color-border);
  padding-top: 18px;
  animation: faqSlide 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes faqSlide {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==============================
   Contacts
   ============================== */
.contacts {
  position: relative;
  padding: 110px 0;
  background: var(--color-surface);
  overflow: hidden;
}

.contacts__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.contacts__deco--1 {
  width: 500px;
  height: 500px;
  top: -150px;
  left: -150px;
  background: radial-gradient(circle, rgba(13, 92, 74, 0.06) 0%, transparent 70%);
}

.contacts__deco--2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  right: -80px;
  background: radial-gradient(circle, rgba(26, 154, 125, 0.08) 0%, transparent 70%);
}

.contacts .container {
  position: relative;
  z-index: 1;
}

.contacts__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contacts__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacts__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border-radius: 16px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contacts__item:hover {
  transform: translateX(6px);
  border-color: rgba(13, 92, 74, 0.25);
  box-shadow: 0 10px 30px rgba(13, 92, 74, 0.1);
}

.contacts__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-accent), #1a9a7d);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(13, 92, 74, 0.25);
}

.contacts__item-label {
  margin: 0 0 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contacts__item-value {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--color-text);
}

.contacts__item-value a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.contacts__item-value a:hover {
  color: var(--color-accent);
  text-decoration: none;
}

.contacts__note {
  margin: 4px 0 0;
  padding: 20px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-accent-soft), rgba(13, 92, 74, 0.04));
  border: 1px solid rgba(13, 92, 74, 0.12);
  font-size: 0.92rem;
  color: var(--color-muted);
  line-height: 1.65;
}

.contacts__form-wrap {
  position: relative;
  padding: 40px 36px;
  border-radius: 20px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  box-shadow: 0 24px 64px rgba(13, 92, 74, 0.1);
  overflow: hidden;
}

.contacts__form-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--color-hero-bg);
}

.contacts__form-wrap::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 92, 74, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.contacts__form-title {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.contacts__form-desc {
  margin: 0 0 28px;
  font-size: 0.92rem;
  color: var(--color-muted);
  line-height: 1.5;
}

.form {
  display: grid;
  gap: 18px;
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form__group label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: 0.02em;
}

.form__group input,
.form__group select,
.form__group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--color-text);
  background: var(--color-surface);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.form__group input::placeholder,
.form__group textarea::placeholder {
  color: #9aab9f;
}

.form__group input:hover,
.form__group select:hover,
.form__group textarea:hover {
  border-color: rgba(13, 92, 74, 0.3);
}

.form__group input:focus,
.form__group select:focus,
.form__group textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(13, 92, 74, 0.1);
  transform: translateY(-1px);
}

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

.form__submit {
  width: 100%;
  margin-top: 6px;
  padding: 14px 24px;
  font-size: 1rem;
}

.form__captcha {
  margin: 4px 0 14px;
}

.form__captcha-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text);
}

.form__captcha-label .js-captcha-question {
  color: var(--color-accent);
  font-variant-numeric: tabular-nums;
}

.form__captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form__captcha-row input {
  flex: 1;
  min-width: 0;
  max-width: 140px;
  padding: 13px 16px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--color-text);
  background: var(--color-surface);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form__captcha-row input:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(13, 92, 74, 0.1);
}

.form__captcha-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  color: var(--color-accent);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.form__captcha-refresh:hover {
  background: var(--color-accent-soft);
  border-color: rgba(13, 92, 74, 0.25);
}

.form__captcha-refresh:active {
  transform: rotate(-20deg);
}

.form__captcha-refresh:disabled {
  opacity: 0.55;
  cursor: wait;
}

.form__success {
  display: none;
  padding: 18px 20px;
  border-radius: 12px;
  background: var(--color-accent-soft);
  border: 1px solid rgba(13, 92, 74, 0.15);
  color: var(--color-accent);
  font-size: 0.92rem;
  line-height: 1.55;
}

.form__success.is-visible {
  display: block;
  animation: faqSlide 0.4s ease;
}

.form__error {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff5f5;
  border: 1px solid rgba(220, 38, 38, 0.2);
  color: #b91c1c;
  font-size: 0.92rem;
  line-height: 1.55;
}

.form__error.is-visible {
  display: block;
  animation: faqSlide 0.4s ease;
}

.form__success a {
  color: var(--color-accent);
  font-weight: 600;
}

.form__privacy {
  margin: 14px 0 0;
  font-size: 0.78rem;
  color: var(--color-muted);
  text-align: center;
  line-height: 1.5;
}

.form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 4px;
  cursor: pointer;
}

.form__consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex-shrink: 0;
  accent-color: var(--color-accent);
  cursor: pointer;
}

.form__consent-text {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.form__consent-text a {
  color: var(--color-accent);
  font-weight: 600;
  text-decoration: none;
}

.form__consent-text a:hover {
  text-decoration: underline;
}

/* Legal page */
.legal-page {
  padding: calc(var(--header-h) + 40px) 0 80px;
}

.legal-page__inner {
  max-width: 760px;
}

.legal-page__back {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-accent);
  text-decoration: none;
}

.legal-page__back:hover {
  text-decoration: underline;
}

.legal-page__title {
  margin: 0 0 28px;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  line-height: 1.25;
  color: var(--color-text);
}

.legal-page__content {
  padding: 28px 32px;
  border-radius: var(--radius);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.legal-page__content h2 {
  margin: 28px 0 10px;
  font-size: 1.05rem;
  color: var(--color-text);
}

.legal-page__content h2:first-of-type {
  margin-top: 0;
}

.legal-page__content p {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-muted);
}

.legal-page__content a {
  color: var(--color-accent);
  font-weight: 600;
}

/* ==============================
   Footer
   ============================== */
.site-footer {
  position: relative;
  padding: 0 0 36px;
  background: linear-gradient(165deg, #1a2420 0%, #0f1814 50%, #0a1210 100%);
  color: #b8c5c0;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--color-accent), #1a9a7d, transparent);
}

.site-footer__glow {
  position: absolute;
  width: 500px;
  height: 300px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(13, 92, 74, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.site-footer__cta {
  position: relative;
  z-index: 1;
  margin: 48px auto 0;
  padding: 32px 40px;
  max-width: calc(var(--max) - 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.site-footer__cta-text {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
}

.site-footer__cta-sub {
  margin: 6px 0 0;
  font-size: 0.88rem;
  color: #8a9a94;
}

.site-footer__cta-old {
  margin-right: 8px;
  text-decoration: line-through;
  color: #6b7a74;
}

.site-footer__cta-btn {
  flex-shrink: 0;
  padding: 12px 28px;
  border-radius: 10px;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background: var(--color-hero-bg);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(13, 92, 74, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-footer__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(13, 92, 74, 0.5);
  text-decoration: none;
  color: #fff;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-top: 48px;
  margin-bottom: 44px;
}

.site-footer a {
  color: #c8d5d0;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.site-footer__logo {
  height: 38px;
  width: auto;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.site-footer__desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 300px;
  color: #8a9a94;
}

.site-footer__heading {
  margin: 0 0 18px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.site-footer__links a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.site-footer__links a:hover::before {
  opacity: 1;
}

.site-footer__links a:hover {
  transform: translateX(4px);
}

.site-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.9rem;
}

.site-footer__contact-item svg {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(13, 92, 74, 0.25);
  color: #6ee7b7;
  box-sizing: border-box;
}

.site-footer__demo-links {
  margin-top: 20px;
}

.site-footer__bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  color: #6a7a74;
  line-height: 1.6;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__legal {
  margin-top: 12px;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #5a6a64;
}

/* ==============================
   Responsive
   ============================== */
@media (max-width: 1023px) {
  .about,
  .faq-section,
  .contacts {
    padding: 70px 0;
  }

  .about__grid,
  .contacts__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .site-footer__cta {
    flex-direction: column;
    text-align: center;
    margin-top: 36px;
    padding: 28px 24px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .about,
  .faq-section,
  .contacts {
    padding: 48px 0;
  }

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

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

  .contacts__form-wrap {
    padding: 32px 22px;
  }

  .faq-item__btn {
    padding: 18px 18px;
    font-size: 0.95rem;
  }

  .faq-item__body {
    padding: 0 18px 18px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about__stats-panel,
  .about__visual-glow,
  .about__visual::before {
    animation: none;
  }
}
