:root {
  --ink: #0d1117;
  --muted: #5f6877;
  --blue: #8ed8f8;
  --blue-deep: #4bc4f5;
  --blue-pale: #eef9fe;
  --line: #dce6eb;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

/* Keep Astra and Elementor global typography from collapsing this custom UI. */
html body.flipros-site { line-height: 1.5 !important; }
body.flipros-site h1 { line-height: .98 !important; }
body.flipros-site h2 { line-height: 1.08 !important; }
body.flipros-site h3 { line-height: 1.2 !important; }
body.flipros-site h4,
body.flipros-site h5,
body.flipros-site h6 { line-height: 1.25 !important; }
body.flipros-site p { line-height: 1.65 !important; }
body.flipros-site strong,
body.flipros-site b { line-height: 1.15 !important; }
body.flipros-site span,
body.flipros-site small,
body.flipros-site a { line-height: 1.35 !important; }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(13, 17, 23, .08);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
}
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink) !important; font-size: 20px; font-weight: 800; letter-spacing: -.65px; white-space: nowrap; }
.brand strong { color: #168fc1; }
.brand-mark {
  width: 39px; height: 39px; border-radius: 12px; background: var(--blue); position: relative;
  display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(13,17,23,.06);
}
.brand-play { font-size: 13px; transform: translateX(-3px); }
.brand-rise { position: absolute; right: 5px; top: 3px; font-size: 12px; font-weight: 900; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { color: #303846; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover { color: #168fc1; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; font-weight: 800; line-height: 1.15 !important; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark,
.button-dark:visited,
.button-dark:hover,
.button-dark:focus { background: var(--ink); color: white !important; }
.button-small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.button-primary,
.button-primary:visited,
.button-primary:hover,
.button-primary:focus { min-height: 55px; padding: 0 23px; background: var(--blue); color: var(--ink) !important; box-shadow: 0 12px 28px rgba(75,196,245,.25); }
.button-primary:hover { box-shadow: 0 15px 35px rgba(75,196,245,.36); }
.button-secondary,
.button-secondary:visited,
.button-secondary:hover,
.button-secondary:focus { min-height: 55px; padding: 0 23px; background: white; border: 1px solid #bfcbd2; color: var(--ink) !important; }
.button-outline,
.button-outline:visited,
.button-outline:hover,
.button-outline:focus { border: 1px solid #bfcbd2; background: white; color: var(--ink) !important; box-shadow: 0 8px 22px rgba(13,17,23,.05); }
.button-outline:hover,
.button-outline:focus { border-color: var(--ink); }

.hero { min-height: calc(100vh - 82px); position: relative; overflow: hidden; background: linear-gradient(135deg, #f8fdff 0%, #eaf8fe 56%, #fafdff 100%); }
.hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 110px; background: linear-gradient(to top, white, transparent); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .72; }
.hero-glow-one { width: 520px; height: 520px; right: -150px; top: -190px; background: radial-gradient(circle, rgba(142,216,248,.65), transparent 68%); }
.hero-glow-two { width: 380px; height: 380px; left: -190px; bottom: -180px; background: radial-gradient(circle, rgba(142,216,248,.48), transparent 70%); }
.hero-grid { min-height: calc(100vh - 82px); position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 80px; padding-top: 58px; padding-bottom: 96px; }
.hero-copy { padding-top: 2px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(13,17,23,.09); border-radius: 99px; background: rgba(255,255,255,.72); font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: 1.25px; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #30c88b; box-shadow: 0 0 0 4px rgba(48,200,139,.12); }
.hero h1 { max-width: 660px; margin: 26px 0 21px; font-size: clamp(48px, 5.1vw, 74px); line-height: .98; letter-spacing: -4px; font-weight: 850; }
.hero h1 span { color: #168fc1; }
.hero-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 26px; color: #596373; font-size: 12px; font-weight: 700; }
.trust-line span { display: inline-flex; align-items: center; gap: 6px; }
.trust-line b { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: white; color: #1593c7; font-size: 10px; box-shadow: 0 3px 12px rgba(13,17,23,.08); }

.hero-visual { position: relative; display: flex; justify-content: center; padding: 24px 12px; }
.channel-card { width: min(100%, 480px); border: 1px solid rgba(13,17,23,.1); border-radius: 22px; overflow: hidden; background: white; box-shadow: 0 32px 90px rgba(32,106,137,.18), 0 5px 18px rgba(13,17,23,.08); }
.featured-card { transform: rotate(1.1deg); }
.channel-cover { height: 205px; position: relative; overflow: hidden; display: flex; align-items: center; padding: 34px; color: white; background: linear-gradient(125deg, #121820 0%, #242c38 45%, #121820 100%); }
.channel-cover.channel-cover-image { display: block; padding: 0; background: #e8f1f5; }
.channel-main-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.channel-cover-image:after { display: none; }
.channel-cover:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 24%, rgba(142,216,248,.24), transparent 32%), linear-gradient(90deg, transparent 63%, rgba(142,216,248,.08)); }
.cover-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, transparent, black); }
.rome-emblem { position: absolute; z-index: 1; right: 27px; width: 128px; height: 128px; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); display: grid; place-items: center; background: rgba(255,255,255,.06); box-shadow: inset 0 0 28px rgba(142,216,248,.12); }
.rome-initials { font-family: Georgia, serif; font-size: 42px; letter-spacing: -3px; color: #a9e5ff; }
.laurel { position: absolute; color: rgba(255,255,255,.32); font-size: 34px; }
.laurel.left { left: 11px; transform: rotate(15deg); }
.laurel.right { right: 11px; transform: rotate(-15deg); }
.cover-copy { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 9px; }
.cover-copy small { color: #a9e5ff; font-size: 10px; font-weight: 900; letter-spacing: 1.8px; }
.cover-copy b { max-width: 190px; font-family: Georgia, serif; font-size: 31px; line-height: .98; letter-spacing: -1.4px; }
.card-body { padding: 23px 27px 25px; }
.card-status-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border-radius: 99px; background: #ebfaf4; color: #167c58; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .6px; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #29bd83; }
.verified { color: #7a8492; font-size: 10px; font-weight: 700; }
.card-body h2 { margin: 17px 0 6px; font-size: 25px; letter-spacing: -1px; }
.card-description { margin: 0; color: #697382; font-size: 12px; line-height: 1.5; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 20px; border: 1px solid var(--line); border-radius: 12px; background: #fbfdfe; }
.metrics div { display: flex; flex-direction: column; justify-content: center; gap: 7px; min-width: 0; padding: 14px 12px; text-align: center; }
.metrics div + div { border-left: 1px solid var(--line); }
.metrics strong { display: block; font-size: 18px; line-height: 1.1 !important; }
.metrics span { display: block; color: #798493; font-size: 9px; font-weight: 700; line-height: 1.3 !important; }
.price-row { display: flex; justify-content: space-between; align-items: end; margin-top: 19px; }
.price-row > div { display: flex; flex-direction: column; gap: 2px; }
.price-row span { display: block; color: #7a8492; font-size: 9px; font-weight: 800; line-height: 1.3 !important; text-transform: uppercase; letter-spacing: .8px; }
.price-row strong { display: block; font-size: 28px; line-height: 1.1 !important; letter-spacing: -1.3px; }
.card-arrow { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: var(--blue); font-size: 21px; font-weight: 900; transition: transform .2s ease; }
.card-arrow:hover { transform: translate(2px,-2px); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 11px 14px; border: 1px solid rgba(13,17,23,.08); border-radius: 11px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(32,106,137,.16); color: #38414d; font-size: 11px; font-weight: 700; backdrop-filter: blur(10px); }
.note-top { top: 1px; right: -3px; }
.note-top span { color: #29bd83; }
.note-bottom { bottom: 2px; left: -18px; }
.note-bottom span { width: 23px; height: 23px; border-radius: 7px; background: #e0f5fe; display: grid; place-items: center; color: #168fc1; }

.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; display: grid; place-content: center; gap: 4px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 18px; height: 2px; background: var(--ink); }
.mobile-menu nav { position: absolute; right: 0; top: 52px; width: 240px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 20px 50px rgba(13,17,23,.14); }
.mobile-menu nav a { display: block; padding: 12px; border-radius: 8px; font-size: 14px; font-weight: 800; }
.mobile-menu nav a:hover { background: var(--blue-pale); }

.proof-strip { position: relative; z-index: 2; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 20px 32px; }
.proof-grid > div + div { border-left: 1px solid var(--line); }
.proof-grid strong { display: block; font-size: 22px; line-height: 1.1 !important; letter-spacing: -.8px; }
.proof-grid span { display: block; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.35 !important; }

.section { padding: 112px 0; }
.section-soft { background: var(--blue-pale); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-head > div { max-width: 690px; }
.section-kicker { display: inline-block; margin-bottom: 13px; color: #168fc1; font-size: 11px; font-weight: 900; letter-spacing: 1.45px; text-transform: uppercase; }
.section h2, .page-hero h1, .legal-copy h1 { margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.05; letter-spacing: -2.9px; }
.section-head p, .center-head p { margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 900; white-space: nowrap; }
.availability-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 30px; align-items: stretch; }
.listing-card { width: 100%; display: grid; grid-template-columns: .82fr 1.18fr; border-radius: 18px; box-shadow: 0 18px 55px rgba(32,106,137,.11); }
.listing-card .channel-cover { height: 100%; min-height: 340px; }
.listing-card .rome-emblem { width: 105px; height: 105px; right: 20px; bottom: 25px; top: auto; }
.listing-card .cover-copy { align-self: flex-start; }
.listing-card .card-body { padding: 28px; }
.listing-card .card-body h2 { font-size: 30px; }
.availability-note { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 46px; border-radius: 18px; background: var(--ink); color: white; }
.availability-note:after { content: "↗"; position: absolute; right: -15px; bottom: -60px; color: rgba(142,216,248,.09); font-size: 220px; font-weight: 900; }
.mini-kicker { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.availability-note h3 { margin: 13px 0; font-size: 34px; line-height: 1.06; letter-spacing: -1.7px; }
.availability-note p { position: relative; z-index: 1; margin: 0 0 24px; color: #b8c1ca; font-size: 14px; line-height: 1.65; }
.availability-note .button { position: relative; z-index: 1; padding: 16px 20px; background: var(--blue); color: var(--ink); font-size: 13px; }
.availability-note small { position: relative; z-index: 1; margin-top: 14px; color: #85909d; font-size: 10px; }
.catalog-callout .button { min-height: 54px; }

.center-head { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.feature-grid, .include-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-grid article, .include-grid article { padding: 34px; border: 1px solid rgba(13,17,23,.09); border-radius: 17px; background: rgba(255,255,255,.82); }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--blue); font-size: 21px; font-weight: 900; }
.feature-grid h3, .include-grid h3 { margin: 24px 0 10px; font-size: 20px; letter-spacing: -.6px; }
.feature-grid p, .include-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.include-grid article > b { color: #168fc1; font-size: 12px; letter-spacing: 1.2px; }

.process-wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.process-copy p { margin: 19px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.process-copy .button { padding: 0 22px; }
.steps { border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.steps article > b { color: #168fc1; font-size: 13px; letter-spacing: 1px; }
.steps h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.5px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.sold-section { background: #f8fafb; }
.sold-card { display: grid; grid-template-columns: .6fr 1.4fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 40px rgba(13,17,23,.06); }
.sold-cover { min-height: 245px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; background: linear-gradient(145deg,#1b2430,#0b1017); color: white; }
.sold-cover > span { position: absolute; left: 24px; top: 24px; padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.12); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.sold-cover b { font-size: 22px; }
.tool-mark { width: 68px; height: 68px; margin-bottom: 18px; border-radius: 18px; display: grid; place-items: center; background: var(--blue); color: var(--ink); font-size: 25px; font-weight: 900; }
.sold-body { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 40px; }
.sold-body span { color: #168fc1; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.sold-body h3 { margin: 10px 0 0; font-size: 28px; letter-spacing: -1px; }
.sold-facts { display: grid; grid-template-columns: repeat(3, auto); gap: 28px; }
.sold-facts span { min-width: 82px; display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: 10px; letter-spacing: 0; text-transform: none; }
.sold-facts b { color: var(--ink); font-size: 18px; }

.sell-banner { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 62px; border-radius: 24px; background: var(--blue); }
.sell-banner > div { max-width: 760px; }
.sell-banner .section-kicker { color: #0c729c; }
.sell-banner p { margin: 17px 0 0; max-width: 650px; color: #285566; font-size: 15px; line-height: 1.6; }
.sell-banner .button { min-height: 54px; padding: 0 23px; white-space: nowrap; }
.faq-section { padding-top: 50px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-layout > div:first-child p { color: var(--muted); line-height: 1.6; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #168fc1; font-size: 20px; }
.faq-list details p { margin: -5px 0 22px; max-width: 700px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { padding: 98px 0; background: var(--ink); color: white; text-align: center; }
.final-cta span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.final-cta h2 { margin: 14px 0 28px; color: white !important; font-size: clamp(40px,5vw,62px); line-height: 1.05 !important; letter-spacing: -3px; }
.final-cta > div > div { display: flex; justify-content: center; gap: 12px; }
.final-cta .button { min-height: 52px; padding: 0 23px; }
.button-light,
.button-light:visited,
.button-light:hover,
.button-light:focus { border: 1px solid #47505a; background: transparent; color: white !important; }

.site-footer { padding: 70px 0 22px; background: #090d12; color: white; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-main h3 { margin: 4px 0 18px; color: #82909f; font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; }
.footer-main > div:not(:first-child) a { display: block; margin: 12px 0; color: #dce3e9; font-size: 13px; }
.footer-brand p, .footer-contact p { max-width: 270px; color: #7f8a96; font-size: 12px; line-height: 1.65; }
.site-footer .brand { font-size: 18px; }
.site-footer .brand,
.site-footer .brand:visited,
.site-footer .brand:hover,
.site-footer .brand:focus,
.site-footer .brand > span:last-child { color: white !important; }
.footer-contact > a { color: var(--blue)!important; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid #20262e; color: #66717c; font-size: 10px; }

.page-hero { padding: 108px 0 104px; background: linear-gradient(135deg, #f7fcff, var(--blue-pale)); text-align: center; }
.page-hero .shell { max-width: 900px; }
.page-hero h1 { margin-top: 22px; font-size: clamp(50px,6vw,78px); letter-spacing: -4px; }
.page-hero h1 span { color: #168fc1; }
.page-hero p { max-width: 720px; margin: 22px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.catalog-section { padding-top: 70px; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; }
.catalog-toolbar > span { color: var(--muted); font-size: 13px; }
.catalog-toolbar > span b { color: var(--ink); }
.catalog-toolbar button { margin-left: 8px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 99px; background: white; color: #5f6877; font-weight: 800; cursor: pointer; }
.catalog-toolbar button.filter-active { border-color: var(--ink); background: var(--ink); color: white; }
.catalog-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,380px); gap: 30px; align-items: start; }
.catalog-list { min-width: 0; display: flex; flex-direction: column; gap: 24px; }
.catalog-list .listing-card { grid-template-columns: minmax(250px,.82fr) minmax(0,1.18fr); }
.catalog-list .listing-card .channel-cover { min-height: 340px; }
.catalog-list .sold-card { width: 100%; }
.wanted-card { display: flex; flex-direction: column; justify-content: center; padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: var(--blue-pale); }
.wanted-card > span { color: #168fc1; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.wanted-card h2 { margin: 12px 0; font-size: 31px; letter-spacing: -1.4px; }
.wanted-card p { margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.wanted-card .button { align-self: flex-start; padding: 16px 20px; font-size: 13px; }
.wanted-card > small { margin-top: 13px; color: #778793; font-size: 10px; }
.catalog-sidebar { position: sticky; top: 28px; align-self: start; }
.catalog-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.catalog-pagination > ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.catalog-pagination li { list-style: none; }
.catalog-pagination a, .catalog-pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink) !important; font-size: 13px; font-weight: 800; }
.catalog-pagination .current { border-color: var(--ink); background: var(--ink); color: white !important; }

.channel-detail-hero { padding: 80px 0; background: var(--blue-pale); }
.detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.status-pill.large { font-size: 10px; }
.detail-copy h1 { margin: 24px 0 15px; font-size: clamp(58px,7vw,92px); line-height: .94; letter-spacing: -5px; }
.detail-copy > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.detail-price { display: flex; flex-direction: column; gap: 2px; margin: 28px 0; }
.detail-price span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.detail-price strong { font-size: 40px; letter-spacing: -2px; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.detail-actions .button { min-height: 54px; padding: 0 22px; }
.detail-copy > small { display: block; margin-top: 17px; color: #697382; }
.detail-visual { overflow: hidden; border: 1px solid rgba(13,17,23,.1); border-radius: 22px; background: white; box-shadow: 0 26px 70px rgba(32,106,137,.15); }
.detail-visual .channel-cover { height: 290px; }
.detail-visual .rome-emblem { width: 160px; height: 160px; }
.detail-visual .cover-copy b { font-size: 42px; }
.analytics-panel { display: grid; grid-template-columns: repeat(4,1fr); padding: 22px; }
.analytics-panel div { display: flex; flex-direction: column; gap: 4px; padding: 6px 16px; }
.analytics-panel div + div { border-left: 1px solid var(--line); }
.analytics-panel span { color: var(--muted); font-size: 9px; font-weight: 800; }
.analytics-panel strong { font-size: 20px; }
.analytics-panel i { color: var(--muted); font-size: 9px; font-style: normal; }
.analytics-panel i.up { color: #198964; }
.detail-nav { position: sticky; top: 0; z-index: 8; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(15px); }
.detail-nav .shell { min-height: 64px; display: flex; align-items: center; gap: 30px; }
.detail-nav a { color: #66717c; font-size: 12px; font-weight: 800; }
.detail-nav-price { margin-left: auto; color: var(--ink)!important; }
.two-column { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; }
.content-panel p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.fact-panel { padding: 32px; border: 1px solid var(--line); border-radius: 17px; background: #fbfdfe; }
.fact-panel h3 { margin: 0 0 18px; }
.fact-panel dl { margin: 0; }
.fact-panel dl div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.fact-panel dt { color: var(--muted); font-size: 12px; }
.fact-panel dd { margin: 0; font-size: 12px; font-weight: 800; }
.green-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #29bd83; }
.disclosure { max-width: 760px; margin: 28px auto 0; color: var(--muted); font-size: 11px; line-height: 1.6; text-align: center; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px; border-radius: 23px; background: var(--ink); color: white; }
.contact-card h2,
.dm-card h2 { color: white !important; }
.contact-card > div { max-width: 780px; }
.contact-card p { color: #aab5c0; line-height: 1.65; }
.contact-card .button { flex: 0 0 auto; padding: 0 23px; min-height: 56px; color: var(--ink); }

.sell-process { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.sell-checklist > p { color: var(--muted); line-height: 1.6; }
.sell-checklist ul { margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.sell-checklist li { display: grid; grid-template-columns: 55px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.sell-checklist li > b { color: #168fc1; font-size: 11px; }
.sell-checklist li span { display: flex; flex-direction: column; gap: 5px; }
.sell-checklist li small { color: var(--muted); }
.dm-card { padding: 46px; border-radius: 22px; background: var(--ink); color: white; box-shadow: 0 25px 70px rgba(13,17,23,.16); }
.x-badge { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: white; color: var(--ink); font-size: 19px; font-weight: 900; }
.dm-card h2 { margin: 25px 0 12px; font-size: 38px; }
.dm-card > p { color: #aeb7c0; line-height: 1.65; }
.message-template { margin: 24px 0; padding: 18px; border: 1px solid #303945; border-radius: 12px; background: #111820; }
.message-template small { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.message-template p { margin: 10px 0 0; color: #cbd4dd; font-size: 13px; }
.dm-card .button { width: 100%; min-height: 54px; }
.dm-card > small { display: block; margin-top: 13px; color: #778390; text-align: center; }
.sold-empty { margin-top: 26px; padding: 55px; border: 1px dashed #bdc9d0; border-radius: 18px; text-align: center; }
.sold-empty > span { color: #168fc1; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.sold-empty h2 { margin: 14px 0 10px; font-size: 36px; }
.sold-empty p { color: var(--muted); }
.sold-empty .button { margin-top: 15px; padding: 16px 21px; font-size: 13px; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-options article { padding: 50px; border: 1px solid var(--line); border-radius: 20px; }
.contact-options article:last-child { background: var(--blue-pale); }
.contact-options article > span { color: #168fc1; font-size: 10px; font-weight: 900; letter-spacing: 1.3px; }
.contact-options h2 { margin: 14px 0; font-size: 40px; }
.contact-options p { color: var(--muted); line-height: 1.6; }
.contact-options .button { margin-top: 18px; min-height: 52px; padding: 0 22px; }

.legal-page { padding: 100px 0; }
.legal-copy { max-width: 800px; }
.legal-copy > p:first-of-type { color: var(--muted); }
.legal-copy h2 { margin: 40px 0 12px; font-size: 24px; letter-spacing: -.7px; }
.legal-copy p { color: #4f5966; font-size: 15px; line-height: 1.75; }

.contact-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; align-items: stretch; }
.contact-layout .contact-options { grid-template-columns: 1fr 1fr; }
.contact-details { padding: 42px; border-radius: 20px; background: var(--ink); color: white; }
.contact-details h2 { margin: 4px 0 24px; color: white !important; font-size: 32px; letter-spacing: -1.3px; }
.contact-details dl { margin: 0; }
.contact-details dl div { padding: 15px 0; border-bottom: 1px solid #303944; }
.contact-details dt { margin-bottom: 5px; color: #82909f; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.contact-details dd { margin: 0; color: #f3f7fa; font-size: 14px; line-height: 1.55; }
.contact-details a { color: var(--blue) !important; font-weight: 800; }
.contact-details > p { margin: 22px 0 0; color: #9da8b3; font-size: 11px; line-height: 1.6; }

.performance-section .section-head { margin-bottom: 30px; }
.revenue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.revenue-grid article { min-height: 170px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 35px rgba(32,106,137,.07); }
.revenue-grid article > span { color: #168fc1; font-size: 10px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.revenue-grid article strong { margin: 13px 0 5px; font-size: 24px; line-height: 1.1 !important; letter-spacing: -1px; }
.revenue-grid article small { color: var(--muted); font-size: 10px; }
.revenue-grid .cost-card { background: var(--ink); color: white; }
.revenue-grid .cost-card > span { color: var(--blue); }
.revenue-grid .cost-card strong { color: white; }
.revenue-grid .cost-card small { color: #9eabb7; }
.data-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.business-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.business-grid article { min-height: 245px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.business-grid article > span { color: #168fc1; font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.business-grid h3 { margin: 28px 0 11px; font-size: 20px; letter-spacing: -.6px; }
.business-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.analytics-proof { background: #f8fbfd; }
.screenshot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.screenshot-card { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 16px 45px rgba(32,106,137,.08); }
.screenshot-card > a { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #eef3f6; }
.screenshot-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.screenshot-card a:hover img { transform: scale(1.015); }
.screenshot-placeholder { position: relative; overflow: hidden; aspect-ratio: 16 / 10; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(145deg,#f8fcfe,#e9f6fc); color: #55717d; }
.screenshot-placeholder:before { content: ""; position: absolute; left: 9%; right: 9%; bottom: 22%; height: 32%; border-bottom: 2px solid rgba(22,143,193,.32); background: linear-gradient(135deg,transparent 9%,rgba(142,216,248,.6) 10% 14%,transparent 15% 27%,rgba(142,216,248,.75) 28% 33%,transparent 34% 47%,rgba(142,216,248,.55) 48% 54%,transparent 55%); clip-path: polygon(0 75%,15% 62%,30% 80%,47% 28%,62% 48%,78% 18%,100% 42%,100% 100%,0 100%); opacity: .8; }
.screenshot-placeholder span, .screenshot-placeholder b, .screenshot-placeholder small { position: relative; z-index: 1; }
.screenshot-placeholder span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: white; color: #168fc1; box-shadow: 0 8px 25px rgba(32,106,137,.12); font-size: 22px; }
.screenshot-placeholder b { margin-top: 2px; font-size: 14px; }
.screenshot-placeholder small { color: #6d7f87; font-size: 10px; }
.screenshot-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; }
.screenshot-card figcaption span { font-size: 13px; font-weight: 850; }
.screenshot-card figcaption small { color: #168fc1; font-size: 10px; font-weight: 700; text-align: right; }

.legal-copy { max-width: 920px; }
.legal-copy h1 { max-width: 850px; }
.legal-copy h2 { margin-top: 46px; font-size: 26px; }
.legal-copy p { font-size: 15px; }
.legal-copy a { color: #0d81b2 !important; font-weight: 750; text-decoration: underline !important; text-underline-offset: 3px; }
.legal-updated { margin-top: 15px; color: var(--muted); font-size: 12px !important; }
.legal-summary { display: flex; flex-direction: column; gap: 7px; margin: 32px 0 44px; padding: 25px 28px; border: 1px solid #bee7f8; border-radius: 16px; background: var(--blue-pale); color: #40515b; font-size: 14px; }
.legal-summary strong { margin-bottom: 3px; color: var(--ink); font-size: 18px; }
.legal-table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); border-radius: 14px; }
.legal-table { width: 100%; border-collapse: collapse; background: white; font-size: 13px; line-height: 1.55; }
.legal-table th { padding: 15px 18px; background: var(--blue-pale); color: var(--ink); text-align: left; }
.legal-table td { padding: 15px 18px; border-top: 1px solid var(--line); color: #4f5966; vertical-align: top; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-contact { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; text-align: center; padding-top: 76px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .trust-line, .hero-actions { justify-content: center; }
  .hero-visual { width: min(570px, 100%); margin: 0 auto; }
  .hero h1 { font-size: clamp(52px, 8vw, 72px); }
  .availability-layout, .catalog-layout, .detail-grid, .sell-process { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; }
  .listing-card { grid-template-columns: .9fr 1.1fr; }
  .feature-grid, .include-grid { grid-template-columns: 1fr 1fr; }
  .process-wrap, .faq-layout, .two-column { grid-template-columns: 1fr; gap: 50px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .detail-copy { text-align: center; }
  .detail-copy > p { margin-left: auto; margin-right: auto; }
  .detail-actions { justify-content: center; }
  .contact-layout { grid-template-columns: 1fr; }
  .business-grid, .revenue-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1240px); }
  .header-inner { height: 70px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 35px; height: 35px; }
  .header-inner > .button { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding: 58px 0 84px; }
  .hero h1 { font-size: 46px; letter-spacing: -3px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .trust-line { gap: 12px; justify-content: center; }
  .featured-card { transform: none; }
  .floating-note { display: none; }
  .channel-cover { height: 175px; padding: 24px; }
  .rome-emblem { width: 102px; height: 102px; right: 18px; }
  .cover-copy b { font-size: 27px; }
  .card-body { padding: 20px; }
  .card-status-row { align-items: flex-start; }
  .verified { text-align: right; }
  .metrics strong { font-size: 16px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .proof-grid > div { min-height: 90px; padding: 18px; }
  .section { padding: 78px 0; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
  .availability-layout { grid-template-columns: 1fr; }
  .catalog-list .listing-card { grid-template-columns: 1fr; }
  .catalog-list .listing-card .channel-cover { min-height: 230px; }
  .listing-card { grid-template-columns: 1fr; }
  .listing-card .channel-cover { min-height: 230px; }
  .availability-note { padding: 34px; }
  .feature-grid, .include-grid { grid-template-columns: 1fr; }
  .process-wrap { gap: 40px; }
  .sold-card { grid-template-columns: 1fr; }
  .sold-body { align-items: flex-start; flex-direction: column; padding: 30px; }
  .sold-facts { width: 100%; grid-template-columns: repeat(3,1fr); gap: 10px; }
  .sell-banner, .contact-card { align-items: flex-start; flex-direction: column; padding: 34px; }
  .faq-layout { gap: 35px; }
  .final-cta > div > div { flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 80px 0; }
  .page-hero h1 { font-size: 50px; letter-spacing: -3px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .catalog-toolbar > div { display: flex; overflow-x: auto; max-width: 100%; }
  .catalog-toolbar button { margin: 0 7px 0 0; }
  .analytics-panel { grid-template-columns: 1fr 1fr; }
  .analytics-panel div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .analytics-panel div:nth-child(4) { border-top: 1px solid var(--line); }
  .detail-nav .shell { overflow-x: auto; }
  .detail-nav a { white-space: nowrap; }
  .detail-visual .channel-cover { height: 220px; }
  .detail-visual .rome-emblem { width: 110px; height: 110px; }
  .detail-visual .cover-copy b { font-size: 32px; }
  .dm-card { padding: 32px; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-options article { padding: 35px; }
  .contact-layout .contact-options, .business-grid, .revenue-grid, .screenshot-grid { grid-template-columns: 1fr; }
  .contact-details { padding: 34px; }
  .screenshot-card figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .screenshot-card figcaption small { text-align: left; }
  .legal-page { padding: 75px 0; }
  .legal-copy h1 { font-size: 44px; letter-spacing: -2.3px; }
  .legal-summary { padding: 22px; }
}
