/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .order-83 {
    order: 83;
  }
  .order-186 {
    order: 186;
  }
  .order-996 {
    order: 996;
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #142334;
  --muted: #607080;
  --paper: #f5f2e9;
  --cream: #ebe6d9;
  --blue: #123d65;
  --sky: #91c7e8;
  --line: #d8d4ca;
  --red: #a93f36;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist),Arial,sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
main {
  overflow: hidden;
}
.topbar {
  height: 84px;
  padding: 0 max(28px,calc((100vw - 1240px)/2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(245,242,233,.94);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 760;
  font-size: 19px;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid var(--ink);
  display: grid;
  place-items: center;
  font-size: 13px;
  letter-spacing: -1px;
}
.topbar nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #3f4b57;
}
.topbar nav a:hover {
  color: #0d6fa7;
}
.small-button {
  border: 1px solid var(--ink);
  padding: 11px 17px;
  font-size: 13px;
  font-weight: 650;
}
.hero {
  min-height: 720px;
  padding: 92px max(28px,calc((100vw - 1240px)/2)) 0;
  position: relative;
  background: radial-gradient(circle at 85% 30%,rgba(145,199,232,.36),transparent 24%),linear-gradient(120deg,transparent 55%,rgba(255,255,255,.45) 55%);
}
.hero:after {
  content: "RU";
  position: absolute;
  right: -26px;
  top: 70px;
  font-size: 340px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(20,35,52,.08);
  pointer-events: none;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 650;
}
.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--red);
}
h1 {
  font-size: clamp(58px,7.3vw,104px);
  line-height: .92;
  letter-spacing: -.065em;
  margin: 34px 0 28px;
  max-width: 1000px;
  font-weight: 690;
}
h1 em {
  font-style: normal;
  color: var(--blue);
}
.hero-lead {
  font-size: 20px;
  line-height: 1.55;
  max-width: 660px;
  color: #40505e;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}
.primary {
  background: var(--ink);
  color: white;
  padding: 17px 22px;
  font-weight: 650;
  display: flex;
  gap: 34px;
}
.primary span {
  color: var(--sky);
}
.text-link {
  font-size: 14px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
}
.status-row {
  margin-top: 92px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.status-row div {
  padding: 24px 30px 24px 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.status-row div+div {
  padding-left: 30px;
}
.status-row b {
  font-size: 14px;
}
.status-row span {
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
}
.quick,.apply,.documents,.sources {
  padding: 105px max(28px,calc((100vw - 1240px)/2));
}
.section-heading {
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 30px;
  margin-bottom: 54px;
}
.section-heading>span {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  padding-top: 10px;
}
.section-heading h2 {
  font-size: 46px;
  letter-spacing: -.045em;
  margin: 0;
  line-height: 1.08;
}
.section-heading p {
  grid-column: 2;
  max-width: 570px;
  color: var(--muted);
  line-height: 1.6;
  margin: 15px 0 0;
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--ink);
}
.topic {
  padding: 28px 30px 30px 0;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  transition: .2s;
}
.topic+.topic {
  padding-left: 30px;
}
.topic:hover {
  background: rgba(255,255,255,.55);
}
.topic-num {
  font-size: 12px;
  color: var(--red);
}
.topic h3 {
  font-size: 25px;
  margin: 35px 0 12px;
}
.topic p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}
.topic i {
  font-style: normal;
  font-size: 13px;
  margin-top: auto;
  font-weight: 650;
}
.compare,.terms {
  background: var(--blue);
  color: white;
  padding: 105px max(28px,calc((100vw - 1240px)/2));
}
.section-heading.light>span {
  color: var(--sky);
}
.passport-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255,255,255,.3);
}
.passport {
  padding: 45px;
  position: relative;
}
.passport+.passport {
  border-left: 1px solid rgba(255,255,255,.3);
}
.passport h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 500;
}
.passport strong {
  font-size: 58px;
  letter-spacing: -.05em;
}
.passport ul {
  list-style: none;
  padding: 27px 0 0;
  margin: 25px 0 0;
  border-top: 1px solid rgba(255,255,255,.2);
}
.passport li {
  margin: 14px 0;
  color: #dbe7ef;
}
.passport li:before {
  content: "✓";
  color: var(--sky);
  margin-right: 12px;
}
.tag {
  position: absolute;
  right: 20px;
  top: 20px;
  background: var(--sky);
  color: var(--blue);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 7px 9px;
}
.fine {
  font-size: 12px;
  color: #b8cbd8;
  max-width: 850px;
  line-height: 1.6;
  margin: 24px 0 0;
}
.ways {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.ways article {
  background: #fff;
  padding: 32px;
  min-height: 330px;
  border-top: 3px solid var(--ink);
  display: flex;
  flex-direction: column;
}
.ways article>b {
  font-size: 12px;
  color: var(--red);
}
.ways h3 {
  font-size: 25px;
  margin: 40px 0 12px;
}
.ways p {
  line-height: 1.6;
  color: #53616e;
}
.ways small {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  line-height: 1.5;
  color: var(--muted);
}
.term-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,.25);
}
.term-grid div {
  padding: 37px 50px 38px 0;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.term-grid div:nth-child(odd) {
  border-right: 1px solid rgba(255,255,255,.25);
}
.term-grid div:nth-child(even) {
  padding-left: 50px;
}
.term-grid strong {
  font-size: 31px;
  color: var(--sky);
}
.term-grid p {
  line-height: 1.6;
  color: #d4e0e9;
}
.note {
  margin-top: 35px;
  background: #fff;
  color: var(--ink);
  padding: 24px 28px;
  line-height: 1.6;
}
.checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ink);
}
.checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist ul+ul {
  border-left: 1px solid var(--line);
}
.checklist li {
  padding: 23px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.checklist span {
  display: inline-block;
  width: 40px;
  color: var(--red);
  font-size: 11px;
}
.warning {
  margin-top: 40px;
  border-left: 4px solid var(--red);
  background: #fff;
  padding: 25px 30px;
  display: grid;
  grid-template-columns: 280px 1fr;
}
.warning p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.sources {
  background: var(--cream);
}
.source-list {
  border-top: 1px solid var(--ink);
}
.source-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 5px;
  border-bottom: 1px solid #c9c4b8;
}
.source-list a:hover {
  padding-left: 15px;
}
.source-list div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.source-list span {
  font-size: 13px;
  color: var(--muted);
}
.source-list i {
  font-style: normal;
  font-size: 22px;
}
.update {
  margin-top: 30px;
  background: #fff;
  padding: 23px;
  line-height: 1.6;
  font-size: 13px;
  color: #56626d;
}
footer {
  background: #101d2b;
  color: white;
  padding: 50px max(28px,calc((100vw - 1240px)/2));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 40px;
}
footer p {
  font-size: 12px;
  color: #aebac6;
  line-height: 1.5;
}
@media (max-width:820px) {
  .topbar {
    height: 70px;
  }
  .topbar nav,.small-button {
    display: none;
  }
  .hero {
    padding-top: 70px;
    min-height: auto;
  }
  .hero:after {
    font-size: 220px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .status-row {
    margin-top: 65px;
    grid-template-columns: 1fr;
  }
  .status-row div,.status-row div+div {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .quick,.apply,.documents,.sources,.compare,.terms {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .section-heading h2 {
    font-size: 37px;
    margin-top: 15px;
  }
  .section-heading p {
    grid-column: 1;
  }
  .topic-grid,.ways,.passport-table,.term-grid,.checklist {
    grid-template-columns: 1fr;
  }
  .topic {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 26px 0;
    min-height: 220px;
  }
  .topic+.topic {
    padding-left: 0;
  }
  .passport+.passport,.checklist ul+ul {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.3);
  }
  .ways article {
    min-height: 285px;
  }
  .term-grid div,.term-grid div:nth-child(even),.term-grid div:nth-child(odd) {
    padding: 28px 0;
    border-right: 0;
  }
  .warning {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  footer {
    grid-template-columns: 1fr;
  }
}
.ways.two {
  grid-template-columns: repeat(2,1fr);
}
.practice {
  margin-top: 25px;
  padding: 28px 32px;
  background: #fff;
  border-left: 4px solid var(--red);
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 25px;
}
.practice p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.legal-hero {
  padding: 90px max(28px,calc((100vw - 1240px)/2)) 75px;
  background: var(--cream);
}
.legal-hero h1 {
  font-size: clamp(55px,6vw,85px);
  margin-bottom: 28px;
}
.legal-hero>p {
  max-width: 680px;
  font-size: 19px;
  line-height: 1.6;
  color: var(--muted);
}
.valid {
  margin-top: 45px;
  border-top: 1px solid var(--ink);
  padding-top: 20px;
  display: flex;
  gap: 40px;
}
.valid span {
  color: var(--muted);
  font-size: 13px;
}
.legal-layout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 28px 110px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 80px;
}
.legal-layout aside {
  position: sticky;
  top: 110px;
  height: max-content;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ink);
  font-size: 13px;
}
.legal-layout aside b {
  padding: 18px 0;
}
.legal-layout aside a {
  padding: 11px 0;
  color: var(--muted);
}
.legal-content {
  max-width: 800px;
}
.legal-content section {
  padding: 0 0 65px;
  margin-bottom: 65px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}
.legal-content h2 {
  font-size: 38px;
  letter-spacing: -.04em;
  margin: 15px 0;
}
.legal-content h3 {
  font-size: 19px;
  line-height: 1.5;
}
.legal-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #4d5c68;
}
.doc-kind,.article-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: var(--red);
  font-weight: 700;
}
.legal-content blockquote {
  margin: 28px 0;
  padding: 26px 30px;
  background: var(--cream);
  border-left: 4px solid var(--blue);
  font-size: 18px;
  line-height: 1.6;
}
.law-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 30px 0;
}
.law-cards div {
  padding: 24px;
  background: #fff;
  border-top: 3px solid var(--blue);
}
.law-cards b {
  font-size: 23px;
}
.law-cards p {
  font-size: 14px;
  margin-bottom: 0;
}
.legal-note {
  padding: 28px;
  background: var(--blue);
  color: #fff;
}
.legal-note p {
  color: #d4e0e9;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width:820px) {
  .ways.two {
    grid-template-columns: 1fr;
  }
  .practice {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }
  .legal-layout aside {
    display: none;
  }
  .legal-hero {
    padding-top: 65px;
  }
  .valid {
    flex-direction: column;
    gap: 8px;
  }
  .law-cards {
    grid-template-columns: 1fr;
  }
}
