:root {
  color-scheme: light;
  --ink: #102027;
  --muted: #52646b;
  --line: #dbe7e5;
  --paper: #ffffff;
  --soft: #f3faf7;
  --dark: #071923;
  --accent: #20d59b;
  --accent-dark: #0f7f62;
  --warn: #f6b84b;
  --max: 1120px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: var(--accent-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: #0a5f49;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(32, 213, 155, 0.48);
  outline-offset: 3px;
}

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

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 20;
  padding: 8px 12px;
  background: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  max-width: 100vw;
  overflow: hidden;
  border-bottom: 1px solid rgba(16, 32, 39, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.nav {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: cover;
}

.nav-links {
  display: flex;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  gap: 18px;
  font-size: 15px;
}

.nav-links a {
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.nav-links > a:hover,
.nav-links > a:focus {
  color: var(--accent-dark);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.lang-switch a {
  min-width: 34px;
  padding: 5px 8px;
  border-radius: 999px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.lang-switch a.is-active {
  background: var(--ink);
  color: #fff;
}

.lang-switch a:hover,
.lang-switch a:focus {
  background: #e9f8f3;
  color: var(--ink);
}

.lang-switch a.is-active:hover,
.lang-switch a.is-active:focus {
  background: #06161f;
  color: #fff;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--accent);
  color: #062017;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

.button.light {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.button.whatsapp {
  background: #25d366;
  color: #062017;
}

.button.whatsapp:hover,
.button.whatsapp:focus {
  background: #1ebe5d;
}

.hero {
  max-width: 100vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 18%, rgba(32, 213, 155, 0.24), transparent 34%),
    linear-gradient(135deg, #06161f 0%, #0a2530 44%, #0f3b33 100%);
  color: #fff;
}

.hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 22px 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 42px;
  align-items: center;
}

.hero-inner > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.section.dark .eyebrow,
.wa-intake-dark .eyebrow {
  color: #77ecc2;
}

h1, h2, h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.12;
  overflow-wrap: break-word;
}

h1 {
  max-width: 780px;
  font-size: 58px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 22px;
}

.lead {
  max-width: 700px;
  margin: 22px 0 0;
  color: #d9e8ec;
  font-size: 21px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mini-title {
  margin: 0 0 10px;
  font-weight: 900;
}

.quick-risk {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbfa;
}

.wa-intake-dark .quick-risk {
  border-color: rgba(126, 227, 194, 0.72);
  background: linear-gradient(180deg, #ffffff 0%, #f4fffb 100%);
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.quick-risk-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.quick-risk-options label {
  display: flex;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid rgba(16, 32, 39, 0.12);
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.quick-risk-options label span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.wa-intake-dark .quick-risk-options label {
  border-color: #c9ebe1;
  background: #fff;
  color: var(--ink);
}

.quick-risk-options label:hover,
.quick-risk-options label:focus-within {
  border-color: rgba(15, 127, 98, 0.42);
  background: #f4fffb;
  box-shadow: 0 8px 22px rgba(16, 32, 39, 0.08);
}

.quick-risk-options label:has(input:checked) {
  border-color: rgba(15, 127, 98, 0.72);
  background: #e8fbf3;
  box-shadow: inset 0 0 0 1px rgba(15, 127, 98, 0.22);
}

.risk-result {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(15, 127, 98, 0.18);
  background: #eaf7f1;
  color: #0b4b39;
  font-weight: 800;
  font-size: 14px;
}

.risk-high .risk-result {
  border-color: rgba(122, 61, 0, 0.24);
  background: #fff0df;
  color: #7a3d00;
}

.risk-medium .risk-result {
  border-color: rgba(81, 96, 0, 0.2);
  background: #f4f9df;
  color: #516000;
}

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

.urgency-paths {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.urgency-paths article {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.urgency-paths strong,
.urgency-paths span {
  display: block;
}

.urgency-paths span {
  margin-top: 4px;
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumb span:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #9aa9ad;
}

.intent-box {
  margin: 26px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbfa;
}

.intent-box.warning {
  border-color: rgba(246, 184, 75, 0.65);
  background: #fff8eb;
}

.intent-box h2,
.intent-box h3 {
  margin-bottom: 12px;
}

.intent-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.center-actions {
  justify-content: center;
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
}

.hero-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-card p {
  margin: 0;
  padding: 16px 18px;
  color: #d9e8ec;
  font-size: 15px;
  font-weight: 700;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.trust-strip span {
  border: 1px solid rgba(126, 227, 194, 0.34);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.09);
  color: #e5f4f1;
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 58px 22px;
}

.section.soft {
  background: var(--soft);
}

.section.dark {
  background: var(--dark);
  color: #fff;
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}

.narrow {
  max-width: 900px;
}

.section-intro {
  max-width: 780px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 19px;
  text-align: center;
}

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

.center {
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.workflow-image {
  width: min(860px, 100%);
  margin: 30px auto 0;
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(16, 32, 39, 0.12);
}

.trust-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 34px;
  align-items: center;
}

.support-path {
  align-items: stretch;
}

.support-card {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.support-card.highlighted {
  border-color: rgba(37, 211, 102, 0.5);
  box-shadow: 0 18px 46px rgba(16, 32, 39, 0.12);
}

.support-card.highlighted::after {
  content: "Main path";
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #dcfce7;
  color: #14532d;
  font-size: 12px;
  font-weight: 900;
}

.support-badge {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #062017;
  font-weight: 900;
}

.report-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 34px;
  align-items: center;
}

.report-preview-image img {
  border: 1px solid var(--line);
  background: #fff;
}

.proof-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.proof-list article {
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  padding: 18px 20px;
  background: #fff;
}

.proof-list h3 {
  font-size: 19px;
}

.proof-list p {
  margin: 8px 0 0;
  color: var(--muted);
}

.report-mockup {
  margin: 0;
}

.report-mockup img {
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(16, 32, 39, 0.16);
}

.content-visual {
  margin-top: 24px;
  margin-bottom: 6px;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 32, 39, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.panel:hover,
.panel:focus-within {
  transform: translateY(-2px);
  border-color: rgba(15, 127, 98, 0.34);
  box-shadow: 0 18px 38px rgba(16, 32, 39, 0.09);
}

.panel p,
.content p,
.content li {
  color: var(--muted);
}

.steps {
  counter-reset: step;
}

.step {
  position: relative;
  padding-left: 58px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 22px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #062017;
  font-weight: 900;
}

.trust {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 30px;
  align-items: center;
}

.credential {
  border-left: 4px solid var(--accent);
  padding: 18px 22px;
  background: #fff;
}

.content h1 {
  font-size: 46px;
}

.content h2 {
  margin-top: 36px;
  font-size: 30px;
}

.content p,
.content li {
  font-size: 18px;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.wa-intake {
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 14px;
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.wa-intake-dark {
  max-width: 680px;
  border-color: rgba(126, 227, 194, 0.48);
  background:
    linear-gradient(180deg, rgba(4, 33, 43, 0.94), rgba(3, 24, 32, 0.86));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

.wa-intake-dark label {
  color: #fff;
}

label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cdddda;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}

select {
  min-height: 48px;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  flex: 0 0 auto;
}

textarea {
  min-height: 170px;
  resize: vertical;
}

.hint {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.field-help {
  display: block;
  min-height: 48px;
  border-left: 3px solid var(--accent);
  padding: 8px 10px;
  background: #eef7f5;
  color: #33504d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.wa-intake-dark .field-help {
  border-left-color: #7ee3c2;
  background: #ecfffa;
  color: #123f39;
  font-weight: 650;
}

.safety-help {
  border-left-color: var(--warn);
  background: #fff8e8;
  color: #5d4311;
}

.wa-intake-dark .safety-help {
  border-left-color: #d8901f;
  background: #fff7e8;
  color: #5d4311;
}

.option-guide {
  display: grid;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.24s ease, opacity 0.2s ease, transform 0.2s ease;
}

label:hover .option-guide,
label:focus-within .option-guide {
  max-height: 620px;
  opacity: 1;
  transform: translateY(0);
}

.option-guide-item {
  display: grid;
  gap: 3px;
  width: 100%;
  border: 1px solid rgba(13, 47, 58, 0.12);
  border-radius: 8px;
  padding: 10px 11px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.option-guide-item strong {
  font-size: 14px;
  line-height: 1.25;
}

.option-guide-item span {
  color: #526966;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.option-guide-item:hover,
.option-guide-item:focus,
.option-guide-item.is-active {
  border-color: rgba(20, 184, 139, 0.65);
  background: #f2fffb;
  outline: none;
}

.wa-intake-dark .option-guide-item {
  border-color: #cfe8e1;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(2, 19, 26, 0.14);
}

.wa-intake-dark .option-guide-item span {
  color: #425d58;
}

.wa-intake-dark .option-guide-item:hover,
.wa-intake-dark .option-guide-item:focus,
.wa-intake-dark .option-guide-item.is-active {
  border-color: rgba(126, 227, 194, 0.75);
  background: #eafff8;
  color: #092821;
}

.light-hint {
  color: #f0fffb;
}

.machine-helper {
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.examples .panel {
  text-align: left;
}

.example-card {
  border-left: 4px solid var(--accent);
}

.message-example {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 32, 39, 0.06);
}

.message-bubble {
  margin: 0;
  padding: 16px 18px;
  border-radius: 8px;
  background: #eef7f4;
  color: var(--ink);
  font-weight: 650;
}

.risk-label {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff0d6;
  color: #674406;
  font-size: 13px;
  font-weight: 800;
}

.category-report {
  display: grid;
  gap: 18px;
  margin: 30px 0;
}

.report-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 32, 39, 0.06);
}

.report-card h2 {
  margin-bottom: 10px;
}

.seo-links a {
  color: var(--ink);
  text-align: left;
  text-decoration: none;
}

.seo-links a:hover,
.seo-links a:focus {
  border-color: var(--accent);
  box-shadow: 0 16px 36px rgba(16, 32, 39, 0.1);
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.notice {
  border: 1px solid #f4d28f;
  border-radius: 8px;
  padding: 16px 18px;
  background: #fff8e8;
  color: #5d4311;
}

.pricing-grid {
  align-items: stretch;
}

.price-card h2 {
  font-size: 24px;
}

.price {
  margin: 14px 0 8px;
  color: var(--accent-dark);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.example-report {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(16, 32, 39, 0.08);
}

.example-report h2:first-child {
  margin-top: 0;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 28px 22px;
  color: var(--muted);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

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

.sticky-whatsapp {
  display: none;
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .hero-inner,
  .trust,
  .trust-proof,
  .report-preview,
  .grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 42px;
  }

  .content h1 {
    font-size: 38px;
  }

  .form-split,
  .quick-risk-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  body {
    padding-bottom: 78px;
  }

  .nav-links {
    gap: 10px 12px;
    font-size: 13px;
  }

  .hero-inner {
    padding-top: 48px;
  }

  h1 {
    max-width: 100%;
    font-size: 30px;
  }

  .hero .eyebrow {
    font-size: 12px;
  }

  .quick-risk-options label {
    align-items: flex-start;
    font-size: 13px;
  }

  h2 {
    font-size: 28px;
  }

  .lead,
  .section-intro {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .sticky-whatsapp {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 30;
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #25d366;
    color: #062017;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 38px rgba(6, 32, 23, 0.26);
  }

  .support-card.highlighted::after {
    position: static;
    display: inline-flex;
    margin: 0 0 12px;
  }
}


.seo-cluster {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.seo-cluster h2 {
  margin-top: 0;
}

.seo-cluster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.seo-cluster-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.seo-cluster-links a:hover,
.seo-cluster-links a:focus {
  border-color: rgba(32, 213, 155, 0.58);
  color: var(--accent-dark);
  background: #f7fffc;
}
