:root {
  --bg: #03070d;
  --text: #f6fbff;
  --muted: rgba(226, 235, 245, 0.72);
  --line: rgba(255, 255, 255, 0.13);
  --amber: #f3a329;
  --cyan: #2fd1ff;
  --pink: #ff4fa3;
  --max-width: 1280px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.concept-site {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(47, 209, 255, 0.1), transparent 25rem),
    radial-gradient(circle at 88% 12%, rgba(255, 79, 163, 0.1), transparent 24rem),
    #03070d;
}

.concept-container {
  width: min(calc(100% - 4rem), var(--max-width));
  margin: 0 auto;
}

.concept-header {
  position: fixed;
  top: 1.4rem;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
}

.concept-nav {
  width: min(calc(100% - 3rem), var(--max-width));
  min-height: 70px;
  margin: 0 auto;
  padding: 0.7rem 0.9rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 13, 20, 0.68);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(24px) saturate(135%);
  pointer-events: auto;
}

.concept-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.concept-brand img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #f7f7f7;
}

.concept-nav-links {
  display: flex;
  justify-self: center;
  gap: 2.2rem;
}

.concept-nav-links a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 800;
  transition: color 160ms ease;
}

.concept-nav-links a:hover,
.concept-nav-links a.active {
  color: #fff;
}

.concept-star {
  width: 52px;
  min-height: 38px;
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.2rem;
}

.menu-toggle {
  display: none;
}

.concept-hero {
  position: relative;
  min-height: 760px;
  padding: 11rem 0 7.8rem;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.concept-hero-bg,
.concept-final img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 10, 0.95) 0%, rgba(2, 5, 10, 0.82) 28%, rgba(2, 5, 10, 0.2) 58%, rgba(2, 5, 10, 0.16) 100%),
    linear-gradient(180deg, rgba(2, 5, 10, 0.08) 0%, rgba(2, 5, 10, 0.34) 82%, #03070d 100%);
}

.concept-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
}

.concept-hero h1 {
  max-width: 10.2ch;
  color: #f7fbff;
  font-size: clamp(4rem, 7.1vw, 6.6rem);
  line-height: 0.97;
}

.concept-hero p {
  max-width: 25.5rem;
  margin-top: 1.6rem;
  color: rgba(227, 235, 245, 0.78);
  font-size: 1rem;
  line-height: 1.55;
}

.concept-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.1rem;
}

.concept-button {
  min-width: 158px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1rem 1.15rem;
  border-radius: 3px;
  font-size: 0.84rem;
  font-weight: 800;
}

.concept-button::after {
  content: "->";
}

.concept-button-light {
  border: 1px solid #fff;
  background: #f9fbfd;
  color: #05080d;
}

.concept-button-dark {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(3, 7, 13, 0.42);
  color: #fff;
}

.concept-model,
.concept-products,
.concept-studios {
  position: relative;
  padding: 4.7rem 0;
  background: #03070d;
}

.concept-section-kicker {
  margin-bottom: 1.6rem;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}

.concept-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.6rem;
  align-items: start;
}

.concept-model-grid article {
  text-align: center;
}

.concept-model-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.concept-model-top::before,
.concept-model-top::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.concept-model-top span {
  color: var(--amber);
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.55rem;
  font-weight: 700;
}

.concept-model-grid article:nth-child(2) .concept-model-top span,
.concept-model-grid article:nth-child(2) i {
  color: var(--cyan);
}

.concept-model-grid article:nth-child(3) .concept-model-top span,
.concept-model-grid article:nth-child(3) i {
  color: var(--pink);
}

.concept-model-top i {
  color: var(--amber);
  font-style: normal;
  font-size: 1.55rem;
}

.concept-model-grid h2 {
  margin-bottom: 0.65rem;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.2;
}

.concept-model-grid p {
  max-width: 18rem;
  margin: 0 auto;
  color: rgba(227, 235, 245, 0.68);
  font-size: 0.85rem;
  line-height: 1.45;
}

.concept-products {
  padding-top: 3.4rem;
}

.concept-section-center {
  max-width: 42rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.concept-section-center .concept-section-kicker {
  margin-bottom: 0.55rem;
}

.concept-section-center h2 {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.5;
}

.concept-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.concept-product-card {
  display: grid;
  gap: 0.95rem;
}

.concept-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1.32;
  object-fit: cover;
  border-radius: 5px;
  background: #0a0e16;
}

.concept-product-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.8rem;
  align-items: start;
}

.concept-product-icon {
  grid-row: span 3;
  width: 24px;
  min-height: 24px;
  display: grid;
  place-items: center;
  color: var(--amber);
  font-size: 1.35rem;
  line-height: 1;
}

.concept-product-logo img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.concept-product-glint > img {
  object-position: top center;
}

.concept-product-cosm .concept-product-icon,
.concept-studio-card:nth-child(2) .concept-studio-icon,
.concept-studio-card:nth-child(2) a {
  color: var(--cyan);
}

.concept-product-fractl .concept-product-icon {
  color: #38d3ff;
}

.concept-product-flux .concept-product-icon,
.concept-studio-card:nth-child(3) .concept-studio-icon,
.concept-studio-card:nth-child(3) a {
  color: var(--pink);
}

.concept-product-card h3 {
  margin-bottom: 0.18rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
}

.concept-product-card p {
  color: rgba(227, 235, 245, 0.68);
  font-size: 0.85rem;
  line-height: 1.45;
}

.concept-product-card a,
.concept-studio-card a,
.concept-all-apps {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
}

.concept-product-card a {
  margin-top: 0.9rem;
}

.concept-product-card a::after,
.concept-studio-card a::after,
.concept-all-apps::after {
  content: " ->";
}

.concept-all-apps {
  width: max-content;
  display: block;
  margin: 2.8rem auto 0;
}

.concept-studios {
  padding-top: 2.2rem;
}

.concept-studio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.concept-studio-card {
  display: grid;
  align-content: start;
}

.concept-studio-card img {
  width: 100%;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.concept-studio-icon {
  color: var(--amber);
  font-size: 1.35rem;
  line-height: 1;
}

.concept-studio-card h3 {
  margin: 0.55rem 0;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.05;
}

.concept-studio-card p {
  max-width: 19rem;
  margin-bottom: 1rem;
  color: rgba(227, 235, 245, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.concept-studio-card:first-child a {
  color: var(--amber);
}

.concept-final {
  position: relative;
  min-height: 330px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.concept-final-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.9), rgba(3, 7, 13, 0.56) 48%, rgba(3, 7, 13, 0.16)),
    linear-gradient(180deg, rgba(3, 7, 13, 0.08), rgba(3, 7, 13, 0.4));
}

.concept-final-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.concept-final h2 {
  max-width: 11ch;
  color: #fff;
  font-size: clamp(2.6rem, 4.3vw, 4rem);
  line-height: 1.02;
}

.concept-final p {
  max-width: 28rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.55;
}

.concept-final .concept-actions {
  margin-top: 0;
}

.concept-footer {
  padding: 2rem 0 1.3rem;
  background: #03070d;
}

.concept-footer-main {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.concept-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}

.concept-footer a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
}

.concept-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.1rem;
}

.concept-footer-meta p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.74rem;
}

.concept-footer-meta div {
  display: flex;
  gap: 1.5rem;
}

.concept-footer-meta a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
}

.contact-hero {
  position: relative;
  min-height: 760px;
  padding: 11rem 0 5.5rem;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.96), rgba(3, 7, 13, 0.78) 34%, rgba(3, 7, 13, 0.3) 68%),
    linear-gradient(180deg, rgba(3, 7, 13, 0.1), #03070d 100%);
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 4rem;
  align-items: end;
}

.contact-hero h1 {
  max-width: 10ch;
  color: #fff;
  font-size: clamp(4rem, 7vw, 6.8rem);
  line-height: 0.96;
}

.contact-hero p {
  max-width: 32rem;
  margin-top: 1.4rem;
  color: rgba(227, 235, 245, 0.78);
  font-size: 1.08rem;
  line-height: 1.58;
}

.contact-card-stack {
  display: grid;
  gap: 1rem;
}

.contact-card {
  position: relative;
  display: grid;
  gap: 0.65rem;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(10, 16, 25, 0.82);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(130%);
}

.contact-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--amber), var(--cyan), var(--pink));
}

.contact-card span,
.contact-lane-grid span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-card strong {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.contact-card em {
  color: rgba(227, 235, 245, 0.72);
  font-style: normal;
  line-height: 1.55;
}

.contact-card-primary {
  background:
    radial-gradient(circle at 86% 16%, rgba(47, 209, 255, 0.15), transparent 30%),
    rgba(13, 20, 31, 0.88);
}

.contact-lanes {
  padding: 4.7rem 0;
  background: #03070d;
}

.contact-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-lane-grid article {
  min-height: 240px;
  display: grid;
  align-content: end;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    rgba(13, 20, 31, 0.82);
}

.contact-lane-grid h2 {
  margin: 0.75rem 0;
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.02;
}

.contact-lane-grid p {
  color: rgba(227, 235, 245, 0.72);
  line-height: 1.6;
}

.glint-site {
  --glint-ink: #111827;
  --glint-muted: rgba(17, 24, 39, 0.68);
  --glint-blue: #3d91ff;
  --glint-cyan: #62d4ff;
  --glint-purple: #7b42ff;
  --glint-pink: #f747b3;
  --glint-red: #ff5b62;
  --glint-surface: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 10% 10%, rgba(98, 212, 255, 0.28), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(247, 71, 179, 0.22), transparent 26rem),
    linear-gradient(180deg, #f7fbff 0%, #eff5ff 46%, #fbfdff 100%);
  color: var(--glint-ink);
}

.glint-site .concept-nav {
  border-color: rgba(38, 57, 91, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 70px rgba(32, 55, 94, 0.16);
}

.glint-site .concept-brand,
.glint-site .concept-nav-links a,
.glint-site .concept-star,
.glint-site .menu-toggle {
  color: var(--glint-ink);
}

.glint-site .concept-nav-links a:hover,
.glint-site .concept-nav-links a.active {
  color: #000;
}

.glint-hero {
  position: relative;
  min-height: 820px;
  padding: 10.8rem 0 6rem;
  overflow: hidden;
}

.glint-halo {
  position: absolute;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.52;
  pointer-events: none;
}

.glint-halo-blue {
  top: 7rem;
  left: -12rem;
  background: radial-gradient(circle, rgba(61, 145, 255, 0.34), transparent 68%);
}

.glint-halo-pink {
  right: -11rem;
  bottom: 1rem;
  background: radial-gradient(circle, rgba(247, 71, 179, 0.28), transparent 70%);
}

.glint-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1fr);
  gap: 4rem;
  align-items: center;
}

.glint-hero-copy {
  max-width: 560px;
}

.glint-title-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  margin-bottom: 1.4rem;
  color: rgba(17, 24, 39, 0.82);
  font-weight: 800;
}

.glint-title-lockup img {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(82, 74, 210, 0.24);
}

.glint-hero h1 {
  max-width: 9.2ch;
  color: #0d1324;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4.4rem, 8.2vw, 8.8rem);
  line-height: 0.9;
}

.glint-hero p,
.glint-section-heading p,
.glint-showcase-copy p,
.glint-tool-grid p,
.glint-privacy-grid p {
  color: var(--glint-muted);
  line-height: 1.62;
}

.glint-hero p {
  max-width: 34rem;
  margin-top: 1.45rem;
  font-size: 1.08rem;
}

.glint-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.glint-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

.glint-button-primary {
  background: #101827;
  color: #fff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.2);
}

.glint-button-secondary {
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: rgba(255, 255, 255, 0.68);
  color: var(--glint-ink);
}

.glint-hero-stage {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
}

.glint-phone,
.glint-orbit-card {
  overflow: hidden;
  border: 10px solid #111827;
  border-radius: 36px;
  background: #05070c;
  box-shadow:
    0 34px 90px rgba(31, 50, 85, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.7);
}

.glint-phone-main {
  position: relative;
  z-index: 3;
  width: min(360px, 62vw);
  transform: rotate(-2deg);
}

.glint-phone img,
.glint-orbit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.glint-orbit-card {
  position: absolute;
  width: 210px;
  height: 456px;
  opacity: 0.94;
}

.glint-orbit-left {
  left: 0;
  bottom: 3rem;
  transform: rotate(-9deg);
}

.glint-orbit-right {
  top: 1rem;
  right: 0;
  transform: rotate(8deg);
}

.glint-floating-note {
  position: absolute;
  z-index: 4;
  right: 1.4rem;
  bottom: 3.5rem;
  width: min(250px, 44vw);
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 52px rgba(30, 53, 92, 0.2);
  backdrop-filter: blur(18px) saturate(140%);
}

.glint-floating-note strong {
  color: #0d1324;
  font-size: 0.92rem;
}

.glint-floating-note span {
  color: var(--glint-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.glint-gallery-section,
.glint-tools {
  padding: 5.8rem 0;
  background: #fbfdff;
}

.glint-section-heading {
  max-width: 720px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.glint-section-heading h2,
.glint-showcase-copy h2,
.glint-privacy-grid h2 {
  color: #0d1324;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  line-height: 0.96;
}

.glint-section-heading p {
  margin-top: 1rem;
  font-size: 1rem;
}

.glint-feature-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.glint-feature-card {
  min-height: 620px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1.2rem;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(35, 54, 85, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 8%, rgba(247, 71, 179, 0.11), transparent 16rem),
    var(--glint-surface);
  box-shadow: 0 24px 70px rgba(33, 61, 108, 0.1);
}

.glint-feature-wide {
  grid-row: span 2;
}

.glint-feature-card span {
  color: var(--glint-purple);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.glint-feature-card h3 {
  max-width: 11ch;
  margin-top: 0.55rem;
  color: #0d1324;
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  line-height: 0.98;
}

.glint-feature-card p {
  max-width: 28rem;
  margin-top: 0.75rem;
  color: var(--glint-muted);
  line-height: 1.58;
}

.glint-feature-card img {
  width: min(330px, 82%);
  align-self: end;
  justify-self: center;
  border: 8px solid #101827;
  border-radius: 34px;
  box-shadow: 0 30px 76px rgba(20, 38, 67, 0.2);
}

.glint-feature-wide img {
  width: min(410px, 86%);
}

.glint-showcase {
  padding: 6rem 0;
  background:
    linear-gradient(135deg, rgba(61, 145, 255, 0.12), transparent 40%),
    linear-gradient(315deg, rgba(247, 71, 179, 0.12), transparent 42%),
    #f0f6ff;
}

.glint-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1fr);
  gap: 4rem;
  align-items: center;
}

.glint-showcase-copy p {
  max-width: 32rem;
  margin-top: 1.2rem;
}

.glint-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.7rem;
}

.glint-mini-points span {
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #152238;
  font-size: 0.8rem;
  font-weight: 800;
}

.glint-gallery-preview {
  position: relative;
  min-height: 640px;
}

.glint-gallery-preview img {
  position: absolute;
  width: min(340px, 58%);
  border: 8px solid #101827;
  border-radius: 34px;
  box-shadow: 0 34px 86px rgba(21, 41, 74, 0.24);
}

.glint-preview-main {
  left: 2rem;
  top: 0;
  transform: rotate(-5deg);
}

.glint-preview-menu {
  right: 1rem;
  bottom: 0;
  transform: rotate(5deg);
}

.glint-tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.glint-tool-grid article {
  min-height: 280px;
  display: grid;
  align-content: start;
  padding: 1.15rem;
  border: 1px solid rgba(35, 54, 85, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 60px rgba(33, 61, 108, 0.08);
}

.glint-tool-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 1.35rem;
  border-radius: 14px;
  color: #fff;
}

.glint-tool-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.glint-tool-blue {
  background: linear-gradient(135deg, var(--glint-blue), var(--glint-cyan));
}

.glint-tool-pink {
  background: linear-gradient(135deg, var(--glint-pink), var(--glint-purple));
}

.glint-tool-red {
  background: linear-gradient(135deg, var(--glint-red), #ff8a44);
}

.glint-tool-purple {
  background: linear-gradient(135deg, #263d8f, var(--glint-purple));
}

.glint-tool-grid h3 {
  margin-bottom: 0.65rem;
  color: #0d1324;
  font-size: 1.35rem;
  line-height: 1.05;
}

.glint-privacy-band {
  padding: 5.2rem 0;
  background: #101827;
}

.glint-privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.glint-privacy-grid img {
  width: 64px;
  height: 64px;
  margin-bottom: 1.1rem;
  border-radius: 16px;
}

.glint-privacy-grid h2,
.glint-privacy-grid p {
  color: #fff;
}

.glint-privacy-grid h2 {
  max-width: 11ch;
}

.glint-privacy-grid p {
  max-width: 42rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.glint-privacy-links {
  display: grid;
  gap: 0.75rem;
  min-width: 220px;
}

.glint-privacy-links a {
  display: inline-flex;
  justify-content: center;
  padding: 0.95rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #101827;
  font-size: 0.86rem;
  font-weight: 800;
}

.glint-site .concept-footer {
  background: #101827;
}

.dreamforge-site {
  --forge-ink: #10231f;
  --forge-muted: rgba(16, 35, 31, 0.66);
  --forge-teal: #48d6b1;
  --forge-mint: #a5f1df;
  --forge-sky: #70c8ff;
  --forge-sage: #4ea27e;
  --forge-gold: #f4c75d;
  --forge-line: rgba(20, 76, 65, 0.14);
  background:
    radial-gradient(circle at 7% 10%, rgba(112, 200, 255, 0.24), transparent 27rem),
    radial-gradient(circle at 88% 8%, rgba(72, 214, 177, 0.32), transparent 28rem),
    linear-gradient(180deg, #f6fffb 0%, #ebfbf7 44%, #f8fffd 100%);
  color: var(--forge-ink);
}

.dreamforge-site .concept-nav {
  min-height: 72px;
  padding: 0 1rem;
  border-color: rgba(20, 76, 65, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 70px rgba(28, 78, 70, 0.14);
}

.dreamforge-site .concept-nav-links {
  justify-self: end;
  gap: 0.35rem;
}

.dreamforge-site .concept-nav-links a {
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  font-size: 0.82rem;
}

.dreamforge-site .concept-brand,
.dreamforge-site .concept-nav-links a,
.dreamforge-site .concept-star,
.dreamforge-site .menu-toggle {
  color: var(--forge-ink);
}

.dreamforge-site .concept-nav-links a:hover,
.dreamforge-site .concept-nav-links a.active {
  color: #071512;
  background: rgba(16, 35, 31, 0.06);
}

.dreamforge-hero {
  position: relative;
  min-height: 840px;
  padding: 10.8rem 0 6.2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(72, 214, 177, 0.2), transparent 23rem),
    radial-gradient(circle at 12% 82%, rgba(112, 200, 255, 0.18), transparent 24rem),
    linear-gradient(180deg, #f7fffc 0%, #ebfbf7 100%);
}

.dreamforge-shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.dreamforge-shape-mint {
  width: 32rem;
  height: 32rem;
  right: -9rem;
  top: 8rem;
  background: radial-gradient(circle, rgba(72, 214, 177, 0.34), transparent 70%);
}

.dreamforge-shape-sky {
  width: 28rem;
  height: 28rem;
  left: -11rem;
  bottom: 2rem;
  background: radial-gradient(circle, rgba(112, 200, 255, 0.28), transparent 70%);
}

.dreamforge-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(540px, 1fr);
  gap: 5.5rem;
  align-items: center;
}

.dreamforge-hero-copy {
  max-width: 540px;
}

.dreamforge-title-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  margin-bottom: 1.35rem;
  color: rgba(16, 35, 31, 0.82);
  font-weight: 800;
}

.dreamforge-title-lockup img {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(16, 109, 87, 0.2);
}

.dreamforge-hero h1 {
  max-width: 8.4ch;
  color: #0b1f1b;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4rem, 7.1vw, 7.45rem);
  line-height: 0.92;
  text-shadow: 0 14px 44px rgba(20, 76, 65, 0.1);
}

.dreamforge-hero p,
.dreamforge-section-heading p,
.dreamforge-workflow-card p,
.dreamforge-library-copy p,
.dreamforge-connect p,
.dreamforge-faq p,
.dreamforge-final p {
  color: var(--forge-muted);
  line-height: 1.62;
}

.dreamforge-hero p {
  max-width: 35rem;
  margin-top: 1.45rem;
  font-size: 1.08rem;
}

.dreamforge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.dreamforge-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

.dreamforge-button-primary {
  background: #0d2520;
  color: #fff;
  box-shadow: 0 18px 44px rgba(16, 66, 57, 0.2);
}

.dreamforge-button-secondary {
  border: 1px solid rgba(20, 76, 65, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: var(--forge-ink);
}

.dreamforge-hero-media {
  position: relative;
  min-height: 690px;
}

.dreamforge-lifestyle {
  position: absolute;
  right: 0;
  top: 0;
  width: min(430px, 62%);
  height: 620px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(20, 76, 65, 0.12);
  border-radius: 8px;
  box-shadow:
    0 34px 88px rgba(20, 76, 65, 0.2),
    0 0 0 10px rgba(255, 255, 255, 0.24);
}

.dreamforge-phone {
  position: absolute;
  overflow: hidden;
  border: 9px solid #10231f;
  border-radius: 34px;
  background: #07110f;
  box-shadow:
    0 34px 88px rgba(20, 76, 65, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.75);
}

.dreamforge-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.dreamforge-phone-create {
  left: 0;
  bottom: 0;
  width: 330px;
  transform: rotate(-5deg);
  z-index: 2;
  animation: dreamforge-float-phone 7s ease-in-out infinite;
}

.dreamforge-mini-panel {
  position: absolute;
  z-index: 3;
  right: 6rem;
  bottom: 3.2rem;
  width: min(280px, 45vw);
  display: grid;
  gap: 0.38rem;
  padding: 1rem;
  border: 1px solid rgba(117, 239, 212, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(233, 255, 248, 0.78)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 52px rgba(20, 76, 65, 0.18);
  backdrop-filter: blur(18px) saturate(140%);
}

@keyframes dreamforge-float-phone {
  0%,
  100% {
    transform: rotate(-5deg) translateY(0);
  }
  50% {
    transform: rotate(-4deg) translateY(-12px);
  }
}

.dreamforge-mini-panel strong {
  color: #0b1f1b;
  font-size: 0.92rem;
}

.dreamforge-mini-panel span {
  color: var(--forge-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.dreamforge-workflow,
.dreamforge-connect {
  padding: 5.8rem 0;
}

.dreamforge-workflow {
  padding: 4.4rem 0 4.8rem;
}

.dreamforge-workflow {
  background:
    radial-gradient(circle at 12% 18%, rgba(72, 214, 177, 0.22), transparent 24rem),
    radial-gradient(circle at 88% 4%, rgba(244, 199, 93, 0.15), transparent 20rem),
    linear-gradient(180deg, #f4fffb 0%, #e7f8f1 100%);
}

.dreamforge-connect {
  background:
    radial-gradient(circle at 14% 10%, rgba(72, 214, 177, 0.18), transparent 24rem),
    radial-gradient(circle at 86% 16%, rgba(112, 200, 255, 0.14), transparent 25rem),
    linear-gradient(180deg, #0f2926 0%, #143b34 100%);
}

.dreamforge-section-heading {
  max-width: 740px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.dreamforge-workflow .dreamforge-section-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
  gap: 2.5rem;
  align-items: end;
  margin-bottom: 1.55rem;
  text-align: left;
}

.dreamforge-section-heading h2,
.dreamforge-library-copy h2,
.dreamforge-final h2 {
  color: #0b1f1b;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  line-height: 0.96;
}

.dreamforge-workflow .dreamforge-section-heading h2 {
  max-width: 11ch;
  font-size: clamp(3rem, 4.7vw, 5rem);
}

.dreamforge-section-heading p {
  margin-top: 1rem;
}

.dreamforge-workflow .dreamforge-section-heading p {
  margin-top: 0;
}

.dreamforge-workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.05rem;
  align-items: stretch;
}

.dreamforge-workflow-card {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto;
  align-content: space-between;
  gap: 1rem;
  padding: 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(38, 111, 93, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 255, 251, 0.76)),
    radial-gradient(circle at 78% 12%, rgba(72, 214, 177, 0.17), transparent 14rem);
  box-shadow: 0 24px 70px rgba(20, 76, 65, 0.1);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.dreamforge-workflow-card:hover {
  transform: translateY(-8px);
  border-color: rgba(72, 214, 177, 0.34);
  box-shadow: 0 34px 90px rgba(20, 76, 65, 0.16);
}

.dreamforge-workflow-card:nth-child(1) {
  background:
    radial-gradient(circle at 50% 100%, rgba(72, 214, 177, 0.18), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 255, 250, 0.78));
}

.dreamforge-workflow-card:nth-child(2) {
  background:
    radial-gradient(circle at 50% 100%, rgba(112, 200, 255, 0.2), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 250, 255, 0.76));
}

.dreamforge-workflow-card:nth-child(3) {
  background:
    radial-gradient(circle at 50% 100%, rgba(244, 199, 93, 0.18), transparent 20rem),
    radial-gradient(circle at 92% 8%, rgba(72, 214, 177, 0.14), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 255, 245, 0.78));
}

.dreamforge-workflow-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #78dce5, #50d9aa, #f4c75d);
}

.dreamforge-workflow-card span {
  color: var(--forge-sage);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dreamforge-workflow-card h3 {
  max-width: 13ch;
  margin-top: 0.55rem;
  color: #0b1f1b;
  font-size: clamp(1.75rem, 2.25vw, 2.55rem);
  line-height: 1;
}

.dreamforge-workflow-card p {
  max-width: 25rem;
  margin-top: 0.75rem;
  font-size: 0.98rem;
  line-height: 1.56;
}

.dreamforge-model-note {
  max-width: 28rem;
  display: inline-flex;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(72, 214, 177, 0.24);
  border-radius: 999px;
  background: rgba(232, 255, 248, 0.68);
  color: #10372f;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.35;
}

.dreamforge-workflow-card img {
  width: auto;
  max-width: 84%;
  max-height: 520px;
  align-self: end;
  justify-self: center;
  border: 7px solid #10231f;
  border-radius: 30px;
  object-fit: contain;
  box-shadow: 0 26px 64px rgba(20, 76, 65, 0.18);
}

.dreamforge-large-visual {
  position: relative;
  min-height: 0;
  height: 520px;
  display: grid;
  align-content: end;
  justify-items: center;
  padding-top: 0.35rem;
  overflow: hidden;
}

.dreamforge-large-visual > img {
  width: auto;
  max-width: 84%;
  max-height: 520px;
  align-self: end;
}

.dreamforge-model-stack {
  width: auto;
  max-width: 84%;
  max-height: 520px;
  border: 7px solid #10231f;
  border-radius: 30px;
  align-self: center;
  object-fit: contain;
  box-shadow: 0 30px 76px rgba(20, 76, 65, 0.22);
}

.dreamforge-output-showcase {
  padding: 6rem 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(244, 199, 93, 0.18), transparent 22rem),
    radial-gradient(circle at 82% 12%, rgba(72, 214, 177, 0.22), transparent 24rem),
    linear-gradient(135deg, #0b1f1b 0%, #12332d 52%, #0f2926 100%);
}

.dreamforge-output-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid rgba(117, 239, 212, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(7, 21, 18, 0.42);
  box-shadow:
    0 30px 90px rgba(1, 13, 10, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dreamforge-output-art {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 80px rgba(1, 13, 10, 0.24);
}

.dreamforge-output-art img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.dreamforge-output-copy h2 {
  max-width: 10ch;
  color: #f6fffb;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 5.6vw, 6.2rem);
  line-height: 0.92;
}

.dreamforge-output-copy p {
  max-width: 36rem;
  margin-top: 1.25rem;
  color: rgba(235, 255, 249, 0.72);
  line-height: 1.62;
}

.dreamforge-output-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.8rem;
}

.dreamforge-output-actions span {
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(117, 239, 212, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e9fff8;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dreamforge-library {
  padding: 6rem 0;
  background:
    radial-gradient(circle at 77% 44%, rgba(72, 214, 177, 0.2), transparent 27rem),
    linear-gradient(135deg, rgba(112, 200, 255, 0.14), transparent 40%),
    linear-gradient(315deg, rgba(72, 214, 177, 0.18), transparent 42%),
    #eefcf8;
}

.dreamforge-library-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1fr);
  gap: 4rem;
  align-items: center;
}

.dreamforge-library-copy p {
  max-width: 32rem;
  margin-top: 1.2rem;
}

.dreamforge-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.7rem;
}

.dreamforge-tags span {
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(20, 76, 65, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #12312b;
  font-size: 0.8rem;
  font-weight: 800;
}

.dreamforge-tags span:nth-child(2) {
  background: rgba(112, 200, 255, 0.16);
  border-color: rgba(112, 200, 255, 0.24);
}

.dreamforge-tags span:nth-child(3) {
  background: rgba(72, 214, 177, 0.16);
  border-color: rgba(72, 214, 177, 0.24);
}

.dreamforge-tags span:nth-child(4) {
  background: rgba(244, 199, 93, 0.17);
  border-color: rgba(244, 199, 93, 0.25);
}

.dreamforge-library-stack {
  position: relative;
  min-height: 650px;
}

.dreamforge-library-stack img {
  position: absolute;
  width: min(340px, 58%);
  border: 8px solid #10231f;
  border-radius: 34px;
  box-shadow: 0 34px 86px rgba(20, 76, 65, 0.2);
}

.dreamforge-library-main {
  left: 2rem;
  top: 0;
  transform: rotate(-5deg);
}

.dreamforge-library-side {
  right: 1rem;
  bottom: 0;
  transform: rotate(5deg);
}

.dreamforge-connect-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.dreamforge-connect-grid article {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(117, 239, 212, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 250, 246, 0.92)),
    radial-gradient(circle at 88% 10%, rgba(72, 214, 177, 0.16), transparent 13rem);
  box-shadow:
    0 28px 76px rgba(2, 16, 13, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.dreamforge-connect-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(117, 239, 212, 0.34);
  box-shadow:
    0 36px 92px rgba(2, 16, 13, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dreamforge-connect-grid article:nth-child(1) {
  background:
    radial-gradient(circle at 22% 8%, rgba(112, 200, 255, 0.16), transparent 13rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 249, 250, 0.92));
}

.dreamforge-connect-grid article:nth-child(2) {
  background:
    radial-gradient(circle at 78% 8%, rgba(72, 214, 177, 0.18), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 250, 246, 0.92));
}

.dreamforge-connect-grid article:nth-child(3) {
  background:
    radial-gradient(circle at 82% 8%, rgba(244, 199, 93, 0.17), transparent 13rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 238, 0.92));
}

.dreamforge-connect-grid img {
  width: min(275px, 90%);
  justify-self: center;
  border: 7px solid #10231f;
  border-radius: 30px;
  box-shadow:
    0 26px 70px rgba(20, 76, 65, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.75);
}

.dreamforge-connect-grid h3 {
  margin-bottom: 0.55rem;
  color: #0b1f1b;
  font-size: 1.35rem;
}

.dreamforge-connect .dreamforge-section-heading h2 {
  color: #f6fffb;
}

.dreamforge-connect .dreamforge-section-heading p {
  color: rgba(235, 255, 249, 0.74);
}

.dreamforge-server-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(20, 76, 65, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(72, 214, 177, 0.2), rgba(112, 200, 255, 0.12)),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 60px rgba(2, 16, 13, 0.18);
}

.dreamforge-server-note strong {
  color: #0b1f1b;
  font-size: 1rem;
}

.dreamforge-server-note span {
  color: var(--forge-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.dreamforge-final {
  padding: 5.8rem 0;
  border-top: 1px solid rgba(20, 76, 65, 0.08);
  background:
    radial-gradient(circle at 86% 16%, rgba(72, 214, 177, 0.2), transparent 27rem),
    radial-gradient(circle at 12% 82%, rgba(112, 200, 255, 0.14), transparent 24rem),
    linear-gradient(180deg, #f2fffb 0%, #e6f9f3 100%);
}

.dreamforge-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(600px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  margin-bottom: 4.5rem;
}

.dreamforge-faq .dreamforge-section-heading {
  max-width: 30rem;
  margin: 0;
  text-align: left;
}

.dreamforge-faq .dreamforge-section-heading h2 {
  max-width: 8.8ch;
  font-size: clamp(3.2rem, 5.25vw, 5.45rem);
  line-height: 0.92;
}

.dreamforge-faq-list {
  display: grid;
  gap: 0;
  border-top: 2px solid rgba(11, 31, 27, 0.9);
}

.dreamforge-faq-list details {
  border-bottom: 1.5px solid rgba(11, 31, 27, 0.82);
}

.dreamforge-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  min-height: 86px;
  padding: 1.35rem 0;
  color: #0b1f1b;
  cursor: pointer;
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
  font-weight: 900;
  line-height: 1.18;
  list-style: none;
}

.dreamforge-faq-list summary::-webkit-details-marker {
  display: none;
}

.dreamforge-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  color: #0b1f1b;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.dreamforge-faq-list details[open] summary::after {
  content: "×";
}

.dreamforge-faq-list details p {
  max-width: 43rem;
  padding: 0 3.6rem 1.65rem 0;
  color: rgba(16, 35, 31, 0.76);
  font-size: clamp(1.02rem, 1.45vw, 1.28rem);
  font-weight: 600;
  line-height: 1.45;
}

.dreamforge-support-note {
  position: relative;
  width: min(760px, calc(100% - 2rem));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  overflow: hidden;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(117, 239, 212, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle at 92% 0%, rgba(72, 214, 177, 0.18), transparent 14rem),
    linear-gradient(135deg, rgba(12, 47, 41, 0.88), rgba(6, 22, 19, 0.94));
  box-shadow: 0 24px 64px rgba(20, 76, 65, 0.2);
}

.dreamforge-support-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(130, 244, 220, 0.16), transparent 28%, transparent 72%, rgba(244, 199, 93, 0.1));
  pointer-events: none;
}

.dreamforge-support-note > img {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(72, 214, 177, 0.18);
}

.dreamforge-support-note p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(235, 255, 249, 0.82);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.dreamforge-support-note a {
  color: #82f4dc;
  font-weight: 900;
  white-space: nowrap;
}

.dreamforge-guide-band {
  padding: 4.2rem 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(117, 239, 212, 0.22), transparent 24rem),
    radial-gradient(circle at 86% 42%, rgba(112, 200, 255, 0.16), transparent 22rem),
    linear-gradient(135deg, #0b1f1b 0%, #133a33 100%);
}

.dreamforge-guide-band-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.2rem;
  border: 1px solid rgba(117, 239, 212, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(4, 18, 15, 0.62);
  box-shadow:
    0 28px 86px rgba(1, 13, 10, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dreamforge-guide-band-card span {
  color: #82f4dc;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dreamforge-guide-band-card h2 {
  margin-top: 0.18rem;
  color: #f6fffb;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  line-height: 0.94;
}

.dreamforge-guide-band-card p {
  color: rgba(235, 255, 249, 0.75);
  line-height: 1.62;
}

.dreamforge-guide-band-card .dreamforge-button {
  white-space: nowrap;
}

.dreamforge-site .concept-footer {
  background: #f8fffd;
}

.dreamforge-site .concept-footer-main {
  border-color: rgba(20, 76, 65, 0.12);
}

.dreamforge-site .concept-footer a,
.dreamforge-site .concept-footer-meta p {
  color: rgba(16, 35, 31, 0.7);
}

@media (max-width: 1040px) {
  .concept-nav {
    grid-template-columns: auto auto;
  }

  .concept-star {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: 800;
  }

  .concept-nav-links {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0.7rem;
    right: 0.7rem;
    justify-self: stretch;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.12rem;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(13, 20, 31, 0.96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  }

  .concept-nav-links.is-open {
    display: flex;
  }

  .concept-nav-links a {
    width: 100%;
    padding: 0.9rem 0.95rem;
    border-radius: 5px;
    font-size: 0.98rem;
    text-transform: uppercase;
  }

  .concept-nav-links a:hover,
  .concept-nav-links a.active {
    background: rgba(255, 255, 255, 0.07);
  }

  .concept-product-grid,
  .concept-studio-grid,
  .contact-lane-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-model-grid {
    gap: 1.5rem;
  }

  .concept-final-content {
    grid-template-columns: 1fr;
  }

  .contact-hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .glint-hero-grid,
  .glint-showcase-grid,
  .glint-privacy-grid {
    grid-template-columns: 1fr;
  }

  .glint-hero-stage {
    min-height: 620px;
  }

  .glint-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dreamforge-hero-grid,
  .dreamforge-library-grid,
  .dreamforge-faq {
    grid-template-columns: 1fr;
  }

  .dreamforge-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dreamforge-workflow .dreamforge-section-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .dreamforge-hero-media {
    min-height: 650px;
  }

  .dreamforge-connect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .concept-container {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .concept-header {
    top: 0.7rem;
  }

  .concept-nav {
    width: min(calc(100% - 1rem), var(--max-width));
    min-height: 70px;
    border-radius: 18px;
  }

  .concept-brand {
    text-transform: none;
  }

  .concept-brand img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .concept-hero {
    min-height: auto;
    padding: 7.6rem 0 3.2rem;
    display: flex;
    flex-direction: column;
  }

  .concept-hero-bg {
    position: relative;
    order: 2;
    height: auto;
    aspect-ratio: 1.08 / 1;
    margin-top: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    object-position: center;
  }

  .concept-hero-shade {
    background:
      radial-gradient(circle at 12% 8%, rgba(47, 209, 255, 0.12), transparent 18rem),
      radial-gradient(circle at 96% 24%, rgba(243, 163, 41, 0.16), transparent 14rem),
      linear-gradient(180deg, rgba(3, 7, 13, 0.92), rgba(3, 7, 13, 0.9));
  }

  .concept-hero-content {
    order: 1;
  }

  .concept-hero h1 {
    max-width: 9.4ch;
    font-size: clamp(3.35rem, 15.5vw, 4.55rem);
  }

  .concept-hero p {
    max-width: 32ch;
    font-size: 1rem;
  }

  .concept-actions,
  .concept-final .concept-actions {
    width: 100%;
    display: grid;
    gap: 0.85rem;
  }

  .concept-button {
    width: 100%;
    justify-content: center;
    min-width: 0;
    border-radius: 999px;
  }

  .concept-model,
  .concept-products,
  .concept-studios {
    padding: 3.2rem 0;
  }

  .concept-model-grid,
  .concept-product-grid,
  .concept-studio-grid {
    grid-template-columns: 1fr;
  }

  .concept-model-grid {
    gap: 2.2rem;
  }

  .concept-product-card img {
    aspect-ratio: 1.22 / 1;
  }

  .concept-product-glint > img {
    object-position: center 18%;
  }

  .concept-product-dreamforge > img {
    object-position: center 16%;
  }

  .concept-studio-card img {
    aspect-ratio: 1.45 / 1;
  }

  .concept-final {
    min-height: auto;
    padding: 4rem 0 3.4rem;
  }

  .concept-final-shade {
    background:
      linear-gradient(180deg, rgba(3, 7, 13, 0.88), rgba(3, 7, 13, 0.76)),
      linear-gradient(90deg, rgba(3, 7, 13, 0.84), rgba(3, 7, 13, 0.32));
  }

  .concept-final h2 {
    font-size: clamp(2.6rem, 12vw, 3.55rem);
  }

  .contact-hero {
    min-height: auto;
    padding: 7.6rem 0 3.2rem;
  }

  .contact-hero-bg {
    position: relative;
    height: auto;
    aspect-ratio: 1.08 / 1;
    margin-top: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
  }

  .contact-hero {
    display: flex;
    flex-direction: column;
  }

  .contact-hero-content {
    order: 1;
  }

  .contact-hero-bg {
    order: 2;
  }

  .contact-hero-shade {
    background:
      radial-gradient(circle at 12% 8%, rgba(47, 209, 255, 0.12), transparent 18rem),
      radial-gradient(circle at 96% 24%, rgba(243, 163, 41, 0.16), transparent 14rem),
      linear-gradient(180deg, rgba(3, 7, 13, 0.92), rgba(3, 7, 13, 0.9));
  }

  .contact-hero h1 {
    max-width: 9ch;
    font-size: clamp(3.35rem, 15.5vw, 4.55rem);
  }

  .contact-card {
    padding: 1.1rem;
  }

  .contact-lanes {
    padding: 3.2rem 0;
  }

  .contact-lane-grid {
    grid-template-columns: 1fr;
  }

  .glint-site .concept-nav {
    background: rgba(255, 255, 255, 0.84);
  }

  .glint-site .concept-nav-links {
    background: rgba(255, 255, 255, 0.96);
  }

  .glint-site .concept-nav-links a:hover,
  .glint-site .concept-nav-links a.active {
    background: rgba(17, 24, 39, 0.06);
  }

  .glint-hero {
    min-height: auto;
    padding: 7.8rem 0 3.5rem;
  }

  .glint-title-lockup img {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .glint-hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.25rem);
  }

  .glint-actions {
    display: grid;
  }

  .glint-hero-stage {
    min-height: 520px;
    margin-top: 2rem;
  }

  .glint-phone-main {
    width: min(292px, 72vw);
  }

  .glint-orbit-card {
    width: 142px;
    height: 310px;
    border-width: 7px;
    border-radius: 26px;
  }

  .glint-orbit-left {
    left: -2rem;
    bottom: 2rem;
  }

  .glint-orbit-right {
    right: -2rem;
    top: 0.7rem;
  }

  .glint-floating-note {
    right: 0;
    bottom: 0.4rem;
    width: min(230px, 78vw);
  }

  .glint-gallery-section,
  .glint-showcase,
  .glint-tools,
  .glint-privacy-band {
    padding: 3.6rem 0;
  }

  .glint-section-heading {
    text-align: left;
  }

  .glint-section-heading h2,
  .glint-showcase-copy h2,
  .glint-privacy-grid h2 {
    font-size: clamp(2.65rem, 13vw, 4.1rem);
  }

  .glint-feature-wall,
  .glint-tool-grid {
    grid-template-columns: 1fr;
  }

  .glint-feature-card {
    min-height: auto;
    padding: 1rem;
  }

  .glint-feature-card h3 {
    font-size: 2.1rem;
  }

  .glint-feature-card img,
  .glint-feature-wide img {
    width: min(275px, 86%);
    border-width: 7px;
    border-radius: 28px;
  }

  .glint-gallery-preview {
    min-height: 560px;
    margin-top: 2rem;
  }

  .glint-gallery-preview img {
    width: min(245px, 66%);
    border-width: 7px;
    border-radius: 28px;
  }

  .glint-preview-main {
    left: 0;
  }

  .glint-preview-menu {
    right: 0;
  }

  .glint-privacy-links {
    min-width: 0;
  }

  .dreamforge-site .concept-nav {
    background: rgba(255, 255, 255, 0.86);
  }

  .dreamforge-site .concept-nav-links {
    background: rgba(255, 255, 255, 0.96);
  }

  .dreamforge-site .concept-nav-links a:hover,
  .dreamforge-site .concept-nav-links a.active {
    background: rgba(16, 35, 31, 0.06);
  }

  .dreamforge-hero {
    min-height: auto;
    padding: 7.8rem 0 3.5rem;
  }

  .dreamforge-title-lockup img {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .dreamforge-hero h1 {
    font-size: clamp(3.55rem, 16vw, 5.1rem);
  }

  .dreamforge-actions {
    display: grid;
  }

  .dreamforge-hero-media {
    min-height: 650px;
    margin-top: 2rem;
  }

  .dreamforge-lifestyle {
    right: 0;
    width: min(270px, 70%);
    height: 410px;
  }

  .dreamforge-phone-create {
    width: min(245px, 68vw);
    left: 0;
    bottom: 0;
    border-width: 7px;
    border-radius: 28px;
  }

  .dreamforge-mini-panel {
    right: 0;
    bottom: 5rem;
    width: min(230px, 72vw);
  }

  .dreamforge-workflow,
  .dreamforge-output-showcase,
  .dreamforge-library,
  .dreamforge-connect,
  .dreamforge-final {
    padding: 3.6rem 0;
  }

  .dreamforge-section-heading {
    text-align: left;
  }

  .dreamforge-section-heading h2,
  .dreamforge-library-copy h2,
  .dreamforge-faq .dreamforge-section-heading h2 {
    font-size: clamp(2.6rem, 13vw, 4.05rem);
  }

  .dreamforge-workflow-grid,
  .dreamforge-connect-grid {
    grid-template-columns: 1fr;
  }

  .dreamforge-server-note {
    grid-template-columns: 1fr;
  }

  .dreamforge-faq {
    margin-bottom: 2.4rem;
  }

  .dreamforge-faq-list summary {
    min-height: 68px;
    padding: 1.05rem 1rem;
  }

  .dreamforge-faq-list details p {
    padding: 0 1rem 1.1rem;
  }

  .dreamforge-workflow-card {
    min-height: auto;
    padding: 1rem;
  }

  .dreamforge-large-visual {
    min-height: auto;
    padding-top: 0;
  }

  .dreamforge-workflow-card h3 {
    font-size: 2.05rem;
  }

  .dreamforge-workflow-card img,
  .dreamforge-large-visual > img,
  .dreamforge-connect-grid img {
    width: min(275px, 86%);
    border-width: 7px;
    border-radius: 28px;
  }

  .dreamforge-model-stack {
    width: min(275px, 86%);
  }

  .dreamforge-output-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .dreamforge-output-copy h2 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .dreamforge-library-stack {
    min-height: 560px;
    margin-top: 2rem;
  }

  .dreamforge-library-stack img {
    width: min(245px, 66%);
    border-width: 7px;
    border-radius: 28px;
  }

  .dreamforge-library-main {
    left: 0;
  }

  .dreamforge-library-side {
    right: 0;
  }

  .dreamforge-support-note {
    width: auto;
    align-items: flex-start;
    border-radius: 8px;
    text-align: left;
  }

  .dreamforge-support-note p {
    text-align: left;
  }

  .dreamforge-support-note a {
    display: inline-block;
    margin-top: 0.15rem;
  }

  .concept-footer-main,
  .concept-footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .concept-footer nav,
  .concept-footer-meta div {
    gap: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dreamforge-phone-create {
    animation: none;
  }

  .dreamforge-workflow-card,
  .dreamforge-connect-grid article {
    transition: none;
  }
}

/* Restored legal pages */
.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 4%, rgba(47, 209, 255, 0.1), transparent 25rem),
    radial-gradient(circle at 88% 8%, rgba(243, 163, 41, 0.1), transparent 24rem),
    #03070d;
}

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

.narrow {
  width: min(calc(100% - 2rem), 860px);
}

.site-header {
  position: sticky;
  top: 0.7rem;
  z-index: 50;
  width: min(calc(100% - 1.25rem), var(--max-width));
  margin: 0.7rem auto 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(9, 13, 20, 0.74);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px) saturate(130%);
}

.nav-wrap {
  min-height: 72px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: #f7f7f7;
}

.brand span {
  display: block;
  color: #fff;
  font-weight: 800;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #f9fbfd;
  color: #05080d !important;
  font-weight: 800;
}

.button-small {
  padding: 0.7rem 0.95rem !important;
}

.page-header {
  padding: 3.5rem 0 5rem;
}

.panel,
.legal-copy {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(13, 20, 31, 0.82);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.legal-copy {
  padding: 2rem;
}

.eyebrow {
  margin-bottom: 0.8rem;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-copy h1 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 0.98;
}

.legal-copy .lead {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
}

.legal-copy h2 {
  margin: 2rem 0 0.75rem;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

.legal-copy p,
.legal-copy li {
  color: var(--muted);
  line-height: 1.72;
}

.legal-copy p + p,
.legal-copy ul + p,
.legal-copy p + ul {
  margin-top: 0.85rem;
}

.legal-copy ul {
  margin: 0;
  padding-left: 1.25rem;
}

.text-link {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer {
  padding: 2rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #03070d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
}

.site-footer h3 {
  margin-bottom: 0.7rem;
  color: #fff;
  font-size: 0.95rem;
}

.site-footer a {
  display: block;
  margin: 0.42rem 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.brand-footer img {
  width: 38px;
  height: 38px;
}

.site-footer p,
.footer-meta p {
  color: var(--muted);
}

.footer-meta {
  padding-top: 1.2rem;
}

.dreamforge-guide-shell {
  --forge-ink: #10231f;
  --forge-muted: rgba(235, 255, 249, 0.72);
  --forge-teal: #48d6b1;
  --forge-mint: #a5f1df;
  --forge-sky: #70c8ff;
  --forge-sage: #82f4dc;
  --forge-gold: #f4c75d;
  background:
    radial-gradient(circle at 8% 3%, rgba(117, 239, 212, 0.18), transparent 27rem),
    radial-gradient(circle at 88% 2%, rgba(112, 200, 255, 0.14), transparent 26rem),
    radial-gradient(circle at 50% 30%, rgba(244, 199, 93, 0.06), transparent 38rem),
    #03070d;
}

.dreamforge-guide-shell .site-header {
  border-color: rgba(117, 239, 212, 0.16);
  background: rgba(5, 16, 18, 0.76);
}

.guide-hero,
.guide-section,
.guide-final-cta {
  position: relative;
}

.guide-hero {
  padding: 7.2rem 0 5.2rem;
  overflow: hidden;
}

.guide-hero::before,
.guide-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(4px);
}

.guide-hero::before {
  width: 32rem;
  height: 32rem;
  right: -8rem;
  top: 3rem;
  background: radial-gradient(circle, rgba(72, 214, 177, 0.22), transparent 70%);
}

.guide-hero::after {
  width: 26rem;
  height: 26rem;
  left: -10rem;
  bottom: -5rem;
  background: radial-gradient(circle, rgba(112, 200, 255, 0.14), transparent 70%);
}

.guide-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  gap: clamp(2.5rem, 6vw, 5.6rem);
  align-items: center;
}

.guide-hero-copy {
  max-width: 680px;
}

.guide-hero-icon {
  width: 66px;
  height: 66px;
  margin-bottom: 1.1rem;
  border-radius: 16px;
  box-shadow: 0 22px 64px rgba(72, 214, 177, 0.22);
}

.guide-hero h1,
.guide-section-heading h2,
.guide-support-card h2 {
  color: #f6fffb;
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.94;
}

.guide-hero h1 {
  max-width: 9.8ch;
  font-size: clamp(3.8rem, 6.7vw, 6.85rem);
}

.guide-hero p,
.guide-section-heading p,
.guide-steps p,
.guide-command-card p,
.guide-mini-grid p,
.guide-feature-list p,
.guide-privacy-copy p,
.guide-privacy-copy li,
.guide-checklist,
.guide-accordion li,
.guide-support-card p {
  color: rgba(235, 255, 249, 0.72);
  line-height: 1.62;
}

.guide-hero p {
  max-width: 43rem;
  margin-top: 1.35rem;
  font-size: 1.08rem;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.guide-hero-media {
  position: relative;
  min-height: 660px;
}

.guide-hero-phone {
  position: absolute;
  border: 8px solid #10231f;
  border-radius: 34px;
  background: #07110f;
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(117, 239, 212, 0.2);
}

.guide-hero-phone-main {
  left: 2rem;
  bottom: 0;
  width: 320px;
  transform: rotate(-5deg);
  z-index: 2;
}

.guide-hero-phone-side {
  right: 1rem;
  top: 0;
  width: 300px;
  transform: rotate(4deg);
  opacity: 0.9;
}

.guide-hero-card {
  position: absolute;
  z-index: 3;
  right: 4rem;
  bottom: 5rem;
  width: min(300px, 48vw);
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px solid rgba(117, 239, 212, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(117, 239, 212, 0.16), transparent 10rem),
    rgba(5, 18, 16, 0.88);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px) saturate(140%);
}

.guide-hero-card strong,
.guide-mini-grid strong,
.guide-feature-list strong {
  color: #f6fffb;
  font-weight: 900;
}

.guide-hero-card span {
  color: rgba(235, 255, 249, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

.guide-section {
  padding: 5.4rem 0;
}

.guide-quick,
.guide-import,
.guide-manage,
.guide-troubleshooting {
  background:
    radial-gradient(circle at 12% 12%, rgba(72, 214, 177, 0.1), transparent 22rem),
    linear-gradient(180deg, #071512 0%, #0b201c 100%);
}

.guide-how,
.guide-create,
.guide-magnific {
  background:
    radial-gradient(circle at 78% 16%, rgba(112, 200, 255, 0.12), transparent 24rem),
    linear-gradient(180deg, #0d2823 0%, #081815 100%);
}

.guide-connect-section,
.guide-remote,
.guide-privacy {
  background:
    radial-gradient(circle at 82% 10%, rgba(244, 199, 93, 0.08), transparent 24rem),
    radial-gradient(circle at 18% 72%, rgba(72, 214, 177, 0.11), transparent 28rem),
    #06120f;
}

.guide-section-heading {
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.guide-section-heading-left {
  margin: 0 0 2rem;
  text-align: left;
}

.guide-section-heading span {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #82f4dc;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-section-heading h2 {
  font-size: clamp(2.75rem, 5.4vw, 6.2rem);
}

.guide-section-heading p {
  margin-top: 1rem;
  font-size: 1rem;
}

.guide-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.guide-steps article,
.guide-mini-grid > div,
.guide-feature-list article {
  border: 1px solid rgba(117, 239, 212, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 8%, rgba(72, 214, 177, 0.13), transparent 11rem),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.guide-steps article {
  min-height: 210px;
  display: grid;
  align-content: space-between;
  padding: 1rem;
}

.guide-steps strong {
  color: rgba(130, 244, 220, 0.7);
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.guide-steps h3,
.guide-image-grid h3,
.guide-connect-section h3 {
  color: #f6fffb;
  font-size: 1.15rem;
  line-height: 1.15;
}

.guide-steps p {
  font-size: 0.92rem;
}

.guide-command-card,
.guide-url-card,
.guide-callout,
.guide-privacy-panel,
.guide-support-card {
  border: 1px solid rgba(117, 239, 212, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(72, 214, 177, 0.16), transparent 18rem),
    rgba(4, 16, 14, 0.86);
  box-shadow:
    0 24px 78px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.guide-command-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.1rem;
}

.guide-command-card span,
.guide-url-card small {
  color: #82f4dc;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-command-card pre {
  margin: 0;
  overflow-x: auto;
  padding: 1rem;
  border: 1px solid rgba(117, 239, 212, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
}

.guide-command-card code,
.guide-url-card code,
.guide-callout code,
.guide-checklist code,
.guide-accordion code {
  color: #a7ffe8;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.guide-how-grid,
.guide-two-column,
.guide-troubleshooting-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.guide-diagram {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid rgba(117, 239, 212, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 95% 0%, rgba(112, 200, 255, 0.13), transparent 18rem),
    rgba(255, 255, 255, 0.045);
}

.guide-diagram-node {
  padding: 1rem;
  border: 1px solid rgba(117, 239, 212, 0.16);
  border-radius: 8px;
  background: rgba(6, 26, 22, 0.82);
}

.guide-diagram-node small,
.guide-diagram-return,
.guide-diagram-link {
  color: rgba(235, 255, 249, 0.64);
  font-size: 0.82rem;
  font-weight: 800;
}

.guide-diagram-node strong {
  display: block;
  margin-top: 0.2rem;
  color: #f6fffb;
  font-size: 1.3rem;
}

.guide-diagram-link {
  justify-self: start;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(117, 239, 212, 0.1);
  color: #82f4dc;
}

.guide-diagram-return {
  padding: 0.9rem 1rem;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(72, 214, 177, 0.2), rgba(112, 200, 255, 0.08));
  color: #f6fffb;
}

.guide-two-column-flipped {
  grid-template-columns: minmax(420px, 0.84fr) minmax(0, 1fr);
}

.guide-url-card {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
}

.guide-url-card code {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  font-weight: 900;
}

.guide-callout {
  margin-top: 1rem;
  padding: 1rem;
}

.guide-screen-card {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(117, 239, 212, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 4%, rgba(72, 214, 177, 0.13), transparent 16rem),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
}

.guide-screen-card img {
  width: min(315px, 88%);
  margin: 0 auto;
  border: 8px solid #10231f;
  border-radius: 34px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.34);
}

.guide-screen-card-wide img {
  width: min(330px, 88%);
}

.guide-checklist {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding-left: 1.25rem;
}

.guide-checklist li::marker {
  color: #82f4dc;
  font-weight: 900;
}

.guide-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.guide-image-grid article {
  padding: 1rem;
  border: 1px solid rgba(117, 239, 212, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.guide-image-grid img {
  width: min(300px, 86%);
  margin: 0 auto 1rem;
  border: 8px solid #10231f;
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.guide-image-grid p {
  margin-top: 0.55rem;
  color: rgba(235, 255, 249, 0.7);
  line-height: 1.55;
}

.guide-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.guide-mini-grid > div,
.guide-feature-list article {
  padding: 1rem;
}

.guide-feature-row {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.guide-feature-list {
  display: grid;
  gap: 1rem;
}

.guide-feature-list article {
  display: grid;
  align-content: center;
}

.guide-screenshot-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.guide-screenshot-strip img {
  width: min(310px, 88%);
  margin: 0 auto;
  border: 8px solid #10231f;
  border-radius: 34px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28);
}

.guide-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.guide-chip-list span {
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(117, 239, 212, 0.2);
  border-radius: 999px;
  background: rgba(117, 239, 212, 0.09);
  color: #e9fff8;
  font-size: 0.84rem;
  font-weight: 800;
}

.guide-privacy-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 1.25rem;
}

.guide-privacy-copy p {
  font-size: 1.02rem;
}

.guide-privacy-copy ul {
  display: grid;
  gap: 0.6rem;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.guide-privacy-copy li::marker {
  color: #82f4dc;
}

.guide-troubleshooting-grid {
  align-items: start;
}

.guide-accordion {
  display: grid;
  gap: 0.65rem;
}

.guide-accordion details {
  border: 1px solid rgba(117, 239, 212, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 94% 0%, rgba(72, 214, 177, 0.12), transparent 14rem),
    rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.guide-accordion summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  color: #f6fffb;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  list-style: none;
}

.guide-accordion summary::-webkit-details-marker {
  display: none;
}

.guide-accordion summary::after {
  content: "+";
  color: #82f4dc;
  font-size: 1.5rem;
  line-height: 1;
}

.guide-accordion details[open] summary::after {
  content: "x";
}

.guide-accordion ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0 1.1rem 1rem 2rem;
}

.guide-accordion li::marker {
  color: #82f4dc;
}

.guide-final-cta {
  padding: 4.6rem 0 5.4rem;
  background:
    radial-gradient(circle at 80% 18%, rgba(244, 199, 93, 0.09), transparent 24rem),
    linear-gradient(180deg, #081815 0%, #03070d 100%);
}

.guide-support-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1.1rem;
}

.guide-support-card img {
  width: 58px;
  height: 58px;
  border-radius: 15px;
}

.guide-support-card h2 {
  font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.guide-support-card a {
  color: #82f4dc;
  font-weight: 900;
}

@media (max-width: 700px) {
  .site-header {
    border-radius: 18px;
  }

  .brand small {
    display: none;
  }

  .site-header .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0.7rem;
    right: 0.7rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.12rem;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(13, 20, 31, 0.96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  }

  .site-header .site-nav.is-open {
    display: flex;
  }

  .site-header .site-nav a {
    width: 100%;
    padding: 0.9rem 0.95rem;
  }

  .legal-copy {
    padding: 1.25rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  .concept-nav .site-nav.concept-nav-links {
    display: none;
  }

  .concept-nav .site-nav.concept-nav-links.is-open {
    display: flex;
  }

  .glint-site .concept-nav .site-nav.concept-nav-links {
    background: rgba(255, 255, 255, 0.96);
  }
}

@media (max-width: 1040px) {
  .dreamforge-guide-band-card,
  .guide-hero-grid,
  .guide-how-grid,
  .guide-two-column,
  .guide-two-column-flipped,
  .guide-troubleshooting-grid,
  .guide-privacy-panel {
    grid-template-columns: 1fr;
  }

  .guide-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-mini-grid {
    grid-template-columns: 1fr;
  }

  .guide-hero-media {
    min-height: 620px;
  }

  .guide-feature-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .dreamforge-guide-band {
    padding: 3.1rem 0;
  }

  .dreamforge-guide-band-card {
    gap: 1rem;
    padding: 1rem;
  }

  .dreamforge-guide-band-card .dreamforge-button {
    width: 100%;
  }

  .guide-hero {
    padding: 5.4rem 0 3.6rem;
  }

  .guide-hero h1 {
    font-size: clamp(3.3rem, 16vw, 5.1rem);
  }

  .guide-hero-media {
    min-height: 520px;
  }

  .guide-hero-phone-main {
    left: 0;
    width: min(270px, 66vw);
  }

  .guide-hero-phone-side {
    right: 0;
    width: min(238px, 58vw);
  }

  .guide-hero-card {
    right: 0.7rem;
    bottom: 1.4rem;
    width: min(260px, 78vw);
  }

  .guide-section {
    padding: 3.6rem 0;
  }

  .guide-section-heading {
    text-align: left;
  }

  .guide-section-heading h2 {
    font-size: clamp(2.45rem, 13vw, 4.2rem);
  }

  .guide-steps,
  .guide-image-grid,
  .guide-screenshot-strip {
    grid-template-columns: 1fr;
  }

  .guide-command-card {
    grid-template-columns: 1fr;
  }

  .guide-command-card pre {
    white-space: pre-wrap;
  }

  .guide-screen-card,
  .guide-image-grid article {
    padding: 0.85rem;
  }

  .guide-screen-card img,
  .guide-image-grid img,
  .guide-screenshot-strip img {
    width: min(260px, 86%);
    border-width: 7px;
    border-radius: 28px;
  }

  .guide-support-card {
    grid-template-columns: 1fr;
  }
}
