:root {
  --ink: #0a0a0a;
  --muted: #62666a;
  --line: #dedede;
  --paper: #f3f3f1;
  --white: #ffffff;
  --green: #e20f16;
  --green-dark: #a90d12;
  --aqua: #d7d9da;
  --gold: #e20f16;
  --silver: #bfc2c4;
  --charcoal: #080808;
  --shadow: 0 20px 50px rgba(8, 8, 8, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 28px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
}

.brand-logo {
  width: 104px;
  height: 42px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #000;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand small {
  color: rgba(255, 255, 255, 0.74);
}

.desktop-nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.desktop-nav a:hover {
  color: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.btn-primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 28px rgba(226, 15, 22, 0.28);
}

.btn-primary:hover {
  background: var(--green-dark);
}

.btn-dark {
  color: var(--white);
  background: var(--charcoal);
}

.btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

.btn-light {
  color: var(--ink);
  background: var(--white);
}

.btn-outline {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.btn-small {
  min-height: 42px;
  padding: 0 15px;
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  padding: 132px 0 84px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.64) 48%, rgba(0, 0, 0, 0.24) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.88) 100%);
}

.hero-content {
  position: relative;
  max-width: 820px;
  margin-left: max(20px, calc((100vw - 1160px) / 2));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 810px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-note {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  border-left: 4px solid var(--green);
  padding-left: 14px;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

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

.trust-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 18px 16px;
  font-weight: 800;
  border-right: 1px solid var(--line);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid svg {
  width: 22px;
  height: 22px;
  color: var(--green);
}

.section {
  padding: 92px 0;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 52px;
  align-items: center;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.check-panel,
.offer-box,
.package-card,
.service-card,
.faq-list details,
.steps article,
.benefit-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 19, 20, 0.06);
}

.check-panel {
  padding: 28px;
}

.check-panel > span,
.included > span,
.package-tag,
.site-footer span {
  display: block;
  margin-bottom: 15px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.check-list,
.service-card ul,
.package-card ul,
.included ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.service-card li,
.package-card li,
.included li {
  position: relative;
  padding-left: 28px;
  color: #30383c;
  line-height: 1.5;
}

.check-list li::before,
.service-card li::before,
.package-card li::before,
.included li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 4px rgba(226, 15, 22, 0.12);
}

.compact {
  margin-bottom: 24px;
}

.transformation,
.comparison,
.process,
.faq {
  background: var(--white);
}

.facilities {
  background: #151515;
  color: var(--white);
}

.facilities p {
  color: rgba(255, 255, 255, 0.76);
}

.facilities .btn-dark {
  color: var(--ink);
  background: var(--white);
}

.facility-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  align-items: stretch;
}

.facility-grid img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.facility-grid img:first-child {
  object-position: 55% center;
}

.facility-grid img:last-child {
  object-position: center;
  transform: translateY(34px);
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.before-after article {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 8px;
  background: var(--charcoal);
}

.before-after img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  opacity: 0.88;
}

.before-after div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 20px;
  color: var(--white);
  background: rgba(17, 19, 20, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.before-after strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
}

.before-after p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

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

.service-card {
  padding: 24px;
}

.service-card > svg,
.benefit-grid svg {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--green);
}

.offer {
  background: #ececec;
}

.offer-box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 40px;
  align-items: center;
  padding: 42px;
  margin-bottom: 28px;
}

.offer-box p {
  font-size: 18px;
}

.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.package-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
}

.package-card p,
.package-card ul {
  margin-bottom: 0;
}

.package-card strong {
  display: block;
  color: var(--green-dark);
  line-height: 1.45;
}

.package-card .btn {
  margin-top: auto;
}

.package-card.featured {
  color: var(--white);
  background: var(--charcoal);
  border-color: var(--charcoal);
  transform: translateY(-10px);
  box-shadow: 0 20px 48px rgba(226, 15, 22, 0.18);
}

.package-card.featured p,
.package-card.featured li,
.package-card.featured strong,
.package-card.featured .package-tag {
  color: rgba(255, 255, 255, 0.82);
}

.package-card.featured .package-tag {
  color: var(--green);
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.comparison-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.comparison-table strong,
.comparison-table span {
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.comparison-table strong:first-child,
.comparison-table span:first-child {
  border-right: 1px solid var(--line);
}

.comparison-table div:first-child {
  color: var(--white);
  background: var(--charcoal);
}

.comparison-table div:last-child span {
  border-bottom: 0;
}

.image-tile {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-tile img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

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

.steps article {
  padding: 24px;
}

.steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-weight: 800;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 230px;
  gap: 16px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery img:first-child {
  grid-row: span 2;
}

.gallery img:nth-child(4) {
  grid-column: span 2;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.benefit-grid article {
  padding: 22px;
}

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

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  line-height: 1.45;
}

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

.closing {
  position: relative;
  padding: 96px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 19, 20, 0.94), rgba(17, 19, 20, 0.72)),
    url("WhatsApp Image 2026-05-08 at 16.05.47.jpeg") center/cover;
}

.closing-content {
  max-width: 760px;
  margin-left: max(20px, calc((100vw - 1160px) / 2));
}

.closing h2 {
  color: var(--white);
}

.closing p {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.76);
  background: #000000;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr auto;
  gap: 28px;
  align-items: center;
}

.site-footer strong {
  color: var(--white);
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer span {
  margin-bottom: 0;
  color: var(--green);
}

.mobile-whatsapp {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(226, 15, 22, 0.34);
  font-weight: 800;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lead-modal.is-open {
  display: flex;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.lead-modal-panel {
  position: relative;
  width: min(940px, 100%);
  max-height: min(92vh, 860px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  overflow: auto;
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(226, 15, 22, 0.18), rgba(0, 0, 0, 0)),
    #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  cursor: pointer;
}

.modal-close svg {
  width: 20px;
  height: 20px;
}

.modal-copy {
  align-self: center;
  padding-right: 18px;
}

.modal-copy h2 {
  margin-bottom: 14px;
  color: var(--white);
}

.modal-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: var(--white);
  border-radius: 8px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f6f6f6;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.lead-form textarea {
  resize: vertical;
}

body.modal-open {
  overflow: hidden;
}

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

  .trust-grid,
  .service-grid,
  .steps,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-col,
  .offer-box,
  .packages {
    grid-template-columns: 1fr;
  }

  .package-card.featured {
    transform: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .site-header .btn {
    display: none;
  }

  .brand-logo {
    width: 94px;
    height: 38px;
  }

  .hero {
    min-height: 88vh;
    padding: 112px 0 64px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(29px, 9vw, 40px);
  }

  .hero-copy {
    font-size: 17px;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }

  .trust-grid,
  .before-after,
  .service-grid,
  .steps,
  .benefit-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .before-after article,
  .before-after img {
    min-height: 360px;
  }

  .offer-box {
    padding: 26px;
  }

  .comparison-table {
    font-size: 14px;
  }

  .comparison-table strong,
  .comparison-table span {
    padding: 12px;
  }

  .image-tile img {
    height: 360px;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .facility-grid {
    grid-template-columns: 1fr;
  }

  .facility-grid img {
    height: 390px;
  }

  .facility-grid img:last-child {
    transform: none;
  }

  .gallery img:first-child {
    grid-row: auto;
  }

  .gallery img:nth-child(4) {
    grid-column: auto;
  }

  .closing {
    padding: 72px 0 94px;
  }

  .mobile-whatsapp {
    display: flex;
  }

  .site-footer {
    padding-bottom: 88px;
  }

  .lead-modal {
    padding: 12px;
  }

  .lead-modal-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 58px 18px 18px;
  }

  .modal-copy {
    padding-right: 0;
  }
}
