:root {
  --gshto-bg: #060606;
  --gshto-bg-soft: #0c0c0c;
  --gshto-card: #101010;
  --gshto-card-2: #141414;
  --gshto-line: rgba(255,255,255,0.08);
  --gshto-text: #ffffff;
  --gshto-muted: #b6b6b6;
  --gshto-green: #8dff2f;
  --gshto-green-soft: rgba(141,255,47,0.10);
  --gshto-red: #ff4d5d;
  --gshto-shadow: 0 20px 60px rgba(0,0,0,0.35);
  --gshto-radius: 24px;
  --gshto-max: 1240px;
}

.gshto-site-shell,
.gshto-site-shell * { box-sizing: border-box; }
.gshto-site-shell a { color: inherit; text-decoration: none; }
.gshto-site-shell img { display: block; max-width: 100%; height: auto; }

.gshto-page {
  --gshto-bg: #060606;
  --gshto-bg-soft: #0c0c0c;
  --gshto-card: #101010;
  --gshto-card-2: #141414;
  --gshto-line: rgba(255,255,255,0.08);
  --gshto-text: #ffffff;
  --gshto-muted: #b6b6b6;
  --gshto-green: #8dff2f;
  --gshto-green-soft: rgba(141,255,47,0.10);
  --gshto-red: #ff4d5d;
  --gshto-shadow: 0 20px 60px rgba(0,0,0,0.35);
  --gshto-radius: 24px;
  color: var(--gshto-text);
  background:
    radial-gradient(circle at top right, rgba(141,255,47,0.12), transparent 23%),
    radial-gradient(circle at 8% 18%, rgba(141,255,47,0.08), transparent 18%),
    linear-gradient(180deg, #090909 0%, var(--gshto-bg) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.gshto-container {
  width: min(var(--gshto-max), calc(100% - 32px));
  max-width: var(--gshto-max);
  margin: 0 auto;
}

.gshto-breadcrumb { padding: 18px 0 4px; color: var(--gshto-muted); font-size: 13px; }
.gshto-breadcrumb .gshto-container { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.gshto-breadcrumb a { color: #e9ffd8; }
.gshto-breadcrumb a:hover { color: var(--gshto-green); }

.gshto-hero { padding: 50px 0 36px; }
.gshto-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 34px; align-items: center; }
.gshto-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(141,255,47,0.20);
  background: rgba(141,255,47,0.08);
  color: #e9ffd8;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
}
.gshto-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(44px, 7vw, 78px);
  line-height: .96;
  letter-spacing: -.05em;
  color: #fff;
}
.gshto-hero h1 span { color: var(--gshto-green); }
.gshto-hero-copy > p {
  margin: 0;
  max-width: 760px;
  color: #dedede;
  font-size: 18px;
  line-height: 1.8;
}
.gshto-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.gshto-actions-center { justify-content: center; }
.gshto-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 13px 18px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  border: 1px solid transparent;
  transition: none;
}
.gshto-btn-primary,
.gshto-btn-primary:visited,
.gshto-btn-primary:hover,
.gshto-btn-primary:focus,
.gshto-btn-primary:active {
  background: var(--gshto-green);
  color: #050a00 !important;
  border-color: var(--gshto-green);
  box-shadow: none;
  transform: none;
}
.gshto-btn-secondary,
.gshto-btn-secondary:visited,
.gshto-btn-secondary:hover,
.gshto-btn-secondary:focus,
.gshto-btn-secondary:active {
  background: rgba(255,255,255,0.045);
  color: var(--gshto-text) !important;
  border-color: var(--gshto-line);
  box-shadow: none;
  transform: none;
}
.gshto-btn-ghost,
.gshto-btn-ghost:visited,
.gshto-btn-ghost:hover,
.gshto-btn-ghost:focus,
.gshto-btn-ghost:active {
  background: transparent;
  color: #e9ffd8 !important;
  border-color: rgba(141,255,47,0.28);
  box-shadow: none;
  transform: none;
}
.gshto-hero-note {
  display: inline-flex;
  margin-top: 22px;
  color: var(--gshto-muted);
  border: 1px solid var(--gshto-line);
  background: rgba(255,255,255,.03);
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 13px;
}
.gshto-card {
  background: linear-gradient(180deg, rgba(18,18,18,0.96), rgba(10,10,10,0.96));
  border: 1px solid var(--gshto-line);
  border-radius: var(--gshto-radius);
  box-shadow: var(--gshto-shadow);
}
.gshto-hero-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  min-height: 440px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 75% 20%, rgba(141,255,47,.20), transparent 30%),
    linear-gradient(180deg, rgba(18,18,18,.98), rgba(8,8,8,.98));
}
.gshto-hero-card img { width: 100%; max-height: 420px; object-fit: contain; border-radius: 22px; }
.gshto-device-stack { position: relative; width: 100%; min-height: 340px; }
.gshto-device {
  position: absolute;
  display: grid;
  place-items: center;
  color: #f8f8f8;
  background: linear-gradient(160deg, #191919, #070707);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.025), 0 24px 50px rgba(0,0,0,.35);
}
.gshto-device span { color: var(--gshto-muted); font-weight: 800; letter-spacing: -.03em; }
.gshto-device-phone { width: 34%; height: 76%; left: 7%; bottom: 0; border-radius: 34px; z-index: 2; }
.gshto-device-tablet { width: 42%; height: 88%; right: 6%; bottom: 0; border-radius: 28px; }
.gshto-device-laptop { width: 66%; height: 42%; left: 18%; top: 0; border-radius: 18px; z-index: 1; }
.gshto-hero-mini {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--gshto-line);
  border-radius: 18px;
  background: rgba(6,6,6,.78);
  backdrop-filter: blur(14px);
  padding: 16px;
}
.gshto-hero-mini strong { color: #fff; }
.gshto-hero-mini span { color: var(--gshto-muted); font-size: 13px; }

.gshto-section { padding: 46px 0 72px; }
.gshto-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.gshto-section-head h2,
.gshto-support-card h2,
.gshto-links-card h2,
.gshto-final-card h2 {
  margin: 12px 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -.04em;
  color: #fff;
}
.gshto-section-head p,
.gshto-support-card p,
.gshto-links-card p,
.gshto-final-card p {
  margin: 0;
  color: var(--gshto-muted);
  max-width: 820px;
  line-height: 1.8;
}

.gshto-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gshto-trust-card { padding: 22px; min-height: 210px; }
.gshto-trust-card span,
.gshto-method-label {
  display: inline-flex;
  color: var(--gshto-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.gshto-trust-card h3,
.gshto-check-card h3 { margin: 18px 0 10px; color: #fff; font-size: 20px; line-height: 1.2; }
.gshto-trust-card p,
.gshto-check-card p,
.gshto-method-card p { margin: 0; color: var(--gshto-muted); line-height: 1.7; }

.gshto-methods { display: grid; gap: 18px; }
.gshto-method-card { padding: 24px; }
.gshto-method-top { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: start; }
.gshto-method-card h3 { margin: 10px 0 10px; color: #fff; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.03em; }
.gshto-method-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--gshto-green);
  color: #0a1200;
  font-weight: 900;
}
.gshto-method-image { margin: 20px 0 0; border: 1px solid var(--gshto-line); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.03); }
.gshto-method-image img { width: 100%; max-height: 320px; object-fit: cover; }
.gshto-steps {
  counter-reset: gshto-step;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 22px;
  padding: 0;
  list-style: none;
}
.gshto-steps li {
  position: relative;
  margin: 0;
  padding: 42px 14px 15px;
  min-height: 138px;
  color: #e8e8e8;
  background: rgba(255,255,255,.035);
  border: 1px solid var(--gshto-line);
  border-radius: 18px;
  line-height: 1.45;
}
.gshto-steps li:before {
  counter-increment: gshto-step;
  content: counter(gshto-step);
  position: absolute;
  top: 14px;
  left: 14px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(141,255,47,.12);
  color: var(--gshto-green);
  font-size: 12px;
  font-weight: 900;
}

.gshto-split-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; align-items: start; }
.gshto-section-head-sticky { position: sticky; top: 100px; }
.gshto-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gshto-check-card { padding: 22px; }
.gshto-check-card h3 { margin-top: 0; }

.gshto-payment-delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.gshto-payment-card,
.gshto-delivery-card { padding: 26px; }
.gshto-payment-card .gshto-section-head,
.gshto-delivery-card .gshto-section-head,
.gshto-safety-card .gshto-section-head { display: block; margin-bottom: 22px; }
.gshto-pill-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.gshto-pill-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 13px;
  color: #f8f8f8;
  background: rgba(255,255,255,.035);
  border: 1px solid var(--gshto-line);
  border-radius: 999px;
  font-weight: 700;
}
.gshto-timeline { display: grid; gap: 12px; }
.gshto-timeline-row {
  display: grid;
  grid-template-columns: minmax(120px,.35fr) 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--gshto-line);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
.gshto-timeline-row strong { color: var(--gshto-green); }
.gshto-timeline-row span { color: #e4e4e4; line-height: 1.5; }

.gshto-support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.gshto-support-card { padding: 28px; }
.gshto-support-card .gshto-btn { margin-top: 22px; }
.gshto-support-card-accent { background: radial-gradient(circle at top right, rgba(141,255,47,.16), transparent 36%), linear-gradient(180deg, rgba(18,18,18,.98), rgba(10,10,10,.98)); }

.gshto-safety-links-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.gshto-safety-card,
.gshto-links-card { padding: 26px; }
.gshto-safety-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.gshto-safety-list li {
  position: relative;
  color: #ededed;
  line-height: 1.55;
  border: 1px solid var(--gshto-line);
  background: rgba(255,255,255,.035);
  border-radius: 16px;
  padding: 14px 14px 14px 42px;
}
.gshto-safety-list li:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gshto-green);
  box-shadow: 0 0 18px rgba(141,255,47,.4);
}
.gshto-help-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 22px; }
.gshto-help-links a {
  border: 1px solid var(--gshto-line);
  background: rgba(255,255,255,.035);
  color: #f8f8f8;
  border-radius: 14px;
  padding: 14px;
  font-weight: 800;
}
.gshto-help-links a:hover { transform: translateY(-1px); border-color: rgba(141,255,47,.28); color: var(--gshto-green); background: rgba(141,255,47,.07); }

.gshto-faq-wrap .gshto-section-head { margin-bottom: 18px; }
.gshto-faq-list { display: grid; gap: 12px; }
.gshto-faq-item { padding: 0; overflow: hidden; }
.gshto-faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 20px 22px;
}
.gshto-faq-item summary::-webkit-details-marker { display: none; }
.gshto-faq-item summary:after { content: "+"; color: var(--gshto-green); font-size: 24px; line-height: 1; }
.gshto-faq-item[open] summary:after { content: "–"; }
.gshto-faq-item p { margin: 0; padding: 0 22px 22px; color: var(--gshto-muted); line-height: 1.8; }

.gshto-final-section { padding-bottom: 92px; }
.gshto-final-card {
  padding: clamp(28px, 5vw, 48px);
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(141,255,47,.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(141,255,47,.12), transparent 32%),
    linear-gradient(180deg, rgba(18,18,18,.98), rgba(8,8,8,.98));
}
.gshto-final-card .gshto-eyebrow { margin: 0 auto; }
.gshto-final-card h2 { max-width: 900px; margin-left: auto; margin-right: auto; }
.gshto-final-card p { max-width: 760px; margin-left: auto; margin-right: auto; }

/* Admin page */
.gshto-admin-wrap { max-width: 1040px; }
.gshto-admin-card {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 12px;
  padding: 22px;
  margin: 18px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.gshto-admin-card h2 { margin-top: 0; }
.gshto-admin-card code { padding: 4px 6px; border-radius: 6px; }

@media (max-width: 1120px) {
  .gshto-hero-grid,
  .gshto-split-grid,
  .gshto-payment-delivery-grid,
  .gshto-support-grid,
  .gshto-safety-links-grid { grid-template-columns: 1fr; }
  .gshto-trust-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gshto-steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gshto-section-head-sticky { position: static; }
}
@media (max-width: 760px) {
  .gshto-container { width: min(var(--gshto-max), calc(100% - 20px)); }
  .gshto-hero { padding-top: 34px; }
  .gshto-hero-grid { gap: 22px; }
  .gshto-hero h1 { font-size: clamp(40px, 14vw, 56px); }
  .gshto-hero-copy > p { font-size: 16px; }
  .gshto-card { border-radius: 20px; }
  .gshto-hero-card { min-height: 360px; padding: 20px; }
  .gshto-device-stack { min-height: 280px; }
  .gshto-hero-mini { left: 18px; right: 18px; bottom: 18px; align-items: flex-start; flex-direction: column; }
  .gshto-section { padding: 34px 0 50px; }
  .gshto-section-head { display: block; }
  .gshto-section-head h2,
  .gshto-support-card h2,
  .gshto-links-card h2,
  .gshto-final-card h2 { font-size: clamp(28px, 11vw, 40px); }
  .gshto-trust-grid,
  .gshto-check-grid,
  .gshto-safety-list,
  .gshto-help-links,
  .gshto-steps { grid-template-columns: 1fr; }
  .gshto-method-top { grid-template-columns: 1fr; }
  .gshto-method-number { width: 48px; height: 48px; border-radius: 15px; }
  .gshto-steps li { min-height: auto; }
  .gshto-timeline-row { grid-template-columns: 1fr; gap: 6px; }
  .gshto-actions { flex-direction: column; }
  .gshto-btn { width: 100%; }
  .gshto-final-section { padding-bottom: 62px; }
}
