:root {
  --ink: #101010;
  --text: #707070;
  --muted: #8c8c8c;
  --line: #e6e6e6;
  --soft: #f7f7f7;
  --paper: #ffffff;
  --green: #7ed957;
  --logo-green: #7ed957;
  --green-dark: #4f9f36;
  --dark: #242424;
  --shadow: 0 18px 50px rgba(16, 16, 16, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 86px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  width: 178px;
  min-width: 142px;
}

.brand img {
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
}

.nav a,
.mobile-menu a,
.header-cta,
.text-link,
.site-footer a {
  text-decoration: none;
}

.nav a:hover,
.mobile-menu a:hover,
.header-cta:hover,
.text-link:hover,
.site-footer a:hover {
  color: var(--green-dark);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  background: var(--green);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(126, 217, 87, 0.22);
}

.header-cta:hover {
  color: #ffffff;
  background: #8bea65;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: var(--ink);
}

.mobile-menu {
  grid-column: 1 / -1;
  width: 100%;
  padding: 12px 0 4px;
  border-top: 1px solid var(--line);
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
  color: var(--text);
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  background: var(--green);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(126, 217, 87, 0.28);
}

.button:hover {
  background: #8bea65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  color: var(--dark);
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  grid-template-areas:
    "copy media"
    "points media";
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 126px);
  padding: clamp(38px, 5.5vw, 70px) clamp(18px, 5vw, 72px) clamp(34px, 4vw, 48px);
  background: var(--soft);
}

.hero-copy {
  grid-area: copy;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--logo-green);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(2.35rem, 4.8vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.lead {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--text);
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
}

.hero-points {
  grid-area: points;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  min-height: 0;
  padding-left: 22px;
  color: var(--text);
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
}

.hero-points li::before {
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--logo-green);
  content: "";
}

.hero-media,
.quote-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

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

.hero-media {
  grid-area: media;
  min-height: 430px;
  align-self: stretch;
}

.hero-media img {
  min-height: 430px;
  object-position: center 18%;
}

.section-heading p:not(.eyebrow),
.quote-copy p:not(.eyebrow),
.service-grid p,
.process-grid p,
.faq-list p {
  color: var(--text);
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.section,
.quote-section {
  padding: clamp(54px, 7vw, 90px) clamp(18px, 5vw, 72px);
}

.services-section,
.faq-section {
  background: var(--paper);
}

.process-section,
.quote-section {
  background: var(--soft);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 680px;
}

.service-grid,
.process-grid {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
}

.service-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid article {
  min-height: 210px;
  padding: 26px;
  border-radius: 4px;
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(16, 16, 16, 0.06);
}

.process-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(270px, 0.42fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 56px);
}

.quote-copy {
  position: sticky;
  top: 96px;
  align-self: start;
}

.quote-media {
  min-height: 260px;
  margin-top: 24px;
}

.quote-media img {
  min-height: 260px;
}

.quote-note {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  padding: 20px;
  border-left: 4px solid var(--green);
  background: var(--paper);
}

.quote-note strong {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.quote-note span {
  color: var(--text);
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.quote-form {
  display: grid;
  gap: 0;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.form-progress {
  display: flex;
  gap: 5px;
  margin-bottom: 24px;
}

.form-progress span {
  width: 76px;
  height: 4px;
  border-radius: 5px;
  background: var(--logo-green);
}

.quote-form h3 {
  margin: 0;
  font-size: 1.5rem;
}

.form-intro {
  margin: 6px 0 25px;
  color: var(--text);
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
}

.form-row,
.conditional-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  display: block;
  margin-bottom: 15px;
  color: var(--dark);
  font-size: 1rem;
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  margin-top: 7px;
  padding: 12px 13px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(126, 217, 87, 0.28);
  border-color: var(--green-dark);
}

.field-note {
  color: var(--muted);
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
}

.field-note-important {
  margin-top: 2px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.field-note-important strong {
  color: var(--green-dark);
  font-weight: 800;
}

.conditional-fields:empty {
  display: none;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
}

.consent a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent input {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-button {
  width: 100%;
  min-height: 56px;
  margin-top: 6px;
  font-size: 1.02rem;
}

.form-note {
  margin: 13px 0 0;
  color: var(--text);
  text-align: center;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.form-status {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--green-dark);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 960px;
}

.faq-list details {
  border-top: 1px solid var(--line);
  background: transparent;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.faq-list summary::after {
  content: none;
}

.faq-list summary span {
  color: var(--logo-green);
  font-size: 1.55rem;
  line-height: 1;
}

.faq-list p {
  margin: 0;
  padding: 0 0 22px;
}

.whatsapp-float {
  position: fixed;
  z-index: 31;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.45);
}

.whatsapp-float img {
  display: block;
  width: 49px;
  height: 49px;
}

.floating-form-cta {
  position: fixed;
  z-index: 30;
  right: 96px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 13px 20px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(16, 16, 16, 0.16);
  transition: transform 0.2s, box-shadow 0.2s;
}

.floating-form-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(16, 16, 16, 0.22);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.6fr) minmax(180px, 0.6fr);
  gap: 32px;
  padding: 42px clamp(18px, 5vw, 72px) 26px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.site-footer img {
  width: 160px;
  margin-bottom: 14px;
}

.site-footer h3 {
  color: var(--ink);
  font-size: 0.95rem;
}

.site-footer a,
.site-footer span,
.site-footer p {
  display: block;
  margin: 0 0 8px;
  color: var(--text);
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
}

.footer-bottom span,
.footer-bottom a {
  font-size: 0.88rem;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

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

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .mobile-menu.is-open {
    display: block;
  }

  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "points";
    min-height: auto;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 92px;
  }

  .site-header {
    min-height: 68px;
  }

  .brand {
    width: 144px;
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 22px;
  }

  h1 {
    font-size: clamp(1.95rem, 8.8vw, 2.36rem);
    line-height: 1.04;
    margin-bottom: 14px;
  }

  h2 {
    font-size: clamp(1.62rem, 6.8vw, 1.92rem);
  }

  .lead {
    font-size: 0.96rem;
    margin-bottom: 18px;
  }

  .hero-points {
    margin-top: 18px;
  }

  .hero-points li {
    font-size: 0.96rem;
  }

  .hero-media,
  .quote-media {
    min-height: 0;
  }

  .hero-media img,
  .quote-media img {
    min-height: 250px;
  }

  .hero-points,
  .service-grid,
  .process-grid,
  .form-row,
  .conditional-fields,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .form-button {
    width: 100%;
  }

  .hero-actions .text-link {
    display: none;
  }

  .floating-form-cta {
    right: 82px;
    bottom: 12px;
    min-height: 44px;
    padding: 10px 13px;
    font-size: 0.78rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }

  .whatsapp-float {
    right: 14px;
    bottom: 8px;
    width: 54px;
    height: 54px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }

  .whatsapp-float img {
    width: 42px;
    height: 42px;
  }

  body.show-mobile-floating .floating-form-cta,
  body.show-mobile-floating .whatsapp-float {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .footer-bottom {
    display: grid;
  }
}
