.examples-main {
  position: relative;
  z-index: 1;
}

.examples-hero {
  padding: clamp(3.2rem, 8vw, 6.2rem) 0 clamp(2.4rem, 6vw, 4.5rem);
}

.examples-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.72fr);
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: start;
}

.examples-hero h1,
.examples-gallery h2,
.examples-scope h2,
.examples-cta h2 {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.examples-hero h1 {
  max-width: 49rem;
  font-size: clamp(2.45rem, 6vw, 5.1rem);
  line-height: 0.98;
}

.examples-lede {
  max-width: 45rem;
  margin: 1.1rem 0 0;
  color: #c2d2dc;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.5;
}

.examples-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.examples-terminal {
  border: 1px solid rgba(111, 151, 205, 0.2);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(20, 217, 255, 0.08), transparent 40%),
    rgba(9, 14, 24, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.examples-terminal-topbar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid rgba(111, 151, 205, 0.16);
  padding: 0.85rem 1rem;
  font-family: "JetBrains Mono", monospace;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.examples-terminal-topbar span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px rgba(255, 184, 76, 0.4);
}

.examples-terminal-topbar span:nth-child(2) {
  background: var(--cyan);
}

.examples-terminal-topbar span:nth-child(3) {
  background: var(--red);
}

.examples-terminal-topbar strong {
  margin-left: 0.35rem;
}

.examples-terminal ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 1.1rem;
  list-style: none;
}

.examples-terminal li {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: #cbd7e6;
  font-weight: 700;
  line-height: 1.35;
}

.examples-terminal li span {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(20, 217, 255, 0.32);
  border-radius: 999px;
  color: var(--cyan);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
}

.examples-gallery,
.examples-scope,
.examples-cta {
  padding: clamp(2rem, 6vw, 4.5rem) 0;
}

.section-head {
  max-width: 47rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.section-head h2,
.examples-scope h2,
.examples-cta h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}

.section-head p:not(.kicker),
.examples-cta p {
  color: #aebed0;
  font-size: 1.08rem;
}

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

.example-card {
  border: 1px solid rgba(111, 151, 205, 0.2);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(20, 217, 255, 0.06), rgba(255, 184, 76, 0.035)),
    rgba(9, 14, 24, 0.82);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.example-shot {
  aspect-ratio: 0.52;
  overflow: hidden;
  padding: 0.72rem 0.72rem 0;
  border-bottom: 1px solid rgba(111, 151, 205, 0.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 217, 255, 0.13), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    #05070c;
}

.example-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
}

.example-page-shot img {
  background: #05070c;
  transform: scale(1.34);
  transform-origin: top center;
}

.example-shot.sequoia-shot img {
  object-fit: contain;
  object-position: top center;
  transform: none !important;
}

.sequoia-shot {
  aspect-ratio: 0.64;
}

.sample-site {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sample-site header,
.sample-site footer {
  display: grid;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
}

.sample-site header {
  grid-template-columns: minmax(0, 1fr) auto;
}

.sample-site header strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sample-site header span,
.sample-actions span,
.sample-trust span,
.sample-site footer span,
.detail-visual span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sample-site main {
  display: grid;
  align-content: center;
  padding: 1.25rem;
}

.sample-kicker,
.sample-copy {
  margin: 0;
}

.sample-kicker {
  color: inherit;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sample-site h3 {
  max-width: 18rem;
  margin: 0.42rem 0 0;
  font-size: clamp(1.55rem, 3.1vw, 2.4rem);
  line-height: 0.98;
}

.sample-copy {
  max-width: 20rem;
  margin-top: 0.7rem;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.sample-actions,
.sample-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-top: 1rem;
}

.sample-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border-radius: 999px;
  padding: 0.44rem 0.72rem;
}

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

.sample-trust span {
  min-width: 0;
  border-radius: 10px;
  padding: 0.62rem;
  line-height: 1.15;
  text-align: center;
}

.sample-site footer {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sample-site footer span {
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sample-wash {
  color: #213c30;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 238, 218, 0.92)),
    #f6efe0;
}

.sample-wash header {
  border-bottom: 1px solid rgba(38, 74, 52, 0.16);
  background: rgba(255, 252, 241, 0.92);
}

.sample-wash header span,
.sample-wash .sample-actions span:first-child {
  background: #d5ad4b;
  color: #142718;
}

.sample-wash .sample-actions span:last-child {
  border: 1px solid rgba(38, 74, 52, 0.2);
  background: rgba(255, 255, 255, 0.72);
  color: #213c30;
}

.sample-wash .sample-kicker {
  color: #5c774c;
}

.sample-wash .sample-copy {
  color: #4f5f55;
}

.sample-wash .sample-trust span {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(38, 74, 52, 0.09);
}

.sample-wash footer {
  border-top: 1px solid rgba(38, 74, 52, 0.12);
  background: rgba(237, 229, 201, 0.74);
}

.sample-electric {
  color: #f3f7fb;
  background:
    linear-gradient(180deg, rgba(255, 113, 55, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #080a0d;
  background-size: auto, 44px 44px, 44px 44px, auto;
}

.sample-electric header,
.sample-electric footer {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(8, 10, 13, 0.78);
}

.sample-electric header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sample-electric header span,
.sample-electric .sample-actions span:last-child {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #f3f7fb;
}

.sample-electric .sample-kicker,
.sample-electric .sample-trust span,
.sample-electric footer span {
  color: #ff8b56;
}

.sample-electric .sample-copy {
  color: #aeb7c3;
}

.sample-electric .sample-actions span:first-child {
  background: #ee7848;
  color: #150805;
}

.sample-electric .sample-trust span {
  border: 1px solid rgba(255, 139, 86, 0.24);
  background: rgba(0, 0, 0, 0.32);
}

.sample-electric footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sample-detail {
  color: #f6fbff;
  background:
    radial-gradient(circle at 70% 18%, rgba(132, 238, 255, 0.14), transparent 28%),
    linear-gradient(145deg, #15191d, #07090c 58%, #10120e);
}

.sample-detail header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 9, 12, 0.68);
}

.sample-detail header span,
.sample-detail .sample-actions span:first-child {
  background: linear-gradient(135deg, #bff6ef, #efd979);
  color: #071015;
}

.sample-detail .sample-actions span:last-child {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f6fbff;
}

.detail-visual {
  display: grid;
  gap: 0.28rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(132, 238, 255, 0.24), rgba(255, 217, 123, 0.11)),
    #10161a;
  padding: 1rem;
}

.detail-visual strong {
  font-family: "Orbitron", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.detail-visual span,
.sample-detail .sample-kicker {
  color: #9defff;
}

.sample-detail .sample-copy {
  color: #aebed0;
}

.sample-detail footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 9, 12, 0.68);
  color: #aebed0;
}

.example-live-shot {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0.72rem;
  background:
    radial-gradient(circle at 20% 18%, rgba(132, 238, 255, 0.2), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(255, 184, 76, 0.2), transparent 30%),
    linear-gradient(135deg, #071015, #0b0b10 50%, #14110d);
}

.auto-detail-preview {
  width: min(100%, 430px);
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%),
    #080b0e;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.auto-detail-preview header,
.auto-detail-preview footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.72rem 0.82rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auto-detail-preview header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.auto-detail-preview header strong {
  color: #f6fbff;
}

.auto-detail-preview header span,
.detail-actions span:first-child {
  border-radius: 999px;
  background: linear-gradient(135deg, #84eeff, #f8d174);
  color: #071015;
  font-weight: 900;
  padding: 0.45rem 0.62rem;
}

.auto-detail-preview main {
  display: grid;
  align-content: end;
  min-height: 220px;
  padding: 1rem;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.68) 100%),
    radial-gradient(ellipse at 50% 26%, rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(130deg, #17222a, #05070a 54%, #1d1710);
}

.auto-detail-preview main::before {
  content: "";
  width: 78%;
  aspect-ratio: 2.9;
  align-self: start;
  justify-self: center;
  margin-top: 1.4rem;
  border-radius: 999px 999px 36px 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(129, 163, 174, 0.22) 44%, rgba(3, 7, 10, 0.92) 45%),
    #111;
  box-shadow: 0 18px 48px rgba(132, 238, 255, 0.18);
}

.auto-detail-preview main p {
  margin: 0 0 0.35rem;
  color: #84eeff;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.auto-detail-preview main h3 {
  max-width: 16rem;
  margin: 0;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.detail-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #f6fbff;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  font-weight: 900;
  padding: 0.38rem 0.58rem;
  text-transform: uppercase;
}

.auto-detail-preview footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aebed0;
}

.example-copy {
  padding: 1.05rem;
}

.example-tag {
  margin: 0 0 0.5rem;
  color: var(--cyan);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.example-copy h3 {
  margin: 0 0 0.52rem;
  color: #f4fbff;
  font-size: 1.35rem;
}

.example-copy p:not(.example-tag) {
  margin: 0;
  color: #aebed0;
  line-height: 1.45;
}

.examples-scope {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}

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

.scope-grid article {
  border: 1px solid rgba(111, 151, 205, 0.18);
  border-radius: var(--radius-md);
  background: rgba(9, 14, 24, 0.7);
  padding: 1rem;
}

.scope-grid span {
  color: var(--amber);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.scope-grid h3 {
  margin: 0.45rem 0 0.45rem;
  color: #f4fbff;
  font-size: 1.2rem;
}

.scope-grid p {
  margin: 0;
  color: #aebed0;
}

.examples-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(20, 217, 255, 0.2);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 217, 255, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(20, 217, 255, 0.07), rgba(255, 59, 59, 0.06)),
    rgba(9, 14, 24, 0.82);
  padding: clamp(1.2rem, 3vw, 1.6rem);
}

.examples-cta > div {
  max-width: 47rem;
}

@media (max-width: 980px) {
  .examples-hero-grid,
  .examples-scope {
    grid-template-columns: 1fr;
  }

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

  .example-shot {
    aspect-ratio: 0.54;
  }
}

@media (max-width: 640px) {
  .examples-hero {
    padding-top: 2.4rem;
  }

  .examples-actions,
  .examples-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .examples-actions .btn,
  .examples-cta .btn {
    width: 100%;
  }

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