/*
Theme Name: Yukhra Mercury Child
Template: mercury
Version: 1.0.0
Text Domain: yukhra
*/

:root {
  --yk-navy: #07192b;
  --yk-blue: #0c3151;
  --yk-cyan: #58c8ef;
  --yk-gold: #ffc928;
  --yk-cream: #fff8e2;
  --yk-ink: #15283a;
  --yk-muted: #5c6c78;
}

/* Sitewide Yukon blue identity for the Mercury shell. */
.space-header,
.space-header-wrap {
  background: #061b2d !important;
}

.space-header-wrap {
  box-shadow: 0 5px 22px rgba(2, 15, 26, .24);
}

.space-header-menu ul.main-menu > li > a,
.space-header-search i,
.space-header-logo-ins .text-logo {
  color: #fff !important;
}

.space-header-menu ul.main-menu > li:hover > a,
.space-header-menu ul.main-menu > li.current-menu-item > a,
.space-header-search i:hover {
  color: var(--yk-gold) !important;
}

.space-mobile-menu-icon div {
  background-color: #fff !important;
}

.space-mobile-menu-icon:hover div {
  background-color: var(--yk-gold) !important;
}

.space-header-logo-ins img {
  width: 180px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.32));
}

body.home .space-page-content-wrap {
  padding-top: 0;
}

body.home .space-page-content-box > .space-page-title,
body.home .space-page-content-box > h1:first-child {
  display: none;
}

.yukhra-home {
  color: var(--yk-ink);
  font-size: 17px;
  line-height: 1.75;
}

.yukhra-home a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.yk-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.yk-hero {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 78px 0 66px;
  color: #fff;
  background:
    radial-gradient(circle at 73% 40%, rgba(70, 191, 235, .24), transparent 28%),
    radial-gradient(circle at 20% 5%, rgba(255, 201, 40, .13), transparent 24%),
    linear-gradient(135deg, #03101e 0%, #0a2945 54%, #061421 100%);
}

.yk-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.yk-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 54px;
  align-items: center;
}

.yk-kicker,
.yk-update {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(88, 200, 239, .5);
  border-radius: 999px;
  color: #ccefff;
  background: rgba(88, 200, 239, .08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.yk-hero h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.yk-hero h1 span,
.yk-accent {
  color: var(--yk-gold);
}

.yk-hero-lead {
  max-width: 690px;
  margin: 0 0 28px;
  color: #d9e9f5;
  font-size: 19px;
}

.yk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 15px;
}

.yk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.yk-btn:hover {
  transform: translateY(-2px);
}

.yk-btn-primary {
  color: #102033 !important;
  background: linear-gradient(180deg, #ffe461, var(--yk-gold));
  box-shadow: 0 10px 28px rgba(255, 201, 40, .22);
}

.yk-btn-secondary {
  border: 1px solid rgba(255,255,255,.28);
  color: #fff !important;
  background: rgba(255,255,255,.06);
}

.yk-disclosure {
  margin: 0;
  color: #a9bdca;
  font-size: 12px;
  line-height: 1.5;
}

.yk-offer-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(88, 200, 239, .62);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(13, 52, 86, .94), rgba(4, 20, 35, .97));
  box-shadow: 0 24px 60px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.08);
}

.yk-offer-label {
  margin: 0 0 5px;
  color: #b9eaff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.yk-offer-card .yk-offer-label {
  margin: 0 0 5px;
}

.yk-offer-number {
  margin: 0;
  color: var(--yk-gold);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}

.yk-offer-card .yk-offer-number {
  margin: 0;
}

.yk-offer-title {
  margin: 5px 0 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.yk-offer-card .yk-offer-title {
  margin: 5px 0 20px;
}

.yk-offer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #d9e9f5;
  font-size: 15px;
}

.yk-offer-list li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--yk-gold);
  font-weight: 900;
}

.yk-offer-list li {
  list-style: none !important;
}

.yk-offer-note {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #b8c9d5;
  font-size: 12px;
  line-height: 1.55;
}

.yk-offer-card .yk-offer-note {
  margin: 20px 0 0;
}

.yk-offer-card .yk-verdict-copy {
  margin: 0 0 18px;
  color: #d9e9f5;
  font-size: 14px;
  line-height: 1.6;
}

.yk-statbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(980px, calc(100% - 36px));
  margin: -27px auto 0;
  border: 1px solid #d9e2e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8, 30, 49, .12);
}

.yk-stat {
  padding: 18px 14px;
  text-align: center;
}

.yk-stat + .yk-stat {
  border-left: 1px solid #e5ebef;
}

.yk-stat strong,
.yk-stat span {
  display: block;
}

.yk-stat strong {
  color: #092a46;
  font-size: 19px;
  line-height: 1.2;
}

.yk-stat span {
  margin-top: 4px;
  color: var(--yk-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.yk-section {
  padding: 76px 0;
}

.yk-section-soft {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f4f8fb;
}

.yk-eyebrow {
  margin: 0 0 8px;
  color: #1678a3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.yk-section h2 {
  margin: 0 0 18px;
  color: #082b48;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.yk-intro {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.yk-intro p:last-child {
  margin-bottom: 0;
}

.yk-section-head {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 30px;
}

.yk-section-head h2,
.yk-section-head p {
  margin-bottom: 0;
}

.yk-table-wrap {
  overflow-x: auto;
  border: 1px solid #d5e1e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 43, 72, .05);
}

.yk-table {
  width: 100%;
  min-width: 640px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  font-size: 15px;
}

.yk-table th,
.yk-table td {
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid #e4ebef;
  text-align: left;
  vertical-align: top;
}

.yk-table tr:last-child th,
.yk-table tr:last-child td {
  border-bottom: 0;
}

.yk-table th {
  width: 34%;
  color: #17364d;
  background: #f5f8fa;
  font-weight: 800;
}

.yk-table thead th {
  color: #fff;
  background: #0b3455;
}

.yk-table-check th {
  width: 38%;
}

.yk-callout {
  margin: 24px 0 0;
  padding: 20px 22px;
  border-left: 4px solid var(--yk-gold);
  border-radius: 0 10px 10px 0;
  background: var(--yk-cream);
}

.yk-actions-center {
  justify-content: center;
}

.yk-bonus-layout,
.yk-sk-layout,
.yk-pros-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.yk-fact-card,
.yk-warning,
.yk-trust-box {
  padding: 26px;
  border-radius: 14px;
}

.yk-fact-card {
  border: 1px solid #cbdbe5;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 43, 72, .08);
}

.yk-fact-card h3 {
  margin-top: 0;
  color: #082b48;
}

.yk-facts {
  margin: 0;
}

.yk-facts div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #e6edf1;
}

.yk-facts div:last-child {
  border-bottom: 0;
}

.yk-facts dt {
  color: var(--yk-muted);
}

.yk-facts dd {
  margin: 0;
  color: #0a2d49;
  font-weight: 800;
  text-align: right;
}

.yk-mini-note {
  margin: 18px 0 0;
  padding-top: 15px;
  border-top: 1px solid #e2eaef;
  color: var(--yk-muted);
  font-size: 12px;
  line-height: 1.55;
}

.yk-warning {
  border-left: 4px solid var(--yk-gold);
  background: var(--yk-cream);
}

.yk-warning strong {
  color: #5e4300;
}

.yk-license-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #cbdce6;
  border-radius: 12px;
  background: #eef8fc;
}

.yk-license-box p {
  margin: 4px 0 0;
  font-size: 14px;
}

.yk-section-dark,
.yk-responsible {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #d8e8f3;
  background: linear-gradient(135deg, #051523, #0b3455);
}

.yk-section-dark h2,
.yk-responsible h2 {
  color: #fff;
}

.yk-section-head-light > p {
  color: #c3d6e3;
}

.yk-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: reasons;
}

.yukhra-home .yk-reason-grid > li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 112px;
  margin: 0 !important;
  padding: 24px 22px 24px 76px !important;
  border: 1px solid rgba(88, 200, 239, .25);
  border-radius: 11px;
  background: rgba(255,255,255,.045);
  list-style: none !important;
  counter-increment: reasons;
}

.yukhra-home .yk-reason-grid > li::before {
  content: counter(reasons);
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #13283a;
  background: var(--yk-gold);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.yk-reason-grid a {
  display: block;
  width: 100%;
  color: inherit !important;
  text-decoration: none !important;
}

.yk-reason-grid strong,
.yk-reason-grid span {
  display: block;
}

.yk-reason-grid strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.yk-reason-grid span {
  margin-top: 7px;
  color: #b7ccda;
  font-size: 14px;
  line-height: 1.5;
}

.yk-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.yk-nav-card {
  display: block;
  padding: 23px;
  border: 1px solid #d7e2e9;
  border-radius: 12px;
  color: inherit !important;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8,43,72,.05);
  text-decoration: none !important;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.yk-nav-card:hover {
  border-color: var(--yk-cyan);
  transform: translateY(-3px);
  box-shadow: 0 13px 30px rgba(8,43,72,.1);
}

.yk-nav-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 10px;
  color: #092a46;
  background: #e3f6fd;
  font-size: 21px;
}

.yk-nav-card h3 {
  margin: 0 0 7px;
  color: #082b48;
  font-size: 19px;
}

.yk-nav-card p {
  margin: 0;
  color: var(--yk-muted);
  font-size: 14px;
  line-height: 1.55;
}

.yk-nav-card > strong {
  display: block;
  margin-top: 14px;
  color: #0b729d;
  font-size: 13px;
}

.yk-procon {
  padding: 26px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8,43,72,.06);
}

.yk-procon h3 {
  margin-top: 0;
  color: #082b48;
}

.yk-procon ul {
  margin-bottom: 0;
  padding-left: 22px;
}

.yk-procon li {
  margin: 9px 0;
}

.yk-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 34px;
}

.yk-author-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 24px;
  padding: 28px;
  border: 1px solid #d3e0e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 43, 72, .07);
}

.yk-author-photo {
  display: block;
  width: 118px;
  height: 118px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--yk-cyan), 0 8px 22px rgba(8, 43, 72, .16);
}

.yk-author-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yk-author-card h3 {
  margin: 0 0 5px;
  color: #082b48;
  font-size: 23px;
  line-height: 1.2;
}

.yk-author-card h3 a {
  color: inherit;
  text-decoration: none;
}

.yk-author-role {
  margin: 0 0 14px;
  color: #1678a3;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.yk-author-card .yk-author-bio {
  margin: 0;
  color: #425765;
  font-size: 14px;
  line-height: 1.65;
}

.yk-method-grid,
.yk-editorial-grid,
.yk-responsible-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.yk-score-card {
  padding: 24px;
  border: 1px solid #d1dfe7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(8,43,72,.06);
}

.yk-score-card > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #e3ebef;
}

.yk-score-card > div:last-child {
  border-bottom: 0;
}

.yk-score-card strong {
  color: #0b729d;
}

.yk-method-intro {
  max-width: 790px;
}

.yk-btn-secondary-blue {
  border: 1px solid #0b6f9f;
  color: #07587d !important;
  background: #fff;
}

.yk-metric-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin-top: 34px;
}

.yukhra-home .yk-metric-card {
  position: relative;
  min-height: 210px;
  margin: 0;
  padding: 25px 21px;
  overflow: hidden;
  border: 1px solid #cfdee7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(8,43,72,.065);
}

.yukhra-home .yk-metric-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -38px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: rgba(88, 200, 239, .10);
}

.yk-metric-card > strong {
  display: block;
  margin-bottom: 20px;
  color: #0b6f9f;
  font-size: 34px;
  line-height: 1;
}

.yk-metric-card h3 {
  margin: 0 0 9px;
  color: #082b48;
  font-size: 17px;
  line-height: 1.3;
}

.yk-metric-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #526775;
  font-size: 13px;
  line-height: 1.55;
}

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

.yk-checklist li {
  padding: 14px 15px;
  border: 1px solid #d5e2e9;
  border-radius: 9px;
  background: #fff;
  font-size: 14px;
  list-style: none !important;
}

.yk-checklist li::before {
  content: "✓";
  margin-right: 8px;
  color: #1385ae;
  font-weight: 900;
}

.yk-responsible {
  background: linear-gradient(135deg, #17120a, #3c2c07);
}

.yk-responsible p {
  color: #eadfca;
}

.yk-responsible ul {
  margin: 0;
  padding: 25px 28px 25px 48px;
  border: 1px solid rgba(255, 201, 40, .28);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
}

.yk-responsible li {
  margin: 8px 0;
}

.yk-faq {
  max-width: 860px;
  margin: 30px auto 0;
}

.yk-faq details {
  margin: 12px 0;
  border: 1px solid #d6e1e8;
  border-radius: 10px;
  background: #fff;
}

.yk-faq summary {
  padding: 18px 20px;
  color: #082b48;
  font-weight: 800;
  cursor: pointer;
}

.yk-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #425765;
}

.yk-trust-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #c8dce8;
  background: #eef8fc;
}

.yk-trust-icon {
  font-size: 34px;
  line-height: 1;
}

.yk-trust-box h2 {
  margin-bottom: 8px;
  font-size: 25px;
}

.yk-trust-box p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 800px) {
  .yk-hero {
    padding: 58px 0 54px;
  }

  .yk-hero-grid,
  .yk-bonus-layout,
  .yk-sk-layout,
  .yk-pros-layout,
  .yk-team-grid,
  .yk-section-head,
  .yk-method-grid,
  .yk-editorial-grid,
  .yk-responsible-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .yk-license-box {
    grid-template-columns: 1fr;
  }

  .yk-reason-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .yk-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .yk-statbar {
    grid-template-columns: 1fr 1fr;
  }

  .yk-stat:nth-child(3) {
    border-left: 0;
  }

  .yk-stat:nth-child(n+3) {
    border-top: 1px solid #e5ebef;
  }
}

@media (max-width: 520px) {
  .space-header-logo-ins img {
    width: 120px;
  }

  .yk-shell {
    width: min(100% - 24px, 1120px);
  }

  .yk-hero h1 {
    font-size: 39px;
  }

  .yk-hero-lead {
    font-size: 17px;
  }

  .yk-offer-card {
    padding: 23px;
  }

  .yk-btn {
    width: 100%;
  }

  .yk-card-grid {
    grid-template-columns: 1fr;
  }

  .yk-reason-grid,
  .yk-checklist {
    grid-template-columns: 1fr;
  }

  .yk-metric-grid {
    grid-template-columns: 1fr;
  }

  .yukhra-home .yk-metric-card {
    min-height: 0;
  }

  .yk-section {
    padding: 56px 0;
  }

  .yk-trust-box {
    grid-template-columns: 1fr;
  }

  .yk-author-card {
    grid-template-columns: 1fr;
    padding: 23px;
    text-align: center;
  }

  .yk-author-photo {
    margin: 0 auto;
  }
}
