:root {
  color-scheme: light;
  --ink: #1c1c1c;
  --muted: #5b6571;
  --accent: #5b55f6;
  --accent-dark: #4a44d6;
  --hero: #3f7b64;
  --whatsapp: #41d165;
  --bg: #f5f7fb;
  --card: #ffffff;
  --shadow: 0 18px 40px rgba(28, 28, 28, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
}

img {
  max-width: 100%;
  display: block;
}

.page {
  min-height: 100vh;
}

.container {
  width: min(1150px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #ffffff;
  border-bottom: 4px solid #37c871;
  box-shadow: 0 12px 24px rgba(13, 20, 33, 0.08);
}

.topbar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 4px 0;
  text-align: center;
}

.brand img {
  width: 96px;
  height: auto;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  padding: 12px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(28, 28, 28, 0.15);
}

.btn-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 4px;
}

.btn-icon img {
  width: 14px;
  height: 14px;
}

.btn-call {
  background: var(--accent);
  color: #ffffff;
}

.btn-call:hover {
  background: var(--accent-dark);
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: #ffffff;
}

.btn-primary {
  background: var(--accent);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--accent-dark);
}

.btn-full {
  width: 100%;
  justify-content: center;
}

.hero {
  padding: 44px 0 52px;
}

.hero-primary {
  background: linear-gradient(180deg, #3f7b64 0%, #5bbd93 100%);
  color: #ffffff;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.hero-left {
  max-width: 440px;
}

.hero-left h1 {
  font-size: clamp(28px, 4.2vw, 42px);
  margin: 0 0 10px;
  font-weight: 700;
}

.hero-title-mobile {
  display: none;
}

.hero-title-desktop {
  display: block;
  text-align: justify;
  text-justify: inter-word;
}

.hero-intro-mobile {
  display: none;
}

.hero-mobile-section {
  display: none;
}

.hero-left p {
  margin: 0 0 12px;
  color: #e8f1ec;
  font-size: 15px;
  line-height: 1.7;
}

.hero-left strong {
  color: #ffffff;
  font-weight: 700;
}

.hero-subtitle {
  margin-bottom: 10px;
  text-align: center;
}

.hero-form {
  margin: 8px 0 2px;
}

.lead-form {
  display: grid;
  gap: 10px;
  max-width: 440px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  width: 100%;
}

.lead-form input {
  border-radius: 10px;
  border: none;
  padding: 10px 12px;
  font-size: 13px;
  font-family: inherit;
  background: #ffffff;
}

.hero-form .btn-primary {
  background: #5a5fdf;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.hero-form .btn-primary:hover {
  background: #4d51c7;
}

.hero-foot {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.hero-right {
  display: flex;
  justify-content: center;
}

.hero-figure {
  width: min(460px, 95%);
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(14, 30, 20, 0.35));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form-status {
  min-height: 18px;
  margin: 6px 0 0;
  font-size: 13px;
  color: #e8f1ec;
}

.hero-primary .form-status[data-state="success"] {
  color: #d7f7e5;
}

.hero-primary .form-status[data-state="error"] {
  color: #ffd5d8;
}

.form-status[data-state="success"] {
  color: #1c8b4e;
}

.form-status[data-state="error"] {
  color: #b12a34;
}

.services {
  padding: 30px 0 80px;
}

.info-bar {
  background: #4e9a7c;
  color: #ffffff;
  padding: 18px 0;
}

.info-bar-content {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.info-bar-content p {
  margin: 0;
  flex: 1 1 240px;
}

.about {
  background: #edf6f3;
  padding: 54px 0;
}

.about-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}

.about-left h2 {
  font-size: clamp(26px, 3.4vw, 36px);
  color: #5ac6b0;
  margin: 0 0 24px;
  font-weight: 700;
}

.about-left img {
  width: min(320px, 85%);
}

.about-left {
  display: grid;
  justify-items: center;
}

.about-right {
  display: flex;
  align-items: center;
}

.about-right p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #2b2f35;
}

.benefits {
  background: #edf6f3;
  padding: 36px 0 70px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
}

.benefit-card {
  background: #ffffff;
  padding: 24px 20px 26px;
  border-radius: 18px;
  box-shadow: 0 12px 20px rgba(18, 35, 29, 0.12);
  display: grid;
  gap: 16px;
  min-height: 210px;
}

.benefit-icon {
  width: 68px;
  height: 68px;
  background: #ecf7f4;
  border-radius: 14px;
  display: grid;
  place-items: center;
}

.benefit-icon img {
  width: 64px;
  height: 64px;
}

.benefit-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #1b1f24;
}

.advantages {
  background: #edf6f3;
  padding: 60px 0;
}

.advantages-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: center;
}

.advantages-left h2 {
  margin: 0 0 16px;
  color: #5ac6b0;
  font-size: clamp(28px, 3.6vw, 40px);
}

.advantages-left p {
  margin: 0 0 16px;
  color: #2b2f35;
  font-size: 19px;
  line-height: 1.8;
}

.advantages-left ul {
  margin: 0;
  padding-left: 18px;
  color: #2b2f35;
  font-size: 18px;
  line-height: 1.75;
}

.advantages-right img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 28px rgba(19, 40, 31, 0.18);
}

.team-preview {
  background: #edf6f3;
  padding: 56px 0 70px;
}

.team-preview-content {
  display: grid;
  gap: 32px;
}

.team-preview-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.team-preview-header h2 {
  margin: 0 0 10px;
  color: #5ac6b0;
  font-size: clamp(26px, 3.4vw, 36px);
}

.team-preview-header p {
  margin: 0;
  color: #2b2f35;
  font-size: 19px;
  line-height: 1.7;
}

.team-preview-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
}

.team-preview-image img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 28px rgba(19, 40, 31, 0.18);
}

.team-preview-list ul {
  margin: 0 0 20px;
  padding-left: 18px;
  color: #2b2f35;
  font-size: 18px;
  line-height: 1.7;
}

.team-preview-cta {
  display: inline-flex;
  padding: 14px 30px;
  font-size: 17px;
  align-self: center;
}

.testimonials {
  background: #edf6f3;
  padding: 50px 0 70px;
}

.testimonials-content h2 {
  margin: 0 0 26px;
  text-align: center;
  color: #5ac6b0;
  font-size: clamp(22px, 3vw, 30px);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
  justify-items: center;
}

.testimonial-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 12px 20px rgba(18, 35, 29, 0.12);
  display: grid;
  gap: 12px;
  font-size: 17px;
  color: #2b2f35;
  line-height: 1.7;
  text-align: center;
  max-width: 260px;
}

.testimonial-card strong {
  color: #1b1f24;
  font-size: 16px;
}

.stars {
  color: #f3b340;
  font-size: 16px;
  letter-spacing: 1px;
}

.allies {
  background: #ffffff;
  padding: 60px 0 80px;
}

.allies-content {
  text-align: center;
}

.allies-content h2 {
  margin: 0 0 12px;
  color: #5ac6b0;
  font-size: clamp(26px, 3.4vw, 36px);
}

.allies-content p {
  margin: 0 auto 32px;
  max-width: 820px;
  color: #2b2f35;
  font-size: 17px;
  line-height: 1.7;
}

.allies-rows {
  display: grid;
  gap: 28px;
}

.allies-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 22px;
  align-items: center;
  justify-content: center;
}

.ally-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  font-size: 16px;
  color: #2b2f35;
  width: min(200px, 100%);
  text-align: center;
}

.ally-card img {
  max-width: 190px;
  height: auto;
}

.process {
  background: #edf6f3;
  padding: 50px 0 70px;
}

.process-content h2 {
  margin: 0 0 26px;
  text-align: left;
  color: #5ac6b0;
  font-size: clamp(28px, 3.6vw, 40px);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 22px;
}

.process-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 12px 20px rgba(18, 35, 29, 0.12);
  display: grid;
  gap: 10px;
  min-height: 130px;
  position: relative;
}

.process-step {
  color: #5ac6b0;
  font-weight: 700;
  font-size: 26px;
  position: absolute;
  top: 16px;
  left: 18px;
}

.process-card p {
  margin: 18px 0 0;
  color: #2b2f35;
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .process-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

.cities {
  background: linear-gradient(180deg, #5bbd93 0%, #3f7b64 100%);
  color: #ffffff;
  padding: 60px 0 70px;
}

.cities-content {
  display: grid;
  gap: 24px;
}

.cities-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.cities-copy h2 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 36px);
}

.cities-copy p {
  margin: 0;
  color: #e6f7ef;
  font-size: 17px;
  line-height: 1.6;
}

.cities-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.city-card {
  background: #ffffff;
  color: #1b1f24;
  border-radius: 18px;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 16px 24px rgba(18, 35, 29, 0.18);
  font-size: 16px;
  font-weight: 600;
}

.city-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e6fbf3;
  display: grid;
  place-items: center;
}

.city-icon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.cities-foot {
  margin: 8px 0 0;
  text-align: center;
  font-weight: 600;
  color: #e6f7ef;
  font-size: 16px;
}

.extra-services {
  background: #ffffff;
  padding: 60px 0 70px;
}

.extra-services-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
}

.extra-services-copy h2 {
  margin: 0 0 16px;
  color: #5ac6b0;
  font-size: clamp(26px, 3.4vw, 36px);
}

.extra-services-copy p {
  margin: 0 0 14px;
  color: #2b2f35;
  font-size: 17px;
  line-height: 1.7;
}

.extra-services-image img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 28px rgba(19, 40, 31, 0.18);
}

.team {
  background: #ffffff;
  padding: 60px 0 80px;
}

.team-content h2 {
  margin: 0 0 30px;
  text-align: center;
  color: #5ac6b0;
  font-size: clamp(22px, 3vw, 30px);
}

.team-subtitle {
  margin-top: 40px;
  color: #1b1f24;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 24px;
  justify-items: center;
}

.team-grid-single {
  grid-template-columns: minmax(200px, 260px);
  justify-content: center;
}

.team-card {
  text-align: center;
  display: grid;
  gap: 12px;
  width: 240px;
}

.team-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 26px rgba(20, 35, 30, 0.18);
}

.team-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1b1f24;
}

.faq {
  background: linear-gradient(180deg, #5bbd93 0%, #3f7b64 100%);
  color: #ffffff;
  padding: 60px 0 70px;
}

.faq-content {
  display: grid;
  gap: 32px;
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.faq-header h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
}

.faq-columns {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px 32px;
}

.faq-column {
  display: grid;
  gap: 18px;
}

.faq-divider {
  width: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.faq-item p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.cta {
  background: #ffffff;
  padding: 60px 0 80px;
}

.cta-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: end;
}

.cta-image {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.cta-image img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.cta-copy {
  color: #5b5b5b;
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
}

.cta-copy p {
  margin: 0 0 18px;
}

.cta-strong {
  font-weight: 700;
  color: #6b6b6b;
  font-size: 20px;
}

.cta-actions {
  display: grid;
  gap: 14px;
  justify-items: center;
  margin-top: 24px;
}

.cta-actions .btn {
  width: min(320px, 100%);
  justify-content: center;
}

.footer {
  background: #1f1f1f;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}

.footer p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.services h2 {
  margin-bottom: 24px;
  font-size: 26px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 26px rgba(13, 20, 33, 0.08);
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 19px;
}

@media (max-width: 920px) {
  .topbar-content {
    flex-direction: column;
    align-items: center;
  }

  .top-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .about-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-left img {
    margin: 0 auto;
  }

  .advantages-content {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .team-preview-body {
    grid-template-columns: 1fr;
  }

  .cities-copy {
    grid-template-columns: 1fr;
  }

  .extra-services-content {
    grid-template-columns: 1fr;
  }

  .cta-content {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .faq-columns {
    grid-template-columns: 1fr;
  }

  .faq-divider {
    display: none;
  }
}

@media (max-width: 600px) {
  .btn {
    width: 100%;
    justify-content: center;
  }

  .hero {
    padding-top: 32px;
  }

  .info-bar-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .info-bar-content p {
    flex: none;
    font-size: 13px;
    line-height: 1.6;
  }

  .hero-content {
    gap: 20px;
  }

  .hero-right {
    order: 1;
  }

  .hero-left {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .hero-left h1 {
    order: 1;
    margin-bottom: 0;
  }

  .hero-form,
  .hero-foot,
  .hero-subtitle-top,
  .hero-intro-mobile {
    display: none;
  }

  .hero-title-desktop {
    display: none;
  }

  .hero-title-mobile {
    display: block;
  }

  .hero-intro {
    display: none;
  }

  .hero-mobile-section {
    display: block;
    background: #ffffff;
    padding: 20px 0 24px;
  }

  .hero-mobile-content {
    display: grid;
    gap: 14px;
    text-align: center;
  }

  .hero-mobile-foot {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #2b2f35;
  }

  .hero-mobile-section .hero-subtitle-top {
    display: block;
    margin: 0;
    color: #2b2f35;
  }

  .hero-mobile-section .hero-subtitle-top strong {
    color: #1c1c1c;
  }

  .hero-form-mobile {
    display: grid;
    background: #f4f4f4;
    padding: 16px;
    border-radius: 16px;
    width: min(320px, 100%);
    margin: 0 auto;
  }

  .hero-form-mobile .btn {
    white-space: normal;
    line-height: 1.3;
    padding: 12px 16px;
  }

  .hero-mobile-intro {
    margin: 0;
    color: #2b2f35;
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-title-mobile {
    margin-top: 8px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
  }

  .benefits-grid .benefit-card {
    width: 100%;
  }

  .benefits-grid .benefit-card:last-child {
    grid-column: 1 / -1;
    max-width: 260px;
  }

  .advantages-content {
    text-align: center;
  }

  .advantages-left ul {
    list-style-position: inside;
    padding-left: 0;
  }

  .allies-rows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .allies-row {
    display: contents;
  }

  .ally-card {
    width: 100%;
  }

  .process-content h2 {
    text-align: center;
  }

  .process-grid {
    justify-items: center;
  }

  .process-card {
    text-align: center;
  }

  .process-step {
    position: static;
    margin-bottom: 6px;
  }

  .process-card p {
    margin: 0;
  }

  .faq-columns {
    gap: 18px;
  }

  .faq-column {
    padding-left: 18px;
  }

  .faq-item {
    display: list-item;
    list-style: disc;
  }
}