:root {
  color-scheme: dark;
  --ink: #07070a;
  --panel: #11121a;
  --panel-soft: #1a1b24;
  --paper: #f7f2f4;
  --paper-strong: #fff;
  --text: #fff;
  --text-dark: #11121a;
  --muted: #b8bac6;
  --muted-dark: #565762;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(17, 18, 26, 0.13);
  --accent: #d20fba;
  --accent-strong: #a900ff;
  --coral: #f06565;
  --mint: #53d6c9;
  --gold: #f3bf5f;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

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

img,
video {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
p {
  margin: 0;
  overflow-wrap: anywhere;
}

.shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 80;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--accent);
  padding: 10px 14px;
  color: #fff;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.topline {
  background: #f4f0f3;
  color: #15151b;
  border-bottom: 1px solid rgba(10, 10, 20, 0.08);
}

.topline-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 240, 243, 0.94);
  color: #101018;
  border-bottom: 1px solid rgba(8, 8, 14, 0.08);
  backdrop-filter: blur(18px);
}

.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 950;
}

.brand-mark {
  width: 92px;
  height: auto;
}

.brand-copy {
  display: grid;
  min-width: 0;
}

.brand-name {
  font-size: 17px;
  text-transform: uppercase;
}

.brand-line {
  color: #66616c;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 850;
}

.nav-links a {
  border-radius: var(--radius);
  padding: 10px 12px;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: rgba(10, 10, 20, 0.07);
}

.mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--radius);
  background: rgba(10, 10, 20, 0.06);
  color: #101018;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: var(--radius);
  padding: 12px 16px;
  background: var(--accent);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.26);
  cursor: pointer;
  transform: translateY(0);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: #bb0fa7;
  box-shadow: 0 18px 36px rgba(210, 15, 186, 0.34);
  transform: translateY(-2px);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.light .button.secondary,
.booking-page .button.secondary {
  background: #fff;
  color: var(--text-dark);
  border-color: var(--line-dark);
}

.button.light {
  background: #fff;
  color: #15151b;
  box-shadow: none;
}

.button:disabled {
  cursor: wait;
  opacity: 0.76;
}

.hero {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.62), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(255, 255, 255, 0.46), transparent 34%),
    linear-gradient(135deg, #fff0fb 0%, #f7a7e9 38%, #ef43cf 68%, #c717af 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media video,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0.12) 72%),
    linear-gradient(0deg, rgba(255, 240, 251, 0.64) 0%, rgba(255, 240, 251, 0) 42%);
}

.hero-inner {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(340px, 484px);
  align-items: center;
  gap: 56px;
  padding: 80px 0 96px;
}

.hero-content,
.booking-panel,
.story-copy,
.price-card,
.model-info,
.content-main,
.content-aside {
  min-width: 0;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
}

.section-kicker {
  color: var(--accent);
}

h1 {
  max-width: 680px;
  margin-top: 18px;
  color: var(--text-dark);
  font-size: 62px;
  line-height: 1.02;
  font-weight: 950;
}

.hero .eyebrow {
  color: var(--accent);
}

.hero-copy {
  max-width: 590px;
  margin-top: 24px;
  color: var(--muted-dark);
  font-size: 21px;
  font-weight: 750;
}

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

.hero .hero-actions {
  display: none;
}

.trust-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  max-width: 610px;
  margin-top: 34px;
}

.trust-item {
  position: relative;
  padding: 4px 0 4px 34px;
}

.trust-item::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 17px;
  height: 9px;
  border-left: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  transform: rotate(-45deg);
  filter: drop-shadow(0 4px 10px rgba(210, 15, 186, 0.28));
}

.trust-item strong {
  display: block;
  color: var(--text-dark);
  font-size: 18px;
}

.trust-item span {
  display: block;
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 750;
}

.booking-panel {
  align-self: end;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  padding: 20px;
}

.hero-ladies-button {
  position: relative;
  display: block;
  width: min(100%, 484px);
  justify-self: center;
  align-self: center;
  color: #fff;
  text-decoration: none;
  filter: drop-shadow(0 28px 56px rgba(21, 20, 31, 0.18));
  transform: translateY(0);
  transition: transform 180ms ease, filter 180ms ease;
}

.hero-ladies-button:hover,
.hero-ladies-button:focus-visible {
  filter: drop-shadow(0 34px 70px rgba(210, 15, 186, 0.32));
  transform: translateY(-5px) scale(1.018);
}

.hero-ladies-button:focus-visible {
  outline: 4px solid rgba(255, 255, 255, 0.9);
  outline-offset: 6px;
  border-radius: 28px;
}

.hero-ladies-button img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.hero-ladies-button span {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 2.6%;
  left: 8%;
  display: grid;
  place-items: center;
  height: 18%;
  color: #fff;
  font-size: clamp(39px, 3.6vw, 53px);
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 3px 16px rgba(71, 9, 69, 0.46);
  white-space: nowrap;
  transition: transform 180ms ease, text-shadow 180ms ease;
  pointer-events: none;
}

.hero-ladies-button:hover span,
.hero-ladies-button:focus-visible span {
  text-shadow: 0 4px 20px rgba(71, 9, 69, 0.62);
  transform: scale(1.025);
}

.welcome-booking-panel {
  align-self: start;
  background:
    radial-gradient(circle at 90% 0%, rgba(210, 15, 186, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.94);
}

.booking-panel h2,
.aside-panel h2 {
  font-size: 26px;
  line-height: 1.1;
}

.hero .booking-panel h2 {
  color: var(--text-dark);
}

.booking-panel p,
.aside-panel p {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 750;
}

.hero .booking-panel p,
.hero .booking-panel .fineprint,
.hero .booking-panel .privacy-copy {
  color: var(--muted-dark);
}

.hero .button.secondary {
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-dark);
  border-color: rgba(17, 18, 26, 0.12);
  box-shadow: 0 10px 24px rgba(21, 20, 31, 0.08);
}

.hero .button.secondary:hover {
  background: #fff;
  border-color: rgba(210, 15, 186, 0.26);
}

.hero-actions .button:hover,
.hero-actions .button:focus-visible {
  background: linear-gradient(135deg, #f022c8, #bb0fa7);
  box-shadow: 0 18px 38px rgba(210, 15, 186, 0.34);
  transform: translateY(-3px);
}

.hero-actions .button.secondary:hover,
.hero-actions .button.secondary:focus-visible {
  background: #fff3fb;
  color: #bb0fa7;
  border-color: rgba(210, 15, 186, 0.38);
  box-shadow: 0 16px 34px rgba(210, 15, 186, 0.18);
}

.hero .booking-panel .field label {
  color: var(--text-dark);
}

.hero .booking-panel .field input,
.hero .booking-panel .field select,
.hero .booking-panel .field textarea {
  border-color: var(--line-dark);
  background: #fff;
  color: var(--text-dark);
}

.hero .booking-panel .check-field {
  color: var(--muted-dark);
}

.hero .booking-panel .check-field a {
  color: var(--accent);
}

.lead-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: #f8f6f8;
  font-size: 13px;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 11px 12px;
  outline: none;
}

.light .field label,
.booking-page .field label {
  color: var(--text-dark);
}

.light .field input,
.light .field select,
.light .field textarea,
.booking-page .field input,
.booking-page .field select,
.booking-page .field textarea {
  border-color: var(--line-dark);
  background: #fff;
  color: var(--text-dark);
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.field textarea.profile-textarea-long {
  min-height: 220px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 3px rgba(83, 214, 201, 0.15);
}

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

.fineprint {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.portal-guidance-list {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(210, 15, 186, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.08), transparent 40%),
    rgba(255, 255, 255, 0.74);
  padding: 12px;
}

.portal-guidance-list p {
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.42;
}

.field input.portal-upload-input {
  position: absolute;
  width: 1px;
  min-width: 1px;
  height: 1px;
  min-height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.portal-upload-card {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.74), transparent 34%),
    linear-gradient(135deg, #fff8fe 0%, #f7c7ed 52%, #d20fba 100%);
  cursor: pointer;
  box-shadow: 0 18px 55px rgba(210, 15, 186, 0.12);
  isolation: isolate;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.portal-upload-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(17, 18, 26, 0.02) 0%, rgba(17, 18, 26, 0.2) 55%, rgba(17, 18, 26, 0.66) 100%);
  pointer-events: none;
}

.portal-upload-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  opacity: 0.58;
  filter: saturate(0.8) contrast(1.02);
  transform: scale(1.02);
  transition: opacity 160ms ease, transform 160ms ease;
}

.portal-upload-card-gallery img {
  object-position: center 46%;
}

.portal-upload-plus {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 16px 36px rgba(210, 15, 186, 0.35);
}

.portal-upload-text {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 18px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(17, 18, 26, 0.32);
}

.portal-upload-text span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.portal-upload-text strong {
  max-width: 420px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1;
  font-weight: 950;
}

.portal-upload-text small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 850;
}

.portal-upload-card:hover,
.portal-upload-input:focus-visible + .portal-upload-card {
  transform: translateY(-2px);
  border-color: rgba(210, 15, 186, 0.56);
  box-shadow: 0 24px 70px rgba(210, 15, 186, 0.22);
}

.portal-upload-card:hover img,
.portal-upload-input:focus-visible + .portal-upload-card img {
  opacity: 0.72;
  transform: scale(1.06);
}

.portal-upload-card.has-files {
  border-color: rgba(83, 214, 201, 0.72);
}

.portal-upload-card.has-files .portal-upload-plus {
  background: var(--mint);
  color: var(--text-dark);
}

.portal-upload-card.has-files .portal-upload-plus::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(83, 214, 201, 0.36);
}

.job-photo-upload-card {
  min-height: 210px;
}

.job-photo-upload-card .portal-upload-plus {
  width: clamp(54px, 8vw, 72px);
  height: clamp(54px, 8vw, 72px);
  border-width: 4px;
  font-size: clamp(34px, 5vw, 48px);
}

.job-photo-upload-card img {
  object-position: center 28%;
  opacity: 0.56;
  filter: saturate(0.72) contrast(1.04);
}

.job-photo-upload-card .portal-upload-text strong {
  max-width: 680px;
  font-size: clamp(28px, 4.8vw, 48px);
}

.job-photo-upload-card .portal-upload-text small {
  font-size: clamp(15px, 2vw, 20px);
}

.field.is-invalid .portal-upload-card {
  border-color: #d92d20;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.14), 0 18px 55px rgba(210, 15, 186, 0.12);
}

.check-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.check-field input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--accent);
}

.check-field a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.light .check-field,
.booking-page .check-field {
  color: var(--muted-dark);
}

.light .check-field a,
.booking-page .check-field a {
  color: var(--accent);
}

.form-status {
  min-height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.portal-form .form-status,
.portal-login-box .form-status,
.admin-panel .form-status,
.light .form-status,
.booking-page .form-status {
  color: var(--muted-dark);
}

.form-status[data-state="success"] {
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: 10px;
  background: rgba(236, 253, 245, 0.96);
  color: #047857;
  padding: 10px 12px;
}

.form-status[data-state="error"] {
  border: 1px solid rgba(220, 38, 38, 0.24);
  border-radius: 10px;
  background: rgba(255, 241, 242, 0.98);
  color: #991b1b;
  padding: 10px 12px;
}

.field input.is-invalid,
.field select.is-invalid,
.field textarea.is-invalid {
  border-color: #dc2626;
  background: #fff7f7;
  color: var(--text-dark);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.13);
}

.check-field.is-invalid {
  border-radius: 12px;
  outline: 3px solid rgba(220, 38, 38, 0.22);
  outline-offset: 5px;
}

.portal-check-pill.is-invalid {
  border-color: rgba(220, 38, 38, 0.58);
  background: #fff1f2;
  color: #991b1b;
}

.section {
  padding: 86px 0;
}

.audio-memo-section {
  position: relative;
  overflow: hidden;
  padding: 34px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.7), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(210, 15, 186, 0.24), transparent 36%),
    linear-gradient(135deg, #fff8fe 0%, #f7c7ed 52%, #d20fba 100%);
}

.audio-memo {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(21, 20, 31, 0.1);
  backdrop-filter: blur(20px);
}

.audio-memo-portrait {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.48);
}

.audio-memo-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audio-memo-content h2 {
  max-width: 560px;
  margin-top: 4px;
  color: var(--text-dark);
  font-size: 22px;
  line-height: 1.12;
}

.audio-memo-content p {
  max-width: 620px;
  margin-top: 6px;
  color: var(--muted-dark);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.42;
}

.audio-player {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.78);
}

.audio-toggle {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 16px 36px rgba(210, 15, 186, 0.34);
  cursor: pointer;
}

.audio-toggle:hover {
  background: #bb0fa7;
}

.audio-pause,
.audio-memo.is-playing .audio-play {
  display: none;
}

.audio-memo.is-playing .audio-pause {
  display: inline;
}

.home-mini-memo.is-playing .audio-play {
  display: none;
}

.home-mini-memo.is-playing .audio-pause {
  display: inline;
}

.audio-wave {
  display: grid;
  grid-template-columns: repeat(58, minmax(2px, 1fr));
  align-items: center;
  gap: 2px;
  min-height: 38px;
  overflow: hidden;
}

.audio-wave span {
  --level: 0.18;
  display: block;
  height: 100%;
  min-height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(210, 15, 186, 0.88) 46%, rgba(83, 214, 201, 0.78));
  opacity: 0.44;
  transform: scaleY(calc(0.14 + var(--level)));
  transform-origin: 50% 50%;
  transition: transform 80ms linear, opacity 160ms ease, filter 160ms ease;
  animation: waveIdle 1800ms ease-in-out infinite;
  animation-delay: calc(var(--i) * -48ms);
}

.audio-memo.is-playing .audio-wave span {
  opacity: 0.86;
  filter: drop-shadow(0 0 12px rgba(210, 15, 186, 0.36));
  animation-duration: 820ms;
}

.audio-memo.is-playing.has-audio-analysis .audio-wave span {
  animation: none;
}

.audio-time {
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.memo-transcript {
  margin-top: 10px;
  color: var(--muted-dark);
}

.memo-transcript summary {
  width: max-content;
  cursor: pointer;
  color: var(--text-dark);
  font-weight: 900;
}

.memo-transcript p {
  max-width: 850px;
  color: var(--muted-dark);
  font-size: 14px;
}

@keyframes waveIdle {
  0%,
  100% {
    transform: scaleY(0.2);
  }
  50% {
    transform: scaleY(0.72);
  }
}

.section.light {
  background: var(--paper);
  color: var(--text-dark);
}

.section.dark {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.64), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(210, 15, 186, 0.18), transparent 34%),
    linear-gradient(135deg, #fff8fe 0%, #f7c7ed 52%, #d20fba 100%);
  color: var(--text-dark);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.section h2,
.page-title {
  margin-top: 8px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 950;
}

.section-head p,
.lead-copy {
  color: var(--muted-dark);
  font-size: 17px;
  font-weight: 750;
}

.dark .section-head p {
  color: var(--muted-dark);
}

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

.model-card {
  position: relative;
  height: 430px;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #15151d;
}

.model-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 260ms ease;
}

.model-card:hover img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.08);
}

.model-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.08) 56%);
  transition: background 260ms ease;
}

.model-card:hover::after,
.model-card:focus-visible::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.18) 62%);
}

.compact-model-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0 30px;
}

.compact-model-card {
  height: 178px;
  min-height: 178px;
}

.compact-model-card .model-info {
  padding: 12px;
}

.compact-model-card h3 {
  font-size: 18px;
}

.model-info {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 18px 18px 16px;
  transition: transform 240ms ease;
}

.model-card:not(.compact-model-card) .model-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 172px;
}

.model-card:hover .model-info,
.model-card:focus-visible .model-info {
  transform: translateY(-4px);
}

.model-card .model-info h3 {
  color: #d20fba !important;
  -webkit-text-stroke: 1.35px rgba(255, 255, 255, 0.96);
  -webkit-text-fill-color: #d20fba;
  font-size: 29px;
  font-weight: 950;
  paint-order: stroke fill;
  text-shadow:
    0 0 1px #fff,
    0 0 5px rgba(255, 255, 255, 0.98),
    0 2px 0 rgba(255, 255, 255, 0.94),
    0 -2px 0 rgba(255, 255, 255, 0.88),
    2px 0 0 rgba(255, 255, 255, 0.88),
    -2px 0 0 rgba(255, 255, 255, 0.88),
    0 5px 18px rgba(0, 0, 0, 0.86),
    0 1px 8px rgba(0, 0, 0, 0.78);
}

.model-info p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 760;
}

.home-podcast-section {
  padding: 96px 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.74), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(210, 15, 186, 0.18), transparent 34%),
    linear-gradient(135deg, #fff8fe 0%, #fff0fb 52%, #ffe1f6 100%);
}

.home-podcast-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 44px;
  align-items: center;
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(135deg, #ffdff5 0%, #f18bdb 48%, #d20fba 100%);
  padding: 46px;
  box-shadow: 0 32px 80px rgba(210, 15, 186, 0.22);
}

.home-podcast-media {
  position: relative;
  display: grid;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 24px 56px rgba(71, 9, 69, 0.2);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-podcast-media:hover,
.home-podcast-media:focus-visible,
.home-podcast-media.is-playing {
  box-shadow: 0 30px 70px rgba(71, 9, 69, 0.28);
  transform: translateY(-3px);
}

.home-podcast-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-podcast-play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 78px;
  height: 58px;
  border-radius: 16px;
  background: #d20fba;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 40px rgba(210, 15, 186, 0.34);
}

.home-podcast-media.is-playing .home-podcast-play {
  background: #a900ff;
}

.home-podcast-copy {
  color: var(--text-dark);
}

.home-podcast-meta {
  color: rgba(17, 18, 26, 0.66);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-podcast-copy h2 {
  margin-top: 14px;
  color: var(--text-dark);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 950;
}

.home-podcast-copy h2 span {
  color: #d20fba;
}

.home-podcast-quote {
  margin-top: 18px;
  color: rgba(17, 18, 26, 0.82);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.24;
  font-weight: 760;
}

.home-podcast-copy h3 {
  margin-top: 18px;
  color: #5a0d52;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

.home-podcast-host {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.home-podcast-host img {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  object-fit: cover;
}

.home-podcast-host strong,
.home-podcast-host span {
  display: block;
}

.home-podcast-host strong {
  color: var(--text-dark);
  font-weight: 950;
}

.home-podcast-host span {
  color: #8b187d;
  font-weight: 850;
}

.home-podcast-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-podcast-actions .button.secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-dark);
  border-color: rgba(210, 15, 186, 0.22);
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.12);
}

.home-model-section {
  background:
    linear-gradient(180deg, rgba(210, 15, 186, 0.045), transparent 34%),
    var(--paper);
}

.home-model-head {
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.home-model-head h2 {
  text-align: center;
}

.home-model-head h2 span {
  color: #d20fba;
}

.home-model-intro {
  max-width: 860px;
  margin: 28px auto 0;
  color: var(--muted-dark);
  font-size: 20px;
  line-height: 1.62;
  font-weight: 760;
  text-align: center;
}

.home-model-copy {
  display: grid;
  align-items: end;
  justify-items: stretch;
  width: 100%;
}

.home-model-copy .button {
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.home-model-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.home-model-card {
  height: 305px;
  min-height: 305px;
  border-radius: 12px;
  box-shadow: 0 22px 58px rgba(21, 20, 31, 0.12);
}

.home-model-card:not(.compact-model-card) .model-info {
  height: 118px;
  padding: 12px;
}

.home-model-card .model-info h3 {
  font-size: 20px;
}

.home-model-card .model-info p {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.32;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-model-card .tags {
  gap: 5px;
  margin-top: 8px;
}

.home-model-card .tag {
  padding: 3px 7px;
  font-size: 11px;
}

.home-application-card::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(210, 15, 186, 0.12) 58%),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.24), transparent 30%);
}

.home-application-card:hover::after,
.home-application-card:focus-visible::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0%, rgba(210, 15, 186, 0.22) 62%),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.32), transparent 30%);
}

.home-application-card:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.home-model-footer {
  display: block;
  margin-top: 26px;
  padding-top: 22px;
}

.home-model-footer .button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.home-experience-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.92), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(210, 15, 186, 0.28), transparent 38%),
    linear-gradient(135deg, #fff8fd 0%, #f7d2ef 48%, #d20fba 100%);
}

.home-experience-head {
  display: grid;
  gap: 28px;
  justify-items: center;
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.home-experience-head h2 {
  max-width: 780px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--text-dark);
}

.home-experience-head h2 span {
  color: #d20fba;
}

.home-experience-head p {
  max-width: 720px;
  color: rgba(17, 18, 26, 0.72);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 760;
}

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

.home-experience-card {
  display: grid;
  gap: 13px;
  align-content: start;
  justify-items: center;
  min-height: 100%;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 0%, rgba(210, 15, 186, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.74);
  padding: 24px;
  text-align: center;
  box-shadow: 0 20px 58px rgba(210, 15, 186, 0.12);
  color: inherit;
  text-decoration: none;
  transform: translateY(0);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.home-experience-card:hover,
.home-experience-card:focus-visible {
  border-color: rgba(210, 15, 186, 0.36);
  background:
    radial-gradient(circle at 92% 0%, rgba(210, 15, 186, 0.2), transparent 38%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 72px rgba(210, 15, 186, 0.2);
  transform: translateY(-6px);
}

.home-experience-card:focus-visible {
  outline: 3px solid rgba(210, 15, 186, 0.28);
  outline-offset: 4px;
}

.home-experience-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  background: linear-gradient(135deg, #d20fba, #f476dc);
  color: #fff;
  box-shadow: 0 14px 32px rgba(210, 15, 186, 0.24);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.home-experience-card:hover .home-experience-icon,
.home-experience-card:focus-visible .home-experience-icon {
  box-shadow: 0 18px 40px rgba(210, 15, 186, 0.34);
  transform: translateY(-2px) scale(1.05);
}

.home-experience-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.home-experience-card h3 {
  color: var(--text-dark);
  font-size: 23px;
  line-height: 1.1;
  font-weight: 950;
}

.home-experience-card p {
  color: rgba(17, 18, 26, 0.68);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 640;
}

.home-faq-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 126, 204, 0.14), transparent 30%),
    linear-gradient(180deg, #fff7fd 0%, #fff1fa 52%, #fff8fd 100%);
}

.home-faq-head {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.home-faq-head > div {
  max-width: 920px;
  margin-inline: auto;
}

.home-faq-head > p {
  margin-inline: auto;
  max-width: 430px;
  color: var(--muted-dark);
  font-weight: 850;
  text-align: center;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.home-faq-card {
  position: relative;
  display: grid;
  gap: 12px;
  justify-items: center;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 239, 250, 0.94)),
    #fff;
  padding: 24px 28px;
  text-align: center;
  box-shadow: 0 22px 48px rgba(210, 15, 186, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-faq-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #d20fba, #f08bdc);
}

.home-faq-card:hover {
  border-color: rgba(210, 15, 186, 0.34);
  box-shadow: 0 26px 54px rgba(210, 15, 186, 0.16);
  transform: translateY(-2px);
}

.home-faq-card h3 {
  color: var(--text-dark);
  font-size: 21px;
  line-height: 1.08;
}

.home-faq-card p {
  color: #5a5360;
  font-weight: 800;
}

.home-faq-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.home-faq-links a {
  color: #9f0f91;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.home-faq-links a:hover,
.home-faq-links a:focus-visible {
  color: #d20fba;
}

.home-faq-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.model-filter-panel {
  display: grid;
  gap: 18px;
  margin: 0 0 26px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #fff 0%, #fff 62%, rgba(83, 214, 201, 0.16) 100%);
  padding: 18px;
  box-shadow: 0 16px 38px rgba(17, 18, 26, 0.08);
}

.filter-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.filter-search {
  display: grid;
  gap: 7px;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 950;
}

.filter-search input {
  min-height: 50px;
  width: 100%;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #f9f7f9;
  color: var(--text-dark);
  padding: 12px 14px;
  outline: none;
}

.filter-search input:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 3px rgba(83, 214, 201, 0.18);
}

.filter-result {
  display: grid;
  place-items: center;
  min-width: 94px;
  min-height: 50px;
  border-radius: var(--radius);
  background: #11121a;
  color: #fff;
}

.filter-result strong {
  font-size: 24px;
  line-height: 1;
}

.filter-result span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.filter-groups {
  display: grid;
  gap: 16px;
}

.filter-options[hidden] {
  display: none;
}

.filter-group {
  display: grid;
  gap: 10px;
}

.filter-group h3 {
  color: var(--text-dark);
  font-size: 15px;
  font-weight: 950;
}

.filter-chip-row,
.service-pill-list,
.suitability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip,
.filter-reset,
.service-pill,
.suitability-pill {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid var(--line-dark);
  background: #fff;
  color: var(--text-dark);
  padding: 8px 10px 8px 12px;
  cursor: pointer;
}

.filter-chip small {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 22px;
  border-radius: 999px;
  background: rgba(17, 18, 26, 0.08);
  color: var(--muted-dark);
  font-size: 11px;
}

.filter-chip[aria-pressed="true"] {
  border-color: transparent;
  background: #11121a;
  color: #fff;
  box-shadow: 0 12px 28px rgba(17, 18, 26, 0.18);
}

.filter-chip[aria-pressed="true"] small {
  background: var(--accent);
  color: #fff;
}

.fit-chip[aria-pressed="true"] {
  background: var(--accent);
  box-shadow: 0 14px 32px rgba(210, 15, 186, 0.22);
}

.filter-reset {
  justify-self: start;
  border: 1px solid var(--line-dark);
  background: transparent;
  color: var(--text-dark);
  padding: 8px 12px;
  cursor: pointer;
}

.model-card[hidden] {
  display: none;
}

.story-band,
.content-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.content-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: start;
}

.home-welcome-section {
  padding-top: 76px;
}

.home-welcome-grid {
  display: block;
}

.home-welcome-copy {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.home-welcome-copy h2:first-child {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
}

.home-welcome-copy h2:first-child span {
  color: #d20fba;
}

.home-welcome-copy h2:not(:first-child) {
  margin: 22px auto 0;
  max-width: 980px;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.12;
}

.home-welcome-copy p {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.72;
}

.home-live-intro {
  display: grid;
  justify-items: center;
  row-gap: 28px;
  margin-top: 84px;
}

.home-live-intro h2 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--text-dark);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.22;
  text-align: center;
}

.home-live-intro h2 span {
  color: #d20fba;
}

.home-live-intro > p {
  max-width: 960px;
  margin: 0 auto;
  color: var(--muted-dark);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 750;
}

.home-live-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 86px;
}

.home-live-cards a {
  display: grid;
  gap: 14px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  transform: translateY(0);
  transition: transform 180ms ease;
}

.home-live-cards a:hover,
.home-live-cards a:focus-visible {
  transform: translateY(-6px);
}

.home-live-cards a:focus-visible {
  outline: 3px solid rgba(210, 15, 186, 0.28);
  outline-offset: 6px;
  border-radius: 8px;
}

.home-live-cards img {
  width: 100%;
  aspect-ratio: 1.9;
  height: clamp(360px, 32vw, 620px);
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 24px 52px rgba(21, 20, 31, 0.12);
  transition:
    box-shadow 180ms ease,
    filter 180ms ease;
}

.home-live-cards a:hover img,
.home-live-cards a:focus-visible img {
  box-shadow: 0 30px 68px rgba(210, 15, 186, 0.2);
  filter: saturate(1.06) brightness(1.03);
}

.home-live-cards h3 {
  margin-top: 12px;
  color: var(--text-dark);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.1;
  transition: color 180ms ease;
}

.home-live-cards a:hover h3,
.home-live-cards a:focus-visible h3 {
  color: #d20fba;
}

.home-live-cards p {
  max-width: 330px;
  margin-top: 0;
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 760;
}

.home-mini-memo {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.home-mini-memo-button {
  width: 50px;
  height: 50px;
  font-size: 18px;
  box-shadow: 0 18px 38px rgba(210, 15, 186, 0.28);
}

.home-mini-memo-button:hover {
  transform: translateY(-2px);
}

.portrait,
.profile-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #171821;
}

.portrait img,
.profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy,
.rich-text {
  display: grid;
  gap: 22px;
}

.quote {
  border-left: 3px solid var(--mint);
  padding-left: 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 900;
}

.steps,
.faq-list {
  display: grid;
  gap: 12px;
}

.step,
.faq-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.faq-item {
  grid-template-columns: 1fr;
  border-color: var(--line-dark);
}

.step-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--text-dark);
  font-weight: 950;
}

.step h3,
.faq-item h2,
.rich-text h2 {
  font-size: 21px;
}

.step p,
.faq-item p,
.rich-text p {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 730;
}

.light .rich-text p,
.light .faq-item p {
  color: var(--muted-dark);
}

.faq-page-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(210, 15, 186, 0.12), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(247, 167, 233, 0.24), transparent 34%),
    linear-gradient(180deg, #fff8fd 0%, #fff1fa 48%, #fff8fd 100%);
}

.page-hero.faq-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 253, 0.92) 42%, rgba(255, 222, 247, 0.68) 72%, rgba(210, 15, 186, 0.72) 100%),
    radial-gradient(circle at 16% 8%, rgba(247, 167, 233, 0.28), transparent 34%),
    radial-gradient(circle at 84% 24%, rgba(210, 15, 186, 0.34), transparent 36%),
    linear-gradient(135deg, #fff8fd 0%, #f7c7ed 56%, #d20fba 100%);
  color: var(--text-dark);
}

.page-hero.faq-hero h1 {
  color: var(--text-dark);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.58);
}

.page-hero.faq-hero h1 span {
  color: var(--accent);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.68), 0 10px 28px rgba(210, 15, 186, 0.24);
}

.page-hero.faq-hero .breadcrumb,
.page-hero.faq-hero .breadcrumb a,
.page-hero.faq-hero .lead-copy {
  color: rgba(17, 18, 26, 0.78);
}

.faq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(390px, 0.6fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
}

.faq-hero-copy {
  max-width: 860px;
}

.faq-hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: #fff1fa;
  aspect-ratio: 4 / 5;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 52px rgba(103, 18, 88, 0.2),
    0 44px 110px rgba(210, 15, 186, 0.22);
}

.faq-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%),
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.28), transparent 30%);
  pointer-events: none;
}

.faq-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.faq-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 34px;
}

.faq-topic-panel {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  min-height: 360px;
}

.faq-category-nav {
  display: grid;
  gap: 7px;
  align-content: space-between;
}

.faq-category-nav a {
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  min-height: 48px;
  padding: 8px 14px;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(210, 15, 186, 0.08);
  display: flex;
  align-items: center;
}

.faq-category-nav a:hover {
  border-color: rgba(210, 15, 186, 0.45);
  background: #fff;
  color: var(--accent);
  box-shadow: 0 16px 32px rgba(210, 15, 186, 0.14);
}

.faq-sidebar-card,
.faq-intro-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 96% 0%, rgba(210, 15, 186, 0.1), transparent 30%),
    linear-gradient(145deg, #fff 0%, #fff8fd 68%, #fff0fb 100%);
  padding: 20px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 18px 34px rgba(17, 18, 26, 0.06),
    0 34px 78px rgba(210, 15, 186, 0.12);
}

.faq-intro-card {
  min-height: 360px;
  align-content: start;
}

.faq-sidebar-card,
.faq-search-panel {
  min-height: 390px;
}

.faq-sidebar-card {
  align-content: start;
}

.faq-sidebar-card h2,
.faq-intro-card h2 {
  color: var(--text-dark);
  font-size: 26px;
  line-height: 1;
}

.faq-sidebar-card p,
.faq-intro-card p {
  color: var(--muted-dark);
  font-weight: 820;
  line-height: 1.36;
}

.faq-sidebar-card .button {
  width: fit-content;
  box-shadow: 0 16px 34px rgba(210, 15, 186, 0.24);
}

.faq-content {
  display: grid;
  gap: 34px;
}

.faq-full-width-content {
  display: grid;
  gap: 46px;
  margin-top: 56px;
}

.faq-search-panel {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 250, 0.94)),
    #fff;
  padding: 22px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 20px 46px rgba(17, 18, 26, 0.07),
    0 36px 82px rgba(210, 15, 186, 0.12);
}

.faq-search-panel label {
  color: var(--text-dark);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.faq-search-input-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.faq-search-input-wrap input,
.faq-no-results textarea {
  width: 100%;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-dark);
  font-weight: 820;
  outline: none;
}

.faq-search-input-wrap input {
  min-height: 54px;
  padding: 0 16px;
  font-size: 18px;
}

.faq-search-input-wrap input:focus,
.faq-no-results textarea:focus {
  border-color: rgba(210, 15, 186, 0.58);
  box-shadow: 0 0 0 4px rgba(210, 15, 186, 0.11);
}

.faq-search-input-wrap button {
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: var(--radius);
  background: #fff;
  padding: 0 14px;
  color: var(--text-dark);
  font-weight: 950;
  cursor: pointer;
}

.faq-search-tags,
.faq-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.faq-search-tags button,
.faq-item-tags span {
  border-radius: 999px;
  font-weight: 950;
}

.faq-search-tags button {
  border: 1px solid rgba(210, 15, 186, 0.14);
  background: rgba(255, 255, 255, 0.82);
  padding: 8px 12px;
  color: var(--text-dark);
  cursor: pointer;
}

.faq-search-tags button:hover {
  border-color: rgba(210, 15, 186, 0.42);
  background: #fff;
  color: var(--accent);
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.12);
}

.faq-search-count {
  color: var(--muted-dark);
  font-size: 14px;
  font-weight: 900;
}

.faq-no-results {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  border-top: 1px solid rgba(17, 18, 26, 0.1);
  padding-top: 16px;
}

.faq-no-results[hidden] {
  display: none;
}

.faq-no-results h2 {
  color: var(--text-dark);
  font-size: 23px;
  line-height: 1.05;
}

.faq-no-results p {
  margin-top: 5px;
  color: var(--muted-dark);
  font-weight: 850;
}

.faq-no-results textarea {
  min-height: 74px;
  resize: vertical;
  padding: 12px 14px;
}

.faq-category-section {
  display: grid;
  gap: 18px;
  scroll-margin-top: 110px;
}

.faq-category-intro {
  display: grid;
  gap: 8px;
}

.faq-category-intro h2 {
  color: var(--text-dark);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
}

.faq-category-intro p:not(.section-kicker) {
  max-width: 1120px;
  color: var(--muted-dark);
  font-size: 18px;
  font-weight: 850;
}

.rich-faq-list {
  gap: 14px;
}

.rich-faq-item {
  gap: 10px;
  border: 1px solid rgba(210, 15, 186, 0.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 96% 0%, rgba(210, 15, 186, 0.08), transparent 28%),
    linear-gradient(145deg, #fff 0%, #fff8fd 70%, #fff3fb 100%);
  padding: 22px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 14px 28px rgba(17, 18, 26, 0.05),
    0 28px 64px rgba(210, 15, 186, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.rich-faq-item:hover {
  border-color: rgba(210, 15, 186, 0.34);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 20px 38px rgba(17, 18, 26, 0.08),
    0 40px 86px rgba(210, 15, 186, 0.16);
  transform: translateY(-3px);
}

.rich-faq-item h3 {
  color: var(--text-dark);
  font-size: 24px;
  line-height: 1.08;
}

.faq-item-tags {
  margin-bottom: 4px;
}

.faq-item-tags span {
  border: 1px solid rgba(210, 15, 186, 0.13);
  background: rgba(255, 241, 250, 0.88);
  padding: 6px 9px;
  color: var(--muted-dark);
  font-size: 12px;
}

.rich-faq-item p {
  max-width: none;
}

.rich-faq-item .faq-direct-answer {
  color: var(--text-dark);
  font-weight: 950;
}

.faq-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.faq-links a {
  border: 1px solid rgba(210, 15, 186, 0.26);
  border-radius: 999px;
  background: rgba(255, 241, 250, 0.94);
  padding: 8px 12px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(210, 15, 186, 0.08);
}

.faq-links a:hover {
  background: #fff;
  border-color: rgba(210, 15, 186, 0.42);
  box-shadow: 0 14px 30px rgba(210, 15, 186, 0.14);
}

.legal-text section {
  display: grid;
  gap: 8px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line-dark);
}

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

.rich-text .feature-grid {
  grid-template-columns: 1fr;
}

.date-memory-section {
  padding: 72px 0 54px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(210, 15, 186, 0.035)),
    var(--paper);
}

.date-memory-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.74fr);
  gap: 54px;
  align-items: center;
}

.date-memory-heading h2 {
  max-width: 680px;
  margin-top: 8px;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 950;
}

.date-memory-copy {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 58px rgba(21, 20, 31, 0.08);
}

.date-memory-copy h3 {
  font-size: 26px;
  line-height: 1.12;
  font-weight: 950;
}

.date-memory-copy p {
  color: var(--muted-dark);
  font-weight: 780;
}

.date-memory-copy .cta-actions {
  margin-top: 8px;
}

.date-memory-section + .section.light {
  padding-top: 58px;
}

.home-contact-form-section {
  padding: 72px 0 86px;
  background:
    radial-gradient(circle at 88% 12%, rgba(210, 15, 186, 0.15), transparent 34%),
    radial-gradient(circle at 16% 88%, rgba(83, 214, 201, 0.1), transparent 30%),
    var(--paper);
}

.home-contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 520px);
  gap: 54px;
  align-items: center;
}

.home-contact-form-copy {
  display: grid;
  justify-items: center;
}

.home-contact-form-copy h2 {
  max-width: 720px;
  margin-top: 8px;
  margin-inline: auto;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 950;
  text-align: center;
}

.home-contact-form-copy p {
  max-width: 690px;
  margin-top: 28px;
  margin-inline: auto;
  color: var(--muted-dark);
  font-size: 20px;
  font-weight: 780;
  text-align: center;
}

.home-contact-points {
  display: grid;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
  text-align: left;
}

.home-contact-points span {
  position: relative;
  min-width: 180px;
  padding: 4px 0 4px 34px;
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 950;
}

.home-contact-points span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 17px;
  height: 9px;
  border-left: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  transform: rotate(-45deg);
  filter: drop-shadow(0 4px 10px rgba(210, 15, 186, 0.28));
}

.home-contact-panel {
  align-self: center;
  padding: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.09), transparent 38%),
    rgba(255, 255, 255, 0.94);
}

.home-contact-panel h2 {
  font-size: 34px;
}

.home-contact-panel p {
  color: var(--muted-dark);
}

.home-price-reference-section {
  padding: 54px 0 82px;
  background: var(--paper);
}

.home-price-reference {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 58px rgba(21, 20, 31, 0.08);
}

.home-price-reference h2 {
  margin-top: 8px;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 950;
}

.home-price-reference p:not(.section-kicker) {
  max-width: 720px;
  margin-top: 12px;
  color: var(--muted-dark);
  font-size: 17px;
  font-weight: 780;
}

.home-price-reference .button {
  min-width: 190px;
}

.customer-voices-section {
  padding: 78px 0 88px;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 126, 204, 0.16), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(210, 15, 186, 0.12), transparent 32%),
    linear-gradient(180deg, #fff7fd 0%, #fff1fa 54%, #fff8fd 100%);
}

.customer-voices-head {
  align-items: center;
  justify-items: center;
  text-align: center;
}

.customer-voices-head > div {
  margin-inline: auto;
}

.customer-voice-slider {
  display: grid;
  grid-auto-columns: minmax(310px, 390px);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 18px;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline mandatory;
}

.customer-voice-slider::-webkit-scrollbar {
  height: 10px;
}

.customer-voice-slider::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(210, 15, 186, 0.12);
}

.customer-voice-slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, #f08bdc, #d20fba);
}

.customer-chat-card {
  min-height: 338px;
  overflow: hidden;
  border: 1px solid rgba(210, 15, 186, 0.22);
  border-radius: 8px;
  background: #fff5fc;
  box-shadow: 0 22px 58px rgba(210, 15, 186, 0.16);
  scroll-snap-align: start;
}

.chat-phone-header {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px 16px;
  background: linear-gradient(135deg, #ffe4f7, #f7b3e8);
  color: #19101b;
}

.chat-phone-header img {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(210, 15, 186, 0.18);
}

.chat-phone-header strong,
.chat-phone-header span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-phone-header strong {
  font-size: 16px;
  font-weight: 950;
}

.chat-phone-header span {
  color: rgba(74, 50, 72, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.chat-phone-body {
  min-height: 260px;
  padding: 28px 18px;
  background:
    linear-gradient(135deg, rgba(255, 242, 251, 0.94), rgba(255, 232, 247, 0.96)),
    repeating-linear-gradient(45deg, rgba(210, 15, 186, 0.035) 0 1px, transparent 1px 16px);
}

.chat-bubble {
  position: relative;
  display: grid;
  gap: 12px;
  max-width: 92%;
  border-radius: 4px 18px 18px 18px;
  padding: 17px 18px 15px;
  background: #fff;
  color: #11121a;
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.12);
}

.chat-bubble::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.chat-bubble p {
  font-size: 16px;
  line-height: 1.42;
  font-weight: 850;
}

.chat-bubble span {
  justify-self: end;
  color: rgba(17, 18, 26, 0.54);
  font-size: 11px;
  font-weight: 900;
}

.customer-voices-note {
  margin-top: 10px;
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 760;
}

.price-card,
.feature-card,
.aside-panel {
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text-dark);
  padding: 22px;
}

.dark .aside-panel {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(17, 18, 26, 0.84);
  color: #fff;
}

.price-card h3,
.feature-card h3 {
  font-size: 22px;
}

.price {
  margin-top: 16px;
  color: var(--accent);
  font-size: 38px;
  font-weight: 950;
}

.price-card p,
.feature-card p {
  margin-top: 10px;
  color: var(--muted-dark);
  font-weight: 730;
}

.honor-hero .lead-copy {
  max-width: 760px;
}

.page-hero.honor-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 253, 0.92) 42%, rgba(255, 227, 247, 0.62) 68%, rgba(210, 15, 186, 0.66) 100%),
    radial-gradient(circle at 86% 10%, rgba(210, 15, 186, 0.2), transparent 36%),
    linear-gradient(135deg, #fff8fd 0%, #f7c7ed 52%, #d20fba 100%);
}

.honor-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.honor-hero-copy {
  min-width: 0;
  text-align: center;
}

.honor-hero h1 {
  color: #11121a;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.58);
}

.page-hero.honor-hero .breadcrumb,
.page-hero.honor-hero .lead-copy {
  color: #22232b;
}

.page-hero.honor-hero .lead-copy {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 950;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.honor-hero-media {
  position: relative;
  justify-self: center;
  width: min(100%, 360px);
  margin: -34px 0 -44px;
  filter: drop-shadow(0 30px 42px rgba(17, 18, 26, 0.28)) drop-shadow(0 0 42px rgba(210, 15, 186, 0.22));
}

.honor-hero-media::before {
  content: "";
  position: absolute;
  inset: 9% 5%;
  z-index: -1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(34px);
}

.honor-hero-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.honor-hero-quote {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin: 8px auto 0;
  max-width: 340px;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: #22232b;
  padding: 12px 14px;
  text-align: center;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 42px rgba(210, 15, 186, 0.16);
  backdrop-filter: blur(14px);
}

.honor-hero-quote span {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.32;
}

.honor-hero-quote span:first-child {
  color: var(--accent);
  font-size: 15px;
}

.honor-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(210, 15, 186, 0.12), transparent 30%),
    radial-gradient(circle at 86% 2%, rgba(247, 167, 233, 0.28), transparent 34%),
    linear-gradient(180deg, #fff8fd 0%, #fff1fa 52%, #fff8fd 100%),
    var(--paper);
}

.honor-heading {
  margin-bottom: 26px;
}

.honor-heading-note {
  max-width: 390px;
  border: 1px solid rgba(210, 15, 186, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, #fff, #fff1fa);
  padding: 18px;
  box-shadow: 0 16px 44px rgba(210, 15, 186, 0.1);
}

.honor-heading-note strong {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.honor-heading-note p {
  margin-top: 6px;
  color: var(--muted-dark);
  font-weight: 790;
}

.honor-grid {
  perspective: 1200px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.honor-card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 18px;
  min-width: 0;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.11), transparent 34%),
    linear-gradient(180deg, #fff, #fff8fd);
  color: var(--text-dark);
  padding: 28px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 34px rgba(17, 18, 26, 0.08),
    0 34px 80px rgba(210, 15, 186, 0.14);
  position: relative;
  transform: translateZ(0) rotateX(0deg);
  transform-style: preserve-3d;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.honor-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), transparent 34%, rgba(210, 15, 186, 0.08));
  pointer-events: none;
}

.honor-card::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -16px;
  z-index: -1;
  height: 34px;
  border-radius: 999px;
  background: rgba(17, 18, 26, 0.14);
  filter: blur(18px);
  pointer-events: none;
}

.honor-card > * {
  position: relative;
  z-index: 1;
}

.honor-card:hover {
  border-color: rgba(210, 15, 186, 0.34);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 24px 42px rgba(17, 18, 26, 0.1),
    0 46px 96px rgba(210, 15, 186, 0.2);
  transform: translateY(-6px) rotateX(2deg);
}

.honor-card-featured {
  border-color: rgba(210, 15, 186, 0.46);
  background:
    radial-gradient(circle at 88% 6%, rgba(210, 15, 186, 0.22), transparent 34%),
    linear-gradient(145deg, #fff 0%, #ffe3f7 56%, #f7c7ed 100%);
  color: var(--text-dark);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 24px 44px rgba(17, 18, 26, 0.1),
    0 44px 96px rgba(210, 15, 186, 0.24);
  transform: translateY(-8px);
}

.honor-card-featured:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 30px 52px rgba(17, 18, 26, 0.12),
    0 56px 112px rgba(210, 15, 186, 0.3);
  transform: translateY(-12px) rotateX(2deg);
}

.honor-card-head {
  display: grid;
  gap: 6px;
}

.honor-card-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.honor-card-featured .honor-card-kicker {
  color: var(--accent);
}

.honor-card h2 {
  color: inherit;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.02;
}

.honor-price-line {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  min-width: 0;
}

.honor-price-line strong {
  color: var(--accent);
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 0.94;
  font-weight: 950;
  white-space: nowrap;
}

.honor-card-featured .honor-price-line strong {
  color: var(--accent);
  text-shadow: none;
}

.honor-price-line span {
  display: grid;
  gap: 0;
  color: var(--muted-dark);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.12;
  padding-bottom: 4px;
}

.honor-price-line small,
.honor-price-line em {
  display: block;
  font-size: inherit;
  font-style: normal;
}

.honor-price-line small {
  display: none;
  color: inherit;
  text-transform: uppercase;
}

.honor-card-featured .honor-price-line span,
.honor-card-featured p,
.honor-card-featured .honor-tier-list dt,
.honor-card-featured .honor-tier-list dd {
  color: var(--muted-dark);
}

.honor-card p {
  color: var(--muted-dark);
  font-weight: 780;
}

.honor-card .button {
  justify-self: start;
}

.honor-tier-list {
  display: grid;
  gap: 12px;
  align-content: end;
  margin-top: 4px;
}

.honor-tier-list h3 {
  color: inherit;
  font-size: 16px;
}

.honor-tier-list dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.honor-tier-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(17, 18, 26, 0.12);
  padding: 12px 0;
}

.honor-tier-list .honor-recommended-row {
  align-items: center;
  border-top-color: rgba(210, 15, 186, 0.28);
  margin: 0 -10px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 255, 255, 0.76), transparent 34%),
    linear-gradient(135deg, rgba(255, 243, 251, 0.95), rgba(247, 199, 237, 0.72));
  padding: 12px 10px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 28px rgba(210, 15, 186, 0.12);
}

.honor-card-featured .honor-tier-list div {
  border-top-color: rgba(210, 15, 186, 0.18);
}

.honor-card-featured .honor-tier-list .honor-recommended-row {
  border-top-color: rgba(210, 15, 186, 0.3);
}

.honor-tier-list dt,
.honor-tier-list dd {
  margin: 0;
  color: var(--text-dark);
  font-weight: 850;
}

.honor-tier-list dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.honor-tier-list dd {
  white-space: nowrap;
}

.honor-recommendation-sticker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px solid rgba(210, 15, 186, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, #d20fba, #f476dc);
  color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(210, 15, 186, 0.24);
}

.honor-tax-note {
  margin: 20px auto 0;
  max-width: 760px;
  color: rgba(17, 18, 26, 0.68);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
  text-align: center;
}

.honor-recommendation-note {
  margin: 10px auto 0;
  max-width: 820px;
  color: rgba(17, 18, 26, 0.78);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.55;
  text-align: center;
}

.honor-gift-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  margin-top: 30px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(210, 15, 186, 0.18), transparent 30%),
    radial-gradient(circle at 12% 80%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(135deg, #fff 0%, #ffe3f7 54%, #f7c7ed 100%);
  color: var(--text-dark);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(210, 15, 186, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 28px 76px rgba(210, 15, 186, 0.16);
}

.honor-gift-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.honor-gift-copy span {
  justify-self: start;
  min-height: 44px;
  border-radius: var(--radius);
  background: var(--accent);
  padding: 12px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.26);
}

.honor-gift-copy h2 {
  color: var(--text-dark);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.honor-gift-copy p {
  max-width: 680px;
  color: var(--text-dark);
  font-weight: 850;
}

.honor-gift-copy ul {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.honor-gift-copy li {
  position: relative;
  min-width: 0;
  padding-left: 34px;
  color: rgba(17, 18, 26, 0.82);
  font-weight: 850;
  line-height: 1.45;
}

.honor-gift-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(210, 15, 186, 0.22);
}

.honor-gift-media {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0;
}

.honor-gift-media img {
  width: min(100%, 260px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(17, 18, 26, 0.18));
}

.honor-gift-media figcaption {
  color: rgba(17, 18, 26, 0.66);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.honor-copy {
  max-width: 920px;
  margin-top: 44px;
}

.honor-bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 10%, rgba(210, 15, 186, 0.22), transparent 34%),
    linear-gradient(135deg, #fff 0%, #ffe3f7 50%, #d20fba 100%);
  color: var(--text-dark);
  padding: 28px;
  border: 1px solid rgba(210, 15, 186, 0.2);
  box-shadow: 0 28px 76px rgba(210, 15, 186, 0.16);
}

.honor-bottom-cta h2 {
  color: var(--text-dark);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.98;
}

.honor-bottom-cta p:not(.section-kicker) {
  margin-top: 10px;
  max-width: 660px;
  color: rgba(17, 18, 26, 0.72);
  font-weight: 800;
}

.honor-bottom-cta .button.secondary {
  background: rgba(255, 255, 255, 0.94);
  color: var(--accent);
  border-color: rgba(210, 15, 186, 0.24);
}

.honor-related-links {
  margin-top: 24px;
}

.magazine-link-card {
  display: block;
  text-decoration: none;
}

.magazine-link-card:hover {
  border-color: rgba(210, 15, 186, 0.32);
  transform: translateY(-2px);
}

.magazine-index-section {
  padding-top: 72px;
  background:
    radial-gradient(circle at 12% 0%, rgba(210, 15, 186, 0.12), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(247, 167, 233, 0.24), transparent 34%),
    linear-gradient(180deg, #fff8fd 0%, #fff1fa 48%, #fff8fd 100%);
}

.page-hero.magazine-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 253, 0.9) 44%, rgba(255, 227, 247, 0.62) 70%, rgba(210, 15, 186, 0.72) 100%),
    radial-gradient(circle at 82% 12%, rgba(210, 15, 186, 0.22), transparent 34%),
    linear-gradient(135deg, #fff8fd 0%, #f7c7ed 52%, #d20fba 100%);
  color: var(--text-dark);
  overflow: hidden;
}

.magazine-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(32px, 5vw, 82px);
}

.magazine-hero-copy {
  max-width: 760px;
}

.magazine-hero-media {
  position: relative;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 34px 72px rgba(103, 18, 88, 0.28),
    0 10px 28px rgba(210, 15, 186, 0.18);
  aspect-ratio: 4 / 5;
  background: #fff1fa;
}

.magazine-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.34), transparent 28%);
  pointer-events: none;
}

.magazine-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 46%;
}

.page-hero.magazine-hero h1 {
  color: var(--text-dark);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.58);
}

.page-hero.magazine-hero h1 span {
  color: var(--accent);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.68), 0 10px 28px rgba(210, 15, 186, 0.24);
}

.page-hero.magazine-hero .breadcrumb,
.page-hero.magazine-hero .lead-copy {
  color: rgba(17, 18, 26, 0.78);
}

.page-hero.magazine-hero .section-kicker {
  color: var(--accent);
}

.magazine-index-head {
  margin-bottom: 30px;
}

.magazine-index-head h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 950;
}

.magazine-index-head p {
  max-width: 680px;
  color: var(--muted-dark);
  font-size: 17px;
  font-weight: 780;
}

.magazine-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: end;
  margin: 0 0 28px;
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 94% 10%, rgba(210, 15, 186, 0.18), transparent 34%),
    radial-gradient(circle at 8% 78%, rgba(255, 255, 255, 0.88), transparent 32%),
    linear-gradient(145deg, #fff, #fff0fb);
  padding: 24px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 22px 58px rgba(210, 15, 186, 0.14);
}

.magazine-search-panel h2 {
  margin: 4px 0 10px;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 0.98;
}

.magazine-search-panel p {
  max-width: 620px;
  color: var(--muted-dark);
  font-weight: 780;
}

.magazine-search-form {
  display: grid;
  gap: 8px;
}

.magazine-search-form label {
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 950;
}

.magazine-search-form input {
  min-height: 58px;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text-dark);
  padding: 0 18px;
  font: inherit;
  font-weight: 820;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.magazine-search-form input:focus {
  border-color: rgba(210, 15, 186, 0.56);
  box-shadow: 0 0 0 5px rgba(210, 15, 186, 0.12);
  outline: none;
}

.magazine-search-results {
  grid-column: 1 / -1;
}

.magazine-search-empty,
.magazine-search-count {
  margin: 0;
  color: var(--muted-dark);
  font-weight: 850;
}

.magazine-search-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.magazine-search-result {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  min-height: 118px;
  border: 1px solid rgba(210, 15, 186, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text-dark);
  padding: 10px;
  text-decoration: none;
}

.magazine-search-result:hover {
  border-color: rgba(210, 15, 186, 0.32);
  box-shadow: 0 18px 38px rgba(210, 15, 186, 0.12);
}

.magazine-search-result img {
  width: 92px;
  height: 98px;
  border-radius: var(--radius);
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 20%, rgba(210, 15, 186, 0.12), transparent 44%),
    #fff4fb;
}

.magazine-search-result span {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.magazine-search-result small {
  color: var(--muted-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.magazine-search-result strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.06;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.magazine-search-result em {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 760;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.magazine-index-grid {
  perspective: 1400px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.magazine-index-card {
  align-self: start;
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  gap: 8px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 96% 4%, rgba(210, 15, 186, 0.12), transparent 30%),
    linear-gradient(145deg, #fff 0%, #fff8fd 64%, #fff0fb 100%);
  color: var(--text-dark);
  padding: 0 0 12px;
  text-decoration: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 2px 0 rgba(210, 15, 186, 0.08),
    0 18px 28px rgba(17, 18, 26, 0.08),
    0 34px 76px rgba(210, 15, 186, 0.12);
  transform: translateZ(0) rotateX(0) rotateY(0);
  transform-style: preserve-3d;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.magazine-index-card:hover {
  border-color: rgba(210, 15, 186, 0.3);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 2px 0 rgba(210, 15, 186, 0.1),
    0 20px 34px rgba(17, 18, 26, 0.1),
    0 34px 72px rgba(210, 15, 186, 0.14);
  transform: translateY(-2px);
}

.magazine-card-image {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 16%, rgba(210, 15, 186, 0.14), transparent 42%),
    linear-gradient(135deg, #fff 0%, #fff1fa 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.86) inset;
}

.magazine-card-category,
.magazine-card-date {
  justify-self: start;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.magazine-card-category {
  margin: 1px 18px 0;
  background: linear-gradient(135deg, #d20fba, #f476dc);
  color: #fff;
  padding: 5px 8px;
  box-shadow: 0 10px 24px rgba(210, 15, 186, 0.22);
}

.magazine-card-date {
  margin: 0 18px;
  border: 1px solid rgba(210, 15, 186, 0.16);
  background: #fff1fa;
  color: var(--muted-dark);
  padding: 6px 8px;
}

.magazine-index-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 18px;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.03;
  font-weight: 950;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.magazine-index-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 18px;
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.32;
  font-weight: 770;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.page-hero {
  background: #0d0e14;
  padding: 76px 0;
}

.page-hero .lead-copy {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
}

.page-hero.contact-hero {
  background:
    radial-gradient(circle at 88% 8%, rgba(210, 15, 186, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 245, 252, 0.95) 50%, rgba(231, 91, 204, 0.7) 100%),
    linear-gradient(135deg, #fff8fd 0%, #f7c7ed 58%, #d20fba 100%);
  color: var(--text-dark);
  text-align: center;
}

.page-hero.contact-hero .breadcrumb,
.page-hero.contact-hero .breadcrumb a {
  color: rgba(17, 18, 26, 0.64);
}

.page-hero.contact-hero h1 {
  color: var(--text-dark);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.58);
}

.page-hero.contact-hero .lead-copy {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(17, 18, 26, 0.76);
  font-weight: 900;
}

.contact-page-section {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.9), transparent 30%),
    radial-gradient(circle at 86% 0%, rgba(210, 15, 186, 0.1), transparent 35%),
    linear-gradient(180deg, #fff8fe 0%, #fff2fb 100%);
}

.contact-copy-panel {
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 60px rgba(210, 15, 186, 0.1);
  padding: clamp(22px, 3vw, 36px);
}

.contact-copy-panel h2 {
  color: var(--text-dark);
}

.contact-copy-panel p {
  color: rgba(17, 18, 26, 0.72);
}

.contact-copy-panel a:not(.button) {
  color: var(--accent);
}

.contact-copy-panel .seo-insight-card,
.contact-copy-panel .seo-related-links {
  border-color: rgba(210, 15, 186, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(210, 15, 186, 0.09);
}

.contact-form-panel {
  position: sticky;
  top: 92px;
  border-color: rgba(210, 15, 186, 0.26);
  background:
    radial-gradient(circle at 88% 0%, rgba(210, 15, 186, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 253, 0.94));
  box-shadow: 0 26px 70px rgba(210, 15, 186, 0.16);
}

.contact-form-panel h2 {
  color: var(--text-dark);
}

.contact-form-panel .field input,
.contact-form-panel .field select,
.contact-form-panel .field textarea {
  border-color: rgba(210, 15, 186, 0.22);
  background: rgba(255, 255, 255, 0.94);
}

.contact-form-panel .field input:focus,
.contact-form-panel .field select:focus,
.contact-form-panel .field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(210, 15, 186, 0.14);
}

.contact-form-panel .fineprint,
.contact-form-panel .privacy-copy,
.contact-form-panel .check-field {
  color: rgba(17, 18, 26, 0.66);
}

.contact-simple-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
  max-width: 1060px;
}

.contact-simple-main {
  display: grid;
  gap: 18px;
}

.contact-quick-grid,
.contact-direct-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.contact-message-card,
.contact-direct-card {
  border: 1px solid rgba(210, 15, 186, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(210, 15, 186, 0.1);
  padding: clamp(18px, 2vw, 24px);
}

.contact-message-card {
  display: grid;
  gap: 14px;
  min-height: 282px;
}

.contact-message-card h2,
.contact-direct-card span,
.contact-youth-protection h2 {
  color: var(--text-dark);
}

.contact-message-card h2 {
  font-size: clamp(22px, 1.8vw, 26px);
  line-height: 1.1;
}

.contact-message-card .field span {
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 900;
}

.contact-message-card textarea {
  width: 100%;
  min-height: 112px;
  border: 1px solid rgba(210, 15, 186, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text-dark);
  padding: 12px;
  resize: vertical;
  outline: none;
}

.contact-message-card textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(210, 15, 186, 0.14);
}

.contact-direct-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 84px;
}

.contact-direct-card span {
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-direct-card a {
  color: var(--accent);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 950;
  line-height: 1.08;
  text-align: right;
  text-decoration: none;
}

.contact-mail-panel {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 2.4vw, 28px);
}

.contact-mail-panel h2 {
  font-size: clamp(30px, 3vw, 42px);
  max-width: 9ch;
}

.contact-email-form {
  margin-top: 0;
}

.contact-email-form textarea {
  min-height: 118px;
}

.contact-youth-protection {
  grid-column: 1 / -1;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(210, 15, 186, 0.08);
  padding: 16px 18px;
}

.contact-youth-protection h2 {
  font-size: 20px;
  line-height: 1.15;
}

.contact-youth-protection p {
  margin-top: 6px;
  color: rgba(17, 18, 26, 0.68);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

.contact-youth-protection a {
  color: var(--accent);
}

.ladies-page-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 251, 0.94) 52%, rgba(231, 91, 204, 0.86) 100%);
  border-bottom: 0;
  color: var(--text-dark);
  text-align: center;
}

.ladies-page-hero .breadcrumb,
.ladies-page-hero .breadcrumb a {
  color: rgba(17, 18, 26, 0.62);
}

.ladies-page-hero .shell {
  display: grid;
  justify-items: center;
}

.ladies-page-hero h1 {
  color: var(--text-dark);
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.ladies-page-hero h1 span {
  color: var(--accent);
}

.ladies-page-hero .lead-copy {
  max-width: 820px;
  margin-top: 28px;
  color: rgba(17, 18, 26, 0.72);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
  text-align: center;
}

.section.light.ladies-intro-section,
.section.light.ladies-model-section,
.section.light.ladies-depth-section,
.section.light.ladies-faq-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(210, 15, 186, 0.09), transparent 34%),
    linear-gradient(180deg, #fff8fe 0%, #fff3fb 100%);
}

.section.light.ladies-model-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 251, 0.94) 52%, rgba(231, 91, 204, 0.86) 100%);
  padding-top: 54px;
}

.ladies-intro-section .content-grid,
.ladies-depth-section .content-grid {
  gap: 28px;
}

.ladies-intro-section .rich-text,
.ladies-depth-section .rich-text {
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(210, 15, 186, 0.08), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fff7fd 100%);
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 18px 44px rgba(210, 15, 186, 0.08);
  text-align: center;
}

.ladies-intro-section .rich-text {
  max-width: none;
  width: 100%;
}

.ladies-intro-section .rich-text h2,
.ladies-depth-section .rich-text h2,
.ladies-model-section .section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.ladies-intro-section .text-accent,
.ladies-model-section .text-accent,
.ladies-faq-section .text-accent {
  color: var(--accent);
}

.ladies-intro-section .rich-text h2 + p,
.ladies-depth-section .rich-text h2 + p {
  margin-top: 28px;
}

.ladies-model-section .member-cta-strip .button.secondary {
  border-color: rgba(210, 15, 186, 0.28);
  background: #fff;
  color: var(--text-dark);
}

.ladies-model-section .member-cta-strip .button.secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.16);
}

.ladies-model-section .section-head {
  display: block;
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.ladies-model-section .model-filter-panel {
  margin-bottom: 34px;
  border-color: rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(210, 15, 186, 0.08), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fff5fc 100%);
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 18px 44px rgba(210, 15, 186, 0.08);
  text-align: center;
}

.ladies-model-section .filter-toolbar {
  justify-items: center;
}

.ladies-model-section .filter-collapse-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}

.ladies-model-section .filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  border: 2px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  padding: 12px 24px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(210, 15, 186, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ladies-model-section .filter-toggle:hover {
  transform: translateY(-3px);
  background: #e112c8;
  box-shadow: 0 22px 52px rgba(210, 15, 186, 0.32);
}

.ladies-model-section .filter-toggle::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff;
  color: var(--accent);
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.ladies-model-section .filter-toggle[aria-expanded="true"]::after {
  content: "-";
}

.ladies-model-section .filter-toggle span {
  font-size: 16px;
}

.ladies-model-section .filter-toggle strong {
  color: #fff;
  font-size: 16px;
}

.ladies-model-section .filter-options {
  display: grid;
  gap: 18px;
  margin-top: 10px;
}

.ladies-model-section .filter-options[hidden] {
  display: none;
}

.ladies-model-section .filter-search {
  width: 100%;
  text-align: center;
}

.ladies-model-section .filter-groups,
.ladies-model-section .filter-group {
  justify-items: center;
}

.ladies-model-section .filter-chip-row {
  justify-content: center;
}

.ladies-model-section .filter-search input {
  border-color: rgba(210, 15, 186, 0.22);
  background: #fff;
}

.ladies-model-section .filter-search input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(210, 15, 186, 0.16);
}

.ladies-model-section .filter-result {
  background: var(--accent);
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.22);
}

.ladies-model-section .filter-result span {
  color: rgba(255, 255, 255, 0.82);
}

.ladies-model-section .filter-chip,
.ladies-model-section .filter-reset {
  border-color: rgba(210, 15, 186, 0.22);
  background: #fff;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.ladies-model-section .filter-reset {
  justify-self: auto;
  min-height: 50px;
  padding: 11px 18px;
}

.ladies-model-section .filter-chip:hover,
.ladies-model-section .filter-reset:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 12px 26px rgba(210, 15, 186, 0.14);
}

.ladies-model-section .filter-chip[aria-pressed="true"],
.ladies-model-section .fit-chip[aria-pressed="true"] {
  background: var(--accent);
  box-shadow: 0 14px 32px rgba(210, 15, 186, 0.22);
}

.ladies-model-section .model-grid {
  gap: 18px;
}

.ladies-model-section .model-card {
  border: 1px solid rgba(210, 15, 186, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(210, 15, 186, 0.1);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.ladies-model-section .model-info {
  text-align: center;
}

.ladies-model-section .model-info .tags {
  justify-content: center;
}

.ladies-model-section .model-card:hover {
  transform: translateY(-9px);
  border-color: rgba(210, 15, 186, 0.72);
  box-shadow:
    0 34px 72px rgba(210, 15, 186, 0.24),
    0 12px 30px rgba(17, 18, 26, 0.24);
}

.ladies-application-card::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(210, 15, 186, 0.12) 58%),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.24), transparent 30%);
}

.ladies-application-card:hover::after,
.ladies-application-card:focus-visible::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(210, 15, 186, 0.22) 62%),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.32), transparent 30%);
}

.ladies-model-section .member-cta-strip {
  margin-top: 38px;
  border-color: rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 8%, rgba(210, 15, 186, 0.1), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff5fc 100%);
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 18px 44px rgba(210, 15, 186, 0.08);
  text-align: center;
  justify-items: center;
}

.ladies-model-section .member-cta-strip h2 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 40px);
}

.ladies-faq-section .section-head {
  display: block;
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.ladies-faq-section .section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.ladies-faq-grid {
  display: grid;
  gap: 12px;
}

.ladies-faq-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  min-height: 0;
  border: 1px solid rgba(210, 15, 186, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 8%, rgba(210, 15, 186, 0.1), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff6fd 100%);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 18px 44px rgba(210, 15, 186, 0.08);
  text-align: center;
}

.ladies-faq-card h3 {
  margin: 0;
  color: var(--text-dark);
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.14;
}

.ladies-faq-card p {
  margin-top: 0;
  color: var(--muted-dark);
  font-size: 16px;
  font-weight: 740;
  line-height: 1.58;
}

.ladies-faq-card p + p {
  margin-top: 14px;
}

@media (max-width: 980px) {
  .ladies-intro-section .content-grid,
  .ladies-depth-section .content-grid {
    gap: 22px;
  }

  .ladies-model-section .section-head {
    margin-bottom: 28px;
  }

  .ladies-faq-card {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .ladies-page-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .ladies-page-hero .lead-copy {
    margin-top: 22px;
  }

  .ladies-intro-section .rich-text,
  .ladies-depth-section .rich-text,
  .ladies-model-section .model-filter-panel,
  .ladies-model-section .member-cta-strip {
    padding: 20px;
  }

  .ladies-faq-grid {
    grid-template-columns: 1fr;
  }

  .ladies-faq-card {
    gap: 16px;
    min-height: 0;
    padding: 20px;
  }
}

.seo-hero .lead-copy {
  max-width: 860px;
  font-size: 21px;
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 44px;
  align-items: center;
}

.seo-hero-media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 75% 18%, rgba(210, 15, 186, 0.2), transparent 34%),
    linear-gradient(145deg, #0b0c12, #171820);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.seo-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.team-page-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 34%, rgba(210, 15, 186, 0.28), transparent 34%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 251, 0.94) 50%, rgba(231, 91, 204, 0.84) 100%);
  border-bottom: 1px solid rgba(210, 15, 186, 0.18);
  color: var(--text-dark);
}

.team-page-hero .breadcrumb,
.team-page-hero .breadcrumb a {
  color: rgba(17, 18, 26, 0.62);
}

.team-page-hero .seo-hero-grid {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 680px) minmax(280px, 460px);
  justify-content: center;
  align-items: end;
  gap: clamp(34px, 5vw, 78px);
}

.team-page-hero .seo-hero-copy {
  width: 100%;
  max-width: 680px;
  min-width: 0;
  justify-items: center;
  text-align: center;
  padding-bottom: clamp(36px, 5vw, 70px);
}

.team-page-hero h1,
.team-page-hero .lead-copy {
  max-width: 100%;
  margin-inline: auto;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.team-page-hero h1 {
  color: var(--text-dark);
}

.team-page-hero .lead-copy {
  color: rgba(17, 18, 26, 0.72);
}

.team-page-hero .breadcrumb,
.team-page-hero .lead-copy {
  text-align: center;
}

.team-page-hero .seo-hero-ctas {
  justify-content: center;
}

.team-page-hero .seo-hero-media {
  align-self: end;
  justify-self: center;
  width: clamp(345px, 47vw, 635px);
  max-width: 635px;
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.team-page-hero .seo-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 690px;
  padding: 0;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 28px 34px rgba(210, 15, 186, 0.18));
}

@media (max-width: 980px) {
  .team-page-hero .seo-hero-grid {
    width: min(720px, calc(100% - 32px));
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .team-page-hero .seo-hero-copy {
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .team-page-hero .seo-hero-media {
    width: min(86vw, 497px);
    max-width: 497px;
    margin: 0 auto;
  }

  .team-page-hero .seo-hero-media img {
    max-height: 506px;
  }
}

.team-page-surface {
  background:
    radial-gradient(circle at 86% 12%, rgba(210, 15, 186, 0.12), transparent 34%),
    linear-gradient(180deg, #fff9fe 0%, #fbf1f8 100%);
}

.team-mission-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 40px;
}

.team-mission-heading {
  max-width: 860px;
  margin: 0 auto 28px;
  color: var(--text-dark);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.team-mission-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(210, 15, 186, 0.22), transparent 32%),
    radial-gradient(circle at 10% 80%, rgba(83, 214, 201, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 232, 249, 0.92));
  padding: clamp(36px, 5.5vw, 76px);
  box-shadow: 0 26px 82px rgba(210, 15, 186, 0.13);
}

.team-mission-script {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  color: var(--text-dark);
  font-family: inherit;
  font-size: clamp(27px, 3.2vw, 44px);
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
}

.team-mission-script .accent-word {
  color: var(--accent);
}

.team-mission-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.team-mission-copy p,
.light .rich-text .team-mission-copy p {
  margin: 0;
  color: rgba(17, 18, 26, 0.72);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 780;
  line-height: 1.58;
  text-align: center;
}

.team-mission-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.team-mission-list li {
  position: relative;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 42px;
  color: var(--text-dark);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 920;
  line-height: 1.28;
  text-align: left;
  box-shadow: none;
}

.team-mission-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08em;
  width: 25px;
  height: 14px;
  border-left: 4px solid var(--accent);
  border-bottom: 4px solid var(--accent);
  transform: rotate(-45deg);
  filter: drop-shadow(0 8px 14px rgba(210, 15, 186, 0.18));
}

.article-date {
  margin-top: 18px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.seo-landing-page {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 242, 246, 0.96)),
    var(--paper);
}

.seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 38px;
  align-items: start;
}

.seo-layout-wide {
  grid-template-columns: minmax(0, 1fr);
  max-width: none;
}

.seo-article {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.seo-article > * {
  min-width: 0;
  max-width: 100%;
}

.page-hero.magazine-article-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 253, 0.9) 44%, rgba(255, 227, 247, 0.62) 70%, rgba(210, 15, 186, 0.72) 100%),
    radial-gradient(circle at 82% 12%, rgba(210, 15, 186, 0.22), transparent 34%),
    linear-gradient(135deg, #fff8fd 0%, #f7c7ed 52%, #d20fba 100%);
  color: var(--text-dark);
}

.page-hero.magazine-article-hero h1 {
  color: var(--text-dark);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.58);
}

.page-hero.magazine-article-hero .breadcrumb,
.page-hero.magazine-article-hero .lead-copy {
  color: rgba(17, 18, 26, 0.78);
}

.page-hero.magazine-article-hero .section-kicker,
.page-hero.magazine-article-hero .article-date {
  color: var(--accent);
}

.magazine-article-hero .seo-hero-media {
  border: 1px solid rgba(210, 15, 186, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.18), transparent 34%),
    linear-gradient(145deg, #fff, #fff0fb);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 26px 70px rgba(210, 15, 186, 0.18);
}

.magazine-article-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(210, 15, 186, 0.1), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(247, 167, 233, 0.22), transparent 34%),
    linear-gradient(180deg, #fff8fd 0%, #fff1fa 48%, #fff8fd 100%);
}

.magazine-article-body {
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.06), transparent 28%),
    #fff;
  padding: clamp(22px, 4vw, 38px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 70px rgba(210, 15, 186, 0.1);
}

.magazine-article-body h2 {
  color: var(--text-dark);
}

.light .magazine-article-body p,
.magazine-article-body li {
  color: rgba(17, 18, 26, 0.76);
}

.magazine-article-body .seo-intro-block {
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: #fff8fd;
  padding: 18px 20px;
}

.magazine-article-body .seo-fact {
  border-color: rgba(210, 15, 186, 0.16);
  background: linear-gradient(145deg, #fff, #fff3fb);
  box-shadow: 0 16px 38px rgba(210, 15, 186, 0.08);
}

.magazine-article-body .seo-insight-card {
  border-color: rgba(210, 15, 186, 0.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.12), transparent 34%),
    linear-gradient(145deg, #fff, #fff3fb);
  box-shadow: 0 18px 44px rgba(210, 15, 186, 0.1);
}

.magazine-article-body .seo-share-note {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 137, 210, 0.34), transparent 32%),
    linear-gradient(135deg, #4f123d, #d20fba);
  box-shadow: 0 22px 58px rgba(210, 15, 186, 0.22);
}

.magazine-article-body .seo-share-note span {
  color: #ffe4f4;
}

.magazine-article-body .seo-related-links {
  border-top-color: rgba(210, 15, 186, 0.18);
}

.magazine-article-body .seo-related-links a {
  border-color: rgba(210, 15, 186, 0.18);
  background: #fff1fa;
  font-weight: 900;
}

.magazine-article-body .seo-related-links a:hover {
  background: var(--accent);
  color: #fff;
}

.magazine-article-page .aside-panel {
  border-color: rgba(210, 15, 186, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.14), transparent 34%),
    linear-gradient(145deg, #fff, #fff1fa);
  box-shadow: 0 22px 58px rgba(210, 15, 186, 0.12);
}

.seo-intro-block {
  display: grid;
  gap: 14px;
  max-width: min(860px, 100%);
}

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

.seo-fact {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.seo-fact span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.seo-fact strong {
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.18;
}

.seo-authority-links {
  display: grid;
  gap: 16px;
  max-width: 900px;
  border: 1px solid rgba(83, 214, 201, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.1), transparent 36%),
    linear-gradient(135deg, rgba(83, 214, 201, 0.12), rgba(255, 255, 255, 0.92));
  padding: 22px;
}

.seo-authority-links h2 {
  margin-top: 4px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
}

.seo-authority-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.seo-authority-link-grid a {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 132px;
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-dark);
  padding: 16px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.seo-authority-link-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(210, 15, 186, 0.32);
  box-shadow: 0 16px 32px rgba(17, 18, 26, 0.1);
}

.seo-authority-link-grid strong {
  color: var(--accent);
  font-size: 17px;
  line-height: 1.14;
}

.seo-authority-link-grid span {
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 780;
}

.banner-exchange-section {
  display: grid;
  gap: 18px;
  max-width: 940px;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 18, 26, 0.12);
}

.banner-exchange-head {
  display: grid;
  gap: 8px;
}

.banner-exchange-head h2 {
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.06;
}

.banner-exchange-head p:not(.section-kicker) {
  max-width: 760px;
  color: var(--muted-dark);
}

.banner-partner-grid {
  display: grid;
  gap: 14px;
}

.banner-partner-card {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.08), transparent 32%),
    #fff;
  padding: 20px;
}

.banner-partner-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.banner-partner-card h3 {
  margin-top: 4px;
  font-size: 24px;
}

.banner-partner-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background: rgba(17, 18, 26, 0.04);
  padding: 14px;
}

.banner-partner-card img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.banner-partner-card p {
  color: var(--muted-dark);
  font-size: 15px;
}

.seo-text-block {
  display: grid;
  gap: 12px;
  max-width: 880px;
  padding-top: 26px;
  border-top: 1px solid rgba(17, 18, 26, 0.12);
}

.seo-text-block h2 {
  font-size: 34px;
  line-height: 1.08;
}

.seo-check-list {
  display: grid;
  gap: 9px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.seo-check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted-dark);
  font-weight: 820;
}

.seo-check-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 0 5px rgba(83, 214, 201, 0.14);
}

.seo-feature-grid {
  margin-top: 2px;
}

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

.seo-insight-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 190px;
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.1), transparent 34%),
    linear-gradient(145deg, #ffffff, #faf5f9);
  padding: 20px;
  box-shadow: 0 18px 44px rgba(17, 18, 26, 0.06);
}

.seo-insight-card span,
.seo-share-note span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.seo-insight-card h3 {
  color: var(--text-dark);
  font-size: 24px;
  line-height: 1.04;
}

.seo-insight-card p {
  color: var(--muted-dark);
  font-weight: 790;
}

.hotel-recommendation-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin-top: 30px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(210, 15, 186, 0.1), transparent 32%),
    linear-gradient(145deg, #fff, #faf6fa);
  box-shadow: 0 24px 70px rgba(17, 18, 26, 0.08);
}

.hotel-recommendation-section > * {
  min-width: 0;
  max-width: 100%;
}

.hotel-recommendation-head {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.hotel-recommendation-head h2 {
  max-width: 850px;
  color: var(--text-dark);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.hotel-recommendation-head p:not(.section-kicker) {
  max-width: 820px;
  color: var(--muted-dark);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 820;
}

.hotel-recommendation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));
  gap: 22px;
}

.hotel-recommendation-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 0;
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 214, 201, 0.12), transparent 34%),
    linear-gradient(145deg, #fff, #faf7fa);
  padding: 22px;
  box-shadow: 0 18px 46px rgba(17, 18, 26, 0.06);
}

.hotel-card-top {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.hotel-rank {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #11121a;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.hotel-category {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.hotel-recommendation-card h3 {
  color: var(--text-dark);
  font-size: clamp(24px, 1.72vw, 30px);
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

.hotel-contact-list {
  display: grid;
  gap: 9px;
  border-radius: 8px;
  background: rgba(17, 18, 26, 0.045);
  padding: 14px;
}

.hotel-contact-list div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
}

.hotel-contact-list span {
  color: var(--muted-dark);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.hotel-contact-list a {
  overflow-wrap: anywhere;
  color: var(--text-dark);
  font-weight: 880;
  text-decoration: none;
}

.hotel-contact-list div:nth-child(2) a {
  white-space: nowrap;
}

.hotel-contact-list a:hover {
  color: var(--accent);
}

.hotel-recommendation-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.hotel-recommendation-card dl div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-top: 8px;
  border-top: 1px solid rgba(17, 18, 26, 0.1);
}

.hotel-recommendation-card dt {
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.hotel-recommendation-card dd {
  margin: 0;
  color: var(--text-dark);
  font-weight: 900;
}

.hotel-recommendation-card p {
  color: var(--muted-dark);
  font-weight: 790;
}

.hotel-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.hotel-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 16px;
  background: #11121a;
  color: #fff;
  font-weight: 950;
  text-decoration: none;
}

.hotel-card-actions a:first-child {
  background: var(--accent);
  box-shadow: 0 12px 32px rgba(210, 15, 186, 0.22);
}

.hotel-orientation-note,
.hotel-price-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid rgba(210, 15, 186, 0.22);
  border-radius: 8px;
  background: rgba(210, 15, 186, 0.06);
  color: var(--muted-dark);
  padding: 18px;
  font-weight: 820;
}

.hotel-orientation-note {
  border-color: rgba(83, 214, 201, 0.32);
  background: rgba(83, 214, 201, 0.11);
}

.hotel-orientation-note strong,
.hotel-price-note strong {
  min-width: 170px;
  color: var(--text-dark);
}

.image-credit {
  margin-top: -14px;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 760;
}

.city-guide-section {
  display: grid;
  gap: 20px;
  margin: 30px 0;
  padding: 28px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 214, 201, 0.14), transparent 36%),
    linear-gradient(145deg, #ffffff, #faf6fa);
  box-shadow: 0 18px 52px rgba(17, 18, 26, 0.06);
}

.city-guide-head {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.city-guide-head h2 {
  color: var(--text-dark);
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1;
}

.city-guide-head p:not(.section-kicker) {
  color: var(--muted-dark);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.45;
}

.city-guide-card-grid,
.city-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.city-guide-card,
.city-contact-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(210, 15, 186, 0.09), transparent 34%),
    #fff;
  padding: 22px;
  color: var(--text-dark);
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(17, 18, 26, 0.05);
}

.city-guide-card span,
.city-contact-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.city-guide-card p,
.city-contact-card p {
  color: var(--muted-dark);
  font-weight: 790;
}

.city-guide-card strong,
.city-contact-card a {
  align-self: end;
  color: var(--text-dark);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.city-guide-card:hover strong,
.city-contact-card a:hover {
  color: var(--accent);
}

.city-contact-card {
  min-height: 190px;
}

.venue-recommendation-section {
  margin-top: 34px;
}

.seo-share-note {
  display: grid;
  gap: 10px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(210, 15, 186, 0.22), transparent 32%),
    #11121a;
  color: #fff;
  padding: 24px;
}

.seo-share-note p {
  max-width: 820px;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.14;
  font-weight: 950;
}

.seo-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 18, 26, 0.12);
}

.seo-related-links h2 {
  width: 100%;
  font-size: 24px;
}

.seo-related-links a {
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--text-dark);
  padding: 10px 14px;
  text-decoration: none;
}

.seo-related-links a:hover {
  border-color: rgba(210, 15, 186, 0.32);
  color: var(--accent);
}

.seo-sticky-panel {
  position: sticky;
  top: 104px;
}

.seo-sticky-panel .section-kicker {
  color: var(--accent);
}

.seo-sticky-panel .lead-form {
  margin-top: 18px;
}

.seo-job-application-panel {
  display: grid;
  gap: 14px;
  align-items: start;
}

.seo-job-application-panel .portal-card {
  box-shadow: 0 20px 50px rgba(17, 18, 26, 0.08);
}

.seo-job-link-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 214, 201, 0.12), transparent 38%),
    #fff;
  padding: 20px;
  color: var(--text-dark);
  box-shadow: 0 16px 40px rgba(17, 18, 26, 0.06);
}

.seo-job-link-card h2 {
  color: var(--text-dark);
  font-size: 30px;
  line-height: 1.04;
}

.seo-job-link-card p:not(.section-kicker) {
  color: var(--muted-dark);
  font-weight: 790;
}

.job-hero {
  background:
    radial-gradient(circle at 74% 0%, rgba(210, 15, 186, 0.22), transparent 36%),
    linear-gradient(145deg, #07070a, #15151d 68%, #07070a);
}

.job-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 42px;
  align-items: center;
}

.job-hero-copy {
  max-width: 760px;
}

.job-hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  aspect-ratio: 2 / 3;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36);
}

.job-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-landing-page {
  background:
    radial-gradient(circle at 85% 5%, rgba(210, 15, 186, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 242, 246, 0.98)),
    var(--paper);
}

.job-hero-redesign {
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 6vw, 66px) 0;
  color: var(--text-dark);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.68) 36%, rgba(255, 255, 255, 0.1) 70%),
    linear-gradient(135deg, #fff0fb 0%, #f7a7e9 38%, #ef43cf 68%, #c717af 100%);
}

.job-hero-redesign::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 15, 186, 0.22), transparent);
}

.job-hero-redesign .job-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: clamp(28px, 5vw, 64px);
}

.job-hero-redesign .lead-copy {
  max-width: 760px;
  color: rgba(17, 18, 26, 0.74);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.48);
}

.job-hero-redesign .button.secondary {
  border-color: rgba(210, 15, 186, 0.2);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-dark);
}

.job-hero-redesign .breadcrumb {
  color: rgba(17, 18, 26, 0.58);
}

.job-hero-redesign .section-kicker {
  color: #c111ad;
}

.job-hero-redesign h1 {
  color: var(--text-dark);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.58);
}

.job-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.job-hero-pills a,
.job-hero-pills span {
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--text-dark);
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(210, 15, 186, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.job-hero-pills a:hover,
.job-hero-pills a:focus-visible {
  border-color: rgba(210, 15, 186, 0.42);
  background: rgba(255, 255, 255, 0.9);
  color: var(--accent);
  box-shadow: 0 16px 36px rgba(210, 15, 186, 0.16);
  transform: translateY(-2px);
}

.job-hero-pills a:focus-visible {
  outline: 3px solid rgba(83, 214, 201, 0.42);
  outline-offset: 3px;
}

.job-hero-shooting-media {
  justify-self: end;
  width: min(100%, 544px);
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.job-hero-shooting-media::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 4%;
  height: 18%;
  z-index: -1;
  border-radius: 999px;
  background: rgba(17, 18, 26, 0.16);
  filter: blur(22px);
  pointer-events: none;
}

.job-hero-shooting-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 26px 34px rgba(17, 18, 26, 0.22));
}

.job-landing-redesign {
  background:
    radial-gradient(circle at 10% 3%, rgba(83, 214, 201, 0.1), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(210, 15, 186, 0.12), transparent 34%),
    linear-gradient(180deg, #faf7fb, #f4eff3);
}

.job-live-promise {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.95fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.job-form-feature + .job-live-promise {
  margin-top: 44px;
}

.job-live-promise h2 {
  max-width: 780px;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 0.96;
}

.job-live-promise > p {
  color: var(--muted-dark);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 820;
}

@media (min-width: 901px) {
  .job-live-promise {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
    gap: clamp(32px, 4.5vw, 72px);
    align-items: center;
    margin: 52px 0 30px;
    padding: clamp(24px, 2.8vw, 38px);
    border: 1px solid rgba(210, 15, 186, 0.14);
    border-radius: 8px;
    background:
      radial-gradient(circle at 0% 0%, rgba(83, 214, 201, 0.12), transparent 32%),
      radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.1), transparent 34%),
      rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 70px rgba(17, 18, 26, 0.06);
  }

  .job-form-feature + .job-live-promise {
    margin-top: 52px;
  }

  .job-live-promise h2 {
    max-width: 680px;
    font-size: clamp(36px, 3.15vw, 52px);
    line-height: 1.04;
  }

  .job-live-promise > p {
    justify-self: end;
    max-width: 500px;
    margin: 0;
    padding: 4px 0 4px 24px;
    border-left: 3px solid rgba(83, 214, 201, 0.62);
    color: rgba(17, 18, 26, 0.72);
    font-size: 18px;
    line-height: 1.62;
    font-weight: 760;
  }
}

.job-benefit-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 26px;
}

.job-benefit-mosaic article {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 250px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 214, 201, 0.12), transparent 36%),
    #fff;
  padding: 24px;
  box-shadow: 0 18px 46px rgba(17, 18, 26, 0.06);
}

.job-benefit-mosaic article:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.16), transparent 38%),
    #fff;
}

.job-benefit-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}

.job-benefit-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.18) 42%, transparent 72%),
    linear-gradient(145deg, rgba(210, 15, 186, 0.12), rgba(83, 214, 201, 0.14));
  color: var(--accent);
  box-shadow: 0 14px 32px rgba(210, 15, 186, 0.12);
}

.job-benefit-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.job-benefit-euro {
  display: block;
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.job-benefit-icon-heart {
  color: #d20fba;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.2) 40%, transparent 70%),
    linear-gradient(145deg, rgba(210, 15, 186, 0.18), rgba(255, 138, 221, 0.18));
}

.job-benefit-icon-discretion {
  color: #12131b;
  border-color: rgba(18, 19, 27, 0.16);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.16) 42%, transparent 72%),
    linear-gradient(145deg, rgba(83, 214, 201, 0.2), rgba(18, 19, 27, 0.08));
}

.job-benefit-icon-camera,
.job-benefit-icon-money {
  color: #179c92;
}

.job-benefit-mosaic .job-benefit-label,
.job-process-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.job-benefit-mosaic h3 {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.02;
}

.job-benefit-mosaic p {
  color: var(--muted-dark);
  font-weight: 800;
  line-height: 1.45;
}

.job-form-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 22px;
  align-items: start;
  margin-top: 0;
}

.job-form-feature-single {
  grid-template-columns: minmax(0, 880px);
  justify-content: center;
}

.job-top-application-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: clamp(18px, 2.4vw, 28px);
  align-items: stretch;
  margin-top: 0;
  scroll-margin-top: 120px;
}

.job-top-application-grid .job-form-feature {
  margin: 0;
}

.job-top-application-grid .job-form-panel,
.job-top-application-grid .job-application-form,
.job-top-application-grid .job-earnings-calculator,
.job-top-application-grid .job-calculator-panel {
  height: 100%;
}

.job-top-application-grid .job-application-form {
  margin-top: 0;
}

.job-audio-after-application {
  max-width: 920px;
  margin: clamp(18px, 2.8vw, 30px) auto 0;
}

.job-form-story {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.18), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(83, 214, 201, 0.12), transparent 34%),
    linear-gradient(145deg, #fff, #fff5fc 72%, #f7edf5);
  color: var(--text-dark);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: 0 26px 70px rgba(210, 15, 186, 0.12);
}

.job-form-story h2 {
  color: var(--text-dark);
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.08;
}

.job-form-story p:not(.section-kicker) {
  color: var(--muted-dark);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
}

.job-form-story .section-kicker {
  color: var(--accent);
}

.job-entry-story-bottom {
  position: static;
  width: 100%;
  max-width: none;
  margin: clamp(34px, 5vw, 58px) auto 0;
}

.job-check-list {
  display: grid;
  gap: 9px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.job-check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--text-dark);
  font-weight: 850;
}

.job-check-list li::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 2px;
  width: 17px;
  height: 9px;
  border-left: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  filter: drop-shadow(0 4px 10px rgba(210, 15, 186, 0.28));
  transform: rotate(-45deg);
}

.job-check-list a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid rgba(210, 15, 186, 0.32);
  transition:
    color 0.18s ease,
    border-color 0.18s ease;
}

.job-check-list a:hover,
.job-check-list a:focus-visible {
  color: var(--accent);
  border-color: currentColor;
}

.job-form-feature .job-application-form {
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 28px 80px rgba(17, 18, 26, 0.12);
}

.job-larissa-memo {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.92), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.18), transparent 42%),
    linear-gradient(145deg, #fff8fe, #f8ddf3 78%, #f0c2e8);
  padding: clamp(18px, 2.4vw, 24px);
  color: var(--text-dark);
  box-shadow: 0 24px 62px rgba(210, 15, 186, 0.13);
}

.job-larissa-memo-head {
  display: flex;
  gap: 14px;
  align-items: center;
}

.job-larissa-memo-avatar {
  display: block;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(210, 15, 186, 0.18);
}

.job-larissa-memo-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-larissa-memo h3 {
  max-width: 520px;
  color: var(--text-dark);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.06;
}

.job-larissa-memo > p {
  max-width: 620px;
  color: rgba(17, 18, 26, 0.72);
  font-weight: 800;
  line-height: 1.45;
}

.job-larissa-memo .section-kicker {
  color: var(--accent);
}

.job-memo-player {
  grid-template-columns: 58px minmax(0, 1fr) auto;
  margin-top: 4px;
  border-color: rgba(210, 15, 186, 0.2);
  background:
    radial-gradient(circle at 14% 50%, rgba(210, 15, 186, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.78);
  padding: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.54);
}

.job-larissa-memo .audio-toggle {
  width: 52px;
  height: 52px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.34), transparent 35%),
    linear-gradient(145deg, #ff4ee2, var(--accent));
  box-shadow: 0 16px 34px rgba(210, 15, 186, 0.32);
}

.job-larissa-memo .audio-toggle:hover {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.42), transparent 35%),
    linear-gradient(145deg, #ff69e8, #bb0fa7);
}

.job-memo-wave {
  grid-template-columns: repeat(46, minmax(2px, 1fr));
  gap: 3px;
  min-height: 78px;
}

.job-larissa-memo .audio-wave span {
  min-height: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 107, 231, 0.92) 34%, rgba(210, 15, 186, 0.9) 62%, rgba(83, 214, 201, 0.72));
  opacity: 0.58;
  box-shadow: 0 0 16px rgba(210, 15, 186, 0.08);
}

.job-larissa-memo.is-playing .audio-wave span {
  opacity: 0.96;
  filter: drop-shadow(0 0 14px rgba(210, 15, 186, 0.42));
}

.job-larissa-memo .audio-time {
  color: rgba(17, 18, 26, 0.68);
}

.job-larissa-memo-compact {
  margin-top: 0;
  gap: 10px;
  padding: clamp(16px, 2vw, 20px);
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(17, 18, 26, 0.07);
}

.job-larissa-memo-compact .job-larissa-memo-head {
  gap: 11px;
}

.job-larissa-memo-compact .job-larissa-memo-avatar {
  width: 48px;
  height: 48px;
  border-width: 2px;
}

.job-larissa-memo-compact h3 {
  max-width: 420px;
  font-size: clamp(22px, 1.75vw, 28px);
}

.job-larissa-memo-compact > p {
  max-width: none;
  font-size: 15px;
  line-height: 1.42;
}

.job-larissa-memo-compact .job-memo-player {
  grid-template-columns: 46px minmax(0, 1fr) auto;
  padding: 9px;
}

.job-larissa-memo-compact .audio-toggle {
  width: 42px;
  height: 42px;
}

.job-larissa-memo-compact .job-memo-wave {
  min-height: 46px;
  gap: 2px;
}

.job-larissa-memo-compact .audio-wave span {
  min-height: 10px;
}

.job-larissa-memo-compact .audio-time {
  font-size: 14px;
}

.job-memo-transcript {
  margin-top: 2px;
  color: rgba(17, 18, 26, 0.68);
}

.job-memo-transcript summary {
  color: var(--accent);
}

.job-memo-transcript p {
  color: rgba(17, 18, 26, 0.7);
}

.job-partner-note {
  margin-top: 12px;
  border-left: 3px solid rgba(210, 15, 186, 0.38);
  padding: 2px 0 2px 12px;
  color: rgba(17, 18, 26, 0.58);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.job-self-mini {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 290px) auto;
  gap: 22px;
  align-items: center;
  margin-top: 20px;
  border: 1px solid rgba(210, 15, 186, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.12), transparent 34%),
    #fff;
  padding: 22px;
  box-shadow: 0 18px 46px rgba(17, 18, 26, 0.06);
}

.job-self-mini-hot {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 380px);
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.36);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.38), transparent 24%),
    radial-gradient(circle at 8% 100%, rgba(83, 214, 201, 0.28), transparent 34%),
    linear-gradient(135deg, #d20fba 0%, #f12fd3 48%, #ff69df 100%);
  color: #fff;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: 0 26px 80px rgba(210, 15, 186, 0.3);
}

.job-self-mini-hot::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 38%),
    radial-gradient(circle at 35% 0%, rgba(255, 255, 255, 0.18), transparent 26%);
  pointer-events: none;
}

.job-self-mini-hot > * {
  position: relative;
  z-index: 1;
}

.job-new-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: #11121a;
  color: #fff;
  padding: 11px 18px;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(17, 18, 26, 0.22);
}

.job-self-mini-copy {
  display: grid;
  gap: 10px;
}

.job-self-mini-graphic {
  justify-self: center;
  overflow: hidden;
  width: min(100%, 280px);
  aspect-ratio: 832 / 815;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.job-self-mini-graphic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 22px 30px rgba(17, 18, 26, 0.24));
}

.job-self-generated-link {
  display: block;
  position: relative;
  isolation: isolate;
  justify-self: end;
  align-self: center;
  width: min(100%, 410px);
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.job-self-generated-link::before {
  content: "";
  position: absolute;
  inset: 30% 6% 5%;
  z-index: -1;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 28px 58px rgba(17, 18, 26, 0.22),
    0 0 0 2px rgba(255, 255, 255, 0.62);
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.job-self-generated-link:hover,
.job-self-generated-link:focus-visible {
  transform: translateY(-5px) scale(1.018);
  filter: drop-shadow(0 20px 28px rgba(17, 18, 26, 0.2));
}

.job-self-generated-link:hover::before,
.job-self-generated-link:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.job-self-generated-link:focus-visible {
  outline: 4px solid rgba(255, 255, 255, 0.9);
  outline-offset: 5px;
}

.job-self-generated-link img {
  display: block;
  width: 100%;
  height: auto;
}

.job-self-mini h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.job-self-mini-hot h2 {
  color: #fff;
  text-shadow: 0 2px 18px rgba(17, 18, 26, 0.22);
}

.job-self-mini p:not(.section-kicker):not(.job-new-badge) {
  max-width: 780px;
  margin-top: 8px;
  color: var(--muted-dark);
  font-weight: 800;
}

.job-self-mini-hot .section-kicker {
  color: rgba(255, 255, 255, 0.86);
  gap: 12px;
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.08;
}

.job-self-mini-hot .section-kicker::before {
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 6px rgba(83, 214, 201, 0.16);
}

.job-self-mini-hot p:not(.section-kicker):not(.job-new-badge) {
  color: rgba(255, 255, 255, 0.9);
}

.job-self-mini-hot .button.secondary {
  border-color: #fff;
  background: #fff;
  color: #11121a;
  box-shadow: 0 16px 34px rgba(17, 18, 26, 0.16);
}

.job-process-section,
.job-care-section,
.job-review-section {
  margin-top: 42px;
}

.job-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.job-process-grid article {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 16px 42px rgba(17, 18, 26, 0.055);
}

.job-process-grid h3 {
  font-size: 26px;
}

.job-process-grid p {
  color: var(--muted-dark);
  font-weight: 800;
}

.job-card-link {
  justify-self: start;
  color: var(--accent);
  font-size: 15px;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(210, 15, 186, 0.32);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease, transform 180ms ease;
}

.job-card-link:hover,
.job-card-link:focus-visible {
  color: #a70c95;
  text-decoration-color: currentColor;
  transform: translateY(-1px);
}

.job-card-link:focus-visible {
  outline: 3px solid rgba(83, 214, 201, 0.42);
  outline-offset: 4px;
  border-radius: 4px;
}

.job-earnings-redesign {
  margin-top: 42px;
}

.job-care-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 22px;
  align-items: stretch;
  border-radius: 8px;
  background:
    radial-gradient(circle at 7% 4%, rgba(255, 255, 255, 0.82), transparent 33%),
    radial-gradient(circle at 92% 0%, rgba(210, 15, 186, 0.34), transparent 40%),
    linear-gradient(135deg, #fff8fe 0%, #f9d9f4 48%, #d20fba 100%);
  padding: clamp(24px, 4vw, 40px);
  color: var(--text-dark);
  box-shadow: 0 28px 80px rgba(210, 15, 186, 0.14);
}

.job-care-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.job-care-copy h2 {
  color: var(--text-dark);
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.14;
}

.job-care-copy p:not(.section-kicker) {
  color: rgba(17, 18, 26, 0.72);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
}

.job-care-copy .section-kicker {
  color: var(--accent);
}

.job-care-side {
  display: grid;
  gap: clamp(22px, 2.8vw, 34px);
  align-content: center;
}

.job-care-cards {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}

.job-care-cards article {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 20px;
  box-shadow: 0 18px 46px rgba(17, 18, 26, 0.07);
}

.job-care-cards h3 {
  color: var(--text-dark);
  font-size: 24px;
}

.job-care-cards p {
  color: rgba(17, 18, 26, 0.68);
  font-weight: 790;
}

.job-care-cards a {
  width: fit-content;
  color: var(--accent);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(210, 15, 186, 0.34);
  text-underline-offset: 5px;
}

.job-voice-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: start;
}

.job-voice-section h2 {
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.14;
}

@media (min-width: 901px) {
  .job-care-section {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.9fr);
    gap: clamp(26px, 3.6vw, 54px);
  }

  .job-care-copy h2 {
    max-width: 560px;
    font-size: clamp(30px, 2.35vw, 38px);
    line-height: 1.12;
  }

  .job-voice-section {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(26px, 3.6vw, 54px);
  }

  .job-voice-section h2 {
    max-width: 500px;
    font-size: clamp(30px, 2.35vw, 38px);
    line-height: 1.12;
  }
}

.job-voice-grid {
  display: grid;
  gap: 12px;
}

.job-voice-grid figure {
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 16px 42px rgba(17, 18, 26, 0.055);
}

.job-voice-grid blockquote {
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 850;
}

.job-voice-grid figcaption {
  margin-top: 12px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 950;
}

.job-review-section {
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(210, 15, 186, 0.12), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(83, 214, 201, 0.11), transparent 30%),
    linear-gradient(180deg, #fff8fe 0%, #fff 100%);
  padding: clamp(24px, 3.8vw, 42px);
}

.job-review-section .section-heading-row {
  display: block;
  margin-bottom: clamp(18px, 2.8vw, 28px);
  text-align: center;
}

.job-review-section .section-heading-row h2 {
  max-width: 820px;
  margin-inline: auto;
}

.job-review-section .section-heading-row > p {
  max-width: 520px;
  color: rgba(17, 18, 26, 0.66);
  font-weight: 800;
}

.job-review-slider {
  align-items: start;
  grid-auto-columns: minmax(330px, 390px);
  gap: 18px;
  margin-top: 4px;
  padding-bottom: 18px;
}

.job-review-chat-card {
  align-self: start;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-color: rgba(210, 15, 186, 0.18);
  background: #ffe3f7;
  box-shadow: 0 18px 46px rgba(210, 15, 186, 0.11);
}

.job-review-phone-header {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.44), transparent 38%),
    linear-gradient(135deg, #ffe1f6, #f7b3e8);
}

.chat-phone-header .job-review-initial {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: linear-gradient(145deg, #ff5de6, #d20fba);
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(210, 15, 186, 0.22);
  text-overflow: initial;
  white-space: normal;
}

.job-review-phone-body {
  flex: 0 0 auto;
  min-height: 0;
  padding: 18px 18px 20px;
  background: #ffe3f7;
}

.job-review-bubble {
  max-width: 96%;
  max-height: 172px;
  overflow: hidden;
  padding: 14px 17px 13px;
  border-radius: 4px 16px 16px 16px;
  box-shadow: 0 10px 24px rgba(17, 18, 26, 0.06);
}

.job-review-bubble p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.44;
  font-weight: 790;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

@media (max-width: 680px) {
  .job-review-section {
    padding-inline: 16px;
  }

  .job-review-slider {
    grid-auto-columns: minmax(282px, 86vw);
  }

  .job-review-phone-header {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .chat-phone-header .job-review-initial {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

.job-final-legal {
  margin-top: 34px;
}

.job-heading {
  margin: 28px 0 20px;
}

.job-heading > p,
.job-faq-section .section-heading-row > p {
  max-width: 430px;
  color: var(--muted-dark);
  font-weight: 850;
}

.job-mode-explainer {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(210, 15, 186, 0.16), transparent 34%),
    linear-gradient(145deg, #fff, rgba(255, 255, 255, 0.78));
  padding: 28px;
  color: var(--text-dark);
  box-shadow: 0 22px 58px rgba(17, 18, 26, 0.08);
}

.job-mode-explainer span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.job-mode-explainer h2 {
  max-width: 820px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 0.98;
}

.job-mode-explainer p {
  max-width: 850px;
  color: var(--muted-dark);
  font-size: 18px;
  font-weight: 820;
}

.job-mode-explainer-simple {
  grid-template-columns: minmax(0, 1fr);
}

.job-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.job-support-grid article {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 214, 201, 0.12), transparent 38%),
    #fff;
  padding: 24px;
  box-shadow: 0 18px 44px rgba(17, 18, 26, 0.06);
}

.job-support-grid span,
.self-profile-steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #11121a;
  color: #fff;
  font-weight: 950;
}

.job-support-grid h3,
.self-profile-steps h3 {
  font-size: 25px;
  line-height: 1.08;
}

.job-support-grid p,
.self-profile-steps p {
  color: var(--muted-dark);
  font-weight: 800;
}

.job-self-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(210, 15, 186, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(210, 15, 186, 0.2), transparent 38%),
    linear-gradient(145deg, #11121a, #1f2130);
  color: #fff;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(17, 18, 26, 0.16);
}

.job-self-teaser h2 {
  color: #fff;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 0.98;
}

.job-self-teaser p:not(.section-kicker) {
  max-width: 780px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 820;
}

.job-self-teaser .section-kicker {
  color: var(--mint);
}

.job-self-teaser-after-form {
  margin-top: 24px;
}

.self-profile-hero {
  background:
    radial-gradient(circle at 16% 100%, rgba(255, 255, 255, 0.58), transparent 34%),
    radial-gradient(circle at 84% 8%, rgba(255, 255, 255, 0.5), transparent 30%),
    linear-gradient(135deg, #fff8fe 0%, #f7c7ed 46%, #d20fba 100%);
  color: var(--text-dark);
}

.self-profile-hero h1 {
  color: var(--text-dark);
}

.self-profile-hero .breadcrumb,
.self-profile-hero .breadcrumb a,
.self-profile-hero .lead-copy {
  color: rgba(17, 18, 26, 0.68);
}

.self-profile-hero .lead-copy {
  font-weight: 850;
}

.self-profile-hero .section-kicker {
  color: var(--accent);
}

.self-profile-hero .button.secondary {
  background: rgba(255, 255, 255, 0.76);
  color: var(--text-dark);
  border-color: rgba(17, 18, 26, 0.12);
}

.self-profile-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 36px;
  align-items: center;
}

.self-profile-hero-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.14), transparent 38%),
    rgba(255, 255, 255, 0.78);
  padding: 28px;
  color: var(--text-dark);
  box-shadow: 0 24px 70px rgba(210, 15, 186, 0.16);
  backdrop-filter: blur(12px);
}

.self-profile-hero-card span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.self-profile-hero-card strong {
  color: var(--text-dark);
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 0.98;
  font-weight: 950;
}

.self-profile-hero-card p {
  color: rgba(17, 18, 26, 0.68);
  font-weight: 820;
}

.self-profile-hero-graphic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  min-height: 430px;
  overflow: visible;
  pointer-events: none;
}

.self-profile-hero-graphic img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 30px 55px rgba(120, 0, 96, 0.24));
}

.self-profile-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(210, 15, 186, 0.1), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(255, 85, 221, 0.14), transparent 34%),
    var(--soft);
}

.self-profile-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.self-profile-intro h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.self-profile-intro p {
  color: var(--muted-dark);
  font-size: 18px;
  font-weight: 820;
}

.self-profile-intro a {
  color: var(--accent);
}

.self-profile-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.self-profile-steps article {
  display: grid;
  gap: 10px;
  min-height: 220px;
  border: 1px solid rgba(210, 15, 186, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.1), transparent 42%),
    #fff;
  padding: 24px;
  box-shadow: 0 18px 44px rgba(210, 15, 186, 0.08);
}

.self-profile-steps span {
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(210, 15, 186, 0.24);
}

.self-profile-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: 22px;
  align-items: start;
  margin-top: 30px;
}

.self-profile-form-copy {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.18), transparent 38%),
    linear-gradient(145deg, #fff, #fff2fc);
  color: var(--text-dark);
  padding: 28px;
  box-shadow: 0 24px 70px rgba(210, 15, 186, 0.12);
}

.self-profile-form-copy h2 {
  color: var(--text-dark);
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 0.98;
}

.self-profile-form-copy p:not(.section-kicker) {
  color: var(--muted-dark);
  font-weight: 820;
}

.self-profile-form-copy .section-kicker {
  color: var(--accent);
}

.self-profile-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.self-profile-mini-list span {
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 9px 12px;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 850;
}

.self-profile-legal-note {
  margin-top: 18px;
}

.self-profile-support-section {
  margin-top: 34px;
}

.job-choice-grid,
.job-trust-grid,
.job-form-grid,
.job-faq-grid {
  display: grid;
  gap: 16px;
}

.job-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.job-choice-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 0;
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 214, 201, 0.14), transparent 38%),
    #fff;
  color: var(--text-dark);
  padding: 28px;
  text-decoration: none;
  box-shadow: 0 20px 54px rgba(17, 18, 26, 0.08);
}

.job-choice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  background: rgba(210, 15, 186, 0.12);
  color: #fff;
  padding: 8px 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.job-choice-card h3 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.98;
}

.job-choice-card p:not(.section-kicker):not(.job-choice-fit) {
  color: var(--muted-dark);
  font-weight: 800;
}

.job-choice-list {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.job-choice-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted-dark);
  font-weight: 820;
}

.job-choice-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(210, 15, 186, 0.12);
}

.job-choice-fit {
  margin-top: 6px;
  border-top: 1px solid rgba(17, 18, 26, 0.1);
  padding-top: 14px;
  color: var(--text-dark);
  font-weight: 950;
}

.job-choice-card .button {
  justify-self: start;
  margin-top: 6px;
}

.job-choice-card-dark {
  background:
    radial-gradient(circle at 90% 0%, rgba(210, 15, 186, 0.35), transparent 42%),
    linear-gradient(145deg, #11121a, #1c1d27);
  color: #fff;
}

.job-choice-card-dark p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.job-choice-card-dark .job-choice-list li,
.job-choice-card-dark .job-choice-fit {
  color: rgba(255, 255, 255, 0.84);
}

.job-choice-card-dark .job-choice-list li::before {
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(83, 214, 201, 0.14);
}

.job-choice-card-dark .job-choice-fit {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.job-choice-card-dark .section-kicker {
  color: var(--mint);
}

.job-choice-card-dark .job-choice-badge {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.job-legal-note {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 242, 246, 0.9));
  padding: 18px 20px;
  color: var(--text-dark);
}

.job-legal-note strong {
  color: var(--accent);
  font-size: 15px;
  font-weight: 950;
}

.job-legal-note p {
  color: var(--muted-dark);
  font-weight: 790;
}

.job-faq-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.job-faq-links a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 999px;
  background: rgba(210, 15, 186, 0.07);
  color: var(--accent);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.job-faq-links a:hover,
.job-faq-links a:focus-visible {
  border-color: rgba(210, 15, 186, 0.42);
  background: rgba(210, 15, 186, 0.12);
  transform: translateY(-1px);
}

.job-depth-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 22px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 214, 201, 0.16), transparent 36%),
    linear-gradient(145deg, #fff, #faf7fb);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 22px 58px rgba(17, 18, 26, 0.07);
}

.job-depth-section-light {
  background:
    radial-gradient(circle at 0% 0%, rgba(210, 15, 186, 0.12), transparent 36%),
    linear-gradient(145deg, #fff, #f9fbfb);
}

.job-depth-section-dark {
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.34), transparent 42%),
    linear-gradient(145deg, #11121a, #20212d);
}

.job-depth-section-dark .job-depth-copy h2,
.job-depth-section-dark .job-depth-cards h3 {
  color: #fff;
}

.job-depth-section-dark .job-depth-copy p:not(.section-kicker),
.job-depth-section-dark .job-depth-cards p {
  color: rgba(255, 255, 255, 0.78);
}

.job-depth-section-dark .job-depth-cards article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.job-depth-section-dark .job-depth-cards span {
  color: var(--mint);
}

.job-depth-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.job-depth-copy h2 {
  color: var(--text-dark);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.98;
}

.job-depth-copy p:not(.section-kicker) {
  color: var(--muted-dark);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 790;
}

.job-depth-cards {
  display: grid;
  gap: 12px;
}

.job-depth-cards article {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: 18px;
}

.job-depth-cards span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.job-depth-cards h3 {
  color: var(--text-dark);
  font-size: 22px;
  line-height: 1.1;
}

.job-depth-cards p {
  color: var(--muted-dark);
  font-weight: 780;
}

.job-trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.job-trust-grid article {
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(17, 18, 26, 0.05);
}

.job-trust-grid strong {
  color: var(--accent);
  font-size: 18px;
  font-weight: 950;
}

.job-trust-grid p {
  margin-top: 8px;
  color: var(--muted-dark);
  font-weight: 790;
}

.job-earnings-calculator {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 28px;
  scroll-margin-top: 120px;
}

.job-earnings-compact {
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 0;
  min-width: 0;
}

.job-calculator-copy,
.job-calculator-panel {
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(17, 18, 26, 0.08);
}

.job-calculator-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(17, 18, 26, 0.12);
  background:
    radial-gradient(circle at 0% 0%, rgba(83, 214, 201, 0.18), transparent 36%),
    #fff;
  padding: 28px;
  color: var(--text-dark);
}

.job-calculator-copy h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.job-earnings-compact .job-calculator-copy {
  align-content: start;
  padding: clamp(20px, 2vw, 26px);
}

.job-earnings-compact .job-calculator-copy h2 {
  font-size: clamp(30px, 2.7vw, 44px);
}

.job-earnings-compact .job-calculator-copy p:not(.section-kicker) {
  font-size: 16px;
}

.job-calculator-copy p:not(.section-kicker) {
  color: var(--muted-dark);
  font-size: 18px;
  font-weight: 820;
}

.job-calculator-panel {
  display: grid;
  gap: 20px;
  border: 1px solid rgba(210, 15, 186, 0.2);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.88), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.34), transparent 42%),
    linear-gradient(135deg, #fff8fe 0%, #f9d9f4 48%, #d20fba 100%);
  color: var(--text-dark);
  padding: 28px;
  box-shadow: 0 28px 74px rgba(210, 15, 186, 0.15);
}

.job-earnings-compact .job-calculator-panel {
  align-content: space-between;
  padding: clamp(20px, 2vw, 26px);
}

.job-calculator-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.job-earnings-compact .job-calculator-controls,
.job-earnings-compact .job-calculator-results {
  grid-template-columns: 1fr;
}

.job-calc-control {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(17, 18, 26, 0.055);
}

.job-calc-control span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.job-calc-control strong {
  color: var(--text-dark);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.job-earnings-compact .job-calc-control {
  gap: 8px;
  padding: 16px;
}

.job-earnings-compact .job-calc-control strong {
  font-size: clamp(30px, 3.5vw, 42px);
}

.job-calc-control input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  min-height: 58px;
  width: 100%;
  background: transparent;
  accent-color: var(--accent);
  cursor: pointer;
  touch-action: manipulation;
}

.job-calc-control input[type="range"]::-webkit-slider-runnable-track {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(18, 19, 27, 0.16));
  box-shadow: inset 0 0 0 1px rgba(210, 15, 186, 0.18);
}

.job-calc-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 48px;
  height: 48px;
  margin-top: -18px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 14px 34px rgba(216, 16, 184, 0.48), 0 0 0 9px rgba(216, 16, 184, 0.18);
}

.job-calc-control input[type="range"]::-moz-range-track {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(18, 19, 27, 0.16));
  box-shadow: inset 0 0 0 1px rgba(210, 15, 186, 0.18);
}

.job-calc-control input[type="range"]::-moz-range-thumb {
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 14px 34px rgba(216, 16, 184, 0.48), 0 0 0 9px rgba(216, 16, 184, 0.18);
}

.job-calc-control input[type="range"]:focus-visible {
  outline: 3px solid rgba(210, 15, 186, 0.38);
  outline-offset: 8px;
}

.job-calculator-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.job-calculator-results article {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(17, 18, 26, 0.055);
}

.job-calculator-results span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.job-calculator-results strong {
  color: var(--text-dark);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.job-calculator-results p {
  color: rgba(17, 18, 26, 0.7);
  font-weight: 780;
}

.job-calculator-result-main {
  border-color: rgba(210, 15, 186, 0.48) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.86) !important;
}

.job-calculator-note {
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(17, 18, 26, 0.76);
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 790;
}

.job-form-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  margin-top: 32px;
}

.job-form-grid-single {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.job-form-panel-centered {
  width: 100%;
}

.job-form-panel {
  min-width: 0;
}

.job-application-form {
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 20px 54px rgba(17, 18, 26, 0.08);
}

.job-form-panel .portal-form {
  box-shadow: 0 20px 54px rgba(17, 18, 26, 0.08);
}

.job-login-note {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.12), transparent 36%),
    #fff;
  padding: 20px;
  color: var(--text-dark);
  box-shadow: 0 14px 36px rgba(17, 18, 26, 0.05);
}

.job-login-note h3 {
  font-size: 28px;
}

.job-login-note p:not(.section-kicker) {
  color: var(--muted-dark);
  font-weight: 790;
}

.job-academy-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(83, 214, 201, 0.18), transparent 36%),
    linear-gradient(145deg, #11121a, #1c1d27);
  color: #fff;
  padding: 30px;
  box-shadow: 0 24px 64px rgba(17, 18, 26, 0.16);
}

.job-academy-callout h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.job-academy-callout p:not(.section-kicker) {
  margin-top: 12px;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.job-academy-callout .section-kicker {
  color: var(--mint);
}

.job-academy-gate-hero {
  min-height: calc(100vh - 92px);
  background:
    radial-gradient(circle at 50% 18%, rgba(210, 15, 186, 0.12), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(83, 214, 201, 0.12), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fff8fe 64%, #f7e7f4 100%);
}

.job-academy-gate-inner {
  display: grid;
  justify-items: center;
  max-width: 1040px;
  padding-top: clamp(76px, 11vw, 150px);
  padding-bottom: clamp(82px, 12vw, 170px);
  text-align: center;
}

.job-academy-gate-inner .breadcrumb {
  justify-self: start;
  margin-bottom: clamp(42px, 7vw, 84px);
}

.job-academy-gate-inner h1 {
  color: var(--text-dark);
  font-size: clamp(54px, 8vw, 92px);
  line-height: 0.98;
}

.job-academy-subtitle {
  margin-top: 22px;
  color: var(--accent);
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 950;
  line-height: 1.12;
}

.job-academy-gate-inner .lead-copy {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(17, 18, 26, 0.72);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}

.job-academy-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: clamp(28px, 4vw, 44px);
  text-align: left;
}

.job-academy-module-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 190px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.84);
  padding: clamp(18px, 2vw, 22px);
  box-shadow: 0 16px 40px rgba(17, 18, 26, 0.055);
}

.job-academy-module-grid h2 {
  color: var(--text-dark);
  font-size: clamp(22px, 1.65vw, 28px);
  line-height: 1.08;
}

.job-academy-module-grid p {
  color: rgba(17, 18, 26, 0.68);
  font-size: 16px;
  font-weight: 790;
  line-height: 1.45;
}

.job-academy-access-note {
  width: min(100%, 720px);
  margin-top: 30px;
  border: 1px solid rgba(210, 15, 186, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.8);
  padding: clamp(18px, 2.4vw, 24px);
  box-shadow: 0 18px 48px rgba(17, 18, 26, 0.06);
}

.job-academy-access-note p {
  color: rgba(17, 18, 26, 0.72);
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 850;
  line-height: 1.45;
}

.job-academy-actions {
  justify-content: center;
  margin-top: 30px;
}

.job-faq-section {
  margin-top: 42px;
}

.job-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.job-faq-card {
  border: 1px solid rgba(17, 18, 26, 0.12);
  border-radius: 8px;
  background: #fff;
  padding: 0;
  color: var(--text-dark);
  box-shadow: 0 14px 36px rgba(17, 18, 26, 0.05);
}

.job-faq-card summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 950;
}

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

.job-faq-card summary::after {
  content: "+";
  float: right;
  color: var(--accent);
}

.job-faq-card[open] summary::after {
  content: "−";
}

.job-faq-card p {
  border-top: 1px solid rgba(17, 18, 26, 0.08);
  padding: 0 20px 18px;
  color: var(--muted-dark);
  font-weight: 790;
}

.job-related-links {
  margin-top: 30px;
}

.team-gallery-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 8%, rgba(210, 15, 186, 0.12), transparent 32%),
    #fff;
  box-shadow: 0 24px 70px rgba(210, 15, 186, 0.08);
  overflow: hidden;
}

.team-gallery-panel figure {
  min-height: 360px;
  margin: 0;
  background: linear-gradient(135deg, #fff1fb, #d20fba);
}

.team-gallery-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: 50% 45%;
}

.team-gallery-panel > div {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 28px;
  padding: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 80% 8%, rgba(210, 15, 186, 0.13), transparent 34%),
    linear-gradient(145deg, #fff, #fff0fb);
}

.team-gallery-panel h2,
.team-section-head h2 {
  color: var(--text-dark);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.team-gallery-panel p:not(.section-kicker),
.team-section-head p,
.team-person-card blockquote,
.team-stat-card p {
  color: var(--muted-dark);
  font-weight: 790;
}

.light .rich-text .team-gallery-panel p:not(.section-kicker),
.light .rich-text .team-section-head p,
.light .rich-text .team-person-card blockquote {
  color: var(--muted-dark);
}

.team-people-section,
.team-stats-section,
.team-podcast-section {
  display: grid;
  gap: clamp(28px, 3vw, 44px);
  padding-top: 0;
  border-top: 0;
}

.team-section-head {
  display: grid;
  justify-items: center;
  gap: 28px;
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.team-people-section {
  position: relative;
  overflow: hidden;
  gap: clamp(28px, 3vw, 44px);
  margin: 38px 0 54px;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-top: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 18%, rgba(83, 214, 201, 0.22), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 116, 223, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 237, 250, 0.98) 54%, rgba(246, 186, 233, 0.72));
  box-shadow: 0 30px 90px rgba(210, 15, 186, 0.12);
}

.team-people-section .team-section-head {
  position: relative;
  z-index: 1;
  justify-items: center;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.team-people-section .team-section-head h2 {
  max-width: 920px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
}

.team-people-section .team-section-head p:not(.section-kicker) {
  max-width: 780px;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.48;
}

.team-people-list {
  display: grid;
  gap: clamp(18px, 2.2vw, 30px);
}

.team-people-section .team-people-list {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-person-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 18%, rgba(83, 214, 201, 0.14), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(210, 15, 186, 0.12), transparent 32%),
    linear-gradient(145deg, #fff, #fff4fc);
  padding: 22px;
  box-shadow: 0 16px 46px rgba(210, 15, 186, 0.07);
}

.team-people-section .team-person-card {
  grid-template-columns: 1fr;
  gap: 26px;
  align-content: start;
  justify-items: center;
  min-height: 100%;
  padding: clamp(26px, 3vw, 40px);
  border-color: rgba(210, 15, 186, 0.22);
  border-radius: 8px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 14%, rgba(83, 214, 201, 0.18), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(210, 15, 186, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 244, 252, 0.96));
  box-shadow: 0 24px 70px rgba(210, 15, 186, 0.13);
}

.team-person-profile {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.team-person-profile img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #ffe7f9;
  box-shadow: 0 16px 38px rgba(210, 15, 186, 0.16);
}

.team-people-section .team-person-profile {
  gap: 12px;
}

.team-people-section .team-person-profile img {
  width: clamp(220px, 18vw, 285px);
  height: clamp(220px, 18vw, 285px);
  border: 8px solid #fff;
  box-shadow:
    0 24px 58px rgba(210, 15, 186, 0.22),
    0 0 0 12px rgba(255, 231, 249, 0.78);
}

.team-person-profile h3 {
  color: var(--accent);
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.team-people-section .team-person-profile h3 {
  font-size: clamp(32px, 3vw, 46px);
}

.team-person-profile p {
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 950;
}

.team-people-section .team-person-profile p {
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.team-person-card blockquote {
  position: relative;
  margin: 0;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.48;
}

.team-people-section .team-person-card blockquote {
  max-width: 620px;
  padding: 24px 0 0;
  font-size: clamp(16px, 1.18vw, 19px);
  line-height: 1.62;
  text-align: center;
}

.team-person-card blockquote p {
  margin: 0;
}

.team-person-card blockquote p + p {
  margin-top: 18px;
}

.team-person-card blockquote::before {
  content: "";
  position: absolute;
  inset: 4px auto 4px 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d20fba, #ff74df 58%, var(--mint));
}

.team-people-section .team-person-card blockquote::before {
  inset: 0 20% auto 20%;
  width: auto;
  height: 4px;
  background: linear-gradient(90deg, var(--mint), #ff74df 42%, #d20fba);
}

.team-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 14px;
}

.team-stat-card {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  min-height: 260px;
  border: 1px solid rgba(210, 15, 186, 0.34);
  border-radius: 8px;
  padding: 24px;
  background:
    radial-gradient(circle at 14% 12%, rgba(210, 15, 186, 0.16), transparent 32%),
    linear-gradient(145deg, #fff7fd 0%, #ffd8f5 100%);
  color: var(--text-dark);
  text-align: center;
  box-shadow: 0 22px 58px rgba(210, 15, 186, 0.14);
  overflow: visible;
}

.team-stat-card:nth-child(2) {
  background:
    radial-gradient(circle at 14% 12%, rgba(210, 15, 186, 0.16), transparent 32%),
    linear-gradient(145deg, #fff7fd 0%, #ffd8f5 100%);
  color: var(--text-dark);
}

.team-stat-card:nth-child(3) {
  background:
    radial-gradient(circle at 14% 12%, rgba(210, 15, 186, 0.16), transparent 32%),
    linear-gradient(145deg, #fff7fd 0%, #ffd8f5 100%);
  color: var(--text-dark);
}

.team-stat-card strong {
  color: var(--text-dark);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.team-stat-card h3 {
  color: var(--text-dark);
  font-size: 20px;
  line-height: 1.12;
}

.team-stat-card p {
  color: rgba(17, 18, 26, 0.68);
}

.team-stat-card:nth-child(2) strong,
.team-stat-card:nth-child(2) h3,
.team-stat-card:nth-child(3) strong,
.team-stat-card:nth-child(3) h3 {
  color: var(--text-dark);
}

.team-stat-card:nth-child(2) p,
.team-stat-card:nth-child(3) p,
.light .rich-text .team-stat-card:nth-child(2) p,
.light .rich-text .team-stat-card:nth-child(3) p {
  color: rgba(17, 18, 26, 0.68);
}

.team-shooting-panel {
  width: min(980px, 100%);
  margin: clamp(36px, 5vw, 70px) auto;
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background: #fff7fd;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(210, 15, 186, 0.13);
}

.team-shooting-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center;
}

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

.team-podcast-card {
  display: grid;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 8%, rgba(210, 15, 186, 0.1), transparent 30%),
    #fff;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 18px 50px rgba(210, 15, 186, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.team-podcast-card:hover {
  border-color: rgba(210, 15, 186, 0.28);
  box-shadow: 0 26px 70px rgba(210, 15, 186, 0.16);
  transform: translateY(-5px);
}

.team-podcast-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.team-podcast-card > div {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  padding: 18px;
}

.team-podcast-meta {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.light .rich-text .team-podcast-meta {
  color: var(--accent);
}

.light .rich-text .team-person-profile p {
  color: var(--muted-dark);
}

.team-podcast-card h3 {
  color: var(--text-dark);
  font-size: 22px;
  line-height: 1.05;
}

.team-podcast-card p:not(.team-podcast-meta) {
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}

.team-podcast-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.team-podcast-links a {
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 999px;
  background: rgba(255, 240, 251, 0.72);
  padding: 8px 10px;
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 950;
}

.team-podcast-links a:hover {
  border-color: rgba(210, 15, 186, 0.34);
  color: var(--accent);
}

.team-podcast-button {
  justify-self: center;
}

.profile-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 251, 0.94) 52%, rgba(231, 91, 204, 0.86) 100%);
  color: var(--text-dark);
}

.profile-hero-live {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
}

.profile-hero-live::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 245, 252, 0.9) 56%, rgba(231, 91, 204, 0.34) 100%),
    linear-gradient(0deg, rgba(255, 248, 254, 0.98) 0%, rgba(255, 248, 254, 0.34) 76%);
}

.profile-hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.profile-hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  filter: saturate(0.98) contrast(1.03) blur(8px);
  transform: scale(1.03);
}

.profile-hero-visual {
  position: relative;
  min-height: clamp(360px, 46vw, 650px);
  margin: 0;
  overflow: hidden;
}

.profile-hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(0deg, rgba(255, 248, 254, 0.96) 0%, rgba(255, 248, 254, 0) 100%);
  pointer-events: none;
}

.profile-hero-visual .profile-hero-trigger,
.profile-hero-visual img {
  display: block;
  width: 100%;
  height: clamp(360px, 46vw, 650px);
}

.profile-hero-visual img {
  object-fit: cover;
  object-position: center;
}

.profile-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1240px;
}

.profile-hero .content-main,
.profile-live-summary-section .content-main {
  max-width: 1120px;
  margin-inline: auto;
  text-align: left;
}

.profile-live-summary-section {
  padding-top: 0;
  padding-bottom: 44px;
  background:
    radial-gradient(circle at 88% 0%, rgba(210, 15, 186, 0.14), transparent 34%),
    linear-gradient(180deg, #fff7fd 0%, #fff8fe 100%);
}

.profile-live-summary {
  display: flex;
  align-items: end;
  gap: clamp(20px, 4vw, 34px);
  margin-top: -86px;
  position: relative;
  z-index: 2;
}

.profile-hero-title {
  min-width: 0;
}

.profile-round-preview {
  width: clamp(146px, 16vw, 196px);
  aspect-ratio: 1;
  margin: 0;
  flex: 0 0 auto;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(17, 18, 26, 0.16), 0 18px 44px rgba(210, 15, 186, 0.16);
}

.profile-image-trigger {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
  padding: 0;
}

.profile-image-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.profile-image-trigger:hover img,
.profile-image-trigger:focus-visible img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.025);
}

.profile-image-trigger:focus-visible {
  outline: 3px solid rgba(210, 15, 186, 0.42);
  outline-offset: 4px;
}

.profile-hero .breadcrumb,
.profile-hero .breadcrumb a,
.profile-live-summary-section .breadcrumb,
.profile-live-summary-section .breadcrumb a {
  color: rgba(17, 18, 26, 0.64);
}

.profile-hero .eyebrow {
  color: var(--accent);
}

.profile-hero h1,
.profile-live-summary-section h1 {
  max-width: 880px;
  color: var(--text-dark);
  font-size: clamp(42px, 6.2vw, 82px);
  line-height: 0.95;
  font-weight: 950;
}

.profile-hero .text-accent,
.profile-live-summary-section .text-accent,
.profile-content-section .text-accent,
.profile-gallery-section .text-accent {
  color: var(--accent);
}

.profile-hero .hero-copy {
  max-width: 780px;
  color: rgba(17, 18, 26, 0.72);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
  font-weight: 800;
}

.profile-hero .tags,
.profile-live-summary-section .tags {
  margin-top: 26px;
}

.profile-hero .tag,
.profile-live-summary-section .tag {
  border-color: rgba(210, 15, 186, 0.24);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-dark);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.profile-hero a.tag,
.profile-live-summary-section a.tag {
  cursor: pointer;
  will-change: transform;
}

.profile-hero a.tag:hover,
.profile-hero a.tag:focus-visible,
.profile-live-summary-section a.tag:hover,
.profile-live-summary-section a.tag:focus-visible {
  border-color: rgba(210, 15, 186, 0.72);
  background: rgba(255, 229, 249, 0.96);
  color: var(--accent);
  box-shadow: 0 18px 38px rgba(210, 15, 186, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  transform: translateY(-3px);
}

.profile-hero .button.secondary {
  border-color: rgba(210, 15, 186, 0.28);
  background: #fff;
  color: var(--text-dark);
}

.profile-hero .button.secondary:hover {
  color: var(--accent);
}

.profile-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.profile-anchor-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(210, 15, 186, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-dark);
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.profile-anchor-nav a:hover,
.profile-anchor-nav a:focus-visible {
  border-color: rgba(210, 15, 186, 0.54);
  background: #fff;
  color: var(--accent);
  box-shadow: 0 16px 34px rgba(210, 15, 186, 0.18);
  transform: translateY(-2px);
}

.profile-merged-copy {
  margin-top: 0;
}

.profile-merged-copy {
  backdrop-filter: blur(2px);
}

#profil-anfrage,
#profil-mehr,
#profil-vorlieben,
#profil-podcast,
#profil-fotos {
  scroll-margin-top: 110px;
}

.profile-top-request {
  align-self: start;
  position: sticky;
  top: 24px;
  border-color: rgba(210, 15, 186, 0.2);
  background:
    radial-gradient(circle at 92% 0%, rgba(210, 15, 186, 0.08), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fff7fd 100%);
  padding: 22px;
  box-shadow: 0 18px 44px rgba(210, 15, 186, 0.12);
}

.profile-request-head {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.profile-request-head img {
  width: 82px;
  height: 104px;
  border-radius: var(--radius);
  border: 1px solid rgba(210, 15, 186, 0.2);
  object-fit: cover;
}

.profile-request-head .section-kicker {
  color: var(--accent);
}

.profile-request-head h2 {
  margin-top: 4px;
  font-size: 30px;
  line-height: 1.02;
  font-weight: 950;
}

.profile-request-head p:not(.section-kicker) {
  margin-top: 8px;
  color: var(--muted-dark);
}

.profile-top-request .lead-form {
  gap: 10px;
  margin-top: 16px;
}

.profile-top-request .field {
  gap: 5px;
}

.profile-top-request .field label {
  font-size: 12px;
}

.profile-top-request .field input,
.profile-top-request .field select {
  min-height: 42px;
}

.profile-top-request .field textarea {
  min-height: 82px;
}

.profile-top-request .fineprint {
  color: var(--muted-dark);
}

.section.light.profile-interaction-section,
.section.light.profile-content-section,
.section.light.profile-details-section,
.section.light.profile-private-section,
.section.light.profile-gallery-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(210, 15, 186, 0.09), transparent 34%),
    linear-gradient(180deg, #fff8fe 0%, #fff3fb 100%);
}

.profile-interaction-section .aside-panel,
.profile-content-section .profile-copy,
.profile-merged-copy,
.profile-live-content-stack .aside-panel,
.profile-interaction-note {
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(210, 15, 186, 0.05), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 254, 0.98) 100%);
  box-shadow: 0 22px 58px rgba(17, 18, 26, 0.08), 0 18px 44px rgba(210, 15, 186, 0.08);
}

.profile-content-section .profile-copy,
.profile-merged-copy {
  padding: clamp(24px, 4vw, 44px);
}

.profile-live-content-stack .aside-panel {
  display: grid;
  gap: clamp(18px, 2.4vw, 26px);
  padding: clamp(22px, 3vw, 34px);
}

.profile-live-content-stack .aside-panel h2 {
  margin: 0;
}

.profile-content-section .profile-copy > h2,
.profile-merged-copy > h2 {
  color: var(--text-dark);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 950;
}

.profile-content-section .profile-copy p,
.profile-merged-copy p {
  color: rgba(17, 18, 26, 0.84);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.58;
}

.profile-details-section {
  padding-top: 42px;
}

.profile-live-main-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.profile-live-content-stack {
  display: grid;
  gap: 20px;
}

.profile-sidebar {
  display: grid;
  gap: 20px;
}

.profile-sidebar .aside-panel {
  display: grid;
  gap: 20px;
  border-color: rgba(210, 15, 186, 0.2);
  background:
    radial-gradient(circle at 92% 0%, rgba(210, 15, 186, 0.08), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fff7fd 100%);
  padding: 30px;
  box-shadow: 0 18px 44px rgba(210, 15, 186, 0.08);
}

.profile-sidebar .aside-panel h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: 0;
}

.profile-services .service-pill-list,
.profile-suitability .suitability-list {
  gap: 10px;
}

.profile-copy section {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(210, 15, 186, 0.26);
}

.profile-copy h3 {
  color: var(--text-dark);
  font-size: 25px;
  line-height: 1.16;
  font-weight: 950;
}

.profile-facts dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.profile-facts dl div {
  display: grid;
  grid-template-columns: minmax(120px, 0.6fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(210, 15, 186, 0.16);
}

.profile-facts dl div:first-child {
  padding-top: 4px;
}

.profile-facts dt {
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 900;
}

.profile-facts dd {
  margin: 0;
  color: var(--text-dark);
  font-weight: 950;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 999px;
  background: rgba(255, 240, 251, 0.72);
  color: var(--text-dark);
  padding: 8px 12px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.service-pill:hover {
  border-color: rgba(214, 11, 190, 0.42);
  background: #fff;
  color: var(--accent);
  transform: translateY(-1px);
}

.suitability-pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 38px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  padding: 9px 14px;
  line-height: 1.22;
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.18);
}

.podcast-panel .section-kicker {
  color: var(--accent);
}

.podcast-panel h2 {
  margin-top: 10px;
  font-size: 24px;
}

.profile-podcast-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.profile-podcast-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 10px;
  color: var(--text-dark);
}

.profile-podcast-thumb {
  display: block;
  align-self: start;
  overflow: hidden;
  border-radius: 8px;
  background: #11121a;
}

.profile-podcast-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.profile-podcast-copy {
  min-width: 0;
}

.profile-podcast-copy p {
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.profile-podcast-copy h3 {
  margin-top: 4px;
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.08;
}

.profile-podcast-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.profile-podcast-actions a {
  border: 1px solid rgba(210, 15, 186, 0.2);
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.podcast-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 253, 0.92) 42%, rgba(255, 222, 247, 0.72) 72%, rgba(210, 15, 186, 0.74) 100%),
    radial-gradient(circle at 14% 8%, rgba(247, 167, 233, 0.28), transparent 34%),
    radial-gradient(circle at 84% 24%, rgba(210, 15, 186, 0.34), transparent 36%),
    linear-gradient(135deg, #fff8fd 0%, #f7c7ed 56%, #d20fba 100%);
  padding: 86px 0 74px;
  color: var(--text-dark);
}

.podcast-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 15, 186, 0.32), transparent);
}

.podcast-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.podcast-hero-copy h1 {
  max-width: 760px;
  margin-top: 10px;
  color: var(--text-dark);
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.88;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.58);
}

.podcast-hero .breadcrumb,
.podcast-hero .breadcrumb a {
  color: rgba(17, 18, 26, 0.72);
}

.podcast-hero .section-kicker {
  color: var(--accent);
}

.podcast-hero-copy .lead-copy {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(17, 18, 26, 0.78);
}

.podcast-hero-actions,
.podcast-episode-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.podcast-hero-actions {
  margin-top: 28px;
}

.podcast-platform-button {
  gap: 10px;
  min-height: 56px;
  padding: 14px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 18px 38px rgba(17, 18, 26, 0.14);
}

.podcast-platform-button .platform-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: transparent;
}

.podcast-platform-button svg {
  width: 28px;
  height: 28px;
  display: block;
}

.spotify-button {
  background: #1DB954;
  box-shadow: 0 18px 38px rgba(29, 185, 84, 0.28);
}

.spotify-button:hover,
.spotify-button:focus-visible {
  background: #1ED760;
  box-shadow: 0 24px 48px rgba(29, 185, 84, 0.36);
}

.apple-podcast-button {
  background: #872EC4;
  box-shadow: 0 18px 38px rgba(135, 46, 196, 0.28);
}

.apple-podcast-button:hover,
.apple-podcast-button:focus-visible {
  background: #A855F7;
  box-shadow: 0 24px 48px rgba(135, 46, 196, 0.36);
}

.podcast-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.podcast-stats span {
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 9px 13px;
  color: rgba(17, 18, 26, 0.76);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(210, 15, 186, 0.12);
}

.podcast-cover-card {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 0%, rgba(210, 15, 186, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.74);
  padding: 16px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 22px 52px rgba(103, 18, 88, 0.18),
    0 42px 100px rgba(210, 15, 186, 0.18);
  backdrop-filter: blur(12px);
}

.podcast-header-logo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  background: #fff1fa;
  box-shadow: 0 18px 46px rgba(17, 18, 26, 0.14);
}

.podcast-review-note {
  margin-top: 14px;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 8px;
  background: rgba(255, 248, 253, 0.9);
  padding: 16px;
}

.podcast-review-note strong {
  display: block;
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 950;
}

.podcast-review-note p {
  margin-top: 8px;
  color: var(--muted-dark);
  font-weight: 820;
}

.podcast-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.podcast-review-actions a {
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 999px;
  background: #fff;
  padding: 8px 11px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(210, 15, 186, 0.12);
}

.podcast-description-copy p + p {
  margin-top: 12px;
}

.podcast-episode-card audio {
  width: 100%;
  margin-top: 22px;
  accent-color: var(--accent);
  filter: drop-shadow(0 10px 18px rgba(210, 15, 186, 0.12));
}

.podcast-episodes-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(210, 15, 186, 0.1), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(247, 167, 233, 0.22), transparent 34%),
    linear-gradient(180deg, #fff8fd 0%, #fff1fa 50%, #fff8fd 100%);
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading-row h2 {
  margin-top: 8px;
  color: var(--text-dark);
}

.section-heading-row p:not(.section-kicker) {
  max-width: 720px;
  margin-top: 12px;
  color: var(--muted-dark);
  font-weight: 850;
}

.podcast-status {
  margin-bottom: 18px;
  color: var(--muted-dark);
  font-weight: 900;
}

.podcast-episode-list {
  display: grid;
  gap: 18px;
}

.podcast-episode-card {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 22px;
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 0%, rgba(210, 15, 186, 0.1), transparent 28%),
    linear-gradient(145deg, #fff 0%, #fff8fd 64%, #fff0fb 100%);
  padding: 18px;
  color: var(--text-dark);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 18px 34px rgba(17, 18, 26, 0.08),
    0 34px 78px rgba(210, 15, 186, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.podcast-episode-card:hover {
  border-color: rgba(210, 15, 186, 0.38);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 24px 44px rgba(17, 18, 26, 0.1),
    0 48px 94px rgba(210, 15, 186, 0.2);
  transform: translateY(-5px);
}

.podcast-episode-cover {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  background: #fff1fa;
  box-shadow: 0 14px 28px rgba(17, 18, 26, 0.12);
}

.podcast-episode-meta {
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.podcast-new-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d20fba, #f476dc);
  color: #fff;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.podcast-episode-body h2 {
  margin-top: 6px;
  color: var(--text-dark);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
}

.podcast-episode-empty {
  margin-top: 14px;
  color: var(--muted-dark);
  font-weight: 850;
}

.podcast-description {
  margin-top: 16px;
  border: 1px solid rgba(210, 15, 186, 0.12);
  border-radius: 8px;
  background: rgba(255, 241, 250, 0.62);
  padding: 11px 13px;
}

.podcast-description summary {
  cursor: pointer;
  color: var(--accent);
  font-weight: 950;
}

.podcast-description-copy {
  margin-top: 12px;
  color: var(--muted-dark);
  font-weight: 800;
}

.podcast-episode-actions {
  margin-top: 18px;
}

.podcast-cta {
  background:
    linear-gradient(135deg, rgba(17, 18, 26, 0.94), rgba(103, 18, 88, 0.96)),
    radial-gradient(circle at 82% 18%, rgba(210, 15, 186, 0.34), transparent 32%);
}

.text-link {
  color: var(--accent);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.profile-gallery-section {
  padding-top: 0;
}

.profile-gallery-section .section-head h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 950;
}

.profile-gallery-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 520px;
}

.profile-gallery-tags .service-pill {
  min-height: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(210, 15, 186, 0.08);
}

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

.gallery-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.gallery-more-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid rgba(210, 15, 186, 0.28);
  border-radius: 999px;
  background: #11121a;
  color: #fff;
  padding: 11px 18px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(210, 15, 186, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gallery-more-button span {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
}

.gallery-more-button:hover {
  background: #1a1b24;
  box-shadow: 0 22px 46px rgba(210, 15, 186, 0.22);
  transform: translateY(-1px);
}

.profile-gallery-item {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background: #171821;
  box-shadow: 0 18px 42px rgba(210, 15, 186, 0.1);
}

.profile-gallery-item:first-child {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}

.profile-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-lightbox-open {
  overflow: hidden;
}

.profile-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(54px, 0.12fr) minmax(0, 1fr) minmax(54px, 0.12fr);
  align-items: center;
  gap: clamp(10px, 2vw, 28px);
  background: rgba(8, 8, 12, 0.92);
  backdrop-filter: blur(12px);
  padding: max(24px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
}

.profile-lightbox[hidden] {
  display: none;
}

.profile-lightbox-frame {
  display: grid;
  grid-column: 2;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  margin: 0;
}

.profile-lightbox-frame img {
  display: block;
  width: auto;
  max-width: min(100%, 1120px);
  max-height: 84vh;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
  object-fit: contain;
}

.profile-lightbox-frame figcaption {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 850;
}

.profile-lightbox-close,
.profile-lightbox-arrow {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.profile-lightbox-close:hover,
.profile-lightbox-close:focus-visible,
.profile-lightbox-arrow:hover,
.profile-lightbox-arrow:focus-visible {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(210, 15, 186, 0.72);
  transform: translateY(-2px);
}

.profile-lightbox-close {
  position: absolute;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  width: 46px;
  height: 46px;
  font-size: 34px;
  line-height: 1;
}

.profile-lightbox-arrow {
  width: clamp(46px, 5vw, 62px);
  height: clamp(46px, 5vw, 62px);
  font-size: clamp(42px, 5vw, 58px);
  line-height: 0.8;
}

.profile-lightbox-prev {
  grid-column: 1;
  justify-self: end;
}

.profile-lightbox-next {
  grid-column: 3;
  justify-self: start;
}

.profile-related-section {
  padding-top: clamp(46px, 6vw, 82px);
}

.profile-related-head {
  align-items: end;
}

.profile-related-head h2 {
  max-width: 780px;
}

.profile-related-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(10px, 1.6vw, 18px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  touch-action: pan-y;
}

.profile-related-grid {
  margin-top: 0;
}

.profile-related-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(44px, 4.8vw, 58px);
  height: clamp(44px, 4.8vw, 58px);
  border: 1px solid rgba(210, 15, 186, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--accent);
  cursor: pointer;
  font-size: clamp(42px, 5vw, 56px);
  line-height: 0.7;
  box-shadow: 0 18px 42px rgba(210, 15, 186, 0.14);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.profile-related-arrow:hover,
.profile-related-arrow:focus-visible {
  border-color: rgba(210, 15, 186, 0.6);
  background: #fff;
  box-shadow: 0 22px 50px rgba(210, 15, 186, 0.22);
  transform: translateY(-2px);
}

.profile-related-arrow[hidden] {
  display: none;
}

.profile-related-card {
  height: clamp(320px, 34vw, 430px);
  min-height: 320px;
}

@media (max-width: 720px) {
  .profile-lightbox {
    grid-template-columns: 1fr;
    justify-items: center;
    touch-action: pan-y;
    padding: max(18px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom));
  }

  .profile-lightbox-frame {
    grid-column: 1;
  }

  .profile-lightbox-frame img {
    max-width: 100%;
    max-height: 78vh;
  }

  .profile-lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    font-size: 42px;
    transform: translateY(-50%);
  }

  .profile-lightbox-arrow:hover,
  .profile-lightbox-arrow:focus-visible {
    transform: translateY(calc(-50% - 2px));
  }

  .profile-lightbox-prev {
    left: 10px;
  }

  .profile-lightbox-next {
    right: 10px;
  }

  .profile-lightbox-close {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .profile-related-head {
    align-items: start;
  }

  .profile-related-head .button {
    width: 100%;
  }

  .profile-related-carousel {
    position: relative;
    grid-template-columns: 1fr;
    gap: 14px;
    padding-inline: 0;
  }

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

  .profile-related-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 42px;
    height: 42px;
    font-size: 42px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%);
  }

  .profile-related-arrow:hover,
  .profile-related-arrow:focus-visible {
    transform: translateY(calc(-50% - 2px));
  }

  .profile-related-prev {
    left: -4px;
  }

  .profile-related-next {
    right: -4px;
  }

  .profile-related-card {
    height: 280px;
    min-height: 280px;
  }
}

.portal-hero {
  background:
    linear-gradient(135deg, rgba(17, 18, 26, 0.96), rgba(7, 7, 10, 0.94)),
    radial-gradient(circle at 80% 20%, rgba(210, 15, 186, 0.28), transparent 32%);
  padding: 52px 0;
}

.portal-hero h1 {
  max-width: 760px;
  font-size: 48px;
  line-height: 1.04;
}

.portal-hero .lead-copy {
  max-width: 640px;
  font-size: 18px;
}

.account-choice-grid,
.portal-status-grid,
.portal-layout,
.admin-dashboard {
  display: grid;
  gap: 16px;
}

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

.account-choice-card,
.portal-card,
.portal-status-card,
.member-cta-strip,
.private-media-lock,
.admin-toolbar {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text-dark);
  box-shadow: 0 18px 44px rgba(17, 18, 26, 0.07);
}

.account-choice-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 260px;
  padding: 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.account-choice-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(17, 18, 26, 0.12);
}

.account-choice-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: var(--radius);
  background: #11121a;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

.account-choice-card h2 {
  margin-top: 8px;
  font-size: 34px;
  line-height: 1.04;
}

.account-choice-card p:not(.section-kicker),
.portal-card p,
.portal-status-card p,
.member-cta-strip p,
.admin-toolbar p,
.private-media-lock p {
  margin-top: 10px;
  color: var(--muted-dark);
  font-weight: 740;
}

.portal-status-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.portal-status-card {
  padding: 22px;
}

.portal-status-card span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(17, 18, 26, 0.08);
  padding: 5px 10px;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.portal-status-card h3 {
  margin-top: 18px;
  font-size: 23px;
  line-height: 1.08;
}

.portal-status-card-dark {
  background: #11121a;
  color: #fff;
}

.portal-status-card-dark p,
.portal-status-card-dark span {
  color: var(--muted);
}

.portal-status-card-dark span {
  background: rgba(255, 255, 255, 0.1);
}

.portal-status-card-mint {
  background: linear-gradient(145deg, #fff, rgba(83, 214, 201, 0.16));
}

.portal-status-card-gold {
  background: linear-gradient(145deg, #fff, rgba(243, 191, 95, 0.2));
}

.portal-layout {
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  align-items: start;
}

.lady-simple-section {
  padding-top: 34px;
}

.lady-simple-shell {
  max-width: 980px;
}

.lady-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.lady-path article {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  padding: 12px;
  color: var(--text-dark);
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(17, 18, 26, 0.05);
}

.lady-path strong {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
}

.lady-primary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 16px;
  align-items: start;
}

.lady-helper-panel {
  position: sticky;
  top: 96px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, #11121a, #171822);
  color: #fff;
  padding: 24px;
  box-shadow: 0 22px 48px rgba(17, 18, 26, 0.18);
}

.lady-helper-panel h2 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.05;
}

.lady-helper-panel p {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 760;
}

.lady-helper-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.lady-helper-list span {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.lady-secondary-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.portal-disclosure {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text-dark);
  box-shadow: 0 14px 34px rgba(17, 18, 26, 0.05);
}

.portal-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 16px 18px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 950;
  list-style: none;
}

.portal-disclosure summary::-webkit-details-marker {
  display: none;
}

.portal-disclosure summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 999px;
  background: #f4eff3;
  color: var(--text-dark);
}

.portal-disclosure[open] summary::after {
  content: "−";
}

.portal-disclosure > .portal-card,
.portal-disclosure > .portal-form {
  border: 0;
  border-top: 1px solid var(--line-dark);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.portal-sidebar,
.portal-main {
  display: grid;
  gap: 16px;
}

.portal-sidebar {
  position: sticky;
  top: 96px;
}

.portal-card {
  padding: 24px;
}

.portal-card-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.portal-card h2,
.admin-toolbar h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.05;
}

.portal-form {
  display: grid;
  gap: 16px;
}

.portal-login-box {
  display: grid;
  gap: 14px;
}

.portal-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portal-service-picker {
  display: grid;
  gap: 10px;
}

.portal-check-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: #f8f5f7;
  padding: 7px 11px;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.portal-check-pill input[type="checkbox"] {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(17, 18, 26, 0.24);
  border-radius: 4px;
  background: #fff;
  accent-color: var(--accent);
}

.portal-check-pill:has(input:checked) {
  border-color: transparent;
  background: #11121a;
  color: #fff;
}

.portal-service-more {
  display: grid;
  gap: 10px;
}

.portal-service-more summary {
  width: fit-content;
  cursor: pointer;
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
}

.portal-service-more .portal-check-grid {
  margin-top: 10px;
}

.portal-inline-warning {
  margin-top: 4px;
  color: #b42318;
  font-size: 13px;
  font-weight: 850;
}

.portal-upload-preview,
.private-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.portal-preview-item,
.private-media-item {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #f8f5f7;
}

.portal-preview-item img,
.portal-preview-item video,
.private-media-item img,
.private-media-item video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #11121a;
}

.portal-preview-item span,
.private-media-item div {
  display: grid;
  gap: 2px;
  padding: 9px;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 850;
}

.private-media-item strong {
  color: var(--text-dark);
  font-size: 14px;
}

.portal-file-fallback,
.pending-photo-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #11121a;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.portal-mini-list {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.portal-mini-list span {
  border-radius: var(--radius);
  background: #f6f2f5;
  padding: 9px 10px;
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 800;
}

.pending-profile-section {
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid var(--line-dark);
}

.pending-profile-card.is-review img {
  filter: grayscale(1);
}

.pending-profile-card.is-review::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.18) 58%);
}

.member-cta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 24px;
}

.member-cta-strip h2 {
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.08;
}

.profile-interaction-section {
  padding-bottom: 0;
}

.profile-interaction-section .content-grid {
  grid-template-columns: minmax(0, 1fr);
}

.private-message-card {
  display: grid;
  gap: 14px;
}

.profile-interaction-note {
  align-self: stretch;
}

.profile-private-section {
  padding-bottom: 48px;
}

.private-media-lock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
}

.private-media-lock h3 {
  font-size: 24px;
}

.private-media-grid-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-empty {
  color: var(--muted-dark);
  font-weight: 800;
}

.admin-toolbar,
.pilot-cleanup-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
}

.admin-toolbar {
  margin-bottom: 16px;
  border: 1px solid rgba(17, 18, 26, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 18, 26, 0.06);
}

.admin-login-card {
  max-width: 760px;
  margin: 0 auto 18px;
}

.admin-login-action {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.admin-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-toolbar-actions .button {
  min-width: 0;
}

.admin-file-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  font-weight: 900;
  color: var(--accent);
}

.admin-file-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-top: 8px;
}

.admin-file-list small {
  color: var(--muted-dark);
  font-weight: 900;
}

.admin-cockpit {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
}

.admin-cockpit-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 26px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #11121a 0%, #1d2030 58%, #132b2d 100%);
  color: #fff;
  box-shadow: 0 22px 54px rgba(17, 18, 26, 0.18);
}

.admin-cockpit-hero .section-kicker {
  color: var(--teal);
}

.admin-cockpit-hero h2 {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.98;
}

.admin-cockpit-hero p:not(.section-kicker) {
  max-width: 640px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 820;
}

.cockpit-score {
  display: grid;
  min-width: 170px;
  min-height: 150px;
  align-content: center;
  justify-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.cockpit-score span,
.cockpit-score small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.cockpit-score strong {
  color: var(--accent);
  font-size: 68px;
  line-height: 0.95;
}

.cockpit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.cockpit-card {
  display: grid;
  min-height: 132px;
  align-content: space-between;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(17, 18, 26, 0.08);
  border-radius: 16px;
  background: #fff;
  color: var(--text-dark);
  text-align: left;
  box-shadow: 0 16px 34px rgba(17, 18, 26, 0.06);
  cursor: pointer;
}

.cockpit-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(17, 18, 26, 0.1);
}

.cockpit-card span,
.cockpit-card small {
  color: var(--muted-dark);
  font-weight: 850;
}

.cockpit-card strong {
  color: var(--text-dark);
  font-size: 46px;
  line-height: 0.95;
}

.cockpit-card-accent {
  border-color: rgba(212, 12, 190, 0.28);
  background: linear-gradient(180deg, #fff 0%, rgba(212, 12, 190, 0.08) 100%);
}

.cockpit-card-accent strong {
  color: var(--accent);
}

.cockpit-card-warning {
  border-color: rgba(83, 214, 201, 0.34);
  background: linear-gradient(180deg, #fff 0%, rgba(83, 214, 201, 0.12) 100%);
}

.cockpit-card-warning strong {
  color: #118479;
}

.cockpit-card-success {
  border-color: rgba(56, 168, 117, 0.25);
  background: linear-gradient(180deg, #fff 0%, rgba(56, 168, 117, 0.1) 100%);
}

.cockpit-card-success strong {
  color: #248a5c;
}

.pilot-cleanup-panel {
  margin-bottom: 16px;
  border: 1px solid rgba(83, 214, 201, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, #fff 0%, #fff 72%, rgba(83, 214, 201, 0.12) 100%);
  color: var(--text-dark);
  box-shadow: 0 18px 44px rgba(17, 18, 26, 0.07);
}

.cleanup-copy {
  max-width: 620px;
}

.pilot-cleanup-panel h2 {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.08;
}

.pilot-cleanup-panel p:not(.section-kicker),
.pilot-cleanup-panel small {
  display: block;
  margin-top: 8px;
  color: var(--muted-dark);
  font-weight: 780;
}

.pilot-cleanup-panel .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.cleanup-mobile-actions {
  display: grid;
  gap: 10px;
  min-width: min(360px, 100%);
}

.cleanup-mobile-actions .button {
  min-height: 52px;
  width: 100%;
}

.cleanup-mobile-actions .compact-button {
  min-height: 44px;
}

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

.cleanup-stats span {
  display: grid;
  gap: 2px;
  min-height: 74px;
  align-content: center;
  padding: 12px;
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.cleanup-stats strong {
  color: var(--accent);
  font-size: 28px;
  line-height: 1;
}

.cleanup-stats small {
  margin-top: 0;
  font-size: 12px;
}

.admin-dashboard {
  grid-template-columns: 1fr;
  gap: 16px;
}

.admin-dashboard .portal-card {
  border-color: rgba(17, 18, 26, 0.08);
  box-shadow: 0 16px 38px rgba(17, 18, 26, 0.05);
}

.admin-cms-card {
  background:
    linear-gradient(145deg, #fff 0%, #fff 72%, rgba(210, 15, 186, 0.08) 100%);
}

.admin-cms-form {
  display: grid;
  gap: 14px;
}

.admin-cms-template-field {
  border: 1px solid rgba(210, 15, 186, 0.16);
  border-radius: var(--radius);
  background: rgba(210, 15, 186, 0.05);
  padding: 12px;
}

.admin-cms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-cms-gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.admin-cms-gallery-thumb {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  padding: 8px;
}

.admin-cms-gallery-thumb img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: calc(var(--radius) - 4px);
  object-fit: cover;
  background: #11121a;
}

.admin-cms-gallery-thumb .button {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 12px;
}

.admin-cms-list {
  margin-top: 20px;
}

.admin-cms-item > img {
  box-shadow: 0 12px 26px rgba(17, 18, 26, 0.12);
}

.admin-list {
  display: grid;
  gap: 14px;
}

.admin-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(17, 18, 26, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.admin-item:first-child {
  border-top: 1px solid rgba(17, 18, 26, 0.07);
  padding-top: 14px;
}

.admin-item > img,
.admin-item > .portal-file-fallback {
  width: 112px;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  object-fit: cover;
  overflow: hidden;
}

.admin-item .private-media-item {
  max-width: 210px;
}

.admin-item strong,
.admin-item span,
.admin-item small {
  display: block;
}

.admin-item span,
.admin-item small {
  color: var(--muted-dark);
  font-weight: 780;
}

.admin-item p {
  margin-top: 8px;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.admin-actions .button {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
}

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

.portal-message-item {
  border-top: 1px solid var(--line-dark);
  padding-top: 12px;
}

.portal-message-item strong,
.portal-message-item span {
  display: block;
}

.portal-message-item span {
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 850;
}

.age-verification-card {
  border-color: rgba(83, 214, 201, 0.28);
  background:
    linear-gradient(145deg, #fff 0%, #fff 70%, rgba(83, 214, 201, 0.12) 100%);
}

.age-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}

.age-trust-strip span {
  border-radius: 999px;
  background: #11121a;
  color: #fff;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.id-file-summary {
  margin-top: 8px;
  border-radius: var(--radius);
  background: #f3fbfa;
  color: var(--text-dark);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 850;
}

.id-file-summary span {
  color: var(--muted-dark);
}

.age-status-panel {
  display: grid;
}

.age-status-card {
  display: grid;
  gap: 6px;
  border-radius: var(--radius);
  padding: 16px;
  background: #f7f2f4;
}

.age-status-card strong {
  font-size: 20px;
}

.age-status-card span,
.age-status-card small {
  color: var(--muted-dark);
  font-weight: 780;
}

.age-status-approved {
  background: rgba(83, 214, 201, 0.16);
}

.age-status-in_review {
  background: rgba(243, 191, 95, 0.2);
}

.age-status-rejected {
  background: rgba(240, 101, 101, 0.14);
}

.admin-id-placeholder {
  display: grid;
  place-items: center;
  width: 112px;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, #11121a, #242631);
  color: #fff;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: 0;
}

.redirect-hero {
  min-height: 520px;
  display: grid;
  align-items: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.cta-band {
  background: #090a0f;
  color: #fff;
}

.cta-band-job {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, #fff0fb, #f283df 48%, #d20fba);
  color: var(--text-dark);
}

.cta-band-job .cta-inner p {
  color: rgba(17, 18, 26, 0.68);
}

.cta-band-job .button.light {
  background: #fff;
  color: var(--text-dark);
  box-shadow: 0 14px 32px rgba(17, 18, 26, 0.1);
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 48px 0;
}

.cta-inner h2 {
  font-size: 38px;
}

.cta-inner p {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 750;
}

.footer {
  background: #090a0f;
  color: var(--muted);
  padding: 36px 0 96px;
  font-size: 14px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer a {
  color: #fff;
  font-weight: 850;
}

.creator-credit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 360px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
}

.creator-logo {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 54px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: #f2f0f2;
  box-shadow: inset 0 0 0 1px rgba(17, 18, 26, 0.08);
}

.creator-logo img {
  width: 52px;
  height: 52px;
  max-width: none;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  transform: translate(0, 0);
}

.creator-credit span {
  display: grid;
  gap: 2px;
}

.creator-credit small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.creator-credit-large {
  max-width: 520px;
  margin-top: 4px;
  gap: 18px;
  padding: 12px 16px;
  background: #fff;
  color: var(--text-dark);
  border-color: var(--line-dark);
}

.creator-credit-large .creator-logo {
  width: 106px;
  height: 80px;
}

.creator-credit-large .creator-logo img {
  width: 76px;
  height: 76px;
  transform: translate(0, 0);
}

.creator-credit-large small {
  color: var(--muted-dark);
}

.whatsapp-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  pointer-events: none;
}

.whatsapp-widget > * {
  pointer-events: auto;
}

.whatsapp-float {
  position: relative;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50% 50% 50% 18px;
  border: 0;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34), 0 0 0 8px rgba(37, 211, 102, 0.14);
  font-weight: 950;
  cursor: pointer;
  overflow: hidden;
  transform: rotate(-7deg);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.whatsapp-float::before {
  content: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.42), 0 0 0 12px rgba(37, 211, 102, 0.24), 0 0 34px rgba(37, 211, 102, 0.58);
  animation: whatsapp-vibrate 420ms ease-in-out both;
  transform: rotate(-7deg) translateY(-7px) scale(1.1);
}

@keyframes whatsapp-vibrate {
  0%,
  100% {
    transform: rotate(-7deg) translateY(-7px) scale(1.1);
  }

  18% {
    transform: rotate(-11deg) translate(-2px, -8px) scale(1.1);
  }

  36% {
    transform: rotate(-3deg) translate(2px, -6px) scale(1.1);
  }

  54% {
    transform: rotate(-10deg) translate(-1px, -8px) scale(1.1);
  }

  72% {
    transform: rotate(-5deg) translate(1px, -7px) scale(1.1);
  }
}

.whatsapp-float img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: 48% 42%;
  transform: rotate(7deg) scale(1.08);
}

.whatsapp-float span {
  display: none;
}

.whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: 88px;
  display: grid;
  gap: 12px;
  width: min(356px, calc(100vw - 32px));
  border: 1px solid rgba(17, 18, 26, 0.14);
  border-radius: 18px;
  background: #fff;
  color: var(--text-dark);
  padding: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.whatsapp-panel[hidden] {
  display: none;
}

.whatsapp-panel::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: -9px;
  width: 18px;
  height: 18px;
  background: #fff;
  transform: rotate(45deg);
  border-right: 1px solid rgba(17, 18, 26, 0.1);
  border-bottom: 1px solid rgba(17, 18, 26, 0.1);
}

.whatsapp-panel-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
}

.whatsapp-panel-head img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.whatsapp-panel-head strong,
.whatsapp-panel-head span {
  display: block;
}

.whatsapp-panel-head strong {
  font-size: 17px;
  line-height: 1.1;
}

.whatsapp-panel-head span {
  margin-top: 3px;
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 800;
}

.whatsapp-panel-head button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: #f8f5f7;
  color: var(--text-dark);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}

.whatsapp-panel label {
  font-size: 13px;
  font-weight: 950;
}

.whatsapp-panel textarea {
  width: 100%;
  min-height: 108px;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: #fff;
  color: var(--text-dark);
  padding: 12px;
  font: inherit;
  font-weight: 760;
  resize: vertical;
}

.whatsapp-panel textarea:focus {
  outline: none;
  border-color: #25d366;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.16);
}

.whatsapp-panel .button {
  width: 100%;
  background: #25d366;
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.28);
}

.whatsapp-panel-status {
  min-height: 18px;
  color: #991b1b;
  font-size: 12px;
  font-weight: 850;
}

.bottom-cta {
  display: none;
}

.admin-page .whatsapp-widget,
.admin-page .bottom-cta {
  display: none;
}

.shooting-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.1) 72%),
    radial-gradient(circle at 88% 6%, rgba(83, 214, 201, 0.16), transparent 32%),
    linear-gradient(135deg, #fff0fb 0%, #f7a7e9 42%, #ef43cf 72%, #c717af 100%);
  color: var(--text-dark);
  padding: clamp(46px, 6vw, 66px) 0 clamp(44px, 6vw, 66px);
}

.shooting-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(300px, 430px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.shooting-hero-copy {
  display: grid;
  gap: 18px;
}

.shooting-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.4vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
  hyphens: none;
  overflow-wrap: normal;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.58);
}

.shooting-hero-copy p:not(.breadcrumb):not(.section-kicker) {
  max-width: 720px;
  color: rgba(17, 18, 26, 0.74);
  font-size: clamp(17px, 1.35vw, 19px);
  font-weight: 790;
  line-height: 1.5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.48);
}

.shooting-hero-copy .shooting-hero-line {
  color: var(--text-dark);
  font-weight: 950;
}

.shooting-application-link {
  max-width: 720px;
  margin-top: 2px;
  color: rgba(17, 18, 26, 0.72);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 850;
}

.shooting-application-link a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(210, 15, 186, 0.34);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.shooting-application-link a:hover {
  color: #a70c95;
  text-decoration-color: currentColor;
}

.shooting-hero .button.secondary {
  border-color: rgba(210, 15, 186, 0.2);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-dark);
}

.shooting-hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(210, 15, 186, 0.28);
  border-radius: 8px;
  aspect-ratio: 4 / 5;
  width: min(100%, 430px);
  justify-self: end;
  box-shadow: 0 24px 64px rgba(17, 18, 26, 0.16);
}

.shooting-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(17, 18, 26, 0.22));
  pointer-events: none;
}

.shooting-hero-media img,
.shooting-image-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shooting-benefit-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(24px, 4vw, 38px);
}

.shooting-benefit-strip span,
.shooting-tag-cloud span {
  border: 1px solid rgba(210, 15, 186, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  padding: 10px 13px;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(210, 15, 186, 0.08);
}

.shooting-page {
  background:
    radial-gradient(circle at 85% 5%, rgba(210, 15, 186, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 242, 246, 0.98)),
    var(--paper);
  color: var(--text-dark);
}

.shooting-section,
.shooting-text-panel,
.shooting-split,
.shooting-image-text,
.shooting-cta-band,
.shooting-emotion-block,
.shooting-final-cta {
  margin-top: clamp(34px, 6vw, 78px);
}

.shooting-section-head {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin-bottom: clamp(20px, 3vw, 32px);
}

.shooting-section-head h2,
.shooting-text-panel h2,
.shooting-split h2,
.shooting-image-text h2,
.shooting-cta-band h2,
.shooting-emotion-block h2,
.shooting-final-cta h2 {
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

.shooting-section-head p,
.shooting-text-panel p,
.shooting-split p,
.shooting-image-text p,
.shooting-cta-band p,
.shooting-emotion-block p,
.shooting-final-cta p {
  color: #5d5965;
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 790;
  line-height: 1.52;
}

.shooting-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.shooting-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shooting-card-grid article,
.shooting-steps article {
  border: 1px solid rgba(17, 18, 26, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.84);
  padding: clamp(18px, 2.4vw, 28px);
  box-shadow: 0 16px 40px rgba(17, 18, 26, 0.055);
}

.shooting-card-grid h3,
.shooting-steps h3 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

.shooting-card-grid p,
.shooting-steps p {
  margin-top: 16px;
  color: rgba(17, 18, 26, 0.68);
  font-size: 16px;
  font-weight: 790;
  line-height: 1.45;
}

.shooting-text-panel,
.shooting-split,
.shooting-cta-band,
.shooting-emotion-block,
.shooting-final-cta {
  border: 1px solid rgba(210, 15, 186, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 8%, rgba(210, 15, 186, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.84);
  padding: clamp(28px, 4.5vw, 54px);
  box-shadow: 0 18px 50px rgba(17, 18, 26, 0.06);
}

.shooting-text-panel {
  display: grid;
  gap: 18px;
}

.shooting-text-panel-dark {
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 15, 186, 0.46), transparent 38%),
    linear-gradient(135deg, #17121b 0%, #2c1830 52%, #d20fba 140%);
  color: #fff;
}

.shooting-text-panel-dark p {
  color: rgba(255, 255, 255, 0.82);
}

.shooting-split,
.shooting-image-text {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
}

.shooting-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
}

.shooting-image-text figure {
  overflow: hidden;
  border: 1px solid rgba(210, 15, 186, 0.22);
  border-radius: 8px;
  aspect-ratio: 4 / 5;
  box-shadow: 0 20px 54px rgba(17, 18, 26, 0.12);
}

.shooting-image-text > div {
  display: grid;
  gap: 16px;
}

.shooting-image-text-reverse figure {
  order: 2;
}

.shooting-cta-band {
  background:
    radial-gradient(circle at 8% 10%, rgba(83, 214, 201, 0.16), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fff1fb 44%, rgba(210, 15, 186, 0.22) 120%);
}

.shooting-note {
  border-left: 4px solid var(--accent);
  background: rgba(210, 15, 186, 0.08);
  padding: 14px 16px;
  color: #4f4f5a;
  font-size: 17px;
  font-weight: 850;
}

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

.shooting-steps span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 950;
}

.shooting-trust-panel {
  align-items: start;
}

.shooting-check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.shooting-check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--text-dark);
  font-size: 17px;
  font-weight: 900;
}

.shooting-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--accent);
  font-size: 24px;
  font-weight: 950;
}

.shooting-emotion-block {
  background:
    radial-gradient(circle at 8% 12%, rgba(210, 15, 186, 0.12), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(83, 214, 201, 0.12), transparent 30%),
    #fff;
}

.shooting-final-cta {
  display: grid;
  gap: 18px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(135deg, #d20fba 0%, #f06fd7 54%, #53d6c9 150%);
  color: #fff;
}

.shooting-final-cta p {
  max-width: 860px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.86);
}

.shooting-final-cta .cta-actions {
  justify-content: center;
}

.shooting-internal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.shooting-internal-links a {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  padding: 9px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .shooting-hero-grid,
  .shooting-split,
  .shooting-image-text,
  .shooting-card-grid,
  .shooting-card-grid-four,
  .shooting-steps {
    grid-template-columns: 1fr;
  }

  .shooting-hero-media {
    max-width: 520px;
  }

  .shooting-image-text-reverse figure {
    order: 0;
  }

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

  .magazine-hero-media {
    max-width: 680px;
    width: 100%;
  }

  .nav .button {
    display: none;
  }

  .nav-inner {
    position: relative;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 25;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(17, 18, 26, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    padding: 10px;
    box-shadow: 0 24px 60px rgba(17, 18, 26, 0.18);
  }

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

  .nav-links a {
    min-height: 44px;
    background: rgba(17, 18, 26, 0.04);
  }

  .mobile-menu {
    display: inline-grid;
    place-items: center;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner,
  .content-grid,
  .seo-layout,
  .seo-hero-grid,
  .team-gallery-panel,
  .team-person-card,
  .team-mission-copy,
  .team-mission-list,
  .magazine-search-panel,
  .story-band,
  .date-memory-grid,
  .home-contact-form-grid,
  .section-head,
  .cta-inner,
  .audio-memo,
  .account-choice-grid,
  .portal-status-grid,
  .portal-layout,
  .member-cta-strip,
  .lady-path,
  .lady-primary-grid,
  .job-hero-grid,
  .job-top-application-grid,
  .job-live-promise,
  .job-choice-grid,
  .job-support-grid,
  .job-benefit-mosaic,
  .job-trust-grid,
  .job-depth-section,
  .job-earnings-calculator,
  .job-form-feature,
  .job-form-grid,
  .job-faq-grid,
  .job-academy-callout,
  .job-self-teaser,
  .job-self-mini,
  .job-process-grid,
  .job-care-section,
  .job-voice-section,
  .job-voice-grid,
  .self-profile-hero-grid,
  .self-profile-intro,
  .self-profile-steps,
  .self-profile-form-grid,
  .contact-simple-layout,
  .seo-authority-link-grid {
    grid-template-columns: 1fr;
  }

  .job-hero-media {
    max-width: 420px;
  }

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

  .job-academy-callout {
    justify-items: start;
  }

  .job-academy-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-review-mosaic {
    grid-auto-columns: minmax(340px, 460px);
  }

  .self-profile-form-copy {
    position: static;
  }

  .job-form-story {
    position: static;
  }

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

  .podcast-cover-card {
    max-width: 640px;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .podcast-episode-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .seo-sticky-panel {
    position: static;
  }

  .contact-form-panel {
    position: static;
  }

  .team-gallery-panel > div {
    padding: 22px;
  }

  .team-gallery-panel figure,
  .team-gallery-panel img {
    min-height: 220px;
  }

  .team-person-card {
    justify-items: center;
    text-align: left;
  }

  .team-person-card blockquote {
    padding-left: 18px;
    font-size: 16px;
  }

  .team-people-section {
    margin: 24px 0 36px;
    padding: 24px;
    border-radius: 18px;
  }

  .team-people-section .team-section-head {
    text-align: center;
  }

  .team-people-section .team-people-list {
    grid-template-columns: 1fr;
  }

  .team-people-section .team-person-card {
    justify-items: center;
    text-align: center;
  }

  .team-people-section .team-person-card blockquote {
    padding: 22px 0 0;
    font-size: 16px;
  }

  .team-stats-grid {
    grid-template-columns: 1fr;
  }

  .team-podcast-grid {
    grid-template-columns: 1fr;
  }

  .team-stat-card {
    min-height: auto;
  }

  .seo-fact-grid,
  .seo-insight-grid,
  .hotel-recommendation-grid,
  .city-guide-card-grid,
  .city-contact-grid {
    grid-template-columns: 1fr;
  }

  .city-guide-section,
  .hotel-recommendation-section {
    padding: 16px;
  }

  .hotel-orientation-note,
  .hotel-price-note {
    flex-direction: column;
  }

  .hotel-orientation-note strong,
  .hotel-price-note strong {
    min-width: 0;
  }

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

  .portal-sidebar {
    position: static;
  }

  .lady-helper-panel {
    position: static;
  }

  .admin-toolbar,
  .admin-cockpit-hero,
  .pilot-cleanup-panel,
  .private-media-lock {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-cockpit-hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .cockpit-score {
    width: 100%;
    min-height: 118px;
  }

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

  .pilot-cleanup-panel {
    gap: 18px;
    padding: 20px;
  }

  .cleanup-mobile-actions {
    width: 100%;
  }

  .audio-memo-portrait {
    width: 82px;
    max-width: 82px;
  }

  .audio-memo {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .hero-inner {
    padding: 42px 0 70px;
  }

  .booking-panel {
    align-self: auto;
  }

  h1 {
    font-size: 48px;
  }

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

  .filter-toolbar {
    grid-template-columns: 1fr;
  }

  .filter-result {
    justify-self: start;
    min-width: 120px;
  }

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

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

  .home-podcast-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

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

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

  .honor-grid,
  .honor-bottom-cta {
    grid-template-columns: 1fr;
  }

  .honor-heading-note {
    max-width: none;
  }

  .honor-bottom-cta .cta-actions {
    justify-content: flex-start;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

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

  .faq-hero-media {
    width: min(100%, 520px);
  }

  .faq-no-results {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .faq-sidebar {
    position: static;
  }

  .faq-topic-panel,
  .faq-sidebar-card,
  .faq-search-panel {
    min-height: 0;
  }

  .faq-intro-card {
    min-height: 0;
  }

  .faq-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-grid,
  .feature-grid,
  .private-media-grid-wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }

  body.admin-page {
    padding-bottom: 0;
  }

  .shell {
    width: min(100% - 28px, 1160px);
  }

  .contact-quick-grid,
  .contact-direct-grid,
  .job-academy-module-grid {
    grid-template-columns: 1fr;
  }

  .job-review-mosaic {
    grid-auto-columns: minmax(260px, 86vw);
  }

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

  .cockpit-card {
    min-height: 120px;
    padding: 14px;
  }

  .cockpit-card strong {
    font-size: 40px;
  }

  .admin-item {
    grid-template-columns: 84px minmax(0, 1fr);
    padding: 12px;
  }

  .admin-item > img,
  .admin-item > .portal-file-fallback {
    width: 84px;
  }

  .topline-inner {
    font-size: 15px;
  }

  .brand-mark {
    width: 72px;
  }

  .brand-name {
    font-size: 14px;
  }

  .hero-media {
    position: relative;
    height: 270px;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 240, 251, 0.64) 48%, rgba(255, 255, 255, 0.08) 100%);
  }

  .hero-inner {
    padding: 0 0 42px;
    gap: 24px;
  }

  .hero-content {
    padding-top: 28px;
  }

  .home-welcome-section {
    padding-top: 50px;
  }

  .home-welcome-copy p {
    font-size: 16px;
    line-height: 1.62;
  }

  .home-live-intro {
    row-gap: 28px;
    margin-top: 54px;
  }

  .home-live-intro > p {
    margin-top: 0;
  }

  .home-live-cards {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 44px;
  }

  h1 {
    font-size: 39px;
  }

  .honor-card {
    padding: 22px;
  }

  .honor-hero-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .honor-hero-media {
    width: min(76vw, 260px);
    margin: 0 auto -34px;
    opacity: 0.96;
  }

  .honor-hero-quote {
    margin-top: 10px;
    max-width: min(100%, 310px);
    padding: 11px 12px;
  }

  .honor-hero-quote span {
    font-size: 13px;
  }

  .honor-hero-quote span:first-child {
    font-size: 14px;
  }

  .honor-card,
  .honor-card-featured {
    transform: none;
  }

  .honor-card:hover,
  .honor-card-featured:hover {
    transform: translateY(-4px);
  }

  .honor-price-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .honor-price-line strong {
    font-size: clamp(38px, 12vw, 54px);
  }

  .honor-price-line span {
    padding-bottom: 0;
  }

  .honor-gift-note {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .honor-gift-media {
    justify-self: center;
  }

  .honor-gift-media img {
    width: min(78vw, 240px);
  }

  .honor-bottom-cta {
    padding: 22px;
  }

  .job-choice-card,
  .job-support-grid article,
  .job-benefit-mosaic article,
  .job-academy-module-grid article,
  .job-self-teaser,
  .job-self-mini,
  .job-larissa-memo-compact,
  .job-application-form,
  .job-form-story,
  .job-calculator-copy,
  .job-calculator-panel,
  .job-academy-callout,
  .job-care-section,
  .job-care-cards article,
  .job-voice-grid figure,
  .self-profile-hero-card,
  .self-profile-steps article,
  .self-profile-form-copy {
    padding: 22px;
  }

  .job-calculator-controls,
  .job-calculator-results {
    grid-template-columns: 1fr;
  }

  .job-choice-card {
    min-height: 0;
  }

  .job-hero-media {
    max-width: 320px;
  }

  .job-hero-redesign .job-hero-media {
    justify-self: center;
    max-width: 230px;
    aspect-ratio: 4 / 5;
  }

  .job-hero-redesign {
    padding: 34px 0 42px;
  }

  .job-benefit-mosaic article {
    min-height: 0;
  }

  .job-self-mini {
    align-items: start;
  }

  .job-self-generated-link {
    justify-self: start;
    width: min(100%, 390px);
  }

  .job-self-teaser {
    align-items: start;
  }

  .self-profile-hero-card strong {
    font-size: 34px;
  }

  .self-profile-hero-graphic {
    justify-content: flex-start;
    min-height: 0;
  }

  .self-profile-hero-graphic img {
    width: min(100%, 280px);
    max-height: 360px;
  }

  .self-profile-steps article {
    min-height: 0;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 18px;
  }

  .profile-hero {
    padding: 0;
  }

  .profile-hero-visual {
    min-height: 330px;
  }

  .profile-hero-visual .profile-hero-trigger,
  .profile-hero-visual img {
    height: 330px;
  }

  .profile-live-summary-section {
    padding-bottom: 30px;
  }

  .profile-hero-shell {
    max-width: 100%;
  }

  .profile-hero .content-main,
  .profile-live-summary-section .content-main {
    max-width: 100%;
  }

  .profile-live-summary {
    align-items: center;
    flex-direction: column;
    gap: 14px;
    margin-top: -78px;
    text-align: center;
  }

  .profile-round-preview {
    width: 150px;
  }

  .profile-hero-title {
    display: grid;
    justify-items: center;
  }

  .profile-hero h1,
  .profile-live-summary-section h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1;
  }

  .profile-hero .hero-copy {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.42;
  }

  .profile-hero .tags,
  .profile-live-summary-section .tags {
    margin-top: 18px;
    gap: 7px;
  }

  .profile-anchor-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .profile-anchor-nav a {
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
  }

  .profile-live-main-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .profile-top-request {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 16px;
  }

  .profile-request-head {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .profile-request-head img {
    width: 74px;
    height: 94px;
  }

  .profile-request-head h2 {
    font-size: 23px;
  }

  .profile-top-request .lead-form {
    gap: 8px;
    margin-top: 12px;
  }

  .profile-top-request .field input,
  .profile-top-request .field select {
    min-height: 40px;
  }

  .profile-top-request .field textarea {
    min-height: 72px;
  }

  .profile-top-request .form-grid {
    grid-template-columns: 1fr;
  }

  .profile-content-section .profile-copy,
  .profile-merged-copy {
    padding: 22px;
  }

  .profile-content-section .profile-copy > h2,
  .profile-merged-copy > h2,
  .profile-gallery-section .section-head h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .hero-ladies-button {
    width: min(100%, 437px);
    margin: 10px auto 0;
  }

  .hero-ladies-button span {
    font-size: clamp(35px, 9.6vw, 44px);
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero .hero-actions {
    display: grid;
  }

  .hero .hero-actions .button[href^="tel:"] {
    display: none;
  }

  .trust-row,
  .form-grid,
  .model-grid,
  .profile-gallery,
  .magazine-index-grid,
  .magazine-search-list,
  .home-experience-grid,
  .home-podcast-feature,
  .home-faq-grid,
  .podcast-episode-card,
  .portal-upload-preview,
  .private-media-grid {
    grid-template-columns: 1fr;
  }

  .portal-upload-card {
    min-height: 210px;
  }

  .portal-upload-plus {
    width: 52px;
    height: 52px;
    font-size: 34px;
  }

  .portal-upload-text strong {
    font-size: 25px;
  }

  .magazine-index-card {
    min-height: auto;
    padding: 0 0 18px;
  }

  .magazine-search-panel {
    padding: 18px;
  }

  .magazine-search-result {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .magazine-search-result img {
    width: 82px;
    height: 90px;
  }

  .magazine-card-category,
  .magazine-index-card h3,
  .magazine-index-card p,
  .magazine-card-date {
    margin-left: 18px;
    margin-right: 18px;
  }

  .faq-category-nav {
    grid-template-columns: 1fr;
  }

  .faq-search-input-wrap {
    grid-template-columns: 1fr;
  }

  .faq-search-input-wrap button {
    min-height: 46px;
  }

  .faq-sidebar-card,
  .faq-intro-card,
  .faq-search-panel,
  .rich-faq-item,
  .home-faq-card {
    padding: 18px;
  }

  .rich-faq-item h3 {
    font-size: 21px;
  }

  .podcast-hero {
    padding: 58px 0;
  }

  .podcast-hero-copy h1 {
    font-size: 48px;
  }

  .podcast-cover-card {
    padding: 8px;
  }

  .podcast-episode-card {
    padding: 14px;
  }

  .podcast-episode-cover {
    max-width: 180px;
  }

  .podcast-hero-actions,
  .podcast-episode-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .model-filter-panel {
    padding: 14px;
  }

  .filter-chip-row,
  .service-pill-list,
  .suitability-list {
    gap: 7px;
  }

  .filter-chip {
    max-width: 100%;
  }

  .filter-chip span,
  .service-pill,
  .suitability-pill {
    overflow-wrap: anywhere;
  }

  .profile-gallery-item:first-child {
    grid-column: auto;
  }

  .profile-facts dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .account-choice-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px;
  }

  .account-choice-icon {
    width: 62px;
    height: 62px;
  }

  .account-choice-card h2,
  .portal-card h2,
  .admin-toolbar h2,
  .portal-hero h1 {
    font-size: 28px;
  }

  .portal-card,
  .member-cta-strip,
  .admin-toolbar,
  .private-media-lock {
    padding: 18px;
  }

  .admin-item {
    grid-template-columns: 1fr;
  }

  .admin-item > img,
  .admin-item > .portal-file-fallback,
  .admin-id-placeholder {
    width: 100%;
    max-width: 220px;
  }

  .lady-path article {
    min-height: 50px;
  }

  .portal-disclosure summary {
    min-height: 54px;
    padding: 14px 16px;
  }

  .section,
  .page-hero {
    padding: 58px 0;
  }

  .section h2,
  .page-title {
    font-size: 32px;
  }

  .audio-memo-content h2 {
    font-size: 22px;
  }

  .job-care-copy h2,
  .job-voice-section h2 {
    font-size: clamp(24px, 5.4vw, 28px);
    line-height: 1.16;
  }

  .date-memory-section {
    padding: 58px 0 46px;
  }

  .date-memory-heading h2,
  .home-contact-form-copy h2 {
    font-size: 38px;
  }

  .date-memory-copy,
  .home-contact-panel {
    padding: 20px;
  }

  .date-memory-section + .section.light {
    padding-top: 42px;
  }

  .home-contact-form-section {
    padding: 54px 0 58px;
  }

  .home-contact-form-copy p {
    font-size: 17px;
  }

  .home-price-reference-section {
    padding: 42px 0 58px;
  }

  .home-price-reference {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .home-price-reference h2 {
    font-size: 30px;
  }

  .home-price-reference .button {
    width: 100%;
  }

  .customer-voices-section {
    padding: 58px 0 66px;
  }

  .customer-voice-slider {
    grid-auto-columns: minmax(284px, 88vw);
    margin-right: -14px;
    padding-right: 14px;
  }

  .audio-memo-section {
    padding: 28px 0;
  }

  .audio-memo {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .audio-memo-portrait {
    width: 74px;
    max-width: 74px;
    border-radius: 14px;
  }

  .audio-memo-content p {
    font-size: 13px;
  }

  .audio-memo .audio-player {
    grid-template-columns: 36px minmax(0, 1fr) 38px;
    gap: 8px;
    padding: 7px 8px;
  }

  .audio-memo .audio-toggle {
    width: 34px;
    height: 34px;
  }

  .home-model-copy .button,
  .home-model-footer .button {
    width: 100%;
  }

  .audio-memo .audio-time {
    grid-column: 2;
    text-align: left;
  }

  .audio-memo .audio-wave {
    grid-template-columns: repeat(34, minmax(2px, 1fr));
    min-height: 36px;
  }

  .audio-memo .audio-wave span:nth-child(n + 35) {
    display: none;
  }

  .model-card {
    height: 520px;
    min-height: 520px;
  }

  .home-model-card {
    height: 390px;
    min-height: 390px;
  }

  .portrait,
  .profile-media {
    min-height: 420px;
  }

  .quote {
    font-size: 23px;
  }

  .price {
    font-size: 32px;
  }

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

  .whatsapp-widget {
    right: 14px;
    bottom: 86px;
  }

  .whatsapp-float {
    width: 72px;
    height: 72px;
  }

  .whatsapp-panel {
    right: 0;
    bottom: 78px;
    width: min(336px, calc(100vw - 28px));
  }

  .bottom-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.18fr);
    gap: 8px;
    width: 100%;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(10, 10, 14, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
  }

  .bottom-cta-job {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  }

  .bottom-cta a {
    min-width: 0;
    min-height: 48px;
    border-radius: var(--radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
  }

  .bottom-cta a:last-child {
    background: var(--accent);
  }
}

@media (max-width: 640px) {
  .shooting-hero {
    padding-top: 36px;
  }

  .shooting-hero-copy h1 {
    font-size: clamp(35px, 10.5vw, 43px);
    line-height: 0.94;
  }

  .shooting-section-head h2,
  .shooting-text-panel h2,
  .shooting-split h2,
  .shooting-image-text h2,
  .shooting-cta-band h2,
  .shooting-emotion-block h2,
  .shooting-final-cta h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .shooting-text-panel,
  .shooting-split,
  .shooting-cta-band,
  .shooting-emotion-block,
  .shooting-final-cta {
    padding: 24px;
  }

  .shooting-benefit-strip span,
  .shooting-tag-cloud span {
    width: 100%;
  }
}
