:root {
  --ink: #2a1508;
  --ink-2: #3f2110;
  --paper: #fffcfa;
  --mist: #fff1e6;
  --line: #f3e1d3;
  --slate: #7c6455;
  --flare: #ff5b14;
  --flare-dk: #e44400;
  --amber: #ffa51f;
  --r: 16px;
  --r-lg: 24px;
  --shell: 1120px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.shell {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 24px;
}
.display {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.028em;
}
.mono {
  font-family: "JetBrains Mono", monospace;
}
.eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--amber);
}

/* ---- buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  border-radius: var(--r);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease;
}
.btn-primary {
  background: var(--flare);
  color: #fff;
  padding: 15px 30px;
  box-shadow: 0 12px 28px -12px rgba(255, 91, 20, 0.85);
}
.btn-primary:hover {
  background: var(--flare-dk);
  transform: translateY(-2px);
}
.btn-primary:active {
  transform: none;
}
.btn-sm {
  padding: 10px 20px;
  border-radius: 11px;
  font-size: 15px;
}
.btn-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.25;
}
.btn-lines b {
  font-size: 18px;
  font-weight: 700;
}
.btn-lines i {
  font-style: normal;
  font-size: 12.5px;
  opacity: 0.85;
  font-weight: 500;
}
.btn .chrome {
  width: 30px;
  height: 30px;
  flex: none;
}
.btn-sm .chrome {
  width: 19px;
  height: 19px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---- nav ---- */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 250, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex: none;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand b {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.02em;
}
.brand-ali {
  color: var(--flare);
}
.brand-img {
  color: var(--amber);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-links a.lnk {
  font-size: 15px;
  text-decoration: none;
  color: var(--slate);
  font-weight: 500;
}
.nav-links a.lnk:hover {
  color: var(--ink);
}

/* ---- hero ---- */
.hero {
  position: relative;
  text-align: center;
  padding: 74px 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffeee1 0%, #fffcfa 82%);
}
.shape {
  position: absolute;
  border-radius: 10px;
  background: #ffd9be;
  opacity: 0.75;
  z-index: 0;
  animation: float 9s ease-in-out infinite;
}
.shape.p {
  background: #ffe7be;
}
.shape.a {
  background: #ffc7a6;
}
.shape-1 {
  --rot: -14deg;
  width: 118px;
  height: 118px;
  top: 38px;
  left: 3%;
}
.shape-2 {
  --rot: 22deg;
  width: 74px;
  height: 74px;
  top: 190px;
  left: 13%;
  animation-delay: 1.4s;
}
.shape-3 {
  --rot: -8deg;
  width: 96px;
  height: 96px;
  top: 300px;
  left: 5%;
  animation-delay: 0.7s;
}
.shape-4 {
  --rot: 18deg;
  width: 104px;
  height: 104px;
  top: 56px;
  right: 4%;
  animation-delay: 0.4s;
}
.shape-5 {
  --rot: -24deg;
  width: 68px;
  height: 68px;
  top: 206px;
  right: 14%;
  animation-delay: 1.9s;
}
.shape-6 {
  --rot: 12deg;
  width: 88px;
  height: 88px;
  top: 312px;
  right: 6%;
  animation-delay: 1.1s;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(var(--rot, 0deg));
  }
  50% {
    transform: translateY(-16px) rotate(var(--rot, 0deg));
  }
}
.hero-in {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: clamp(28px, 3.6vw, 44px);
  margin: 14px auto 0;
  max-width: 22ch;
}
.hero h1 em {
  font-style: normal;
  color: var(--flare);
}
.hero-sub {
  color: var(--slate);
  font-size: 18px;
  margin: 18px auto 0;
  max-width: 46ch;
}
.hero-sub b {
  color: var(--ink);
  font-weight: 600;
}
.hero .btn {
  margin-top: 30px;
}
.hero-trust {
  margin-top: 18px;
  font-size: 15px;
  color: var(--slate);
}
.hero-trust b {
  color: var(--flare);
  font-weight: 700;
}
.hero-note {
  margin-top: 8px;
  font-size: 13.5px;
  color: var(--slate);
}

/* browser mock */
.mock {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 52px auto 0;
  border-radius: 16px 16px 0 0;
  background: #361b0b;
  padding: 11px 11px 0;
  box-shadow: 0 -8px 70px -30px rgba(42, 21, 8, 0.55);
}
.mock-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 4px 10px;
}
.mock-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6b4326;
  display: block;
}
.mock-url {
  flex: 1;
  margin-left: 8px;
  background: #4a2812;
  border-radius: 6px;
  padding: 5px 11px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  color: #c79a76;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mock-body {
  background: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  line-height: 0;
}
.mock-img {
  width: 100%;
  height: auto;
  aspect-ratio: 798 / 402;
  object-fit: cover;
}

/* ---- generic section ---- */
.section {
  padding: 88px 0;
}
.head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.head h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  margin-top: 14px;
}
.head p {
  color: var(--slate);
  margin-top: 14px;
  font-size: 17.5px;
}

/* ---- feature rows ---- */
.rows {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 64px;
}
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.row:nth-child(even) .row-art {
  order: -1;
}
.row h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.row p.lead {
  color: var(--slate);
  margin-top: 12px;
}
.row ul {
  list-style: none;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.row li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 16.5px;
}
.tick {
  width: 19px;
  height: 19px;
  flex: none;
  color: var(--flare);
  margin-top: 3px;
}
.art {
  background: var(--mist);
  border-radius: var(--r-lg);
  padding: 34px;
  display: grid;
  place-items: center;
  min-height: 290px;
}

.card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  width: 100%;
  max-width: 330px;
  box-shadow: 0 20px 40px -26px rgba(42, 21, 8, 0.3);
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.media-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 70px;
  background: var(--mist);
  border-radius: 10px;
}
.media-tile svg {
  width: 20px;
  height: 20px;
  color: var(--flare);
}
.media-tile span {
  font-size: 10px;
  font-weight: 600;
  color: var(--slate);
}
.chips {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.chip {
  flex: 1;
  border-radius: 9px;
  padding: 10px 6px;
  text-align: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.chip-flare {
  background: var(--flare);
}
.chip-amber {
  background: var(--amber);
}
.chip-ink {
  background: var(--ink);
}

.tree {
  margin-top: 4px;
}
.tree-root {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
}
.tree-root svg {
  width: 18px;
  height: 18px;
  color: var(--flare);
  flex: none;
}
.tree-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 26px;
  margin-top: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  color: var(--slate);
}
.tree-sub svg {
  width: 15px;
  height: 15px;
  color: var(--amber);
  flex: none;
}

/* ---- variation swatches (#variants art) ---- */
.swatches {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin-top: 12px;
}
.swatches i {
  aspect-ratio: 1;
  border-radius: 6px;
  background: var(--c, var(--mist));
  box-shadow: inset 0 0 0 1px rgba(42, 21, 8, 0.08);
}

.vid-mock {
  position: relative;
  width: 100%;
  max-width: 330px;
  aspect-ratio: 16/10;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #3f2110, #8a4a1c);
  display: grid;
  place-items: center;
}
.play {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  display: grid;
  place-items: center;
}
.play svg {
  width: 22px;
  height: 22px;
  color: var(--ink);
  margin-left: 3px;
}
.vid-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 4px 9px;
  border-radius: 6px;
}

/* ---- guide / steps ---- */
.txt-amber {
  color: var(--amber);
  font-weight: 600;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--mist);
  border-radius: var(--r-lg);
  padding: 32px 24px;
  text-align: center;
}
.step::after {
  content: "";
  position: absolute;
  top: 52px;
  left: calc(100% - 6px);
  width: 24px;
  height: 2px;
  background: var(--line);
  transform: translateY(-50%);
}
.step:last-child::after {
  display: none;
}
.step-num {
  display: grid;
  place-items: center;
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--flare);
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-size: 16px;
}
.step-num-done {
  background: var(--ink);
}
.step h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.015em;
  margin-top: 16px;
}
.step p {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
  max-width: 30ch;
}
/* keeps the CTA flush with the bottom of the tallest card */
.step .btn {
  margin-top: auto;
}
.step:has(.btn) p {
  margin-bottom: 18px;
}
.step-final {
  background: transparent;
  border: 1px dashed var(--line);
}

@media (max-width: 900px) {
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .step::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ---- 30-second demo timeline (#demo) ---- */
.demo {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.demo-beat {
  position: relative;
  background: var(--mist);
  border-radius: var(--r-lg);
  padding: 26px 24px 28px;
}
.demo-beat::after {
  content: "";
  position: absolute;
  top: 42px;
  left: calc(100% - 2px);
  width: 24px;
  height: 2px;
  background: var(--line);
}
.demo-beat:last-child::after {
  display: none;
}
.demo-time {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 4px 11px;
}
.demo-beat:last-child .demo-time {
  background: var(--flare);
}
.demo-beat h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.015em;
  margin-top: 15px;
}
.demo-beat p {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
}
.demo-foot {
  margin-top: 40px;
  text-align: center;
}
.demo-note {
  margin-top: 12px;
  font-size: 14.5px;
  color: var(--slate);
}

@media (max-width: 900px) {
  .demo {
    grid-template-columns: 1fr 1fr;
  }
  .demo-beat::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .demo {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ---- stats band ---- */
.band {
  background: var(--ink);
  color: #fff;
  padding: 64px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    560px 260px at 50% 0,
    rgba(255, 91, 20, 0.3),
    transparent 70%
  );
}
.band > * {
  position: relative;
}
.band h2 {
  font-size: clamp(25px, 3.2vw, 36px);
}
.band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 44px;
}
.band-grid b {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: var(--flare);
  letter-spacing: -0.03em;
}
.band-grid span {
  display: block;
  margin-top: 8px;
  color: #d3ae92;
  font-size: 15.5px;
}

/* ---- calculator ---- */
.calc {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  margin-top: 52px;
  align-items: stretch;
}
.calc-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px;
}
.field + .field {
  margin-top: 30px;
}
.field-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
}
.field-top label {
  font-weight: 600;
  font-size: 16px;
}
.field-top output {
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-size: 19px;
  color: var(--flare);
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: var(--mist);
  margin-top: 16px;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--flare);
  border: 4px solid #fff;
  box-shadow: 0 3px 10px rgba(255, 91, 20, 0.5);
}
input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--flare);
  border: 4px solid #fff;
}
.scale {
  display: flex;
  justify-content: space-between;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--slate);
  margin-top: 8px;
}
.calc-out {
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.calc-out p {
  color: #d3ae92;
  font-size: 15.5px;
}
.calc-out .big {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 58px;
  color: var(--flare);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 12px 0 4px;
}
.calc-out .unit {
  font-size: 15px;
  color: #d3ae92;
}
.calc-out hr {
  border: 0;
  border-top: 1px solid #57301a;
  margin: 26px 0;
}
.calc-out small {
  color: #bc9070;
  font-size: 13px;
  display: block;
  line-height: 1.55;
}

/* ---- faq ---- */
.faq {
  max-width: 780px;
  margin: 44px auto 0;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 0;
  font-weight: 600;
  font-size: 17.5px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  font-family: "JetBrains Mono", monospace;
  color: var(--flare);
  font-size: 22px;
  flex: none;
}
.faq details[open] summary::after {
  content: "–";
}
.faq p {
  color: var(--slate);
  padding-bottom: 22px;
  max-width: 68ch;
  font-size: 16.5px;
}

/* ---- legal pages ---- */
.legal {
  max-width: 720px;
  margin: 0 auto;
}
.legal .updated {
  color: var(--slate);
  font-size: 14.5px;
  margin-top: 10px;
}
.legal h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.01em;
  margin-top: 40px;
}
.legal p {
  color: var(--slate);
  margin-top: 12px;
  font-size: 16.5px;
}
.legal ul {
  margin-top: 12px;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legal li {
  color: var(--slate);
  font-size: 16.5px;
  list-style: disc;
}
.legal a {
  color: var(--flare);
  text-decoration: underline;
}
.legal-contact {
  text-align: center;
  padding: 40px 0 0;
}
.legal-contact .btn {
  margin-top: 24px;
}

/* ---- final ---- */
.final {
  text-align: center;
  padding: 92px 24px 100px;
  background: linear-gradient(180deg, var(--paper), #ffeee1);
}
.final h2 {
  font-size: clamp(28px, 3.8vw, 44px);
  max-width: 18ch;
  margin: 14px auto 0;
}
.final p {
  color: var(--slate);
  margin-top: 14px;
}
.final .btn {
  margin-top: 28px;
}

/* ---- footer ---- */
.foot {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.foot-disc {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px 24px;
  text-align: center;
}
.foot-disc b {
  display: block;
  font-size: 12.5px;
  color: var(--ink);
  margin-bottom: 4px;
}
.foot-disc p {
  font-size: 12.5px;
  color: var(--slate);
  line-height: 1.5;
}
.foot-in {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--slate);
}
.foot-in nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.foot-in a {
  text-decoration: none;
}
.foot-in a:hover {
  color: var(--flare);
}

/* ---- mobile dock ---- */
.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  display: none;
  padding: 11px 16px calc(11px + env(safe-area-inset-bottom));
  background: rgba(251, 250, 255, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.dock .btn {
  width: 100%;
  justify-content: center;
  padding: 13px 20px;
}

.rv {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.rv.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .row:nth-child(even) .row-art {
    order: 0;
  }
  .rows {
    gap: 52px;
  }
  .band-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .calc {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
    padding-bottom: 76px;
  }
  .section {
    padding: 62px 0;
  }
  .hero {
    padding-top: 52px;
  }
  .nav-links .btn {
    display: none;
  }
  .dock {
    display: block;
  }
  .shape {
    display: none;
  }
  .art {
    min-height: 230px;
    padding: 26px;
  }
  .final {
    padding: 70px 20px 78px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  html {
    scroll-behavior: auto;
  }
  .rv {
    opacity: 1;
    transform: none;
  }
}

/* ================= welcome mode (?welcome) ================= */
/* Toggled by the inline <head> script so the landing page never flashes
   before it is hidden. The class lives on <html>. */
.wel {
  display: none;
}
.welcome-mode .wel {
  display: block;
}
.welcome-mode .lp,
.welcome-mode .dock,
.welcome-mode .nav-links {
  display: none;
}
/* the dock is hidden here, so reclaim the space reserved for it on mobile */
.welcome-mode body {
  padding-bottom: 0;
}

/* ---- welcome hero ---- */
.wel-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffeee1 0%, var(--paper) 88%);
  padding: 64px 0 82px;
}
.wel-hero-in {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.wel-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 7px 18px 7px 8px;
  box-shadow: 0 12px 26px -18px rgba(42, 21, 8, 0.55);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
}
.wel-badge i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--flare);
  display: grid;
  place-items: center;
  flex: none;
}
.wel-badge i svg {
  width: 13px;
  height: 13px;
  color: #fff;
}
.wel-hero h1 {
  font-size: clamp(32px, 4.4vw, 52px);
  margin-top: 22px;
  max-width: 15ch;
}
.wel-hero h1 em {
  font-style: normal;
  color: var(--flare);
}
.wel-lead {
  color: var(--slate);
  font-size: 17.5px;
  margin-top: 16px;
  max-width: 52ch;
}
.wel-acts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.wel-link {
  font-weight: 600;
  font-size: 15.5px;
  color: var(--slate);
  text-decoration: none;
  border-bottom: 2px solid var(--line);
  padding-bottom: 2px;
  transition:
    color 0.16s ease,
    border-color 0.16s ease;
}
.wel-link:hover {
  color: var(--flare);
  border-color: var(--flare);
}
.wel-note {
  margin-top: 18px;
  font-size: 13.5px;
  color: var(--slate);
}

/* ---- pin-the-extension illustration ---- */
.pin {
  background: #361b0b;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 44px 84px -44px rgba(42, 21, 8, 0.75);
}
.pin-bar {
  display: flex;
  align-items: center;
  gap: 9px;
}
.pin-dots {
  display: flex;
  gap: 6px;
  padding: 0 2px;
}
.pin-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6b4326;
  display: block;
}
.pin-url {
  flex: 1;
  min-width: 0;
  background: #4a2812;
  border-radius: 7px;
  padding: 6px 12px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  color: #c79a76;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pin-puz {
  position: relative;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 9px;
  background: #4a2812;
  display: grid;
  place-items: center;
}
.pin-puz svg {
  width: 17px;
  height: 17px;
  color: #ffd9be;
}
.pin-puz::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 13px;
  border: 2px solid var(--amber);
  animation: pinpulse 2.1s ease-out infinite;
}
@keyframes pinpulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
.pin-ava {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #8a4a1c;
  flex: none;
}
.pin-pop {
  width: min(288px, 100%);
  margin: 16px 0 4px auto;
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  box-shadow: 0 26px 54px -22px rgba(0, 0, 0, 0.6);
}
.pin-pop h4 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.01em;
}
.pin-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 11px;
  padding: 9px;
  border-radius: 10px;
}
.pin-row img {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  flex: none;
}
.pin-row span {
  flex: 1;
  min-width: 0;
  font-size: 13.5px;
  font-weight: 600;
}
.pin-row .pinico {
  width: 17px;
  height: 17px;
  flex: none;
  color: var(--flare);
}
.pin-row-on {
  background: var(--mist);
  box-shadow: inset 0 0 0 1.5px var(--flare);
}
.pin-row-off i {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #ede9f8;
  flex: none;
  display: block;
}
.pin-row-off .pin-sk {
  height: 9px;
  border-radius: 5px;
  background: #ede9f8;
  display: block;
}
.pin-row-off .pinico {
  color: #cfc7e2;
}
.pin-cap {
  margin-top: 16px;
  text-align: center;
  font-size: 13.5px;
  color: var(--slate);
}

/* ---- welcome steps (3 up instead of the landing page's 4) ---- */
.steps-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* ---- welcome features ---- */
.wel-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 52px;
}
.feat {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  box-shadow: 0 22px 42px -34px rgba(42, 21, 8, 0.55);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease;
}
.feat:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 48px -30px rgba(42, 21, 8, 0.5);
}
.feat-ico {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--mist);
  color: var(--flare);
  display: grid;
  place-items: center;
  flex: none;
}
.feat-ico svg {
  width: 20px;
  height: 20px;
}
.feat h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 16.5px;
  letter-spacing: -0.015em;
}
.feat p {
  color: var(--slate);
  font-size: 15px;
  margin-top: 6px;
}
.feat-wide {
  grid-column: 1 / -1;
}

/* ---- affiliate disclosure ---- */
.wel-disc {
  max-width: 840px;
  margin: 54px auto 0;
  background: var(--mist);
  border-left: 4px solid var(--amber);
  border-radius: 10px;
  padding: 20px 26px;
}
.wel-disc b {
  display: block;
  font-size: 14px;
}
.wel-disc p {
  color: var(--slate);
  font-size: 14.5px;
  line-height: 1.65;
  margin-top: 6px;
}

@media (max-width: 960px) {
  .wel-hero-in {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .wel-hero h1,
  .wel-lead {
    max-width: none;
  }
  .pin-pop {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .steps-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .wel-feats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .wel-hero {
    padding: 44px 0 60px;
  }
}
