/* ==========================================================================
   FAA MONEY — Panouri Fotovoltaice Constanța
   Design: light premium editorial — ivory / navy / gold
   ========================================================================== */

:root {
  --ivory: #faf7f1;
  --ivory-deep: #f3eee4;
  --paper: #fffdf9;
  --navy: #1b2a4a;
  --navy-deep: #14213b;
  --navy-ink: #0e1830;
  --gold: #b08d3e;
  --gold-bright: #c9a227;
  --gold-soft: #e6d9b8;
  --ink: #232a38;
  --ink-soft: #5a6274;
  --line: #e4dccb;
  --radius: 14px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, sans-serif;
  --container: 1180px;
  --shadow-soft: 0 20px 60px -25px rgba(27, 42, 74, 0.25);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Typography ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--navy);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.6rem, 5.5vw, 4.4rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
h3 { font-size: 1.18rem; font-weight: 600; }

h1 em, h2 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 20px;
}

.eyebrow__line {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: var(--gold);
}

.eyebrow--light { color: var(--gold-soft); }
.eyebrow--light .eyebrow__line { background: var(--gold-soft); }

.section { padding: 110px 0; }
.section--tint { background: var(--ivory-deep); }

.section--navy {
  background:
    radial-gradient(ellipse 80% 60% at 85% 10%, rgba(176, 141, 62, 0.14), transparent 60%),
    var(--navy-deep);
  color: #cfd6e4;
}
.section--navy h2 { color: #fff; }
.section--navy h2 em { color: var(--gold-bright); }
.section--navy p { color: #b8c1d4; }

.section__head { max-width: 640px; margin-bottom: 64px; }
.section__lead { font-size: 1.08rem; color: var(--ink-soft); margin-top: 18px; }

.fineprint {
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin-top: 36px;
  max-width: 720px;
  line-height: 1.6;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.22s ease;
  text-decoration: none !important;
}

.btn--primary {
  background: var(--navy);
  color: #fff;
}
.btn--primary:hover { background: var(--navy-ink); transform: translateY(-2px); }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--navy-ink);
}
.btn--gold:hover { filter: brightness(1.07); transform: translateY(-2px); }

.btn--outline {
  border-color: var(--navy);
  color: var(--navy);
  background: transparent;
}
.btn--outline:hover { background: var(--navy); color: #fff; }

.btn--ghost { color: var(--navy); padding-left: 8px; }
.btn--ghost:hover { color: var(--gold); }

.btn--block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 247, 241, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 76px;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  margin-right: auto;
}

.nav__logo { width: 44px; height: 44px; }

.nav__brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.nav__brand-text strong {
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.02rem;
  letter-spacing: 0.12em;
}
.nav__brand-text small { color: var(--ink-soft); font-size: 0.7rem; letter-spacing: 0.04em; }

.nav__links { display: flex; gap: 26px; }
.nav__links a {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.2s;
}
.nav__links a:hover { color: var(--gold); }

.nav__phone { padding: 10px 20px; font-size: 0.85rem; }

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav__burger span { width: 22px; height: 2px; background: var(--navy); transition: 0.2s; }

/* ---------- Hero ---------- */
.hero {
  padding: 90px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(201, 162, 39, 0.10), transparent 65%),
    var(--ivory);
}

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

.hero__lead {
  font-size: 1.12rem;
  color: var(--ink-soft);
  margin: 26px 0 34px;
  max-width: 480px;
}

.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero__badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.hero__badges li {
  font-size: 0.82rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__badges li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.hero__badges strong { color: var(--navy); }

.hero__visual { position: relative; }

.hero__photo {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 4.6;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }

.hero__card {
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 22px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}
.hero__card-value {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--navy);
}
.hero__card-label { font-size: 0.74rem; color: var(--ink-soft); }

.hero__card--savings { top: 8%; right: -34px; }
.hero__card--savings .hero__card-value { color: var(--gold); }
.hero__card--warranty { bottom: 10%; left: -48px; }

/* ---------- Benefits ---------- */
.benefits {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 72px 0;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.benefit__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--gold);
  display: block;
  margin-bottom: 14px;
}

.benefit h3 { margin-bottom: 10px; font-size: 1.06rem; }
.benefit p { font-size: 0.9rem; color: var(--ink-soft); }

/* ---------- Services ---------- */
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

.service__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.16), rgba(176, 141, 62, 0.08));
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.service__icon svg { width: 26px; height: 26px; }

.service h3 { margin-bottom: 10px; }
.service p { font-size: 0.92rem; color: var(--ink-soft); }

/* ---------- Packages ---------- */
.packages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.package {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 40px 34px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.package--featured {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  box-shadow: 0 30px 70px -30px rgba(20, 33, 59, 0.55);
}
.package--featured .package__name,
.package--featured .package__price { color: #fff; }
.package--featured .package__system { color: var(--gold-bright); }
.package--featured .package__eur { color: #8d99b3; }
.package--featured .package__features li { color: #c3ccdd; }
.package--featured .package__features li::before { color: var(--gold-bright); }

.package__flag {
  position: absolute;
  top: -13px;
  left: 34px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--navy-ink);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 5px 14px;
  border-radius: 999px;
}

.package__name { font-size: 1.3rem; }
.package__system {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold);
  font-weight: 600;
  margin: 6px 0 22px;
}

.package__price {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.package__price span { font-size: 1.1rem; font-weight: 500; }
.package__eur { font-size: 0.82rem; color: var(--ink-soft); margin: 8px 0 26px; }

.package__features {
  list-style: none;
  margin-bottom: 32px;
  flex: 1;
}
.package__features li {
  font-size: 0.89rem;
  color: var(--ink-soft);
  padding: 8px 0 8px 26px;
  position: relative;
  border-bottom: 1px dashed rgba(128, 128, 128, 0.15);
}
.package__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

/* ---------- Calculator ---------- */
.calc__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.calc__panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 44px 42px;
  box-shadow: var(--shadow-soft);
}

.calc__label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--ink-soft);
}

.calc__bill {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--navy);
  margin: 6px 0 18px;
}

input[type="range"] {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, var(--gold) 0%, var(--gold) var(--fill, 22%), var(--line) var(--fill, 22%), var(--line) 100%);
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--navy);
  border: 3px solid var(--paper);
  box-shadow: 0 3px 10px rgba(20, 33, 59, 0.35);
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--navy);
  border: 3px solid var(--paper);
  cursor: pointer;
}

.calc__minmax {
  display: flex;
  justify-content: space-between;
  font-size: 0.76rem;
  color: var(--ink-soft);
  margin-top: 10px;
}

.calc__results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.calc__result { display: flex; flex-direction: column; gap: 4px; }
.calc__result-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
}
.calc__result-label { font-size: 0.74rem; color: var(--ink-soft); line-height: 1.4; }

/* ---------- Casa Verde ---------- */
.cv__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: start;
}

.cv__intro p { margin-bottom: 18px; }
.cv__intro .btn { margin-top: 12px; }

.cv__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.cv__card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 28px 26px;
}
.cv__card h3 { color: var(--gold-bright); font-size: 1rem; margin-bottom: 10px; }
.cv__card p { font-size: 0.87rem; color: #a9b3c8; }

/* ---------- Process ---------- */
.process__steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  counter-reset: step;
}

.process__step {
  position: relative;
  padding-top: 26px;
}
.process__step::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 44px;
  right: -10px;
  height: 1px;
  background: var(--line);
}
.process__step:last-child::before { display: none; }

.process__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process__step h3 { font-size: 1rem; margin: 34px 0 8px; }
.process__step p { font-size: 0.85rem; color: var(--ink-soft); }

/* ---------- Testimonials ---------- */
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial blockquote {
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.55;
  flex: 1;
}

.testimonial figcaption { display: flex; flex-direction: column; }
.testimonial figcaption strong { color: var(--navy); font-size: 0.95rem; }
.testimonial figcaption span { color: var(--ink-soft); font-size: 0.8rem; }

/* ---------- FAQ ---------- */
.faq__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  align-items: start;
}

.faq__intro { position: sticky; top: 110px; }

.faq__item {
  border-bottom: 1px solid var(--line);
}
.faq__item summary {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--navy);
  padding: 22px 40px 22px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: color 0.2s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--gold);
  transition: transform 0.25s;
}
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__item summary:hover { color: var(--gold); }
.faq__item p {
  padding: 0 40px 24px 0;
  font-size: 0.93rem;
  color: var(--ink-soft);
}

/* ---------- Contact ---------- */
.contact__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: start;
}

.contact__info > p { margin: 18px 0 36px; }

.contact__details { list-style: none; display: grid; gap: 24px; }
.contact__details li { display: flex; flex-direction: column; gap: 4px; }
.contact__detail-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--gold-bright);
}
.contact__details a { color: #e8ecf4; font-weight: 500; }
.contact__details span { color: #b8c1d4; }

.contact__form {
  background: var(--paper);
  border-radius: 20px;
  padding: 44px 42px;
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.5);
}

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

.form__field { margin-bottom: 18px; display: flex; flex-direction: column; gap: 7px; }
.form__field label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
}
.form__field input,
.form__field textarea {
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--ivory);
  color: var(--ink);
  transition: border-color 0.2s;
  resize: vertical;
}
.form__field input:focus,
.form__field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
}

.form__note {
  font-size: 0.74rem;
  color: var(--ink-soft) !important;
  margin-top: 18px;
  line-height: 1.5;
}

.form__status {
  margin-top: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold) !important;
}

/* ---------- Promises ---------- */
.promises__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.promise {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
}

.promise__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-bright);
  margin-bottom: 20px;
}
.promise__icon svg { width: 24px; height: 24px; }

.promise h3 { font-size: 1.02rem; margin-bottom: 8px; }
.promise p { font-size: 0.88rem; color: var(--ink-soft); }

/* ---------- WhatsApp & mobile CTA ---------- */
.btn--wa {
  background: #1fa855;
  color: #fff;
  margin-top: 32px;
}
.btn--wa:hover { background: #178a45; transform: translateY(-2px); }

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1fa855;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px -8px rgba(31, 168, 85, 0.6);
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.08); }

.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  background: rgba(255, 253, 249, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mobile-cta .btn { padding: 12px 16px; font-size: 0.88rem; }

/* ---------- Calculator CTA & select ---------- */
.calc__cta { margin-top: 30px; }

.form__field select {
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--ivory);
  color: var(--ink);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235a6274' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.form__field select:focus { outline: none; border-color: var(--gold); background-color: #fff; }

/* ---------- Footer ---------- */
.footer {
  background: var(--navy-ink);
  padding: 56px 0;
  color: #8d99b3;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.footer__logo { width: 52px; height: 52px; opacity: 0.9; }
.footer__brand p { font-size: 0.88rem; line-height: 1.6; }
.footer__brand strong { color: #e8ecf4; letter-spacing: 0.06em; }

.footer__links { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.footer__links a { color: #b8c1d4; font-size: 0.85rem; text-decoration: none !important; }
.footer__links a:hover { color: var(--gold-bright); }

.footer__legal { font-size: 0.76rem; }
.footer__legal a { color: var(--gold-bright); }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .hero__grid, .calc__grid, .cv__grid, .faq__grid, .contact__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .hero__visual { max-width: 520px; }
  .hero__card--savings { left: -12px; }
  .hero__card--warranty { right: -8px; }
  .services__grid, .packages__grid, .testimonials__grid { grid-template-columns: 1fr 1fr; }
  .promises__grid { grid-template-columns: 1fr 1fr; }
  .benefits__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .process__steps { grid-template-columns: repeat(3, 1fr); gap: 36px 20px; }
  .process__step:nth-child(3)::before { display: none; }
  .faq__intro { position: static; }
}

@media (max-width: 720px) {
  .section { padding: 80px 0; }
  .nav__links {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 20px 24px 28px;
    gap: 18px;
    box-shadow: var(--shadow-soft);
  }
  .nav__links.is-open { display: flex; }
  .nav__phone { display: none; }
  .nav__burger { display: flex; }
  .nav__brand-text strong { font-size: 0.86rem; letter-spacing: 0.05em; }
  .nav__logo { width: 38px; height: 38px; }
  .nav__brand { gap: 8px; }
  .hero { padding: 56px 0 80px; }
  .hero__card { padding: 12px 16px; }
  .hero__card-value { font-size: 1.3rem; }
  .services__grid, .packages__grid, .testimonials__grid { grid-template-columns: 1fr; }
  .benefits__grid { grid-template-columns: 1fr; gap: 32px; }
  .process__steps { grid-template-columns: 1fr; gap: 32px; }
  .process__step::before { display: none; }
  .calc__panel, .contact__form { padding: 32px 24px; }
  .calc__results { grid-template-columns: 1fr; gap: 24px; }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .cv__cards { grid-template-columns: 1fr; }
  .promises__grid { grid-template-columns: 1fr; }
  .mobile-cta { display: grid; }
  .wa-float { bottom: 84px; }
  body { padding-bottom: 68px; }
}
