/* ORAV Forge shared styles. Migrated from the approved live baseline. */
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :host,:root {
    --font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --spacing:.25rem;
    --default-font-family:var(--font-sans);
    --default-mono-font-family:var(--font-mono)
  }
}
@layer base {
  *,::backdrop,:after,:before {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  ::file-selector-button {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  :host,html {
    -webkit-text-size-adjust:100%;
    tab-size:4;
    line-height:1.5;
    font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");
    font-feature-settings:var(--default-font-feature-settings,normal);
    font-variation-settings:var(--default-font-variation-settings,normal);
    -webkit-tap-highlight-color:transparent
  }
  hr {
    height:0;
    color:inherit;
    border-top-width:1px
  }
  abbr:where([title]) {
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
  }
  h1,h2,h3,h4,h5,h6 {
    font-size:inherit;
    font-weight:inherit
  }
  a {
    color:inherit;
    -webkit-text-decoration:inherit;
    text-decoration:inherit
  }
  b,strong {
    font-weight:bolder
  }
  code,kbd,pre,samp {
    font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);
    font-feature-settings:var(--default-mono-font-feature-settings,normal);
    font-variation-settings:var(--default-mono-font-variation-settings,normal);
    font-size:1em
  }
  small {
    font-size:80%
  }
  sub,sup {
    vertical-align:baseline;
    font-size:75%;
    line-height:0;
    position:relative
  }
  sub {
    bottom:-.25em
  }
  sup {
    top:-.5em
  }
  table {
    text-indent:0;
    border-color:inherit;
    border-collapse:collapse
  }
  :-moz-focusring {
    outline:auto
  }
  progress {
    vertical-align:baseline
  }
  summary {
    display:list-item
  }
  menu,ol,ul {
    list-style:none
  }
  audio,canvas,embed,iframe,img,object,svg,video {
    vertical-align:middle;
    display:block
  }
  img,video {
    max-width:100%;
    height:auto
  }
  button,input,optgroup,select,textarea {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  ::file-selector-button {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  :where(select:is([multiple],[size])) optgroup {
    font-weight:bolder
  }
  :where(select:is([multiple],[size])) optgroup option {
    padding-inline-start:20px
  }
  ::file-selector-button {
    margin-inline-end:4px
  }
  ::placeholder {
    opacity:1
  }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
    ::placeholder {
      color:currentColor
    }
    @supports (color:color-mix(in lab,red,red)) {
      ::placeholder {
        color:color-mix(in oklab,currentcolor 50%,transparent)
      }
    }
  }
  textarea {
    resize:vertical
  }
  ::-webkit-search-decoration {
    -webkit-appearance:none
  }
  ::-webkit-date-and-time-value {
    min-height:1lh;
    text-align:inherit
  }
  ::-webkit-datetime-edit {
    display:inline-flex
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding:0
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block:0
  }
  ::-webkit-calendar-picker-indicator {
    line-height:1
  }
  :-moz-ui-invalid {
    box-shadow:none
  }
  button,input:where([type=button],[type=reset],[type=submit]) {
    appearance:button
  }
  ::file-selector-button {
    appearance:button
  }
  ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height:auto
  }
  [hidden]:where(:not([hidden=until-found])) {
    display:none!important
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility:visible
  }
  .relative {
    position:relative
  }
  .start {
    inset-inline-start:var(--spacing)
  }
  .table {
    display:table
  }
  .grow {
    flex-grow:1
  }
}
:root {
  --ink:#f7f7f4;
  --muted:#a9aaa6;
  --orange:#ff7a1a;
  --orange-soft:#ffb26f;
  --teal:#3fc1ce;
  --teal-dark:#0b6570;
  --panel:#151616;
  --panel-light:#1d1e1e;
  --line:#ffffff1a
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  color:var(--ink);
  background:#090a0a;
  margin:0;
  font-family:Arial,Helvetica,sans-serif
}
a {
  color:inherit;
  text-decoration:none
}
img {
  max-width:100%;
  display:block
}
.site-header {
  z-index:20;
  border-bottom:1px solid var(--line);
  background:#090a0aeb;
  justify-content:space-between;
  min-height:82px;
  padding:0 7vw;
  position:relative
}
.brand,.site-header {
  align-items:center;
  display:flex
}
.brand {
  gap:12px
}
.brand-mark {
  width:42px;
  height:42px;
  color:var(--orange);
  letter-spacing:.08em;
  border:1px solid #ff7a1a73;
  border-radius:12px;
  place-items:center;
  font-size:11px;
  font-weight:800;
  display:grid;
  box-shadow:0 0 24px #ff7a1a1f
}
.brand-copy {
  flex-direction:column;
  gap:2px;
  display:flex
}
.brand-copy strong {
  letter-spacing:.01em;
  font-size:16px
}
.brand-copy small {
  color:#8f908c;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:9px
}
nav {
  color:#d0d0cc;
  gap:30px;
  font-size:14px;
  display:flex
}
nav a {
  transition:color .2s
}
nav a.active,nav a:focus-visible,nav a:hover {
  color:var(--orange)
}
.primary-button,.secondary-button {
  border-radius:11px;
  justify-content:center;
  align-items:center;
  gap:9px;
  min-height:48px;
  padding:0 20px;
  font-size:14px;
  font-weight:800;
  transition:transform .2s,border-color .2s,background .2s;
  display:inline-flex
}
.primary-button {
  background:linear-gradient(135deg,var(--orange),#ff9c3e);
  color:#111;
  box-shadow:0 14px 35px #ff7a1a2e
}
.primary-button:focus-visible,.primary-button:hover,.secondary-button:focus-visible,.secondary-button:hover {
  transform:translateY(-2px)
}
.primary-button span {
  font-size:17px
}
.secondary-button {
  color:#e9e9e5;
  background:#ffffff06;
  border:1px solid #343635
}
.teal-button {
  background:linear-gradient(135deg,#36bfcc,#74d9df);
  box-shadow:0 14px 35px #3fc1ce26
}
.company-hero {
  background:linear-gradient(90deg,#ff7a1a0d 1px,#0000 0) 0 0/70px 70px,linear-gradient(#ff7a1a0a 1px,#0000 0) 0 0/70px 70px,radial-gradient(circle at 21% 32%,#ff7a1a1a,#0000 34%),#090a0a;
  grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);
  align-items:center;
  gap:80px;
  min-height:710px;
  padding:85px 7vw 75px;
  display:grid;
  position:relative;
  overflow:hidden
}
.company-hero-art,.company-hero-copy {
  z-index:2;
  position:relative
}
.company-hero-copy h1 {
  max-width:820px
}
.company-hero-copy>p:not(.eyebrow) {
  color:#b3b5b0;
  max-width:690px;
  margin:29px 0 0;
  font-size:19px;
  line-height:1.7
}
.company-hero-art {
  place-items:center;
  min-height:535px;
  display:grid
}
.forge-art-frame {
  background:#111;
  border:1px solid #ff7a1a3d;
  border-radius:30px;
  width:min(500px,100%);
  position:relative;
  overflow:hidden;
  transform:rotate(1deg);
  box-shadow:0 40px 95px #00000094,0 0 60px #ff7a1a17
}
.forge-art-frame:after {
  content:"";
  pointer-events:none;
  background:linear-gradient(#0000 62%,#050606b8);
  position:absolute;
  inset:0
}
.forge-art-frame img {
  aspect-ratio:1;
  object-fit:cover;
  width:100%
}
.company-chip {
  z-index:3;
  background:#121313f0;
  border:1px solid #ff7a1a47;
  border-radius:14px;
  align-items:center;
  gap:12px;
  padding:15px 18px;
  display:flex;
  position:absolute;
  bottom:30px;
  right:-4%;
  box-shadow:0 22px 50px #00000073
}
.company-chip>span {
  width:32px;
  height:32px;
  color:var(--orange);
  background:#ff7a1a1f;
  border-radius:50%;
  place-items:center;
  display:grid
}
.company-chip div {
  flex-direction:column;
  gap:4px;
  display:flex
}
.company-chip strong {
  font-size:13px
}
.company-chip small {
  color:#8d8f8a;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:9px
}
.home-product {
  background:#0c0d0d
}
.product-showcase {
  background:radial-gradient(circle at 85% 25%,#3fc1ce1c,#0000 34%),linear-gradient(140deg,#181a1a,#101111);
  border:1px solid #3fc1ce2e;
  border-radius:28px;
  grid-template-columns:1fr .88fr;
  min-height:620px;
  display:grid;
  overflow:hidden
}
.product-copy {
  padding:62px
}
.product-brand-row {
  align-items:center;
  gap:15px;
  display:flex
}
.product-brand-row img {
  border-radius:15px;
  width:60px
}
.product-brand-row div {
  flex-direction:column;
  gap:3px;
  display:flex
}
.product-brand-row span {
  font-size:21px;
  font-weight:800
}
.product-brand-row small {
  color:#8f928d;
  font-size:11px
}
.product-copy h3 {
  letter-spacing:-.045em;
  max-width:650px;
  margin:40px 0 22px;
  font-size:clamp(36px,4vw,56px);
  line-height:1.05
}
.product-copy>p {
  color:#a5a8a2;
  max-width:640px;
  margin:0;
  line-height:1.75
}
.clean-list {
  color:#d2d3cf;
  gap:11px;
  margin:28px 0 0;
  padding:0;
  font-size:13px;
  list-style:none;
  display:grid
}
.clean-list li:before {
  content:"✓";
  color:var(--teal);
  margin-right:10px;
  font-weight:900
}
.product-actions {
  flex-wrap:wrap;
  align-items:center;
  gap:16px;
  margin-top:38px;
  display:flex
}
.store-button-compact {
  min-width:175px;
  padding:9px 15px
}
.store-button-compact .play-symbol {
  font-size:21px
}
.store-button-compact small {
  font-size:7px
}
.store-button-compact strong {
  font-size:14px
}
.product-phones {
  min-height:620px;
  position:relative
}
.mini-phone {
  background:#eef9fb;
  border:8px solid #1b1e1e;
  border-radius:31px;
  position:absolute;
  overflow:hidden;
  box-shadow:0 35px 80px #00000080
}
.mini-phone img {
  object-fit:cover;
  object-position:top;
  width:100%;
  height:100%
}
.mini-phone-front {
  z-index:2;
  width:285px;
  height:575px;
  top:42px;
  right:9%;
  transform:rotate(2deg)
}
.mini-phone-back {
  z-index:1;
  opacity:.9;
  width:220px;
  height:445px;
  top:115px;
  left:2%;
  transform:rotate(-7deg)
}
.forge-principles {
  border-top:1px solid var(--line);
  background:#0a0b0b
}
.principle-grid {
  grid-template-columns:repeat(3,1fr);
  gap:15px;
  display:grid
}
.principle-grid article {
  border:1px solid var(--line);
  background:linear-gradient(145deg,#191a1a,#111212);
  border-radius:18px;
  min-height:250px;
  padding:32px
}
.principle-grid article>span {
  color:var(--orange);
  letter-spacing:.16em;
  font-size:11px;
  font-weight:800
}
.principle-grid h3 {
  margin:55px 0 13px;
  font-size:20px
}
.principle-grid p {
  color:#8f928d;
  margin:0;
  font-size:14px;
  line-height:1.65
}
.company-cta {
  background:radial-gradient(circle at 10%,#ff7a1a17,#0000 34%),#141515;
  border-top:1px solid #ff7a1a33;
  justify-content:space-between;
  align-items:center;
  gap:45px;
  display:flex
}
.company-cta h2 {
  letter-spacing:-.045em;
  max-width:820px;
  margin:0;
  font-size:clamp(38px,4.5vw,62px);
  line-height:1.05
}
.company-cta p:last-child {
  color:#949691;
  max-width:700px;
  margin:18px 0 0;
  line-height:1.65
}
.company-cta .primary-button {
  flex:none
}
.inner-hero,.legal-hero {
  border-bottom:1px solid var(--line);
  background:linear-gradient(90deg,#ff7a1a0d 1px,#0000 0) 0 0/70px 70px,linear-gradient(#ff7a1a0a 1px,#0000 0) 0 0/70px 70px,radial-gradient(circle at 18% 35%,#ff7a1a1a,#0000 36%),#090a0a;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:70px;
  min-height:500px;
  padding:105px 7vw 85px;
  display:grid;
  position:relative;
  overflow:hidden
}
.inner-hero h1,.legal-hero h1 {
  max-width:990px;
  font-size:clamp(52px,6vw,82px)
}
.inner-hero>div:first-child>p:last-child,.legal-hero>p {
  color:#aaaca7;
  max-width:720px;
  margin:26px 0 0;
  font-size:18px;
  line-height:1.7
}
.inner-hero-mark {
  background:radial-gradient(circle,#ff7a1a24,#ff7a1a05);
  border:1px solid #ff7a1a3d;
  border-radius:50%;
  place-items:center;
  width:190px;
  height:190px;
  display:grid;
  box-shadow:0 0 65px #ff7a1a14
}
.inner-hero-mark small,.inner-hero-mark span {
  grid-area:1/1
}
.inner-hero-mark span {
  color:var(--orange);
  opacity:.75;
  font-size:55px;
  font-weight:800;
  transform:translateY(-10px)
}
.inner-hero-mark small {
  color:#a1a39e;
  letter-spacing:.15em;
  text-transform:uppercase;
  align-self:end;
  margin-bottom:45px;
  font-size:10px
}
.support-mark span {
  font-size:60px
}
.products-content {
  background:#0c0d0d
}
.full-product-card {
  background:radial-gradient(circle at 85% 20%,#3fc1ce1f,#0000 32%),linear-gradient(145deg,#181a1a,#101111);
  border:1px solid #3fc1ce30;
  border-radius:28px;
  grid-template-columns:1.05fr .95fr;
  min-height:700px;
  display:grid;
  overflow:hidden
}
.full-product-copy {
  padding:65px
}
.status-row {
  justify-content:space-between;
  align-items:center;
  gap:15px;
  margin-bottom:48px;
  display:flex
}
.status-pill {
  letter-spacing:.14em;
  text-transform:uppercase;
  border-radius:999px;
  padding:9px 12px;
  font-size:9px;
  font-weight:800
}
.teal-status {
  color:var(--teal);
  background:#3fc1ce1a;
  border:1px solid #3fc1ce4d
}
.status-row small {
  color:#777a75;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:9px
}
.full-product-copy h2 {
  letter-spacing:-.05em;
  max-width:700px;
  margin:40px 0 22px;
  font-size:clamp(40px,4.7vw,65px);
  line-height:1.04
}
.full-product-copy>p {
  color:#a3a6a0;
  max-width:670px;
  margin:0;
  line-height:1.75
}
.product-feature-row {
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
  display:flex
}
.product-feature-row span {
  color:#c6c8c3;
  background:#3fc1ce0b;
  border:1px solid #3fc1ce2b;
  border-radius:9px;
  padding:9px 12px;
  font-size:11px
}
.full-product-visual {
  min-height:700px;
  position:relative
}
.product-screen-card {
  background:#eef9fb;
  border:8px solid #1b1e1e;
  border-radius:32px;
  position:absolute;
  overflow:hidden;
  box-shadow:0 35px 85px #00000085
}
.product-screen-card img {
  object-fit:cover;
  object-position:top;
  width:100%;
  height:100%
}
.screen-one {
  z-index:2;
  width:305px;
  height:615px;
  top:54px;
  right:8%;
  transform:rotate(2deg)
}
.screen-two {
  z-index:1;
  width:235px;
  height:475px;
  top:160px;
  left:2%;
  transform:rotate(-7deg)
}
.portfolio-direction {
  border-top:1px solid var(--line);
  background:#0a0b0b
}
.direction-grid {
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  display:grid
}
.direction-grid article {
  border:1px solid var(--line);
  background:#141515;
  border-radius:17px;
  padding:30px
}
.direction-grid span {
  color:var(--orange);
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:11px;
  font-weight:800
}
.direction-grid p {
  color:#969893;
  margin:35px 0 0;
  line-height:1.65
}
.about-hero {
  grid-template-columns:1fr minmax(310px,.45fr);
  min-height:620px
}
.about-art {
  border:1px solid #ff7a1a38;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 30px 75px #0000007a
}
.about-art img {
  aspect-ratio:1;
  object-fit:cover;
  width:100%
}
.about-intro {
  background:#0c0d0d;
  grid-template-columns:1.1fr .9fr;
  gap:90px;
  display:grid
}
.large-statement {
  letter-spacing:-.045em;
  max-width:780px;
  font-size:clamp(38px,4.8vw,68px);
  font-weight:750;
  line-height:1.08
}
.about-copy {
  color:#a3a6a0;
  line-height:1.8
}
.about-copy p {
  margin:0 0 20px
}
.about-grid-section {
  border-top:1px solid var(--line);
  background:#090a0a;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  display:grid
}
.about-grid-section article {
  border:1px solid var(--line);
  background:linear-gradient(145deg,#191a1a,#111212);
  border-radius:18px;
  min-height:440px;
  padding:34px
}
.about-grid-section h2 {
  letter-spacing:-.035em;
  margin:40px 0 20px;
  font-size:clamp(26px,2.5vw,37px);
  line-height:1.12
}
.about-grid-section article>p:last-child {
  color:#929590;
  margin:0;
  font-size:14px;
  line-height:1.72
}
.brand-direction {
  background:radial-gradient(circle at 10%,#ff7a1a1a,#0000 34%),#141515;
  border-top:1px solid #ff7a1a2e;
  grid-template-columns:175px 1fr;
  align-items:center;
  gap:60px;
  display:grid
}
.brand-fire {
  width:150px;
  height:150px;
  color:var(--orange);
  background:#ff7a1a14;
  border:1px solid #ff7a1a42;
  border-radius:50%;
  place-items:center;
  font-size:42px;
  display:grid;
  box-shadow:0 0 65px #ff7a1a14
}
.brand-direction h2 {
  letter-spacing:-.045em;
  margin:0;
  font-size:clamp(38px,4.5vw,62px)
}
.brand-direction div:last-child>p:last-child {
  color:#979994;
  max-width:750px;
  margin:20px 0 0;
  line-height:1.7
}
.support-content {
  background:#0c0d0d;
  grid-template-columns:1fr 1fr;
  gap:15px;
  display:grid
}
.support-card {
  border:1px solid var(--line);
  background:linear-gradient(145deg,#191a1a,#111212);
  border-radius:20px;
  padding:45px
}
.primary-support-card {
  background:radial-gradient(circle at 10% 10%,#ff7a1a17,#0000 45%),#151616;
  border-color:#ff7a1a33
}
.support-card h2 {
  letter-spacing:-.045em;
  max-width:620px;
  margin:0;
  font-size:clamp(36px,4vw,55px);
  line-height:1.05
}
.support-card>p:not(.eyebrow) {
  color:#9c9f99;
  max-width:590px;
  margin:20px 0 0;
  line-height:1.7
}
.email-button {
  color:var(--orange-soft);
  background:#ff7a1a14;
  border:1px solid #ff7a1a40;
  border-radius:12px;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-top:48px;
  padding:18px 20px;
  font-weight:800;
  display:flex
}
.support-checklist ol {
  margin:0;
  padding:0;
  list-style:none
}
.support-checklist li {
  border-bottom:1px solid var(--line);
  gap:18px;
  padding:23px 0;
  display:flex
}
.support-checklist li>span {
  color:var(--teal);
  letter-spacing:.14em;
  font-size:10px;
  font-weight:800
}
.support-checklist li div {
  flex-direction:column;
  gap:6px;
  display:flex
}
.support-checklist li small {
  color:#878a85;
  line-height:1.5
}
.sensitive-warning {
  border-top:1px solid var(--line);
  background:#101111;
  grid-template-columns:110px 1fr;
  align-items:start;
  gap:45px;
  display:grid
}
.warning-icon {
  width:90px;
  height:90px;
  color:var(--orange);
  background:#ff7a1a17;
  border:1px solid #ff7a1a4d;
  border-radius:50%;
  place-items:center;
  font-size:30px;
  font-weight:900;
  display:grid
}
.sensitive-warning h2 {
  letter-spacing:-.04em;
  max-width:900px;
  margin:0;
  font-size:clamp(32px,3.8vw,52px);
  line-height:1.08
}
.sensitive-warning div:last-child>p:last-child {
  color:#929590;
  max-width:800px;
  margin:20px 0 0;
  line-height:1.7
}
.support-links {
  border-top:1px solid var(--line);
  background:#090a0a;
  grid-template-columns:1fr 1fr;
  gap:14px;
  display:grid
}
.support-links a {
  border:1px solid var(--line);
  background:#141515;
  border-radius:18px;
  flex-direction:column;
  min-height:190px;
  padding:32px;
  transition:border-color .2s,transform .2s;
  display:flex
}
.support-links a:hover {
  border-color:#ff7a1a45;
  transform:translateY(-3px)
}
.support-links span {
  color:var(--orange);
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:9px
}
.support-links strong {
  margin-top:28px;
  font-size:20px
}
.support-links small {
  color:#888b86;
  margin-top:10px;
  line-height:1.55
}
.legal-hero {
  min-height:460px;
  display:block
}
.legal-hero h1 {
  margin-top:0
}
.legal-hero>p {
  font-size:16px
}
.legal-hero>small {
  color:#7f827d;
  margin-top:18px;
  display:block
}
.fosterlog-legal-hero {
  background:linear-gradient(90deg,#3fc1ce0d 1px,#0000 0) 0 0/70px 70px,linear-gradient(#3fc1ce0a 1px,#0000 0) 0 0/70px 70px,radial-gradient(circle at 18% 35%,#3fc1ce1a,#0000 36%),#090a0a
}
.legal-product-row {
  color:var(--teal);
  letter-spacing:.14em;
  text-transform:uppercase;
  align-items:center;
  gap:12px;
  margin-bottom:30px;
  font-size:11px;
  font-weight:800;
  display:flex
}
.legal-product-row img {
  border-radius:11px;
  width:42px
}
.legal-layout {
  background:#0c0d0d;
  grid-template-columns:220px minmax(0,860px);
  justify-content:center;
  align-items:start;
  gap:85px;
  display:grid
}
.legal-layout aside {
  border:1px solid var(--line);
  background:#141515;
  border-radius:15px;
  flex-direction:column;
  gap:6px;
  padding:24px;
  display:flex;
  position:sticky;
  top:35px
}
.legal-layout aside strong {
  font-size:15px
}
.legal-layout aside span {
  color:#777a75;
  font-size:11px
}
.legal-layout aside a {
  color:var(--orange-soft);
  margin-top:15px;
  font-size:11px;
  line-height:1.5
}
.legal-content {
  color:#a9aca6;
  min-width:0;
  font-size:15px;
  line-height:1.8
}
.legal-content .legal-lead {
  color:#dedfdb;
  margin:0 0 50px;
  font-size:20px;
  line-height:1.65
}
.legal-content section {
  border-bottom:1px solid var(--line);
  margin-bottom:42px;
  padding:0 0 42px
}
.legal-content section:last-child {
  border-bottom:0
}
.legal-content h2 {
  color:#f1f1ed;
  letter-spacing:-.025em;
  margin:0 0 20px;
  font-size:27px
}
.legal-content p {
  margin:0 0 14px
}
.legal-content ul {
  margin:18px 0 23px;
  padding-left:21px
}
.legal-content li {
  margin:6px 0
}
.legal-content a {
  color:var(--orange-soft);
  text-underline-offset:3px;
  text-decoration:underline
}
.long-policy a {
  color:#73d7de
}
.legal-email {
  margin-top:5px;
  font-weight:800;
  display:inline-block
}
.hero {
  background:linear-gradient(90deg,#ff7a1a0e 1px,#0000 0) 0 0/70px 70px,linear-gradient(#ff7a1a0a 1px,#0000 0) 0 0/70px 70px,radial-gradient(circle at 19% 30%,#ff7a1a14,#0000 33%),#090a0a;
  grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);
  align-items:center;
  gap:72px;
  min-height:690px;
  padding:86px 7vw 74px;
  display:grid;
  position:relative;
  overflow:hidden
}
.hero-glow {
  filter:blur(90px);
  pointer-events:none;
  border-radius:999px;
  position:absolute
}
.hero-glow-one {
  background:#3fc1ce24;
  width:320px;
  height:320px;
  top:15%;
  right:15%
}
.hero-glow-two {
  background:#ff7a1a1f;
  width:280px;
  height:280px;
  bottom:5%;
  left:-10%
}
.hero-copy,.hero-visual {
  z-index:2;
  position:relative
}
.app-kicker {
  color:#f3f3ef;
  align-items:center;
  gap:12px;
  margin-bottom:27px;
  font-size:18px;
  font-weight:700;
  display:flex
}
.app-kicker img {
  border-radius:11px;
  width:42px;
  height:42px
}
.release-pill {
  color:var(--teal);
  letter-spacing:.12em;
  text-transform:uppercase;
  background:#3fc1ce1a;
  border:1px solid #3fc1ce4d;
  border-radius:999px;
  margin-left:5px;
  padding:7px 10px;
  font-size:9px;
  font-weight:800;
  transition:transform .2s,background .2s
}
.release-pill:focus-visible,.release-pill:hover {
  background:#3fc1ce29;
  transform:translateY(-1px)
}
.eyebrow {
  color:var(--orange);
  letter-spacing:.17em;
  text-transform:uppercase;
  margin:0 0 14px;
  font-size:12px;
  font-weight:800
}
h1 {
  letter-spacing:-.055em;
  max-width:750px;
  margin:0;
  font-size:clamp(54px,6vw,88px);
  line-height:.98
}
h1 span {
  color:var(--orange)
}
.hero-intro {
  color:#b8bab6;
  max-width:680px;
  margin:28px 0 0;
  font-size:19px;
  line-height:1.65
}
.hero-actions {
  align-items:center;
  gap:25px;
  margin-top:34px;
  display:flex
}
.store-button {
  color:#0b0c0c;
  background:#f6f8f7;
  border:1px solid #3d3f3e;
  border-radius:12px;
  align-items:center;
  gap:14px;
  min-width:212px;
  padding:12px 20px;
  transition:transform .2s,border-color .2s;
  display:inline-flex;
  box-shadow:0 14px 38px #00000059
}
.store-button:focus-visible,.store-button:hover {
  border-color:var(--teal);
  transform:translateY(-2px)
}
.store-button small,.store-button strong {
  display:block
}
.store-button small {
  letter-spacing:.12em;
  font-size:9px
}
.store-button strong {
  margin-top:1px;
  font-size:18px
}
.play-symbol {
  color:var(--teal-dark);
  font-size:28px
}
.text-link {
  color:#e4e4df;
  font-size:14px;
  font-weight:700
}
.text-link span {
  color:var(--orange);
  margin-left:5px
}
.hero-points {
  color:#92948f;
  flex-wrap:wrap;
  gap:12px 22px;
  margin-top:30px;
  font-size:12px;
  display:flex
}
.hero-points span:before {
  content:"✓";
  color:var(--teal);
  margin-right:7px;
  font-weight:900
}
.hero-visual {
  min-height:540px
}
.phone {
  background:#eef9fb;
  border:8px solid #171a1a;
  border-radius:32px;
  position:absolute;
  overflow:hidden;
  box-shadow:0 35px 80px #0000008c,0 0 0 1px #ffffff1f
}
.phone:before {
  content:"";
  z-index:3;
  opacity:.8;
  background:#171a1a;
  border-radius:99px;
  width:52px;
  height:5px;
  position:absolute;
  top:8px;
  left:50%;
  transform:translate(-50%)
}
.phone img {
  object-fit:cover;
  object-position:top;
  width:100%;
  height:100%
}
.phone-front {
  z-index:3;
  width:268px;
  height:542px;
  top:0;
  left:31%;
  transform:rotate(1.5deg)
}
.phone-back {
  z-index:1;
  opacity:.92;
  width:224px;
  height:452px;
  top:62px;
  left:3%;
  transform:rotate(-7deg)
}
.privacy-chip {
  z-index:5;
  background:#121616eb;
  border:1px solid #3fc1ce4d;
  border-radius:14px;
  align-items:center;
  gap:11px;
  padding:13px 17px;
  display:flex;
  position:absolute;
  bottom:38px;
  right:0;
  box-shadow:0 22px 50px #0006
}
.privacy-chip>span {
  width:30px;
  height:30px;
  color:var(--teal);
  background:#3fc1ce29;
  border-radius:50%;
  place-items:center;
  font-weight:900;
  display:grid
}
.privacy-chip div {
  flex-direction:column;
  gap:3px;
  display:flex
}
.privacy-chip strong {
  font-size:13px
}
.privacy-chip small {
  color:#999c98;
  font-size:11px
}
.trust-strip {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#111212;
  grid-template-columns:repeat(4,1fr);
  padding:0 7vw;
  display:grid
}
.trust-strip div {
  border-right:1px solid var(--line);
  padding:25px 30px
}
.trust-strip div:first-child {
  padding-left:0
}
.trust-strip div:last-child {
  border-right:0
}
.trust-strip span,.trust-strip strong {
  display:block
}
.trust-strip strong {
  color:#e8e8e4;
  margin-bottom:6px;
  font-size:13px
}
.trust-strip span {
  color:#81837f;
  font-size:11px;
  line-height:1.5
}
.release {
  border-bottom:1px solid var(--line);
  background:radial-gradient(circle at 50% 0,#3fc1ce1a,#0000 36%),#0c0d0d;
  overflow:hidden
}
.release-heading {
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  align-items:end;
  gap:80px;
  margin-bottom:60px;
  display:grid
}
.release-heading h2 {
  letter-spacing:-.05em;
  max-width:800px;
  margin:0;
  font-size:clamp(42px,5vw,70px);
  line-height:1.03
}
.release-summary {
  grid-template-columns:auto 1fr;
  align-items:start;
  gap:22px;
  display:grid
}
.release-number {
  width:66px;
  height:66px;
  color:var(--teal);
  background:#3fc1ce17;
  border:1px solid #3fc1ce4d;
  border-radius:18px;
  place-items:center;
  font-size:20px;
  font-weight:900;
  display:grid;
  box-shadow:0 18px 45px #00000040
}
.release-summary p {
  color:var(--muted);
  margin:0;
  font-size:15px;
  line-height:1.7
}
.release-grid {
  grid-template-columns:repeat(3,1fr);
  align-items:start;
  gap:18px;
  display:grid
}
.release-card {
  background:linear-gradient(155deg,#181a1a,#101111);
  border:1px solid #ffffff1a;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 25px 60px #0003
}
.release-card-featured {
  border-color:#3fc1ce4d;
  transform:translateY(-20px);
  box-shadow:0 30px 70px #00000052,0 0 45px #3fc1ce0f
}
.release-screen {
  border-bottom:1px solid var(--line);
  background:linear-gradient(#3fc1ce14,#0000);
  height:445px;
  overflow:hidden
}
.release-screen img {
  object-fit:cover;
  object-position:top;
  width:100%;
  height:100%
}
.release-copy {
  min-height:235px;
  padding:28px
}
.release-copy>span {
  color:var(--teal);
  letter-spacing:.15em;
  font-size:10px;
  font-weight:900
}
.release-copy h3 {
  margin:24px 0 12px;
  font-size:21px
}
.release-copy p {
  color:#939691;
  margin:0;
  font-size:13px;
  line-height:1.7
}
.section-shell {
  padding:110px 7vw
}
.section-heading {
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  align-items:end;
  gap:80px;
  margin-bottom:58px;
  display:grid
}
.section-heading.compact {
  margin-bottom:72px
}
.faq-heading h2,.flow-copy h2,.privacy-copy h2,.section-heading h2,.store-placeholder h2 {
  letter-spacing:-.045em;
  max-width:860px;
  margin:0;
  font-size:clamp(38px,4.5vw,64px);
  line-height:1.05
}
.faq-heading>p,.flow-copy>p,.privacy-copy>p,.section-heading>p,.store-copy>p {
  color:var(--muted);
  margin:0;
  font-size:16px;
  line-height:1.75
}
.features {
  background:#0c0d0d
}
.feature-grid {
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  display:grid
}
.feature-grid article {
  border:1px solid var(--line);
  background:linear-gradient(145deg,#181919,#111212);
  border-radius:18px;
  min-height:250px;
  padding:30px;
  transition:transform .2s,border-color .2s
}
.feature-grid article:hover {
  border-color:#3fc1ce52;
  transform:translateY(-3px)
}
.feature-icon {
  border-radius:12px;
  place-items:center;
  width:44px;
  height:44px;
  margin-bottom:35px;
  font-size:19px;
  font-weight:900;
  display:grid
}
.feature-icon.teal {
  color:var(--teal);
  background:#3fc1ce1c;
  border:1px solid #3fc1ce40
}
.feature-icon.orange {
  color:var(--orange);
  background:#ff7a1a1a;
  border:1px solid #ff7a1a38
}
.feature-icon.blue {
  color:#58a8f6;
  background:#58a8f61a;
  border:1px solid #58a8f638
}
.feature-icon.purple {
  color:#a681ff;
  background:#a681ff1a;
  border:1px solid #a681ff38
}
.feature-grid h3 {
  margin:0 0 13px;
  font-size:19px
}
.feature-grid p {
  color:#939691;
  margin:0;
  font-size:14px;
  line-height:1.65
}
.screenshots {
  background:linear-gradient(#101111,#0a0b0b);
  overflow:hidden
}
.screen-grid {
  grid-template-columns:repeat(4,1fr);
  align-items:start;
  gap:22px;
  display:grid
}
.screen-card {
  min-width:0;
  margin:0
}
.screen-card.screen-raised {
  margin-top:65px
}
.screen-phone {
  background:#eef9fb;
  border:7px solid #1e2020;
  border-radius:27px;
  height:480px;
  overflow:hidden;
  box-shadow:0 25px 55px #0006
}
.screen-phone img {
  object-fit:cover;
  object-position:top;
  width:100%;
  height:100%
}
.screen-card figcaption {
  padding:20px 5px 0
}
.screen-card figcaption span,.screen-card figcaption strong {
  display:block
}
.screen-card figcaption strong {
  font-size:15px
}
.screen-card figcaption span {
  color:#858783;
  margin-top:7px;
  font-size:12px;
  line-height:1.5
}
.record-flow {
  border-top:1px solid var(--line);
  background:#0c0d0d;
  grid-template-columns:1fr .88fr;
  align-items:center;
  gap:100px;
  display:grid
}
.flow-copy>p {
  max-width:680px;
  margin-top:25px
}
.flow-copy ol {
  margin:42px 0 0;
  padding:0;
  list-style:none
}
.flow-copy li {
  border-bottom:1px solid var(--line);
  gap:20px;
  padding:20px 0;
  display:flex
}
.flow-copy li>span {
  color:var(--orange);
  letter-spacing:.12em;
  font-size:11px;
  font-weight:800
}
.flow-copy li div {
  flex-direction:column;
  gap:6px;
  display:flex
}
.flow-copy li strong {
  font-size:16px
}
.flow-copy li small {
  color:#8e908c;
  line-height:1.5
}
.analytics-preview {
  min-height:610px;
  position:relative
}
.analytics-phone {
  background:#eef9fb;
  border:8px solid #1d2020;
  border-radius:32px;
  width:315px;
  height:608px;
  position:absolute;
  top:0;
  left:13%;
  overflow:hidden;
  transform:rotate(2deg);
  box-shadow:0 35px 75px #00000080
}
.analytics-phone img {
  object-fit:cover;
  object-position:top;
  width:100%;
  height:100%
}
.insight-card {
  z-index:3;
  background:#141717f0;
  border:1px solid #3fc1ce47;
  border-radius:15px;
  align-items:center;
  gap:13px;
  max-width:250px;
  padding:17px;
  display:flex;
  position:absolute;
  bottom:55px;
  right:0;
  box-shadow:0 22px 50px #0006
}
.insight-card>span {
  height:34px;
  color:var(--teal);
  background:#3fc1ce1f;
  border-radius:50%;
  flex:0 0 34px;
  place-items:center;
  display:grid
}
.insight-card div {
  flex-direction:column;
  gap:5px;
  display:flex
}
.insight-card strong {
  font-size:13px
}
.insight-card small {
  color:#8f928d;
  font-size:10px;
  line-height:1.45
}
.privacy {
  background:radial-gradient(circle at 8%,#3fc1ce17,#0000 38%),#101111
}
.privacy-panel {
  background:linear-gradient(140deg,#3fc1ce12,#ffffff05);
  border:1px solid #3fc1ce33;
  border-radius:26px;
  grid-template-columns:155px 1fr;
  gap:55px;
  padding:60px;
  display:grid
}
.shield {
  width:130px;
  height:150px;
  color:var(--teal);
  background:linear-gradient(150deg,#3fc1ce2e,#3fc1ce0a);
  border:1px solid #3fc1ce47;
  border-radius:46% 46% 52% 52%/28% 28% 70% 70%;
  place-items:center;
  font-size:43px;
  font-weight:900;
  display:grid
}
.privacy-copy>p {
  max-width:780px;
  margin-top:22px
}
.privacy-points {
  color:#c5c7c2;
  grid-template-columns:repeat(2,minmax(0,260px));
  gap:13px 30px;
  margin:31px 0;
  font-size:13px;
  display:grid
}
.privacy-points span:before {
  content:"✓";
  color:var(--teal);
  margin-right:9px;
  font-weight:900
}
.outline-button {
  color:#e6e6e2;
  border:1px solid #3a3c3b;
  border-radius:10px;
  align-items:center;
  gap:9px;
  padding:13px 17px;
  font-size:13px;
  font-weight:700;
  display:inline-flex
}
.outline-button span {
  color:var(--orange)
}
.faq {
  background:#0b0c0c;
  grid-template-columns:.7fr 1.3fr;
  gap:90px;
  display:grid
}
.faq-heading {
  align-self:start;
  position:sticky;
  top:35px
}
.faq-heading h2 {
  font-size:clamp(36px,4vw,56px)
}
.faq-heading>p {
  margin-top:23px
}
.faq-heading a {
  color:var(--orange-soft);
  text-underline-offset:4px;
  text-decoration:underline
}
.faq-list details {
  border-bottom:1px solid var(--line)
}
.faq-list summary {
  cursor:pointer;
  justify-content:space-between;
  gap:20px;
  padding:26px 0;
  font-size:17px;
  font-weight:700;
  list-style:none;
  display:flex
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary span {
  color:var(--teal);
  font-size:22px;
  font-weight:400
}
.faq-list details[open] summary span {
  transform:rotate(45deg)
}
.faq-list details p {
  color:#959793;
  max-width:720px;
  margin:-5px 0 26px;
  font-size:14px;
  line-height:1.7
}
.store-placeholder {
  background:radial-gradient(circle at 12% 50%,#ff7a1a1c,transparent 30%),var(--panel);
  border-top:1px solid #ff7a1a3d;
  border-bottom:1px solid #ff7a1a2e;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:34px;
  padding:78px 7vw;
  display:grid
}
.store-icon-wrap {
  background:#252626;
  border:1px solid #ffffff1f;
  border-radius:25px;
  padding:8px
}
.store-icon-wrap img {
  border-radius:20px;
  width:92px
}
.store-copy h2 {
  max-width:720px;
  font-size:clamp(35px,4vw,56px)
}
.store-copy>p {
  max-width:780px;
  margin-top:16px
}
.store-button-large {
  min-width:222px
}
footer {
  background:#080909;
  grid-template-columns:1fr auto;
  gap:35px;
  padding:55px 7vw 35px;
  display:grid
}
.footer-brand {
  align-items:flex-start;
  gap:15px;
  display:flex
}
.footer-brand>div strong {
  font-size:15px
}
.footer-brand p {
  color:#787a76;
  margin:8px 0 0;
  font-size:11px
}
.footer-links {
  color:#aaaca8;
  align-items:center;
  gap:24px;
  font-size:12px;
  display:flex
}
.footer-links a:hover {
  color:var(--orange)
}
.footer-email {
  color:#aaaca8;
  align-self:center;
  font-size:12px
}
.footer-email:hover {
  color:var(--orange)
}
.copyright {
  border-top:1px solid var(--line);
  color:#656762;
  grid-column:1/-1;
  margin:18px 0 0;
  padding-top:25px;
  font-size:10px
}

/* FosterLog resource hub and editorial guides. */
.resources-hero {
  background:linear-gradient(90deg,#3fc1ce0c 1px,#0000 0) 0 0/70px 70px,linear-gradient(#3fc1ce09 1px,#0000 0) 0 0/70px 70px,radial-gradient(circle at 18% 35%,#3fc1ce1c,#0000 36%),#090a0a
}
.resources-hero h1 span {
  color:var(--teal)
}
.resources-mark {
  background:radial-gradient(circle,#3fc1ce28,#3fc1ce05);
  border-color:#3fc1ce4d;
  box-shadow:0 0 65px #3fc1ce17
}
.resources-mark span {
  color:var(--teal)
}
.resource-introduction {
  background:#0c0d0d
}
.resource-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  display:grid
}
.resource-card {
  border:1px solid var(--line);
  background:linear-gradient(150deg,#191b1b,#111212);
  border-radius:21px;
  flex-direction:column;
  min-height:390px;
  padding:34px;
  display:flex;
  transition:transform .2s,border-color .2s,box-shadow .2s
}
.resource-card:hover {
  border-color:#3fc1ce52;
  transform:translateY(-4px);
  box-shadow:0 24px 60px #0005
}
.resource-card-featured {
  background:radial-gradient(circle at 10% 10%,#3fc1ce16,#0000 42%),linear-gradient(150deg,#191b1b,#111212);
  border-color:#3fc1ce45
}
.resource-card-meta {
  color:#7f827d;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  font-size:10px;
  display:flex
}
.resource-tag {
  color:var(--teal);
  text-transform:uppercase;
  letter-spacing:.13em;
  background:#3fc1ce12;
  border:1px solid #3fc1ce35;
  border-radius:999px;
  padding:8px 10px;
  font-weight:800
}
.resource-card h2 {
  letter-spacing:-.035em;
  margin:46px 0 18px;
  font-size:clamp(25px,2.3vw,34px);
  line-height:1.12
}
.resource-card p {
  color:#999c97;
  margin:0;
  font-size:14px;
  line-height:1.75
}
.resource-link {
  color:var(--orange-soft);
  align-items:center;
  gap:9px;
  margin-top:auto;
  padding-top:34px;
  font-size:13px;
  font-weight:800;
  display:inline-flex
}
.resource-link span {
  color:var(--orange);
  font-size:17px;
  transition:transform .2s
}
.resource-link:hover span,.resource-link:focus-visible span {
  transform:translateX(4px)
}
.fosterlog-resources {
  background:radial-gradient(circle at 92% 8%,#3fc1ce12,#0000 32%),#101212;
  border-top:1px solid #3fc1ce24;
  border-bottom:1px solid var(--line)
}
.resource-mini-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  display:grid
}
.resource-mini-grid a {
  background:linear-gradient(145deg,#181a1a,#111212);
  border:1px solid var(--line);
  border-radius:17px;
  flex-direction:column;
  min-height:240px;
  padding:28px;
  display:flex;
  transition:transform .2s,border-color .2s
}
.resource-mini-grid a:hover,.resource-mini-grid a:focus-visible {
  border-color:#3fc1ce52;
  transform:translateY(-3px)
}
.resource-mini-grid span {
  color:var(--teal);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:9px;
  font-weight:900
}
.resource-mini-grid strong {
  letter-spacing:-.025em;
  margin:31px 0 20px;
  font-size:21px;
  line-height:1.3
}
.resource-mini-grid small {
  color:var(--orange-soft);
  margin-top:auto;
  font-size:11px;
  font-weight:800
}
.resource-hub-button {
  width:fit-content;
  margin-top:30px
}
.resources-product-callout {
  background:radial-gradient(circle at 78% 25%,#3fc1ce1b,#0000 34%),#111313;
  border-top:1px solid #3fc1ce25;
  grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);
  align-items:center;
  gap:80px;
  display:grid;
  overflow:hidden
}
.resources-product-copy h2 {
  letter-spacing:-.045em;
  max-width:780px;
  margin:22px 0;
  font-size:clamp(39px,4.5vw,63px);
  line-height:1.04
}
.resources-product-copy>p:not(.eyebrow) {
  color:var(--muted);
  max-width:720px;
  margin:0;
  font-size:16px;
  line-height:1.75
}
.resources-product-copy>.eyebrow {
  margin-top:46px
}
.resources-product-copy .hero-actions {
  margin-top:32px
}
.resources-product-visual {
  min-height:575px;
  position:relative
}
.resource-phone {
  z-index:2;
  background:#eef9fb;
  border:8px solid #1d2020;
  border-radius:32px;
  width:285px;
  height:575px;
  position:absolute;
  top:0;
  left:8%;
  overflow:hidden;
  transform:rotate(-2deg);
  box-shadow:0 35px 75px #00000080
}
.resource-phone-back {
  z-index:1;
  width:230px;
  height:465px;
  top:78px;
  right:0;
  left:auto;
  transform:rotate(7deg)
}
.resource-phone img {
  object-fit:cover;
  object-position:top;
  width:100%;
  height:100%
}
.resource-disclaimer {
  background:#0b0c0c;
  border-top:1px solid var(--line);
  grid-template-columns:auto 1fr;
  align-items:start;
  gap:22px;
  padding-top:38px;
  padding-bottom:38px;
  display:grid
}
.resource-disclaimer strong {
  color:var(--orange-soft);
  font-size:13px
}
.resource-disclaimer p {
  color:#858883;
  max-width:920px;
  margin:0;
  font-size:12px;
  line-height:1.65
}
.article-hero {
  background:linear-gradient(90deg,#3fc1ce09 1px,#0000 0) 0 0/70px 70px,linear-gradient(#3fc1ce08 1px,#0000 0) 0 0/70px 70px,radial-gradient(circle at 18% 35%,#3fc1ce17,#0000 38%),#090a0a;
  border-bottom:1px solid var(--line);
  padding:64px max(7vw,calc((100vw - 1160px)/2)) 78px
}
.breadcrumb {
  color:#858883;
  align-items:center;
  gap:10px;
  margin-bottom:64px;
  font-size:12px;
  display:flex
}
.breadcrumb a {
  color:var(--teal)
}
.breadcrumb a:hover,.breadcrumb a:focus-visible {
  color:#79dbe2
}
.article-hero h1 {
  letter-spacing:-.052em;
  max-width:1050px;
  margin:18px 0 24px;
  font-size:clamp(50px,6vw,82px);
  line-height:1.02
}
.article-lead {
  color:#afb1ac;
  max-width:850px;
  margin:0;
  font-size:19px;
  line-height:1.7
}
.article-meta {
  color:#767974;
  gap:22px;
  margin-top:38px;
  font-size:11px;
  display:flex
}
.article-meta span+span:before {
  content:"";
  background:#3fc1ce80;
  border-radius:50%;
  width:4px;
  height:4px;
  margin:0 22px 2px 0;
  display:inline-block
}
.article-layout {
  background:#0c0d0d;
  grid-template-columns:220px minmax(0,820px);
  justify-content:center;
  align-items:start;
  gap:85px;
  display:grid
}
.article-toc {
  border-left:1px solid #3fc1ce38;
  flex-direction:column;
  gap:0;
  padding-left:20px;
  position:sticky;
  top:30px;
  display:flex
}
.article-toc strong {
  color:#d8dad5;
  margin-bottom:18px;
  font-size:12px
}
.article-toc a {
  color:#888b86;
  padding:7px 0;
  font-size:11px;
  line-height:1.45
}
.article-toc a:hover,.article-toc a:focus-visible {
  color:var(--teal)
}
.article-content {
  color:#b1b3ae;
  min-width:0;
  font-size:17px;
  line-height:1.85
}
.article-content>p:first-child {
  color:#d1d3cf;
  margin-top:0;
  font-size:20px;
  line-height:1.75
}
.article-content h2 {
  color:var(--ink);
  letter-spacing:-.035em;
  scroll-margin-top:30px;
  margin:72px 0 20px;
  font-size:clamp(30px,3.5vw,45px);
  line-height:1.12
}
.article-content h3 {
  color:var(--ink);
  margin:0 0 11px;
  font-size:18px
}
.article-content p {
  margin:0 0 22px
}
.article-content ul,.article-content ol {
  margin:24px 0 30px;
  padding-left:25px
}
.article-content li {
  margin-bottom:10px;
  padding-left:7px
}
.article-content li::marker {
  color:var(--teal);
  font-weight:800
}
.article-example {
  background:linear-gradient(145deg,#171919,#111212);
  border:1px solid #3fc1ce33;
  border-radius:16px;
  margin:32px 0;
  padding:28px 30px
}
.article-example span {
  color:var(--teal);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:9px;
  font-weight:900
}
.article-example p {
  color:#d1d3cf;
  margin:8px 0 22px;
  font-size:15px;
  line-height:1.7
}
.article-example p:last-child {
  margin-bottom:0
}
.article-template {
  background:radial-gradient(circle at 0 0,#3fc1ce14,#0000 43%),#151717;
  border:1px solid #3fc1ce3b;
  border-radius:19px;
  margin:32px 0;
  padding:32px 34px
}
.article-template>.eyebrow {
  margin-bottom:24px
}
.article-template ol,.article-template ul {
  margin-top:0;
  margin-bottom:0
}
.article-checklist {
  padding-left:0!important;
  list-style:none
}
.article-checklist li {
  border-bottom:1px solid var(--line);
  padding:12px 0 12px 31px;
  position:relative
}
.article-checklist li:before {
  content:"\2713";
  color:var(--teal);
  position:absolute;
  left:2px;
  font-weight:900
}
.article-topic-grid {
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:30px 0;
  display:grid
}
.article-topic-grid section {
  background:#151717;
  border:1px solid var(--line);
  border-radius:15px;
  padding:24px
}
.article-topic-grid p {
  color:#969994;
  margin:0;
  font-size:14px;
  line-height:1.65
}
.article-note {
  background:#ff7a1a0e;
  border-left:3px solid var(--orange);
  margin:34px 0;
  padding:24px 28px
}
.article-note strong {
  color:var(--orange-soft);
  font-size:14px
}
.article-note p {
  color:#aeb0ab;
  margin:8px 0 0;
  font-size:14px;
  line-height:1.7
}
.article-cta {
  background:radial-gradient(circle at 0 0,#3fc1ce1c,#0000 42%),#151717;
  border:1px solid #3fc1ce3d;
  border-radius:22px;
  grid-template-columns:82px 1fr;
  gap:28px;
  margin-top:85px;
  padding:36px;
  display:grid
}
.article-cta>img {
  border-radius:18px;
  width:82px
}
.article-content .article-cta h2 {
  margin:8px 0 14px;
  font-size:clamp(28px,3.2vw,40px)
}
.article-cta>div>p:not(.eyebrow) {
  color:#9da09b;
  margin:0;
  font-size:14px;
  line-height:1.7
}
.article-cta .hero-actions {
  margin-top:26px
}


/* Clean static-source accessibility and navigation additions. */
:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #090a0a;
  background: var(--teal);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff08;
  cursor: pointer;
}

.nav-toggle > span[aria-hidden="true"] {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
}
