:root{
  --bg:#080b10;
  --bg-soft:#0c1017;
  --panel:#0c1118;
  --panel-2:#10151d;
  --text:#e9e9e7;
  --muted:#9ba1ab;
  --gold:#d6ad67;
  --gold-strong:#ebc77f;
  --gold-line:rgba(214,173,103,.34);
  --red:#8f1f1c;
  --red-2:#ad2824;
  --shell:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 73% 8%, rgba(49,61,78,.12), transparent 32rem),
    linear-gradient(180deg,#070a0f 0%,#090c12 60%,#07090d 100%);
  color:var(--text);
  font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.shell{width:min(calc(100% - 48px),var(--shell));margin:0 auto}

.site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  background:linear-gradient(180deg,rgba(6,9,13,.96),rgba(6,9,13,.73));
  border-bottom:1px solid rgba(214,173,103,.18);
  backdrop-filter:blur(14px);
}
.nav-shell{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:13px;color:var(--gold-strong)}
.brand-mark{font-size:24px;line-height:1;text-shadow:0 0 18px rgba(214,173,103,.25)}
.brand-text{font-family:Georgia,'Times New Roman',serif;font-size:24px;letter-spacing:.06em;text-transform:uppercase}
.main-nav{display:flex;align-items:center;gap:28px;font-size:13px;color:#d4d6da}
.main-nav a{transition:.18s ease}
.main-nav a:hover{color:var(--gold-strong)}
.nav-login{padding:10px 17px;border:1px solid var(--gold-line);border-radius:6px;background:rgba(143,31,28,.42)}

.hero{
  position:relative;
  min-height:860px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid rgba(214,173,103,.13);
  isolation:isolate;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    radial-gradient(circle at 78% 30%, rgba(73,83,96,.13), transparent 25rem),
    linear-gradient(90deg,#080b10 0%,#080b10 43%,rgba(8,11,16,.91) 58%,rgba(8,11,16,.58) 78%,#080b10 100%);
}
.hero-atmosphere{
  position:absolute;
  inset:0;
  z-index:-3;
  opacity:.7;
  background:
    linear-gradient(90deg,transparent 0 49%,rgba(214,173,103,.025) 50%,transparent 51%),
    radial-gradient(ellipse at 82% 60%,rgba(0,0,0,.05),rgba(0,0,0,.68) 66%);
}
.hero-character{
  position:absolute;
  z-index:-2;
  right:max(-22px,calc((100vw - var(--shell))/2 - 30px));
  top:86px;
  bottom:auto;
  width:min(49vw,720px);
  opacity:.40;
  filter:grayscale(1) contrast(.98) brightness(.78);
  -webkit-mask-image:radial-gradient(ellipse 72% 86% at 58% 35%,#000 36%,rgba(0,0,0,.95) 58%,rgba(0,0,0,.58) 77%,transparent 100%);
  mask-image:radial-gradient(ellipse 72% 86% at 58% 35%,#000 36%,rgba(0,0,0,.95) 58%,rgba(0,0,0,.58) 77%,transparent 100%);
}
.hero-character:after{
  content:"";
  position:absolute;
  inset:-4%;
  background:
    linear-gradient(90deg,var(--bg) 0%,rgba(8,11,16,.80) 16%,transparent 47%),
    linear-gradient(180deg,rgba(8,11,16,.56) 0%,rgba(8,11,16,.16) 18%,transparent 36%,transparent 76%,rgba(8,11,16,.72) 100%);
  pointer-events:none;
}
.hero-shell{padding-top:118px;position:relative;z-index:2}
.hero-copy{width:min(610px,58%)}
.eyebrow,.section-kicker{
  display:inline-block;
  margin:0 0 16px;
  color:var(--gold);
  font-size:11px;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.hero h1,.section h2{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-weight:500;
  color:#e8c27b;
  letter-spacing:.015em;
}
.hero h1{font-size:clamp(58px,7vw,92px);line-height:.98;text-shadow:0 8px 35px rgba(0,0,0,.45)}
.hero-lead{max-width:590px;margin:22px 0 14px;font-family:Georgia,'Times New Roman',serif;font-size:23px;line-height:1.42;color:#e2e1dc}
.hero-body{max-width:570px;margin:0;color:#afb4bd;font-size:15px}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}
.button{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:6px;
  border:1px solid var(--gold-line);
  font-size:12px;
  font-weight:800;
  letter-spacing:.035em;
  text-transform:uppercase;
  transition:transform .15s ease,border-color .15s ease,background .15s ease;
}
.button:hover{transform:translateY(-1px);border-color:rgba(235,199,127,.72)}
.button-primary{background:linear-gradient(180deg,var(--red-2),var(--red));color:#fff;border-color:rgba(235,199,127,.48);box-shadow:0 9px 28px rgba(91,16,14,.2)}
.button-secondary{background:rgba(9,13,19,.72);color:#e6d2a9}
.button-large{min-width:180px;min-height:50px}
.hero-status{display:flex;align-items:center;gap:13px;margin-top:27px;color:#7f8690;font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.hero-status i{display:block;width:3px;height:3px;border-radius:50%;background:var(--gold)}

.section{padding:92px 0;border-bottom:1px solid rgba(255,255,255,.045)}
.section-alt{background:linear-gradient(180deg,rgba(12,16,23,.72),rgba(8,11,16,.72))}
.section-heading{text-align:center;max-width:760px;margin:0 auto 40px}
.section-heading-left{text-align:left;margin-left:0}
.section-heading h2{font-size:clamp(32px,4vw,48px);line-height:1.14}
.section-heading p{max-width:670px;margin:16px auto 0;color:var(--muted)}
.section-heading-left p{margin-left:0}
.platform-card h3{margin:0 0 10px;font-family:Georgia,'Times New Roman',serif;color:#dfbe7e;font-size:23px;font-weight:500}
.platform-card p{margin:0;color:var(--muted);font-size:14px}

.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.platform-card{overflow:hidden;border:1px solid var(--gold-line);border-radius:10px;background:var(--panel);box-shadow:0 18px 40px rgba(0,0,0,.12)}
.platform-placeholder{
  height:190px;
  display:flex;
  align-items:flex-end;
  padding:21px;
  background:
    linear-gradient(180deg,rgba(7,10,14,.16),rgba(7,10,14,.92)),
    radial-gradient(circle at 62% 22%,rgba(214,173,103,.12),transparent 42%),
    linear-gradient(135deg,#161d27,#090d13 70%);
  border-bottom:1px solid rgba(214,173,103,.13);
}
.platform-placeholder span{color:rgba(236,220,189,.42);font-family:Georgia,serif;font-size:28px;letter-spacing:.08em;text-transform:uppercase}
.platform-copy{padding:24px}
.platform-state{display:inline-block;margin-bottom:13px;padding:4px 8px;border-radius:20px;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.state-ready{color:#bdc8b6;background:rgba(78,105,73,.14);border:1px solid rgba(110,145,101,.22)}
.state-dev{color:#e8b58f;background:rgba(143,31,28,.18);border:1px solid rgba(173,40,36,.36)}

.assistant-panel{
  display:grid;
  grid-template-columns:1.5fr .7fr;
  gap:45px;
  align-items:center;
  padding:42px;
  border:1px solid var(--gold-line);
  border-radius:12px;
  background:
    radial-gradient(circle at 8% 50%,rgba(214,173,103,.07),transparent 22rem),
    linear-gradient(135deg,rgba(16,21,29,.96),rgba(8,12,18,.93));
}
.assistant-copy h2{font-size:42px}
.assistant-copy p{max-width:650px;margin:15px 0 0;color:var(--muted)}
.assistant-access{min-height:190px;padding-left:34px;border-left:1px solid rgba(214,173,103,.18);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px}
.lock{width:45px;height:45px;display:grid;place-items:center;border:1px solid var(--gold-line);border-radius:50%;color:var(--gold);font-size:27px}
.assistant-access strong{font-family:Georgia,serif;color:#e0c083;font-size:19px;font-weight:500}
.site-footer{padding:32px 0 42px;background:#06090d;color:#707781}
.footer-shell{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}
.footer-shell strong{display:block;color:#cfa965;font-family:Georgia,serif;font-size:20px;font-weight:500}
.footer-shell span{display:block;margin-top:4px;font-size:9px;letter-spacing:.15em;text-transform:uppercase}
.footer-links{display:flex;gap:22px;font-size:12px}
.footer-links a:hover{color:var(--gold)}

@media (max-width:900px){
  .main-nav{gap:15px}.main-nav a:not(.nav-login){display:none}
  .hero{min-height:760px;align-items:flex-end;padding-bottom:70px}
  .hero-character{right:-100px;top:92px;bottom:auto;width:600px;opacity:.30}
  .hero-copy{width:min(670px,100%)}
  .hero:before{background:linear-gradient(90deg,#080b10 0%,rgba(8,11,16,.93) 58%,rgba(8,11,16,.65) 100%)}
  .platform-grid{grid-template-columns:1fr}
  .assistant-panel{grid-template-columns:1fr}
  .assistant-access{padding:28px 0 0;border-left:0;border-top:1px solid rgba(214,173,103,.18)}
}

@media (max-width:620px){
  .shell{width:min(calc(100% - 28px),var(--shell))}
  .nav-shell{height:64px}
  .brand-text{font-size:18px}
  .hero{min-height:790px;padding-bottom:46px}
  .hero-shell{padding-top:105px}
  .hero-character{width:470px;right:-150px;top:106px;bottom:auto;opacity:.26}
  .hero h1{font-size:54px}
  .hero-lead{font-size:20px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .button{width:100%}
  .hero-status{flex-wrap:wrap;gap:8px 10px}
  .section{padding:68px 0}
  .section-heading{text-align:left}
  .section-heading p{margin-left:0}
  .assistant-panel{padding:27px}
  .assistant-copy h2{font-size:34px}
  .footer-shell{align-items:flex-start;flex-direction:column}
}

.etro-guides-section{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding-top:82px;
  padding-bottom:90px;
  border-top:1px solid rgba(214,173,103,.08);
  border-bottom:1px solid rgba(214,173,103,.08);
  background:
    radial-gradient(ellipse at 50% -8%,rgba(218,176,99,.09) 0%,rgba(218,176,99,.025) 28%,transparent 58%),
    radial-gradient(ellipse at 18% 55%,rgba(58,81,112,.075),transparent 35%),
    linear-gradient(180deg,#080c12 0%,#0a0f16 48%,#070b10 100%);
}
.etro-guides-section:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.20;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,transparent 2%,#000 25%,#000 72%,transparent 100%);
}
.etro-guides-section:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  bottom:-170px;
  width:min(1100px,90vw);
  height:320px;
  translate:-50% 0;
  border-radius:50%;
  background:rgba(214,173,103,.045);
  filter:blur(80px);
  pointer-events:none;
}
.etro-guides-section .section-heading{
  position:relative;
  max-width:760px;
  margin-bottom:48px;
}
.etro-guides-section .section-kicker{
  display:inline-flex;
  align-items:center;
  gap:13px;
}
.etro-guides-section .section-kicker:before,
.etro-guides-section .section-kicker:after{
  content:"";
  width:34px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(225,184,106,.72));
}
.etro-guides-section .section-kicker:after{
  background:linear-gradient(90deg,rgba(225,184,106,.72),transparent);
}
.etro-guides-section .section-heading h2{
  text-shadow:0 10px 32px rgba(0,0,0,.32);
}
.etro-guides-section .section-heading p{
  max-width:650px;
  color:#9da6b2;
}

.etro-guide-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:start;
  perspective:1200px;
}
.etro-guide-card{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  font:inherit;
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  padding:0;
  border:1px solid rgba(214,173,103,.18);
  border-radius:14px;
  background-color:#080c12;
  background-image:linear-gradient(155deg,rgba(15,21,29,.88),rgba(6,10,15,.96));
  color:inherit;
  text-align:left;
  cursor:pointer;
  box-shadow:
    0 28px 70px rgba(0,0,0,.25),
    inset 0 1px rgba(255,255,255,.025);
  transition:transform .28s cubic-bezier(.2,.7,.2,1),border-color .24s ease,box-shadow .28s ease;
}
.etro-guide-card:after{
  content:"";
  position:absolute;
  left:14%;
  right:14%;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(241,201,126,.62),transparent);
  opacity:.72;
  pointer-events:none;
}
.etro-guide-card:nth-child(2){
  transform:translateY(-9px);
  border-color:rgba(214,173,103,.27);
  box-shadow:
    0 34px 82px rgba(0,0,0,.30),
    0 0 38px rgba(214,173,103,.035),
    inset 0 1px rgba(255,255,255,.03);
}
.etro-guide-card:hover,.etro-guide-card:focus-visible{
  transform:translateY(-7px);
  border-color:rgba(235,199,127,.48);
  box-shadow:
    0 35px 82px rgba(0,0,0,.34),
    0 0 42px rgba(214,173,103,.055),
    inset 0 1px rgba(255,255,255,.035);
  outline:none;
}
.etro-guide-card:nth-child(2):hover,.etro-guide-card:nth-child(2):focus-visible{
  transform:translateY(-15px);
}
.etro-guide-image{
  position:relative;
  display:block;
  aspect-ratio:2/3;
  overflow:hidden;
  background:#05080c;
}
.etro-guide-image:before{
  content:"+";
  position:absolute;
  z-index:3;
  top:14px;
  right:14px;
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  border:1px solid rgba(232,194,119,.38);
  border-radius:50%;
  background:rgba(5,8,12,.68);
  color:#d7b56f;
  font-family:Arial,sans-serif;
  font-size:18px;
  font-weight:300;
  line-height:1;
  opacity:.55;
  backdrop-filter:blur(5px);
  transition:opacity .22s ease,transform .22s ease,border-color .22s ease;
}
.etro-guide-image:after{
  content:"";
  position:absolute;
  z-index:2;
  inset:auto 0 0;
  height:35%;
  background:linear-gradient(180deg,transparent 0%,rgba(7,11,16,.62) 46%,rgba(7,11,16,.98) 100%);
  pointer-events:none;
}
.etro-guide-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.94) contrast(1.015) brightness(.96);
  transition:transform .42s cubic-bezier(.2,.7,.2,1),filter .28s ease;
}
.etro-guide-card:hover .etro-guide-image img,
.etro-guide-card:focus-visible .etro-guide-image img{
  transform:scale(1.018);
  filter:saturate(1) contrast(1.035) brightness(1.035);
}
.etro-guide-card:hover .etro-guide-image:before,
.etro-guide-card:focus-visible .etro-guide-image:before{
  opacity:1;
  transform:rotate(90deg);
  border-color:rgba(235,199,127,.65);
}
.etro-guide-copy{
  position:relative;
  z-index:4;
  display:block;
  min-height:112px;
  margin-top:-28px;
  padding:36px 24px 24px 27px;
  background:linear-gradient(180deg,rgba(7,11,16,0) 0%,rgba(7,11,16,.96) 25%,#080c12 62%);
}
.etro-guide-copy:before{
  content:"";
  position:absolute;
  left:13px;
  top:39px;
  width:2px;
  height:37px;
  border-radius:2px;
  background:linear-gradient(180deg,#d7b46c,rgba(215,180,108,.14));
  opacity:.72;
}
.etro-guide-copy strong{
  display:block;
  color:#e0bf7c;
  font-family:Georgia,'Times New Roman',serif;
  font-size:21px;
  font-weight:500;
  line-height:1.25;
  transition:color .2s ease,text-shadow .2s ease;
}
.etro-guide-card:hover .etro-guide-copy strong,
.etro-guide-card:focus-visible .etro-guide-copy strong{
  color:#efce8d;
  text-shadow:0 0 18px rgba(226,187,111,.12);
}
.etro-guide-copy small{
  display:block;
  margin-top:8px;
  color:#8f99a6;
  font-size:12px;
  line-height:1.55;
}

@media(max-width:900px){
  .etro-guides-section{padding-top:72px;padding-bottom:76px}
  .etro-guide-grid{gap:13px}
  .etro-guide-card:nth-child(2){transform:translateY(-6px)}
  .etro-guide-card:nth-child(2):hover,.etro-guide-card:nth-child(2):focus-visible{transform:translateY(-11px)}
  .etro-guide-copy{padding:34px 17px 21px 20px}
  .etro-guide-copy:before{left:9px}
  .etro-guide-copy strong{font-size:18px}
}
@media(max-width:700px){
  .etro-guides-section .section-heading{margin-bottom:34px}
  .etro-guide-grid{grid-template-columns:1fr;gap:16px}
  .etro-guide-card,.etro-guide-card:nth-child(2){
    display:grid;
    grid-template-columns:minmax(135px,42%) 1fr;
    align-items:stretch;
    transform:none;
  }
  .etro-guide-card:hover,.etro-guide-card:focus-visible,
  .etro-guide-card:nth-child(2):hover,.etro-guide-card:nth-child(2):focus-visible{transform:translateY(-3px)}
  .etro-guide-image{height:100%;min-height:245px;aspect-ratio:2/3}
  .etro-guide-image:after{inset:0 0 0 auto;width:35%;height:100%;background:linear-gradient(90deg,transparent,rgba(7,11,16,.95))}
  .etro-guide-copy{display:flex;min-height:auto;margin:0;padding:24px 22px 24px 25px;flex-direction:column;justify-content:center;background:linear-gradient(90deg,rgba(7,11,16,.92),#080c12 24%)}
  .etro-guide-copy:before{left:11px;top:50%;height:42px;translate:0 -50%}
}
@media(max-width:620px){
  .etro-guides-section{padding-top:62px;padding-bottom:64px}
  .etro-guides-section .section-kicker:before,.etro-guides-section .section-kicker:after{width:22px}
}
@media(max-width:430px){
  .etro-guide-card,.etro-guide-card:nth-child(2){grid-template-columns:1fr}
  .etro-guide-image{height:auto;min-height:0;aspect-ratio:2/3}
  .etro-guide-image:after{inset:auto 0 0;width:auto;height:35%;background:linear-gradient(180deg,transparent,rgba(7,11,16,.96))}
  .etro-guide-copy{margin-top:-28px;padding:36px 21px 22px 24px;background-color:#080c12;background-image:linear-gradient(180deg,rgba(7,11,16,0),rgba(7,11,16,.96) 24%,#080c12 58%)}
  .etro-guide-copy:before{left:11px;top:39px;height:37px;translate:none}
}
@media(prefers-reduced-motion:reduce){
  .etro-guide-card,.etro-guide-image img,.etro-guide-image:before{transition:none!important}
}

.etro-gameplay-panel{
  padding:38px 42px;
  border:1px solid rgba(214,173,103,.28);
  border-radius:12px;
  background:
    radial-gradient(circle at 8% 20%,rgba(214,173,103,.055),transparent 22rem),
    linear-gradient(135deg,rgba(15,20,28,.96),rgba(7,11,17,.94));
  box-shadow:0 24px 60px rgba(0,0,0,.16);
}
.etro-gameplay-copy{text-align:center;max-width:720px;margin:0 auto}
.etro-gameplay-copy h2{margin:0;color:#e8c27b;font-family:Georgia,'Times New Roman',serif;font-size:clamp(32px,4vw,46px);font-weight:500;line-height:1.15}
.etro-gameplay-copy p{max-width:620px;margin:15px auto 0;color:var(--muted)}
.etro-video-toggle{width:auto;margin-top:23px;gap:9px;cursor:pointer}
.etro-video-toggle .fa-youtube{font-size:16px;color:#c84a43}
.etro-video-panel{margin-top:28px;padding-top:28px;border-top:1px solid rgba(214,173,103,.15)}
.etro-video-frame{position:relative;overflow:hidden;width:min(960px,100%);margin:0 auto;aspect-ratio:16/9;border:1px solid rgba(214,173,103,.28);border-radius:10px;background:#05070a;box-shadow:0 24px 60px rgba(0,0,0,.32)}
.etro-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

.etro-guide-modal{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:30px}
.etro-guide-modal.is-open{display:flex}
.etro-guide-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.88);backdrop-filter:blur(5px)}
.etro-guide-modal-dialog{position:relative;z-index:1;display:flex;max-width:min(92vw,780px);max-height:92vh;flex-direction:column;align-items:center;padding:18px;border:1px solid rgba(214,173,103,.36);border-radius:12px;background:linear-gradient(145deg,#10151d,#070b10);box-shadow:0 35px 100px rgba(0,0,0,.7)}
.etro-guide-modal-heading{width:100%;padding:0 42px 13px;color:#dfbe7e;font-family:Georgia,'Times New Roman',serif;font-size:18px;text-align:center}
.etro-guide-modal-dialog img{display:block;max-width:100%;max-height:calc(92vh - 78px);width:auto;height:auto;border-radius:7px}
.etro-guide-modal-close{position:absolute;z-index:2;top:7px;right:11px;width:34px;height:34px;padding:0;border:0;background:transparent;color:#b8bdc5;font-size:27px;line-height:1;cursor:pointer}
.etro-guide-modal-close:hover{color:#f0cf8c}
body.etro-guide-lock{overflow:hidden}

@media(max-width:900px){
  .etro-gameplay-panel{padding:34px 28px}
}
@media(max-width:620px){
  .etro-gameplay-panel{padding:28px 20px}
  .etro-video-toggle{width:100%}
  .etro-guide-modal{padding:14px}
  .etro-guide-modal-dialog{padding:12px;max-width:96vw;max-height:95vh}
  .etro-guide-modal-dialog img{max-height:calc(95vh - 70px)}
}

