.osp-flagship {
  background:var(--void);
  --page-width:1240px;
  --accent:var(--signal-bright)
}
.osp-flagship [hidden] {
  display:none!important
}
.wrap {
  width:min(var(--page-width),calc(100% - 80px));
  margin-inline:auto
}
.announcement {
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 24px;
  background:#181412;
  border-bottom:1px solid #35251e;
  font-size:12px;
  color:#d7ccc0;
  letter-spacing:.02em
}
.announcement a {
  margin-left:20px;
  text-decoration:none
}
.signal-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent);
  flex-shrink:0
}
.flag-nav {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  min-height:100px
}
.flag-brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-size:20px;
  font-weight:650;
  letter-spacing:-.7px;
  white-space:nowrap
}
.brand-period {
  color:var(--accent);
  margin-left:-10px
}
.flag-mark {
  position:relative;
  display:inline-block;
  width:25px;
  height:25px;
  border:1.7px solid var(--moon);
  border-radius:50%;
  margin-right:3px;
  flex-shrink:0
}
.flag-mark:after {
  content:"";
  position:absolute;
  right:-3px;
  top:0;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 3px var(--void)
}
.flag-nav nav {
  display:flex;
  gap:30px
}
.flag-nav nav a {
  font-size:14px;
  color:#b4b5b8;
  text-decoration:none
}
.flag-nav nav a:hover,.quiet-link:hover,.flag-footer a:hover {
  color:var(--moon)
}
.button {
  display:inline-flex;
  gap:30px;
  align-items:center;
  justify-content:space-between;
  min-height:54px;
  padding:14px 22px;
  border:1px solid transparent;
  border-radius:5px;
  text-decoration:none;
  font-size:14px;
  font-weight:650;
  line-height:1.4;
  transition:background .18s,transform .18s
}
.button:hover {
  transform:translateY(-2px)
}
.button-primary {
  color:#17100d;
  background:#f07862
}
.button-primary:hover {
  background:#ff947d
}
.button-outline {
  border-color:#383b40;
  color:var(--moon);
  background:transparent
}
.button-small {
  min-height:42px;
  padding:10px 16px
}
.flag-hero {
  padding:50px 0 24px;
  min-height:690px;
  background:linear-gradient(180deg,#07090d 0%,rgba(7,9,13,.75) 25%,rgba(7,9,13,.25) 66%,#07090d 100%),url('/workspace-assets/brand/lunar-horizon.webp') center bottom/cover no-repeat
}
.hero-layout {
  display:grid;
  grid-template-columns:1fr 290px;
  gap:80px;
  align-items:center
}
.micro-label {
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.13em;
  line-height:1.6;
  color:var(--accent);
  margin-bottom:22px
}
.osp-flagship h1 {
  font-size:clamp(48px,5.7vw,82px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:550;
  margin:0 0 26px;
  max-width:none
}
.osp-flagship em {
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  letter-spacing:-.055em;
  color:#b6b8ba
}
.flag-lede {
  max-width:555px;
  font-size:18px;
  line-height:1.7;
  color:#afb1b8;
  margin-bottom:30px
}
.hero-actions {
  display:flex;
  gap:28px;
  align-items:center
}
.quiet-link {
  font-size:14px;
  text-decoration:none;
  color:#c5c5c8
}
.hero-note {
  color:#95979f;
  font-size:12px;
  margin-top:16px
}
.flight-note {
  margin-top:45px;
  border-top:1px solid #45464b;
  padding-top:22px
}
.flight-note>.micro-label {
  font-size:10px;
  letter-spacing:.09em;
  color:#a7a9ae
}
.flight-row {
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 0;
  border-bottom:1px solid #ffffff20
}
.flight-row span {
  font:12px var(--mono);
  color:var(--accent)
}
.flight-row p {
  font-size:14px;
  margin:0
}
.flight-foot {
  font-size:13px;
  line-height:1.8;
  color:#a6a8b0;
  margin-top:24px
}
.horizon-caption {
  display:flex;
  justify-content:space-between;
  margin-top:85px;
  color:#9a9ca3;
  font:10px var(--mono);
  letter-spacing:.12em
}
.workspace-section {
  padding:65px 0 85px
}
.section-top {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:100px;
  align-items:end;
  margin-bottom:35px
}
.osp-flagship h2 {
  font-size:clamp(36px,4vw,56px);
  font-weight:500;
  letter-spacing:-.05em;
  line-height:1.08;
  margin-bottom:0
}
.section-top>p {
  max-width:410px;
  color:#a9abb3;
  line-height:1.8;
  margin-bottom:5px
}
.demo-notice {
  display:flex;
  gap:15px;
  align-items:center;
  color:#a8aab1;
  font-size:12px;
  padding:14px 0
}
.demo-label {
  color:#e0c099;
  font:10px var(--mono);
  letter-spacing:.07em;
  flex-shrink:0
}
.workbench {
  border:1px solid #3a3e44;
  border-radius:10px;
  overflow:hidden;
  background:#101318;
  box-shadow:0 25px 70px #0005
}
.workbench-top {
  display:flex;
  align-items:center;
  gap:10px;
  padding:16px 20px;
  border-bottom:1px solid #30343b;
  font-size:13px;
  background:#191c22
}
.project-symbol {
  font-size:22px;
  color:#b1aaa1
}
.sample-badge {
  font-size:10px;
  padding:2px 8px;
  border:1px solid #41444a;
  border-radius:4px;
  color:#a5a8b1
}
.workbench-top-right {
  margin-left:auto;
  color:#959aa5;
  font-size:12px
}
.workbench-body {
  display:grid;
  grid-template-columns:36% 64%;
  min-height:510px
}
.agent-pane {
  display:flex;
  flex-direction:column;
  padding:20px;
  border-right:1px solid #30343b;
  min-width:0
}
.agent-pane-top {
  display:flex;
  align-items:center;
  gap:10px
}
.agent-pane-top strong {
  display:block;
  font-size:13px;
  font-weight:500
}
.agent-pane-top div>span {
  display:block;
  font-size:10px;
  color:#989da6
}
.agent-avatar {
  color:#e39779;
  font-size:26px;
  line-height:1
}
.conversation {
  margin-top:24px;
  flex:1
}
.user-prompt {
  font-size:13px;
  line-height:1.65;
  background:#23272f;
  border:1px solid #343842;
  border-radius:7px;
  padding:13px 15px;
  margin-left:18px;
  color:#e0e0e4
}
.agent-message {
  display:flex;
  gap:10px;
  margin-top:24px;
  color:#bfc3cc;
  font-size:12px;
  line-height:1.75
}
.message-symbol {
  font-size:20px;
  color:#e39779
}
.agent-message p {
  margin-bottom:10px
}
.file-changes {
  list-style:none;
  margin:12px 0;
  padding:8px 12px;
  background:#141a1d;
  border:1px solid #2c3438;
  border-radius:5px;
  font:11px/2 var(--mono)
}
.file-changes li {
  display:flex;
  justify-content:space-between;
  gap:10px
}
.file-changes span {
  color:#86b299
}
.message-foot {
  color:#929aa8;
  font-size:12px
}
.sample-selector {
  margin-top:20px
}
.sample-selector label {
  display:block;
  font-size:11px;
  color:#a8acb6;
  margin-bottom:6px
}
.sample-selector select {
  width:100%;
  padding:8px 10px;
  border:1px solid #444954;
  background:#1c2028;
  color:var(--moon);
  border-radius:4px;
  font-size:12px
}
.demo-compose {
  display:flex;
  justify-content:space-between;
  gap:15px;
  color:#949ca9;
  font-size:12px;
  padding:13px 12px;
  border:1px solid #333a45;
  border-radius:5px;
  margin-top:12px
}
.demo-compose>span:last-child {
  background:#343b47;
  color:#a5acb7;
  padding:0 7px;
  border-radius:3px
}
.compose-note {
  font-size:10px;
  text-align:center;
  margin:7px 0 0;
  color:#9399a3
}
.project-pane {
  min-width:0;
  display:flex;
  flex-direction:column
}
.workspace-tabs {
  display:flex;
  gap:2px;
  padding:0 14px;
  border-bottom:1px solid #30343b;
  background:#14171d
}
.workspace-tabs button {
  background:none;
  border:0;
  border-bottom:2px solid transparent;
  color:#9aa0ac;
  padding:14px 15px;
  cursor:pointer;
  font-size:12px
}
.workspace-tabs button[aria-selected=true] {
  color:#e9e7e3;
  border-bottom-color:var(--accent)
}
.view-note {
  margin-left:auto;
  align-self:center;
  color:#8b919c;
  font-size:10px
}
.demo-panel {
  flex:1;
  padding:18px;
  background:#20252d;
  min-width:0
}
.preview-address {
  display:flex;
  gap:10px;
  align-items:center;
  background:#f4f1e8;
  color:#656962;
  border-bottom:1px solid #dedfd6;
  font:10px/1.4 var(--mono);
  padding:10px 14px;
  border-radius:4px 4px 0 0
}
.preview-address span:last-child {
  margin-left:auto;
  font:10px var(--sans)
}
.sample-site {
  --sample-accent:#d8e975;
  padding:24px 30px 18px;
  background:#e9e9df;
  color:#262c26;
  min-height:420px;
  display:flex;
  flex-direction:column
}
.sample-nav {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:9px;
  padding-bottom:34px
}
.sample-nav strong {
  font-size:12px;
  letter-spacing:-.7px
}
.sample-kicker {
  font:9px var(--mono);
  letter-spacing:.09em
}
.sample-site h3 {
  font-size:clamp(35px,4vw,58px);
  letter-spacing:-.075em;
  font-weight:500;
  line-height:1;
  margin:15px 0 18px;
  max-width:420px;
  color:#202620;
  white-space:pre-line
}
.sample-site>p {
  font-size:12px;
  line-height:1.6;
  max-width:300px;
  color:#5d635c;
  margin-bottom:18px
}
.sample-cta {
  align-self:start;
  background:var(--sample-accent);
  padding:10px 14px;
  border-radius:2px;
  color:#202620;
  font-size:10px
}
.sample-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid #c5c8bd;
  font-size:9px;
  margin-top:auto;
  padding-top:16px
}
.code-panel {
  padding:26px;
  background:#151a21;
  color:#a4afbd
}
.code-heading {
  display:flex;
  justify-content:space-between;
  gap:15px;
  font:10px var(--mono);
  color:#9da8b6;
  margin-bottom:35px
}
.file-tree {
  display:flex;
  flex-direction:column;
  font:13px/2 var(--mono);
  color:#d0d7df
}
.code-panel pre {
  font:12px/1.9 var(--mono);
  overflow-x:auto;
  color:#b6c99f;
  padding-block:20px;
  border-block:1px solid #ffffff16
}
.code-panel p {
  font-size:13px;
  line-height:1.8
}
.code-panel h3 {
  font-size:28px;
  line-height:1.2;
  color:#d4d9df;
  margin:50px 0 20px
}
.terminal-line {
  font-family:var(--mono);
  display:flex;
  gap:12px;
  align-items:center;
  overflow-wrap:anywhere
}
.terminal-line>span:first-child {
  color:var(--accent)
}
.cursor {
  width:7px;
  height:14px;
  background:#acb4bf;
  flex-shrink:0
}
.terminal-status {
  display:inline-block;
  font:11px var(--mono);
  border:1px solid #414853;
  color:#c6ad8d;
  padding:7px 10px;
  margin-top:20px
}
.workbench-footer {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:12px 18px;
  border-top:1px solid #30343b;
  font-size:10px;
  color:#a0a6b0
}
.workbench-footer .signal-dot {
  background:#ae9770;
  margin-right:6px;
  width:5px;
  height:5px
}
.workbench-footer a {
  text-decoration:none;
  color:#c4c9d1
}
.workspace-points {
  display:flex;
  justify-content:space-between;
  gap:25px;
  margin-top:25px
}
.workspace-points p {
  font-size:12px;
  color:#b7bbc4
}
.workspace-points span {
  font:10px var(--mono);
  color:#919aa8;
  margin-right:8px
}
.agent-section {
  border-block:1px solid #ffffff12;
  background:#0c0f14;
  padding:85px 0
}
.provider-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:42px
}
.provider-card {
  display:flex;
  flex-direction:column;
  align-items:start;
  text-align:left;
  background:#11151b;
  border:1px solid #343944;
  border-radius:6px;
  padding:24px 22px;
  color:var(--moon);
  cursor:pointer;
  transition:border-color .18s,background .18s
}
.provider-card:hover {
  background:#191e26;
  border-color:#777e89
}
.provider-card[aria-pressed=true] {
  border-color:#d38b70;
  background:#18191e
}
.provider-icon {
  font:28px var(--mono);
  height:48px;
  color:#e2e0dd
}
.claude-icon {
  font-size:37px;
  color:#da997b
}
.deepseek-icon {
  color:#80aaf2;
  font-size:40px
}
.provider-name {
  font-size:18px;
  font-weight:550;
  letter-spacing:-.4px;
  margin-top:12px
}
.provider-type {
  font-size:10px;
  color:#b8a58c;
  margin-top:4px
}
.provider-copy {
  font-size:13px;
  line-height:1.8;
  color:#a7adb8;
  margin:18px 0 23px;
  flex:1
}
.provider-action {
  width:100%;
  padding-top:14px;
  border-top:1px solid #ffffff16;
  font-size:11px;
  color:#d2d3d5
}
.provider-detail {
  font-size:13px;
  margin:22px 0 8px;
  color:#c4c6cd
}
.section-disclaimer {
  max-width:900px;
  font-size:11px;
  color:#949ba8;
  margin-bottom:0
}
.steps-section {
  padding:95px 0
}
.steps-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px;
  margin-top:55px
}
.step-number {
  font:12px var(--mono);
  color:var(--accent);
  display:block;
  padding-bottom:20px;
  border-bottom:1px solid #3a3d44;
  margin-bottom:25px
}
.steps-grid h3 {
  font-size:21px;
  letter-spacing:-.04em;
  font-weight:500
}
.steps-grid p {
  font-size:14px;
  color:#a2a8b3;
  line-height:1.9
}
.hosting-section {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:45px;
  padding:60px 0 90px;
  border-top:1px solid #ffffff16
}
.hosting-intro h2 {
  font-size:42px
}
.hosting-intro>p:not(.micro-label) {
  font-size:15px;
  color:#a4abb6;
  max-width:360px;
  line-height:1.8;
  margin-top:25px
}
.hosting-note {
  font-size:11px;
  color:#cbb395
}
.hosting-options {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}
.hosting-options article {
  padding:25px;
  border:1px solid #353a44;
  background:#11151b;
  border-radius:6px
}
.hosting-card-title {
  display:flex;
  justify-content:space-between;
  gap:8px
}
.hosting-card-title .micro-label {
  font-size:9px;
  color:#bda991
}
.hosting-card-title>span:last-child {
  font:11px var(--mono);
  color:#929ba9
}
.hosting-options h3 {
  font-size:23px;
  line-height:1.2;
  font-weight:500;
  margin-bottom:20px
}
.hosting-options p,.hosting-options li {
  font-size:13px;
  color:#a7aeb9;
  line-height:1.8
}
.hosting-options ul {
  padding:15px 0 15px 16px;
  border-top:1px solid #ffffff16
}
.hosting-options li::marker {
  color:#ad9475
}
.plan-state {
  font-size:11px;
  color:#bcac95
}
.hosting-boundary {
  grid-column:1/-1;
  margin:0;
  font-size:12px;
  color:#929aa7;
  max-width:880px
}
.faq-section {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:80px;
  padding:85px 0;
  border-top:1px solid #ffffff16
}
.faq-list details {
  border-bottom:1px solid #333943;
  padding:19px 0
}
.faq-list details:first-child {
  padding-top:0
}
.faq-list summary {
  font-size:15px;
  cursor:pointer;
  list-style:none;
  display:flex;
  gap:25px;
  justify-content:space-between
}
.faq-list summary::after {
  content:'+';
  color:#a1a8b3;
  font-size:20px;
  line-height:1
}
.faq-list details[open] summary::after {
  content:'−'
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list p {
  font-size:14px;
  color:#a4acb8;
  line-height:1.85;
  margin:16px 28px 4px 0
}
.faq-list a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:#d1d4db
}
.closing-section {
  padding:80px 0 85px;
  text-align:center;
  border-top:1px solid #ffffff16
}
.closing-section h2 {
  font-size:clamp(44px,5.2vw,74px)
}
.closing-section .button {
  margin-top:30px
}
.closing-section>p:last-child {
  font-size:12px;
  color:#919aa7;
  margin:20px 0 0
}
.flag-footer {
  border-top:1px solid #ffffff16;
  padding:32px 0 25px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}
.flag-footer .flag-brand {
  font-size:17px
}
.flag-footer>p {
  font-size:12px;
  text-align:right;
  color:#939ba8;
  margin:0;
  align-self:center
}
.flag-footer nav {
  display:flex;
  gap:20px;
  margin-top:5px
}
.flag-footer nav a {
  font-size:11px;
  color:#a4acb8;
  text-decoration:none
}
.copyright {
  font-size:10px;
  align-self:end;
  text-align:right;
  color:#858f9d
}
.osp-flagship section[id] {
  scroll-margin-top:30px
}
.osp-flagship :focus-visible {
  outline:2px solid #eac49b;
  outline-offset:5px
}
.sample-site[data-sample=tracker] {
  background:#dfe8ea;
  --sample-accent:#bddbdf
}
.sample-site[data-sample=launch] {
  background:#ebe0d7;
  --sample-accent:#e6b79c
}

@media(max-width:1050px) {
  .wrap {
  width:calc(100% - 48px)
}
.flag-nav nav {
  gap:18px
}
.hero-layout {
  grid-template-columns:1fr 230px;
  gap:35px
}
.osp-flagship h1 {
  font-size:60px
}
.section-top {
  gap:50px
}
.provider-grid {
  grid-template-columns:repeat(2,1fr)
}
.hosting-section {
  grid-template-columns:1fr
}
.hosting-intro {
  max-width:650px
}
.hosting-intro>p:not(.micro-label) {
  max-width:550px
}
.workbench-body {
  grid-template-columns:40% 60%
}
.sample-site {
  padding:22px;
  min-height:450px
}
.sample-nav {
  flex-wrap:wrap;
  gap:6px
}
.view-note {
  display:none
}
.workspace-points {
  gap:15px
}
.faq-section {
  gap:40px
}

}

@media(max-width:720px) {
  .wrap {
  width:calc(100% - 36px)
}
.announcement {
  font-size:10px;
  gap:7px;
  min-height:36px;
  padding:8px 12px
}
.announcement-detail {
  display:none
}
.announcement a {
  margin-left:8px
}
.flag-nav {
  min-height:80px;
  gap:12px;
  flex-wrap:wrap;
  padding-block:17px
}
.flag-nav nav {
  order:3;
  width:100%;
  justify-content:space-between;
  border-top:1px solid #ffffff15;
  padding-top:12px
}
.flag-nav nav a {
  font-size:12px
}
.flag-brand {
  font-size:17px;
  gap:8px
}
.flag-mark {
  width:21px;
  height:21px
}
.brand-period {
  margin-left:-8px
}
.flag-nav .button {
  font-size:11px;
  min-height:36px;
  padding:8px 10px;
  gap:10px
}
.flag-hero {
  padding-top:35px;
  min-height:630px
}
.hero-layout {
  grid-template-columns:1fr;
  gap:20px
}
.osp-flagship h1 {
  font-size:clamp(39px,8.8vw,62px);
  line-height:1.05;
  letter-spacing:-.055em;
  margin-bottom:25px
}
.micro-label {
  font-size:10px
}
.flag-lede {
  font-size:16px;
  line-height:1.75;
  max-width:480px
}
.hero-actions {
  gap:20px;
  flex-wrap:wrap
}
.hero-actions .button {
  font-size:13px;
  min-height:49px;
  padding:13px 16px;
  gap:15px
}
.quiet-link {
  font-size:12px
}
.hero-note {
  font-size:11px
}
.flight-note {
  display:none
}
.horizon-caption {
  margin-top:95px;
  font-size:8px;
  line-height:1.7;
  gap:40px
}
.horizon-caption span {
  max-width:140px
}
.horizon-caption span:last-child {
  text-align:right
}
.workspace-section {
  padding:40px 0
}
.section-top {
  grid-template-columns:1fr;
  gap:22px;
  margin-bottom:20px
}
.osp-flagship h2 {
  font-size:40px
}
.section-top>p {
  font-size:15px;
  max-width:500px
}
.demo-notice {
  align-items:start;
  flex-direction:column;
  gap:5px;
  font-size:11px;
  line-height:1.65
}
.workbench-top {
  padding:12px;
  font-size:12px;
  gap:7px
}
.workbench-top-right {
  display:none
}
.sample-badge {
  margin-left:auto;
  font-size:9px
}
.workbench-body {
  grid-template-columns:1fr
}
.agent-pane {
  padding:16px;
  border-right:0;
  border-bottom:1px solid #30343b
}
.conversation {
  margin-top:18px
}
.sample-selector select {
  font-size:14px;
  padding:10px
}
.demo-compose,.compose-note {
  display:none
}
.workspace-tabs button {
  padding:14px 18px;
  font-size:13px
}
.demo-panel {
  padding:12px
}
.sample-site {
  padding:22px 20px;
  min-height:400px
}
.sample-nav {
  padding-bottom:35px
}
.sample-site h3 {
  font-size:48px
}
.sample-site>p {
  font-size:12px
}
.sample-cta {
  font-size:11px
}
.sample-bottom {
  margin-top:40px
}
.code-panel {
  padding:22px;
  min-height:410px
}
.code-panel pre {
  font-size:11px
}
.code-panel h3 {
  font-size:27px
}
.workbench-footer {
  flex-direction:column;
  gap:6px;
  padding:12px;
  font-size:10px
}
.workspace-points {
  flex-direction:column;
  gap:0;
  margin-top:15px
}
.workspace-points p {
  font-size:12px;
  margin-bottom:6px
}
.agent-section {
  padding:50px 0
}
.provider-grid {
  gap:12px;
  margin-top:28px
}
.provider-card {
  padding:19px 15px
}
.provider-name {
  font-size:17px
}
.provider-type {
  font-size:10px;
  line-height:1.5;
  min-height:30px
}
.provider-copy {
  font-size:12px;
  line-height:1.75;
  margin-top:10px
}
.provider-action {
  font-size:10px;
  line-height:1.6
}
.provider-detail {
  font-size:12px
}
.steps-section {
  padding:55px 0
}
.steps-grid {
  grid-template-columns:1fr;
  gap:22px;
  margin-top:25px
}
.step-number {
  padding-bottom:12px;
  margin-bottom:17px
}
.steps-grid h3 {
  font-size:22px
}
.hosting-section {
  padding:50px 0;
  gap:25px
}
.hosting-intro h2 {
  font-size:39px
}
.hosting-options {
  grid-template-columns:1fr
}
.hosting-options article {
  padding:25px
}
.hosting-options h3 {
  font-size:25px
}
.hosting-options p,.hosting-options li {
  font-size:14px
}
.hosting-options ul {
  margin-bottom:10px
}
.hosting-card-title .micro-label {
  font-size:11px
}
.faq-section {
  grid-template-columns:1fr;
  gap:35px;
  padding:50px 0
}
.closing-section {
  padding:55px 0
}
.closing-section h2 {
  font-size:43px
}
.flag-footer {
  grid-template-columns:1fr;
  gap:15px
}
.flag-footer>p,.copyright {
  text-align:left
}
.flag-footer nav {
  flex-wrap:wrap;
  gap:15px
}
.flag-footer nav a {
  font-size:12px
}
.copyright {
  font-size:11px
}
.flag-footer .flag-brand {
  font-size:19px
}

}

.osp-flagship .skip-link:not(:focus) {
  visibility:hidden
}

.osp-flagship .faq-list {
  margin-top:0;
  border-top:0
}

.osp-flagship .faq-list summary {
  padding:0;
  font-weight:500
}

.osp-flagship .faq-list summary::after {
  position:static
}

.osp-flagship .sample-nav {
  font-family:var(--sans);
  border-bottom:0
}

.osp-flagship .sample-kicker {
  margin-bottom:0;
  color:#626c53
}

.sample-dashboard {
  margin-top:15px
}

.sample-dashboard-metrics {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-bottom:20px
}

.sample-dashboard-metrics>div {
  background:#f4f8f7;
  padding:12px 10px;
  border:1px solid #c0d0d1;
  border-radius:4px
}

.sample-dashboard-metrics strong {
  display:block;
  font:25px var(--sans);
  color:#233c40
}

.sample-dashboard-metrics span {
  font:10px var(--sans);
  color:#526b70
}

.sample-task {
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:12px 0;
  border-top:1px solid #b7c9cb;
  font:11px/1.5 var(--sans)
}

.sample-task span {
  color:#426466
}

.sample-site[data-sample=tracker] h3 {
  font-size:32px;
  margin:8px 0 12px
}

.sample-site[data-sample=tracker] .sample-nav {
  padding-bottom:20px
}

.sample-site[data-sample=tracker]>.sample-cta {
  display:none
}

.sample-site[data-sample=tracker] .sample-bottom {
  margin-top:20px
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
.button,.provider-card {
  transition:none
}
.button:hover {
  transform:none
}

}
