:root {
  --ink: #0b1220;
  --ink-soft: #263247;
  --green: #1fd18a;
  --green-dark: #08a96d;
  --cream: #f4f2eb;
  --paper: #fffefa;
  --line: #dce2e7;
  --muted: #6c7585;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(11, 18, 32, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: linear-gradient(rgba(11,18,32,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(11,18,32,.025) 1px, transparent 1px);
  background-size: 34px 34px;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 12px; top: -60px; padding: 10px 14px; background: var(--white); z-index: 99; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(20px, 5vw, 78px);
  background: rgba(255, 254, 250, .92);
  border-bottom: 1px solid rgba(11, 18, 32, .08);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--green);
  font: 800 22px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -2px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font: 800 14px/1.2 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.25px; }
.brand-copy span { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle {
  min-height: 41px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px 6px 7px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  transition: border-color .2s, transform .2s, background .2s;
}
.language-toggle:hover { border-color: #9ba6b1; background: #f7f8f8; transform: translateY(-1px); }
.language-code { min-width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; background: var(--ink); color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.language-name { font-size: 12px; font-weight: 800; }
.header-cta { background: var(--ink); color: white; padding: 11px 17px; border-radius: 10px; font-weight: 700; font-size: 14px; }
.header-cta:hover { background: #172338; }

.hero {
  min-height: 670px;
  padding: clamp(64px, 9vw, 132px) clamp(20px, 6vw, 94px) clamp(64px, 8vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .72fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -210px;
  top: 40px;
  border-radius: 50%;
  border: 80px solid rgba(31, 209, 138, .08);
  z-index: -1;
}
.eyebrow, .kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
  font-size: 11px;
  color: #426054;
}
.eyebrow span { width: 28px; height: 2px; background: var(--green-dark); }
h1, h2, h3 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; margin-top: 0; }
h1 { font-size: clamp(42px, 5.6vw, 77px); line-height: 1.015; letter-spacing: -.055em; margin: 22px 0 26px; max-width: 850px; }
h1 em { color: var(--green-dark); font-style: normal; position: relative; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; height: 7px; left: 2%; right: 0; bottom: -6px; background: var(--green); border-radius: 50%; transform: rotate(-1deg); opacity: .38; }
.hero-lead { color: var(--ink-soft); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; max-width: 680px; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { border: 0; border-radius: 11px; min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(31, 209, 138, .45); outline-offset: 3px; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(11, 18, 32, .22); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(11, 18, 32, .28); }
.button-quiet { background: transparent; border: 1px solid var(--line); }
.microcopy { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; margin-top: 20px; }
.microcopy svg { width: 18px; fill: none; stroke: var(--green-dark); stroke-width: 1.5; }

.hero-panel { background: var(--ink); color: white; border-radius: 24px; padding: 26px; box-shadow: var(--shadow); transform: rotate(1.2deg); position: relative; }
.hero-panel::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; pointer-events: none; }
.panel-topline { display: flex; justify-content: space-between; align-items: center; color: #aab4c2; font-size: 12px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.status-pill { border: 1px solid rgba(31,209,138,.3); color: #98f1ca; padding: 6px 9px; border-radius: 99px; }
.status-pill i { display: inline-block; width: 6px; height: 6px; background: var(--green); border-radius: 50%; margin-right: 4px; box-shadow: 0 0 0 4px rgba(31,209,138,.11); }
.score-visual { display: grid; grid-template-columns: 126px 1fr; gap: 26px; align-items: center; padding: 35px 2px; }
.score-ring { width: 126px; height: 126px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at center, var(--ink) 62%, transparent 63%), conic-gradient(var(--green) 0 76%, #29354a 76%); }
.score-ring span { font: 800 46px/1 Inter, ui-sans-serif, system-ui, sans-serif; }
.score-ring small { color: #aab4c2; text-transform: uppercase; letter-spacing: .12em; }
.score-lines { display: grid; gap: 15px; }
.score-lines div { display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 9px; }
.score-lines span { color: var(--green); font-size: 10px; font-weight: 800; }
.score-lines p { margin: 0; font-size: 13px; color: #dae0e8; }
.panel-note { display: flex; gap: 12px; align-items: center; padding: 17px; background: rgba(255,255,255,.06); border-radius: 13px; }
.note-icon { width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--green); font-weight: 900; }
.panel-note p { margin: 0; color: #c2cad5; font-size: 12px; line-height: 1.5; }
.panel-note strong { color: white; }

.credibility { background: var(--ink); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(20px, 6vw, 94px); }
.credibility div { padding: 27px clamp(18px, 3vw, 48px); border-right: 1px solid rgba(255,255,255,.1); }
.credibility div:first-child { padding-left: 0; }
.credibility div:last-child { border-right: 0; }
.credibility strong, .credibility span { display: block; }
.credibility strong { font: 700 15px Inter, ui-sans-serif, system-ui, sans-serif; }
.credibility span { color: #93a0b3; font-size: 12px; margin-top: 4px; }

.services { padding: clamp(75px, 10vw, 140px) clamp(20px, 6vw, 94px); background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .intake-intro h2 { font-size: clamp(34px, 4.2vw, 57px); letter-spacing: -.045em; line-height: 1.08; margin: 13px 0 0; max-width: 760px; }
.section-heading > p { color: var(--muted); line-height: 1.65; max-width: 480px; margin: 0; }
.llc-offer { margin-bottom: 22px; display: grid; grid-template-columns: 1.12fr .88fr; background: linear-gradient(135deg, #101b2f, var(--ink)); color: white; border-radius: 23px; overflow: hidden; box-shadow: 0 24px 60px rgba(11,18,32,.14); }
.llc-offer-copy { padding: clamp(28px, 4vw, 50px); position: relative; }
.llc-offer-copy::after { content: "LLC"; position: absolute; right: 20px; bottom: -24px; color: rgba(255,255,255,.035); font: 900 106px/1 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.09em; pointer-events: none; }
.llc-badge { display: inline-flex; margin: 0 0 17px; padding: 7px 10px; border: 1px solid rgba(31,209,138,.28); border-radius: 99px; color: #8fe7c0; background: rgba(31,209,138,.08); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.llc-offer h3 { max-width: 650px; margin-bottom: 14px; font-size: clamp(28px, 3.4vw, 46px); line-height: 1.08; letter-spacing: -.045em; }
.llc-lead { max-width: 590px; color: #adb9c9; line-height: 1.65; margin-bottom: 24px; }
.llc-button { position: relative; z-index: 1; background: var(--green); color: var(--ink); }
.llc-disclaimer { position: relative; z-index: 1; display: block; color: #7f8ca0; margin-top: 13px; font-size: 10px; }
.llc-checklist { display: grid; align-content: center; padding: clamp(28px, 4vw, 50px); background: rgba(255,255,255,.045); border-left: 1px solid rgba(255,255,255,.1); }
.llc-checklist > div { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.llc-checklist > div:last-child { border-bottom: 0; }
.llc-checklist span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: rgba(31,209,138,.12); color: var(--green); font-size: 10px; font-weight: 900; }
.llc-checklist p { margin: 0; color: #aeb8c7; font-size: 13px; line-height: 1.45; }
.llc-checklist strong { display: block; color: white; margin-bottom: 3px; font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.service-card { min-height: 330px; background: rgba(255,255,255,.68); border: 1px solid rgba(11,18,32,.09); border-radius: var(--radius); padding: 24px; position: relative; display: flex; flex-direction: column; }
.service-card.featured { background: var(--ink); color: white; border-color: var(--ink); }
.service-number { position: absolute; right: 20px; top: 19px; font: 800 11px Inter, ui-sans-serif, system-ui, sans-serif; color: #9da5af; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; background: white; border-radius: 13px; border: 1px solid var(--line); margin-bottom: 48px; }
.featured .service-icon { background: var(--green); border-color: var(--green); }
.service-icon svg { width: 24px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 19px; margin-bottom: 11px; letter-spacing: -.025em; }
.service-card p { color: var(--muted); line-height: 1.58; font-size: 14px; margin: 0; }
.featured p { color: #aeb9c9; }
.service-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: var(--green-dark); font-size: 12px; font-weight: 900; }
.service-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.service-tag { margin-top: auto; align-self: flex-start; background: rgba(31,209,138,.13); border: 1px solid rgba(31,209,138,.25); color: #8dedc3; border-radius: 99px; padding: 7px 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.trust-block { margin-top: 80px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.trust-copy h3 { font-size: clamp(26px, 3vw, 39px); letter-spacing: -.04em; line-height: 1.15; margin: 14px 0; }
.trust-copy > p:last-child { color: var(--muted); line-height: 1.65; }
.review-placeholders { position: relative; min-height: 260px; }
.review-card { background: white; border: 1px solid var(--line); border-radius: 17px; padding: 24px; box-shadow: 0 18px 50px rgba(11,18,32,.08); position: absolute; inset: 0 12% 0 0; z-index: 2; }
.review-card.muted { inset: 15px 0 -15px 12%; z-index: 1; transform: rotate(2deg); opacity: .55; }
.review-meta { display: flex; gap: 11px; align-items: center; }
.review-meta .avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #e7faf2; color: var(--green-dark); font-weight: 900; }
.review-meta div { display: grid; }
.review-meta strong { font-size: 13px; }
.review-meta small { color: var(--muted); margin-top: 3px; }
.stars { color: #d59316; letter-spacing: .08em; margin: 25px 0 13px; font-size: 14px; }
.review-card p { color: var(--ink-soft); font-size: 15px; line-height: 1.6; margin: 0; }

.intake-section { background: var(--ink); color: white; padding: clamp(75px, 10vw, 135px) clamp(20px, 6vw, 94px); display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.1fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.kicker.light { color: #87dcb8; }
.intake-intro h2 { margin-bottom: 24px; }
.intake-intro > p { color: #aeb7c5; line-height: 1.7; max-width: 520px; }
.privacy-card { margin-top: 35px; display: flex; gap: 14px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; }
.privacy-card svg { width: 25px; flex: 0 0 auto; fill: none; stroke: var(--green); stroke-width: 1.5; }
.privacy-card div { display: grid; gap: 3px; }
.privacy-card strong { font-size: 13px; }
.privacy-card span { color: #909bae; font-size: 12px; }
.intake-card { color: var(--ink); background: white; border-radius: 22px; padding: clamp(22px, 4vw, 42px); box-shadow: 0 30px 90px rgba(0,0,0,.25); min-height: 520px; }
.progress-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.progress-track { height: 5px; background: #e8ecef; margin-top: 10px; border-radius: 99px; overflow: hidden; }
.progress-track span { display: block; height: 100%; width: 33.333%; background: var(--green-dark); border-radius: inherit; transition: width .28s ease; }
.form-step { display: none; padding-top: 34px; }
.form-step.active { display: block; animation: fadeSlide .25s ease; }
@keyframes fadeSlide { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
fieldset { border: 0; padding: 0; margin: 0; }
legend { font: 800 clamp(23px, 3vw, 31px)/1.2 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.035em; }
.field-help { color: var(--muted); font-size: 13px; margin: 8px 0 22px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice { min-height: 104px; position: relative; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 13px; padding: 16px 38px 16px 16px; cursor: pointer; transition: border .2s, background .2s, transform .2s; }
.choice:hover { transform: translateY(-1px); border-color: #9da9b5; }
.choice:has(input:checked) { border-color: var(--green-dark); background: #edfbf5; box-shadow: inset 0 0 0 1px var(--green-dark); }
.choice input { position: absolute; opacity: 0; }
.choice-check { position: absolute; right: 13px; top: 13px; width: 20px; height: 20px; border: 1px solid #cdd4da; border-radius: 6px; display: grid; place-items: center; color: transparent; font-size: 11px; }
.choice input:checked + .choice-check { color: white; background: var(--green-dark); border-color: var(--green-dark); }
.choice input:focus-visible + .choice-check { outline: 3px solid rgba(31,209,138,.4); outline-offset: 2px; }
.choice strong { font-size: 13px; }
.choice small { color: var(--muted); line-height: 1.35; margin-top: 5px; }
.field-error { color: #bd2e2e; min-height: 18px; font-size: 12px; margin: 10px 0 0; font-weight: 600; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; margin-top: 24px; }
.field { display: grid; gap: 8px; position: relative; }
.field.full { grid-column: 1 / -1; }
.field > span { font-weight: 700; font-size: 12px; }
.field > span small { font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px; color: var(--ink); background: white; }
.field textarea { resize: vertical; min-height: 112px; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #aeb7c0; }
.field [aria-invalid="true"] { border-color: #bd2e2e; background: #fffafa; }
.counter { position: absolute; right: 11px; bottom: 10px; background: white; padding: 2px; color: var(--muted); }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; color: var(--muted); font-size: 12px; line-height: 1.45; cursor: pointer; }
.consent input { margin-top: 2px; accent-color: var(--green-dark); width: 17px; height: 17px; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.button-back { display: none; background: #f2f4f5; color: var(--ink-soft); }
.button-next { background: var(--ink); color: white; }
#submitBtn { display: none; }
.summary-view { display: none; text-align: left; }
.summary-view.active { display: block; animation: fadeSlide .3s ease; }
.success-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #e4faef; color: var(--green-dark); font-size: 22px; font-weight: 900; margin-bottom: 20px; }
.summary-view h3 { font-size: 30px; letter-spacing: -.035em; margin: 9px 0; }
.summary-note { color: var(--muted); font-size: 13px; }
.summary-view pre { white-space: pre-wrap; font: 500 13px/1.65 Inter, ui-sans-serif, system-ui, sans-serif; background: #f4f6f7; border: 1px solid var(--line); border-radius: 13px; padding: 18px; max-height: 260px; overflow: auto; color: var(--ink-soft); }
.summary-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.summary-actions .button-back { display: inline-flex; }
.copy-status { color: var(--green-dark); font-size: 12px; font-weight: 700; min-height: 18px; }

footer { padding: 38px clamp(20px, 6vw, 94px); display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.footer-brand .brand-mark { width: 36px; height: 36px; font-size: 18px; }
.mobile-cta { display: none; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 770px; }
  .hero-panel { max-width: 650px; width: 100%; transform: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .llc-offer { grid-template-columns: 1fr; }
  .llc-checklist { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .trust-block { grid-template-columns: 1fr 1.15fr; gap: 40px; }
  .intake-section { grid-template-columns: 1fr; }
  .intake-intro { max-width: 720px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .site-header { min-height: 66px; padding: 11px 16px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy span { font-size: 8px; }
  .header-cta { display: none; }
  .language-toggle { padding-right: 8px; }
  .language-name { display: none; }
  .hero { padding: 58px 19px 70px; gap: 45px; }
  .hero::after { width: 310px; height: 310px; right: -190px; border-width: 55px; }
  h1 { font-size: clamp(40px, 12vw, 58px); }
  h1 em { white-space: normal; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .microcopy { align-items: flex-start; line-height: 1.4; }
  .hero-panel { padding: 20px; border-radius: 18px; }
  .score-visual { grid-template-columns: 95px 1fr; gap: 17px; padding: 28px 0; }
  .score-ring { width: 95px; height: 95px; }
  .score-ring span { font-size: 36px; }
  .score-lines p { font-size: 11px; }
  .credibility { grid-template-columns: 1fr; padding: 0 20px; }
  .credibility div, .credibility div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .credibility div:last-child { border-bottom: 0; }
  .services { padding-left: 19px; padding-right: 19px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .llc-offer h3 { font-size: 30px; }
  .llc-button { width: 100%; }
  .service-card { min-height: 280px; }
  .trust-block { grid-template-columns: 1fr; margin-top: 65px; }
  .review-placeholders { min-height: 290px; }
  .review-card { inset: 0 4% 0 0; }
  .review-card.muted { inset: 15px 0 -15px 5%; }
  .intake-section { padding-left: 14px; padding-right: 14px; gap: 40px; }
  .intake-intro { padding: 0 6px; }
  .intake-card { border-radius: 17px; padding: 22px 16px; }
  .choice-grid, .form-grid { grid-template-columns: 1fr; }
  .choice { min-height: 88px; }
  .form-actions { position: sticky; bottom: 6px; padding-top: 10px; background: linear-gradient(transparent, white 15%); }
  .form-actions .button-next { flex: 1; }
  footer { align-items: flex-start; flex-direction: column; padding: 32px 20px; }
  .mobile-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; padding: 9px 12px; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); z-index: 60; border-top: 1px solid var(--line); }
  .mobile-cta a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--green); color: var(--ink); border-radius: 10px; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
