/* YOORSHOP v2026 HOMEPAGE — scoped, no footer/header markup changes */
:root {
  --ys26-home-bg-0: #031329;
  --ys26-home-bg-1: #061a38;
  --ys26-home-bg-2: #08264f;
  --ys26-home-card: rgba(8, 37, 76, .78);
  --ys26-home-card-2: rgba(10, 48, 98, .66);
  --ys26-home-border: rgba(80, 156, 255, .26);
  --ys26-home-text: #f6f9ff;
  --ys26-home-muted: #b9c8de;
  --ys26-home-blue: #39a3ff;
  --ys26-home-blue-2: #0a67df;
  --ys26-home-yellow: #ffd000;
  --ys26-home-green: #2fe28a;
  --ys26-home-shadow: 0 20px 70px rgba(0, 8, 26, .34);
}

html.ys26-homepage-active,
body.ys26-homepage-active {
  background: var(--ys26-home-bg-0) !important;
}

body.ys26-homepage-active .yz-reviews {
  display: none !important;
}

.ys26-home,
.ys26-home * {
  box-sizing: border-box;
}

.ys26-home {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: var(--ys26-home-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 78% 13%, rgba(0, 119, 255, .20), transparent 28%),
    radial-gradient(circle at 20% 42%, rgba(14, 89, 184, .14), transparent 30%),
    linear-gradient(180deg, #031329 0%, #051936 38%, #04152e 72%, #031329 100%);
}

.ys26-home::before,
.ys26-home::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .25;
}

.ys26-home::before {
  width: 520px;
  height: 520px;
  top: 640px;
  left: -280px;
  background: #0a61d1;
}

.ys26-home::after {
  width: 560px;
  height: 560px;
  right: -260px;
  top: 1300px;
  background: #0b76ef;
}

.ys26-home-wrap {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.ys26-home a,
.ys26-home a:hover,
.ys26-home a:focus {
  text-decoration: none;
}

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

/* HERO */
.ys26-home-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(90, 151, 232, .14);
  background:
    linear-gradient(90deg, rgba(3, 19, 41, .98) 0%, rgba(3, 19, 41, .92) 34%, rgba(3, 19, 41, .45) 60%, rgba(3, 19, 41, .72) 100%),
    radial-gradient(circle at 75% 45%, rgba(6, 108, 246, .20), transparent 32%);
}

.ys26-home-hero-grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(430px, .94fr) minmax(520px, 1.2fr);
  align-items: stretch;
}

.ys26-home-hero-copy {
  z-index: 2;
  align-self: center;
  max-width: 620px;
  padding: 72px 0 70px 18px;
}

.ys26-home-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 6px 13px;
  color: #dcecff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid rgba(60, 157, 255, .55);
  border-radius: 8px;
  background: rgba(6, 35, 73, .60);
  box-shadow: inset 0 0 24px rgba(42, 140, 255, .08);
}

.ys26-home-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 66px);
  line-height: 1.04;
  letter-spacing: -.035em;
  font-weight: 760;
  text-wrap: balance;
}

.ys26-home-hero h1 strong {
  display: block;
  margin-top: 8px;
  color: var(--ys26-home-yellow);
  font-size: .72em;
  line-height: 1.18;
  letter-spacing: -.015em;
  font-weight: 700;
}

.ys26-home-hero-copy > p {
  max-width: 580px;
  margin: 26px 0 0;
  color: #d2dded;
  font-size: 18px;
  line-height: 1.62;
}

.ys26-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ys26-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 25px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .015em;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.ys26-btn:hover,
.ys26-btn:focus {
  transform: translateY(-2px);
}

.ys26-btn-primary {
  color: #07172e !important;
  border: 1px solid #ffe04a;
  background: linear-gradient(180deg, #ffdf22 0%, #ffc900 100%);
  box-shadow: 0 11px 28px rgba(255, 200, 0, .20), inset 0 1px 0 rgba(255,255,255,.55);
}

.ys26-btn-primary:hover,
.ys26-btn-primary:focus {
  background: linear-gradient(180deg, #ffe756 0%, #ffd116 100%);
  box-shadow: 0 14px 32px rgba(255, 200, 0, .28);
}

.ys26-btn-secondary {
  color: #f1f6ff !important;
  border: 1px solid rgba(255, 204, 0, .62);
  background: rgba(5, 23, 49, .52);
  box-shadow: inset 0 0 18px rgba(31, 100, 188, .08);
}

.ys26-btn-secondary:hover,
.ys26-btn-secondary:focus {
  border-color: #ffd000;
  background: rgba(12, 45, 88, .72);
}

.ys26-home-hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.ys26-home-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, #031329 0%, rgba(3, 19, 41, .78) 10%, rgba(3, 19, 41, .12) 36%, transparent 63%),
    linear-gradient(180deg, rgba(3, 19, 41, .35) 0%, transparent 22%, transparent 72%, rgba(3, 19, 41, .75) 100%);
}

.ys26-home-hero-visual img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(1.06) contrast(1.05);
}

/* TRUST STRIP */
.ys26-home-trust {
  position: relative;
  z-index: 3;
  margin-top: -34px;
}

.ys26-home-trust-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: stretch;
  padding: 17px 18px;
  border: 1px solid rgba(70, 143, 235, .32);
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(8, 41, 84, .94), rgba(4, 27, 58, .94)),
    radial-gradient(circle at 50% 0%, rgba(63, 148, 255, .15), transparent 65%);
  box-shadow: 0 18px 44px rgba(0, 8, 28, .34), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
}

.ys26-trust-item {
  min-width: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 11px;
  border-right: 1px solid rgba(126, 170, 225, .16);
  color: #e5effd;
}

.ys26-trust-item:last-child { border-right: 0; }

.ys26-trust-item > i {
  flex: 0 0 auto;
  color: #73b9ff;
  font-size: 25px;
}

.ys26-trust-item > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: #bcd0e8;
  font-size: 11px;
  line-height: 1.25;
}

.ys26-trust-item strong {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ys26-trust-green > i { color: var(--ys26-home-green); }

.ys26-cpanel-mark {
  color: #54a6ff !important;
  font-size: 23px !important;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.08em;
}

/* OFFERS */
.ys26-home-offers {
  padding: 48px 0 68px;
  background:
    radial-gradient(circle at 50% 8%, rgba(32, 112, 214, .10), transparent 34%),
    linear-gradient(180deg, rgba(4, 20, 43, .20), rgba(5, 24, 51, .30));
}

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

.ys26-home-offer-card {
  position: relative;
  min-height: 426px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  column-gap: 20px;
  padding: 30px 30px 27px;
  border: 1px solid var(--ys26-home-border);
  border-radius: 13px;
  background:
    radial-gradient(circle at 24% 15%, rgba(28, 120, 244, .12), transparent 32%),
    linear-gradient(155deg, rgba(8, 43, 88, .88), rgba(4, 25, 55, .88));
  box-shadow: var(--ys26-home-shadow), inset 0 1px 0 rgba(255,255,255,.035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ys26-home-offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 165, 255, .52);
  box-shadow: 0 28px 75px rgba(0, 9, 28, .42), inset 0 1px 0 rgba(255,255,255,.05);
}

.ys26-home-offer-card-featured {
  border-color: rgba(42, 137, 255, .52);
  background:
    radial-gradient(circle at 28% 12%, rgba(44, 143, 255, .18), transparent 34%),
    linear-gradient(155deg, rgba(9, 50, 101, .93), rgba(4, 27, 59, .92));
}

.ys26-offer-illustration {
  grid-row: 1 / span 2;
  width: 82px;
  height: 82px;
  align-self: start;
  filter: drop-shadow(0 12px 20px rgba(0, 80, 205, .28));
}

.ys26-offer-head h3 {
  margin: 3px 0 4px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 750;
}

.ys26-offer-head p {
  margin: 0;
  color: #b8cbe4;
  font-size: 14px;
  line-height: 1.4;
}

.ys26-home-price {
  grid-column: 2;
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: end;
  width: fit-content;
}

.ys26-price-from {
  grid-column: 1 / -1;
  display: block;
  margin-bottom: 3px;
  color: #c7d5e7;
  font-size: 13px;
}

.ys26-price-number {
  color: var(--ys26-home-yellow);
  font-size: 43px;
  line-height: .9;
  font-weight: 800;
  letter-spacing: -.04em;
}

.ys26-price-currency {
  align-self: start;
  margin: 0 0 0 4px;
  color: var(--ys26-home-yellow);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.ys26-price-period {
  align-self: end;
  margin-left: 9px;
  color: #d5e0ee;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.ys26-home-offer-card ul {
  grid-column: 1 / -1;
  margin: 28px 0 24px;
  padding: 0;
  list-style: none;
}

.ys26-home-offer-card li {
  position: relative;
  margin: 0;
  padding: 7px 0 7px 24px;
  color: #d5e1ef;
  font-size: 14px;
  line-height: 1.35;
}

.ys26-home-offer-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--ys26-home-yellow);
  font-weight: 900;
}

.ys26-offer-link {
  grid-column: 1 / -1;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ys26-home-yellow) !important;
  border: 1px solid rgba(255, 208, 0, .72);
  border-radius: 7px;
  background: rgba(2, 18, 39, .42);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ys26-offer-link:hover,
.ys26-offer-link:focus {
  color: #07172e !important;
  background: var(--ys26-home-yellow);
  transform: translateY(-1px);
}

/* WHY */
.ys26-home-why {
  padding: 22px 0 68px;
}

.ys26-home-why h2,
.ys26-home-reviews h2 {
  margin: 0 0 39px;
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 2.5vw, 39px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -.025em;
}

.ys26-home-why h2 strong {
  color: #fff;
  font-weight: 700;
}

.ys26-home-why h2::after,
.ys26-home-reviews h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--ys26-home-yellow), transparent);
}

.ys26-home-why-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(115, 164, 221, .13);
  border-bottom: 1px solid rgba(115, 164, 221, .13);
  background: linear-gradient(180deg, rgba(9, 38, 76, .16), rgba(3, 20, 43, .08));
}

.ys26-home-why-grid article {
  position: relative;
  min-width: 0;
  padding: 30px 18px 32px;
  text-align: center;
}

.ys26-home-why-grid article + article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(115, 168, 228, .28), transparent);
}

.ys26-why-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #a9d4ff;
  font-size: 34px;
  border: 1px solid rgba(80, 161, 255, .18);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, rgba(43, 146, 255, .18), rgba(5, 31, 66, .42));
  box-shadow: inset 0 0 26px rgba(29, 111, 222, .10);
}

.ys26-home-why-grid h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 750;
}

.ys26-home-why-grid p {
  margin: 0;
  color: #aebfd4;
  font-size: 12px;
  line-height: 1.55;
}

/* REVIEWS */
.ys26-home-reviews {
  padding: 8px 0 64px;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 117, 224, .09), transparent 30%),
    linear-gradient(180deg, rgba(3, 19, 41, .12), rgba(4, 20, 43, .32));
}

.ys26-home-reviews-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr 1.12fr 1.12fr;
  gap: 18px;
}

.ys26-rating-summary,
.ys26-review-card {
  min-height: 218px;
  border: 1px solid rgba(78, 150, 239, .28);
  border-radius: 12px;
  background:
    radial-gradient(circle at 20% 0%, rgba(40, 129, 242, .11), transparent 36%),
    linear-gradient(155deg, rgba(8, 42, 86, .82), rgba(4, 25, 55, .82));
  box-shadow: 0 17px 42px rgba(0, 9, 29, .25), inset 0 1px 0 rgba(255,255,255,.025);
}

.ys26-rating-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.ys26-rating-shield {
  color: #c2dcff;
  font-size: 52px;
  line-height: 1;
  filter: drop-shadow(0 0 16px rgba(49, 144, 255, .25));
}

.ys26-rating-stars,
.ys26-review-stars {
  color: var(--ys26-home-yellow);
  letter-spacing: .08em;
}

.ys26-rating-summary .ys26-rating-stars {
  margin-top: 7px;
  font-size: 21px;
}

.ys26-rating-summary > strong {
  margin-top: 6px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.ys26-rating-summary p {
  margin: 13px 0 0;
  color: #b7c7da;
  font-size: 13px;
  line-height: 1.45;
}

.ys26-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 27px 25px 23px;
}

.ys26-review-quote {
  position: absolute;
  top: 13px;
  left: 20px;
  color: #4e9eff;
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
  opacity: .8;
}

.ys26-review-card > p {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 23px 0 20px;
  color: #e5edf8;
  font-size: 14px;
  line-height: 1.62;
}

.ys26-review-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(115, 164, 221, .13);
  padding-top: 13px;
}

.ys26-review-footer > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ys26-review-footer strong {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ys26-review-footer em {
  color: #9eb8d8;
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}

.ys26-review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 21px;
}

.ys26-review-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(149, 177, 212, .42);
}

.ys26-review-dots span:first-child {
  background: var(--ys26-home-yellow);
  box-shadow: 0 0 13px rgba(255, 208, 0, .45);
}

/* CTA */
.ys26-home-cta {
  padding: 0 0 58px;
}

.ys26-home-cta-box {
  min-height: 132px;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 24px 34px;
  border: 1px solid rgba(77, 153, 248, .32);
  border-radius: 13px;
  background:
    radial-gradient(circle at 18% 0%, rgba(42, 139, 255, .17), transparent 34%),
    linear-gradient(110deg, rgba(10, 48, 97, .94), rgba(4, 27, 58, .96));
  box-shadow: 0 20px 58px rgba(0, 7, 24, .32), inset 0 1px 0 rgba(255,255,255,.03);
}

.ys26-home-cta-box > img {
  width: 86px;
  height: 86px;
  filter: drop-shadow(0 14px 24px rgba(0, 94, 230, .30));
}

.ys26-home-cta h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 700;
}

.ys26-home-cta p {
  margin: 0;
  max-width: 650px;
  color: #bcd0e7;
  font-size: 14px;
  line-height: 1.5;
}

.ys26-home-cta .ys26-btn {
  min-width: 245px;
}

/* ACCESSIBILITY */
.ys26-home a:focus-visible {
  outline: 3px solid rgba(255, 224, 77, .86);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .ys26-home *,
  .ys26-home *::before,
  .ys26-home *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* TABLET */
@media (max-width: 1180px) {
  .ys26-home-wrap { width: min(100% - 34px, 1120px); }
  .ys26-home-hero-grid { grid-template-columns: minmax(390px, .92fr) minmax(430px, 1.08fr); }
  .ys26-home-hero-copy { padding-left: 6px; }
  .ys26-home-trust-grid { grid-template-columns: repeat(5, 1fr); }
  .ys26-trust-item:nth-child(5) { border-right: 0; }
  .ys26-trust-item:nth-child(n+6) { border-top: 1px solid rgba(126, 170, 225, .13); }
  .ys26-home-why-grid { grid-template-columns: repeat(3, 1fr); }
  .ys26-home-why-grid article:nth-child(4)::before { display: none; }
  .ys26-home-why-grid article:nth-child(n+4) { border-top: 1px solid rgba(115, 164, 221, .13); }
  .ys26-home-reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .ys26-home-hero,
  .ys26-home-hero-grid { min-height: 650px; }
  .ys26-home-hero-grid { grid-template-columns: 1fr; }
  .ys26-home-hero-copy { max-width: 610px; padding: 68px 0 260px; }
  .ys26-home-hero-visual { position: absolute; inset: auto 0 0 24%; height: 390px; opacity: .82; }
  .ys26-home-hero-visual::before { background: linear-gradient(90deg, #031329 0%, rgba(3,19,41,.52) 30%, transparent 70%), linear-gradient(180deg, rgba(3,19,41,.3), transparent 30%, rgba(3,19,41,.75)); }
  .ys26-home-offer-grid { grid-template-columns: 1fr; }
  .ys26-home-offer-card { min-height: 0; grid-template-columns: 94px minmax(0,1fr); }
  .ys26-home-offer-card ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 20px; }
  .ys26-home-cta-box { grid-template-columns: 82px minmax(0, 1fr); }
  .ys26-home-cta .ys26-btn { grid-column: 1 / -1; width: 100%; }
}

/* MOBILE */
@media (max-width: 640px) {
  .ys26-home-wrap { width: min(100% - 24px, 620px); }
  .ys26-home-hero,
  .ys26-home-hero-grid { min-height: 640px; }
  .ys26-home-hero-copy { padding: 48px 0 250px; }
  .ys26-home-kicker { font-size: 10px; }
  .ys26-home-hero h1 { font-size: 38px; }
  .ys26-home-hero-copy > p { font-size: 16px; line-height: 1.55; }
  .ys26-home-actions { display: grid; grid-template-columns: 1fr; }
  .ys26-btn { width: 100%; }
  .ys26-home-hero-visual { inset: auto -120px 0 8%; height: 355px; }
  .ys26-home-trust { margin-top: -24px; }
  .ys26-home-trust-grid { grid-template-columns: repeat(2, 1fr); padding: 10px; }
  .ys26-trust-item { min-height: 64px; border-right: 0; border-bottom: 1px solid rgba(126,170,225,.12); }
  .ys26-trust-item:nth-last-child(-n+1) { grid-column: 1 / -1; }
  .ys26-home-offers { padding-top: 34px; }
  .ys26-home-offer-card { display: block; padding: 25px 22px; }
  .ys26-offer-illustration { float: left; width: 72px; height: 72px; margin: 0 17px 10px 0; }
  .ys26-home-price { display: grid; clear: both; margin-top: 25px; }
  .ys26-home-offer-card ul { display: block; }
  .ys26-home-why-grid { grid-template-columns: 1fr 1fr; }
  .ys26-home-why-grid article:nth-child(odd)::before { display: none; }
  .ys26-home-why-grid article:nth-child(n+3) { border-top: 1px solid rgba(115,164,221,.13); }
  .ys26-home-why-grid article { padding: 24px 14px 26px; }
  .ys26-home-reviews-grid { grid-template-columns: 1fr; }
  .ys26-rating-summary,
  .ys26-review-card { min-height: 190px; }
  .ys26-home-cta-box { grid-template-columns: 62px minmax(0, 1fr); gap: 14px; padding: 22px 20px; }
  .ys26-home-cta-box > img { width: 62px; height: 62px; }
  .ys26-home-cta h2 { font-size: 22px; }
}

/* YOORshop v2026 typography coherence V2 START */
/* YOORshop v2026 typography coherence V2 */
#topbar.ys26-topbar,
#menu.ys26-menu-shell,
.ys26-home,
.ys26-footer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#topbar .news_title { font-family: inherit !important; font-size: 12.5px !important; font-weight: 700 !important; }
#topbar #top_news_dv .short_desc,
#topbar #top_news_dv .short_desc a,
#topbar #top_news_dv .item>a,
#topbar #top_news_dv .carousel-item>a { font-family: inherit !important; font-size: 13px !important; }
#topbar .ys26-topbar-actions a { font-family: inherit !important; font-size: 13px !important; font-weight: 600 !important; }

#menu .ys26-hosting-trigger,
#menu .ys26-nav-link,
#menu .ys26-info-trigger {
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}
#menu .ys26-offer strong { font-family: inherit !important; font-size: 15px !important; font-weight: 650 !important; }
#menu .ys26-offer small { font-family: inherit !important; font-size: 12.5px !important; line-height: 1.35 !important; }
#menu .ys26-strength-list li { font-family: inherit !important; font-size: 14px !important; font-weight: 550 !important; }
#menu .ys26-map-copy strong { font-family: inherit !important; font-weight: 650 !important; }
#menu .ys26-map-copy em { font-family: inherit !important; font-weight: 650 !important; }
#menu .ys26-map-copy small { font-family: inherit !important; font-size: 12.5px !important; line-height: 1.5 !important; }
#menu .ys26-review-stars,
#menu .ys26-review-content small,
#menu .ys26-review-badge strong { font-family: inherit !important; }

.ys26-home-kicker { font-family: inherit !important; font-size: 12.5px !important; font-weight: 650 !important; }
.ys26-home-hero h1 { font-family: inherit !important; font-weight: 720 !important; }
.ys26-home-hero h1 strong { font-family: inherit !important; font-weight: 680 !important; }
.ys26-home-hero-copy > p { font-family: inherit !important; font-size: 18px !important; line-height: 1.6 !important; }
.ys26-btn { font-family: inherit !important; font-size: 14px !important; font-weight: 700 !important; }

.ys26-home-trust-grid { padding-top: 18px !important; padding-bottom: 18px !important; }
.ys26-trust-item { min-height: 64px !important; gap: 11px !important; padding: 6px 12px !important; }
.ys26-trust-item > i { font-size: 27px !important; }
.ys26-trust-item > span:last-child { font-family: inherit !important; font-size: 12.5px !important; line-height: 1.28 !important; }
.ys26-trust-item strong { font-family: inherit !important; font-size: 14px !important; line-height: 1.2 !important; font-weight: 650 !important; }
.ys26-cpanel-mark { font-family: inherit !important; font-size: 24px !important; font-weight: 700 !important; }

.ys26-home-offer-card,
.ys26-home-offer-card * { font-family: inherit !important; }
.ys26-home-offer-card h3 { font-weight: 650 !important; }
.ys26-home-offer-card p,
.ys26-home-offer-card li { font-size: 14px !important; line-height: 1.5 !important; }

.ys26-home-why-grid article { padding-top: 32px !important; padding-bottom: 34px !important; }
.ys26-home-why-grid h3 {
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.32 !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}
.ys26-home-why-grid p {
  font-family: inherit !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
}
.ys26-home-reviews h2 { font-family: inherit !important; font-weight: 500 !important; }
.ys26-review-card p { font-family: inherit !important; font-size: 14.5px !important; line-height: 1.55 !important; }
.ys26-review-footer strong,
.ys26-rating-summary p { font-family: inherit !important; font-size: 13.5px !important; }
.ys26-rating-summary strong { font-family: inherit !important; font-weight: 650 !important; }

@media (max-width: 1180px) {
  #menu .ys26-hosting-trigger,
  #menu .ys26-nav-link,
  #menu .ys26-info-trigger { font-size: 14.5px !important; padding-left: 14px !important; padding-right: 14px !important; }
  .ys26-trust-item > span:last-child { font-size: 11.5px !important; }
  .ys26-trust-item strong { font-size: 13px !important; }
}
/* YOORshop v2026 typography coherence V2 END */

/* YOORSHOP HOME HD HERO FULL BLEED V2 START */
.ys26-home-hero{position:relative;isolation:isolate;overflow:hidden;background:#031329}
.ys26-home-hero-grid{position:relative;display:block;min-height:560px}
.ys26-home-hero-copy{position:relative;z-index:4;width:min(620px,50%);max-width:620px;padding:72px 0 70px 18px}
.ys26-home-hero-visual{position:absolute!important;z-index:0;top:0;bottom:0;left:50%;width:100vw;min-height:0!important;margin:0!important;transform:translateX(-50%);overflow:hidden;background:#031329!important;isolation:isolate}
.ys26-home-hero-visual img{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(1.04) contrast(1.03)}
.ys26-home-hero-visual::before{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(90deg,#031329 0%,rgba(3,19,41,.985) 22%,rgba(3,19,41,.90) 34%,rgba(3,19,41,.58) 46%,rgba(3,19,41,.18) 58%,rgba(3,19,41,0) 70%)}
.ys26-home-hero-visual::after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(3,19,41,.16) 0%,rgba(3,19,41,0) 48%,rgba(3,19,41,.34) 82%,#031329 100%)}
@media(max-width:960px){
 .ys26-home-hero-copy{width:min(600px,62%);padding-left:0}
 .ys26-home-hero-visual::before{background:linear-gradient(90deg,#031329 0%,rgba(3,19,41,.98) 28%,rgba(3,19,41,.78) 48%,rgba(3,19,41,.26) 66%,rgba(3,19,41,0) 82%)}
}
@media(max-width:760px){
 .ys26-home-hero,.ys26-home-hero-grid{min-height:640px}
 .ys26-home-hero-copy{width:100%;padding:48px 0 118px}
 .ys26-home-hero-visual img{object-position:69% center;opacity:.72}
 .ys26-home-hero-visual::before{background:linear-gradient(180deg,#031329 0%,rgba(3,19,41,.96) 43%,rgba(3,19,41,.76) 64%,rgba(3,19,41,.26) 84%,rgba(3,19,41,.08) 100%)}
 .ys26-home-hero-visual::after{background:linear-gradient(180deg,rgba(3,19,41,0) 55%,rgba(3,19,41,.55) 83%,#031329 100%)}
}
/* YOORSHOP HOME HD HERO FULL BLEED V2 END */

/* YOORSHOP HOME HERO SSD IMAGE V1 START */
.ys26-home .ys26-home-hero {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  isolation: isolate;
  background: #031329;
}
.ys26-home .ys26-home-hero-grid {
  position: relative;
  display: block;
  min-height: 670px;
}
.ys26-home .ys26-home-hero-copy {
  position: relative;
  z-index: 4;
  width: min(650px, 50%);
  max-width: 650px;
  padding: 72px 0 76px 18px;
}
.ys26-home .ys26-home-hero-visual {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  opacity: 1;
}
.ys26-home .ys26-home-hero-visual img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.06) contrast(1.05);
}
.ys26-home .ys26-home-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #031329 0%, rgba(3,19,41,.99) 24%, rgba(3,19,41,.88) 36%, rgba(3,19,41,.52) 49%, rgba(3,19,41,.14) 66%, rgba(3,19,41,0) 100%),
    linear-gradient(180deg, rgba(3,19,41,.14) 0%, transparent 52%, rgba(3,19,41,.52) 100%);
}
@media (max-width: 1180px) {
  .ys26-home .ys26-home-hero-copy { width: min(610px, 55%); padding-left: 6px; }
  .ys26-home .ys26-home-hero-visual img { object-position: 58% center; }
}
@media (max-width: 920px) {
  .ys26-home .ys26-home-hero,
  .ys26-home .ys26-home-hero-grid { min-height: 690px; }
  .ys26-home .ys26-home-hero-copy { width: 100%; max-width: 610px; padding: 58px 0 300px; }
  .ys26-home .ys26-home-hero-visual { inset: 0; height: 100%; opacity: .88; }
  .ys26-home .ys26-home-hero-visual img { object-position: 65% center; }
  .ys26-home .ys26-home-hero-visual::before {
    background:
      linear-gradient(180deg, #031329 0%, rgba(3,19,41,.96) 38%, rgba(3,19,41,.54) 61%, rgba(3,19,41,.42) 100%),
      linear-gradient(90deg, rgba(3,19,41,.82), rgba(3,19,41,.10));
  }
}
@media (max-width: 640px) {
  .ys26-home .ys26-home-hero,
  .ys26-home .ys26-home-hero-grid { min-height: 710px; }
  .ys26-home .ys26-home-hero-copy { width: 100%; padding: 44px 0 310px; }
  .ys26-home .ys26-home-hero-visual { inset: 0; height: 100%; }
  .ys26-home .ys26-home-hero-visual img { object-position: 68% center; }
  .ys26-home .ys26-home-hero-visual::before {
    background:
      linear-gradient(180deg, #031329 0%, rgba(3,19,41,.98) 44%, rgba(3,19,41,.60) 66%, rgba(3,19,41,.50) 100%),
      linear-gradient(90deg, rgba(3,19,41,.75), rgba(3,19,41,.08));
  }
}
/* YOORSHOP HOME HERO SSD IMAGE V1 END */

/* YOORSHOP CUMUL M2 HOME FULL WIDTH V3 START */
.ys26-home .ys26-home-hero{
  position:relative!important;
  min-height:670px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#031329!important;
}
.ys26-home .ys26-home-hero-grid{
  position:relative!important;
  display:block!important;
  min-height:670px!important;
  overflow:visible!important;
}
.ys26-home .ys26-home-hero-copy{
  position:relative!important;
  z-index:5!important;
  width:min(650px,50%)!important;
  max-width:650px!important;
  padding:72px 0 76px 18px!important;
}
.ys26-home .ys26-home-hero-visual{
  position:absolute!important;
  z-index:0!important;
  top:0!important;
  bottom:0!important;
  left:50%!important;
  right:auto!important;
  width:100vw!important;
  height:100%!important;
  max-width:none!important;
  min-width:100vw!important;
  margin:0!important;
  transform:translateX(-50%)!important;
  overflow:hidden!important;
  opacity:1!important;
  background:#031329!important;
}
.ys26-home .ys26-home-hero-visual img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(1.05) contrast(1.04)!important;
}
.ys26-home .ys26-home-hero-visual:before{
  content:""!important;
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,#031329 0%,rgba(3,19,41,.99) 21%,rgba(3,19,41,.92) 33%,rgba(3,19,41,.66) 45%,rgba(3,19,41,.22) 58%,rgba(3,19,41,0) 72%)!important;
}
.ys26-home .ys26-home-hero-visual:after{
  content:""!important;
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(3,19,41,.05),rgba(3,19,41,0) 72%,#031329 100%)!important;
}
@media(max-width:1180px){
 .ys26-home .ys26-home-hero-copy{width:min(610px,57%)!important;padding-left:6px!important}
 .ys26-home .ys26-home-hero-visual img{object-position:60% center!important}
}
@media(max-width:920px){
 .ys26-home .ys26-home-hero,.ys26-home .ys26-home-hero-grid{min-height:700px!important}
 .ys26-home .ys26-home-hero-copy{width:100%!important;max-width:610px!important;padding:58px 0 300px!important}
 .ys26-home .ys26-home-hero-visual img{object-position:67% center!important;opacity:.82!important}
 .ys26-home .ys26-home-hero-visual:before{background:linear-gradient(180deg,#031329 0%,rgba(3,19,41,.97) 42%,rgba(3,19,41,.63) 65%,rgba(3,19,41,.38) 100%)!important}
}
@media(max-width:640px){
 .ys26-home .ys26-home-hero,.ys26-home .ys26-home-hero-grid{min-height:720px!important}
 .ys26-home .ys26-home-hero-copy{padding:44px 0 315px!important}
 .ys26-home .ys26-home-hero-visual img{object-position:72% center!important}
}
/* YOORSHOP CUMUL M2 HOME FULL WIDTH V3 END */
