:root {
  --bg: #f2f0ea;
  --bg-soft: #f8f7f3;
  --surface: rgba(255, 254, 250, 0.88);
  --surface-strong: #fffefa;
  --line: rgba(52, 57, 51, 0.12);
  --line-strong: rgba(52, 57, 51, 0.24);
  --text: #252a26;
  --muted: #687167;
  --accent: #6f8072;
  --accent-deep: #34413a;
  --accent-soft: rgba(111, 128, 114, 0.14);
  --cta: #bf5b2f;
  --cta-deep: #7b341f;
  --cta-soft: rgba(191, 91, 47, 0.18);
  --forest: #34413a;
  --shadow: 0 16px 42px rgba(47, 55, 49, 0.08);
  --shadow-soft: 0 10px 26px rgba(47, 55, 49, 0.055);
  --radius-xl: 20px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(203, 199, 184, 0.34), transparent 27%),
    radial-gradient(circle at 86% 12%, rgba(111, 128, 114, 0.12), transparent 23%),
    linear-gradient(180deg, #f7f5ef 0%, var(--bg) 42%, var(--bg-soft) 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
strong {
  margin: 0;
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

p {
  margin: 0;
  text-wrap: pretty;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.ambient {
  position: fixed;
  z-index: 0;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(44px);
  opacity: 0.24;
  pointer-events: none;
}

.ambient-left {
  top: -10rem;
  left: -10rem;
  background: rgba(111, 128, 114, 0.16);
}

.ambient-right {
  top: 16rem;
  right: -12rem;
  background: rgba(202, 194, 176, 0.18);
}

.topbar,
.section,
.footer,
.sticky-cta {
  position: relative;
  z-index: 1;
}

.section,
.footer {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.topbar {
  width: min(calc(100% - 2rem), var(--container));
  margin: 1rem auto 0;
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: #eef1eb;
  border: 1px solid var(--line);
  color: var(--accent-deep);
  font-size: 1.2rem;
}

.brand-copy {
  display: grid;
  gap: 0.08rem;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.topnav {
  display: inline-flex;
  justify-self: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.topnav a,
.eyebrow,
.card-badge,
.contact-label,
.review-label,
.panel-label,
.step-number {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.topnav a {
  color: var(--muted);
}

.topbar-actions {
  display: grid;
  gap: 0.8rem;
  justify-items: end;
}

.language-switcher {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
}

.language-button {
  min-height: 2.2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.78);
  color: var(--muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.language-button:hover,
.language-button:focus-visible {
  transform: translateY(-1px);
  border-color: var(--line-strong);
}

.language-button.is-active {
  color: #ffffff;
  border-color: transparent;
  background: var(--accent-deep);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.95rem;
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-deep) 100%);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(191, 91, 47, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 20px 44px rgba(191, 91, 47, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.button-secondary {
  background: rgba(255, 254, 250, 0.68);
  border-color: var(--line);
  color: var(--text);
}

.button-large {
  min-height: 3.15rem;
  padding-inline: 1.35rem;
}

.hero {
  padding: 3.2rem 0 1.35rem;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1.35rem;
  align-items: center;
}

.eyebrow,
.panel-label,
.step-number,
.contact-label,
.card-badge,
.review-label {
  color: var(--accent-deep);
}

h1 {
  font-size: clamp(2.25rem, 5.2vw, 4.25rem);
  line-height: 1;
  max-width: 13.5ch;
  letter-spacing: -0.04em;
  font-weight: 800;
}

h2 {
  font-size: clamp(1.55rem, 3.35vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 800;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.18;
  font-weight: 760;
}

.hero-text,
.section-heading p,
.info-card p,
.mini-card p,
.stat-card p,
.step-card p,
.review-card p,
.faq-card p,
.booking-copy p,
.contact-card p,
.footer-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.hero-text {
  margin-top: 0.95rem;
  max-width: 35rem;
  font-size: 1rem;
  white-space: pre-line;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.15rem;
}

.quick-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.contacts-quick-links {
  margin-top: 0.85rem;
}

.quick-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.45rem;
  padding: 0.38rem 0.75rem 0.38rem 0.42rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.74);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(43, 43, 38, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.quick-contact-link:hover,
.quick-contact-link:focus-visible {
  border-color: var(--line-strong);
  box-shadow: 0 14px 30px rgba(43, 43, 38, 0.1);
  transform: translateY(-1px);
}

.quick-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 1.72rem;
  height: 1.72rem;
  border-radius: 50%;
  background: var(--accent-deep);
  color: #ffffff;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.quick-contact-link-whatsapp .quick-contact-icon {
  background: #2f7f5f;
}

.quick-contact-link-instagram .quick-contact-icon {
  background: linear-gradient(135deg, #9a5b37, #d08a56);
}

.hero-visual {
  display: grid;
  gap: 0.75rem;
}

.hero-photo-card,
.booking-panel,
.about-visual,
.info-card,
.stat-card,
.step-card,
.review-card,
.faq-card,
.trust-card,
.contact-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.96), rgba(249, 248, 244, 0.94));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  min-width: 0;
  overflow-wrap: break-word;
}

.hero-photo-card {
  overflow: hidden;
}

.hero-photo-card img {
  aspect-ratio: 1.12;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.82) contrast(0.96) brightness(1.02);
}

.card-grid,
.stats-grid,
.steps-grid,
.faq-grid {
  display: grid;
  gap: 0.75rem;
}

.mini-card strong,
.info-card h3,
.stat-card h3,
.step-card h3,
.review-card h3,
.faq-card h3,
.contact-card h3 {
  display: block;
  margin-top: 0.25rem;
}

.trust-section {
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

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

.trust-card,
.info-card,
.stat-card,
.step-card,
.review-card,
.faq-card,
.contact-card {
  padding: 1rem;
}

.trust-card span {
  display: block;
  margin-bottom: 0.32rem;
}

.section {
  padding-top: 1.65rem;
}

.section-heading {
  max-width: 36rem;
  margin-bottom: 0.95rem;
}

.section-heading p {
  margin-top: 0.55rem;
  white-space: pre-line;
}

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

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

#booking-callback-link {
  display: none;
}

.card-badge {
  display: inline-block;
  margin-bottom: 0.45rem;
}

.service-card {
  padding: 0.62rem;
  display: grid;
  gap: 0.68rem;
  align-content: start;
}

.service-card-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.32;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.7);
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.82) contrast(0.96) brightness(1.02);
}

.service-media-office img {
  object-position: center 28%;
}

.service-media-training img {
  object-position: center 30%;
}

.service-card-body {
  display: grid;
  gap: 0.28rem;
  padding: 0 0.18rem 0.1rem;
}

.service-card .card-badge {
  width: fit-content;
  margin-bottom: 0.08rem;
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  background: var(--accent-soft);
  font-size: 0.76rem;
  font-weight: 800;
}

.service-card h3 {
  margin-top: 0;
}

.price-card {
  padding: 0.95rem;
  display: grid;
  gap: 0.32rem;
  align-content: start;
}

.price-card .card-badge {
  margin-bottom: 0.08rem;
  color: var(--accent-deep);
  font-weight: 800;
}

.price-card p {
  font-weight: 760;
  color: var(--text);
  line-height: 1.38;
}

.section-note {
  margin-top: 0.65rem;
  color: var(--muted);
}

.about-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 1rem;
  align-items: center;
}

.about-visual {
  overflow: hidden;
}

.about-visual img {
  aspect-ratio: 1.12;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.82) contrast(0.96) brightness(1.02);
}

.about-copy {
  display: grid;
  gap: 0.75rem;
}

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

.faq-section,
.contacts-section {
  display: grid;
  gap: 0.35rem;
}

.process-section,
.reviews-section {
  display: none;
}

.process-layout {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 0.85rem;
  align-items: stretch;
}

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

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

.process-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.process-photo,
.booking-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 254, 250, 0.9);
  box-shadow: var(--shadow-soft);
}

.process-photo img,
.booking-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.82) contrast(0.96) brightness(1.02);
}

.process-photo-large {
  min-height: 14rem;
}

.process-photo-large img {
  object-position: center 32%;
}

.process-photo:not(.process-photo-large) {
  display: none;
}

.step-number {
  display: inline-flex;
  margin-bottom: 0.55rem;
}

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

.reviews-grid .review-card:only-child {
  max-width: 42rem;
}

.review-label {
  display: inline-block;
  margin-bottom: 0.65rem;
}

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

.booking-panel {
  padding: 1.15rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.95rem;
}

.booking-copy {
  display: grid;
  gap: 0.65rem;
}

.booking-actions {
  display: grid;
  gap: 0.65rem;
  align-content: center;
}

.booking-actions-inline {
  display: flex;
  flex-wrap: wrap;
  align-content: initial;
  margin-top: 0.2rem;
}

.booking-photo {
  display: none;
}

.request-form {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 254, 250, 0.66);
  display: grid;
  gap: 0.75rem;
  min-width: 0;
}

.request-form-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 254, 250, 0.66);
  padding: 0.85rem;
  min-width: 0;
}

.request-form-shell summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--text);
  font-weight: 850;
  list-style: none;
}

.request-form-shell summary::-webkit-details-marker {
  display: none;
}

.request-form-shell summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
}

.request-form-shell[open] summary::after {
  content: "-";
}

.request-form-shell .request-form {
  margin-top: 0.8rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.callback-form-shell {
  background: linear-gradient(135deg, rgba(169, 98, 61, 0.11), rgba(255, 254, 250, 0.9));
  border-color: rgba(169, 98, 61, 0.24);
}

.callback-form-shell summary {
  color: var(--cta-deep);
}

.callback-form-shell summary::after {
  background: var(--cta-soft);
  color: var(--cta-deep);
}

.form-heading {
  display: grid;
  gap: 0.4rem;
}

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

.form-field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.form-field span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea,
.request-preview {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 254, 250, 0.92);
  color: var(--text);
  font: inherit;
  padding: 0.72rem 0.78rem;
  outline: none;
}

.form-field textarea,
.request-preview {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(111, 128, 114, 0.12);
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-status {
  color: var(--muted);
  line-height: 1.5;
}

.request-preview {
  min-height: 7rem;
  color: var(--muted);
}

.contact-label {
  display: block;
  margin-bottom: 0.5rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.65rem;
  color: var(--accent-deep);
  font-weight: 800;
}

.footer {
  margin: 1.8rem auto 1.2rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.footer-meta {
  text-align: right;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: none;
  padding: 0.75rem;
  background: linear-gradient(180deg, rgba(242, 240, 234, 0), rgba(242, 240, 234, 0.92) 38%, rgba(242, 240, 234, 0.98));
}

.sticky-cta-button {
  width: min(100%, 32rem);
  margin: 0 auto;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-delay {
  transition-delay: 120ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .topbar {
    border-radius: var(--radius-lg);
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .topnav {
    justify-content: flex-start;
  }

  .topbar-actions {
    justify-items: stretch;
  }

  .language-switcher {
    justify-content: flex-start;
  }

  .hero,
  .about-section,
  .process-layout,
  .booking-panel,
  .footer {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .prices-grid,
  .contacts-grid,
  .steps-grid,
  .reviews-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-photo-large {
    min-height: 14rem;
  }
}

@media (max-width: 720px) {
  .section,
  .footer,
  .topbar {
    width: min(calc(100% - 1rem), var(--container));
  }

  .topbar {
    margin-top: 0.6rem;
    padding: 0.78rem;
  }

  .topnav,
  .topbar-cta {
    display: none;
  }

  .topbar-actions {
    justify-items: start;
  }

  .topnav {
    gap: 0.75rem;
    justify-content: space-between;
  }

  .language-switcher {
    gap: 0.35rem;
  }

  .language-button {
    flex: 0 0 auto;
    min-height: 2rem;
    padding: 0.3rem 0.58rem;
    justify-content: center;
  }

  .hero {
    padding-top: 2rem;
  }

  h1 {
    max-width: 100%;
  }

  .hero-actions,
  .booking-actions {
    grid-template-columns: 1fr;
  }

  .booking-actions-inline,
  .form-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .button,
  .button-large {
    width: 100%;
  }

  .services-grid,
  .prices-grid,
  .contacts-grid,
  .steps-grid,
  .process-layout .steps-grid,
  .reviews-grid,
  .faq-grid,
  .stats-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .process-photo-large,
  .process-photo:not(.process-photo-large),
  .booking-photo {
    min-height: 11rem;
  }

  .footer {
    margin-top: 2rem;
    padding-bottom: 5.5rem;
  }

  .footer-meta {
    text-align: left;
  }

  .sticky-cta {
    display: block;
  }
}
