:root {
  --green: #00c853;
  --accent: #b6a061;
  --accent-dark: #8f7c44;
  --dark: #111111;
  --light: #f5f5f5;
  --text: #303030;
  --muted: #6f6f6f;
  --white: #ffffff;
  --max: 1140px;
  --font-body: "Inter", Arial, sans-serif;
  --font-heading: "Manrope", "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  padding: 22px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo {
  width: 150px;
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-logo img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.section, .hero { padding: 88px 0; }
.section-light { background: var(--light); }
.section-dark { background: radial-gradient(circle at top left, #2d2a22, var(--dark) 42%); color: var(--white); }
.hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding-top: 192px;
  background-image:
    linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.54) 46%, rgba(0,0,0,.28) 100%),
    linear-gradient(rgba(0,0,0,.36), rgba(0,0,0,.36)),
    url("assets/defaults/hero-bg.png");
  background-size: cover;
  background-position: center;
  color: var(--white);
}
.hero .container { position: relative; z-index: 1; }
.hero-centered {
  max-width: 980px;
  text-align: center;
}
.hero-centered .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-centered h1 {
  max-width: 920px;
}
.hero-centered .lead {
  max-width: 760px;
}
.hero-centered .hero-bullets {
  justify-items: center;
}
.hero-centered .hero-bullets li {
  text-align: center;
}
.section-accent, .conversion-band { background: var(--accent); color: var(--white); }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: 48px; align-items: center; }
.align-start { align-items: start; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.eyebrow.light { color: #f4e4aa; }
h1, h2, h3 {
  margin: 0;
  font-family: var(--font-heading);
  line-height: 1.12;
  letter-spacing: 0;
}
h1 { font-size: clamp(38px, 7vw, 68px); max-width: 780px; }
h2 { font-size: clamp(30px, 4vw, 44px); }
h3 { font-size: 20px; }
.lead { font-size: 19px; color: inherit; opacity: .9; }
.hero-bullets { margin: 28px 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.hero-bullets li::before { content: "✓"; color: var(--green); margin-right: 10px; font-weight: 900; }
.hero-reassurance {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.45;
}
.hero-centered .hero-reassurance {
  text-align: center;
}
.whatsapp-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 48px;
  padding: 13px 24px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .01em;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  gap: 9px;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.18;
}
.whatsapp-button::after,
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -70%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent);
  opacity: .55;
  pointer-events: none;
  animation: whatsapp-shine 5.5s ease-in-out infinite;
}
.whatsapp-button > *,
.whatsapp-float > * {
  position: relative;
  z-index: 1;
}
.whatsapp-button span {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}
.whatsapp-button-pill { border-radius: 999px; }
.whatsapp-button-soft { border-radius: 8px; }
.whatsapp-button-square { border-radius: 0; }
.whatsapp-icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
}
.whatsapp-button-green { background: var(--green); color: var(--white); }
.whatsapp-button-black { background: var(--dark); color: var(--white); margin-top: 18px; }
.hero-media {
  min-height: 360px;
  border: 1px solid rgba(255,255,255,.16);
  display: grid;
  place-items: center;
  padding: 42px;
  background: rgba(255,255,255,.06);
}
.hero-media img { width: min(320px, 80%); }
.video-slot {
  width: min(100%, 390px);
  justify-self: end;
  aspect-ratio: 9 / 16;
  min-height: auto;
  padding: 10px;
  border-radius: 28px;
  background: rgba(0,0,0,.34);
  box-shadow: 0 26px 70px rgba(0,0,0,.38);
}
.video-slot iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  background: #000;
}
.empty-video-slot {
  padding: 32px;
  text-align: center;
}
.empty-video-slot p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.section-header { text-align: center; max-width: 760px; margin: 0 auto 38px; }
.team-subtitle {
  margin: 14px 0 0;
  color: #d4bd75;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .28em;
}
.intro { text-align: center; max-width: 760px; margin: -18px auto 34px; color: var(--muted); }
.problem-section {
  background: #f7f7f7;
  padding: 72px 0 84px;
}
.problem-header {
  text-align: center;
  margin: 0 auto 24px;
}
.problem-header h2 {
  color: #242424;
  font-size: clamp(34px, 4.5vw, 46px);
  letter-spacing: 0;
  font-weight: 800;
}
.problem-header .eyebrow {
  margin-top: 16px;
  color: #d4bd75;
  letter-spacing: .42em;
}
.problem-header .intro {
  max-width: 1150px;
  margin: 22px auto 0;
  color: #424242;
  font-size: 15px;
}
.card-grid, .feature-grid, .profile-grid, .review-grid { display: grid; gap: 24px; }
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-grid, .profile-grid, .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.solutions-section {
  background: var(--white);
  padding: 72px 0 82px;
}
.solutions-header {
  text-align: center;
  margin: 0 auto 38px;
}
.solutions-header h2 {
  color: #242424;
  font-size: clamp(34px, 4.2vw, 44px);
  font-weight: 800;
}
.solutions-header .eyebrow {
  margin-top: 16px;
  color: #d4bd75;
  letter-spacing: .42em;
}
.solutions-section .feature-grid {
  gap: 0;
  align-items: stretch;
}
.solutions-section .feature {
  min-height: 178px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  column-gap: 22px;
}
.solutions-section .feature:nth-child(2),
.solutions-section .feature:nth-child(3),
.solutions-section .feature:nth-child(5),
.solutions-section .feature:nth-child(6) {
  border-left: 1px solid #dedede;
}
.solutions-section .feature:nth-child(n + 4) {
  border-top: 20px solid transparent;
}
.solutions-section .feature h3 {
  color: #141414;
  font-size: 19px;
  line-height: 1.28;
  font-weight: 800;
  max-width: 330px;
}
.solutions-section .feature p {
  margin-top: 6px;
  color: #555555;
  font-size: 17px;
  line-height: 1.45;
  max-width: 350px;
}
.solutions-section .feature-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  align-self: start;
  margin-top: 2px;
  background: transparent;
  color: #d4bd75;
  border: 5px solid #d4bd75;
}
.solutions-section .feature-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 3.4;
}
.info-card, .feature, .review-card {
  background: var(--white);
  border: 1px solid #e5e1d7;
  border-radius: 8px;
  padding: 28px;
}
.problem-section .card-grid {
  gap: 30px 20px;
}
.problem-section .info-card {
  min-height: 310px;
  background: #e9e9e9;
  border: 0;
  border-radius: 0;
  padding: 26px 20px 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.problem-section .info-card h3 {
  max-width: 560px;
  margin-top: 18px;
  color: #111111;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}
.problem-section .info-card ul {
  margin-top: 18px;
  padding-left: 20px;
  color: #3f3f3f;
  font-size: 16px;
}
.problem-section .info-card li + li {
  margin-top: 6px;
}
.info-card.highlight { background: var(--accent); color: var(--white); }
.problem-section .info-card.highlight {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
}
.problem-section .info-card.highlight h3,
.problem-section .info-card.highlight ul {
  color: var(--white);
}
.card-icon, .feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eee6d2;
  color: var(--accent-dark);
  display: inline-grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 18px;
}
.problem-section .card-icon {
  width: 78px;
  height: 78px;
  margin-bottom: 8px;
  background: transparent;
  color: var(--accent);
}
.problem-section .highlight .card-icon {
  color: var(--white);
}
.problem-section .card-icon svg {
  width: 70px;
  height: 70px;
  stroke-width: 1.7;
}
.card-icon svg, .feature-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.4;
}
.info-card ul { margin: 18px 0 0; padding-left: 18px; }
.feature { display: flex; gap: 16px; }
.feature-icon { flex: 0 0 42px; margin-bottom: 0; }
.feature p { margin: 8px 0 0; color: var(--muted); }
.portrait {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 8px;
}
.inset-value-section {
  background: var(--white);
  padding: 34px 0;
}
.value-panel {
  width: min(1200px, calc(100% - 40px));
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: var(--white);
  padding: 42px;
  gap: 42px;
  align-items: stretch;
}
.value-copy h2 {
  max-width: 560px;
  color: #202026;
  font-size: clamp(34px, 4.1vw, 42px);
  line-height: 1.04;
  font-weight: 800;
}
.value-copy .lead {
  max-width: 610px;
  margin: 20px 0 18px;
  color: #202026;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 600;
}
.value-highlights {
  max-width: 610px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}
.value-highlights li {
  color: var(--white);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}
.value-highlights li::before {
  content: "✓";
  margin-right: 9px;
  color: #f5e7b1;
  font-weight: 900;
}
.value-copy p:not(.lead) {
  max-width: 630px;
  color: var(--white);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 0 18px;
}
.value-copy .whatsapp-button {
  margin-top: 4px;
}
.inset-value-section .portrait {
  width: 100%;
  height: 100%;
  min-height: 620px;
  max-height: none;
  object-fit: cover;
  border-radius: 6px;
  filter: grayscale(1);
}
.profile-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--accent);
  color: var(--white);
}
.profile-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top; }
.profile-card-footer {
  min-height: 96px;
  padding: 18px;
  text-align: center;
  display: grid;
  align-content: center;
  gap: 6px;
}
.profile-card h3 { font-size: 18px; }
.profile-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}
.testimonials-section {
  background: #0d0d0d;
  padding: 88px 0 52px;
}
.testimonials-section .container {
  max-width: 1120px;
}
.testimonials-section h2 {
  text-align: center;
  color: var(--white);
  font-size: clamp(36px, 4.4vw, 44px);
  margin-bottom: 44px;
}
.testimonials-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}
.testimonials-kicker .google-g {
  font-size: 28px;
}
.testimonials-kicker .google-logo-img {
  height: 30px;
  width: auto;
}
.review-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
}
.review-carousel-viewport {
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
}
.review-grid {
  display: flex;
  align-items: start;
  gap: 24px;
  overflow-x: auto;
  max-width: 100%;
  min-width: 0;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.review-grid::-webkit-scrollbar {
  display: none;
}
.review-carousel-button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  color: var(--white);
  cursor: pointer;
}
.review-carousel-button:hover {
  background: rgba(255,255,255,.16);
}
.review-carousel-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}
.review-card {
  position: relative;
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  min-height: 210px;
  padding: 0 12px;
}
.review-topline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  min-width: 0;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 42px;
  background: #8092a0;
}
.review-avatar-fallback {
  display: inline-grid;
  place-items: center;
  font-weight: 800;
}
.review-card h3 {
  color: var(--white);
  font-size: 15px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.review-date {
  margin: 3px 0 0;
  color: #9a9a9a;
  font-size: 12px;
}
.review-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
}
.review-google {
  margin-left: auto;
  align-self: flex-start;
}
.google-g {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.google-logo-img {
  display: block;
  width: auto;
  height: 18px;
  object-fit: contain;
}
.stars { color: #ffc400; letter-spacing: .02em; }
.verified-badge {
  width: 14px;
  height: 14px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #4285f4;
  color: var(--white);
  font-size: 9px;
  font-weight: 900;
}
.review-card > p:not(.review-date) {
  color: #d6d6d6;
  margin: 0;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 400;
}
.review-more {
  display: inline-block;
  color: #8f8f8f;
  text-decoration: none;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}
.disclaimer { color: #f0f0f0; font-size: 16px; text-align: center; margin-top: 48px; }
.conversion-band { padding: 42px 0; }
.band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.band-inner p { margin-bottom: 0; }
.accordion { display: grid; gap: 12px; margin-bottom: 24px; }
details { border: 1px solid #e5e1d7; border-radius: 8px; padding: 18px 20px; background: var(--white); }
summary { cursor: pointer; font-weight: 800; }
details p { margin-bottom: 0; color: var(--muted); }
.checklist { background: var(--light); padding: 32px; border-radius: 8px; }
.check-item { display: flex; gap: 14px; margin-top: 22px; }
.check-item span { color: var(--accent); font-weight: 900; }
.check-item p { margin: 0; }
.site-footer { background: var(--dark); color: var(--white); padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.2fr 1fr; gap: 32px; }
.footer-logo { width: 150px; }
.site-footer h3 { font-size: 18px; margin-bottom: 16px; }
.site-footer a { display: block; text-decoration: none; color: #e9e9e9; margin: 8px 0; }
.site-footer p { color: #d1d1d1; margin: 8px 0; }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-contact-item i,
.footer-contact-item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  color: var(--accent);
  stroke-width: 2.2;
}
.footer-contact-item .footer-brand-icon {
  stroke-width: 2;
}
.footer-contact-item a {
  margin: 0;
}
.copyright { border-top: 1px solid rgba(255,255,255,.12); text-align: center; padding: 18px; margin-top: 44px; font-size: 13px; color: #cfcfcf; }
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0,0,0,.24);
  overflow: hidden;
}
.whatsapp-float .whatsapp-icon {
  width: 32px;
  height: 32px;
}

@keyframes whatsapp-shine {
  0%, 58% {
    left: -70%;
  }
  78%, 100% {
    left: 130%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-button::after,
  .whatsapp-float::after {
    animation: none;
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .section, .hero { padding: 64px 0; }
  .site-header { padding: 16px 0; }
  .header-logo,
  .header-logo img {
    width: 118px;
    height: 118px;
  }
  .hero {
    min-height: auto;
    padding-top: 172px;
  }
  .split, .two-col, .feature-grid, .profile-grid, .review-grid, .footer-grid { grid-template-columns: 1fr; }
  .band-inner { align-items: flex-start; flex-direction: column; }
  .hero-media { min-height: 260px; }
  .video-slot { justify-self: center; width: min(100%, 340px); min-height: auto; }
  .problem-header .eyebrow { letter-spacing: .22em; }
  .problem-section .info-card { min-height: auto; }
  .solutions-header .eyebrow { letter-spacing: .22em; }
  .team-subtitle { letter-spacing: .16em; }
  .solutions-section .feature {
    min-height: auto;
    padding: 24px 0;
    grid-template-columns: 58px minmax(0, 1fr);
    border-left: 0 !important;
    border-top: 1px solid #dedede;
  }
  .solutions-section .feature:first-child { border-top: 0; }
  .solutions-section .feature:nth-child(n + 4) { border-top: 1px solid #dedede; }
  .solutions-section .feature h3,
  .solutions-section .feature p {
    max-width: none;
  }
  .review-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
  }
  .review-card {
    flex-basis: 72%;
  }
  .value-panel {
    width: min(100% - 28px, 1200px);
    padding: 28px;
    gap: 28px;
  }
  .value-copy .lead { font-size: 22px; line-height: 1.12; }
  .inset-value-section .portrait { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
}

@media (max-width: 560px) {
  body { overflow-x: hidden; }
  .container { width: min(100% - 28px, var(--max)); }
  .section, .hero { padding: 52px 0; }
  .site-header { padding: 12px 0; }
  .header-logo,
  .header-logo img {
    width: 96px;
    height: 96px;
  }
  .hero {
    padding-top: 138px;
    min-height: 680px;
  }
  h1 { font-size: clamp(34px, 11vw, 46px); }
  .lead { font-size: 17px; }
  .info-card, .feature, .review-card, .checklist { padding: 22px; }
  .review-carousel {
    grid-template-columns: 1fr;
    width: 100%;
    overflow: hidden;
  }
  .review-carousel-button {
    display: none;
  }
  .review-carousel-viewport {
    overflow: hidden;
    width: 100%;
  }
  .review-card {
    flex: 0 0 100%;
    padding: 0;
  }
  .review-grid { gap: 18px; }
  .review-card > p:not(.review-date) { font-size: 14px; }
  .testimonials-section h2 { margin-bottom: 30px; }
  .value-panel {
    width: min(100% - 28px, 1200px);
    padding: 24px;
    gap: 24px;
  }
  .value-copy h2 { font-size: clamp(28px, 9vw, 36px); }
  .value-copy .lead { font-size: 20px; }
  .value-copy p:not(.lead) { margin-bottom: 14px; }
  .whatsapp-button {
    max-width: 100%;
    width: 100%;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .whatsapp-button span {
    white-space: normal;
  }
}
