:root {
  --ink: #08050d;
  --ink-soft: #100819;
  --panel: #180d24;
  --panel-light: #21102f;
  --purple: #8b24ee;
  --purple-bright: #a83cff;
  --purple-dark: #4c087d;
  --lilac: #d8c1ea;
  --white: #f8f5fb;
  --muted: #b9afc2;
  --amber: #d17830;
  --red: #ff3b4e;
  --green: #38d989;
  --border: rgba(183, 93, 255, .24);
  --shadow: 0 24px 80px rgba(0, 0, 0, .38);
  --radius: 20px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 84px; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
.page-shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(10, 5, 16, .88); border-color: var(--border); backdrop-filter: blur(16px); }
.nav-shell { width: var(--shell); height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; line-height: 1; }
.brand-paw { width: 39px; height: 39px; flex: 0 0 auto; object-fit: contain; }
h1 span, h2 span { color: var(--purple-bright); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #ded6e5; font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-nav a.active { color: white; }
.site-nav .nav-signin { padding: 10px 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; }
.site-nav .nav-signin:hover { background: white; color: var(--ink); }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--ink) url('../images/hero-kitty-studio.png') center/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,4,11,.15) 0%, rgba(7,4,11,.70) 44%, rgba(7,4,11,.94) 72%), linear-gradient(0deg, var(--ink) 0%, transparent 24%); }
.hero::after { content: ""; position: absolute; width: 600px; height: 600px; right: 2%; top: 10%; border-radius: 50%; background: rgba(117, 24, 203, .16); filter: blur(110px); }
.hero-brand { position: absolute; z-index: 3; left: clamp(430px, 34vw, 610px); bottom: clamp(90px, 11vh, 125px); width: clamp(255px, 20vw, 350px); aspect-ratio: 3 / 2; }
.hero-brand img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.hero-content { position: relative; z-index: 2; padding: 150px 0 110px 48%; }
.eyebrow, .section-kicker { color: var(--lilac); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 16px var(--red); animation: pulse 1.7s infinite; }
@keyframes pulse { 50% { opacity: .45; } }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(3.8rem, 7vw, 7.2rem); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.hero-lede { max-width: 610px; margin-bottom: 32px; color: #d0c7d5; font-size: clamp(1rem, 1.7vw, 1.2rem); }
.hero-actions, .support-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #7419c4, #a62cff); box-shadow: 0 10px 35px rgba(133, 31, 224, .28); }
.button-primary:hover { box-shadow: 0 14px 45px rgba(154, 46, 244, .43); }
.button-ghost { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button.full { width: 100%; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 36px; color: #a99daf; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-notes span::before { content: "✓"; color: var(--purple-bright); margin-right: 8px; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; z-index: 3; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 8px; border-radius: 4px; background: white; transform: translateX(-50%); animation: scroll 1.7s infinite; }
@keyframes scroll { 70% { transform: translate(-50%, 15px); opacity: 0; } }

.section { padding: 120px 0; position: relative; }
.intro-section { background: radial-gradient(circle at 85% 25%, rgba(123,25,203,.12), transparent 30%), var(--ink); }
.split-heading { display: grid; grid-template-columns: .9fr 1fr; gap: 12%; align-items: end; }
.section-kicker { color: var(--purple-bright); margin-bottom: 17px; }
.section-kicker.red { color: var(--red); }
.section-kicker.white { color: var(--white); }
h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.paw-trail { display: inline-flex; align-items: center; gap: .08em; margin-left: .08em; font-size: .34em; letter-spacing: 0; vertical-align: middle; }
.paw-trail i { display: inline-block; font-style: normal; line-height: 1; }
.paw-trail i:nth-child(1) { transform: translateY(.34em) rotate(-16deg); }
.paw-trail i:nth-child(2) { transform: translateY(0) rotate(12deg); }
.paw-trail i:nth-child(3) { transform: translateY(-.34em) rotate(-12deg); }
.section-copy { color: var(--muted); font-size: 1.05rem; }
.section-copy p:last-child { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 70px; }
.feature-card { position: relative; min-height: 290px; padding: 35px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg, rgba(36,18,51,.9), rgba(14,8,21,.9)); }
.feature-card:hover { border-color: rgba(172, 69, 255, .56); }
.feature-number { position: absolute; top: 18px; right: 22px; color: rgba(255,255,255,.16); font-size: 12px; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 42px; border: 1px solid var(--border); border-radius: 14px; color: var(--purple-bright); background: rgba(128,0,255,.08); font-size: 24px; }
.feature-card h3 { margin-bottom: 12px; font-size: 1.25rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.process-section { background: linear-gradient(180deg, #12081b, #0c0612); border-block: 1px solid rgba(158,72,224,.1); }
.section-heading.centered { max-width: 740px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 620px; margin: 22px auto 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; }
.process-step { position: relative; padding: 25px 28px; }
.process-step::before { content: ""; position: absolute; top: 18px; bottom: 18px; left: 0; width: 2px; border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 0 5px #fff, 0 0 12px rgba(168,60,255,.95), 0 0 26px rgba(139,36,238,.7); }
.process-step:last-child::after { content: ""; position: absolute; top: 18px; right: 0; bottom: 18px; width: 2px; border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 0 5px #fff, 0 0 12px rgba(168,60,255,.95), 0 0 26px rgba(139,36,238,.7); }
.process-step > span { display: block; margin-bottom: 60px; color: var(--purple-bright); font-size: 12px; font-weight: 800; }
.process-step h3 { margin-bottom: 8px; font-size: 1.1rem; }
.process-step p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.package-section { overflow: hidden; background: radial-gradient(circle at 79% 55%, rgba(133,25,222,.18), transparent 28%), var(--ink); }
.package-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 11%; align-items: center; }
.package-copy h2 { font-size: clamp(2.6rem, 4.4vw, 4.4rem); }
.heading-line { display: block; white-space: nowrap; }
.package-copy > p:not(.section-kicker) { max-width: 620px; margin: 28px 0; color: var(--muted); font-size: 1.05rem; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; padding: 0; list-style: none; }
.check-list li { color: #ded6e4; font-size: .94rem; }
.check-list li::before { content: "✓"; margin-right: 10px; color: var(--purple-bright); font-weight: 900; }
.price-card { position: relative; padding: 32px; border: 1px solid rgba(184,80,255,.48); border-radius: 26px; background: linear-gradient(150deg, rgba(42,17,60,.95), rgba(13,7,19,.98)); box-shadow: var(--shadow), 0 0 80px rgba(117,23,194,.12); }
.price-card::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(199,112,255,.55), transparent 40%); }
.price-card-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.on-air { padding: 7px 12px; border: 1px solid rgba(255,59,78,.45); border-radius: 5px; color: #ff7885; background: rgba(255,59,78,.09); font-weight: 900; text-shadow: 0 0 15px rgba(255,59,78,.6); }
.price { display: flex; align-items: baseline; gap: 4px; margin: 35px 0 24px; }
.price .currency { color: var(--purple-bright); font-size: 1.5rem; font-weight: 900; }
.price strong { font-size: clamp(4rem, 7vw, 6.6rem); line-height: .9; letter-spacing: -.08em; }
.price .period { margin-left: 8px; color: var(--muted); font-size: .85rem; }
.package-specs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 25px; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.package-specs div { padding: 17px; border-bottom: 1px solid var(--border); }
.package-specs div:nth-child(odd) { border-right: 1px solid var(--border); }
.package-specs div:nth-last-child(-n+2) { border-bottom: 0; }
.package-specs strong, .package-specs span { display: block; }
.package-specs strong { font-size: 1.1rem; }
.package-specs span { color: var(--muted); font-size: .75rem; }
.price-card > small { display: block; margin-top: 14px; color: #8f8496; text-align: center; }

.software-section { background: #0d0712; }
.software-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 65px; padding: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.software-list span { min-height: 100px; display: grid; place-items: center; background: #120a1a; color: #e4dbe9; font-size: 1.05rem; font-weight: 700; }
.software-list span:hover { background: #1a0d26; color: var(--purple-bright); }

.support-section { padding-top: 70px; background: #0d0712; }
.support-panel { display: grid; grid-template-columns: 1fr .45fr; gap: 9%; align-items: center; padding: 65px; border: 1px solid var(--border); border-radius: 28px; background: linear-gradient(120deg, #1e0d2c, #100817); box-shadow: var(--shadow); }
.support-copy h2 { font-size: clamp(2rem, 3.2vw, 3.4rem); }
.support-copy > p:not(.section-kicker) { max-width: 670px; margin: 24px 0 30px; color: var(--muted); }
.status-card { display: flex; align-items: center; gap: 17px; padding: 24px; border: 1px solid var(--border); border-radius: 15px; background: rgba(5,3,8,.4); }
.status-light { width: 13px; height: 13px; flex: 0 0 auto; border-radius: 50%; background: #746b78; box-shadow: 0 0 10px rgba(116,107,120,.45); }
.status-card[data-status="green"] .status-light { background: var(--green); animation: status-pulse 2.8s ease-in-out infinite; }
.status-card[data-status="yellow"] .status-light { background: #d6b72d; box-shadow: 0 0 18px rgba(214,183,45,.72); }
.status-card[data-status="red"] .status-light { background: #d8454f; box-shadow: 0 0 18px rgba(216,69,79,.72); }
.status-card[data-status="offline"] .status-light,
.status-card[data-status="checking"] .status-light { background: #746b78; box-shadow: 0 0 10px rgba(116,107,120,.45); }

@keyframes status-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 12px rgba(56,217,137,.55); }
  50% { transform: scale(1.14); box-shadow: 0 0 22px rgba(56,217,137,.95); }
}

@media (prefers-reduced-motion: reduce) {
  .status-card[data-status="green"] .status-light { animation: none; }
}
.status-card small, .status-card strong { display: block; }
.status-card small { color: var(--muted); }

.final-cta { padding: 150px 0; text-align: center; background: radial-gradient(circle, rgba(124,22,210,.22), transparent 39%), #09050d; }
.paw-mark { display: block; width: 62px; height: 62px; margin: 0 auto 25px; object-fit: contain; }
.final-cta h2 { margin-bottom: 20px; }
.final-cta > .page-shell > p:not(.section-kicker) { color: var(--muted); }
.final-cta .button { margin-top: 18px; }

.site-footer { padding: 55px 0 22px; border-top: 1px solid var(--border); background: #07040a; }
.footer-grid .brand {
  width: fit-content;
  max-width: 100%;
}

.footer-grid .brand-logo-frame {
  display: block;
  width: 185px;
  min-width: 0;
}

.footer-grid .brand-logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr 1fr; gap: 50px; align-items: center; }
.footer-grid > p { margin: 0; color: var(--muted); font-size: .88rem; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); font-size: .82rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); color: #716778; font-size: .72rem; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 78px 0 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 35px 20px; background: rgba(9,5,14,.98); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 16px 10px; border-bottom: 1px solid var(--border); font-size: 1rem; }
  .site-nav .nav-signin { width: auto; margin-top: 22px; padding-inline: 25px; }
  .nav-toggle { display: block; }
  .hero::before { background: linear-gradient(90deg, rgba(7,4,11,.28), rgba(7,4,11,.82) 55%, rgba(7,4,11,.95)); }
  .hero-content { padding-left: 39%; }
  .hero-brand { left: 48vw; bottom: clamp(82px, 10vh, 108px); width: clamp(210px, 27vw, 285px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step::before { display: none; }
  .process-step:nth-child(even)::before { content: ""; display: block; position: absolute; top: 18px; bottom: 18px; left: 0; width: 2px; border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 0 5px #fff, 0 0 12px rgba(168,60,255,.95), 0 0 26px rgba(139,36,238,.7); }
  .process-step:nth-child(n+3)::after { content: ""; position: absolute; top: 0; right: 18px; left: 18px; height: 2px; border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 0 5px #fff, 0 0 12px rgba(168,60,255,.95), 0 0 26px rgba(139,36,238,.7); }
  .package-layout, .support-panel { grid-template-columns: 1fr; }
  .price-card { max-width: 620px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .nav-shell { height: 68px; }
  .site-nav { inset-block-start: 68px; }
  .hero { min-height: 860px; background-position: 31% center; align-items: flex-end; }
  .hero::before { background: linear-gradient(0deg, rgba(7,4,11,1) 10%, rgba(7,4,11,.72) 59%, rgba(7,4,11,.18)); }
  .hero-content { padding: 380px 0 95px; }
  .hero-brand { top: 350px; bottom: auto; left: 58%; width: 190px; transform: none; }
  h1 { font-size: clamp(3.4rem, 18vw, 5.4rem); }
  .scroll-cue { display: none; }
  .section { padding: 85px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .feature-grid { margin-top: 45px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step::before, .process-step:nth-child(even)::before { display: none; }
  .process-step:nth-child(n+2)::after { content: ""; position: absolute; top: 0; right: 18px; left: 18px; height: 2px; border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 0 5px #fff, 0 0 12px rgba(168,60,255,.95), 0 0 26px rgba(139,36,238,.7); }
  .process-step > span { margin-bottom: 25px; }
  .check-list { grid-template-columns: 1fr; }
  .heading-line { white-space: normal; }
  .price-card { padding: 24px 18px; }
  .software-list { grid-template-columns: 1fr 1fr; }
  .software-list span { min-height: 80px; font-size: .9rem; }
  .support-panel { padding: 34px 22px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Alexandria header radio */
.header-brand-tools {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: 16px;
}

.header-radio {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
}

.radio-play {
  display: grid;
  width: 22px;
  height: 32px;
  min-width: 22px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  filter: drop-shadow(0 0 7px rgba(166,44,255,.42));
  transition: color .2s ease, filter .2s ease, transform .2s ease;
}

.radio-play:hover,
.radio-play:focus-visible {
  color: var(--purple-bright);
  background: transparent;
  outline: none;
  filter: drop-shadow(0 0 9px rgba(166,44,255,.8));
  transform: scale(1.08);
}

/* Standalone play triangle */
.radio-play-icon {
  display: block;
  width: 0;
  height: 0;
  overflow: visible;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid currentColor;
  font-size: 0;
  line-height: 0;
}

/* Two clean pause bars */
.header-radio.is-playing .radio-play-icon {
  width: 15px;
  height: 18px;
  border: 0;
  background:
    linear-gradient(
      to right,
      currentColor 0 5px,
      transparent 5px 10px,
      currentColor 10px 15px
    );
}

/* Completely absent until the stream is playing */
.radio-volume-flyout {
  display: none;
  height: 32px;
  align-items: center;
}

.header-radio.is-playing .radio-volume-flyout {
  display: flex;
  animation: radio-volume-in .22s ease both;
}

@keyframes radio-volume-in {
  from {
    width: 0;
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    width: 100px;
    opacity: 1;
    transform: translateX(0);
  }
}

.radio-volume {
  width: 100px;
  height: 4px;
  margin: 0;
  accent-color: var(--purple-bright);
  cursor: pointer;
}

@media (max-width: 760px) {
  .header-brand-tools { gap: 12px; }
  .header-radio { gap: 9px; }
  .radio-volume,
  .header-radio.is-playing .radio-volume-flyout { width: 72px; }
}



/* Purple navigation rollover */
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--purple-bright);
  text-shadow: 0 0 10px rgba(166,44,255,.72);
  outline: none;
}

.site-nav .nav-signin:hover,
.site-nav .nav-signin:focus-visible {
  border-color: var(--purple-bright);
  background: rgba(117,24,203,.18);
  color: var(--purple-bright);
  box-shadow: 0 0 18px rgba(166,44,255,.32);
  text-shadow: 0 0 10px rgba(166,44,255,.72);
}


/* Exact header rollover colour */
.radio-play:hover,
.radio-play:focus-visible {
  color: #a93bfe;
  filter: drop-shadow(0 0 9px rgba(169,59,254,.8));
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #a93bfe;
  text-shadow: 0 0 10px rgba(169,59,254,.72);
}

.site-nav .nav-signin:hover,
.site-nav .nav-signin:focus-visible {
  border-color: #a93bfe;
  color: #a93bfe;
  background: rgba(169,59,254,.18);
  box-shadow: 0 0 18px rgba(169,59,254,.32);
  text-shadow: 0 0 10px rgba(169,59,254,.72);
}


/* ShoutCat Live subscription popup */
.subscribe-dialog {
  width: min(1060px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(169, 59, 254, .72);
  border-radius: 24px;
  background: #09050d;
  color: white;
  box-shadow:
    0 0 30px rgba(169, 59, 254, .38),
    0 30px 100px rgba(0, 0, 0, .82);
}

.subscribe-dialog::backdrop {
  background: rgba(3, 1, 6, .84);
  backdrop-filter: blur(9px);
}

.subscribe-dialog[open] {
  animation: subscribe-dialog-in .24s ease both;
}

@keyframes subscribe-dialog-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.975);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.subscribe-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 570px;
  overflow: hidden;
  border-radius: inherit;
  background:
    radial-gradient(circle at 82% 20%, rgba(169, 59, 254, .17), transparent 35%),
    #09050d;
}

.subscribe-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 5;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(8, 4, 12, .76);
  color: white;
  font: 300 28px/1 sans-serif;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease,
              box-shadow .2s ease, transform .2s ease;
}

.subscribe-close:hover,
.subscribe-close:focus-visible {
  color: #a93bfe;
  border-color: #a93bfe;
  box-shadow: 0 0 18px rgba(169, 59, 254, .48);
  outline: none;
  transform: rotate(5deg) scale(1.06);
}

.subscribe-art {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background:
    #07030b url("../images/hero-kitty-studio.png")
    25% center / cover no-repeat;
}

.subscribe-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 42%, rgba(9, 5, 13, .9) 100%),
    linear-gradient(0deg, rgba(7, 3, 11, .9), transparent 42%);
}

.subscribe-art-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 35%, transparent 10%, rgba(0, 0, 0, .12) 65%),
    linear-gradient(135deg, rgba(169, 59, 254, .08), transparent 60%);
}

.subscribe-logo {
  position: absolute;
  top: 28px;
  left: 28px;
  width: min(300px, 62%);
  filter: drop-shadow(0 0 14px rgba(169, 59, 254, .42));
}

.subscribe-on-air {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 8px 13px;
  border: 2px solid #ff344b;
  border-radius: 5px;
  color: #ff5265;
  background: rgba(40, 0, 6, .58);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  text-shadow: 0 0 9px #ff1834;
  box-shadow:
    inset 0 0 12px rgba(255, 24, 52, .28),
    0 0 16px rgba(255, 24, 52, .42);
  transform: rotate(-2deg);
}

.subscribe-details {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 50px 46px 38px;
  flex-direction: column;
  justify-content: center;
}

.subscribe-live {
  margin: 0 0 14px;
  color: #ff344b;
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 950;
  line-height: .8;
  letter-spacing: .05em;
  text-shadow:
    0 0 7px #ff1732,
    0 0 22px rgba(255, 23, 50, .75);
}

.subscribe-details h2 {
  margin: 5px 0 22px;
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  line-height: .93;
}

.subscribe-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.subscribe-specs div {
  padding: 12px 14px;
  border: 1px solid rgba(169, 59, 254, .72);
  border-radius: 8px;
  background: rgba(19, 8, 28, .68);
  box-shadow: inset 0 0 14px rgba(169, 59, 254, .06);
}

.subscribe-specs strong,
.subscribe-specs span {
  display: block;
}

.subscribe-specs strong {
  font-size: 1rem;
}

.subscribe-specs span {
  margin-top: 2px;
  color: #b9afbf;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.subscribe-price {
  display: flex;
  margin: 22px 0 4px;
  align-items: baseline;
  gap: 8px;
}

.subscribe-price .subscribe-currency {
  color: #a93bfe;
  font-size: .78rem;
  font-weight: 900;
}

.subscribe-price strong {
  font-size: 2.7rem;
  letter-spacing: -.055em;
}

.subscribe-price > span:last-child {
  color: #aaa0af;
  font-size: .82rem;
}

.subscribe-renewal {
  margin: 0 0 18px;
  color: #aaa0af;
  font-size: .75rem;
  line-height: 1.45;
}

.follow-kitty-button {
  display: flex;
  width: 100%;
  min-height: 62px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #c777ff;
  border-radius: 10px;
  background: linear-gradient(135deg, #7419c4, #a93bfe);
  color: white;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, .12),
    0 0 15px rgba(169, 59, 254, .65),
    0 0 34px rgba(169, 59, 254, .35);
  transition: transform .2s ease, box-shadow .2s ease,
              filter .2s ease;
}

.follow-kitty-button:hover,
.follow-kitty-button:focus-visible {
  outline: none;
  filter: brightness(1.12);
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, .18),
    0 0 20px rgba(169, 59, 254, .82),
    0 0 44px rgba(169, 59, 254, .48);
}

.follow-kitty-paws {
  white-space: nowrap;
  font-size: .82rem;
  letter-spacing: -.15em;
}

.subscribe-secure {
  display: block;
  margin-top: 11px;
  color: #8e8394;
  text-align: center;
  font-size: .68rem;
}

body.subscribe-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .subscribe-dialog {
    width: min(520px, calc(100% - 20px));
    max-height: calc(100svh - 20px);
    border-radius: 18px;
  }

  .subscribe-panel {
    grid-template-columns: 1fr;
  }

  .subscribe-art {
    min-height: 235px;
    background-position: 29% 38%;
  }

  .subscribe-art::before {
    background: linear-gradient(0deg, #09050d 0%, transparent 55%);
  }

  .subscribe-logo {
    top: 18px;
    left: 18px;
    width: 190px;
  }

  .subscribe-on-air {
    bottom: 20px;
    left: 20px;
  }

  .subscribe-details {
    padding: 20px 20px 28px;
  }

  .subscribe-live {
    font-size: 3rem;
  }

  .subscribe-details h2 {
    font-size: 2.25rem;
  }

  .subscribe-specs {
    gap: 6px;
  }

  .subscribe-price {
    margin-top: 18px;
  }

  .follow-kitty-button {
    flex-direction: column;
    gap: 2px;
  }
}


/* Subscription popup viewport fit */
@media (min-width: 761px) {
  .subscribe-dialog {
    height: min(680px, calc(100svh - 48px));
    overflow: hidden;
  }

  .subscribe-panel {
    height: 100%;
    min-height: 0;
  }

  .subscribe-art {
    min-height: 0;
    background-position: 25% 52%;
  }

  .subscribe-logo {
    top: 22px;
    left: 24px;
    width: min(270px, 58%);
  }

  .subscribe-details {
    min-height: 0;
    padding: 34px 44px 26px;
  }

  .subscribe-live {
    margin-bottom: 10px;
    font-size: clamp(3.2rem, 4.8vw, 4.65rem);
  }

  .subscribe-details .section-kicker {
    margin-bottom: 8px;
  }

  .subscribe-details h2 {
    margin: 2px 0 16px;
    font-size: clamp(2.25rem, 3.15vw, 3.15rem);
    line-height: .92;
  }

  .subscribe-specs div {
    padding: 10px 13px;
  }

  .subscribe-price {
    margin-top: 15px;
  }

  .subscribe-price strong {
    font-size: 2.45rem;
  }

  .subscribe-renewal {
    margin-bottom: 13px;
  }

  .follow-kitty-button {
    min-height: 56px;
  }

  .subscribe-secure {
    margin-top: 7px;
  }
}

@media (min-width: 761px) and (max-height: 760px) {
  .subscribe-dialog {
    height: calc(100svh - 24px);
  }

  .subscribe-details {
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .subscribe-live {
    font-size: 3rem;
  }

  .subscribe-details h2 {
    font-size: 2.15rem;
    margin-bottom: 11px;
  }

  .subscribe-specs div {
    padding: 8px 11px;
  }

  .subscribe-price {
    margin-top: 10px;
  }

  .subscribe-renewal {
    margin-bottom: 9px;
  }
}


/* Centre popup Hero Kitty */
@media (min-width: 761px) {
  .subscribe-art {
    background-position: 8% 52%;
  }

  .subscribe-logo {
    top: 24px;
    left: 50%;
    width: min(270px, 56%);
    transform: translateX(-50%);
  }

  .subscribe-on-air {
    right: auto;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
  }
}

@media (max-width: 760px) {
  .subscribe-art {
    background-position: 7% 40%;
  }

  .subscribe-logo {
    left: 50%;
    transform: translateX(-50%);
  }

  .subscribe-on-air {
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
  }
}


/* White checkout pawprints */
.follow-kitty-paws {
  color: white;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 1;
  text-shadow: 0 0 7px rgba(255, 255, 255, .65);
}


/* PayPal checkout states */
.subscribe-payment-status {
  min-height: 18px;
  margin: 7px 0 0;
  color: #c8bdce;
  text-align: center;
  font-size: .72rem;
  line-height: 1.4;
}

.subscribe-payment-status.is-error {
  color: #ff7885;
}

.subscribe-payment-status.is-success {
  color: #72e3ae;
}

.follow-kitty-button:disabled {
  cursor: wait;
  opacity: .76;
  transform: none;
}

.follow-kitty-button.is-loading {
  background:
    linear-gradient(110deg, #7419c4 20%, #c469ff 45%, #7419c4 70%);
  background-size: 220% 100%;
  animation: paypal-kitty-loading 1.15s linear infinite;
}

@keyframes paypal-kitty-loading {
  to { background-position: -220% 0; }
}
