@font-face { font-family: "Poppins"; src: url("fonts/Poppins-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-300-ext.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-400-ext.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-500-ext.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-600-ext.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/*
 * LISTN platforms site, in the same look as the Listncloud marketing page:
 * black, Poppins Light headings, 4px corners, big pictures with deep shadows, photos under a black tint.
 * The accent comes from Settings (Brand colour) and fills the main buttons.
 */
:root {
  color-scheme: dark;
  --bg: #000; --surface: #121212; --raised: #1c1c1c; --sel: #2a2a2a; --line: #1f1f1f;
  --text: #f5f5f5; --text-2: #b5b5b5; --text-3: #8f8f8f;
  --accent: #fff; --on-accent: #000;
  --display: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius: 4px; --wrap: 1120px; --gap: 24px; --nav-h: 64px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 16px/1.6 var(--display); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 300; }
p { margin: 0; }
.wrap { width: min(var(--wrap), 100% - var(--gap) * 2); margin-inline: auto; }
.wrap.narrow { width: min(780px, 100% - var(--gap) * 2); }
.center { text-align: center; }
.muted { color: var(--text-3); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 50; padding: 8px 14px; border-radius: var(--radius); background: var(--accent); color: var(--on-accent); }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--text-2); outline-offset: 3px; }
[id] { scroll-margin-top: var(--nav-h); }

/* Buttons: solid, never outlined. The light one carries the brand colour. */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 40px; padding: 0 16px; border: 0; border-radius: var(--radius); background: var(--sel); color: var(--text); font: 500 14px/1 var(--display); text-decoration: none; white-space: nowrap; cursor: pointer; transition: background .2s, opacity .2s, transform .2s var(--ease); }
.btn:hover { background: #363636; }
.btn:active { transform: translateY(1px); }
.btn svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn-light { background: var(--accent); color: var(--on-accent); }
.btn-light:hover { background: var(--accent); opacity: .88; }
.btn-sm { height: 34px; padding: 0 14px; font-size: 13px; }
.btn-lg { height: 48px; padding: 0 22px; font-size: 15px; }

/* Shared type */
.kicker { margin: 0 0 12px; color: var(--text-3); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
h2 { font: 300 clamp(28px, 3.6vw, 42px)/1.15 var(--display); letter-spacing: -.005em; }
.lede { max-width: 680px; margin: 20px auto 0; color: var(--text-2); font-size: 18px; line-height: 1.6; }
.sub { margin: 14px 0 0; color: var(--text-2); font-size: 16px; line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.fine { margin: 14px 0 0; color: var(--text-3); font-size: 13.5px; }
.pill { display: inline-flex; align-items: center; height: 22px; margin-left: 8px; padding: 0 8px; border-radius: var(--radius); background: var(--sel); color: var(--text-2); font-size: 11px; font-weight: 600; letter-spacing: .03em; text-transform: none; vertical-align: 1px; white-space: nowrap; }
.pill.is-alone { margin-left: 0; }
.wm { font-weight: 300; letter-spacing: -.02em; white-space: nowrap; }
.wm b { font-weight: 600; color: var(--card-accent, var(--text)); }

/* A photo behind a section, under a black tint (--fade is set per photo in the admin). */
.has-bg { position: relative; isolation: isolate; background: #000; }
.bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bg img { width: 100%; height: 100%; object-fit: cover; }
.bg::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, var(--fade, .7)); }
.has-bg h1, .has-bg h2, .has-bg .lede, .has-bg .kicker, .has-bg .body { text-shadow: 0 2px 24px rgba(0, 0, 0, .5); }

/* Top bar */
.nav { position: sticky; top: 0; z-index: 20; background: rgba(0, 0, 0, .86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: box-shadow .25s; }
.nav.is-scrolled { box-shadow: 0 1px 0 var(--line); }
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--nav-h); }
.brand { display: inline-flex; flex: none; align-items: center; text-decoration: none; }
.brand img { max-width: 180px; max-height: 30px; width: auto; }
.brand-text { font-weight: 600; font-size: 18px; letter-spacing: .14em; }
.nav-links { display: flex; gap: 22px; min-width: 0; margin: 0 auto; }
.nav-links a { color: var(--text-2); font-size: 14px; text-decoration: none; white-space: nowrap; transition: color .15s; }
.nav-links a:hover, .nav-links a[aria-current="true"] { color: var(--text); }
.nav-jump { display: none; margin-left: auto; color: var(--text-2); font-size: 14px; text-decoration: none; }
.nav-jump:hover { color: var(--text); }
.nav-note { color: var(--text-3); font-size: 13px; }

/* Opening */
.hero { position: relative; padding: 88px 0 56px; }
.hero.has-bg { padding: 136px 0 112px; }
.hero.has-bg + .section { padding-top: 64px; }
.hero.has-bg.has-shot { padding-bottom: 64px; }
.hero .bg::after { background: linear-gradient(180deg, rgba(0, 0, 0, var(--fade, .7)) 0%, rgba(0, 0, 0, var(--fade, .7)) 50%, var(--bg) 100%); }
.hero h1 { max-width: 880px; margin: 0 auto; font: 300 clamp(38px, 6vw, 68px)/1.06 var(--display); letter-spacing: -.01em; }
.hero-shot { margin-top: 56px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: 56px; }
.hero-grid h1 { max-width: none; margin: 0; font-size: clamp(36px, 4.3vw, 58px); }
.hero-grid .lede { margin-left: 0; }
.hero-grid .actions { justify-content: flex-start; }
.hero.is-split { padding: 80px 0; }

/* Big pictures of the platforms */
.shot { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--surface); box-shadow: 0 30px 80px rgba(0, 0, 0, .6); }
.shot img { width: 100%; height: auto; }
.tile { display: grid; place-items: center; align-content: center; gap: 16px; aspect-ratio: 16 / 10; padding: 24px; overflow: hidden; border-radius: var(--radius); background: radial-gradient(120% 100% at 30% 0%, #2a2a2a 0%, #171717 55%, #0e0e0e 100%); box-shadow: 0 30px 80px rgba(0, 0, 0, .6); text-align: center; }
.alt .tile { background: radial-gradient(120% 100% at 30% 0%, #303030 0%, #1d1d1d 55%, #151515 100%); }
.tile-mark { font-size: clamp(34px, 5vw, 62px); line-height: 1.1; }
.tile-mark img { max-width: 70%; max-height: 96px; width: auto; margin: 0 auto; }
.tile-host { color: var(--text-3); font-size: 14px; letter-spacing: .04em; }

/* Sections */
.section { position: relative; padding: 96px 0; }
.alt { background: var(--surface); }
.head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.anchor { height: 0; }

/* The platforms at a glance */
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.card { display: flex; flex-direction: column; min-width: 0; padding: 24px; border-radius: var(--radius); background: var(--raised); text-decoration: none; transition: background .2s, transform .2s var(--ease); }
a.card:hover { background: var(--sel); transform: translateY(-2px); }
.card-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; min-height: 22px; margin-bottom: 18px; }
.card-top .pill { margin-left: 0; }
.card-kicker { color: var(--text-3); font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.card-mark { display: flex; align-items: center; min-height: 40px; margin: 0 0 10px; font-size: 28px; line-height: 1.1; }
.card-mark img { max-width: 80%; max-height: 38px; width: auto; }
.card-tag { color: var(--text-2); font-size: 14.5px; line-height: 1.55; }
.card-more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 22px; font-size: 13.5px; font-weight: 600; }
.card-more svg, .faq summary svg { flex: none; width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-more svg { transition: transform .2s var(--ease); }
a.card:hover .card-more svg { transform: translateX(3px); }

/* One section per platform: words on one side, picture on the other */
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: 56px; }
.split.pic-left { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.split.pic-left > .copy { order: 2; }
.show-mark { display: flex; align-items: center; min-height: 40px; margin: 0 0 14px; font-size: 30px; line-height: 1.1; }
.show-mark img { max-width: 240px; max-height: 44px; width: auto; }
.show h2 { font-size: clamp(26px, 3vw, 38px); }
.body { margin-top: 16px; color: var(--text-2); font-size: 16px; line-height: 1.65; }
.ticks { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.ticks li { display: flex; align-items: flex-start; gap: 10px; color: var(--text-2); font-size: 14.5px; line-height: 1.5; }
.ticks svg { flex: none; width: 18px; height: 18px; margin-top: 1px; fill: none; stroke: var(--text); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.go { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin-top: 30px; }
.host { color: var(--text-3); font-size: 13.5px; overflow-wrap: anywhere; }

/* Picture banner */
.banner { position: relative; padding: 136px 0; background: var(--raised); }
.banner h2 { max-width: 820px; margin: 0 auto; font-size: clamp(30px, 4.4vw, 52px); line-height: 1.1; }

/* Questions */
.faq { border-bottom: 1px solid var(--sel); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; font-size: 16.5px; font-weight: 600; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { color: var(--text-3); transition: transform .15s; }
.faq[open] summary svg { transform: rotate(90deg); }
.faq p { margin: -6px 0 20px; color: var(--text-2); font-size: 15px; line-height: 1.65; }

/* Closing */
.final { position: relative; padding: 110px 0; }
.final.has-bg { padding: 136px 0; }
.final h2 { max-width: 820px; margin: 0 auto; }

/* Footer */
.foot { padding: 56px 0 28px; border-top: 1px solid var(--line); background: var(--bg); font-size: 14px; }
.foot-in { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
.foot-brand p { margin-top: 10px; color: var(--text-3); }
.foot-brand a { color: var(--text-2); }
.foot h2 { margin: 0 0 12px; color: var(--text-3); font: 600 12px/1.4 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.foot ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.foot ul a { color: var(--text-2); }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--text); text-decoration: underline; }
.foot-legal { margin-top: 40px; color: var(--text-3); font-size: 13px; }

@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-jump { display: inline; }
}
@media (max-width: 960px) {
  .split, .split.pic-left, .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .split.pic-left > .copy { order: 0; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-in { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  :root { --gap: 16px; }
  .hero { padding: 56px 0 32px; }
  .hero.has-bg { padding: 84px 0 72px; }
  .hero.has-bg.has-shot { padding-bottom: 40px; }
  .hero.is-split { padding: 56px 0; }
  .hero-shot { margin-top: 36px; }
  .lede { font-size: 16px; }
  .section { padding: 64px 0; }
  .banner, .final.has-bg { padding: 88px 0; }
  .final { padding: 72px 0; }
  .grid { grid-template-columns: minmax(0, 1fr); }
  .show-mark { font-size: 26px; }
  .show .tile { display: none; }   /* on a phone the name-only tile just repeats the name above it */
  .go .btn { width: 100%; }
  .actions .btn { flex: 1 1 auto; }
  .nav-note { display: none; }
  .nav-in { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
