/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	:root {
  --bg-main: #f7f8f5;
  --white: #ffffff;
  --text-main: #102018;
  --text-secondary: #5c6b63;
  --green-main: #1e7f4f;
  --green-hover: #16663f;
  --green-light: #e8f5ec;
  --border: #dde5dd;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Manrope, Arial, sans-serif;
  background: var(--bg-main);
  color: var(--text-main);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* Header */
body .site-header,
body .site-header .header-inner {
  max-width: none !important;
  width: 100%;
}
body > div.wp-site-blocks > header > div > div {
	padding: 0;
}

.site-header {
  width: 100%;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 999;
}

.site-header .header-inner {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin: 0 auto;
  height: 78px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
body > div.wp-site-blocks > header > div > div > header > div
{
	width: min(1180px, calc(100% - 32px)) !important;
}
.logo {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-main);
  text-decoration: none;
  white-space: nowrap;
}
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  display: block;
  height: 34px;
  width: auto;
  max-width: 180px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo img {
  height: 34px;
  width: auto;
}

.logo-text {
  font-size: 20px;
 font-weight: 700;
  color: var(--text-main);
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .logo-text {
    font-size: 15px;
        font-weight: 1000;
  }
}
@media (max-width: 900px) {
  .logo img {
    height: 30px;
    max-width: 150px;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a,
.mobile-nav a {
  color: var(--text-main);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.mobile-nav a:hover {
  color: var(--green-main);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
  padding: 10px;
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text-main);

  transition: 0.2s ease;
}

.mobile-nav {
  display: none;
}

@media (max-width: 900px) {
  .header-inner {
    height: 68px;
    padding: 0 16px;
  }

  .main-nav {
    display: none;
  }

  .burger {
    display: block;
  }

  .header-cta {
    display: inline-flex;
    width: auto;
    min-height: 42px;
    padding: 10px 16px;
    font-size: 14px;
  }

  .mobile-nav {
    display: none;
    flex-direction: column;
    gap: 18px;
    padding: 20px 16px 24px;
    background: var(--white);
    border-top: 1px solid var(--border);
  }

  .site-header.is-open .mobile-nav {
    display: flex;
  }

  .site-header.is-open .burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-open .burger span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (max-width: 900px) {
  .header-inner .header-cta,
  .site-header .header-cta,
  .header-actions .btn {
    display: inline-flex !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    border-bottom: 1px solid var(--border);
  }

  .site-header .header-inner {
    height: 72px;
    padding: 0 20px;
    gap: 12px;
  }

  .logo {
    font-size: 26px;
    line-height: 1;
  }

  .main-nav {
    display: none;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }

  .header-cta {
    display: inline-flex !important;
    width: auto !important;
    min-width: 84px;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }

  .burger {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
    padding: 0;
  }

  .burger span {
    width: 18px;
    height: 2px;
    margin: 3px 0;
    background: var(--text-main);
  }

  .mobile-nav {
    display: none;
    flex-direction: column;
    gap: 16px;
    padding: 18px 20px 22px;
    background: var(--white);
    border-top: 1px solid var(--border);
  }

  .site-header.is-open .mobile-nav {
    display: flex;
  }
}
@media (max-width: 900px) {
  .hero {
    padding-top: 16px!important;
  }
}
@media (max-width: 900px) {
  .hero-content {
    order: 2;
  }

  .hero-media {
    order: 1;
  }
}
@media (max-width: 900px) {
  .site-header .header-inner {
    width: 100%;
    max-width: none;
    height: 72px;
    padding: 0 0px;
    gap: 12px;
  }

  .logo img {
    height: 32px;
    max-width: 42px;
  }

  .logo-text {
    font-size:18px;
	  font-weight:1000;
  }

  .header-actions {
    margin-left: auto;
    gap: 10px;
  }

  .header-cta {
    width: auto !important;
    min-width: auto;
    min-height: 42px;
    height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1;
  }

  .burger {
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
  }

  .burger span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0;
    background: var(--text-main);
    border-radius: 2px;
  }
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--green-main);
  color: var(--white);
}

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

.btn-outline {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  background: transparent;
}

.btn-outline:hover {
  background: var(--green-main);
  color: var(--white);
}

/* Hero */

.hero {
  padding: 96px 0;
}





.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 64px;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--green-light);
  color: var(--green-main);
  font-size: 13px;
  font-weight: 600;
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.04em;
	font-weight:700;
}

.hero p {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  color: var(--text-secondary);
  font-size: 14px;
}

.trust-row span::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green-main);
  font-weight: 700;
}

.hero-media {
  border-radius: 28px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.hero-media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* Products */

.products-section {
  padding: 80px 0 110px;
  background: var(--white);
}

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

.section-head h2 {
  margin: 0;
  font-size: 38px;
  letter-spacing: -0.03em;
}

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

.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  transition: 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.product-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bg-main);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.04);
}

.product-body {
  padding: 22px;
}

.product-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--green-light);
  color: var(--green-main);
  font-size: 13px;
  font-weight: 600;
}

.product-body h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.3;
}

.product-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}

.product-specs li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--text-secondary);
  font-size: 14px;
}

.product-specs strong {
  color: var(--text-main);
  font-weight: 600;
}

.product-link {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green-main);
  border-radius: 12px;
  color: var(--green-main);
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.product-link:hover {
  background: var(--green-main);
  color: var(--white);
}

.product-card-table {
  display: flex;
  flex-direction: column;
}

.product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.product-volume {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
}

.product-table {
  width: 100%;
  margin: 0 0 22px;
  border-collapse: collapse;
  font-size: 14px;
}

.product-table tr {
  border-bottom: 1px solid var(--border);
}

.product-table tr:first-child {
  border-top: 1px solid var(--border);
}

.product-table th,
.product-table td {
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}

.product-table th {
  width: 42%;
  color: var(--text-secondary);
  font-weight: 500;
}

.product-table td {
  color: var(--text-main);
  font-weight: 600;
}
/* Mobile */

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }

  .hero {
    padding: 64px 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-media img {
    height: 360px;
  }

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

@media (max-width: 560px) {
  .header-inner {
    height: 68px;
  }

  .header-inner .btn {
    display: none;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}	
		
		
		
		
		.faq-section {
  padding: 100px 0;
  background: var(--bg-main);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.faq-head h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.faq-head p {
  margin: 18px 0 0;
  max-width: 420px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.6;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 24px;
  list-style: none;
  color: var(--text-main);
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green-main);
  font-size: 22px;
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .faq-section {
    padding: 72px 0;
  }

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

  .faq-head h2 {
    font-size: 36px;
  }

  .faq-item summary {
    padding: 20px 52px 20px 20px;
  }

  .faq-item summary::after {
    right: 20px;
  }

  .faq-item p {
    padding: 0 20px 22px;
  }
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 64px;
  align-items: start;
}

.faq-list {
  width: 100%;
  max-width: none;
  display: grid;
  gap: 14px;
}		
@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq-list {
    width: 100%;
  }
}
		





.site-footer {
  background: var(--text-main);
  color: var(--white);
  padding: 72px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.9fr 1fr;
  gap: 48px;
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--white);
  text-decoration: none;
}

.footer-logo img {
  height: 34px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-logo span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.footer-brand p,
.footer-cta p {
  margin: 0;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.footer-col {
  display: grid;
  gap: 12px;
}

.footer-col h4,
.footer-cta h4 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-col p,
.footer-cta a {
	margin-block-start: 0;
}
.footer-cta {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-cta .btn {
  margin-top: 20px;
  width: 100%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

@media (max-width: 900px) {
  .site-footer {
    padding: 56px 0 24px;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
  }

  .footer-cta .btn {
    width: 100%;
  }
}

.footer-col p,
.footer-cta a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
	margin-block-start: 0;
}

.footer-cta a:hover {
  color: var(--white);
}





.contact-section {
  padding: 100px 0;
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 64px;
  align-items: center;
}

.contact-map {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-main);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.contact-map img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.contact-form-wrap {
  padding: 32px;
  background: var(--bg-main);
  border: 1px solid var(--border);
  border-radius: 24px;
}

.contact-form-wrap h2 {
  margin: 0 0 28px;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

/* Contact Form 7 */

.contact-form-wrap .wpcf7 form {
  display: grid;
  gap: 18px;
}

.contact-form-wrap .wpcf7 p {
  margin: 0;
}

.contact-form-wrap .wpcf7 label {
  display: grid;
  gap: 8px;
  color: var(--text-main);
  font-size: 14px;
  font-weight: 600;
}

.contact-form-wrap .wpcf7 input,
.contact-form-wrap .wpcf7 textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  padding: 14px 15px;
  color: var(--text-main);
  font: inherit;
  outline: none;
}

.contact-form-wrap .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form-wrap .wpcf7 input:focus,
.contact-form-wrap .wpcf7 textarea:focus {
  border-color: var(--green-main);
}

.contact-form-wrap .wpcf7-submit {
  width: auto;
  min-height: 46px;
  padding: 12px 22px;
  border: 0;
  border-radius: 12px;
  background: var(--green-main) !important;
  color: var(--white) !important;
  font-weight: 600;
  cursor: pointer;
}

.contact-form-wrap .wpcf7-submit:hover {
  background: var(--green-hover) !important;
}

.contact-form-wrap .wpcf7-spinner {
  margin-left: 12px;
}

@media (max-width: 900px) {
  .contact-section {
    padding: 72px 0;
  }

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

  .contact-map img {
    height: 320px;
  }

  .contact-form-wrap {
    padding: 24px;
  }

  .contact-form-wrap h2 {
    font-size: 34px;
  }

  .contact-form-wrap .wpcf7-submit {
    width: 100%;
  }
}


.contact-section {
  position: relative;
  padding: 100px 0;
  background: var(--white);
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      rgba(7, 9, 24, 0.28),
      rgba(7, 23, 24, 0.82)
    ),
    url("https://valorverde.pt/wp-content/uploads/2025/05/map-1024x777.png");
  background-size: cover;
  background-position: center;
  filter: blur(6px);
   z-index: 0;
}

.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 127, 79, 0.18);
  z-index: 1;
}

.contact-section .container {
  position: relative;
  z-index: 2;
}


:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--bg-main);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      rgba(247, 248, 245, 0.84),
      rgba(247, 248, 245, 1)
    ),
    url("https://valorverde.pt/wp-content/uploads/2026/05/HDPE-Recycling-Services.jpg");
  background-size: cover;
  background-position: center;

  filter: blur(6px);
  transform: scale(1.08);
  z-index: 0;
}
.hero::before,
.contact-section::before {
  transform: scale(1.16) translateY(var(--parallax-y, 0px));
  will-change: transform;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 127, 79, 0.08);
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}


.hero-content > *,
.hero-media {
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.8s ease forwards;
}

.hero-content .eyebrow {
  animation-delay: 0.1s;
}

.hero-content h1 {
  animation-delay: 0.2s;
}

.hero-content p {
  animation-delay: 0.3s;
}

.hero-actions {
  animation-delay: 0.4s;
}

.trust-row {
  animation-delay: 0.5s;
}

.hero-media {
  animation-delay: 0.35s;
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content > *,
  .hero-media {
    opacity: 1;
    transform: none;
    animation: none;
  }
}


.product-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease, box-shadow 0.25s ease;
}

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

.product-card.is-visible:nth-child(1) {
  transition-delay: 0.1s;
}

.product-card.is-visible:nth-child(2) {
  transition-delay: 0.2s;
}

.product-card.is-visible:nth-child(3) {
  transition-delay: 0.3s;
}

.product-card.is-visible:nth-child(4) {
  transition-delay: 0.4s;
}

.product-card.is-visible:nth-child(5) {
  transition-delay: 0.5s;
}

.product-card.is-visible:hover {
  transform: translateY(-4px);
}


.faq-head,
.faq-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.faq-head.is-visible,
.faq-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-item.is-visible:nth-child(1) {
  transition-delay: 0.1s;
}

.faq-item.is-visible:nth-child(2) {
  transition-delay: 0.2s;
}

.faq-item.is-visible:nth-child(3) {
  transition-delay: 0.3s;
}

.faq-item.is-visible:nth-child(4) {
  transition-delay: 0.4s;
}

.faq-item.is-visible:nth-child(5) {
  transition-delay: 0.5s;
}

.contact-map,
.contact-form-wrap {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.contact-map.is-visible,
.contact-form-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-map.is-visible {
  transition-delay: 0.1s;
}

.contact-form-wrap.is-visible {
  transition-delay: 0.25s;
}

.site-header {
  opacity: 0;
  transform: translateY(-16px);
  animation: headerFadeDown 0.6s ease forwards;
}

@keyframes headerFadeDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-brand,
.footer-col,
.footer-cta,
.footer-bottom {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.footer-brand.is-visible,
.footer-col.is-visible,
.footer-cta.is-visible,
.footer-bottom.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer-brand.is-visible {
  transition-delay: 0.1s;
}

.footer-col.is-visible:nth-child(2) {
  transition-delay: 0.2s;
}

.footer-col.is-visible:nth-child(3) {
  transition-delay: 0.3s;
}

.footer-cta.is-visible {
  transition-delay: 0.4s;
}

.footer-bottom.is-visible {
  transition-delay: 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .footer-brand,
  .footer-col,
  .footer-cta,
  .footer-bottom {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}

.stats-section {
  padding: 100px 0;
  background: var(--bg-main);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.stats-text h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
}

.stats-text p {
  margin-top: 18px;
  color: var(--text-secondary);
  max-width: 440px;
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  text-align: left;
}

.stat-card strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--green-main);
}

.stat-card span {
  font-size: 14px;
  color: var(--text-secondary);
}

.stats-text,
.stat-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.stats-text.is-visible,
.stat-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stat-card.is-visible:nth-child(1) {
  transition-delay: 0.1s;
}

.stat-card.is-visible:nth-child(2) {
  transition-delay: 0.2s;
}

.stat-card.is-visible:nth-child(3) {
  transition-delay: 0.3s;
}

.stat-card.is-visible:nth-child(4) {
  transition-delay: 0.4s;
}

@media (max-width: 900px) {
  .stats-section {
    padding: 72px 0;
  }

  .stats-grid {
    grid-template-columns: 2fr;
    gap: 32px;
  }

  .stats-text h2 {
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .stats-text p {
    max-width: none;
    font-size: 17px;
    line-height: 1.55;
  }

  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .stat-card {
    padding: 22px;
    min-height: 130px;
  }

  .stat-card strong {
    font-size: 30px;
  }

  .stat-card span {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .stats-text h2 {
    font-size: 34px;
  }

  .stats-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .stats-cards {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }

  .stat-card {
    padding: 18px 14px;
    min-height: 120px;
  }

  .stat-card strong {
    font-size: 28px;
  }

  .stat-card span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .stats-cards {
    grid-template-columns: 1fr;
  }
}

.text-green {
  color: #1e7f4f;
}





.stats-section {
  position: relative;
  overflow: hidden;
}

/* основний шар */
.stats-section::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;

  background: radial-gradient(
    circle at 30% 40%,
    rgba(30, 127, 79, 0.06),
    transparent 60%
  );

  filter: blur(60px);
  animation: gradientDrift 5s ease-in-out infinite alternate;
}

/* другий шар для глибини */
.stats-section::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;

  background: radial-gradient(
    circle at 70% 60%,
    rgba(30, 127, 79, 0.06),
    transparent 60%
  );

  filter: blur(80px);
  animation: gradientDrift2 6s ease-in-out infinite alternate;
}

/* контент поверх */
.stats-section .container {
  position: relative;
  z-index: 2;
}

@keyframes gradientDrift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(10%, -20%) scale(1.28);
  }
}

@keyframes gradientDrift2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-5%, 6%) scale(1.06);
  }
}

.product-body {
	background: linear-gradient(white, #f3f7f4);
}