:root {
  --paper: #ffffff;
  --soft: #f3faf6;
  --ink: #0a0a0a;
  --muted: #6b7280;
  --line: #e5e7eb;
  --accent: #2f742d;
  --radius: 8px;
  --shadow: none;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

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

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  color: var(--ink);
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--accent);
  border-radius: var(--radius);
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand small {
  display: block;
  margin-top: -2px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.desktop-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.desktop-nav a {
  padding: 8px 0;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--accent);
}

.language-switch,
.mobile-language-switch {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.language-switch a,
.mobile-language-switch a {
  padding: 4px 0;
}

.language-switch a + a::before,
.mobile-language-switch a + a::before {
  padding-right: 8px;
  color: var(--line);
  content: "|";
}

.language-switch a.is-active,
.mobile-language-switch a.is-active {
  color: var(--ink);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  transition:
    color 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease;
}

.header-cta,
.primary-button {
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.header-cta:hover,
.primary-button:hover {
  color: var(--paper);
  background: var(--accent);
  border-color: var(--accent);
}

.secondary-button {
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
}

.secondary-button:hover {
  border-color: var(--ink);
}

.whatsapp-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C8.86 3 3 8.84 3 16c0 2.29.6 4.53 1.74 6.5L3.2 29l6.65-1.5A13 13 0 1 0 16.04 3Zm0 2.4A10.6 10.6 0 0 1 26.65 16a10.6 10.6 0 0 1-15.7 9.3l-.38-.22-3.95.9.92-3.8-.25-.4A10.55 10.55 0 0 1 5.4 16 10.65 10.65 0 0 1 16.04 5.4Zm-4.1 5.2c-.23 0-.6.08-.92.44-.31.36-1.2 1.17-1.2 2.86s1.23 3.32 1.4 3.55c.17.24 2.38 3.8 5.85 5.17 2.9 1.15 3.5.92 4.13.86.63-.06 2.03-.83 2.32-1.63.29-.8.29-1.49.2-1.63-.08-.15-.31-.23-.66-.4-.34-.17-2.03-1-2.35-1.12-.31-.12-.54-.17-.77.17-.23.35-.88 1.12-1.08 1.35-.2.23-.4.26-.74.09-.35-.18-1.45-.54-2.77-1.7-1.02-.91-1.71-2.04-1.91-2.38-.2-.35-.02-.54.15-.71.15-.15.35-.4.52-.6.17-.2.23-.35.34-.58.12-.23.06-.43-.03-.6-.08-.18-.77-1.86-1.06-2.55-.28-.67-.56-.58-.77-.59h-.65Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C8.86 3 3 8.84 3 16c0 2.29.6 4.53 1.74 6.5L3.2 29l6.65-1.5A13 13 0 1 0 16.04 3Zm0 2.4A10.6 10.6 0 0 1 26.65 16a10.6 10.6 0 0 1-15.7 9.3l-.38-.22-3.95.9.92-3.8-.25-.4A10.55 10.55 0 0 1 5.4 16 10.65 10.65 0 0 1 16.04 5.4Zm-4.1 5.2c-.23 0-.6.08-.92.44-.31.36-1.2 1.17-1.2 2.86s1.23 3.32 1.4 3.55c.17.24 2.38 3.8 5.85 5.17 2.9 1.15 3.5.92 4.13.86.63-.06 2.03-.83 2.32-1.63.29-.8.29-1.49.2-1.63-.08-.15-.31-.23-.66-.4-.34-.17-2.03-1-2.35-1.12-.31-.12-.54-.17-.77.17-.23.35-.88 1.12-1.08 1.35-.2.23-.4.26-.74.09-.35-.18-1.45-.54-2.77-1.7-1.02-.91-1.71-2.04-1.91-2.38-.2-.35-.02-.54.15-.71.15-.15.35-.4.52-.6.17-.2.23-.35.34-.58.12-.23.06-.43-.03-.6-.08-.18-.77-1.86-1.06-2.55-.28-.67-.56-.58-.77-.59h-.65Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
}

.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.mobile-nav,
.mobile-language-switch {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 46px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 56px max(16px, calc((100% - 1180px) / 2)) 42px;
  color: var(--ink);
  background: var(--soft);
}

.hero > *,
.section > *,
.trust-counter > *,
.contact-section > *,
.site-footer > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-text {
  max-width: 650px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.45;
}

.hero-punchline {
  display: block;
  max-width: 620px;
  margin-bottom: 30px;
  padding: 14px 16px;
  color: var(--paper);
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-visual {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 540px;
  place-items: center;
}

.product-visual {
  perspective: none;
}

.platform-preview {
  width: min(390px, 100%);
  padding: 14px;
  color: var(--ink);
  background: var(--paper);
  border: 10px solid var(--ink);
  border-radius: 34px;
  transform: none;
}

.preview-topbar {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  padding: 12px 10px;
  color: var(--muted);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.preview-topbar span {
  width: 26px;
  height: 9px;
  background: var(--accent);
  border-radius: var(--radius);
}

.preview-topbar strong,
.preview-topbar em {
  color: var(--ink);
  font-style: normal;
  font-weight: 700;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.preview-card,
.preview-rows div {
  min-width: 0;
  padding: 18px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.preview-card span,
.preview-rows span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.preview-card strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 760;
  line-height: 0.98;
}

.accent-card strong {
  color: var(--accent);
}

.wide-card {
  background: var(--soft);
}

.wide-card strong,
.total-card strong {
  color: var(--accent);
}

.wide-card p {
  max-width: 280px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.preview-rows {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.preview-rows div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
}

.preview-rows strong {
  color: var(--ink);
  text-align: right;
}

.trust-counter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(1180px, calc(100% - 32px));
  margin: 64px auto 32px;
  padding: 48px 32px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.trust-counter > div {
  padding: 0 32px;
  border-left: 1px solid var(--line);
}

.trust-counter > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-counter strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.trust-counter span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
  background: var(--paper);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading > p:not(.eyebrow),
.solution-copy p,
.contact-section p,
.site-footer p {
  color: var(--muted);
  line-height: 1.55;
}

.section-heading > p:not(.eyebrow) {
  font-size: 18px;
}

.law-card {
  margin-top: 24px;
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
}

.law-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.law-card strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.law-card p {
  margin: 10px 0 14px;
  color: var(--muted);
}

.law-card a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.solution-section {
  width: 100%;
  padding-top: 84px;
  padding-right: max(16px, calc((100% - 1180px) / 2));
  padding-left: max(16px, calc((100% - 1180px) / 2));
  background: var(--soft);
}

.solution-section .section-heading {
  max-width: 760px;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(1180px, 100%);
}

.route-card {
  min-height: 270px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.route-card span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  color: var(--accent);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.route-card h3 {
  max-width: 360px;
  margin-bottom: 10px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.08;
}

.route-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.route-card strong {
  display: block;
  margin-top: 24px;
  color: var(--accent);
  font-size: 15px;
  line-height: 1.25;
}

.payment-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.payment-copy {
  max-width: 760px;
}

.payment-copy h2 {
  max-width: 760px;
}

.payment-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: var(--soft);
}

.payment-grid div {
  min-width: 0;
  min-height: 190px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.payment-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.payment-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1;
  white-space: nowrap;
}

.payment-grid div:first-child strong {
  color: var(--accent);
}

.payment-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.value-section {
  padding-top: 92px;
}

.calculator-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.calculator-controls {
  display: grid;
  gap: 12px;
}

.calculator-controls label {
  display: grid;
  gap: 8px;
}

.calculator-controls span,
.calculator-results span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.calculator-controls input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  font-size: 18px;
  font-weight: 700;
}

.calculator-controls input:focus {
  outline: 1px solid var(--accent);
  outline-offset: 0;
}

.calculator-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 10px;
}

.calculator-results div {
  min-width: 0;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.calculator-results strong {
  display: block;
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: clamp(28px, 2.1vw, 34px);
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.calculator-results div:first-child strong {
  color: var(--accent);
}

.calculator-results p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.bankruptcy-path {
  display: grid;
  grid-template-columns: 1fr 1.15fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
}

.bankruptcy-path h3 {
  max-width: 520px;
  margin-bottom: 10px;
  font-size: 26px;
}

.bankruptcy-path p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.bankruptcy-path ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bankruptcy-path li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.bankruptcy-path li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bankruptcy-path strong,
.bankruptcy-path span {
  display: block;
}

.bankruptcy-path li strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.bankruptcy-path li span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.value-disclaimer {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.faq-section {
  border-top: 1px solid var(--line);
}

.faq-section .section-heading {
  max-width: 680px;
  margin-bottom: 26px;
}

.faq-section h2 {
  font-size: clamp(30px, 3.2vw, 44px);
}

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

details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 700;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.55;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 54px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-section h2 {
  max-width: 720px;
}

.contact-section p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 1.05fr 0.75fr;
  gap: 34px;
  width: 100%;
  margin: 0 auto;
  padding: 48px max(16px, calc((100% - 1180px) / 2)) 28px;
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.site-footer .brand {
  color: var(--ink);
}

.site-footer .brand small {
  color: var(--accent);
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-column,
.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.footer-column strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.footer-column a:hover {
  color: var(--accent);
}

.footer-company p {
  max-width: 360px;
}

.footer-links {
  color: var(--muted);
  font-weight: 600;
}

.site-footer p,
.disclaimer {
  color: var(--muted);
}

.disclaimer {
  font-size: 13px;
}

.footer-disclaimer,
.footer-bottom {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.footer-bottom {
  padding-top: 0;
  border-top: 0;
  font-size: 13px;
}

@media (max-width: 980px) {
  .desktop-nav,
  .language-switch,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-nav.is-open {
    position: fixed;
    top: 72px;
    right: 16px;
    left: 16px;
    z-index: 19;
    display: grid;
    gap: 8px;
    padding: 16px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .mobile-nav a {
    padding: 14px;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    font-weight: 600;
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .mobile-nav .mobile-language-switch {
    display: inline-flex;
    width: max-content;
    margin-bottom: 4px;
  }

  .mobile-nav .mobile-language-switch a {
    padding: 0;
    border-bottom: 0;
  }

  .hero,
  .solution-section,
  .payment-section,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-visual {
    min-height: auto;
  }

  .trust-counter {
    grid-template-columns: 1fr 1fr;
  }

  .calculator-panel,
  .calculator-results,
  .bankruptcy-path,
  .route-grid,
  .payment-grid {
    grid-template-columns: 1fr;
  }

  .payment-grid div {
    min-height: auto;
  }

  .contact-section {
    padding: 38px;
  }
}

@media (max-width: 720px) {
  .trust-counter {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 0;
  }

  .trust-counter > div {
    padding: 32px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .trust-counter > div:first-child {
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .section,
  .trust-counter,
  .contact-section {
    width: calc(100% - 24px);
  }

  .solution-section {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero {
    width: 100%;
    padding: 42px 12px 64px;
  }

  h1 {
    max-width: 340px;
    font-size: 32px;
    line-height: 1.08;
  }

  h2 {
    max-width: 340px;
    font-size: 30px;
    line-height: 1.08;
  }

  .hero-text,
  .hero-punchline,
  .hero-actions {
    max-width: 340px;
  }

  .hero-text,
  .hero-punchline {
    font-size: 17px;
  }

  .hero-punchline {
    width: 100%;
  }

  .route-card {
    min-height: auto;
    padding: 24px;
  }

  .route-card p {
    font-size: 16px;
  }

  .route-card h3 {
    font-size: 25px;
  }

  .payment-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .payment-copy p {
    font-size: 16px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-width: 0;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
    text-align: center;
    white-space: normal;
  }

  .preview-grid,
  .comparison-row,
  .comparison-row {
    grid-template-columns: 1fr;
  }

  .product-visual {
    margin-top: 18px;
    justify-items: start;
    overflow: hidden;
  }

  .platform-preview {
    justify-self: start;
    width: min(320px, 100%);
    margin-left: 16px;
    padding: 12px;
    border-width: 8px;
    border-radius: 30px;
  }

  .preview-topbar {
    grid-template-columns: 22px 1fr auto;
    gap: 8px;
    padding: 10px;
  }

  .preview-topbar span {
    width: 22px;
  }

  .preview-card strong {
    font-size: 30px;
  }

  .preview-card,
  .preview-rows div {
    padding: 16px;
  }

  .wide-card p {
    max-width: 280px;
  }

  .preview-rows {
    display: none;
  }

  .comparison-card,
  .calculator-panel,
  .bankruptcy-path {
    padding: 20px;
  }

  .comparison-row {
    gap: 8px;
    align-items: start;
  }

  .contact-actions {
    width: 100%;
  }

  .solution-copy p,
  .law-card,
  .law-card strong,
  .law-card p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .solution-copy h2 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }
}
