:root {
  --pink: #ec5aa3;
  --pink-dark: #d83f8d;
  --cyan: #10acd0;
  --green: #35b85c;
  --purple: #7b67b3;
  --cream: #fff7fb;
  --ink: #3d3150;
  --muted: #7d7390;
  --white: #ffffff;
  --line: rgba(61, 49, 80, 0.12);
  --shadow: 0 18px 40px rgba(93, 62, 108, 0.13);
  --radius: 8px;
  --header-height: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.45;
}

img,
picture,
svg {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  fill: currentColor;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px max(18px, calc((100vw - 1120px) / 2));
  background: rgba(255, 247, 251, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 28px rgba(61, 49, 80, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(250px, 42vw);
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

.brand picture {
  width: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--purple);
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a:not(.btn):hover {
  color: var(--pink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--purple);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  color: var(--white);
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 12px 24px rgba(53, 184, 92, 0.24);
  transition: transform 0.18s ease, filter 0.18s ease;
}

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

.btn-primary,
.btn-green,
.btn-header {
  background: var(--green);
}

.btn-header {
  min-height: 40px;
  padding: 11px 18px;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: center;
  padding: calc(var(--header-height) + 36px) 0 54px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 247, 251, 0.98) 0%, rgba(255, 247, 251, 0.82) 45%, rgba(255, 255, 255, 0.12) 100%),
    radial-gradient(circle at 88% 24%, rgba(236, 90, 163, 0.22), transparent 34%),
    radial-gradient(circle at 70% 80%, rgba(16, 172, 208, 0.16), transparent 30%);
}

.hero::after {
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 5vh;
  width: 220px;
  height: 220px;
  border: 8px solid rgba(236, 90, 163, 0.18);
  border-radius: 52% 48% 57% 43%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: center;
  gap: 42px;
}

.mini-label {
  margin: 0 0 16px;
  color: var(--pink);
  font-size: 0.92rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  color: var(--purple);
  font-size: clamp(2.1rem, 3.8vw, 4.15rem);
}

h1 strong {
  color: var(--pink);
}

h2 {
  color: var(--pink);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

h3 {
  font-size: 1.08rem;
}

.hero-note {
  max-width: 620px;
  margin: 20px 0 24px;
  color: var(--muted);
  font-weight: 700;
}

.hero-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-icons span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--white);
  color: var(--purple);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(61, 49, 80, 0.08);
}

.hero-icons svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.hero-photo {
  position: relative;
  justify-self: end;
  width: min(470px, 100%);
}

.hero-photo picture {
  display: block;
  width: 100%;
  height: clamp(520px, 72svh, 640px);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 120px 120px;
  filter: drop-shadow(0 24px 34px rgba(61, 49, 80, 0.18));
}

.money-card {
  position: absolute;
  left: -34px;
  bottom: 34px;
  display: inline-flex;
  padding: 15px 20px;
  border-radius: 999px;
  background: var(--pink);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(236, 90, 163, 0.28);
}

.value-strip {
  background: var(--pink);
  color: var(--white);
}

.strip-content {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  font-size: 1.08rem;
}

.strip-content strong {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.16rem, 2vw, 1.7rem);
}

.strip-content span:last-child {
  max-width: 560px;
  font-weight: 700;
}

.cash-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
}

.cash-icon svg {
  width: 34px;
  height: 34px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  align-items: center;
  background: var(--white);
}

.visual-half {
  min-height: 540px;
}

.visual-half picture {
  height: 100%;
  min-height: 540px;
}

.visual-half img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.content-half {
  padding: 70px clamp(24px, 7vw, 96px);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 28px;
}

.check-list span {
  position: relative;
  padding: 14px 16px 14px 48px;
  border-radius: 999px;
  background: #f9edf6;
  color: var(--purple);
  font-weight: 800;
}

.check-list span::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}

.check-list span::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: translateY(-60%) rotate(-45deg);
}

.steps-section,
.about-short,
.faq-section {
  padding: 86px 0;
}

.center-heading {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-subtitle {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--muted);
  font-weight: 700;
}

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

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

.icon-card {
  position: relative;
  min-height: 230px;
  padding: 26px 20px;
  border-radius: var(--radius);
  background: var(--white);
  text-align: center;
  box-shadow: var(--shadow);
}

.icon-card svg {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  color: var(--cyan);
}

.icon-card h3 {
  color: var(--purple);
}

.icon-card p {
  margin: 10px auto 0;
  color: var(--muted);
  font-weight: 700;
}

.step-number {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.blue-band {
  padding: 78px 0;
  background: var(--cyan);
  color: var(--white);
  text-align: center;
}

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

.trust-message {
  max-width: 900px;
  margin: 0 auto;
}

.trust-message svg {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
}

.trust-message p {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 1.14rem;
  font-weight: 800;
}

.steps-section {
  background: var(--white);
}

.center-action {
  margin-top: 32px;
  text-align: center;
}

.about-short {
  background:
    radial-gradient(circle at 96% 30%, rgba(16, 172, 208, 0.18), transparent 28%),
    #fff7fb;
}

.about-short-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
  gap: 38px;
}

.lawyer-photo {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(236, 90, 163, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 18%, rgba(236, 90, 163, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 247, 251, 0.96), rgba(236, 248, 251, 0.88)),
    var(--white);
  color: var(--purple);
  font-weight: 800;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.lawyer-photo::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 999px rgba(255, 247, 251, 0.08);
  pointer-events: none;
}

.lawyer-photo picture {
  width: 100%;
  height: 100%;
}

.lawyer-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
  filter: brightness(1.05) contrast(0.96) saturate(0.92);
}

.about-panel {
  padding: 38px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.about-panel p:not(.mini-label) {
  color: var(--muted);
  font-weight: 700;
}

.about-panel strong {
  color: var(--purple);
}

.about-subtitle {
  margin-top: 22px;
  color: var(--purple);
}

.mini-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 26px;
}

.mini-badges span {
  padding: 10px 13px;
  border-radius: 999px;
  background: #ecf8fb;
  color: var(--cyan);
  font-weight: 800;
}

.testimonials-section {
  padding: 86px 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(236, 90, 163, 0.12), transparent 28%),
    var(--white);
}

.testimonial-carousel {
  position: relative;
}

.testimonial-viewport {
  overflow: hidden;
  padding: 8px;
  touch-action: pan-y;
}

.testimonial-track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 300px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(61, 49, 80, 0.1);
}

.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-head picture {
  flex: 0 0 58px;
}

.review-head img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f3f3f3;
}

.review-head h3 {
  color: var(--ink);
  font-size: 1rem;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.stars {
  color: #f6b91a;
  letter-spacing: 1px;
}

.review-text {
  margin: 16px 0 0;
  color: var(--ink);
  font-weight: 700;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--pink);
  box-shadow: var(--shadow);
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-arrow svg {
  width: 24px;
  height: 24px;
}

.carousel-prev {
  left: -12px;
}

.carousel-next {
  right: -12px;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 22px 0 0;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(236, 90, 163, 0.28);
  cursor: pointer;
}

.testimonial-dots button.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--pink);
}

.faq-section {
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border-radius: var(--radius);
  background: #f7eaf2;
}

.faq-call p {
  color: var(--muted);
  font-weight: 700;
}

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

.faq-list details {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.faq-list summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--purple);
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--pink);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: -4px 18px 16px;
  color: var(--muted);
  font-weight: 700;
}

.final-cta {
  padding: 70px 0;
  background: var(--pink);
  color: var(--white);
  text-align: center;
}

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

.final-cta p {
  margin: 14px auto 24px;
  max-width: 580px;
  font-weight: 800;
}

.final-cta span {
  display: block;
  margin-top: 12px;
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  filter: drop-shadow(0 12px 18px rgba(53, 184, 92, 0.32));
  transition: transform 0.18s ease, filter 0.18s ease;
  animation: whatsapp-nudge 6s ease-in-out infinite;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.03);
  filter: drop-shadow(0 16px 22px rgba(53, 184, 92, 0.38));
}

.floating-whatsapp picture {
  width: 100%;
  height: 100%;
}

.floating-whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes whatsapp-nudge {
  0%,
  72%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  76% {
    transform: translate3d(-2px, 0, 0) rotate(-2deg) scale(1.02);
  }

  80% {
    transform: translate3d(2px, 0, 0) rotate(2deg) scale(1.02);
  }

  84% {
    transform: translate3d(-1px, 0, 0) rotate(-1deg) scale(1.01);
  }

  88% {
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp {
    animation: none;
  }
}

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

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-footer strong {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}

.site-footer p {
  margin: 7px 0;
}

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

.site-footer a {
  color: var(--white);
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 980px) {
  .hero-grid,
  .split-section,
  .about-short-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    justify-self: center;
  }

  .hero-photo picture {
    height: clamp(460px, 68svh, 560px);
  }

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

  .review-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .visual-half,
  .visual-half picture,
  .visual-half img {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

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

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 10px;
  }

  .site-nav .btn {
    margin-top: 8px;
  }

  .hero {
    min-height: auto;
  }

  .hero-icons {
    display: grid;
  }

  .strip-content {
    flex-direction: column;
    gap: 6px;
    padding: 16px 0;
  }

}

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

  .brand {
    width: min(190px, 52vw);
  }

  h1 {
    font-size: 2.12rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .btn {
    width: 100%;
    padding-inline: 18px;
    text-align: center;
  }

  .hero-photo img {
    border-radius: 0 0 80px 80px;
  }

  .hero-photo {
    width: min(390px, 100%);
  }

  .hero-photo picture {
    height: 500px;
  }

  .money-card {
    left: 12px;
    bottom: 18px;
    font-size: 0.98rem;
  }

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

  .testimonials-section {
    padding: 64px 0;
  }

  .review-card {
    flex-basis: 100%;
  }

  .carousel-arrow {
    display: none;
  }

  .steps-section,
  .about-short,
  .faq-section {
    padding: 64px 0;
  }

  .content-half,
  .about-panel,
  .faq-grid {
    padding: 26px 18px;
  }

  .footer-grid {
    flex-direction: column;
  }
}
