:root { color-scheme: light dark; --body-bg: var(--bg-page, #07070a); --gtop-bg: rgba(10,10,14,.85); }

:root[data-theme="light"] {
  --bg-page: #F6F1E6; --text-1: #000; --text-2: #000; --text-3: rgba(0,0,0,.6);
  --border-1: rgba(60,45,15,.16); --bg-card: #FFFDF7;
  --body-bg: #F6F1E6; --gtop-bg: rgba(250,246,237,.85);
}
@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) {
    --bg-page: #F6F1E6; --text-1: #000; --text-2: #000; --text-3: rgba(0,0,0,.6);
    --border-1: rgba(60,45,15,.16); --bg-card: #FFFDF7;
    --body-bg: #F6F1E6; --gtop-bg: rgba(250,246,237,.85);
  }
}

* { box-sizing: border-box; }
body {
  margin: 0; background: var(--body-bg); color: var(--text-1, #f5f5f7);
  font-family: var(--font-body, system-ui, sans-serif); line-height: 1.7; font-size: 16.5px;
}
a { color: var(--hema-red-bright, #ff2b3a); text-decoration: none; }
a:hover { text-decoration: underline; }

.g-top {
  display: flex; align-items: center; gap: 14px;
  padding: 8px 24px; border-bottom: 1px solid var(--border-1, rgba(255,255,255,.12));
  background: var(--gtop-bg); position: sticky; top: 0; backdrop-filter: blur(10px); z-index: 5;
}
.g-logo { flex: none; display: inline-flex; }
.g-top img { height: 84px; display: block; }
.g-top nav { flex: 1 1 auto; display: flex; gap: 2px; flex-wrap: wrap; align-items: center; justify-content: center; }
.g-top nav a { color: var(--text-2, rgba(255,255,255,.75)); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; padding: 8px 10px; border-radius: 8px; }
.g-top nav a:hover { color: var(--hema-red-bright, #ff2b3a); text-decoration: none; box-shadow: inset 0 -2px 0 var(--hema-red, #EC1F28); }

.g-right { flex: none; margin-left: auto; display: flex; align-items: center; gap: 10px; }
.g-theme { width: 36px; height: 36px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1; background: var(--bg-card, rgba(255,255,255,.05)); border: 1px solid var(--border-1, rgba(255,255,255,.14)); color: var(--text-1, #fff); cursor: pointer; padding: 0; font-family: inherit; }
.g-theme:hover { border-color: var(--hema-red, #EC1F28); color: var(--hema-red-bright, #ff2b3a); }
.g-lang { position: relative; }
.g-lang-btn { display: inline-flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px; border-radius: 999px; background: var(--bg-card, rgba(255,255,255,.05)); border: 1px solid var(--border-1, rgba(255,255,255,.14)); color: var(--text-1, #fff); font-family: inherit; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.g-lang-btn .globe { font-size: 13px; filter: grayscale(1) brightness(1.6); }
.g-lang-btn .g-caret { font-size: 9px; color: var(--text-3, rgba(255,255,255,.55)); }
.g-lang-btn:hover { border-color: var(--hema-red, #EC1F28); color: var(--hema-red-bright, #ff2b3a); }
.g-lang-menu { position: absolute; top: 44px; right: 0; min-width: 180px; background: var(--bg-card, #14161a); border: 1px solid var(--border-1, rgba(255,255,255,.14)); border-radius: 14px; padding: 6px; box-shadow: 0 18px 50px rgba(0,0,0,.35); display: none; flex-direction: column; gap: 2px; z-index: 20; max-height: 62vh; overflow: auto; }
.g-lang.open .g-lang-menu { display: flex; }
[dir="rtl"] .g-lang-menu { right: auto; left: 0; }
.g-lang-menu a { display: flex; align-items: center; gap: 12px; padding: 9px 12px; border-radius: 9px; color: var(--text-2, rgba(255,255,255,.8)); font-size: 13px; text-decoration: none; text-transform: none; letter-spacing: normal; }
.g-lang-menu a:hover { background: var(--border-1, rgba(255,255,255,.1)); color: var(--text-1, #fff); text-decoration: none; }
.g-lang-menu a.active { color: var(--hema-red-bright, #ff2b3a); }
.g-lang-menu a .lc { font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--text-3, rgba(255,255,255,.55)); width: 26px; flex: none; }
.g-uye { display: inline-flex; align-items: center; height: 38px; padding: 0 20px; border-radius: 10px; background: var(--hema-red, #EC1F28); color: #fff; font-weight: 700; font-size: 14px; text-decoration: none; white-space: nowrap; }
.g-uye:hover { filter: brightness(1.08); text-decoration: none; color: #fff; }

@media (max-width: 900px) { .g-top nav { justify-content: flex-end; } }
@media (max-width: 760px) {
  .g-top { padding: 8px 14px; gap: 10px; }
  .g-top img { height: 60px; }
  .g-top nav { display: none; }
  .g-right { gap: 8px; }
  .g-uye { height: 34px; padding: 0 14px; font-size: 13px; }
}

.g-wrap { max-width: 860px; margin: 0 auto; padding: 34px 22px 60px; }
.g-crumb { font-size: 13px; color: var(--text-3, rgba(255,255,255,.55)); margin-bottom: 18px; }
.g-crumb a { color: var(--text-3, rgba(255,255,255,.55)); }
.g-eyebrow { color: var(--hema-red, #EC1F28); font-weight: 800; letter-spacing: .14em; font-size: 12.5px; text-transform: uppercase; }
h1 { font-family: var(--font-display, inherit); font-size: clamp(30px, 5vw, 46px); line-height: 1.1; margin: 10px 0 8px; text-transform: uppercase; }
.g-date { color: var(--text-3, rgba(255,255,255,.55)); font-size: 13.5px; margin-bottom: 26px; }
h2 { font-family: var(--font-display, inherit); font-size: 24px; margin: 38px 0 10px; }
h3 { font-size: 18px; margin: 26px 0 8px; }
p, li { color: var(--text-2, rgba(255,255,255,.8)); }
strong { color: var(--text-1, #fff); }

.g-tldr {
  border: 1px solid var(--border-red, rgba(236,31,40,.5)); border-left: 4px solid var(--hema-red, #EC1F28);
  background: var(--bg-card, rgba(255,255,255,.04)); border-radius: 12px; padding: 16px 20px; margin: 24px 0;
}
.g-tldr b { color: var(--hema-red-bright, #ff2b3a); letter-spacing: .06em; }

table { width: 100%; border-collapse: collapse; margin: 18px 0 26px; font-size: 15px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border-1, rgba(255,255,255,.12)); vertical-align: top; }
th { color: var(--hema-red-bright, #ff2b3a); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }

.g-cta {
  margin: 40px 0 8px; padding: 22px 24px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(236,31,40,.16), rgba(236,31,40,.05));
  border: 1px solid var(--border-red, rgba(236,31,40,.45));
}
.g-cta a.btn {
  display: inline-block; margin-top: 10px; background: var(--hema-red, #EC1F28); color: #fff;
  padding: 11px 22px; border-radius: 10px; font-weight: 700;
}
.g-cta a.btn:hover { text-decoration: none; filter: brightness(1.1); }

.g-foot { border-top: 1px solid var(--border-1, rgba(255,255,255,.12)); margin-top: 50px; padding: 22px 24px; font-size: 13.5px; color: var(--text-3, rgba(255,255,255,.55)); display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; }

.g-card { display: block; border: 1px solid var(--border-1, rgba(255,255,255,.12)); background: var(--bg-card, rgba(255,255,255,.04)); border-radius: 14px; padding: 20px 22px; margin: 16px 0; color: inherit; }
.g-card:hover { border-color: var(--border-red, rgba(236,31,40,.5)); text-decoration: none; }
.g-card h2 { margin: 0 0 6px; font-size: 20px; }
.g-card p { margin: 0; font-size: 15px; }

.u-wide { max-width: 1150px; }
.u-hero { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; padding: 24px 0 8px; overflow-x: clip; }
.u-glow { position: absolute; inset: -50px -70px; pointer-events: none; z-index: 0; opacity: .8; }
.u-info { position: relative; z-index: 1; }
.u-canwrap { position: relative; z-index: 1; justify-self: center; text-align: center; }
.u-canwrap img { width: min(320px, 64vw); height: auto; filter: drop-shadow(0 26px 44px rgba(0,0,0,.55)); }
.u-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 4px; }
.u-pill { display: inline-flex; align-items: center; padding: 5px 14px; border-radius: 999px; border: 1px solid var(--border-1, rgba(255,255,255,.16)); background: var(--bg-card, rgba(255,255,255,.05)); color: var(--text-2, rgba(255,255,255,.75)); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.u-hero h1 { margin: 12px 0 4px; font-size: clamp(38px, 5.6vw, 64px); }
.u-slogan { color: var(--text-3, rgba(255,255,255,.55)); font-style: italic; font-size: 17px; margin: 0 0 8px; }
.u-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 470px; margin: 18px 0 4px; }
.u-stat { border: 1px solid var(--border-1, rgba(255,255,255,.12)); background: var(--bg-card, rgba(255,255,255,.04)); border-radius: 12px; padding: 12px 16px; }
.u-stat-k { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3, rgba(255,255,255,.55)); }
.u-stat-v { font-family: var(--font-display, inherit); font-size: 21px; color: var(--text-1, #fff); margin-top: 2px; }
.u-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 6px; }
.u-btn { display: inline-flex; align-items: center; background: var(--hema-red, #EC1F28); color: #fff; padding: 13px 24px; border-radius: 12px; font-weight: 800; font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase; }
.u-btn:hover { text-decoration: none; filter: brightness(1.1); color: #fff; }
.u-play { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; background: rgba(10,10,14,.82); color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 10px 18px; font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.u-play svg { flex: none; }
.u-video { display: none; margin: 14px auto 0; max-width: 430px; }
.u-video video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #000; border-radius: 14px; display: block; }
.video-on .u-play { display: none; }
.video-on .u-video { display: block; }
.u-canwrap.video-on { display: flex; align-items: center; justify-content: flex-end; gap: 16px; text-align: initial; justify-self: stretch; }
.u-canwrap.video-on img { width: min(130px, 26vw); flex: 0 0 auto; }
.u-canwrap.video-on .u-video { flex: 1 1 auto; margin: 0; max-width: none; min-width: 0; }
.u-hero:has(.u-canwrap.video-on) { grid-template-columns: .7fr 1.3fr; gap: 20px; }
.u-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin: 34px 0 8px; }
.u-card { border: 1px solid var(--border-1, rgba(255,255,255,.12)); background: var(--bg-card, rgba(255,255,255,.04)); border-radius: 16px; padding: 18px 20px; }
.u-card h2 { margin: 0; font-size: 19px; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.u-card h2 .sub { font-family: var(--font-body, inherit); color: var(--hema-red-bright, #ff2b3a); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.u-card table { margin: 12px 0 0; font-size: 14.5px; }
.u-card td { padding: 8px 2px; }
.u-card td:last-child { text-align: end; color: var(--text-1, #fff); font-weight: 600; }
.u-ing { color: var(--hema-red-bright, #ff2b3a); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin: 30px 0 6px; font-family: var(--font-body, inherit); }
.u-ing-p { font-size: 14.5px; margin-top: 0; }
:root[data-theme="light"] .u-glow { opacity: .35; }
:root[data-theme="light"] .u-canwrap img { filter: drop-shadow(0 22px 36px rgba(60,45,15,.3)); }
:root[data-theme="light"] .u-stat-v, :root[data-theme="light"] .u-card td:last-child { color: #000; }
@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) .u-glow { opacity: .35; }
  :root:not([data-theme="dark"]) .u-canwrap img { filter: drop-shadow(0 22px 36px rgba(60,45,15,.3)); }
  :root:not([data-theme="dark"]) .u-stat-v, :root:not([data-theme="dark"]) .u-card td:last-child { color: #000; }
}
@media (max-width: 900px) {
  .u-hero { grid-template-columns: 1fr; gap: 8px; }
  .u-canwrap { order: -1; }
  .u-canwrap img { width: min(230px, 58vw); }
  .u-play { bottom: 12px; }
  .u-hero h1 { font-size: clamp(32px, 9vw, 44px); }
  .u-canwrap.video-on { flex-direction: column-reverse; align-items: center; justify-content: center; gap: 12px; }
  .u-canwrap.video-on img { width: min(230px, 58vw); }
  .u-canwrap.video-on .u-video { flex: 0 0 auto; width: 100%; max-width: 430px; }
  .u-hero:has(.u-canwrap.video-on) { grid-template-columns: 1fr; gap: 8px; }
}
