:root {
  --bg: #f5f7ff;
  --surface: rgba(255, 255, 255, .58);
  --surface-strong: rgba(255, 255, 255, .82);
  --surface-dark: rgba(22, 24, 45, .82);
  --line: rgba(255, 255, 255, .72);
  --line-dark: rgba(33, 38, 73, .1);
  --text: #171a31;
  --muted: #6f748c;
  --blue: #5669ff;
  --blue-deep: #3847e8;
  --violet: #916dff;
  --cyan: #53d7e8;
  --mint: #74e5c2;
  --coral: #ff9b93;
  --shadow: 0 24px 70px rgba(51, 63, 145, .14);
  --shadow-soft: 0 12px 40px rgba(49, 58, 120, .1);
  --radius: 30px;
  --radius-small: 20px;
  --shell: 1260px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 4% 13%, rgba(124, 183, 255, .32), transparent 27%),
    radial-gradient(circle at 93% 10%, rgba(176, 130, 255, .28), transparent 28%),
    radial-gradient(circle at 80% 46%, rgba(106, 230, 207, .2), transparent 25%),
    radial-gradient(circle at 12% 72%, rgba(255, 171, 167, .2), transparent 25%),
    linear-gradient(145deg, #f9fbff 0%, #eff1ff 48%, #f8f5ff 100%);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  opacity: .32;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(67, 75, 140, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 75, 140, .035) 1px, transparent 1px);
  background-size: 44px 44px;
}

body::selection {
  color: #fff;
  background: var(--blue);
}

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

button,
input,
select {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

img {
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 80;
  top: 12px;
  height: 90px;
  pointer-events: none;
}

.header-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 9px 12px 9px 18px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 24px;
  box-shadow: 0 14px 50px rgba(51, 61, 125, .11), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(24px) saturate(145%);
  pointer-events: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .38), transparent 45%),
    linear-gradient(145deg, var(--violet), var(--blue-deep));
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .54), 0 8px 22px rgba(86, 105, 255, .28);
  font-size: 21px;
  font-weight: 800;
}

.brand > span:last-child {
  display: flex;
  align-items: baseline;
  font-size: 17px;
  letter-spacing: -.035em;
}

.brand b,
.brand strong {
  font-weight: 760;
}

.brand strong {
  color: var(--blue);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.main-nav a {
  padding: 10px 13px;
  color: #4f536b;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 650;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.main-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .9);
  transform: translateY(-1px);
}

.header-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 19px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 16px;
  box-shadow: 0 9px 24px rgba(68, 80, 220, .25), inset 0 1px 0 rgba(255, 255, 255, .28);
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}

.header-action:hover {
  box-shadow: 0 13px 28px rgba(68, 80, 220, .32);
  transform: translateY(-2px);
}

.header-action span {
  font-size: 19px;
}

.menu-button {
  display: none;
}

.glass-hero {
  position: relative;
  z-index: 1;
  min-height: 760px;
  overflow: hidden;
  padding: 98px 0 34px;
}

.aurora {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(8px);
  opacity: .78;
  pointer-events: none;
}

.aurora-one {
  width: 520px;
  height: 520px;
  top: -210px;
  right: 7%;
  background: radial-gradient(circle at 38% 40%, rgba(255, 255, 255, .85), rgba(140, 105, 255, .38) 38%, rgba(86, 105, 255, .05) 72%);
}

.aurora-two {
  width: 470px;
  height: 470px;
  right: -120px;
  bottom: 20px;
  background: radial-gradient(circle at 35% 38%, rgba(255, 255, 255, .75), rgba(83, 215, 232, .34) 40%, transparent 72%);
}

.aurora-three {
  width: 420px;
  height: 420px;
  left: -220px;
  bottom: -120px;
  background: radial-gradient(circle at 58% 42%, rgba(255, 255, 255, .8), rgba(255, 155, 147, .26) 43%, transparent 72%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 40px;
  min-height: 575px;
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.pill {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  color: #525872;
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(18px);
  font-size: 11px;
  font-weight: 650;
}

.pill i {
  width: 8px;
  height: 8px;
  background: var(--mint);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(116, 229, 194, .18);
}

.hero-copy h1 {
  max-width: 720px;
  margin: 27px 0 23px;
  font-size: clamp(65px, 7.2vw, 104px);
  font-weight: 760;
  line-height: .92;
  letter-spacing: -.078em;
}

.hero-copy h1 em {
  color: transparent;
  background: linear-gradient(120deg, var(--blue-deep), var(--violet) 60%, #b65fde);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}

.hero-copy .lead {
  max-width: 665px;
  margin: 0;
  color: #555b74;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
  letter-spacing: -.025em;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 19px;
  border: 0;
  border-radius: 15px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button.large {
  min-height: 57px;
  padding-inline: 24px;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  box-shadow: 0 12px 28px rgba(72, 84, 221, .25), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.button.primary:hover {
  box-shadow: 0 16px 34px rgba(72, 84, 221, .32);
  transform: translateY(-2px);
}

.button.glass-button,
.button.ghost,
.button.ghost-light {
  color: #444a64;
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(18px);
}

.button.glass-button:hover,
.button.ghost:hover,
.button.ghost-light:hover {
  background: rgba(255, 255, 255, .82);
  transform: translateY(-2px);
}

.button.wide {
  width: 100%;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 31px;
}

.hero-proof span {
  color: #6f748c;
  font-size: 12px;
}

.hero-proof b {
  display: block;
  margin-bottom: 2px;
  color: var(--text);
  font-size: 18px;
}

.hero-showcase {
  position: relative;
  min-height: 540px;
  perspective: 1200px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(96, 109, 213, .18);
  border-radius: 50%;
  transform: rotate(-15deg);
}

.orbit-a {
  width: 480px;
  height: 410px;
  top: 55px;
  left: 15px;
}

.orbit-b {
  width: 370px;
  height: 490px;
  top: 18px;
  left: 82px;
  transform: rotate(33deg);
}

.floating-offer,
.showcase-core {
  position: absolute;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .35));
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 25px;
  box-shadow: 0 30px 70px rgba(57, 68, 143, .18), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(24px) saturate(140%);
}

.floating-offer {
  width: 310px;
  padding: 18px;
  transition: transform .35s ease;
}

.floating-offer:hover {
  z-index: 8;
  transform: translateY(-8px) rotate(0deg) !important;
}

.offer-a {
  z-index: 3;
  top: 65px;
  right: 14px;
  transform: rotate(5deg);
}

.offer-b {
  z-index: 4;
  top: 205px;
  left: 5px;
  transform: rotate(-7deg);
}

.offer-c {
  z-index: 5;
  right: 18px;
  bottom: 48px;
  transform: rotate(3deg);
}

.float-top {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
}

.mini-logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  font-size: 12px;
  font-weight: 800;
}

.mini-logo.blue {
  background: linear-gradient(145deg, #6d7cff, #4356ec);
}

.mini-logo.coral {
  background: linear-gradient(145deg, #ffaaa1, #ff7d72);
}

.mini-logo.violet {
  background: linear-gradient(145deg, #a689ff, #7456e5);
}

.float-top b {
  font-size: 14px;
}

.float-top i {
  color: #3c9d7c;
  font-size: 9px;
  font-style: normal;
}

.floating-offer > strong {
  display: block;
  margin-bottom: 6px;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -.045em;
}

.floating-offer > small {
  color: var(--muted);
}

.showcase-core {
  z-index: 6;
  top: 198px;
  left: 236px;
  width: 136px;
  height: 136px;
  display: grid;
  place-content: center;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(113, 128, 255, .84), rgba(110, 73, 209, .74));
  border-radius: 42px;
  box-shadow: 0 24px 60px rgba(72, 65, 183, .3), inset 0 1px 0 rgba(255, 255, 255, .35);
  transform: rotate(11deg);
}

.showcase-core strong {
  font-size: 49px;
  line-height: .85;
  letter-spacing: -.07em;
}

.showcase-core span {
  margin-top: 8px;
  font-size: 9px;
  line-height: 1.2;
}

.trust-ribbon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, .43);
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 20px;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(20px);
}

.trust-ribbon span {
  padding: 16px 20px;
  color: #565c76;
  text-align: center;
  font-size: 12px;
  font-weight: 650;
}

.trust-ribbon span + span {
  border-left: 1px solid rgba(50, 57, 105, .08);
}

.section {
  padding: 95px 0;
}

.selector-zone {
  position: relative;
}

.glass-selector {
  display: grid;
  grid-template-columns: .9fr 1.2fr 270px;
  align-items: stretch;
  gap: 28px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .35));
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 34px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(28px) saturate(135%);
}

.selector-title {
  padding: 14px 6px 12px 7px;
}

.selector-title h2 {
  margin: 0 0 15px;
  font-size: clamp(34px, 3.3vw, 49px);
  font-weight: 730;
  line-height: 1;
  letter-spacing: -.055em;
}

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

.eyebrow,
.content-label {
  display: block;
  margin-bottom: 15px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.selector-fields {
  display: grid;
  align-content: center;
  gap: 14px;
}

.range-field {
  display: block;
  padding: 17px 19px;
  background: rgba(255, 255, 255, .46);
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 19px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

.range-field > span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}

.range-field small {
  color: var(--muted);
  font-size: 11px;
}

.range-field output {
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -.04em;
}

.range-field input[type="range"] {
  --range-progress: 15%;
  width: 100%;
  height: 5px;
  appearance: none;
  background: linear-gradient(90deg, var(--blue) var(--range-progress), rgba(76, 83, 137, .14) var(--range-progress));
  border: 0;
  border-radius: 999px;
  outline: 0;
}

.range-field input[type="range"]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  appearance: none;
  background: linear-gradient(145deg, #fff, #e5e8ff);
  border: 5px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(66, 79, 199, .24);
}

.range-field input[type="range"]::-moz-range-thumb {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 5px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(66, 79, 199, .24);
}

.range-field > i {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  color: #9397aa;
  font-size: 9px;
  font-style: normal;
}

.selector-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 23px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(76, 92, 238, .92), rgba(105, 70, 202, .82));
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 23px;
  box-shadow: 0 17px 40px rgba(64, 67, 168, .23), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.selector-result > span,
.selector-result > small {
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
}

.selector-result > strong {
  margin: 8px 0;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.055em;
}

.selector-result .button {
  margin-top: 21px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, .92);
  box-shadow: none;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
  align-items: end;
  gap: 55px;
  margin-bottom: 42px;
}

.section-heading h2,
.prose > h1,
.prose > h2,
.detail-section h2,
.detail-main > h2 {
  margin: 0;
  font-size: clamp(43px, 5.4vw, 72px);
  font-weight: 720;
  line-height: .98;
  letter-spacing: -.065em;
}

.section-heading p,
.section-heading > div > p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
}

.departments {
  position: relative;
}

.department-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.category-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .31));
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 25px;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(22px);
  transition: transform .25s ease, box-shadow .25s ease;
}

.category-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -45px;
  bottom: -55px;
  background: radial-gradient(circle, rgba(86, 105, 255, .22), transparent 68%);
  border-radius: 50%;
}

.category-card:nth-child(2n)::before {
  background: radial-gradient(circle, rgba(145, 109, 255, .24), transparent 68%);
}

.category-card:nth-child(3n)::before {
  background: radial-gradient(circle, rgba(83, 215, 232, .23), transparent 68%);
}

.category-card:hover {
  box-shadow: 0 24px 55px rgba(50, 61, 137, .17), inset 0 1px 0 #fff;
  transform: translateY(-7px);
}

.category-card.c1,
.category-card.c6 {
  grid-column: span 2;
}

.category-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--violet));
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(75, 82, 203, .2), inset 0 1px 0 rgba(255, 255, 255, .35);
  font-weight: 780;
}

.category-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-card:nth-child(2n) .category-icon {
  background: linear-gradient(145deg, var(--cyan), #5a9eea);
}

.category-card:nth-child(3n) .category-icon {
  background: linear-gradient(145deg, var(--coral), #f07da7);
}

.category-card small {
  color: var(--muted);
  font-size: 10px;
}

.category-card h3 {
  margin: 8px 0 5px;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -.045em;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.category-card b {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  color: var(--blue-deep);
  font-size: 11px;
}

.catalog-section {
  position: relative;
}

.catalog-summary {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, .54);
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.catalog-summary strong {
  font-size: 45px;
  line-height: 1;
  letter-spacing: -.06em;
}

.catalog-summary span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.2;
}

.catalog-desk,
.catalog-controls {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 23px;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(24px);
}

.catalog-search,
.catalog-sort {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 15px;
}

.catalog-search span,
.catalog-sort span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.catalog-search input,
.catalog-sort select {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 650;
}

.catalog-search input::placeholder {
  color: #9ca0b3;
}

.catalog-sort select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--blue) 50%),
    linear-gradient(135deg, var(--blue) 50%, transparent 50%);
  background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.filter-rail {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 14px;
  padding: 5px;
  scrollbar-width: none;
}

.filter-chip {
  flex: 0 0 auto;
  min-height: 43px;
  padding: 0 17px;
  color: #5c6179;
  background: rgba(255, 255, 255, .47);
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(15px);
  font-size: 12px;
  font-weight: 650;
  transition: .2s ease;
}

.filter-chip:hover,
.filter-chip.active {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  border-color: rgba(255, 255, 255, .35);
  box-shadow: 0 8px 20px rgba(67, 78, 199, .2), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.catalog-meta {
  display: flex;
  justify-content: space-between;
  padding: 15px 6px 19px;
  color: var(--muted);
  font-size: 10px;
}

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

.loan-card {
  min-width: 0;
  min-height: 570px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .35));
  border: 1px solid rgba(255, 255, 255, .94);
  border-radius: 27px;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(24px) saturate(130%);
  transition: transform .25s ease, box-shadow .25s ease;
}

.loan-card:hover {
  box-shadow: 0 25px 58px rgba(51, 62, 139, .17), inset 0 1px 0 #fff;
  transform: translateY(-7px);
}

.product-index {
  display: flex;
  justify-content: space-between;
  padding: 15px 17px 0;
  color: var(--muted);
  font-size: 9px;
}

.product-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.product-state i {
  width: 7px;
  height: 7px;
  background: var(--mint);
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(116, 229, 194, .14);
}

.product-brand {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 14px;
  padding: 17px;
}

.offer-logo {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(58, 67, 142, .18), inset 0 1px 0 rgba(255, 255, 255, .38);
  font-size: 17px;
  font-weight: 780;
}

.offer-logo.cobalt,
.offer-logo.blue,
.offer-logo.violet {
  background: linear-gradient(145deg, #7483ff, #4555e9);
}

.offer-logo.tomato,
.offer-logo.coral {
  background: linear-gradient(145deg, #ffaaa0, #f1798b);
}

.offer-logo.acid,
.offer-logo.mint {
  background: linear-gradient(145deg, #78e8c5, #4cbfc1);
}

.offer-logo.lilac {
  background: linear-gradient(145deg, #b099ff, #775be5);
}

.loan-title {
  min-width: 0;
}

.loan-title h3 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.loan-title h3 a:hover {
  color: var(--blue);
}

.loan-title > span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-price {
  margin: 0 14px;
  padding: 19px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .28));
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.product-price small {
  color: var(--muted);
  font-size: 9px;
}

.product-price strong {
  display: block;
  margin-top: 11px;
  font-size: 35px;
  line-height: .95;
  letter-spacing: -.055em;
}

.product-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 14px 14px 0;
  padding: 0;
  background: rgba(255, 255, 255, .35);
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 17px;
}

.product-specs > div {
  min-width: 0;
  padding: 12px 13px;
}

.product-specs > div:nth-child(2) {
  border-left: 1px solid var(--line-dark);
}

.product-specs > .wide {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line-dark);
}

.product-specs dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 8px;
}

.product-specs dd {
  margin: 0;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.3;
}

.product-note {
  margin: 0;
  padding: 13px 17px;
  color: var(--muted);
  font-size: 10px;
}

.card-actions {
  margin-top: auto;
  padding: 0 14px 14px;
}

.product-buy {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(65, 76, 202, .22), inset 0 1px 0 rgba(255, 255, 255, .26);
  font-size: 13px;
  font-weight: 700;
}

.product-buy:hover {
  box-shadow: 0 14px 30px rgba(65, 76, 202, .3);
  transform: translateY(-2px);
}

.product-buy b {
  font-size: 20px;
}

.product-more {
  min-height: 34px;
  display: grid;
  place-items: center;
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
}

.product-more:hover {
  color: var(--blue);
}

.show-more {
  width: 100%;
  min-height: 60px;
  margin-top: 27px;
  color: #4f5570;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 18px;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
}

.show-more:hover {
  color: var(--blue);
  background: rgba(255, 255, 255, .78);
}

.catalog-empty {
  padding: 50px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  text-align: center;
  backdrop-filter: blur(20px);
}

.seo-intro,
.category-content {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 45px;
}

.prose {
  max-width: 900px;
}

.prose.wide {
  max-width: 1080px;
}

.prose > h2 {
  margin-bottom: 30px;
}

.prose p {
  color: #51566f;
  font-size: 17px;
  line-height: 1.72;
}

.prose .lead,
.page-hero .lead {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
  letter-spacing: -.025em;
}

.prose section {
  margin-top: 18px;
  padding: 28px;
  background: rgba(255, 255, 255, .43);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.prose section h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.content-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-top: 35px;
}

.content-columns > div {
  padding: 23px;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 21px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.content-columns h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.content-columns p {
  margin: 0;
  font-size: 14px;
}

.editor-note,
.warning-panel {
  display: grid;
  grid-template-columns: 70px 1fr;
  margin-top: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(234, 238, 255, .72), rgba(255, 255, 255, .43));
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
}

.editor-note > span,
.warning-panel > span {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--violet));
  font-size: 22px;
  font-weight: 760;
}

.editor-note > div,
.warning-panel > div {
  padding: 18px 21px;
}

.editor-note p,
.warning-panel p {
  margin: 4px 0 0;
  font-size: 13px;
}

.dark-section {
  position: relative;
}

.dark-section::before {
  content: "";
  position: absolute;
  inset: 30px max(24px, calc((100% - var(--shell)) / 2 - 24px));
  z-index: -1;
  background:
    radial-gradient(circle at 85% 20%, rgba(117, 99, 255, .3), transparent 30%),
    linear-gradient(145deg, rgba(26, 30, 61, .94), rgba(38, 37, 83, .88));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 38px;
  box-shadow: 0 35px 80px rgba(31, 35, 80, .22), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.dark-section .shell {
  color: #fff;
}

.dark-section .eyebrow {
  color: #aeb8ff;
}

.dark-section .section-heading p {
  color: rgba(255, 255, 255, .66);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.method-grid article {
  min-height: 250px;
  padding: 23px;
  color: var(--text);
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55);
  backdrop-filter: blur(18px);
}

.method-grid article span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.method-grid article h3 {
  margin: 72px 0 10px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.035em;
}

.method-grid article p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.section-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 47px;
  padding: 0 18px;
  color: var(--blue);
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 15px;
  box-shadow: var(--shadow-soft);
  font-size: 12px;
  font-weight: 700;
}

.article-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 14px;
}

.article-grid > a {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 23px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.article-grid > a:first-child {
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .28), transparent 30%),
    linear-gradient(145deg, rgba(81, 97, 239, .94), rgba(113, 74, 205, .88));
}

.article-grid > a:hover {
  box-shadow: 0 22px 50px rgba(51, 62, 139, .16);
  transform: translateY(-6px);
}

.article-grid span {
  color: var(--muted);
  font-size: 9px;
}

.article-grid > a:first-child span,
.article-grid > a:first-child p {
  color: rgba(255, 255, 255, .72);
}

.article-grid h3 {
  margin: 65px 0 12px;
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.article-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.article-grid b {
  margin-top: auto;
  font-size: 10px;
}

.faq-section {
  position: relative;
}

.faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 60px;
}

.faq-layout h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.06em;
}

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

.faq-list details {
  overflow: hidden;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.faq-list summary {
  min-height: 69px;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  list-style: none;
  font-size: 16px;
  font-weight: 680;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--blue);
  font-size: 9px;
}

.faq-list summary b {
  font-size: 20px;
  transition: transform .2s ease;
}

.faq-list details[open] summary b {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: 0;
  padding: 0 48px 20px 61px;
  color: var(--muted);
  font-size: 14px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 70px;
}

.page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 540px;
  height: 540px;
  right: -160px;
  top: -220px;
  background: radial-gradient(circle, rgba(145, 109, 255, .28), transparent 69%);
  border-radius: 50%;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 43px;
  color: var(--muted);
  font-size: 10px;
}

.breadcrumbs a:hover {
  color: var(--blue);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 50px;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(57px, 7vw, 96px);
  font-weight: 740;
  line-height: .94;
  letter-spacing: -.07em;
}

.page-hero .lead {
  max-width: 850px;
  margin: 25px 0;
  color: #555b74;
}

.keyword-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 23px;
}

.keyword-row span {
  padding: 7px 11px;
  color: #5c6179;
  background: rgba(255, 255, 255, .46);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  font-size: 9px;
  backdrop-filter: blur(15px);
}

.category-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .34));
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.category-facts > div {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px;
}

.category-facts > div:nth-child(even) {
  border-left: 1px solid var(--line-dark);
}

.category-facts > div:nth-child(n + 3) {
  border-top: 1px solid var(--line-dark);
}

.category-facts strong {
  font-size: 32px;
  letter-spacing: -.05em;
}

.category-facts span,
.category-facts small {
  color: var(--muted);
  font-size: 8px;
}

.category-facts > small {
  grid-column: 1 / -1;
  padding: 11px 17px;
  border-top: 1px solid var(--line-dark);
}

.category-catalog {
  padding-top: 70px;
}

.category-catalog .catalog-controls {
  align-self: end;
}

.related-links {
  margin-top: 30px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.related-links h2 {
  margin: 0;
  padding: 17px 19px;
  font-size: 21px;
}

.related-links a {
  display: flex;
  justify-content: space-between;
  padding: 14px 19px;
  border-top: 1px solid var(--line-dark);
  font-size: 14px;
  font-weight: 650;
}

.related-links a:hover {
  color: var(--blue);
  background: rgba(255, 255, 255, .45);
}

.offer-hero-grid {
  display: grid;
  grid-template-columns: 155px 1fr;
  align-items: center;
  gap: 38px;
}

.offer-logo.huge {
  width: 155px;
  height: 155px;
  font-size: 39px;
  border-radius: 42px;
}

.offer-hero h1 {
  font-size: clamp(52px, 6vw, 86px);
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 370px;
  align-items: start;
  gap: 36px;
}

.detail-main {
  min-width: 0;
}

.detail-section {
  padding-bottom: 40px;
}

.detail-section + .detail-section {
  padding-top: 40px;
  border-top: 1px solid rgba(55, 62, 111, .12);
}

.detail-section h2,
.detail-main > h2 {
  margin-bottom: 27px;
}

.data-table {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 21px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.data-table > div {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  padding: 17px 19px;
}

.data-table > div + div {
  border-top: 1px solid var(--line-dark);
}

.data-table span {
  color: var(--muted);
  font-size: 9px;
}

.data-table strong {
  font-size: 16px;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.check-list span {
  color: var(--blue);
  font-weight: 750;
}

.apply-card {
  position: sticky;
  top: 100px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, .38));
  border: 1px solid rgba(255, 255, 255, .94);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.apply-card h2 {
  margin: 0 0 15px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.05em;
}

.apply-card p {
  color: var(--muted);
  font-size: 14px;
}

.official-link {
  display: block;
  margin: 14px 0;
  color: var(--blue);
  text-align: center;
  font-size: 10px;
}

.legal-card {
  display: grid;
  gap: 5px;
  margin-top: 17px;
  padding: 16px;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 16px;
}

.legal-card small,
.legal-card span {
  color: var(--muted);
  font-size: 9px;
}

.article-hero,
.simple-hero,
.calculator-hero,
.error-hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(145, 109, 255, .25), transparent 34%),
    radial-gradient(circle at 10% 75%, rgba(83, 215, 232, .18), transparent 32%);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 9px;
}

.article-layout,
.simple-layout {
  display: grid;
  grid-template-columns: 170px minmax(0, 820px);
  justify-content: center;
  gap: 48px;
}

.article-aside {
  color: var(--muted);
  font-size: 10px;
}

.article-body h2,
.simple-layout h2 {
  margin: 43px 0 16px;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.article-body p,
.simple-layout p,
.simple-layout li {
  color: #51566f;
  font-size: 17px;
  line-height: 1.72;
}

.calculator-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 27px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.calculator-result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 20px;
}

.calculator-result > div {
  padding: 19px;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 16px;
}

.calculator-result span {
  display: block;
  color: var(--muted);
  font-size: 9px;
}

.calculator-result strong {
  display: block;
  margin-top: 7px;
  font-size: 26px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin: 40px 18px 18px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(118, 96, 255, .35), transparent 30%),
    radial-gradient(circle at 15% 80%, rgba(83, 215, 232, .18), transparent 28%),
    linear-gradient(145deg, #1b1f3d, #27234d);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 38px;
  box-shadow: 0 30px 75px rgba(31, 35, 80, .24), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.footer-lead {
  min-height: 270px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-block: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.footer-lead > div > span {
  color: #aeb8ff;
  font-size: 11px;
  font-weight: 700;
}

.footer-lead p {
  margin: 13px 0 0;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.065em;
}

.footer-lead > a {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 28px;
  backdrop-filter: blur(15px);
  font-size: 11px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 50px;
  padding-block: 48px;
}

.footer-wordmark {
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -.05em;
}

.footer-about p {
  max-width: 400px;
  margin: 22px 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
}

.footer-mail {
  color: #b8c0ff;
  font-size: 11px;
}

.footer-grid h2 {
  margin: 0 0 18px;
  color: #aeb8ff;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-about) a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.footer-grid a:hover {
  color: #fff;
}

.disclaimer {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 45px;
  padding-block: 20px;
  color: rgba(255, 255, 255, .42);
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 9px;
}

.disclaimer p {
  max-width: 900px;
  margin: 0;
}

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

@media (max-width: 1100px) {
  .header-row {
    grid-template-columns: 205px 1fr auto;
  }

  .main-nav a {
    padding-inline: 9px;
    font-size: 12px;
  }

  .hero-grid {
    grid-template-columns: 1fr 420px;
  }

  .hero-showcase {
    transform: scale(.88);
    transform-origin: center;
  }

  .glass-selector {
    grid-template-columns: .8fr 1.1fr 240px;
    gap: 18px;
  }

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

  .category-card.c1,
  .category-card.c6 {
    grid-column: span 1;
  }

  .loan-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-grid {
    grid-template-columns: 1fr 330px;
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .site-header {
    top: 8px;
    height: 80px;
  }

  .header-row {
    min-height: 64px;
    grid-template-columns: 1fr auto;
    border-radius: 20px;
  }

  .header-action {
    display: none;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    gap: 4px;
    background: rgba(255, 255, 255, .65);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  }

  .menu-button > span {
    width: 20px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
  }

  .menu-button b {
    display: none;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    padding: 9px;
    background: rgba(255, 255, 255, .84);
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 20px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(24px);
  }

  .main-nav.open {
    display: grid;
  }

  .main-nav a {
    min-height: 47px;
    display: flex;
    align-items: center;
    padding-inline: 14px;
  }

  .glass-hero {
    padding-top: 70px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .pill {
    margin-inline: auto;
  }

  .hero-copy .lead {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-proof {
    justify-content: center;
  }

  .hero-showcase {
    width: 520px;
    max-width: 100%;
    margin-inline: auto;
    transform: scale(.9);
  }

  .trust-ribbon {
    margin-top: -35px;
  }

  .glass-selector,
  .section-heading,
  .faq-layout,
  .page-hero-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .selector-fields {
    grid-template-columns: 1fr 1fr;
  }

  .department-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-summary {
    justify-self: start;
  }

  .seo-intro,
  .category-content {
    grid-template-columns: 1fr;
  }

  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-layout,
  .simple-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    display: none;
  }

  .apply-card {
    position: static;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 590px) {
  .shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .brand > span:last-child {
    font-size: 15px;
  }

  .glass-hero {
    min-height: 0;
    padding: 48px 0 22px;
  }

  .hero-copy h1 {
    margin-top: 23px;
    font-size: 52px;
    letter-spacing: -.065em;
  }

  .hero-copy .lead {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

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

  .hero-proof span {
    padding: 11px 7px;
    background: rgba(255, 255, 255, .46);
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 14px;
    font-size: 9px;
  }

  .hero-showcase {
    height: 440px;
    min-height: 440px;
    margin-top: 5px;
    transform: none;
  }

  .orbit-a {
    width: 340px;
    height: 310px;
    left: 7px;
  }

  .orbit-b {
    width: 290px;
    height: 370px;
    left: 40px;
  }

  .floating-offer {
    width: 245px;
    padding: 14px;
  }

  .offer-a {
    top: 46px;
    right: 0;
  }

  .offer-b {
    top: 164px;
    left: 0;
  }

  .offer-c {
    right: 5px;
    bottom: 15px;
  }

  .float-top {
    grid-template-columns: 36px 1fr;
    margin-bottom: 15px;
  }

  .float-top i {
    display: none;
  }

  .mini-logo {
    width: 36px;
    height: 36px;
  }

  .floating-offer > strong {
    font-size: 22px;
  }

  .showcase-core {
    top: 160px;
    left: 215px;
    width: 105px;
    height: 105px;
    border-radius: 31px;
  }

  .showcase-core strong {
    font-size: 38px;
  }

  .trust-ribbon {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .trust-ribbon span {
    padding: 12px 15px;
    text-align: left;
  }

  .trust-ribbon span + span {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .section {
    padding: 70px 0;
  }

  .glass-selector {
    gap: 15px;
    padding: 17px;
    border-radius: 25px;
  }

  .selector-fields {
    grid-template-columns: 1fr;
  }

  .selector-title h2 {
    font-size: 36px;
  }

  .selector-result > strong {
    font-size: 36px;
  }

  .section-heading {
    gap: 22px;
  }

  .section-heading h2,
  .prose > h1,
  .prose > h2,
  .detail-section h2,
  .detail-main > h2 {
    font-size: 39px;
  }

  .department-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 225px;
  }

  .catalog-desk,
  .catalog-controls {
    grid-template-columns: 1fr;
  }

  .catalog-meta {
    display: grid;
    gap: 4px;
  }

  .loan-list {
    grid-template-columns: 1fr;
  }

  .loan-card {
    min-height: 550px;
  }

  .product-price strong {
    font-size: 34px;
  }

  .content-columns {
    grid-template-columns: 1fr;
  }

  .editor-note,
  .warning-panel {
    grid-template-columns: 56px 1fr;
  }

  .method-grid {
    grid-template-columns: 1fr;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-grid > a {
    min-height: 290px;
  }

  .faq-layout {
    gap: 32px;
  }

  .faq-layout h2 {
    font-size: 42px;
  }

  .faq-list summary {
    grid-template-columns: 22px 1fr auto;
    padding-inline: 14px;
    font-size: 14px;
  }

  .faq-list details p {
    padding: 0 38px 18px 50px;
    font-size: 13px;
  }

  .page-hero {
    padding: 55px 0 45px;
  }

  .page-hero h1,
  .offer-hero h1 {
    font-size: 48px;
  }

  .offer-hero-grid {
    grid-template-columns: 1fr;
  }

  .offer-logo.huge {
    width: 112px;
    height: 112px;
    border-radius: 32px;
  }

  .data-table > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .calculator-panel {
    padding: 17px;
  }

  .calculator-result {
    grid-template-columns: 1fr;
  }

  .site-footer {
    margin: 20px 8px 8px;
    border-radius: 28px;
  }

  .footer-lead {
    min-height: 240px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .footer-lead p {
    font-size: 43px;
  }

  .footer-lead > a {
    width: 80px;
    height: 80px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
  }

  .disclaimer {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}

/* Editorial covers and article hub */
.article-grid .article-cover-card,
.articles-index-grid .article-cover-card {
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  color: var(--text);
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 25px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
  transition: transform .22s ease, box-shadow .22s ease;
}

.article-grid .article-cover-card:first-child {
  color: var(--text);
  background: rgba(255, 255, 255, .58);
}

.article-grid .article-cover-card:hover,
.articles-index-grid .article-cover-card:hover {
  box-shadow: 0 24px 56px rgba(50, 61, 137, .17);
  transform: translateY(-6px);
}

.article-card-image {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 7px 7px 0;
  border-radius: 19px;
}

.article-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.article-cover-card:hover .article-card-image img {
  transform: scale(1.035);
}

.article-card-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.article-grid .article-card-copy small,
.articles-index-grid .article-card-copy small {
  color: var(--blue);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.article-grid .article-card-copy h3,
.articles-index-grid .article-card-copy h3 {
  margin: 17px 0 10px;
  font-size: 24px;
  line-height: 1.04;
}

.article-grid .article-card-copy p,
.articles-index-grid .article-card-copy p,
.article-grid .article-cover-card:first-child .article-card-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-grid .article-card-copy b,
.articles-index-grid .article-card-copy b {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  color: var(--blue);
  font-size: 10px;
}

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

.articles-index-grid .article-featured {
  grid-column: span 2;
}

.articles-index-hero h1 {
  max-width: 900px;
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  align-items: center;
  gap: 54px;
}

.article-hero-cover {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 32px;
  box-shadow: 0 28px 68px rgba(48, 59, 142, .2);
}

.article-hero-cover img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 980px) {
  .articles-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-hero-grid {
    grid-template-columns: 1fr;
  }

  .article-hero-cover {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .articles-index-grid {
    grid-template-columns: 1fr;
  }

  .articles-index-grid .article-featured {
    grid-column: auto;
  }

  .article-grid .article-card-copy h3,
  .articles-index-grid .article-card-copy h3 {
    font-size: 22px;
  }
}

[id] {
  scroll-margin-top: 112px;
}

.articles-index-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: center;
  gap: 58px;
}

.articles-index-cover {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 32px;
  box-shadow: 0 28px 68px rgba(48, 59, 142, .2);
}

.articles-index-cover img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 980px) {
  .articles-index-hero-grid {
    grid-template-columns: 1fr;
  }

  .articles-index-cover {
    max-width: 720px;
  }
}

/* Compact product cards with brand artwork */
.loan-card {
  min-height: 0;
  border-radius: 25px;
}

.product-visual {
  position: relative;
  display: block;
  aspect-ratio: 640 / 260;
  overflow: hidden;
  margin: 7px 7px 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .92);
  background:
    radial-gradient(circle at 16% 18%, rgba(83, 215, 232, .38), transparent 31%),
    radial-gradient(circle at 88% 86%, rgba(145, 109, 255, .36), transparent 37%),
    linear-gradient(140deg, rgba(255, 255, 255, .96), rgba(226, 232, 255, .9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96);
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  box-shadow: inset 0 0 28px rgba(255, 255, 255, .55);
  pointer-events: none;
}

.product-visual::before {
  width: 150px;
  height: 150px;
  right: -34px;
  top: -62px;
}

.product-visual::after {
  width: 70px;
  height: 70px;
  left: 8%;
  bottom: -42px;
}

.product-visual img {
  display: block;
  transition: transform .35s ease;
}

.product-logo-stage {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 38px 34px 18px;
}

.product-visual .product-logo {
  width: min(72%, 285px);
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(44, 53, 125, .14));
}

.loan-card:hover .product-visual img {
  transform: scale(1.045);
}

.product-visual .product-state,
.product-number {
  position: absolute;
  top: 10px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 999px;
  color: #fff;
  background: rgba(26, 31, 90, .27);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
  backdrop-filter: blur(14px);
  font-size: 8px;
  font-weight: 760;
}

.product-visual .product-state {
  left: 10px;
}

.product-number {
  right: 10px;
}

.product-card-body {
  min-height: 242px;
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.product-brandline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.product-brandline .loan-title h3 {
  margin-bottom: 4px;
  font-size: 22px;
}

.product-brandline .loan-title > span {
  font-size: 8px;
  -webkit-line-clamp: 1;
}

.product-format {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(86, 105, 255, .08);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-summary {
  min-height: 39px;
  display: -webkit-box;
  overflow: hidden;
  margin: 11px 0;
  color: #565b70;
  font-size: 10px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card-body .product-specs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-radius: 14px;
}

.product-card-body .product-specs > div {
  padding: 9px 10px;
  border: 0;
}

.product-card-body .product-specs > div + div {
  border-left: 1px solid var(--line-dark);
}

.product-card-body .product-specs dt {
  font-size: 7px;
}

.product-card-body .product-specs dd {
  display: -webkit-box;
  overflow: hidden;
  font-size: 9px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card-body .card-actions {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 7px;
  margin-top: auto;
  padding: 12px 0 0;
}

.product-card-body .product-buy,
.product-card-body .product-more {
  min-height: 43px;
  margin: 0;
  border-radius: 13px;
}

.product-card-body .product-buy {
  padding: 0 13px;
  font-size: 11px;
}

.product-card-body .product-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid rgba(86, 105, 255, .11);
  background: rgba(255, 255, 255, .55);
  color: #454a61;
  font-size: 8px;
  line-height: 1.25;
  text-align: center;
}

.product-card-body .product-more:hover {
  color: var(--blue);
  border-color: rgba(86, 105, 255, .25);
}

/* Offer imagery and stronger relevance blocks */
.offer-hero-grid {
  grid-template-columns: minmax(260px, 360px) 1fr;
}

.offer-hero-art {
  position: relative;
  min-height: 260px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 12%, rgba(83, 215, 232, .38), transparent 34%),
    radial-gradient(circle at 90% 82%, rgba(145, 109, 255, .4), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(226, 232, 255, .88));
  box-shadow: 0 26px 60px rgba(54, 64, 144, .18);
}

.offer-brand-stage {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 24px;
  padding: 42px;
}

.offer-hero-art .offer-brand-logo {
  width: min(82%, 360px);
  height: 130px;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(44, 53, 125, .16));
}

.offer-brand-stage small {
  padding: 7px 12px;
  color: #50566d;
  background: rgba(255, 255, 255, .6);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Persistent navigation helpers */
.back-to-top {
  position: fixed;
  z-index: 70;
  right: 24px;
  bottom: 24px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px 0 13px;
  color: #fff;
  background: linear-gradient(135deg, rgba(86, 105, 255, .96), rgba(72, 59, 220, .96));
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(55, 65, 184, .3), inset 0 1px 0 rgba(255, 255, 255, .34);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  box-shadow: 0 22px 48px rgba(55, 65, 184, .4), inset 0 1px 0 rgba(255, 255, 255, .4);
  transform: translateY(-2px);
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.back-to-top span {
  font-size: 12px;
  font-weight: 760;
}

@media (max-width: 640px) {
  .back-to-top {
    right: 15px;
    bottom: 15px;
    width: 48px;
    min-height: 48px;
    justify-content: center;
    padding: 0;
    border-radius: 16px;
  }

  .back-to-top span {
    display: none;
  }
}

.offer-hero h1 {
  max-width: 980px;
  font-size: clamp(46px, 5.2vw, 74px);
}

.semantic-terms,
.offer-intent-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.semantic-terms span,
.offer-intent-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(86, 105, 255, .12);
  border-radius: 999px;
  color: #4c5271;
  background: rgba(255, 255, 255, .6);
  font-size: 11px;
  font-weight: 720;
}

.relevance-checklist {
  margin-bottom: 54px;
}

.offer-intent-tags {
  margin: 0 0 30px;
}

.other-offers {
  margin-top: 10px;
}

.offer-faq {
  max-width: 980px;
  margin-top: 56px;
}

.offer-faq > h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -.04em;
}

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

.offer-faq details:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.offer-faq summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 18px 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 760;
}

.offer-faq summary::-webkit-details-marker {
  display: none;
}

.offer-faq summary b {
  color: var(--blue);
  font-size: 20px;
}

.offer-faq details[open] summary b {
  transform: rotate(45deg);
}

.offer-faq p {
  max-width: 840px;
  margin: 0;
  padding: 0 32px 20px 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1020px) {
  .loan-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .offer-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offer-hero-art {
    max-width: 470px;
    border-radius: 23px;
  }
}

@media (max-width: 640px) {
  .loan-list {
    grid-template-columns: 1fr;
  }

  .loan-card {
    min-height: 0;
  }

  .product-card-body {
    min-height: 235px;
  }

  .product-card-body .product-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card-body .card-actions {
    grid-template-columns: 1fr 1fr;
  }
}

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

  * {
    transition: none !important;
  }
}

/* Approved glass poster hero */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.home-page .site-header {
  display: block;
}

.poster-hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(143, 105, 255, .18), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f7f8ff 100%);
}

.poster-canvas {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}

.poster-canvas::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(86, 105, 255, .16), transparent);
}

.poster-canvas > img,
.poster-canvas > picture,
.poster-canvas > picture > img {
  display: block;
  width: 100%;
  height: auto;
}

.poster-hotspot {
  position: absolute;
  left: 4.4%;
  top: 69%;
  width: 28%;
  height: 13%;
  border-radius: 999px;
}

.poster-hotspot:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: 5px;
}

.poster-dock {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 22px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 27px;
  background: rgba(255, 255, 255, .66);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(24px) saturate(145%);
}

.poster-dock a {
  min-height: 76px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 19px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.poster-dock a:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 105, 255, .14);
  background: rgba(255, 255, 255, .8);
}

.poster-dock b {
  font-size: 15px;
}

.poster-dock span {
  color: var(--muted);
  font-size: 12px;
}

#selector,
#guide,
#departments,
#catalog {
  scroll-margin-top: 24px;
}

.home-guide {
  position: relative;
}

.guide-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 70px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 38px;
  background:
    radial-gradient(circle at 92% 6%, rgba(83, 215, 232, .16), transparent 33%),
    radial-gradient(circle at 8% 90%, rgba(145, 109, 255, .13), transparent 38%),
    rgba(255, 255, 255, .58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(26px) saturate(135%);
}

.guide-intro h2 {
  max-width: 650px;
  margin: 12px 0 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
}

.guide-lead {
  display: grid;
  align-content: center;
  gap: 14px;
}

.guide-lead p {
  margin: 0;
  color: #424760;
  font-size: 17px;
  line-height: 1.75;
}

.comparison-glance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.comparison-glance article,
.guide-panel,
.guide-links a {
  border: 1px solid rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .58);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(22px) saturate(135%);
}

.comparison-glance article {
  min-height: 250px;
  padding: 26px;
  border-radius: 27px;
}

.comparison-glance article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--blue), var(--violet));
  box-shadow: 0 10px 28px rgba(86, 105, 255, .24);
  font-size: 12px;
  font-weight: 800;
}

.comparison-glance h3 {
  margin: 40px 0 8px;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.comparison-glance p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.guide-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.guide-panel {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 34px;
}

.guide-panel > h2 {
  margin: 10px 0 28px;
  font-size: clamp(34px, 4vw, 51px);
  line-height: 1;
  letter-spacing: -.045em;
}

.guide-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guide;
}

.guide-steps li {
  position: relative;
  min-height: 84px;
  padding: 4px 0 22px 62px;
  border-bottom: 1px solid var(--line-dark);
  counter-increment: guide;
}

.guide-steps li + li {
  padding-top: 22px;
}

.guide-steps li::before {
  content: counter(guide, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(86, 105, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
}

.guide-steps li + li::before {
  top: 20px;
}

.guide-steps b {
  font-size: 17px;
}

.guide-steps p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.cost-panel > p {
  color: var(--muted);
  line-height: 1.7;
}

.cost-table {
  overflow: hidden;
  margin: 25px 0 18px;
  border: 1px solid rgba(86, 105, 255, .11);
  border-radius: 22px;
  background: rgba(255, 255, 255, .58);
}

.cost-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 10px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(86, 105, 255, .09);
}

.cost-table > div:last-child {
  border-bottom: 0;
}

.cost-table > div:first-child {
  color: var(--muted);
  background: rgba(86, 105, 255, .055);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.cost-table b {
  color: var(--blue);
}

.cost-table strong {
  text-align: right;
}

.cost-note {
  padding: 16px 18px;
  border: 1px solid rgba(145, 109, 255, .13);
  border-radius: 18px;
  background: rgba(145, 109, 255, .07);
  color: #444861 !important;
  font-size: 13px;
}

.guide-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.guide-links a {
  min-height: 108px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  border-radius: 23px;
  transition: transform .2s ease, background .2s ease;
}

.guide-links a:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .82);
}

.guide-links b {
  font-size: 15px;
}

.guide-links span {
  color: var(--blue);
  font-size: 12px;
}

@media (max-width: 980px) {
  .poster-dock,
  .comparison-glance,
  .guide-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .guide-intro,
  .guide-detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 590px) {
  .poster-canvas {
    min-height: 330px;
  }

  .poster-canvas > img,
  .poster-canvas > picture,
  .poster-canvas > picture > img {
    width: auto;
    max-width: none;
    height: 330px;
    object-fit: cover;
    object-position: 35% center;
  }

  .poster-hotspot {
    left: 3%;
    top: 67%;
    width: 52%;
    height: 16%;
  }

  .poster-dock {
    grid-template-columns: 1fr 1fr;
    width: min(calc(100% - 20px), var(--shell));
    margin-top: 10px;
    padding: 7px;
    border-radius: 21px;
  }

  .poster-dock a {
    min-height: 64px;
    padding: 9px 11px;
    border-radius: 15px;
  }

  .poster-dock b {
    font-size: 13px;
  }

  .poster-dock span {
    font-size: 10px;
  }

  .guide-intro,
  .guide-panel {
    padding: 25px 19px;
    border-radius: 27px;
  }

  .guide-intro h2 {
    font-size: 39px;
  }

  .guide-lead p {
    font-size: 15px;
  }

  .comparison-glance {
    grid-template-columns: 1fr;
  }

  .comparison-glance article {
    min-height: 210px;
  }

  .guide-links {
    grid-template-columns: 1fr;
  }

  .cost-table > div {
    grid-template-columns: .8fr 1fr 1.2fr;
    padding-inline: 12px;
    font-size: 12px;
  }
}

/* Content depth and internal linking */
.category-deep-dive {
  margin-top: 64px;
  padding-top: 54px;
  border-top: 1px solid var(--line-dark);
}

.category-checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0 48px;
}

.category-checklist > div {
  min-height: 122px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 22px;
  background: rgba(255, 255, 255, .58);
  box-shadow: var(--shadow-soft);
}

.category-checklist b {
  color: var(--blue);
  font-size: 15px;
}

.category-checklist span {
  color: var(--muted);
  font-size: 13px;
}

.inline-related {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.inline-related a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 11px 15px;
  border: 1px solid rgba(86, 105, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #333951;
  font-size: 13px;
  font-weight: 700;
}

.inline-related a span {
  color: var(--blue);
}

.offer-editorial {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 36px;
  background:
    radial-gradient(circle at 94% 8%, rgba(83, 215, 232, .14), transparent 30%),
    rgba(255, 255, 255, .58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(135%);
}

.offer-editorial > h2 {
  max-width: 840px;
  margin: 10px 0 18px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.048em;
}

.offer-editorial > p {
  max-width: 940px;
  margin: 0 0 22px;
  color: #4d526a;
  font-size: 16px;
  line-height: 1.75;
}

.offer-explain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 30px 0 48px;
}

.offer-explain-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 25px;
  background: rgba(255, 255, 255, .58);
  box-shadow: var(--shadow-soft);
}

.offer-explain-grid h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.offer-explain-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.offer-related {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 9px;
  align-items: stretch;
  margin-top: 30px;
}

.offer-related > b,
.offer-related > a {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-radius: 18px;
}

.offer-related > b {
  color: var(--muted);
  font-size: 13px;
}

.offer-related > a {
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(86, 105, 255, .11);
  background: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 750;
}

.offer-related > a span {
  color: var(--blue);
}

.article-sources {
  padding: 30px;
  border: 1px solid rgba(86, 105, 255, .1);
  border-radius: 26px;
  background: rgba(255, 255, 255, .53);
}

.article-hub {
  padding-top: 64px;
}

.article-topic-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 78px;
}

.article-topic-nav a {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 10%, rgba(74, 206, 235, .23), transparent 34%),
    rgba(255, 255, 255, .56);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(22px);
  transition: transform .22s ease, box-shadow .22s ease;
}

.article-topic-nav a:nth-child(2) {
  background:
    radial-gradient(circle at 88% 10%, rgba(131, 91, 255, .2), transparent 34%),
    rgba(255, 255, 255, .56);
}

.article-topic-nav a:nth-child(3) {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 139, 158, .2), transparent 34%),
    rgba(255, 255, 255, .56);
}

.article-topic-nav a:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(50, 61, 137, .16);
}

.article-topic-nav span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 12px 24px rgba(86, 105, 255, .24);
  font-size: 12px;
  font-weight: 850;
}

.article-topic-nav b {
  font-size: 21px;
  line-height: 1.12;
}

.article-topic-nav small {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.article-topic-section {
  padding: 68px 0 8px;
  border-top: 1px solid var(--line-dark);
}

.article-topic-section + .article-topic-section {
  margin-top: 46px;
}

.article-kicker {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  padding: 15px 18px;
  border: 1px solid rgba(86, 105, 255, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .5);
  color: var(--muted);
  font-size: 12px;
}

.article-kicker span {
  color: var(--blue);
  font-weight: 800;
}

.article-toc {
  margin-bottom: 46px;
  padding: 28px;
  border: 1px solid rgba(86, 105, 255, .11);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(76, 203, 235, .18), transparent 34%),
    rgba(255, 255, 255, .56);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(22px);
}

.article-toc > strong {
  display: block;
  margin-bottom: 19px;
  font-size: 20px;
}

.article-toc > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px 24px;
}

.article-toc a {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-dark);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.article-toc a span {
  color: var(--blue);
  font-size: 10px;
  letter-spacing: .08em;
}

.article-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  margin: 54px 0;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0, rgba(75, 203, 235, .24), transparent 36%),
    radial-gradient(circle at 0 100%, rgba(132, 91, 255, .18), transparent 42%),
    rgba(255, 255, 255, .62);
  box-shadow: 0 24px 56px rgba(50, 61, 137, .14);
}

.article-cta h2 {
  margin: 7px 0 8px;
  font-size: clamp(26px, 3vw, 38px);
}

.article-cta p {
  margin: 0;
}

.article-sources h3 {
  margin: 32px 0 8px;
  font-size: 24px;
}

.article-sources ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.article-sources li {
  margin: 0;
}

.article-sources li::before {
  display: none;
}

.article-sources li a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(86, 105, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .56);
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
}

.article-sources li a:hover {
  border-color: rgba(86, 105, 255, .28);
  background: rgba(255, 255, 255, .8);
}

.article-related {
  margin-top: 48px;
}

.article-related h2 {
  margin-bottom: 20px;
}

.article-related a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark);
}

.article-related a b {
  font-size: 17px;
}

.article-related a span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 750;
}

@media (max-width: 820px) {
  .article-topic-nav {
    grid-template-columns: 1fr;
    margin-bottom: 46px;
  }

  .article-topic-nav a {
    min-height: 0;
  }

  .article-toc > div {
    grid-template-columns: 1fr;
  }

  .article-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .article-kicker {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-toc,
  .article-sources,
  .article-cta {
    padding: 22px;
    border-radius: 23px;
  }
}

.info-prose > section {
  padding: 28px 0;
  border-bottom: 1px solid var(--line-dark);
}

.info-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 40px;
}

.info-navigation a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(86, 105, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .58);
  font-size: 14px;
  font-weight: 750;
}

.info-navigation span {
  color: var(--blue);
}

@media (max-width: 860px) {
  .category-checklist,
  .offer-explain-grid {
    grid-template-columns: 1fr;
  }

  .offer-related {
    grid-template-columns: 1fr 1fr;
  }

  .info-navigation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 590px) {
  .offer-editorial {
    padding: 26px 18px;
    border-radius: 27px;
  }

  .offer-explain-grid article {
    min-height: 0;
  }

  .offer-related,
  .article-related a {
    grid-template-columns: 1fr;
  }
}
