:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ring: rgba(41, 143, 91, 0.18);
  --line: rgba(13, 36, 24, 0.12);
  --shadow: 0 24px 70px rgba(13, 36, 24, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  background: #ffffff;
  color: var(--text);
  padding-bottom: 0;
}

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

a { text-decoration: none; }

h1, h2, h3, h4 {
  color: #111827;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0;
}

h1 { font-size: clamp(35px, 8vw, 68px); }
h2 { font-size: clamp(28px, 5.2vw, 46px); }
h3, h4 { font-size: clamp(20px, 3.2vw, 26px); }
p { font-size: 16px; margin: 0; }

.container-premium { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section-pad { padding: 72px 0; }
.section-soft { background: linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%); }
.section-dark { background: #0d2418; color: #f9fafb; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #ffffff; }
.section-dark p, .section-dark li { color: #dfece5; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.header-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: #111827; font-family: var(--font-heading); font-size: 24px; font-weight: 700; letter-spacing: -0.03em; white-space: nowrap; }
.logo img { width: 42px; height: 42px; border-radius: 12px; }
.desktop-nav { display: none; align-items: center; gap: 22px; }
.desktop-nav a { color: #243126; font-size: 18px; font-weight: 650; }
.desktop-nav a:hover { color: var(--primary-dark); }
.desktop-phone { display: none !important; }
.hamburger { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 14px; background: #ffffff; color: #0d2418; }
.hamburger span, .hamburger span::before, .hamburger span::after { display: block; width: 22px; height: 2px; background: #0d2418; content: ""; border-radius: 999px; position: relative; }
.hamburger span::before { position: absolute; top: -7px; }
.hamburger span::after { position: absolute; top: 7px; }
.mobile-menu { display: none; border-top: 1px solid var(--line); background: #ffffff; padding: 14px 16px 20px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; color: #111827; font-size: 18px; font-weight: 700; padding: 12px 0; }

.btn-primary, .btn-outline, .header-phone, .mobile-menu-phone, .sticky-call {
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}
.btn-primary, .header-phone, .mobile-menu-phone { background: #0d2418; color: #ffffff; box-shadow: 0 14px 34px rgba(13, 36, 24, 0.2); }
.btn-primary { display: inline-flex; align-items: center; justify-content: center; padding: 15px 22px; min-height: 54px; }
.btn-primary:hover, .header-phone:hover, .mobile-menu-phone:hover { background: #17643e; color: #ffffff; transform: translateY(-2px); box-shadow: 0 18px 42px rgba(23, 100, 62, 0.26); }
.btn-outline { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 22px; color: #0d2418; background: #ffffff; border: 1px solid rgba(13, 36, 24, 0.18); }
.btn-outline:hover { border-color: #298f5b; color: #0d2418; transform: translateY(-2px); }
.header-phone { align-items: center; gap: 8px; padding: 12px 18px; color: #ffffff !important; font-size: 17px; }
.mobile-menu-phone { display: inline-flex !important; align-items: center; justify-content: center; width: 100%; min-height: 50px; color: #ffffff !important; margin-top: 8px; padding: 12px 16px !important; }

.hero { background: radial-gradient(circle at 12% 12%, rgba(92, 199, 145, 0.32), transparent 31%), linear-gradient(135deg, #f4faf6 0%, #e8f6ee 54%, #ffffff 100%); padding: 44px 0 72px; overflow: hidden; }
.hero-grid { display: grid; gap: 34px; align-items: stretch; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #17643e; font-size: 16px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 36px; height: 1px; background: #298f5b; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 10px 0; }
.hero-lead { margin-top: 18px; max-width: 720px; color: #304035; font-size: 18px; }
.stars { color: #d8a84e; font-size: 24px; letter-spacing: 0.14em; margin-top: 18px; }
.trust-icons { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 18px 0 24px; }
.trust-icons img { width: auto; height: 48px; object-fit: contain; border: 1px solid rgba(41, 143, 91, 0.18); border-radius: 12px; background: #ffffff; padding: 6px; box-shadow: 0 10px 22px rgba(13, 36, 24, 0.08); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cta-line { margin: 24px 0 12px; color: #0d2418; font-weight: 850; font-size: 18px; }
.hero-media { min-height: 360px; aspect-ratio: 1 / 1; position: relative; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); align-self: center; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-card { position: absolute; left: 18px; right: 18px; bottom: 18px; background: rgba(255,255,255,0.92); border: 1px solid rgba(255,255,255,0.72); border-radius: 22px; padding: 16px; color: #111827; box-shadow: 0 18px 44px rgba(13,36,24,0.18); }
.hero-card strong { display: block; color: #111827; font-size: 18px; }
.hero-card span { color: #374151; font-size: 15px; }

.intro-wrap, .split-feature { display: grid; gap: 28px; align-items: center; }
.split-text { order: 1; }
.split-image { order: 2; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.split-image img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; }
.decor-line { width: 86px; height: 2px; background: linear-gradient(90deg, #298f5b, #d8a84e); margin: 18px 0 22px; }
.copy-stack { display: grid; gap: 16px; }
.section-title { max-width: 820px; margin-bottom: 34px; }
.section-title p { margin-top: 16px; color: #536156; }

.benefits { display: grid; gap: 14px; margin-top: 24px; }
.benefit { display: grid; grid-template-columns: 48px 1fr; gap: 14px; background: #ffffff; border: 1px solid rgba(41, 143, 91, 0.16); border-radius: 20px; padding: 16px; color: #374151; box-shadow: 0 12px 30px rgba(13,36,24,0.06); }
.benefit strong { color: #111827; }
.mini-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 15px; background: #e9f7ef; color: #17643e; }
.mini-icon svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }

.club-panel { background: #ffffff; border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: 0 20px 50px rgba(13,36,24,0.08); }
.club-panel h3 { margin-bottom: 12px; }
.club-panel + .club-panel { margin-top: 18px; }

.appliance-grid { display: grid; gap: 18px; margin-top: 28px; }
.appliance-card { background: #ffffff; border: 1px solid rgba(13,36,24,0.12); border-radius: 26px; padding: 22px; box-shadow: 0 18px 46px rgba(13,36,24,0.07); }
.appliance-card h3 { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.appliance-card ul, .service-list, .footer-links, .schema-list { margin: 0; padding: 0; list-style: none; }
.appliance-card li { padding: 10px 0; border-top: 1px solid rgba(13,36,24,0.08); }
.appliance-card li:first-child { border-top: 0; }
.appliance-card strong { color: #111827; }
.service-list { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; }
.service-list li { background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.16); color: #ffffff; border-radius: 18px; padding: 14px; }

.faq-grid { display: grid; gap: 14px; }
.faq-item { background: #ffffff; border: 1px solid rgba(13,36,24,0.12); border-radius: 22px; padding: 20px; }
.faq-item h3 { font-size: 20px; margin-bottom: 8px; }

.reviews-shell { position: relative; }
.review-window { overflow: hidden; }
.review-track { display: flex; transition: transform 360ms ease; }
.review-card { flex: 0 0 100%; padding: 10px; }
.review-inner { min-height: 100%; background: #ffffff; color: #374151; border-radius: 26px; padding: 22px; border: 1px solid rgba(13,36,24,0.12); box-shadow: 0 18px 42px rgba(13,36,24,0.08); }
.review-inner .stars { margin: 0 0 12px; font-size: 18px; letter-spacing: 0.1em; }
.review-inner strong { color: #111827; display: block; margin-bottom: 8px; }
.review-controls { display: flex; justify-content: center; gap: 12px; margin-top: 22px; }
.review-controls button { width: 48px; height: 48px; border: 1px solid rgba(13,36,24,0.16); background: #ffffff; color: #0d2418; border-radius: 50%; font-size: 22px; font-weight: 800; cursor: pointer; }
.review-controls button:hover { background: #e9f7ef; }

.cta-band { background: linear-gradient(135deg, #0d2418, #17643e); border-radius: 34px; padding: 34px; display: grid; gap: 18px; align-items: center; box-shadow: var(--shadow); }
.cta-band h2, .cta-band p { color: #ffffff; }
.cta-band .btn-primary { background: #ffffff; color: #0d2418; box-shadow: none; }
.cta-band .btn-primary:hover { background: #e9f7ef; color: #0d2418; }

.site-footer { background: #0d2418; color: #dfece5; padding: 54px 0 30px; font-size: 14px; }
.footer-grid { display: grid; gap: 28px; }
.footer-logo { color: #ffffff; }
.footer-logo img { background: #ffffff; }
.footer-links { display: grid; gap: 8px; }
.footer-links a, .site-footer a { color: #ffffff; }
.footer-links a:hover, .site-footer a:hover { color: #a8e4c4; }
.disclaimer { border-top: 1px solid rgba(255,255,255,0.14); margin-top: 30px; padding-top: 24px; color: #c7d7cd; font-size: 14px; line-height: 1.65; }
.copyright { color: #ffffff; margin-top: 18px; }

.sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 14px 10px calc(14px + env(safe-area-inset-bottom));
  background: #0d2418;
  color: #ffffff !important;
  box-shadow: 0 -16px 34px rgba(13,36,24,0.25);
  border-radius: 20px 20px 0 0;
  transform: translateY(110%);
  opacity: 0;
  font-size: 16px;
}
.sticky-call.is-visible { transform: translateY(0); opacity: 1; }

.fade-up { animation: fadeUp 700ms ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 768px) {
  body { padding-bottom: 0; }
  .desktop-nav { display: flex; }
  .desktop-phone { display: inline-flex !important; }
  .hamburger, .mobile-menu { display: none !important; }
  .sticky-call { display: none !important; }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
  .intro-wrap, .split-feature { grid-template-columns: 65fr 35fr; }
  .split-image { order: 2; }
  .split-text { order: 1; }
  .appliance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-card { flex-basis: 33.3333%; }
  .cta-band { grid-template-columns: 1fr auto; padding: 46px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
}

@media (max-width: 767px) {
  h1 { font-size: 35px; }
  h2 { font-size: 28px; }
  .site-header { position: sticky; }
  .header-row { min-height: 68px; }
  .hero { padding: 30px 0 50px; }
  .section-pad { padding: 54px 0; }
  .hero-media { min-height: 300px; border-radius: 24px; }
  .trust-icons img { height: 48px; max-width: 30%; }
  .hero-actions .btn-primary, .hero-actions .btn-outline { width: 100%; }
  .service-list { grid-template-columns: 1fr; }
  .club-panel, .appliance-card, .cta-band { border-radius: 24px; }
  .sticky-call { display: flex !important; }
}

@media (min-width: 1024px) {
  .appliance-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
