:root{
  --bg:#0b0c0f;
  --surface:#111318;
  --surface-2:#15171c;
  --border:#292d34;
  --text:#f6f7f8;
  --muted:#a3a8b1;
  --muted-2:#7f858f;
  --accent:#9a7cf4;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  background:var(--bg);
}

body,
button,
input,
textarea,
select{
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif !important;
}

body{
  margin:0;
  background:var(--bg)!important;
  color:var(--text)!important;
  -webkit-font-smoothing:antialiased;
}

body:before{display:none!important}

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

/* HEADER */

.nav{
  min-height:72px!important;
  padding:0 max(4vw,28px)!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:36px!important;
  border-bottom:1px solid var(--border)!important;
  background:rgba(11,12,15,.96)!important;
  position:relative!important;
  z-index:50!important;
}

.logo{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}

.sm-logo{
  display:block!important;
  width:34px!important;
  height:34px!important;
  object-fit:contain!important;
}

.brand-copy{
  display:grid!important;
  line-height:1.1;
}

.brand-copy b{
  font-size:13px!important;
  letter-spacing:.06em!important;
}

.brand-copy small{
  margin-top:3px;
  color:var(--muted-2)!important;
  font-size:9px!important;
  letter-spacing:.06em!important;
}

.nav nav{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:26px!important;
}

.nav nav a{
  color:#adb1b9!important;
  font-size:14px!important;
  font-weight:500!important;
}

.nav nav a:hover{color:white!important}

.nav-actions{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}

.login{
  color:#afb4bc!important;
  font-size:14px!important;
  white-space:nowrap;
}

/* BUTTONS */

.button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:10px 17px!important;
  border:1px solid #393e46!important;
  border-radius:8px!important;
  background:#17191e!important;
  color:#f6f7f8!important;
  font-size:14px!important;
  font-weight:600!important;
  box-shadow:none!important;
}

.button:hover{
  background:#1d2026!important;
  border-color:#4a5059!important;
}

.bright{
  background:var(--accent)!important;
  border-color:var(--accent)!important;
}

/* HERO */

.hero,
.hero-v6{
  width:min(1240px,100%)!important;
  min-height:660px!important;
  margin:0 auto!important;
  padding:86px 30px 82px!important;
  display:grid!important;
  grid-template-columns:.9fr 1.1fr!important;
  gap:70px!important;
  align-items:center!important;
}

.hero-copy{
  min-width:0;
}

.eyebrow{
  color:#aaa0c8!important;
  font-size:12px!important;
  font-weight:650!important;
  letter-spacing:.04em!important;
}

.hero h1{
  margin:20px 0!important;
  font-size:clamp(48px,5.7vw,76px)!important;
  line-height:1.01!important;
  letter-spacing:-.055em!important;
}

.hero h1 span{
  background:none!important;
  color:#b5a2f5!important;
}

.hero-copy>p{
  max-width:570px!important;
  margin:0!important;
  color:var(--muted)!important;
  font-size:16px!important;
  line-height:1.72!important;
}

.hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:30px 0 24px!important;
}

.proof{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 18px!important;
  color:var(--muted-2)!important;
  font-size:12px!important;
}

/* PRODUCT PREVIEW */

.product-showcase{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:15px;
  background:#0f1115;
  box-shadow:0 28px 80px rgba(0,0,0,.32);
}

.product-showcase-head{
  min-height:66px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--border);
  background:#13151a;
}

.product-showcase-head>div{
  display:grid;
  gap:4px;
}

.product-showcase-head small{
  color:var(--muted-2);
  font-size:9px;
  letter-spacing:.08em;
}

.product-showcase-head strong{
  font-size:15px;
}

.product-showcase-head>span{
  color:var(--muted-2);
  font-size:11px;
}

.product-showcase-nav{
  padding:10px 12px;
  display:flex;
  gap:6px;
  border-bottom:1px solid var(--border);
}

.product-showcase-nav button{
  padding:8px 12px;
  border:1px solid transparent;
  border-radius:7px;
  background:transparent;
  color:#888e97;
  cursor:pointer;
  font-size:12px;
}

.product-showcase-nav button.active{
  border-color:#373c44;
  background:#1a1d22;
  color:#fff;
}

.product-showcase-body{
  min-height:380px;
  padding:22px;
}

.product-card{display:none}

.product-card.active{
  display:block;
  animation:productIn .3s ease;
}

.product-card-heading{
  margin-bottom:22px;
}

.product-card-heading small{
  color:var(--muted-2);
  font-size:9px;
  letter-spacing:.08em;
}

.product-card-heading h3{
  margin:6px 0 0;
  font-size:22px;
}

.product-metrics{
  margin-bottom:13px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
}

.product-metrics article{
  padding:16px;
  border:1px solid var(--border);
  border-radius:9px;
  background:var(--surface);
}

.product-metrics small{
  display:block;
  margin-bottom:8px;
  color:var(--muted-2);
  font-size:9px;
}

.product-metrics strong{
  font-size:22px;
}

.product-row{
  margin-top:9px;
  padding:14px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid var(--border);
  border-radius:9px;
  background:var(--surface);
}

.product-row>div{
  min-width:0;
  display:grid;
  gap:4px;
}

.product-row strong{
  font-size:13px;
}

.product-row small{
  color:var(--muted-2);
  font-size:11px;
}

.product-row>span{
  flex:0 0 auto;
  color:#bbbfc6;
  font-size:11px;
}

@keyframes productIn{
  from{opacity:0;transform:translateY(5px)}
  to{opacity:1;transform:none}
}

/* SECTIONS */

.section{
  width:min(1180px,100%)!important;
  margin:0 auto!important;
  padding:92px 30px!important;
}

.section-head{
  max-width:720px!important;
  margin-bottom:38px!important;
}

.section-head>span{
  color:#aaa0c8!important;
  font-size:11px!important;
  font-weight:650!important;
  letter-spacing:.05em!important;
}

.section-head h2,
.access h2,
.cta h2{
  margin:12px 0!important;
  font-size:clamp(32px,4vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
}

.section-head p{
  color:var(--muted)!important;
  line-height:1.7!important;
}

/* FEATURE CARDS */

.bento{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

.bento article{
  min-height:220px!important;
  padding:25px!important;
  border:1px solid var(--border)!important;
  border-radius:11px!important;
  background:var(--surface)!important;
}

.bento article:after{display:none!important}

.bento .wide{
  grid-column:span 2!important;
}

.bento em{
  color:#969ca5!important;
  font-size:9px!important;
  letter-spacing:.05em!important;
}

.bento h3{
  margin:27px 0 9px!important;
  font-size:21px!important;
}

.bento p{
  color:var(--muted)!important;
  line-height:1.65!important;
}

.chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
}

.chips span{
  padding:7px 10px!important;
  border:1px solid #343941!important;
  border-radius:999px!important;
  background:#16181d!important;
  color:#a6abb4!important;
  font-size:10px!important;
}

/* OLD SCI-FI ELEMENTS */

.rail,
.control-visual,
.orbit,
.core,
.node,
.terminal,
.public-live-strip{
  display:none!important;
}

/* WORKFLOW */

.steps{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  border:1px solid var(--border)!important;
  border-radius:11px!important;
  overflow:hidden!important;
}

.steps article{
  min-height:180px!important;
  padding:25px!important;
  border-color:var(--border)!important;
  background:var(--surface)!important;
}

.steps b{color:#a793ec!important}

.steps h3{
  margin:24px 0 8px!important;
  font-size:19px!important;
}

.steps p{
  color:var(--muted)!important;
  line-height:1.6!important;
}

.request-card{
  margin-top:16px!important;
  padding:30px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:30px!important;
  border:1px solid var(--border)!important;
  border-radius:11px!important;
  background:var(--surface)!important;
}

.request-card p{color:var(--muted)!important}

.request-card pre{
  border-color:var(--border)!important;
  background:#0b0d10!important;
}

/* PRICING */

.access{
  display:block!important;
}

.pricing{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}

.pricing article{
  min-height:500px!important;
  padding:27px!important;
  display:flex!important;
  flex-direction:column!important;
  border:1px solid var(--border)!important;
  border-radius:11px!important;
  background:var(--surface)!important;
  box-shadow:none!important;
}

.pricing article.popular{
  border-color:#6d6195!important;
}

.pricing article>p,
.pricing li{
  color:var(--muted)!important;
}

.pricing ul{
  border-color:var(--border)!important;
}

.pricing .button{
  width:100%!important;
  margin-top:auto!important;
}

.pricing .ribbon{
  background:#514676!important;
}

/* FAQ */

details{
  border-color:var(--border)!important;
}

details p{
  color:var(--muted)!important;
}

/* CTA */

.cta{
  width:min(1180px,calc(100% - 40px))!important;
  margin:35px auto 75px!important;
  padding:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:35px!important;
  border:1px solid var(--border)!important;
  border-radius:12px!important;
  background:var(--surface)!important;
}

.cta>div:last-child{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:14px!important;
}

.text-link{
  color:#b5b9c0!important;
  font-size:13px!important;
}

/* FOOTER */

footer{
  min-height:90px!important;
  padding:28px max(4vw,28px)!important;
  display:flex!important;
  align-items:center!important;
  gap:24px!important;
  border-top:1px solid var(--border)!important;
  background:var(--bg)!important;
  color:var(--muted-2)!important;
}

footer .logo>span{
  display:none!important;
}

footer .logo:before{
  content:"";
  width:30px;
  height:30px;
  display:block;
  background:
    url("/website-assets/sinful-s-logo.png?v=5.4.0")
    center/contain no-repeat;
}

footer>div{
  margin-left:auto!important;
  display:flex!important;
  gap:18px!important;
}

footer a{font-size:12px!important}

/* RESPONSIVE */

@media(max-width:1050px){
  .nav{
    grid-template-columns:auto auto!important;
  }

  .nav nav{
    grid-column:1/-1!important;
    grid-row:2!important;
    padding-bottom:14px!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
  }

  .nav-actions{
    justify-self:end!important;
  }

  .hero,
  .hero-v6{
    grid-template-columns:1fr!important;
    gap:42px!important;
    min-height:auto!important;
    padding-top:65px!important;
  }

  .product-showcase{
    width:min(820px,100%);
    margin:auto;
  }
}

@media(max-width:800px){
  .bento{
    grid-template-columns:1fr 1fr!important;
  }

  .steps{
    grid-template-columns:1fr 1fr!important;
  }

  .request-card{
    grid-template-columns:1fr!important;
  }

  .pricing{
    grid-template-columns:1fr!important;
  }

  .pricing article{
    min-height:0!important;
  }

  .cta{
    display:block!important;
  }

  .cta>div:last-child{
    margin-top:24px!important;
  }
}

@media(max-width:600px){
  .nav{
    padding:14px 16px!important;
    gap:12px!important;
  }

  .brand-copy small{
    display:none!important;
  }

  .login{
    display:none!important;
  }

  .nav-actions .button{
    padding:9px 11px!important;
    font-size:12px!important;
  }

  .nav nav{
    gap:18px!important;
  }

  .hero,
  .hero-v6{
    padding:54px 18px 60px!important;
  }

  .hero h1{
    font-size:clamp(43px,13vw,58px)!important;
  }

  .product-metrics{
    grid-template-columns:1fr!important;
  }

  .product-showcase-body{
    padding:15px!important;
  }

  .section{
    padding:72px 18px!important;
  }

  .bento{
    grid-template-columns:1fr!important;
  }

  .bento .wide{
    grid-column:auto!important;
  }

  .steps{
    grid-template-columns:1fr!important;
  }

  .cta{
    width:calc(100% - 36px)!important;
    padding:28px!important;
  }

  .cta>div:last-child{
    align-items:flex-start!important;
    flex-direction:column!important;
  }

  footer{
    padding:28px 18px!important;
    flex-wrap:wrap!important;
  }

  footer>div{
    width:100%!important;
    margin-left:0!important;
    flex-wrap:wrap!important;
  }
}

/* ===== FINAL HERO CLEANUP ===== */

.hero-actions {
  display: none !important;
}

.proof {
  display: none !important;
}

/* REMOVE HOMEPAGE PRODUCT MOCKUP */
.product-showcase {
  display: none !important;
}

/* Let hero use full width now that preview is gone */
.hero,
.hero-v6 {
  grid-template-columns: 1fr !important;
  max-width: 1180px !important;
}

.hero-copy {
  max-width: 760px !important;
}

/* CENTER HOMEPAGE HERO */

.hero,
.hero-v6 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 620px !important;
  padding: 90px 24px !important;
  text-align: center !important;
}

.hero-copy {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.hero h1 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero-copy > p {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.eyebrow {
  text-align: center !important;
}

/* =========================================================
   HERO FINAL PROPORTIONS
   ========================================================= */

.hero,
.hero-v6 {
  width: min(1180px, 100%) !important;
  min-height: 0 !important;
  height: auto !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;

  padding: 105px 24px 115px !important;
  margin: 0 auto !important;

  text-align: center !important;
}

.hero-copy {
  width: 100% !important;
  max-width: 820px !important;
  margin: 0 auto !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.eyebrow {
  margin: 0 0 18px !important;

  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: .08em !important;

  color: #aaa0c8 !important;
}

.hero h1,
.hero-v6 h1 {
  max-width: 820px !important;

  margin: 0 !important;

  font-size: clamp(48px, 5.2vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.05em !important;

  text-align: center !important;
}

.hero h1 span,
.hero-v6 h1 span {
  display: inline !important;
}

.hero-copy > p {
  max-width: 650px !important;

  margin: 25px auto 0 !important;

  font-size: 16px !important;
  line-height: 1.65 !important;

  text-align: center !important;
  color: #a3a8b1 !important;
}

/* These are intentionally removed from the hero */
.hero-actions,
.proof,
.product-showcase {
  display: none !important;
}

/* Pull the next section naturally underneath */
#capabilities {
  padding-top: 70px !important;
}

/* Don't make every section heading look like another hero */
#capabilities .section-head {
  max-width: 680px !important;
  margin: 0 0 38px !important;
  text-align: left !important;
}

#capabilities .section-head h2 {
  max-width: 620px !important;
  font-size: clamp(32px, 3.6vw, 46px) !important;
  line-height: 1.08 !important;
}

#capabilities .section-head p {
  max-width: 620px !important;
  font-size: 15px !important;
}

/* MOBILE */
@media (max-width: 640px) {
  .hero,
  .hero-v6 {
    padding: 75px 20px 85px !important;
  }

  .hero h1,
  .hero-v6 h1 {
    font-size: clamp(43px, 12vw, 58px) !important;
  }

  .hero-copy > p {
    margin-top: 21px !important;
    font-size: 15px !important;
  }

  #capabilities {
    padding-top: 55px !important;
  }
}

/* =========================================================
   MOBILE — MATCH DESKTOP / MAC / WINDOWS LOOK
   ========================================================= */

@media (max-width: 700px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  /* ---------- HEADER ---------- */

  .nav {
    width: 100% !important;
    min-height: 64px !important;
    height: 64px !important;

    padding: 0 16px !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    gap: 14px !important;

    border-bottom: 1px solid var(--border) !important;
  }

  .logo {
    flex: 0 0 auto !important;
    gap: 8px !important;
  }

  .sm-logo {
    width: 27px !important;
    height: 27px !important;
  }

  .brand-copy {
    display: block !important;
  }

  .brand-copy b {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: .055em !important;
  }

  .brand-copy small {
    display: none !important;
  }

  /*
   * Keep navigation in the SAME ROW.
   * It scrolls horizontally if the phone is narrow.
   */
  .nav nav {
    flex: 1 1 auto !important;
    min-width: 0 !important;

    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;

    gap: 17px !important;

    padding: 0 !important;
    margin: 0 !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    white-space: nowrap !important;

    scrollbar-width: none !important;
  }

  .nav nav::-webkit-scrollbar {
    display: none !important;
  }

  .nav nav a {
    flex: 0 0 auto !important;

    font-size: 11px !important;
    line-height: 1 !important;

    color: #aeb3bb !important;
  }

  .nav-actions {
    flex: 0 0 auto !important;

    display: flex !important;
    align-items: center !important;

    gap: 0 !important;
  }

  /* Dashboard is already accessible elsewhere;
     remove it on phones to keep desktop-like header clean. */
  .nav-actions .login {
    display: none !important;
  }

  .nav-actions .button {
    min-height: 36px !important;

    padding: 8px 12px !important;

    border-radius: 7px !important;

    font-size: 11px !important;
    white-space: nowrap !important;
  }

  /* ---------- HERO ---------- */

  .hero,
  .hero-v6 {
    width: 100% !important;

    min-height: 0 !important;

    padding:
      76px
      22px
      86px !important;

    margin: 0 auto !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .hero-copy {
    width: 100% !important;
    max-width: 650px !important;
  }

  .eyebrow {
    margin-bottom: 16px !important;

    font-size: 9px !important;
    letter-spacing: .09em !important;
  }

  .hero h1,
  .hero-v6 h1 {
    width: 100% !important;
    max-width: 620px !important;

    margin: 0 auto !important;

    font-size: clamp(42px, 11vw, 58px) !important;
    line-height: .99 !important;
    letter-spacing: -.055em !important;
  }

  .hero h1 span,
  .hero-v6 h1 span {
    display: block !important;
  }

  .hero-copy > p {
    width: 100% !important;
    max-width: 600px !important;

    margin: 23px auto 0 !important;

    font-size: 14px !important;
    line-height: 1.62 !important;

    color: #a3a8b1 !important;
  }

  /* Keep removed duplicate content removed */
  .hero-actions,
  .proof,
  .product-showcase {
    display: none !important;
  }

  /* ---------- PLATFORM ---------- */

  #capabilities {
    width: 100% !important;

    padding:
      64px
      22px
      72px !important;
  }

  #capabilities .section-head {
    width: 100% !important;
    max-width: 680px !important;

    margin:
      0
      0
      32px !important;

    text-align: left !important;
  }

  #capabilities .section-head > span {
    font-size: 9px !important;
  }

  #capabilities .section-head h2 {
    max-width: 620px !important;

    margin: 12px 0 16px !important;

    font-size: clamp(31px, 8.5vw, 42px) !important;
    line-height: 1.05 !important;

    text-align: left !important;
  }

  #capabilities .section-head p {
    max-width: 620px !important;

    margin: 0 !important;

    font-size: 14px !important;
    line-height: 1.65 !important;

    text-align: left !important;
  }

  /* ---------- CARDS ---------- */

  .bento {
    display: grid !important;
    grid-template-columns: 1fr !important;

    gap: 10px !important;
  }

  .bento .wide {
    grid-column: auto !important;
  }

  .bento article {
    min-height: 0 !important;

    padding: 22px !important;

    border-radius: 10px !important;
  }

  .bento h3 {
    margin: 21px 0 8px !important;

    font-size: 19px !important;
  }

  .bento p {
    font-size: 13px !important;
  }

  /* ---------- OTHER SECTIONS ---------- */

  .section {
    padding:
      68px
      22px !important;
  }

  .section-head {
    margin-bottom: 30px !important;
  }

  .section-head h2,
  .access h2,
  .cta h2 {
    font-size: clamp(30px, 8vw, 40px) !important;
  }

  .steps {
    grid-template-columns: 1fr !important;
  }

  .request-card {
    grid-template-columns: 1fr !important;

    padding: 22px !important;
  }

  .pricing {
    grid-template-columns: 1fr !important;
  }

  .pricing article {
    min-height: 0 !important;
  }

  /* ---------- CTA ---------- */

  .cta {
    width: calc(100% - 36px) !important;

    margin:
      20px
      auto
      60px !important;

    padding: 25px !important;

    display: block !important;
  }

  .cta > div:last-child {
    margin-top: 22px !important;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;

    gap: 13px !important;
  }

  /* ---------- FOOTER ---------- */

  footer {
    padding:
      26px
      18px !important;

    gap: 18px !important;
  }

  footer > div {
    display: flex !important;
    flex-wrap: wrap !important;

    gap: 14px !important;
  }
}


/*
 * Extra-tight phones like smaller iPhones.
 */
@media (max-width: 430px) {

  .nav {
    padding: 0 12px !important;
    gap: 10px !important;
  }

  .brand-copy {
    display: none !important;
  }

  .nav nav {
    gap: 14px !important;
  }

  .nav nav a {
    font-size: 10px !important;
  }

  .nav-actions .button {
    padding: 8px 10px !important;
    font-size: 10px !important;
  }

  .hero,
  .hero-v6 {
    padding:
      68px
      18px
      76px !important;
  }

  .hero h1,
  .hero-v6 h1 {
    font-size: clamp(39px, 11vw, 50px) !important;
  }

  .hero-copy > p {
    font-size: 13.5px !important;
  }

  #capabilities,
  .section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* FINAL MINIMAL FOOTER */

footer {
  min-height: 86px !important;
}

footer .footer-links {
  margin-left: auto !important;

  display: flex !important;
  align-items: center !important;

  gap: 22px !important;
}

footer .footer-links a {
  color: #a9aeb7 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

footer .footer-links a:hover {
  color: #fff !important;
}

@media (max-width: 600px) {
  footer .footer-links {
    width: auto !important;
    margin-left: 0 !important;
  }
}

/* REAL DASHBOARD SCREENSHOT PREVIEW */

.dashboard-preview-wrap {
  width: 100%;
  margin-top: 34px;
}

.dashboard-preview-image {
  display: block;
  width: 100%;
  height: auto;

  border: 1px solid #292d34;
  border-radius: 14px;

  object-fit: cover;

  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

@media (max-width: 700px) {
  .dashboard-preview-wrap {
    margin-top: 24px;
  }

  .dashboard-preview-image {
    border-radius: 10px;
  }
}

/* FORCE REAL DASHBOARD PREVIEW VISIBLE */

.dashboard-preview-wrap {
  display: block !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 34px auto 0 !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

.dashboard-preview-image {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  object-fit: contain !important;

  border: 1px solid #292d34 !important;
  border-radius: 14px !important;
}

@media (max-width: 700px) {
  .dashboard-preview-wrap {
    margin-top: 24px !important;
    border-radius: 10px !important;
  }

  .dashboard-preview-image {
    border-radius: 10px !important;
  }
}

/* CENTERED RUNTIME AUTHORIZATION SECTION */

.runtime-section-centered {
  width: 100% !important;
  padding: 70px 24px !important;
}

.runtime-center-wrap {
  width: min(1036px, 100%) !important;
  margin: 0 auto !important;
}

.runtime-center-wrap > * {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 700px) {
  .runtime-section-centered {
    padding: 44px 16px !important;
  }

  .runtime-center-wrap {
    width: 100% !important;
  }
}

/* HERO TEXT — TRUE CENTER */

.hero-copy {
  width: 100% !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
  text-align: center !important;
}

.hero-copy .eyebrow {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.hero-copy h1 {
  width: 100% !important;
  max-width: 850px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.hero-copy > p {
  width: 100% !important;
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* ===== HERO ALIGN WITH MAIN SITE CONTAINER ===== */

.hero,
.hero-v6 {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hero-copy {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  text-align: center !important;
}

.hero-copy .eyebrow {
  width: 100% !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.hero-copy h1 {
  width: 100% !important;
  max-width: 900px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  text-align: center !important;
}

.hero-copy > p {
  width: 100% !important;
  max-width: 680px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  text-align: center !important;
}

@media (max-width: 700px) {
  .hero-copy {
    width: calc(100% - 32px) !important;
  }
}

/* SINGLE BACKEND DECISION BLOCK */

#workflow.workflow-single {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

#workflow.workflow-single .request-card {
  width: 100% !important;
  margin: 0 auto !important;
}

@media (max-width: 700px) {
  #workflow.workflow-single {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}

/* FOOTER — REMOVE DUPLICATE LEGACY S */

footer .logo::before,
footer .logo::after,
footer .brand-copy::before,
footer .brand-copy::after {
  display: none !important;
  content: none !important;
}

footer .logo > span {
  display: none !important;
}

footer .sm-logo {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
  flex: 0 0 34px !important;
}

footer .logo {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

/* ===== DOCS S LOGO SIZE FIX ===== */
body.docs-page .sm-logo,
.docs-page .sm-logo,
.docs-header .sm-logo,
.docs-nav .sm-logo {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  object-fit: contain !important;
  flex: 0 0 36px !important;
}

/* SINFUL_PUBLIC_SELECT_READABILITY_V1 */

/* Public website dropdown selected/default text */
select {
  color: #e7e9ee !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}

/* Dropdown menu choices */
select option {
  color: #f1f3f6 !important;
  background: #1c1e23 !important;
  opacity: 1 !important;
}

/* Before-selection / placeholder options */
select option[value=""],
select option:disabled {
  color: #c4c8d0 !important;
  opacity: 1 !important;
}

/* Disabled selects remain clearly readable */
select:disabled {
  color: #b9bec8 !important;
  opacity: .9 !important;
}

/* Slight interaction feedback */
select:not(:disabled):hover {
  border-color: rgba(255,255,255,.22) !important;
}

select:not(:disabled):focus {
  color: #ffffff !important;
  border-color: rgba(168,85,247,.55) !important;
  outline: none !important;
}

/* SINFUL_PUBLIC_FAQ_READABILITY_V1 */

/* FAQ question/title */
.accordions details summary {
  color: #f0f1f3 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

/* FAQ answer/message inside opened dropdown */
.accordions details p {
  color: #c7cbd2 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* Any nested text inside the answer */
.accordions details p span,
.accordions details p strong,
.accordions details p a {
  opacity: 1 !important;
}

/* Important answer text */
.accordions details p strong {
  color: #eef0f3 !important;
}

/* Links inside answers */
.accordions details p a {
  color: #d8c7ff !important;
}

/* Slightly clearer opened state */
.accordions details[open] {
  background: rgba(255,255,255,.025) !important;
  border-color: rgba(255,255,255,.12) !important;
}

/* Make opened question fully bright */
.accordions details[open] summary {
  color: #ffffff !important;
}

/* SINFUL_PUBLIC_FAQ_ANSWER_SIZE_V2 */

/* Larger messages inside opened FAQ dropdowns */
.accordions details p {
  color: #c7cbd2 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* Keep nested answer content the same readable size */
.accordions details p span,
.accordions details p strong,
.accordions details p a {
  font-size: inherit !important;
}
