:root {
  --brand: #2eaf7d;
  --brand-600: #24986a;
  --brand-700: #1d7a55;
  --brand-800: #163028;
  --brand-900: #0e1f1a;
  --brand-50: #f3fff8;
  --brand-100: #e7f8ef;
  --brand-200: #b5d9c6;
  --mint: #f3fff8;
  --mint-soft: #e8fff2;
  --call: #e53935;
  --call-dark: #c62828;
  --ink-700: #2a4a3c;
  --ink-800: #163028;
  --ink-900: #0e1f1a;
  --page-bg: #163028;
  --page-bg2: #1f4336;
  --wa: #25d366;
  --wa-hover: #1ebe57;
  --shadow: 0 14px 40px -20px rgba(14, 31, 26, 0.55);
  --max: 1100px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Rubik, "Segoe UI", sans-serif;
  color: var(--ink-800);
  -webkit-font-smoothing: antialiased;
  background: var(--page-bg);
}
a { color: inherit; }
img, svg { display: block; }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.display { font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--page-bg2) 92%, transparent);
  border-bottom: 1px solid rgba(243,255,248,.12);
  backdrop-filter: blur(8px);
}
.header-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: .75rem; padding: .75rem 0;
}
.logo { color: #fff; text-decoration: none; font-size: 1.05rem; font-weight: 800; }
.geo { margin: .2rem 0 0; display: flex; align-items: center; gap: .4rem; color: rgba(255,255,255,.88); font-size: .8rem; }
.geo svg { width: 14px; height: 14px; color: var(--mint-soft); flex-shrink: 0; }
.header-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; }
.phone-link { color: #fff; text-decoration: none; font-weight: 700; font-size: .95rem; }
.phone-link:hover { color: var(--mint-soft); }
.btn-wa {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--wa); color: #fff; text-decoration: none; font-weight: 700; font-size: .875rem;
  padding: .65rem .9rem; border-radius: .75rem;
}
.btn-wa:hover { background: var(--wa-hover); }
.btn-wa svg { width: 16px; height: 16px; }

.page-hero { padding: 1.5rem 0 0.5rem; }
.page-hero-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  border-radius: 1.5rem;
  padding: 2rem 1.25rem;
  box-shadow: var(--shadow);
  background: var(--page-bg2);
}
.page-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, #163028 0%, #2eaf7d 55%, #f3fff8 100%);
  opacity: .78;
}
.page-hero-cta {
  margin-top: 1.25rem;
}
.page-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  max-width: calc(100% - 8.5rem);
}
.page-hero-btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-weight: 700; font-size: .9rem;
  border-radius: .75rem; padding: .75rem 1.1rem;
  box-sizing: border-box; min-height: 3rem;
  color: #fff; border: 2px solid rgba(255,255,255,.9); background: transparent;
}
.page-hero-btn:hover { background: rgba(255,255,255,.12); }
.page-hero-btn.is-solid {
  background: var(--call); border-color: var(--call);
}
.page-hero-btn.is-solid:hover { background: var(--call-dark); border-color: var(--call-dark); }
.quality-stamp {
  position: absolute;
  right: .1rem;
  bottom: .05rem;
  z-index: 3;
  width: 7.25rem;
  height: 7.25rem;
  pointer-events: none;
  transform: rotate(-18deg);
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.45));
}
.quality-stamp svg { width: 100%; height: 100%; display: block; overflow: visible; }
.quality-stamp text {
  fill: #fff;
  paint-order: stroke fill;
  stroke: rgba(8,32,22,.75);
  stroke-width: .85px;
}
@media (max-width: 520px) {
  .quality-stamp { width: 5.6rem; height: 5.6rem; right: 0; bottom: 0; }
  .page-hero-buttons { gap: 1rem; max-width: calc(100% - 6.2rem); }
}
.page-kicker {
  margin: 0 0 .7rem; font-size: .8rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: rgba(243,255,248,.9);
}
.page-hero h1 { margin: 0; font-size: clamp(1.55rem, 3.6vw, 2.35rem); }
.page-lead {
  margin: .9rem 0 0; max-width: 40rem; line-height: 1.6;
  color: rgba(255,255,255,.92); font-size: 1.02rem;
}
.crumb { margin: 0 0 1rem; font-size: .85rem; color: rgba(255,255,255,.8); }
.crumb a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.crumb a:hover { color: var(--mint-soft); }
.crumb-sep { margin: 0 .35rem; opacity: .7; }

.service-lead {
  display: grid;
  gap: 1.25rem;
  border-radius: 1.5rem;
  padding: 1.5rem 1.25rem;
  color: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(168,228,190,.35);
  background: var(--brand-600);
}
.service-lead-text { margin: .7rem 0 0; color: rgba(238,250,242,.95); line-height: 1.5; }
.service-lead-phone { margin: .85rem 0 0; font-size: .9rem; color: rgba(212,242,222,.92); }
.service-lead-phone a { color: #fff; }
.service-lead-shell { position: relative; }
#svc-lead-form {
  background: #fff; color: var(--ink-800); border-radius: 1rem; padding: 1.2rem;
  display: grid; gap: 1rem;
}
#svc-lead-form label {
  display: block; margin-bottom: .4rem; font-size: .875rem; font-weight: 600; color: var(--ink-700);
}
#svc-lead-form input {
  width: 100%; border: 1px solid #e2e8f0; border-radius: .75rem;
  padding: .8rem 1rem; font: inherit; outline: none;
}
#svc-lead-form input:focus { box-shadow: 0 0 0 2px var(--brand); }
#svc-lead-form .btn-submit {
  width: 100%; border: 0; cursor: pointer; background: var(--call); color: #fff;
  font-weight: 700; font-size: 1rem; border-radius: .75rem; padding: .9rem 1rem;
}
#svc-lead-form .btn-submit:hover { background: var(--call-dark); }
#svc-lead-status { margin: 0; font-size: .875rem; }
#svc-lead-status.ok { color: var(--brand-700); }
#svc-lead-status.err { color: #dc2626; }
#svc-lead-status.hidden { display: none !important; }
.service-lead-shell .form-toast {
  position: absolute; inset: 0; z-index: 5;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem; border-radius: 1rem;
  background: rgba(18, 26, 22, 0.72);
  backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none; transition: opacity .25s ease;
}
.service-lead-shell .form-toast.is-open { opacity: 1; pointer-events: auto; }
.service-lead-shell .form-toast-card {
  background: #fff; color: var(--ink-900); border-radius: .9rem;
  padding: 1rem 1.15rem; max-width: 22rem; text-align: center;
  box-shadow: var(--shadow);
}
.service-lead-shell .form-toast-card p { margin: 0; font-weight: 700; line-height: 1.4; }
@media (min-width: 800px) {
  .service-lead { grid-template-columns: 1.1fr .9fr; align-items: center; padding: 1.75rem 1.5rem; }
}

.section-lg { padding: 1.75rem 0 3rem; }
.h2 { margin: 0; font-size: clamp(1.35rem, 3vw, 1.75rem); color: #fff; }
.section-sub { margin: .65rem 0 0; color: rgba(255,255,255,.88); line-height: 1.55; max-width: 42rem; }

.catalog-list { margin-top: 1.5rem; display: grid; gap: .85rem; }
.catalog-item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .85rem .75rem;
  align-items: start;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(168,228,190,.75);
  border-radius: 1.1rem; padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.catalog-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -16px rgba(18, 74, 53, 0.45);
}
.catalog-item.is-selected {
  border-color: #34b7f1;
  box-shadow: 0 12px 28px -14px rgba(52, 183, 241, 0.45);
}
.catalog-ticks {
  width: 1.35rem; height: 1.1rem;
  margin-top: .2rem;
  color: #a8b5ad;
  opacity: 0;
  transition: opacity .2s ease, color .2s ease;
}
.catalog-item.is-selected .catalog-ticks {
  opacity: 1;
  color: #34b7f1;
}
.catalog-ticks svg { width: 100%; height: 100%; }
.catalog-item-body { min-width: 0; display: grid; gap: .55rem; }
.catalog-item-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; align-items: baseline; }
.catalog-item h2 { margin: 0; font-size: 1.1rem; color: var(--ink-900); letter-spacing: -0.015em; }
.catalog-item .price { margin: 0; font-weight: 800; color: var(--brand-700); white-space: nowrap; }
.catalog-item p { margin: 0; color: var(--ink-700); line-height: 1.5; font-size: .95rem; }
.catalog-item .go { font-weight: 700; color: var(--brand-800); font-size: .9rem; }
.catalog-item.is-selected .go { color: #0b8ec9; }

.service-panel {
  margin-top: 1.25rem;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(168,228,190,.75);
  border-radius: 1.25rem;
  padding: 1.35rem;
  box-shadow: var(--shadow);
}
.service-price {
  margin: 0; font-size: 1.35rem; font-weight: 800; color: var(--brand-700);
}
.service-text {
  margin: 1rem 0 0; line-height: 1.65; color: var(--ink-800); font-size: 1rem;
}
.service-seo {
  margin-top: 1.1rem;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(168,228,190,.75);
  border-radius: 1.25rem;
  padding: 1.35rem 1.35rem 1.45rem;
  box-shadow: var(--shadow);
  color: var(--ink-800);
}
.service-seo h2 {
  margin: 0 0 .85rem;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  color: var(--ink-900);
  letter-spacing: -0.015em;
}
.service-seo h3 {
  margin: 1.15rem 0 .45rem;
  font-size: 1.02rem;
  color: var(--brand-800);
}
.service-seo p {
  margin: 0 0 .75rem;
  line-height: 1.65;
  color: var(--ink-800);
}
.service-seo ul {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.6;
  color: var(--ink-700);
}
.service-seo li + li { margin-top: .35rem; }
.service-pick {
  margin-top: 1.35rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: .85rem 1.1rem;
  padding: 1rem;
  background: var(--brand-50);
  border: 1px solid var(--brand-200);
  border-radius: .9rem;
}
.service-pick label {
  display: inline-flex; align-items: center; gap: .45rem;
  font-weight: 700; color: var(--ink-800); font-size: .95rem;
}
.service-pick input[type="checkbox"] { width: 1.1rem; height: 1.1rem; accent-color: var(--brand-700); }
.service-pick input[type="number"] {
  width: 4.2rem; border: 1px solid #e2e8f0; border-radius: .55rem;
  padding: .45rem .5rem; font: inherit; text-align: center;
}
.service-pick input[type="number"]:disabled { opacity: .45; background: #f8fafc; }
.service-actions {
  margin-top: 1.15rem;
  display: flex; flex-wrap: wrap; gap: .65rem;
}
.btn-add, .btn-exit, .btn-more {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-weight: 700; font-size: .9rem;
  border-radius: .75rem; padding: .8rem 1.1rem; border: 2px solid transparent; cursor: pointer; font: inherit;
}
.btn-add { background: var(--call); color: #fff; border-color: var(--call); }
.btn-add:hover { background: var(--call-dark); border-color: var(--call-dark); }
.btn-exit, .btn-more {
  background: transparent; color: var(--brand-800); border-color: var(--brand-200);
}
.btn-exit:hover, .btn-more:hover { background: var(--brand-50); }
.service-status { margin: .85rem 0 0; font-size: .9rem; font-weight: 600; color: var(--brand-700); min-height: 1.3em; }

.about-panel {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(168,228,190,.75);
  border-radius: 1.25rem;
  padding: 1.4rem 1.35rem 1.55rem;
  box-shadow: var(--shadow);
  color: var(--ink-800);
}
.about-text {
  margin: .9rem 0 0;
  line-height: 1.65;
  font-size: 1.02rem;
}
.about-h3 {
  margin: 1.4rem 0 .55rem;
  font-size: 1.08rem;
  color: var(--brand-800);
}
.about-list {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.7;
  color: var(--ink-700);
}
.about-list li + li { margin-top: .3rem; }
.about-facts {
  margin-top: 1.5rem;
  display: grid;
  gap: .75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .about-facts { grid-template-columns: repeat(3, 1fr); }
}
.about-fact {
  background: var(--brand-50);
  border: 1px solid var(--brand-200);
  border-radius: .95rem;
  padding: 1rem;
  text-align: center;
}
.about-fact-num {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--brand-800);
  letter-spacing: -0.02em;
}
.about-fact-label {
  margin: .35rem 0 0;
  font-size: .88rem;
  color: var(--ink-700);
}
.about-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.header-home-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .55rem 1rem .7rem;
  background: rgba(18, 74, 53, 0.35);
  border-top: 1px solid rgba(255,255,255,.18);
}
.header-home-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: min(100% - 2rem, 16rem);
  background: #fff; color: var(--brand-900); text-decoration: none;
  font-weight: 800; font-size: 1rem; border-radius: .75rem;
  padding: .75rem 1.4rem; border: 2px solid #0d3426;
  box-shadow: 0 2px 0 #0d3426;
}
.header-home-btn:hover { background: var(--brand-50); }

.calc-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  padding: .85rem 1rem calc(.85rem + env(safe-area-inset-bottom, 0px));
  background: rgba(232, 245, 236, 0.97);
  border-top: 3px solid #124a35;
  box-shadow: 0 -8px 28px rgba(18, 74, 53, 0.28);
  backdrop-filter: blur(8px);
  transform: translateY(0);
}
.calc-bar-inner {
  width: min(100%, var(--max)); margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem;
}
.calc-bar-text {
  margin: 0; color: var(--ink-900); font-weight: 800; font-size: 1rem; text-align: center;
}
.calc-bar-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: min(100%, 36rem);
  background: var(--call); color: #fff; text-decoration: none;
  font-weight: 800; font-size: 1.1rem; border-radius: .85rem;
  padding: 1.1rem 1.4rem; border: 2px solid #8f1d1b; text-align: center;
  box-shadow: 0 2px 0 #6f1514;
}
.calc-bar-btn:hover { background: var(--call-dark); }
.calc-bar-btn.is-disabled {
  pointer-events: none;
  background: #c5cdd0;
  border-color: #6b7280;
  color: #4b5563;
  box-shadow: 0 2px 0 #6b7280;
}
body.has-calc-bar { padding-bottom: 7.2rem; }
body.has-calc-bar .fab-call { bottom: 6.6rem; }

@media (min-width: 640px) {
  .header-home-btn { min-width: 18rem; font-size: 1.05rem; padding: .85rem 1.6rem; }
  .calc-bar-btn { width: min(100%, 42rem); font-size: 1.15rem; padding: 1.2rem 1.6rem; }
  body.has-calc-bar { padding-bottom: 6.4rem; }
  body.has-calc-bar .fab-call { bottom: 5.8rem; }
}

.site-footer { background: var(--brand-900); color: #d7e0da; border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; gap: 1.5rem; padding: 2.2rem 0; }
.footer-grid strong, .footer-title { color: #fff; font-weight: 700; }
.footer-grid p { margin: .65rem 0 0; line-height: 1.55; color: #cbd5e1; font-size: .9rem; }
.footer-link { color: var(--mint-soft); text-decoration: none; }
.footer-link:hover { color: #fff; }
.copy {
  border-top: 1px solid rgba(255,255,255,.1); padding: 1rem 0;
  text-align: center; font-size: .75rem; color: #94a3b8;
}
.fab-call {
  position: fixed; right: 1rem; bottom: 1.15rem; z-index: 60;
  width: 3.5rem; height: 3.5rem; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  background: var(--call); color: #fff; text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.25); outline: 4px solid rgba(255,255,255,.3);
  animation: fabBounce 2.8s ease-in-out infinite;
}
.fab-call:hover { background: var(--call-dark); }
.fab-call svg { width: 1.4rem; height: 1.4rem; }
@keyframes fabBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }

@media (min-width: 640px) {
  .page-hero-panel { padding: 2.5rem 2rem; }
  .geo { font-size: .875rem; }
  .fab-call { right: 1.5rem; }
  body:not(.has-calc-bar) .fab-call { bottom: 1.6rem; }
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
}
