:root {
  --gaest-bg: #070b16;
  --gaest-panel: #0e1424;
  --gaest-panel-2: #111a2e;
  --gaest-white: #ffffff;
  --gaest-muted: #9aa8c7;
  --gaest-text: #eef4ff;
  --gaest-line: rgba(255,255,255,.11);
  --gaest-blue: #3d7cff;
  --gaest-cyan: #44d5ff;
  --gaest-pink: #ff5fb7;
  --gaest-violet: #8c67ff;
  --gaest-green: #57e5b5;
  --gaest-gold: #ffd56a;
  --gaest-radius: 28px;
  --gaest-shadow: 0 30px 90px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.gaest-body {
  margin: 0;
  background: var(--gaest-bg);
  color: var(--gaest-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body.gaest-body a { color: inherit; text-decoration: none; }
body.gaest-body img { max-width: 100%; display: block; }
.gaest-container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }

.gaest-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 11, 22, .82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.gaest-nav-inner { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.gaest-brand { display: inline-flex; align-items: center; min-width: 152px; }
.gaest-brand img { width: 142px; height: auto; }
.gaest-menu { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; }
.gaest-menu a,
.gaest-link-soft {
  color: rgba(238,244,255,.74);
  font-size: 14px;
  font-weight: 750;
  padding: 10px 12px;
  border-radius: 999px;
  transition: .2s ease;
}
.gaest-menu a:hover,
.gaest-link-soft:hover { color: #fff; background: rgba(255,255,255,.08); }
.gaest-actions { display: flex; align-items: center; gap: 10px; }
.gaest-cta,
.gaest-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  color: #071122 !important;
  font-weight: 900;
  background: linear-gradient(135deg, #59e4ff 0%, #8c67ff 48%, #ff68bd 100%);
  box-shadow: 0 18px 46px rgba(140,103,255,.3);
}
.gaest-cta { min-height: 42px; padding: 0 18px; font-size: 14px; }
.gaest-menu-btn {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #fff;
}

.gaest-page {
  background:
    radial-gradient(circle at 92% 8%, rgba(255,95,183,.24), transparent 24%),
    radial-gradient(circle at 8% 18%, rgba(68,213,255,.18), transparent 24%),
    radial-gradient(circle at 50% 52%, rgba(140,103,255,.11), transparent 34%),
    var(--gaest-bg);
}
.gaest-hero { padding: 44px 0 34px; }
.gaest-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  align-items: center;
  gap: 56px;
  min-height: 650px;
  padding: 56px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025) 52%, rgba(140,103,255,.105)), #0c1220;
  box-shadow: var(--gaest-shadow);
  overflow: hidden;
}
.gaest-hero-grid::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255,213,106,.15), transparent 24%);
  pointer-events: none;
}
.gaest-hero-copy,
.gaest-hero-art { position: relative; z-index: 1; }
.gaest-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(238,244,255,.58);
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 22px;
}
.gaest-breadcrumb a:hover { color: #fff; }
.gaest-eyebrow,
.gaest-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(140,103,255,.33);
  background: rgba(140,103,255,.13);
  color: #d6ceff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.gaest-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gaest-green);
  box-shadow: 0 0 0 5px rgba(87,229,181,.11);
}
.gaest-hero h1 {
  max-width: 760px;
  margin: 22px 0 16px;
  color: #fff;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: .93;
  letter-spacing: -.065em;
  font-weight: 950;
}
.gaest-lead {
  max-width: 660px;
  margin: 0;
  color: rgba(238,244,255,.77);
  font-size: 18px;
  line-height: 1.68;
}
.gaest-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.gaest-btn {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.gaest-btn:hover { transform: translateY(-2px); }
.gaest-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(255,255,255,.12);
  color: #fff !important;
  background: rgba(255,255,255,.055);
}
.gaest-trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.gaest-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(238,244,255,.76);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 800;
}
.gaest-trust-row i { color: var(--gaest-green); }

.gaest-hero-art { min-height: 560px; }
.gaest-art-glow {
  position: absolute;
  inset: 60px 10px auto auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,95,183,.28), rgba(68,213,255,.16) 48%, transparent 70%);
  filter: blur(6px);
}
.gaest-art-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.08);
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}
.gaest-art-card img { width: 100%; height: 100%; object-fit: cover; }
.gaest-art-main {
  top: 18px;
  right: 34px;
  width: 330px;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.055));
}
.gaest-art-main img { height: 330px; border-radius: 26px; }
.gaest-art-main div { padding: 14px 8px 8px; }
.gaest-art-main strong { display: block; color: #fff; font-size: 20px; font-weight: 950; }
.gaest-art-main span { display: block; color: rgba(238,244,255,.67); font-size: 13px; font-weight: 750; margin-top: 3px; }
.gaest-art-mini { width: 168px; border-radius: 24px; padding: 8px; }
.gaest-art-mini img { height: 142px; border-radius: 18px; }
.gaest-art-mini span { display: block; padding: 9px 4px 3px; font-size: 13px; font-weight: 900; color: #fff; }
.gaest-art-mini.one { left: 0; bottom: 92px; transform: rotate(-6deg); }
.gaest-art-mini.two { right: 0; bottom: 28px; transform: rotate(5deg); }
.gaest-floating-badge {
  position: absolute;
  left: 78px;
  top: 94px;
  width: 116px;
  min-height: 116px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(145deg, rgba(255,213,106,.98), rgba(255,95,183,.96));
  color: #190e1f;
  box-shadow: 0 18px 50px rgba(255,95,183,.22);
  transform: rotate(-8deg);
}
.gaest-floating-badge b { display: block; font-size: 38px; line-height: .9; font-weight: 950; }
.gaest-floating-badge span { display: block; padding: 0 12px 12px; font-size: 11px; font-weight: 950; text-transform: uppercase; line-height: 1.15; }

.gaest-strip { padding: 6px 0 38px; }
.gaest-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.gaest-strip article {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
}
.gaest-strip strong { display: block; color: #fff; font-weight: 950; margin-bottom: 5px; }
.gaest-strip span { color: rgba(238,244,255,.66); line-height: 1.5; }

.gaest-section { padding: 70px 0; }
.gaest-section-head { max-width: 780px; margin-bottom: 28px; }
.gaest-section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
.gaest-section-head.compact { margin: 0; }
.gaest-section-head h2,
.gaest-credit-card h2,
.gaest-final-card h2 {
  color: #fff;
  margin: 16px 0 10px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 950;
}
.gaest-section-head p,
.gaest-credit-card p,
.gaest-final-card p { color: rgba(238,244,255,.68); line-height: 1.7; font-size: 16px; }
.gaest-style-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gaest-style-card {
  display: block;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  padding: 10px;
  background: rgba(255,255,255,.055);
  transition: .2s ease;
  min-width: 0;
}
.gaest-style-card:hover { transform: translateY(-5px); border-color: rgba(140,103,255,.42); background: rgba(255,255,255,.085); }
.gaest-style-img {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.gaest-style-img img { width: 100%; height: 100%; object-fit: cover; }
.gaest-style-card strong { display: block; padding: 14px 6px 3px; color: #fff; font-size: 16px; font-weight: 950; }
.gaest-style-card small { display: block; padding: 0 6px 10px; color: rgba(238,244,255,.62); font-weight: 700; line-height: 1.45; }
.gaest-center-action { display: flex; justify-content: center; margin-top: 28px; }

.gaest-how { background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)); }
.gaest-how-grid {
  display: grid;
  grid-template-columns: 380px minmax(0,1fr);
  gap: 34px;
  align-items: start;
}
.gaest-steps { display: grid; gap: 14px; }
.gaest-steps article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 6px 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  background: rgba(255,255,255,.052);
}
.gaest-steps b {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(68,213,255,.22), rgba(140,103,255,.25));
  color: #fff;
  font-size: 18px;
}
.gaest-steps strong {
  grid-column: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}
.gaest-steps p {
  grid-column: 2;
  margin: 0;
  color: rgba(238,244,255,.66);
  line-height: 1.6;
}

.gaest-duo { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 18px; }
.gaest-credit-card {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 32px;
  padding: 34px;
  background: rgba(255,255,255,.055);
  overflow: hidden;
  position: relative;
}
.gaest-credit-card.main { background: linear-gradient(145deg, rgba(68,213,255,.08), rgba(140,103,255,.09)), rgba(255,255,255,.055); }
.gaest-credit-card.soon { background: linear-gradient(145deg, rgba(255,213,106,.13), rgba(255,255,255,.045)); }
.gaest-credit-card.soon span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,213,106,.14);
  color: #ffe3a2;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: .06em;
}
.gaest-credit-card.soon h3 { color: #fff; font-size: 28px; line-height: 1; margin: 18px 0 12px; font-weight: 950; letter-spacing: -.035em; }
.gaest-credit-card .gaest-btn { margin-top: 12px; }

.gaest-audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.gaest-audience-grid article {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
}
.gaest-audience-grid i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #071122;
  background: linear-gradient(135deg, #59e4ff, #ff68bd);
  margin-bottom: 16px;
}
.gaest-audience-grid strong { color: #fff; font-size: 17px; font-weight: 950; }
.gaest-audience-grid p { color: rgba(238,244,255,.66); line-height: 1.6; margin: 8px 0 0; }

.gaest-faq-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.gaest-faq-grid article {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
}
.gaest-faq-grid strong { display: block; color: #fff; font-size: 18px; font-weight: 950; margin-bottom: 8px; }
.gaest-faq-grid p { margin: 0; color: rgba(238,244,255,.66); line-height: 1.65; }

.gaest-final-cta { padding: 40px 0 82px; }
.gaest-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 38px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.11);
  background: linear-gradient(135deg, rgba(68,213,255,.1), rgba(255,95,183,.11)), rgba(255,255,255,.055);
  box-shadow: var(--gaest-shadow);
}
.gaest-final-card h2 { margin-bottom: 8px; }
.gaest-final-card p { margin: 0; max-width: 700px; }
.gaest-footer {
  padding: 28px 0;
  background: #060914;
  border-top: 1px solid rgba(255,255,255,.08);
}
.gaest-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.gaest-footer strong { display: block; color: #fff; font-weight: 950; }
.gaest-footer span { color: rgba(238,244,255,.58); }
.gaest-footer-links { display: flex; gap: 14px; color: rgba(238,244,255,.68); font-weight: 800; }
.gaest-footer-links a:hover { color: #fff; }

@media (max-width: 1080px) {
  .gaest-actions .gaest-link-soft { display: none; }
  .gaest-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .gaest-hero-art { min-height: 470px; max-width: 520px; margin: 0 auto; width: 100%; }
  .gaest-style-grid { grid-template-columns: repeat(3, 1fr); }
  .gaest-audience-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  .gaest-container { width: min(100% - 26px, 1160px); }
  .gaest-nav-inner { min-height: 68px; }
  .gaest-menu-btn { display: inline-grid; place-items: center; }
  .gaest-menu {
    position: fixed;
    top: 68px;
    left: 13px;
    right: 13px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 22px;
    background: rgba(9, 14, 28, .96);
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: var(--gaest-shadow);
  }
  .gaest-menu.is-open { display: flex; }
  .gaest-menu a { width: 100%; }
  .gaest-actions { margin-left: auto; }
  .gaest-actions .gaest-cta { display: none; }
  .gaest-hero { padding-top: 20px; }
  .gaest-hero-grid { padding: 30px 22px; border-radius: 26px; gap: 28px; }
  .gaest-hero h1 { letter-spacing: -.045em; }
  .gaest-lead { font-size: 16px; }
  .gaest-art-main { right: 14px; width: min(310px, 74vw); }
  .gaest-art-main img { height: min(310px, 74vw); }
  .gaest-art-mini { width: 132px; }
  .gaest-art-mini img { height: 110px; }
  .gaest-floating-badge { left: 18px; top: 74px; }
  .gaest-strip-grid,
  .gaest-how-grid,
  .gaest-duo,
  .gaest-faq-grid { grid-template-columns: 1fr; }
  .gaest-style-grid { grid-template-columns: repeat(2, 1fr); }
  .gaest-section { padding: 52px 0; }
  .gaest-final-card { display: block; padding: 28px; }
  .gaest-final-card .gaest-btn { margin-top: 20px; }
  .gaest-footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .gaest-brand { min-width: 126px; }
  .gaest-brand img { width: 122px; }
  .gaest-hero-actions .gaest-btn { width: 100%; }
  .gaest-trust-row span { width: 100%; }
  .gaest-hero-art { min-height: 410px; }
  .gaest-art-main { width: 245px; }
  .gaest-art-main img { height: 245px; }
  .gaest-art-mini.one { left: -2px; bottom: 72px; }
  .gaest-art-mini.two { right: -4px; bottom: 16px; }
  .gaest-floating-badge { width: 92px; min-height: 92px; border-radius: 22px; }
  .gaest-floating-badge b { font-size: 30px; }
  .gaest-floating-badge span { font-size: 9px; }
  .gaest-style-grid,
  .gaest-audience-grid { grid-template-columns: 1fr; }
  .gaest-steps article { grid-template-columns: 1fr; }
  .gaest-steps b,
  .gaest-steps strong,
  .gaest-steps p { grid-column: 1; }
  .gaest-steps b { grid-row: auto; }
}
