* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, #eef8f2 0, #eef8f2 120px, transparent 121px),
    radial-gradient(circle at 88% 20%, #edf3f8 0, #edf3f8 170px, transparent 171px),
    #f3f7f5;
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  color: #111827;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: 52px;
  line-height: 1.12;
}

h2 {
  font-size: 36px;
  line-height: 1.2;
}

h3,
h4 {
  font-size: 24px;
}

p,
li,
td,
th,
a,
button,
summary,
input {
  font-size: 16px;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.btn,
.header-call,
.sticky-call,
.reviews-controls button {
  white-space: nowrap;
  font-size: 16px;
}

.accent-line {
  width: 92px;
  height: 4px;
  background: var(--accent);
  margin: 0 0 1.2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 55, 39, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.logo-mark {
  width: 33px;
  height: 33px;
  background: linear-gradient(140deg, var(--accent), #7acb4f);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  position: relative;
}

.logo-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64%;
  height: 64%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0 3 6.8l-8.8 8.8a1.8 1.8 0 1 1-2.5-2.5l8.8-8.8a4 4 0 0 0 5.4-5.4l-2.2 2.2-2.2-0.4-0.4-2.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav a {
  color: #e8f0ec;
  text-decoration: none;
  font-size: 18px;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #9ce37a;
  transition: width 0.25s ease;
}

.nav a:hover::after {
  width: 100%;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  background: var(--accent);
  text-decoration: none;
  padding: 0.7rem 0.95rem;
  border: 0;
  white-space: nowrap;
}

.header-call .phone {
  font-size: 18px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #d1e8dc;
  background: transparent;
  color: #fff;
}

.hero {
  position: relative;
  color: #fff;
  background-image: url("../images/hero-kitchen.webp");
  background-size: cover;
  background-position: center;
  padding: 5.4rem 0 4.2rem;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  z-index: 1;
  width: 380px;
  height: 380px;
  background: rgba(104, 183, 62, 0.16);
  top: -110px;
  right: -80px;
}

.hero::after {
  z-index: 1;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.09);
  bottom: -130px;
  left: -70px;
}

.hero h1 {
  color: #fff;
  max-width: 880px;
}

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

.hero .container::before {
  content: "";
  position: absolute;
  inset: -1.25rem -1.25rem;
  background: rgba(6, 22, 16, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: -1;
}

.trust-badges {
  display: inline-flex;
  gap: 0.5rem;
  margin: 0.35rem 0 0.2rem;
}

.trust-badges img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.intro {
  max-width: 930px;
  color: #eef7f2;
}

.stars {
  font-size: 1.4rem;
  color: var(--accent);
  letter-spacing: 0.15rem;
  margin: 0.3rem 0 1rem;
}

.icon-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.9rem 0 1.5rem;
  flex-wrap: wrap;
}

.icon-row img {
  width: 94px;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.cta-copy {
  font-size: 20px;
  max-width: 740px;
  margin-bottom: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  padding: 0.95rem 1.35rem;
  font-weight: 700;
  background: linear-gradient(135deg, #82d45a, #68b73e);
  color: #102213;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.glow {
  animation: glowPulse 1.8s infinite;
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.section {
  padding: 3.6rem 0;
  background: #ffffff;
  border-bottom: 1px solid #dfe9e3;
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.section.alt {
  background:
    linear-gradient(180deg, rgba(248, 251, 249, 0.95), rgba(240, 247, 243, 0.95));
}

.grid-two {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 1.2rem;
  align-items: center;
}

.media-row {
  align-items: stretch;
  margin-bottom: 1.2rem;
}

.media-row p {
  margin: 0;
  display: flex;
  align-items: center;
}

.review-hero p {
  font-size: 18px;
}

.review-copy p {
  margin: 0 0 0.85rem;
}

.review-copy .header-call {
  margin-top: 0.2rem;
}

.section-image {
  margin: 0;
  border: 1px solid #bfd1c7;
  background: #f3f8f5;
  box-shadow: 0 12px 26px rgba(5, 40, 30, 0.12);
}

.section-image img {
  display: block;
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  background: #dce8e2;
}

.section-image figcaption {
  padding: 0.55rem 0.7rem;
  font-size: 14px;
  color: #2f4f42;
  border-top: 1px solid #cbdad2;
}

.section-cta-call {
  margin-top: 0.8rem;
}

.grid-two img {
  width: 100%;
  height: auto;
  border: 1px solid #d2ddd7;
}

.offer-table {
  width: 100%;
  border-collapse: collapse;
}

.offer-table th,
.offer-table td {
  border: 1px solid #d9e4de;
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}

.offer-table th {
  background: #edf5f1;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  border: 1px solid #cedcd5;
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff, #f9fcfa);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(7, 29, 22, 0.12);
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.problems-grid article {
  border: 1px solid #cedcd5;
  padding: 1rem;
  background: #fff;
  transition: transform 0.2s ease;
}

.problems-grid article:hover {
  transform: translateY(-3px);
}

.reviews-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid #c2d5cb;
  background: linear-gradient(180deg, #ffffff, #f2f8f4);
}

.reviews-track {
  display: flex;
  transition: transform 0.45s ease;
}

.review {
  min-width: 100%;
  padding: 1.2rem;
}

.review p {
  margin-top: 0.6rem;
}

.review strong {
  color: #111827;
}

.review-stars {
  color: var(--accent);
  letter-spacing: 0.08rem;
}

.reviews-controls {
  margin-top: 0.7rem;
  display: flex;
  gap: 0.5rem;
}

.reviews-controls button {
  padding: 0.5rem 0.8rem;
  border: 1px solid #b7cbc2;
  background: #f8fbf9;
  cursor: pointer;
}

.faq-item {
  border: 1px solid #d7e3dc;
  margin-bottom: 0.55rem;
  background: #fff;
}

.faq-q {
  width: 100%;
  text-align: left;
  border: 0;
  background: #eef6f1;
  padding: 0.85rem;
  font-weight: 700;
}

.faq-a {
  padding: 0.85rem;
  display: none;
}

.faq-item.open .faq-a {
  display: block;
}

.cta-band {
  background: linear-gradient(125deg, #05281e, #0e3b2d 50%, #13503c);
  color: #fff;
}

.cta-band h2 {
  color: #fff;
}

.payments {
  font-weight: 700;
}

.footer {
  background: linear-gradient(180deg, #0a261d, #071b14);
  color: #d8e7de;
  padding: 2rem 0 5rem;
}

.footer a {
  color: #9adf77;
}

.footer .logo {
  color: #fff;
}

.fineprint {
  font-size: 14px;
}

.sticky-call {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: linear-gradient(135deg, #82d45a, #68b73e);
  color: #102213;
  text-decoration: none;
  font-weight: 800;
  text-align: center;
  padding: 0.85rem;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.faq-q:focus-visible,
.btn:focus-visible,
.header-call:focus-visible,
.reviews-controls button:focus-visible,
.menu-toggle:focus-visible {
  outline: 2px solid #9ce37a;
  outline-offset: 2px;
}

#reviews {
  position: relative;
}

#reviews::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(104, 183, 62, 0.18), rgba(104, 183, 62, 0));
  pointer-events: none;
}

@media (max-width: 980px) {
  .cards,
  .problems-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 1rem;
  }

  .nav.open {
    display: flex;
  }

  .header-row {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    min-height: 64px;
  }

  .header-call {
    order: 2;
    margin-left: 0;
    width: 100%;
    justify-content: center;
    padding: 0.58rem 0.75rem;
  }

  .menu-toggle {
    order: 3;
    margin-left: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0.58rem 0.75rem;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-size: 16px;
  }

  .logo {
    font-size: 17px;
    min-width: 0;
    margin-top: 0.35rem;
  }

  .logo span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 54vw;
  }

  .header-call .phone {
    font-size: 16px;
  }

  .nav {
    order: 4;
  }

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

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

  .sticky-call {
    display: block;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
  }

  h1 {
    font-size: min(32px, max(27px, calc(52px * 0.66 - 3px)));
  }

  h2 {
    font-size: max(22px, calc(36px * 0.7 - 3px));
  }

  h3,
  h4 {
    font-size: max(14px, calc(24px * 0.7 - 3px));
  }

  p,
  li,
  td,
  th,
  summary,
  input,
  .fineprint {
    font-size: 14px;
  }

  .btn,
  .header-call,
  .sticky-call,
  .reviews-controls button,
  .faq-q {
    font-size: 16px;
  }

  .icon-row img,
  .trust-badges img {
    width: 74px;
    height: auto;
  }
}
