:root {
  color-scheme: light;
  --primary: #3b2414;
  --primary-strong: #24130b;
  --accent: #0f766e;
  --accent-strong: #0b514c;
  --accent-soft: #d8f3ee;
  --gold: #b7791f;
  --ink: #2c221c;
  --paper: #f7faf8;
  --paper-warm: #fff8ef;
  --surface: #ffffff;
  --surface-warm: #edf5f1;
  --text: #3b2414;
  --muted: #806852;
  --border: #d8c6b5;
  --error: #c8352d;
  --success: #2e7d32;
  --focus: #2563eb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--paper);
  color: var(--text);
  overflow-x: hidden;
}

a {
  color: inherit;
}

[data-lang="en"] .lang-bn,
[data-lang="bn"] .lang-en {
  display: none !important;
}

[data-lang="bn"] {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Bengali", sans-serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px max(20px, calc((100% - 1120px) / 2));
  border-bottom: 1px solid rgba(216, 198, 181, 0.7);
  background: rgba(247, 250, 248, 0.88);
  backdrop-filter: blur(18px);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-logo img {
  width: 174px;
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #5f4c3c;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--surface-warm);
  color: var(--primary-strong);
  outline: none;
}

.bd-hero {
  width: min(1120px, calc(100% - 40px));
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  margin: 0 auto;
  padding: 52px 0 76px;
}

.bd-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--primary-strong);
  font-size: 5.4rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.compact {
  max-width: 620px;
}

.local-badge {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(216, 243, 238, 0.72);
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 900;
}

.bd-motion-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.human-hero {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.human-hero::before {
  content: "";
  position: absolute;
  inset: 48px 24px 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 42%, rgba(244, 42, 65, 0.18), transparent 30%),
    radial-gradient(circle, rgba(0, 106, 78, 0.22), rgba(216, 243, 238, 0.2) 58%, transparent 70%);
  animation: breathe 6s ease-in-out infinite;
  z-index: -1;
}

.human-hero img {
  width: 100%;
  height: min(560px, 68vh);
  min-height: 440px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(216, 198, 181, 0.9);
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(59, 36, 20, 0.2);
  animation: human-float 5.6s ease-in-out infinite;
}

.human-float {
  position: absolute;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 253, 249, 0.9);
  color: var(--accent-strong);
  box-shadow: 0 18px 42px rgba(44, 34, 28, 0.16);
  backdrop-filter: blur(14px);
  animation: card-float 5.4s ease-in-out infinite;
}

.human-float-one {
  left: 22px;
  top: 34px;
}

.human-float-two {
  right: 18px;
  top: 46%;
  animation-delay: 700ms;
}

.human-float-three {
  left: 50%;
  bottom: 28px;
  animation-delay: 1200ms;
}

.bd-motion-stage::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    conic-gradient(from 90deg, rgba(0, 106, 78, 0.24), rgba(244, 42, 65, 0.16), rgba(183, 121, 31, 0.12), rgba(0, 106, 78, 0.24));
  filter: blur(2px);
  animation: slow-spin 18s linear infinite;
  z-index: -2;
}

.bd-motion-stage::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: var(--paper);
  z-index: -1;
}

.bd-flag-card {
  position: absolute;
  top: 42px;
  left: 8px;
  width: 220px;
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(216, 198, 181, 0.9);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 18px 48px rgba(59, 36, 20, 0.12);
  animation: card-float 5.2s ease-in-out infinite;
}

.bd-flag-card strong {
  color: var(--primary-strong);
  font-size: 1.08rem;
}

.bd-flag-card img {
  width: 86px;
  height: auto;
  display: block;
  box-shadow: 0 12px 28px rgba(0, 106, 78, 0.18);
}

.local-phone {
  transform-origin: center;
}

.orbit-ring {
  position: absolute;
  width: 460px;
  height: 460px;
  border: 1px dashed rgba(15, 118, 110, 0.32);
  border-radius: 50%;
  animation: slow-spin 24s linear infinite;
  z-index: -1;
}

.orbit-ring span {
  position: absolute;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 10px;
  background: var(--surface);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(59, 36, 20, 0.1);
}

.orbit-ring span:nth-child(1) {
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-ring span:nth-child(2) {
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}

.orbit-ring span:nth-child(3) {
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-ring span:nth-child(4) {
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
}

.local-proof {
  margin-top: 22px;
}

.proof-strip,
.instant-section,
.section-band,
.comparison-section,
.case-cloud,
.launch-section {
  position: relative;
  overflow: hidden;
}

.instant-section,
.case-cloud {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.instant-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.instant-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid #dbc9ba;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf9, #edf5f1);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.instant-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(15, 118, 110, 0.12);
}

.instant-card > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  border-radius: 50%;
  background: #006a4e;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 0 0 8px rgba(0, 106, 78, 0.12);
}

.instant-card h3,
.case-cloud h2 {
  margin: 0;
  color: var(--primary-strong);
}

.instant-card h3 {
  font-size: 1.45rem;
}

.instant-card p {
  margin: 10px 0 0;
  color: #6f5a48;
  font-weight: 800;
}

.local-dark {
  background:
    linear-gradient(135deg, rgba(0, 106, 78, 0.98), rgba(36, 19, 11, 0.98));
}

.motion-grid .service-card {
  min-height: 210px;
  transition: transform 240ms ease, border-color 240ms ease;
}

.motion-grid .service-card:hover {
  border-color: rgba(0, 106, 78, 0.5);
  transform: translateY(-8px) rotate(-1deg);
}

.case-cloud {
  text-align: center;
}

.case-cloud h2 {
  max-width: 820px;
  margin-inline: auto;
  font-size: 3.2rem;
  line-height: 1.05;
}

.case-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.case-chips > span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 8px;
  padding: 0 14px;
  background: var(--surface);
  color: var(--accent-strong);
  font-weight: 900;
  animation: chip-bob 4s ease-in-out infinite;
}

.case-chips > .is-live {
  background: #006a4e;
  color: #ffffff;
}

.case-chips > .is-soon {
  border-style: dashed;
  background: rgba(255, 253, 249, 0.72);
  color: #7c6856;
}

.case-chips > span:nth-child(2n) {
  animation-delay: 600ms;
}

.case-chips > span:nth-child(3n) {
  animation-delay: 1200ms;
}

.launch-bd {
  align-items: center;
  border-top: 0;
  border-radius: 8px;
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(216, 243, 238, 0.86), rgba(255, 248, 239, 0.94));
}

.hero-section,
.section-band,
.split-section,
.comparison-section,
.proof-strip,
.launch-section,
.source-section,
.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-section {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.97fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
  padding: 54px 0 76px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-section h1,
.proof-strip h2,
.section-heading h2,
.split-section h2,
.launch-section h2,
.source-section h2 {
  margin: 0;
  color: var(--primary-strong);
  letter-spacing: 0;
}

.hero-section h1 {
  max-width: 780px;
  font-size: 5rem;
  line-height: 0.96;
}

.hero-lede {
  max-width: 700px;
  margin: 26px 0 0;
  color: #65503e;
  font-size: 1.2rem;
  line-height: 1.62;
}

.hero-actions,
.launch-badges,
.store-row,
.source-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-top: 32px;
}

.primary-link,
.secondary-link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none;
}

.primary-link {
  background: var(--primary);
  color: #fff8ef;
}

.secondary-link {
  border: 1px solid #cfbaaa;
  background: #fffdf9;
  color: var(--primary);
}

.primary-link:hover,
.primary-link:focus-visible,
.secondary-link:hover,
.secondary-link:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: 3px;
}

.launch-badges {
  margin-top: 20px;
}

.launch-badges > span,
.store-row > span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 118, 110, 0.25);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(216, 243, 238, 0.65);
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 900;
}

.phone-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.phone-stage::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.22), rgba(183, 121, 31, 0.08) 55%, transparent 72%);
  animation: breathe 6s ease-in-out infinite;
  z-index: -1;
}

.phone-mockup {
  width: min(310px, 78vw);
  min-height: 590px;
  padding: 14px;
  border: 10px solid #20140e;
  border-radius: 44px;
  background: #20140e;
  box-shadow: 0 32px 90px rgba(44, 34, 28, 0.28);
  animation: phone-float 5s ease-in-out infinite;
}

.phone-speaker {
  width: 86px;
  height: 22px;
  margin: 0 auto -1px;
  border-radius: 0 0 18px 18px;
  background: #20140e;
}

.phone-screen {
  min-height: 548px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fffdf9, #e9f5f1);
}

.app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.app-topbar span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--accent);
}

.app-topbar strong {
  color: var(--primary-strong);
}

.app-card {
  padding: 16px;
  border: 1px solid #d7c7b9;
  border-radius: 8px;
  background: #ffffff;
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.app-card.active {
  border-color: rgba(15, 118, 110, 0.55);
  box-shadow: 0 18px 38px rgba(15, 118, 110, 0.12);
}

.app-card:hover {
  transform: translateY(-3px);
}

.app-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-weight: 900;
}

.app-card b {
  display: block;
  color: var(--primary-strong);
  font-size: 1.05rem;
}

.app-card p {
  margin: 8px 0 0;
  color: #715c49;
  line-height: 1.45;
}

.app-progress {
  display: grid;
  gap: 9px;
  margin-top: 10px;
}

.app-progress span {
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(15, 118, 110, 0.15));
}

.app-progress span:nth-child(2) {
  width: 78%;
}

.app-progress span:nth-child(3) {
  width: 52%;
}

.signal-card {
  position: absolute;
  width: 210px;
  padding: 16px;
  border: 1px solid rgba(216, 198, 181, 0.9);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 18px 48px rgba(59, 36, 20, 0.12);
  backdrop-filter: blur(14px);
}

.signal-card strong,
.proof-grid strong {
  display: block;
  color: var(--primary-strong);
  font-size: 1.45rem;
}

.signal-card span,
.proof-grid span {
  display: block;
  margin-top: 6px;
  color: #6c5745;
  line-height: 1.42;
}

.signal-card-one {
  top: 52px;
  left: 0;
  animation: card-float 5.4s ease-in-out infinite;
}

.signal-card-two {
  right: 0;
  bottom: 74px;
  animation: card-float 5.4s ease-in-out 900ms infinite;
}

.proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(216, 198, 181, 0.9);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 52px rgba(59, 36, 20, 0.08);
}

.proof-strip h2 {
  font-size: 2.05rem;
  line-height: 1.08;
}

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

.proof-grid article {
  min-height: 172px;
  padding: 18px;
  border-radius: 8px;
  background: #f7faf8;
}

.section-band,
.comparison-section,
.split-section,
.launch-section,
.source-section {
  padding: 86px 0;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 36px;
}

.section-heading h2,
.split-section h2,
.launch-section h2 {
  font-size: 3.05rem;
  line-height: 1.05;
}

.section-heading p,
.split-section p,
.launch-section p,
.source-section p {
  color: #6b5544;
  font-size: 1.04rem;
  line-height: 1.65;
}

.pain-grid,
.service-grid,
.lawyer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pain-card,
.service-card,
.lawyer-grid div {
  min-height: 250px;
  padding: 22px;
  border: 1px solid #dbc9ba;
  border-radius: 8px;
  background: var(--surface);
}

.pain-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(237, 245, 241, 0.88));
}

.pain-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #fff0d9;
  color: var(--gold);
  font-weight: 900;
}

.pain-card h3,
.service-card h3,
.case-type-list h3 {
  margin: 0 0 10px;
  color: var(--primary-strong);
  font-size: 1.12rem;
}

.pain-card p,
.service-card p,
.case-type-list p,
.lawyer-grid p {
  margin: 0;
  color: #6f5a48;
  line-height: 1.56;
}

.comparison-section {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - 1120px) / 2));
  background: #24130b;
  color: #fff8ef;
}

.comparison-section .eyebrow {
  color: #80d5ca;
}

.comparison-section h2,
.comparison-section p {
  color: #fff8ef;
}

.comparison-board {
  display: grid;
  gap: 12px;
}

.comparison-row {
  width: 100%;
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 248, 239, 0.18);
  border-radius: 8px;
  background: rgba(255, 248, 239, 0.06);
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.comparison-row:hover,
.comparison-row:focus-visible,
.comparison-row.is-active {
  border-color: rgba(128, 213, 202, 0.8);
  background: rgba(216, 243, 238, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.comparison-row span {
  font-weight: 900;
}

.comparison-row .before {
  color: #ffdfbc;
}

.comparison-row .after {
  color: #bdf3eb;
}

.bridge {
  height: 2px;
  position: relative;
  display: block;
  background: rgba(255, 248, 239, 0.3);
}

.bridge::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #bdf3eb;
  border-right: 2px solid #bdf3eb;
  transform: translateY(-50%) rotate(45deg);
}

.service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 68px);
  border-top: 1px solid #e6d8cb;
}

.case-type-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.case-type-list article {
  padding: 22px;
  border-left: 4px solid var(--accent);
  background: rgba(255, 253, 249, 0.72);
}

.lawyer-band {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - 1120px) / 2));
  background: #efe4d8;
}

.lawyer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lawyer-grid div {
  min-height: 176px;
  background: #fffdf9;
}

.lawyer-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-strong);
  font-size: 1.06rem;
}

.launch-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  border-top: 1px solid #e6d8cb;
}

.launch-timeline {
  position: relative;
  display: grid;
  gap: 14px;
}

.launch-timeline div {
  position: relative;
  min-height: 78px;
  padding: 18px 18px 18px 72px;
  border: 1px solid #dbc9ba;
  border-radius: 8px;
  background: var(--surface);
  transition: transform 240ms ease;
}

.launch-timeline div:hover {
  transform: translateX(8px);
}

.launch-timeline div > span {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--accent);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
}

.launch-timeline strong {
  color: var(--primary-strong);
  font-size: 1.08rem;
}

.launch-timeline p {
  margin: 8px 0 0;
}

.source-section {
  border-top: 1px solid #e6d8cb;
}

.source-section h2 {
  font-size: 1.45rem;
}

.source-section p {
  max-width: 760px;
}

.source-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #cfbaaa;
  border-radius: 8px;
  padding: 0 12px;
  background: #fffdf9;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.source-links a:hover,
.source-links a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.2);
  outline-offset: 2px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 42px;
  border-top: 1px solid #e6d8cb;
  color: #6b5544;
}

.site-footer img {
  width: 150px;
  height: auto;
  display: block;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  font-weight: 800;
  text-decoration: none;
}

.language-toggle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  min-width: 92px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  margin: 0;
  padding: 0 18px;
  background: #006a4e;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 106, 78, 0.3);
  font-weight: 900;
  animation: language-pulse 2.6s ease-in-out infinite;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  filter: none;
  outline: 4px solid rgba(244, 42, 65, 0.22);
  outline-offset: 3px;
  background: #075a45;
}

body:not(.reset-page) .site-nav {
  font-size: 0.75rem;
}

body:not(.reset-page) .eyebrow {
  font-size: 0.66rem;
}

body:not(.reset-page) .bd-hero h1 {
  font-size: 4.32rem;
}

body:not(.reset-page) .hero-lede {
  font-size: 0.96rem;
}

body:not(.reset-page) .primary-link,
body:not(.reset-page) .secondary-link {
  font-size: 0.8rem;
}

body:not(.reset-page) .proof-strip h2,
body:not(.reset-page) .section-heading h2,
body:not(.reset-page) .split-section h2,
body:not(.reset-page) .launch-section h2 {
  font-size: 2.44rem;
}

body:not(.reset-page) .case-cloud h2 {
  font-size: 2.56rem;
}

body:not(.reset-page) .section-heading p,
body:not(.reset-page) .split-section p,
body:not(.reset-page) .launch-section p,
body:not(.reset-page) .source-section p {
  font-size: 0.83rem;
}

body:not(.reset-page) .instant-card h3,
body:not(.reset-page) .signal-card strong,
body:not(.reset-page) .proof-grid strong,
body:not(.reset-page) .source-section h2 {
  font-size: 1.16rem;
}

body:not(.reset-page) .pain-card h3,
body:not(.reset-page) .service-card h3,
body:not(.reset-page) .case-type-list h3,
body:not(.reset-page) .lawyer-grid strong,
body:not(.reset-page) .launch-timeline strong {
  font-size: 0.9rem;
}

body:not(.reset-page) .instant-card p,
body:not(.reset-page) .service-card p,
body:not(.reset-page) .proof-grid span,
body:not(.reset-page) .case-chips > span,
body:not(.reset-page) .comparison-row span,
body:not(.reset-page) .store-row > span,
body:not(.reset-page) .site-footer,
body:not(.reset-page) .language-toggle {
  font-size: 0.8rem;
}

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

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

@keyframes phone-float {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}

@keyframes card-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes breathe {
  0%, 100% {
    transform: scale(0.94);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes flag-wave {
  0%, 100% {
    transform: skewY(0deg) scaleX(1);
  }
  50% {
    transform: skewY(-5deg) scaleX(0.96);
  }
}

@keyframes chip-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes human-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.01);
  }
}

@keyframes language-pulse {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 18px 42px rgba(0, 106, 78, 0.3);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 22px 52px rgba(244, 42, 65, 0.22);
  }
}

.page-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 18px;
}

.reset-panel {
  width: min(100%, 430px);
}

.brand-logo {
  display: block;
  width: min(210px, 70vw);
  height: auto;
  margin-bottom: 28px;
}

.lock-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--paper);
}

.lock-mark svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

h1 {
  margin: 0 0 10px;
  font-size: 2.55rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.status-text {
  min-height: 48px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.status-text[data-type="error"],
.form-message[data-type="error"] {
  color: var(--error);
}

.status-text[data-type="success"],
.form-message[data-type="success"] {
  color: var(--success);
}

.reset-form {
  display: grid;
  gap: 12px;
}

label {
  font-size: 0.92rem;
  font-weight: 700;
}

input {
  width: 100%;
  min-height: 52px;
  margin-bottom: 4px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  padding: 0 15px;
  outline: none;
}

input:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

input[data-validity="valid"] {
  border-color: var(--success);
}

input[data-validity="invalid"] {
  border-color: var(--error);
}

.password-field {
  position: relative;
  display: grid;
}

.password-field input {
  padding-right: 52px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
}

.password-toggle:hover {
  background: var(--surface-warm);
  color: var(--primary);
  filter: none;
}

.password-toggle:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.26);
  outline-offset: 2px;
}

.password-toggle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.password-toggle .icon-eye-off,
.password-toggle[aria-pressed="true"] .icon-eye {
  display: none;
}

.password-toggle[aria-pressed="true"] .icon-eye-off {
  display: block;
}

.password-feedback {
  margin: -2px 0 6px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.password-strength-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.password-strength-header strong {
  color: var(--primary);
}

.password-strength-track {
  height: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--surface-warm);
}

.password-strength-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--error);
  transition: width 180ms ease, background-color 180ms ease;
}

.password-strength-fill[data-strength="fair"] {
  background: #b7791f;
}

.password-strength-fill[data-strength="good"],
.password-strength-fill[data-strength="strong"] {
  background: var(--success);
}

.password-checklist-hint {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.82rem;
}

.password-check-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  color: var(--muted);
  font-size: 0.86rem;
}

.password-check-row[data-validity="valid"] {
  color: var(--success);
}

.password-check-row[data-validity="invalid"] {
  color: var(--error);
}

.password-check-icon {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 0.7rem;
  line-height: 1;
}

.password-check-icon::before {
  content: "";
}

.password-check-row[data-validity="valid"] .password-check-icon::before {
  content: "✓";
}

.password-check-row[data-validity="invalid"] .password-check-icon::before {
  content: "×";
}

button {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: var(--primary);
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  margin-top: 4px;
}

button:hover {
  filter: brightness(1.08);
}

button:disabled {
  cursor: wait;
  background: #d9c8b8;
}

.form-message {
  margin: 4px 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

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

@media (max-width: 920px) {
  .bd-hero,
  .hero-section,
  .proof-strip,
  .split-section,
  .launch-section {
    grid-template-columns: 1fr;
  }

  .proof-grid,
  .pain-grid,
  .service-grid,
  .lawyer-grid,
  .instant-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bd-motion-stage,
  .phone-stage {
    min-height: 590px;
  }

  .bd-hero h1 {
    font-size: 4.2rem;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-inline: 14px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .site-nav a {
    padding: 0 9px;
  }

  .hero-section,
  .bd-hero,
  .section-band,
  .split-section,
  .comparison-section,
  .proof-strip,
  .instant-section,
  .case-cloud,
  .launch-section,
  .source-section,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .comparison-section,
  .lawyer-band {
    width: 100%;
  }

  .hero-section {
    min-height: auto;
    padding: 32px 0 50px;
  }

  .bd-hero {
    min-height: auto;
    padding: 32px 0 50px;
  }

  .bd-hero h1,
  .hero-section h1 {
    font-size: 3.02rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .section-heading h2,
  .split-section h2,
  .launch-section h2,
  .proof-strip h2 {
    font-size: 2.05rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .bd-motion-stage,
  .phone-stage {
    min-height: 670px;
  }

  .bd-motion-stage::before {
    width: 340px;
    height: 340px;
  }

  .bd-motion-stage::after {
    width: 292px;
    height: 292px;
  }

  .orbit-ring {
    width: 320px;
    height: 320px;
  }

  .bd-flag-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 320px;
    order: -1;
  }

  .phone-mockup {
    width: min(292px, 86vw);
  }

  .signal-card {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 320px;
  }

  .signal-card-one {
    order: -1;
  }

  .signal-card-two {
    order: 2;
  }

  .proof-grid,
  .pain-grid,
  .service-grid,
  .instant-path,
  .case-type-list,
  .lawyer-grid,
  .comparison-row {
    grid-template-columns: 1fr;
  }

  .comparison-row {
    gap: 10px;
  }

  .bridge {
    width: 44px;
  }

  .section-band,
  .comparison-section,
  .split-section,
  .instant-section,
  .case-cloud,
  .launch-section,
  .source-section {
    padding: 56px 0;
  }

  .proof-strip {
    padding: 24px;
  }

  .case-cloud h2 {
    font-size: 2.08rem;
  }

  .launch-bd {
    padding: 24px 14px;
  }

  .launch-timeline div {
    min-height: 74px;
    padding: 16px 14px 16px 64px;
  }

  .launch-timeline div > span {
    left: 14px;
    top: 16px;
    width: 36px;
    height: 36px;
  }

  body:not(.reset-page) .bd-hero h1 {
    font-size: 2.42rem;
  }

  body:not(.reset-page) .proof-strip h2,
  body:not(.reset-page) .section-heading h2,
  body:not(.reset-page) .split-section h2,
  body:not(.reset-page) .launch-section h2,
  body:not(.reset-page) .case-cloud h2 {
    font-size: 1.66rem;
  }

  .comparison-section,
  .lawyer-band {
    padding-inline: 14px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-shell {
    align-items: start;
    padding-top: 44px;
  }

  .brand-logo {
    margin-bottom: 24px;
  }

  h1 {
    font-size: 2.1rem;
  }
}
