.gsd-webconfig-page {
  --gsd-bg: #0D1016;
  --gsd-card: #1A1F26;
  --gsd-text: #F5F5F7;
  --gsd-muted: #A7ADB3;
  --gsd-lime: #C6E502;
  --gsd-orange: #FF6A00;
  --demo-color: #C6E502;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(198,229,2,.18), transparent 34%),
    radial-gradient(circle at 80% 10%, rgba(255,106,0,.12), transparent 28%),
    linear-gradient(135deg, #0D1016 0%, #1A1F26 100%);
  color: var(--gsd-text);
  padding: 70px 20px;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.gsd-webconfig-page * { box-sizing: border-box; }
.gsd-webconfig-page a { text-decoration: none; }
.gsd-webconfig-page img { max-width: 100%; }

.gsd-wrap { max-width: 1260px; margin: 0 auto; }

.gsd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(198,229,2,.35);
  border-radius: 999px;
  color: var(--gsd-lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: rgba(198,229,2,.08);
  margin-bottom: 22px;
}

.gsd-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
  margin-bottom: 56px;
}

.gsd-hero h1 {
  font-size: clamp(40px, 5vw, 76px);
  line-height: .94;
  letter-spacing: -0.065em;
  margin: 0 0 22px;
  color: #fff;
  font-weight: 950;
}

.gsd-hero h1 span { color: var(--gsd-lime); }

.gsd-hero p {
  color: var(--gsd-muted);
  font-size: 19px;
  line-height: 1.6;
  max-width: 710px;
  margin: 0 0 28px;
}

.gsd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.gsd-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  transition: .2s ease;
  font-size: 15px;
  line-height: 1;
}

.gsd-btn-primary {
  background: var(--gsd-lime);
  color: #0D1016;
  box-shadow: 0 14px 35px rgba(198,229,2,.18);
}

.gsd-btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); color: #0D1016; }

.gsd-btn-secondary {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
}

.gsd-btn-secondary:hover { background: rgba(255,255,255,.13); color: #fff; }

.gsd-hero-card {
  position: relative;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  padding: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
  transform: rotate(1.2deg);
}

.gsd-hero-card .gsd-hero-img {
  width: 100%;
  display: block;
  border-radius: 22px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.gsd-floating-card {
  position: absolute;
  left: -20px;
  bottom: 34px;
  width: 235px;
  background: rgba(13,16,22,.88);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 18px;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(0,0,0,.34);
}

.gsd-floating-card strong {
  display: block;
  font-size: 23px;
  color: var(--gsd-lime);
  margin-bottom: 4px;
}

.gsd-floating-card span {
  display: block;
  color: var(--gsd-muted);
  font-size: 13px;
  line-height: 1.45;
}

.gsd-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.gsd-mini-stat {
  background: rgba(13,16,22,.72);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 14px;
}

.gsd-mini-stat strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}

.gsd-mini-stat span {
  display: block;
  color: var(--gsd-muted);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
}

.gsd-targets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 34px;
}

.gsd-target {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 20px;
}

.gsd-target b {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(198,229,2,.11);
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
}

.gsd-target strong {
  display: block;
  color: #fff;
  font-size: 17px;
  margin-bottom: 7px;
}

.gsd-target span {
  display: block;
  color: var(--gsd-muted);
  font-size: 14px;
  line-height: 1.45;
}

.gsd-config-area {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 26px;
  align-items: start;
}

.gsd-panel {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 22px 70px rgba(0,0,0,.22);
  position: sticky;
  top: 24px;
}

.gsd-panel h2 {
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1.08;
}

.gsd-panel p {
  margin: 0 0 22px;
  color: var(--gsd-muted);
  line-height: 1.55;
}

.gsd-field { margin-bottom: 16px; }

.gsd-field label {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
}

.gsd-field input,
.gsd-field select {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(13,16,22,.72);
  color: #fff;
  padding: 0 14px;
  font-size: 15px;
  outline: none;
  box-shadow: none;
}

.gsd-field input:focus,
.gsd-field select:focus {
  border-color: rgba(198,229,2,.65);
  box-shadow: 0 0 0 3px rgba(198,229,2,.12);
}

.gsd-field input[type="color"] { padding: 6px; cursor: pointer; }
.gsd-field input[type="file"] { height: auto; padding: 12px; line-height: 1.35; }

.gsd-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.gsd-note {
  font-size: 12px;
  color: var(--gsd-muted);
  line-height: 1.45;
  margin-top: 14px;
}

.gsd-preview {
  --demo-color: #C6E502;
  background: #f5f5f7;
  color: #101010;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 95px rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.12);
}

.demo-topbar {
  background: #111;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
}

.demo-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }

.demo-logo {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--demo-color);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  overflow: hidden;
  flex: 0 0 auto;
}

.demo-logo img { width: 100%; height: 100%; object-fit: contain; background: #fff; padding: 3px; }

.demo-brand-text strong {
  display: block;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}

.demo-brand-text span { display: block; color: rgba(255,255,255,.62); font-size: 12px; margin-top: 2px; }

.demo-phone {
  background: var(--demo-color);
  color: #111;
  border-radius: 999px;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.demo-hero { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 470px; background: #fff; }

.demo-hero-text { padding: 54px 38px; display: flex; flex-direction: column; justify-content: center; }

.demo-pill {
  display: inline-flex;
  width: fit-content;
  background: color-mix(in srgb, var(--demo-color) 20%, white);
  color: #111;
  border: 1px solid color-mix(in srgb, var(--demo-color) 48%, white);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 18px;
}

.demo-hero h3 {
  font-size: clamp(31px, 4vw, 54px);
  line-height: .98;
  letter-spacing: -0.06em;
  margin: 0 0 18px;
  color: #111;
  font-weight: 950;
}

.demo-hero p { font-size: 17px; line-height: 1.55; color: #555; margin: 0 0 24px; }

.demo-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }

.demo-btn-main,
.demo-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 950;
  font-size: 14px;
  line-height: 1;
}

.demo-btn-main { background: var(--demo-color); color: #111; }
.demo-btn-main:hover { color: #111; filter: brightness(.96); }
.demo-btn-ghost { color: #111; border: 1px solid #ddd; background: #fff; }
.demo-btn-ghost:hover { color: #111; background: #f6f6f6; }

.demo-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }

.demo-trust div { background: #f3f3f3; border-radius: 14px; padding: 13px; font-size: 12px; color: #555; }
.demo-trust strong { display: block; color: #111; font-size: 17px; line-height: 1.1; margin-bottom: 3px; }

.demo-hero-image { position: relative; min-height: 430px; overflow: hidden; }

.demo-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  display: block;
}

.demo-image-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: rgba(17,17,17,.88);
  color: #fff;
  padding: 16px;
  border-radius: 18px;
  max-width: 270px;
  backdrop-filter: blur(10px);
}

.demo-image-badge strong { display: block; color: var(--demo-color); font-size: 18px; margin-bottom: 4px; }
.demo-image-badge span { color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.4; }

.demo-section { padding: 42px 34px; background: #f5f5f7; }

.demo-section h4 {
  font-size: 31px;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: #111;
  margin: 0 0 10px;
  font-weight: 950;
}

.demo-section-intro { color: #666; margin: 0 0 24px; max-width: 700px; line-height: 1.55; }

.demo-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.demo-service { background: #fff; border: 1px solid #e7e7e7; border-radius: 20px; padding: 20px; }

.demo-service-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--demo-color) 22%, white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 22px;
}

.demo-service strong { display: block; font-size: 18px; color: #111; margin-bottom: 8px; }
.demo-service span { display: block; color: #666; line-height: 1.45; font-size: 14px; }

.demo-process { background: #111; color: #fff; padding: 40px 34px; }

.demo-process h4 { color: #fff; font-size: 30px; letter-spacing: -0.045em; margin: 0 0 22px; font-weight: 950; }

.demo-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.demo-step { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); border-radius: 18px; padding: 18px; }
.demo-step b { color: var(--demo-color); display: block; font-size: 22px; margin-bottom: 8px; }
.demo-step strong { display: block; margin-bottom: 6px; color: #fff; }
.demo-step span { color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.45; }

.demo-cta {
  background: var(--demo-color);
  color: #111;
  padding: 36px 34px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.demo-cta h4 { margin: 0 0 6px; font-size: 30px; letter-spacing: -0.045em; color: #111; font-weight: 950; }
.demo-cta p { margin: 0; color: rgba(0,0,0,.68); line-height: 1.45; }
.demo-cta a { background: #111; color: #fff; padding: 14px 18px; border-radius: 12px; text-decoration: none; font-weight: 950; white-space: nowrap; }
.demo-cta a:hover { color: #fff; background: #222; }

.gsd-bottom-cta {
  margin-top: 34px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}

.gsd-bottom-cta h2 { margin: 0 0 8px; color: #fff; font-size: 34px; letter-spacing: -0.045em; line-height: 1.08; font-weight: 950; }
.gsd-bottom-cta p { margin: 0; color: var(--gsd-muted); line-height: 1.55; }

@media (max-width: 1080px) {
  .gsd-hero,
  .gsd-config-area,
  .demo-hero { grid-template-columns: 1fr; }
  .gsd-panel { position: relative; top: auto; }
  .gsd-hero-card { transform: none; }
  .gsd-targets { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .gsd-webconfig-page { padding: 46px 14px; }
  .gsd-targets,
  .gsd-form-grid,
  .demo-services,
  .demo-steps,
  .demo-trust { grid-template-columns: 1fr; }
  .gsd-panel { padding: 20px; }
  .demo-topbar,
  .demo-cta,
  .gsd-bottom-cta { flex-direction: column; align-items: flex-start; display: flex; }
  .demo-phone { width: 100%; text-align: center; }
  .demo-hero-text { padding: 38px 24px; }
  .demo-section,
  .demo-process,
  .demo-cta { padding: 32px 24px; }
  .gsd-floating-card { position: relative; left: auto; bottom: auto; width: 100%; margin-top: 14px; }
  .gsd-hero h1 { font-size: clamp(36px, 12vw, 54px); }
  .demo-brand-text strong { max-width: 220px; }
}

/* v1.1.0 readability and package teaser fixes */
.gsd-webconfig-page .gsd-hero-card .gsd-hero-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.gsd-webconfig-page .gsd-btn,
.gsd-webconfig-page .gsd-btn:link,
.gsd-webconfig-page .gsd-btn:visited,
.gsd-webconfig-page .gsd-btn:hover,
.gsd-webconfig-page .gsd-btn:active,
.gsd-webconfig-page .demo-btn-main,
.gsd-webconfig-page .demo-btn-main:link,
.gsd-webconfig-page .demo-btn-main:visited,
.gsd-webconfig-page .demo-btn-main:hover,
.gsd-webconfig-page .demo-btn-main:active,
.gsd-webconfig-page .demo-btn-ghost,
.gsd-webconfig-page .demo-btn-ghost:link,
.gsd-webconfig-page .demo-btn-ghost:visited,
.gsd-webconfig-page .demo-btn-ghost:hover,
.gsd-webconfig-page .demo-btn-ghost:active,
.gsd-webconfig-page .demo-cta a,
.gsd-webconfig-page .demo-cta a:link,
.gsd-webconfig-page .demo-cta a:visited,
.gsd-webconfig-page .demo-cta a:hover,
.gsd-webconfig-page .demo-cta a:active {
  text-decoration: none !important;
  text-shadow: none !important;
}

.gsd-webconfig-page .gsd-btn-primary,
.gsd-webconfig-page .gsd-btn-primary:link,
.gsd-webconfig-page .gsd-btn-primary:visited,
.gsd-webconfig-page .gsd-btn-primary:hover,
.gsd-webconfig-page .gsd-btn-primary:active,
.gsd-webconfig-page .demo-btn-main,
.gsd-webconfig-page .demo-btn-main:link,
.gsd-webconfig-page .demo-btn-main:visited,
.gsd-webconfig-page .demo-btn-main:hover,
.gsd-webconfig-page .demo-btn-main:active {
  background: #C6E502 !important;
  color: #0D1016 !important;
  border: 1px solid rgba(198,229,2,.65) !important;
}

.gsd-webconfig-page .gsd-btn-secondary,
.gsd-webconfig-page .gsd-btn-secondary:link,
.gsd-webconfig-page .gsd-btn-secondary:visited,
.gsd-webconfig-page .gsd-btn-secondary:hover,
.gsd-webconfig-page .gsd-btn-secondary:active {
  background: rgba(245,245,247,.12) !important;
  color: #F5F5F7 !important;
  border: 1px solid rgba(245,245,247,.26) !important;
}

.gsd-webconfig-page .demo-btn-ghost,
.gsd-webconfig-page .demo-btn-ghost:link,
.gsd-webconfig-page .demo-btn-ghost:visited,
.gsd-webconfig-page .demo-btn-ghost:hover,
.gsd-webconfig-page .demo-btn-ghost:active {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #dddddd !important;
}

.gsd-webconfig-page .demo-cta a,
.gsd-webconfig-page .demo-cta a:link,
.gsd-webconfig-page .demo-cta a:visited,
.gsd-webconfig-page .demo-cta a:hover,
.gsd-webconfig-page .demo-cta a:active {
  background: #111111 !important;
  color: #ffffff !important;
}

.gsd-package-teaser {
  margin-top: 34px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 22px 70px rgba(0,0,0,.20);
}

.gsd-package-headline span {
  display: inline-flex;
  color: var(--gsd-lime);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 10px;
}

.gsd-package-headline h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.gsd-package-headline p {
  margin: 0 0 22px;
  color: var(--gsd-muted);
  line-height: 1.55;
  max-width: 820px;
}

.gsd-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gsd-package-card {
  background: rgba(13,16,22,.72);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 22px;
}

.gsd-package-card-featured {
  border-color: rgba(198,229,2,.48);
  box-shadow: 0 20px 52px rgba(198,229,2,.08);
}

.gsd-package-card b {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(198,229,2,.12);
  color: var(--gsd-lime);
  margin-bottom: 14px;
}

.gsd-package-card strong {
  display: block;
  color: #fff;
  font-size: 19px;
  margin-bottom: 8px;
}

.gsd-package-card span {
  display: block;
  color: var(--gsd-muted);
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 760px) {
  .gsd-package-grid { grid-template-columns: 1fr; }
  .gsd-package-teaser { padding: 24px; }
}

.gsd-webconfig-page .demo-btn-main,
.gsd-webconfig-page .demo-btn-main:link,
.gsd-webconfig-page .demo-btn-main:visited,
.gsd-webconfig-page .demo-btn-main:hover,
.gsd-webconfig-page .demo-btn-main:active {
  background: var(--demo-color) !important;
  color: #111111 !important;
  border-color: color-mix(in srgb, var(--demo-color) 72%, #111111) !important;
}
