@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-bg: #f7f8fb;
  --color-surface: #ffffff;
  --color-surface-soft: #eef2ff;
  --color-text: #10214b;
  --color-text-muted: #66718f;
  --color-primary: #5273df;
  --color-primary-dark: #4261c6;
  --color-accent: #ff9f2d;
  --color-border: #e8ebf2;
  --shadow: 0 10px 28px rgba(36, 54, 102, .08);
  --shadow-soft: 0 4px 14px rgba(36, 54, 102, .07);
  --radius: 12px;
  --max: 1400px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 72px;
  --space-8: 96px;
  --text-display: clamp(2.2rem, 4vw, 3.4rem);
  --text-h1: clamp(2rem, 3.4vw, 3.15rem);
  --text-h2: clamp(1.65rem, 2.6vw, 2.35rem);
  --text-h3: 1.2rem;
  --text-body: .97rem;
  --text-small: .78rem;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  overflow-x: clip
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: "Public Sans", sans-serif;
  font-size: var(--text-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip
}

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

img {
  display: block;
  max-width: 100%;
  height: auto
}

button,
input {
  font: inherit
}

button {
  color: inherit
}

.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.image-slot {
  overflow: hidden;
  position: relative;
}

.image-slot>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20
}

.header-blue {
  background: #5576df;
  color: #fff
}

.header-main {
  height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  min-width: max-content
}

.brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 8px
}

.brand--light {
  color: #fff;
  justify-self: start
}

.desktop-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Manrope", sans-serif;
  font-size: .78rem;
  font-weight: 700
}

.desktop-nav a {
  opacity: .98;
  transition: opacity .2s, transform .2s;
  white-space: nowrap
}

.desktop-nav a:hover {
  opacity: .72;
  transform: translateY(-1px)
}

.menu-button {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 9px;
  cursor: pointer
}

.menu-button span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  border-radius: 99px
}

.mobile-nav {
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  padding: 12px 20px;
  box-shadow: var(--shadow-soft)
}

.mobile-nav a {
  display: block;
  padding: 11px 0;
  font-weight: 700;
  border-bottom: 1px solid #f0f1f5
}

.promo-bar {
  height: 38px;
  background: #fff9ef;
  border-bottom: 1px solid #f2ebdf
}

.promo-inner {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: .69rem;
  color: #4c5877;
  white-space: nowrap
}

.promo-inner strong {
  color: #192b59
}

.promo-inner a {
  color: #d97900;
  font-weight: 700;
  margin-left: 7px
}

.ad-badge {
  background: var(--color-accent);
  color: #fff;
  border-radius: 999px;
  padding: 1px 7px;
  font-weight: 800;
  font-size: .58rem;
  line-height: 1.7
}

main {
  padding-bottom: 24px
}

.home-hero {
  padding: 22px 0 72px
}

.hero-card {
  height: 438px;
  background: #edf1ff;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  overflow: visible;
  position: relative
}

.hero-copy {
  padding: 74px 54px 112px 88px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2
}

.hero-copy h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.7rem, 4.1vw, 4rem);
  line-height: 1.06;
  letter-spacing: 0;
  margin: 0 0 22px;
  max-width: 650px;
  font-weight: 800
}

.hero-copy p {
  margin: 0;
  color: #5d6887;
  max-width: 650px;
  font-size: 1.02rem;
  line-height: 1.68
}

.hero-media {
  position: relative;
  border-radius: 0 14px 14px 0;
  overflow: hidden;
  background: #e4e9fb
}

.hero-media img {
  object-position: center 20%;
  object-fit: scale-down;
}

.hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #edf1ff 0, rgba(237, 241, 255, .2) 18%, rgba(237, 241, 255, 0) 45%);
  pointer-events: none
}

.media-label {
  position: absolute;
  right: 32px;
  bottom: 52px;
  z-index: 2;
  background: #fff;
  border-radius: 8px;
  padding: 10px 13px;
  box-shadow: 0 8px 20px rgba(38, 56, 110, .16);
  display: grid;
  line-height: 1.15
}

.media-label strong {
  font-family: "Manrope", sans-serif;
  font-size: .78rem
}

.media-label span {
  font-size: .62rem;
  color: var(--color-text-muted);
  margin-top: 4px
}

.quick-grid {
  position: relative;
  z-index: 3;
  margin-top: -42px;
  padding: 0 62px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 18px
}

.quick-grid a {
  height: 84px;
  background: #fff;
  border: 1px solid #e5e9f1;
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(36, 54, 102, .09);
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 0 20px;
  transition: transform .2s, box-shadow .2s
}

.quick-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 24px rgba(36, 54, 102, .12)
}

.quick-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #edf1ff;
  color: #5576df;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 800
}

.quick-grid b {
  font-family: "Manrope", sans-serif;
  font-size: .86rem;
  white-space: nowrap
}

.quick-grid i {
  font-style: normal;
  color: #7b89a7;
  font-size: 1.42rem;
  line-height: 1
}

.center-action {
  text-align: center;
  padding-top: 42px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 5px;
  background: var(--color-primary);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
  transition: .2s;
  box-shadow: none
}

.btn:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px)
}

.btn-soft {
  background: #eef2ff;
  color: var(--color-primary)
}

.btn-soft:hover {
  background: #e1e7ff
}

.reference-card {
  background: #fff;
  border: 1px solid #f0f1f4;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(26, 41, 81, .01)
}

.split-card {
  min-height: 388px;
  padding: 48px 58px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px
}

.visual-panel {
  aspect-ratio: 16/9;
  border-radius: 8px;
}

.visual-panel>img {
  object-fit: contain
}

.section-copy {
  min-width: 0
}

.section-copy .eyebrow,
.section-heading .eyebrow {
  display: block;
  color: var(--color-primary);
  font-family: "Manrope", sans-serif;
  font-size: .59rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .045em;
  margin-bottom: 16px
}

.section-copy h2,
.section-heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: var(--text-h2);
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0 0 14px;
  font-weight: 800
}

.section-copy p {
  color: var(--color-text-muted);
  margin: 0 0 20px;
  font-size: .84rem;
  line-height: 1.65;
  max-width: 600px
}

.split-card--etf .visual-panel {
  aspect-ratio: 16/9
}

.newsletter-card {
  min-height: 402px;
  display: grid;
  grid-template-columns: 1.42fr .58fr;
  overflow: hidden;
  position: relative
}

.newsletter-card .section-copy {
  padding: 64px 20px 50px 58px;
  align-self: center;
  position: relative;
  z-index: 2
}

.newsletter-card h2 {
  max-width: 580px
}

.newsletter-card p {
  max-width: 620px
}

.newsletter-art {
  padding-top: 20px;
  padding-right: 20px;
  min-height: 402px;
  position: relative
}

.newsletter-art img {
  object-position: center
}

.newsletter-art:before {
  content: "";
  position: absolute;
  left: -120px;
  top: 0;
  bottom: 0;
  width: 180px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
  pointer-events: none
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary);
  font-size: .69rem;
  font-weight: 700;
  margin: -3px 0 18px
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 10px;
  max-width: 600px
}

.newsletter-form input[type=email] {
  height: 40px;
  border: 1px solid #dfe3ed;
  border-radius: 5px;
  padding: 0 13px;
  color: var(--color-text);
  outline: none;
  background: #fff
}

.newsletter-form input[type=email]:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(82, 115, 223, .11)
}

.checkline {
  grid-column: 1/-1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #7a849d;
  font-size: .63rem;
  line-height: 1.4;
  margin: 2px 0 0
}

.checkline input {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin: 1px 0 0
}

.checkline span {
  min-width: 0
}

.checkline a {
  text-decoration: underline
}

.calculator-card {
  padding: 56px 58px 42px
}

.calculator-top {
  display: grid;
  grid-template-columns: 1fr .76fr;
  align-items: center;
  gap: 40px;
  min-height: 230px
}

.calculator-visual {
  height: 210px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.mini-calc {
  width: 180px;
  transform: rotate(-6deg);
  background: #4969d1;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 30px rgba(51, 78, 162, .19)
}

.mini-display {
  height: 46px;
  border-radius: 7px;
  background: #f1f4ff;
  color: #28458f;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  font-weight: 800
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px
}

.mini-grid i {
  height: 26px;
  border-radius: 5px;
  background: #7793e6
}

.calc-orbit span {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef2ff;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(48, 70, 131, .08);
  color: #5576df;
  display: grid;
  place-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 800
}

.calc-orbit span:nth-child(1) {
  top: 12px;
  left: 50%
}

.calc-orbit span:nth-child(2) {
  top: 25px;
  right: 20px;
  color: #e5a328
}

.calc-orbit span:nth-child(3) {
  left: 28px;
  top: 48px
}

.calc-orbit span:nth-child(4) {
  right: 12px;
  bottom: 35px;
  color: #7086d8
}

.calc-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 8px 0 20px
}

.calc-controls label>span {
  display: block;
  font-size: .61rem;
  color: var(--color-text-muted);
  font-weight: 700;
  margin-bottom: 4px
}

.calc-controls label>div {
  height: 42px;
  border: 1px solid #e0e4ef;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #fafbfe
}

.calc-controls input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--color-text);
  font-weight: 700
}

.calc-controls b {
  font-size: .72rem;
  color: #8c96ad
}

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

.tool-grid button {
  height: 60px;
  border: 1px solid #e7eaf1;
  background: #fff;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 0 14px;
  text-align: left;
  cursor: pointer;
  transition: .2s
}

.tool-grid button:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px)
}

.tool-grid button span {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #edf1ff;
  color: var(--color-primary);
  display: grid;
  place-items: center;
  font-weight: 800
}

.tool-grid button b {
  font-family: "Manrope", sans-serif;
  font-size: .68rem
}

.tool-grid button i {
  font-style: normal;
  color: #909bb2
}

.book-card {
  min-height: 358px;
  padding: 44px 58px;
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 68px;
  align-items: center
}

.book-image {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 8px
}

.book-image>img {
  object-fit: contain
}

.rating-card {
  display: inline-grid;
  background: #f7f8fb;
  border: 1px solid #eceef4;
  border-radius: 7px;
  padding: 10px 14px;
  margin: 0 0 17px;
  min-width: 250px
}

.rating-card strong {
  font-family: "Manrope", sans-serif;
  font-size: .75rem
}

.rating-card span {
  font-size: .65rem;
  color: var(--color-text-muted)
}

.contact-card {
  padding: 58px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 76px;
  align-items: start
}

.contact-intro .eyebrow {
  display: block;
  color: var(--color-primary);
  font-family: "Manrope", sans-serif;
  font-size: .59rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .045em;
  margin-bottom: 16px
}

.contact-intro h2 {
  font-family: "Manrope", sans-serif;
  font-size: var(--text-h2);
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0 0 14px;
  font-weight: 800
}

.contact-intro>p {
  color: var(--color-text-muted);
  margin: 0 0 28px;
  font-size: .84rem;
  line-height: 1.7;
  max-width: 560px
}

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

.contact-meta div {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 16px 18px;
  background: #fafbfe
}

.contact-meta span {
  display: block;
  color: var(--color-text-muted);
  font-size: .61rem;
  margin-bottom: 4px
}

.contact-meta strong {
  font-family: "Manrope", sans-serif;
  font-size: .74rem;
  overflow-wrap: anywhere
}

.contact-form {
  display: grid;
  gap: 14px;
  background: #f8faff;
  border: 1px solid #e8ecf7;
  border-radius: 10px;
  padding: 24px
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.contact-form label>span:first-child {
  display: block;
  color: #56617b;
  font-size: .64rem;
  font-weight: 700;
  margin-bottom: 6px
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dfe4ef;
  border-radius: 6px;
  background: #fff;
  color: var(--color-text);
  outline: none;
  transition: .2s
}

.contact-form input,
.contact-form select {
  height: 44px;
  padding: 0 12px
}

.contact-form textarea {
  min-height: 126px;
  padding: 11px 12px;
  resize: vertical
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(82, 115, 223, .1)
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9aa3b7
}

.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #737e97;
  font-size: .63rem;
  line-height: 1.5;
  margin: 2px 0 0
}

.consent-line input {
  flex: 0 0 16px;
  width: 16px;
  max-width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 2px 0 0;
  padding: 0
}

.consent-line span {
  display: block;
  min-width: 0;
  padding-top: 0
}

.consent-line a {
  text-decoration: underline;
  color: var(--color-primary)
}

.contact-submit {
  justify-self: start;
  margin-top: 2px
}

.career-card {
  min-height: 338px;
  padding: 44px 58px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center
}

.career-image {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 9px
}

.career-card .section-copy p {
  max-width: 490px
}

.site-footer {
  margin-top: 58px;
  background: #fff;
  padding: 42px 0 24px;
  border-top: 1px solid #eef0f4
}

.footer-social {
  height: 50px;
  border-radius: 7px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: var(--color-primary);
  font-family: "Manrope", sans-serif;
  font-size: .72rem;
  font-weight: 800
}

.social-dots {
  display: flex;
  gap: 13px
}

.social-dots i {
  font-style: normal;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--color-primary);
  font-size: .67rem
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 52px;
  padding: 36px 0 30px
}

.footer-grid h3 {
  font-family: "Manrope", sans-serif;
  font-size: .73rem;
  margin: 0 0 12px
}

.footer-grid>div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.footer-grid a {
  font-size: .66rem;
  color: var(--color-text-muted)
}

.footer-grid a:hover {
  color: var(--color-primary)
}

.footer-brand p {
  font-size: .68rem;
  color: var(--color-text-muted);
  max-width: 310px;
  margin: 13px 0 0
}

.footer-brand .brand {
  font-size: .92rem
}

.company-data {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 17px 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 20px
}

.company-data div {
  display: flex;
  flex-direction: column;
  font-size: .64rem;
  color: var(--color-text-muted);
  line-height: 1.55
}

.company-data strong {
  color: var(--color-text)
}

.footer-disclaimer {
  padding: 18px 0;
  color: var(--color-text-muted);
  font-size: .64rem
}

.footer-bottom {
  border-top: 1px solid var(--color-border);
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  color: #969eb1;
  font-size: .62rem
}

.cookie-banner {
  position: fixed;
  z-index: 100;
  left: 18px;
  right: 18px;
  bottom: 18px;
  margin: auto;
  max-width: 900px;
  background: #10214c;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(10, 24, 60, .26);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.cookie-banner[hidden] {
  display: none
}

.cookie-banner strong {
  display: block;
  margin-bottom: 3px
}

.cookie-banner p {
  margin: 0;
  color: #c9d2ea;
  font-size: .74rem;
  max-width: 620px
}

.cookie-banner a {
  text-decoration: underline
}

.cookie-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0
}

.legal-main {
  padding: 28px 0 20px
}

.legal-hero {
  background: var(--color-surface-soft);
  border-radius: var(--radius);
  padding: 54px 58px;
  margin-bottom: 18px
}

.legal-hero .eyebrow {
  display: block;
  color: var(--color-primary);
  font-family: "Manrope", sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .05em;
  margin-bottom: 12px
}

.legal-hero h1 {
  font-family: "Manrope", sans-serif;
  font-size: var(--text-h1);
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0 0 12px
}

.legal-hero p {
  margin: 0;
  color: var(--color-text-muted);
  max-width: 720px
}

.legal-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 52px 58px;
  word-break: break-word
}

.legal-card section+section {
  border-top: 1px solid var(--color-border);
  padding-top: 28px;
  margin-top: 28px
}

.legal-card h2 {
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0;
  margin: 0 0 12px
}

.legal-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  margin: 26px 0 6px
}

.legal-card p {
  color: #56617b;
  margin: 0 0 14px
}

.thanks-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px
}

.thanks-aside {
  background: #f6f8ff;
  border-radius: 10px;
  padding: 24px;
  height: max-content
}

.thanks-aside .btn {
  margin-top: 14px
}

.thanks-aside .text-link {
  display: block;
  margin-top: 14px;
  font-size: .75rem;
  color: var(--color-primary)
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .55s ease, transform .55s ease
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(14px)
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: none
}

:focus-visible {
  outline: 3px solid rgba(82, 115, 223, .35);
  outline-offset: 3px
}

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

  .header-main .brand--light {
    justify-self: start
  }

  .desktop-nav {
    display: none
  }

  .menu-button {
    display: block
  }

  .hero-card {
    grid-template-columns: 1fr;
    height: auto;
    overflow: hidden;
    word-break: break-all
  }

  .hero-copy {
    padding: 58px 44px 56px
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 6vw, 3.5rem)
  }

  .hero-media {
    min-height: 320px;
    border-radius: 0
  }

  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
    margin-top: -34px
  }

  .quick-grid a {
    height: 78px
  }

  .quick-grid b {
    font-size: .82rem
  }

  .legal-hero {
    word-break: break-all
  }

  .split-card,
  .book-card,
  .career-card,
  .contact-card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px
  }

  .split-card .visual-panel {
    order: 0
  }

  .newsletter-card {
    grid-template-columns: 1fr
  }

  .newsletter-card .section-copy {
    padding: 42px 38px 30px
  }

  .newsletter-art {
    min-height: 280px
  }

  .calculator-top {
    grid-template-columns: 1fr
  }

  .calculator-visual {
    height: 180px
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .company-data {
    grid-template-columns: 1fr 1fr
  }

  .career-image,
  .book-image,
  .visual-panel {
    height: auto
  }

  .thanks-layout {
    grid-template-columns: 1fr
  }
}

@media(max-width:620px) {
  .wrap {
    width: min(calc(100% - 24px), var(--max))
  }

  .brand {
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
  }

  .brand span {
    word-break: break-all
  }

  .promo-inner {
    justify-content: flex-start;
    overflow: hidden
  }

  .promo-inner span:not(.ad-badge) {
    display: none
  }

  .home-hero {
    padding-top: 12px
  }

  .hero-copy {
    padding: 42px 24px 46px
  }

  .hero-copy h1 {
    font-size: 2.25rem
  }

  .hero-copy p {
    font-size: .9rem
  }

  .hero-media {
    min-height: 245px
  }

  .media-label {
    right: 16px;
    bottom: 16px
  }

  .quick-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 6px;
    margin-top: -18px;
    gap: 10px
  }

  .quick-grid a {
    height: 72px;
    padding: 0 12px;
    grid-template-columns: 38px 1fr auto;
    gap: 9px
  }

  .quick-icon {
    width: 38px;
    height: 38px;
    font-size: 1.05rem
  }

  .quick-grid b {
    font-size: .86rem
  }

  .center-action {
    padding-top: 28px
  }

  .reference-card {
    margin-bottom: 12px
  }

  .split-card,
  .book-card,
  .career-card,
  .calculator-card,
  .contact-card {
    padding: 28px 22px
  }

  .newsletter-card .section-copy {
    padding: 30px 22px 24px
  }

  .newsletter-form {
    grid-template-columns: 1fr
  }

  .newsletter-form .btn {
    width: 100%
  }

  .field-row,
  .contact-meta {
    grid-template-columns: 1fr
  }

  .contact-form {
    padding: 18px
  }

  .visual-panel,
  .book-image,
  .career-image {
    height: auto
  }

  .calculator-top {
    min-height: 0
  }

  .calculator-visual {
    height: 180px
  }

  .calc-controls {
    grid-template-columns: 1fr
  }

  .tool-grid {
    grid-template-columns: 1fr
  }

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

  .footer-brand {
    grid-column: 1/-1
  }

  .company-data {
    grid-template-columns: 1fr
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column
  }

  .cookie-actions {
    width: 100%
  }

  .cookie-actions .btn {
    flex: 1
  }

  .legal-hero,
  .legal-card {
    padding: 30px 22px
  }

  .footer-bottom {
    gap: 18px;
    flex-wrap: wrap
  }
}

@media(max-width:480px) {
  .wrap {
    width: min(calc(100% - 20px), var(--max))
  }

  .brand {
    min-width: 0
  }

  .brand span,
  .footer-col,
  .company-data,
  .contact-meta,
  .thanks-aside {
    word-break: break-all
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 12vw, 2.25rem)
  }

  .quick-grid {
    grid-template-columns: 1fr
  }

  .split-card,
  .book-card,
  .career-card,
  .calculator-card,
  .contact-card {
    padding: 24px 18px
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .newsletter-form input[type=email],
  .btn {
    width: 100%;
    max-width: 100%
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .legal-hero,
  .legal-card {
    padding: 26px 18px
  }
}
