:root {
  --bg: #f4f6fa;
  --bg-2: #e9edf4;
  --ink: #182432;
  --ink-soft: #3f5166;
  --gold: #c99b4d;
  --gold-2: #e3be77;
  --line: rgba(51, 80, 117, 0.2);
  --glass: rgba(255, 255, 255, 0.9);
  --glass-2: rgba(239, 245, 251, 0.86);
  --green: #3cae3d;
  --green-2: #2f8f31;
  --radius: 16px;
  --shadow: 0 16px 34px rgba(24, 40, 62, 0.16);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  line-height: 1.55;
  background:
    radial-gradient(1000px 460px at 85% -5%, rgba(86, 160, 214, 0.2), transparent 62%),
    radial-gradient(900px 420px at 0% 16%, rgba(223, 184, 111, 0.24), transparent 65%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

a {
  color: inherit;
}

.container {
  width: min(1080px, calc(100% - 2.2rem));
  margin-inline: auto;
}

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
  line-height: 1.12;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(1.8rem, 4.2vw, 3.2rem);
  max-width: 15ch;
  margin: 0;
  text-shadow: none;
}

h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
}

.accent {
  color: var(--gold-2);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  padding: 0;
  background: #001a3c;
  border-bottom: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 10, 24, 0.86) 0%, rgba(0, 23, 58, 0.78) 46%, rgba(0, 20, 48, 0.5) 100%);
  opacity: 0.48;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 60%, rgba(235, 245, 255, 0.13), transparent 35%),
    radial-gradient(circle at 14% 82%, rgba(209, 168, 101, 0.16), transparent 32%);
  pointer-events: none;
}

.hero-stage {
  position: relative;
  z-index: 1;
  min-height: 92vh;
  display: grid;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 11, 27, 0.02) 0%, rgba(0, 12, 30, 0.22) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 1.3rem;
  align-items: center;
  padding-bottom: 0;
}

.hero-shell,
.hero-topline,
.hero-navbar,
.hero-logo,
.hero-nav-cta,
.hero-panel,
.hero-badges-row {
  display: none;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  text-align: left;
  color: #f5f9ff;
  padding-bottom: 0;
  max-width: 700px;
  z-index: 1;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-copy::before {
  content: "";
  position: absolute;
  width: clamp(180px, 48vw, 1000px);
  height: clamp(180px, 48vw, 1000px);
  left: 50%;
  top: 50%;
  transform: translate(-100%, -74%);
  background-color: #ffffff78;
  -webkit-mask: url("logopaula.png") center/contain no-repeat;
  mask: url("logopaula.png") center/contain no-repeat;
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 1420px) {
  .hero-copy::before {
    width: clamp(780px, 144vw, 150px);
    height: clamp(780px, 144vw, 150px);
    left: 50%;
    top: 50%;
    transform: translate(-98%, -80%);
    opacity: 0.2;
  }
}

@media (min-width: 1610px) {
  .hero-copy::before {
    width: clamp(780px, 144vw, 150px);
    height: clamp(780px, 144vw, 150px);
    left: 50%;
    top: 50%;
    transform: translate(-110%, -80%);
    opacity: 0.2;
  }
}

.hero-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: #d1a865;
  font-weight: 600;
}

h1 {
  font-size: clamp(1.85rem, 4.2vw, 3.9rem);
  max-width: 12ch;
  margin: 0 0 0.6rem;
  color: #f2f7ff;
}

.hero-lead {
  margin: 0 0 0.65rem;
  font-size: clamp(1.06rem, 2.1vw, 1.7rem);
  color: #dce9fb;
  font-weight: 700;
}

.subhead {
  color: #c8d9f0;
  font-size: clamp(0.94rem, 1.25vw, 1.06rem);
  max-width: 46ch;
  margin: 0 0 1.2rem;
}

.hero-meta {
  margin: 0.55rem 0 0;
  color: #bcd0ea;
  font-size: 0.9rem;
}

.hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(173, 205, 236, 0.22);
  box-shadow: 0 20px 44px rgba(0, 12, 28, 0.35);
  min-height: 650px;
  max-height: 82vh;
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 28%, rgba(232, 242, 255, 0.2), transparent 40%),
    linear-gradient(180deg, rgba(0, 20, 48, 0.05), rgba(0, 17, 38, 0.26));
  pointer-events: none;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 22, 52, 0.38), rgba(0, 18, 44, 0.06) 48%, rgba(0, 18, 44, 0));
  opacity: 0.22;
  pointer-events: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 650px;
  max-height: 82vh;
  object-fit: cover;
  object-position: 62% center;
  display: block;
}

.hero-dots {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.45rem;
}

.hero-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(239, 247, 255, 0.45);
}

.hero-dots .active {
  width: 34px;
  border-radius: 999px;
  background: #d1a865;
}

.lead-card {
  width: min(760px, 100%);
  background: linear-gradient(180deg, rgba(12, 9, 7, 0.84), rgba(12, 9, 7, 0.72));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
  box-shadow: var(--shadow);
}

.lead-section {
  padding-top: 1.2rem;
  display: flex;
  justify-content: center;
}

.fraud-explain {
  padding-top: 0.4rem;
}

.fraud-explain-card {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(50, 83, 120, 0.2);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 2.6vw, 2rem);
}

.fraud-explain-card h2 {
  margin-bottom: 0.75rem;
  text-align: center;
}

.fraud-explain-card p {
  margin: 0 0 0.7rem;
  color: #334960;
  line-height: 1.6;
}

.fraud-explain-card ul {
  margin: 0 0 0.9rem;
  padding-left: 1.2rem;
  color: #263a4f;
  line-height: 1.6;
}

.impact-note {
  width: 100%;
  max-width: 1180px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(50, 83, 120, 0.2);
  border-radius: 12px;
  padding: clamp(1.4rem, 4vw, 3rem) clamp(1rem, 3.5vw, 2.5rem);
  color: var(--ink);
  text-align: center;
  box-shadow: var(--shadow);
}

.impact-note p {
  margin: 0;
  font-size: clamp(1.25rem, 3.2vw, 1.95rem);
  line-height: 1.45;
}

.impact-note p + p {
  margin-top: 0.45rem;
}

.impact-note .impact-note-sub {
  font-size: clamp(0.98rem, 1.8vw, 1.22rem);
  line-height: 1.4;
  color: #3f5166;
}

.impact-note strong {
  font-weight: 800;
  color: var(--gold-2);
}

.process-section {
  text-align: center;
  padding-top: 1rem;
}

.process-section h2 {
  max-width: 30ch;
  margin-inline: auto;
  margin-bottom: 1.35rem;
}

.process-lead {
  max-width: 58ch;
  margin: 0 auto 1.1rem;
  color: #3f5166;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin-top: 1.35rem;
  margin-bottom: 1.35rem;
}

.process-card {
  border: 1px solid rgba(50, 83, 120, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
  box-shadow: var(--shadow);
  min-height: 190px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
}

.process-icon {
  width: 2.2rem;
  min-height: 2.2rem;
  color: #2b758d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.process-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.15;
  text-align: center;
}

.process-cta {
  margin-top: 1.55rem;
  text-transform: none;
}

.triage-section {
  padding-top: 0.4rem;
}

.triage-box {
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
  border: 1px solid rgba(51, 80, 117, 0.2);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.triage-box h2 {
  max-width: 24ch;
  margin-inline: auto;
  text-align: center;
}

.triage-box p {
  margin-top: 0.45rem;
  color: #3f5166;
}

.triage-list {
  display: grid;
  gap: 0.6rem;
  margin: 0.9rem 0;
}

.triage-list label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #23384f;
  margin: 0;
}

.triage-list input {
  width: auto;
  margin: 0.2rem 0 0;
}

.triage-result {
  margin-top: 0.8rem;
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(51, 80, 117, 0.2);
}

.triage-result.good {
  background: rgba(76, 175, 80, 0.16);
  border-color: rgba(76, 175, 80, 0.35);
}

.triage-result.warn {
  background: rgba(255, 152, 0, 0.14);
  border-color: rgba(255, 152, 0, 0.35);
}

.ethics-note {
  margin: 0.7rem 0 0;
  font-size: 0.82rem;
  color: #5c6e83;
}

.lead-card h2 {
  color: var(--gold-2);
  text-align: center;
  margin-bottom: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

label {
  display: block;
  font-size: 0.82rem;
  color: #e7dece;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 0.72rem 0.82rem;
  font: inherit;
  color: #221d17;
  background: #fff;
  margin-bottom: 0.68rem;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(215, 173, 94, 0.24);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 11px;
  padding: 0.86rem 1.12rem;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

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

.btn-primary {
  color: #ecf4ff;
  background: linear-gradient(140deg, #2b5f93, #173f69);
  box-shadow: 0 10px 20px rgba(23, 63, 105, 0.35);
}

.btn-dark {
  width: 100%;
  color: #ecf4ff;
  background: linear-gradient(140deg, #2b5f93, #173f69);
  box-shadow: 0 10px 20px rgba(23, 63, 105, 0.35);
}

.btn-outline {
  color: #ecf4ff;
  border: 1px solid rgba(153, 189, 226, 0.45);
  background: linear-gradient(140deg, #2b5f93, #173f69);
  box-shadow: 0 10px 20px rgba(23, 63, 105, 0.35);
}

main section {
  padding: 3.2rem 0;
  content-visibility: auto;
  contain-intrinsic-size: 1px 700px;
}

.justice-grid,
.identity-grid,
.final-cta-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 1rem;
}

.justice-copy,
.justice-visual,
.benefits .container,
.social-proof,
.identity .container,
.faq,
.final-cta .container {
  background: linear-gradient(180deg, var(--glass), rgba(234, 241, 248, 0.92));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.justice-copy,
.justice-visual,
.benefits .container,
.social-proof,
.identity .container,
.faq,
.final-cta .container {
  padding: 1.2rem;
}

.justice-copy h2 {
  max-width: none;
  margin-bottom: 0.85rem;
  text-align: center;
}

.justice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
}

.justice-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  font-weight: 600;
  line-height: 1.25;
  border: 1px solid rgba(51, 80, 117, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.85rem;
  min-height: 122px;
  scroll-snap-align: start;
  opacity: 0;
  transform: translateY(10px);
}

.justice-list li::before {
  content: "✓";
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  flex: 0 0 1.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a8f1f;
  color: #fff;
  font-size: 0.96rem;
  margin-top: 0.12rem;
  transform: scale(0.6);
  opacity: 0;
}

.justice-section.visible .justice-list li {
  animation: itemRise 450ms ease forwards;
}

.justice-section.visible .justice-list li::before {
  animation: checkPop 360ms ease forwards;
}

.justice-section.visible .justice-list li:nth-child(1) { animation-delay: 80ms; }
.justice-section.visible .justice-list li:nth-child(2) { animation-delay: 220ms; }
.justice-section.visible .justice-list li:nth-child(3) { animation-delay: 360ms; }
.justice-section.visible .justice-list li:nth-child(4) { animation-delay: 500ms; }
.justice-section.visible .justice-list li:nth-child(5) { animation-delay: 640ms; }
.justice-section.visible .justice-list li:nth-child(6) { animation-delay: 780ms; }

.justice-section.visible .justice-list li:nth-child(1)::before { animation-delay: 160ms; }
.justice-section.visible .justice-list li:nth-child(2)::before { animation-delay: 300ms; }
.justice-section.visible .justice-list li:nth-child(3)::before { animation-delay: 440ms; }
.justice-section.visible .justice-list li:nth-child(4)::before { animation-delay: 580ms; }
.justice-section.visible .justice-list li:nth-child(5)::before { animation-delay: 720ms; }
.justice-section.visible .justice-list li:nth-child(6)::before { animation-delay: 860ms; }

@keyframes itemRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes checkPop {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.justice-visual {
  display: grid;
  place-items: center;
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(156, 198, 228, 0.18), rgba(213, 229, 245, 0.48)),
    repeating-linear-gradient(90deg, rgba(115, 161, 195, 0.2) 0 10px, rgba(189, 216, 240, 0.28) 10px 22px);
}

.phone-frame {
  width: min(82%, 320px);
  aspect-ratio: 9 / 18;
  border-radius: 34px;
  border: 10px solid #2a3a4e;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 20px 30px rgba(24, 40, 62, 0.22);
}

.phone-frame span {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 2.7rem);
  color: #58cfbe;
  text-transform: lowercase;
}

.benefits .container h2,
.social-proof h2,
.faq-accordion h2 {
  text-align: center;
}

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

.benefit-grid article {
  border-radius: 11px;
  border: 1px solid rgba(248, 215, 161, 0.22);
  background: var(--glass-2);
  padding: 0.82rem;
  font-weight: 600;
}

.about-full {
  padding: 0;
  margin-top: 0.35rem;
}

.about-shell {
  position: relative;
  isolation: isolate;
  width: 100%;
  display: grid;
  grid-template-columns: 0.72fr 1.12fr;
  align-items: stretch;
  gap: 0.45rem;
  padding: 0.35rem;
  background:
    linear-gradient(90deg, rgba(0, 10, 24, 0.86) 0%, rgba(0, 23, 58, 0.78) 46%, rgba(0, 20, 48, 0.5) 100%),
    url("https://images.unsplash.com/photo-1589216532372-1c2a367900d9?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.about-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 68% 60%, rgba(235, 245, 255, 0.13), transparent 35%),
    radial-gradient(circle at 14% 82%, rgba(209, 168, 101, 0.16), transparent 32%);
  pointer-events: none;
}

.about-media {
  margin: 0;
  min-height: 295px;
  height: 100%;
  aspect-ratio: 5 / 7;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(173, 205, 236, 0.22);
  box-shadow: 0 20px 44px rgba(0, 12, 28, 0.35);
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  align-items: center;
  padding: clamp(0.7rem, 1.4vw, 0.95rem) clamp(0.72rem, 1.6vw, 0.92rem);
  background:
    linear-gradient(180deg, rgba(6, 21, 42, 0.72), rgba(7, 26, 52, 0.72)),
    radial-gradient(circle at 92% 82%, rgba(175, 192, 215, 0.14), transparent 40%);
  color: #e8f0fb;
  min-height: 295px;
  overflow: visible;
  border-radius: 16px;
  border: 1px solid rgba(173, 205, 236, 0.18);
}

.about-content h2 {
  margin-bottom: 3.1rem;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  letter-spacing: -0.01em;
  line-height: 1.14;
}

.about-content p,
.about-content .identity-points {
  max-width: 56ch;
}

.about-content p {
  margin: 0 0 0.56rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #dbe8f7;
}

.about-subtitle {
  margin: 0 0 1.35rem;
  padding-bottom: 0.65rem;
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  font-weight: 600;
  color: #bfd3ea;
  line-height: 1.35;
  border-bottom: 1px solid rgba(173, 205, 236, 0.24);
}

.about-subtitle + p {
  margin-top: 0.55rem;
}

.identity-points {
  list-style: none;
  margin: 0.5rem 0 0.66rem;
  padding: 0;
  display: grid;
  gap: 0.34rem;
}

.about-content .btn {
  margin-top: 2.7rem;
}

.identity-points li {
  border: 1px solid rgba(175, 204, 234, 0.3);
  background: rgba(7, 24, 47, 0.55);
  border-radius: 10px;
  padding: 0.32rem 0.46rem;
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 1.35;
  text-align: center;
}

.testimonial-slider {
  margin: 1rem 0 1.2rem;
  overflow: hidden;
  border-radius: 12px;
}

.social-proof {
  margin-top: 1.4rem;
}

.social-proof > .btn {
  margin-top: 1.1rem;
}

.social-intro {
  text-align: center;
  max-width: 74ch;
  margin: 0 auto 0.5rem;
  color: #3f5166;
}

.testimonial-track {
  display: flex;
  transition: transform 420ms ease;
}

.testimonial-slide {
  min-width: 100%;
}

blockquote {
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(51, 80, 117, 0.2);
  padding: 1rem;
  background: rgba(250, 253, 255, 0.9);
  font-size: 1.05rem;
}

blockquote::before {
  content: "★★★★★";
  display: block;
  color: var(--gold-2);
  letter-spacing: 0.1em;
  margin-bottom: 0.45rem;
}

cite {
  display: block;
  margin-top: 0.8rem;
  color: #4f637a;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 700;
}

.testimonial-dots {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: rgba(80, 113, 147, 0.35);
  cursor: pointer;
}

.dot.is-active {
  background: var(--gold-2);
}

.faq-accordion {
  margin-top: 1.2rem;
}

.faq-ornament {
  margin: -0.25rem auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: var(--gold-2);
}

.faq-ornament span {
  width: 52px;
  height: 2px;
  background: var(--gold-2);
  opacity: 0.85;
}

.faq-ornament b {
  display: inline-flex;
  color: var(--gold-2);
}

.faq-ornament b svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-accordion-list {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(51, 80, 117, 0.22);
  box-shadow: var(--shadow);
}

.faq-accordion-list details {
  border-bottom: 1px solid rgba(51, 80, 117, 0.2);
  background: linear-gradient(180deg, #ffffff, #f7faff);
}

.faq-accordion-list details:last-child {
  border-bottom: 0;
}

.faq-accordion-list summary {
  cursor: pointer;
  font-weight: 800;
  color: #1f3248;
  background: rgba(43, 117, 141, 0.12);
  padding: 1rem 1.15rem;
  list-style: none;
}

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

.faq-accordion-list summary::before {
  content: "▸";
  display: inline-block;
  margin-right: 0.55rem;
  transform: rotate(90deg);
  transition: transform 200ms ease;
}

.faq-accordion-list details:not([open]) summary::before {
  transform: rotate(0deg);
}

.faq-accordion-list p {
  margin: 0;
  color: #30475f;
  background: rgba(255, 255, 255, 0.94);
  padding: 1.1rem 1.15rem;
  font-size: clamp(0.96rem, 1.05vw, 1.05rem);
}

.final-cta {
  padding-bottom: 3.8rem;
}

.footer-wrap {
  border-top: 1px solid rgba(51, 80, 117, 0.18);
  margin-top: 1.4rem;
  padding: 1rem 0 4.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: #4d6077;
}

.contact-safety {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.contact-card,
.security-card {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(51, 80, 117, 0.2);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 1.15rem;
}

.contact-card h2 {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  margin-bottom: 0.4rem;
}

.contact-card h3,
.security-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.06rem;
}

.contact-card p,
.security-card p {
  margin: 0 0 0.55rem;
  color: #364a60;
}

.contact-card ul {
  margin: 0;
  padding-left: 1rem;
  color: #2f4459;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(130deg, #26d367, #118c4f);
  box-shadow: 0 10px 26px rgba(9, 45, 28, 0.36);
  z-index: 30;
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
}

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

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1400px) {
  .hero-copy::before {
    width: clamp(700px, 96vw, 1400px);
    height: clamp(700px, 96vw, 1400px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.16;
  }
}

@media (max-width: 980px) {
  .process-grid,
  .justice-grid,
  .final-cta-grid,
  .benefit-grid,
  .contact-safety {
    grid-template-columns: 1fr;
  }

  .about-shell {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0.55rem;
  }

  .about-media {
    min-height: 165px;
    aspect-ratio: auto;
  }

  .hero-copy {
    text-align: center;
    padding-bottom: 0.5rem;
    margin-inline: auto;
  }

  .hero-copy::before {
    width: clamp(320px, 74vw, 760px);
    height: clamp(320px, 74vw, 760px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-copy h1,
  .hero-copy .hero-lead,
  .hero-copy .subhead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .subhead {
    margin-inline: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 1.1rem;
  }

  .hero-dots {
    justify-content: center;
  }

  .hero-media,
  .hero-image {
    min-height: 390px;
    max-height: 460px;
    object-position: 58% center;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(1080px, calc(100% - 1.2rem));
  }

  .hero {
    min-height: auto;
    padding: 0.8rem 0 0.7rem;
  }

  .hero-content {
    gap: 0.5rem;
  }

  .hero-copy {
    width: 100%;
  }

  main section {
    padding: 2.2rem 0;
  }

  h1 {
    font-size: clamp(1.65rem, 7.2vw, 2.45rem);
    max-width: 11.5ch;
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
    font-size: clamp(1.35rem, 7.2vw, 1.8rem);
  }

  .hero-media,
  .hero-image {
    min-height: 300px;
    max-height: 360px;
    object-position: 53% 90%;
  }

  .hero-media::after {
    background: linear-gradient(90deg, rgba(0, 22, 52, 0.38), rgba(0, 18, 44, 0.06) 48%, rgba(0, 18, 44, 0));
  }

  .hero-lead {
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
  }

  .subhead {
    max-width: 35ch;
    margin-left: auto;
    margin-right: auto;
  }

  .justice-copy,
  .justice-visual,
  .benefits .container,
  .social-proof,
  .faq,
  .final-cta .container,
  .lead-card {
    padding: 0.9rem;
  }

  .about-content {
    padding: 0.8rem 0.75rem 0.85rem;
    min-height: auto;
    overflow: visible;
  }

  .about-media {
    min-height: 140px;
    aspect-ratio: auto;
  }

  .about-media img {
    object-position: 50% 30%;
  }

  .floating-whatsapp {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 54px;
    height: 54px;
  }
}
