/* Palette, Manrope, gold surfaces and orbital treatment from the masterclass. */
:root {
  color-scheme: dark;
  --background: #020202;
  --foreground: #f7f1e3;
  --gold-soft: #f8df9b;
  --gold: #d6aa4f;
  --gold-deep: #8a6326;
  --panel: rgba(17, 15, 11, .7);
  --line-gold: rgba(232, 190, 104, .18);
  --muted: #aaa69c;
  --font-manrope: 'Manrope', Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-manrope); -webkit-font-smoothing: antialiased; text-align: center; }
::selection { background: rgba(218, 171, 79, .36); }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 6px; }
svg { display: block; width: 100%; height: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(76px, 9vw, 132px); }
.eyebrow { display: flex; justify-content: center; align-items: center; gap: 12px; color: var(--gold); font-size: 10px; font-weight: 700; line-height: 1.6; letter-spacing: .17em; }
.gold-text { color: var(--gold-soft); background: linear-gradient(105deg, #fff2cf 0%, #e5bc63 44%, #bd842f 76%, #fff0c9 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 16px 24px; border-radius: 8px; color: #020202; background: var(--gold-soft); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.hero { position: relative; isolation: isolate; padding-block: clamp(56px, 6vw, 90px) clamp(70px, 8vw, 110px); }
.hero-content { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; align-items: center; }
h1 { margin: 0; font-size: clamp(50px, 6.7vw, 88px); line-height: 1.04; letter-spacing: -.065em; font-weight: 800; }
.hero-description { max-width: 580px; margin: 30px auto 0; color: #b9b4aa; font-size: clamp(16px, 1.5vw, 18px); line-height: 1.8; }
.hero-actions { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; margin-top: 28px; width: min(100%, 400px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 60px; padding: 18px 30px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; line-height: 1.4; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, filter 180ms ease; }
.button span { font-size: 20px; line-height: 1; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0); }
.button-gold { color: #080604; background: linear-gradient(115deg, #f8df9b, #d6aa4f 66%, #bd842f); border-color: #f7d98870; box-shadow: 0 8px 36px #bb88251c, inset 0 1px 0 #fff6d66b; }
.button-gold:hover { filter: brightness(1.1); box-shadow: 0 12px 42px #bb882535, inset 0 1px 0 #fff6d66b; }
.start-date { color: #a49a87; font-size: 11px; line-height: 1.6; }
.hero-halo { position: absolute; width: min(100%, 760px); aspect-ratio: 1; left: 50%; top: 43%; transform: translate(-50%, -50%); z-index: -1; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, #b3883410, #a57b2508 35%, transparent 66%); }
.hero-halo span { position: absolute; inset: 10%; border-radius: 50%; border: 1px solid #d6aa4f12; transform: rotate(-32deg); }
.hero-halo span:nth-child(2) { inset: 20%; border-color: #d6aa4f0c; }
.hero-halo span:nth-child(3) { inset: 0; border-color: #d6aa4f09; }
.hero-portrait { position: relative; width: min(100%, 400px); aspect-ratio: 1; margin: 34px auto 0; overflow: hidden; border: 1px solid var(--line-gold); border-radius: 22px; background: #100d08; }
.hero-portrait > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.section-heading { margin-bottom: 48px; }
h2 { margin-top: 18px; font-size: clamp(32px, 4vw, 52px); font-weight: 800; line-height: 1.18; letter-spacing: -.045em; }
.results { display: block; }
.results .section-heading { position: static; }
.results-list { list-style: none; padding: 0; margin: 0 auto; max-width: 800px; text-align: left; }
.results-list li { display: flex; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line-gold); align-items: baseline; }
.results-list li:first-child { padding-top: 0; }
.list-number { flex: 0 0 42px; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.2; color: #edc25f; font-variant-numeric: tabular-nums; text-shadow: 0 0 18px #d6aa4f1a; }
.results-list p { flex: 1; color: #aaa69c; font-size: 16px; line-height: 1.75; }
.results-list strong { color: var(--foreground); font-weight: 700; }
.heading-row { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.section-note { color: #c0b9a9; font-size: 13px; line-height: 1.8; }
.features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; }
.feature-card { border: 1px solid var(--line-gold); border-radius: 20px; background: linear-gradient(130deg, #18150f9c, #0a090780); transition: border-color 220ms, background 220ms; }
.feature-card:hover, .feature-card[open] { border-color: #d6aa4f66; background: linear-gradient(130deg, #201b129c, #0d0b0880); }
.feature-card summary { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 29px; align-content: start; align-items: center; gap: 18px 10px; min-height: 160px; padding: 26px 28px; cursor: pointer; list-style: none; }
.feature-card summary::-webkit-details-marker { display: none; }
.feature-icon { display: block; grid-column: 1 / -1; width: 33px; height: 33px; margin: 0; color: #d6b570; }
.feature-icon svg { fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.feature-title { display: block; width: 100%; font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -.02em; text-align: left; }
.plus { position: relative; width: 29px; height: 29px; border: 1px solid #d6aa4f40; border-radius: 50%; transition: transform 260ms ease, background 180ms; }
.plus::before, .plus::after { content: ''; position: absolute; top: 13px; left: 9px; width: 9px; height: 1px; background: var(--gold-soft); }
.plus::after { transform: rotate(90deg); }
.feature-card[open] .plus { transform: rotate(45deg); background: #d6aa4f12; }
.feature-content { overflow: hidden; }
.feature-copy { padding: 0 28px 28px; font-size: 14px; color: #b8b2a6; line-height: 1.85; text-align: left; }
.feature-copy p + p { margin-top: 14px; }
.feature-copy ul { padding: 0; margin: 14px 0; list-style: none; }
.feature-copy li::marker { color: var(--gold); }
.feature-copy strong { color: #e8d7b3; }
.cycle { padding-top: 15px; border-top: 1px solid var(--line-gold); }
.manifesto { position: relative; margin: 104px auto 0; padding: 0; max-width: 940px; isolation: isolate; }
.manifesto h3 { margin-bottom: 26px; font-size: clamp(26px, 3vw, 36px); line-height: 1.25; letter-spacing: -.04em; }
.manifesto p { max-width: 650px; margin: 22px auto 0; color: #c5bfa9; font-size: 15px; line-height: 1.85; }
.manifesto .manifesto-aside { margin-top: 26px; font-size: 13px; color: #ada58f; }
.participation { border: 0; }
.launch-panel { display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 0; max-width: 790px; margin: 0 auto; }
.launch-panel h2 { font-size: clamp(30px, 3vw, 40px); }
.launch-intro { max-width: 520px; margin: 23px auto 0; color: #b6ae9e; font-size: 15px; line-height: 1.8; }
.launch-intro strong { color: var(--gold-soft); font-weight: 700; }
.launch-list { display: grid; gap: 24px; list-style: none; padding: 0; margin: 0; width: 100%; }
.launch-list li { position: relative; padding-inline: 30px; color: #c1b9a9; font-size: 14px; line-height: 1.8; text-align: left; }
.launch-list li > span { position: absolute; left: 0; top: 0; color: var(--gold); font-size: 20px; }
.pricing-heading { margin: 78px 0 50px; text-align: center; }
.pricing-heading h2 { font-size: clamp(30px, 3.5vw, 44px); }
.pricing-heading p { margin-top: 18px; color: #a59d8d; font-size: 14px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 40px 28px 28px; border: 1px solid #bb98564d; border-radius: 22px; background: radial-gradient(ellipse at 50% 0%, #ba8b3020, transparent 65%), linear-gradient(155deg, #18150f, #090807); box-shadow: inset 0 1px #ffe7ad14, 0 16px 40px #00000040; transition: border-color 220ms, box-shadow 220ms; }
.plan-kicker { display: flex; align-items: center; justify-content: center; margin: 0; max-width: 49%; min-height: 32px; padding: 6px 10px; border: 1px solid #c3af7959; border-radius: 999px; font-size: 9px; letter-spacing: .06em; font-weight: 800; line-height: 1.45; text-align: center; }
.price-card h3 { margin: 0; font-size: clamp(21px, 2.2vw, 28px); letter-spacing: -.04em; font-weight: 700; text-align: left; white-space: nowrap; }
.price { margin: 0; color: #fff; font-size: clamp(36px, 3.5vw, 46px); font-weight: 800; line-height: 1.1; letter-spacing: -.05em; white-space: nowrap; }
.price span { font-size: .65em; font-weight: 500; color: inherit; }
.monthly { display: flex; flex-direction: column; gap: 3px; margin: 0; padding-left: 12px; border-left: 1px solid #d6aa4f38; font-size: 11px; color: #c5b38b; line-height: 1.3; text-align: left; white-space: nowrap; }
.plan-description { flex: 1; margin-block: 25px 30px; padding-top: 25px; border-top: 1px solid var(--line-gold); color: #fff; font-size: 14px; line-height: 1.8; }
.price-card .button { width: 100%; justify-content: center; min-height: 56px; padding-inline: 24px; text-align: center; }
.button-outline { border-color: #d6aa4f70; color: #f6e7c4; background: linear-gradient(120deg, #d6aa4f17, #d6aa4f0a); box-shadow: inset 0 1px #fff0cf0a; }
.button-outline:hover { background: #d6aa4f15; border-color: #d6aa4f99; }
.featured { border-color: #d6aa4fa6; background: radial-gradient(ellipse at 50% 0%, #b9872838, transparent 85%), #141008; box-shadow: inset 0 1px #ffe7ad30, 0 0 65px #d6aa4f0c; }
.plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 7px 16px; border-radius: 999px; color: #f3d58f; border: 1px solid #9f7a37; background: #251e10; font-size: 10px; font-weight: 600; white-space: nowrap; }
.plan-badge span { margin-right: 5px; }
.pricing-note { max-width: 520px; margin: 28px auto 0; color: #a29989; font-size: 12px; text-align: center; line-height: 1.8; }
.final-section { display: flex; flex-direction: column; align-items: center; text-align: center; }
.final-section h2 { margin-top: 24px; }
.final-cta-shell { --orbit-size: min(76vw, 570px); position: relative; display: grid; place-items: center; width: var(--orbit-size); min-height: var(--orbit-size); margin-top: 45px; padding: 68px; isolation: isolate; }
.final-cta-shell::after { position: absolute; inset: 10%; z-index: -1; border-radius: 50%; content: ''; background: radial-gradient(circle, #ad7e2d19, transparent 68%); }
.final-cta-orbit { position: absolute; width: var(--orbit-size); height: var(--orbit-size); top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; pointer-events: none; }
/* The reference's conic-gradient ring and fading comet share one rotation,
   keeping the golden point aligned with its luminous tail. */
.final-cta-orbit::before, .comet-tail { position: absolute; inset: 0; border-radius: inherit; -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1.5px), #000 calc(100% - 1px), #000 calc(100% - .2px), transparent 100%); mask: radial-gradient(farthest-side, transparent calc(100% - 1.5px), #000 calc(100% - 1px), #000 calc(100% - .2px), transparent 100%); }
.final-cta-orbit::before { content: ''; background: conic-gradient(from -24deg, #e8be6824, #e8be6870 9%, #e8be682e 23%, #e8be6814 45%, #e8be685c 68%, #e8be681f 84%, #e8be6824); }
.comet-rotation { position: absolute; inset: 0; border-radius: inherit; animation: orbit-line 24s linear infinite; }
.comet-tail { background: conic-gradient(from 0deg, transparent 0deg 300deg, #e8be681f 324deg, #ffe199e6 359deg, transparent 360deg); filter: drop-shadow(0 0 10px #eec4696b); }
.comet-dot { position: absolute; top: 0; left: 50%; width: 9px; height: 9px; border-radius: 50%; transform: translate(-50%, -50%); background: #f4cf7c; box-shadow: 0 0 16px #f4cf7cc7, 0 0 34px #f4cf7c57; }
.final-cta-content { position: relative; display: grid; justify-items: center; gap: 20px; z-index: 1; max-width: 400px; }
.final-cta-content > p { color: #b9b1a3; font-size: 15px; line-height: 1.85; }
.final-cta-content .final-quote { font-size: clamp(18px, 2.1vw, 25px); font-weight: 600; letter-spacing: -.025em; color: #f3e8d1; }
.final-divider { width: 32px; height: 1px; background: #d6aa4f66; }
.final-cta-content .button { margin-top: 10px; }
.motion-paused .comet-rotation { animation-play-state: paused; }
@keyframes orbit-line { to { transform: rotate(360deg); } }
.contact-section { display: flex; flex-direction: column; align-items: center; text-align: center; padding-block: 80px; }
.contact-section > p:not(.eyebrow) { margin-top: 19px; color: #b1a99a; font-size: 15px; line-height: 1.8; }
.button-telegram { margin-top: 32px; min-width: 310px; background: linear-gradient(125deg, #299dcb, #2189b4 65%, #207fa6); border-color: #72c9e999; box-shadow: 0 14px 38px #1c89b21f, inset 0 1px #c5f0ff59; color: #fff; gap: 18px; }
.button-telegram svg { width: 19px; height: 19px; fill: currentColor; }
.button-telegram:hover { filter: brightness(1.16); }
.social-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px; margin-top: 32px; color: #d1ccbf; font-size: 13px; font-weight: 700; }
.social-links a { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 14px 24px; border: 1px solid #d6aa4f38; border-radius: 999px; background: #0c0c0b; transition: color 180ms, border-color 180ms, background 180ms; }
.social-links a:hover { color: var(--gold-soft); border-color: #d6aa4f70; background: #14120d; }
.site-footer { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-block: 30px 40px; border-top: 1px solid #d6aa4f1a; color: #91897b; font-size: 10px; line-height: 1.9; }
.site-footer > p { margin: 0; }
.site-footer > a { display: grid; place-items: center; min-width: 88px; min-height: 44px; padding-inline: 18px; border: 1px solid var(--line-gold); border-radius: 999px; color: var(--gold); font-size: 11px; transition: background 180ms; }
.site-footer > a:hover { background: #d6aa4f15; }

.feature-copy li::before { content: "·"; margin-right: 8px; color: var(--gold); }


.price-card::before { content: ""; position: absolute; left: 18%; right: 18%; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #f8df9b99, transparent); }
.price-card:hover { border-color: #d6aa4f99; box-shadow: inset 0 1px #ffe7ad24, 0 16px 44px #d6aa4f09; }
.price-card:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 6px; }
.price-stack { display: grid; grid-template-rows: auto 28px auto; align-content: start; gap: 10px; margin-top: 28px; padding-top: 23px; border-top: 1px solid var(--line-gold); }

.social-links svg { width: 22px; height: 22px; flex: 0 0 22px; fill: currentColor; }
.social-telegram svg { color: #32b7e5; }
.social-youtube svg { color: #ff4848; }
.social-youtube .youtube-play { fill: #0c0c0b; }
/* A fine, tapered gold divider marks each new screen. */
main > section { position: relative; }
main > section + section::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 2px; background: linear-gradient(90deg, transparent, #a47a3159 20%, #e9c267 50%, #a47a3159 80%, transparent); clip-path: polygon(0 50%, 42% 0, 58% 0, 100% 50%, 58% 100%, 42% 100%); pointer-events: none; }
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card { padding: 34px 20px 22px; }
  .price { font-size: 42px; }
  .pricing-grid { gap: 12px; }
  .plan-kicker { font-size: 8px; letter-spacing: .09em; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 20px; }
  .container { width: calc(100% - 40px); }
  .hero { padding-block: 48px 70px; }
  h1 { font-size: clamp(43px, 10.5vw, 67px); line-height: 1.07; }
  .hero-portrait { width: min(100%, 400px); margin-top: 28px; border-radius: 20px; }
  .hero-description { margin-top: 26px; font-size: 15px; max-width: 370px; }
  .hero-actions { gap: 17px; margin-top: 26px; }
  .hero-actions .button { min-width: 235px; }
  .start-date { font-size: 10px; }
  .hero-halo { top: 37%; opacity: .7; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; }
  .section { padding-block: 70px; }
  .section-heading { margin-bottom: 34px; }
  h2 { font-size: clamp(30px, 7.8vw, 40px); margin-top: 0; }
  .results-list li { gap: 18px; padding: 23px 0; }
  .results-list li:first-child { padding-top: 0; }
  .list-number { flex-basis: 32px; font-size: 23px; }
  .results-list p { font-size: 15px; }
  .heading-row { gap: 18px; }
  .section-note { font-size: 12px; }
  .features-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card { border-radius: 16px; }
  .feature-card summary { display: grid; grid-template-columns: 29px minmax(0, 1fr) 29px; min-height: 108px; align-content: center; align-items: center; gap: 14px; padding: 24px 22px; }
  .feature-icon { grid-column: auto; width: 29px; height: 29px; margin: 0; }
  .feature-title { font-size: 18px; padding: 0; }
  .plus { position: relative; inset: auto; }
  .feature-copy { padding: 0 22px 24px; font-size: 14px; }
  .manifesto { margin-top: 72px; }
  .manifesto h3 { font-size: clamp(22px, 6vw, 28px); }
  .manifesto p { font-size: 14px; }
  .manifesto .manifesto-aside { font-size: 12px; }
  .launch-panel { gap: 26px; }
  .launch-intro { font-size: 14px; margin-top: 20px; }
  .launch-list { gap: 24px; }
  .launch-list li { font-size: 14px; padding-inline: 24px; }
  .launch-list li > span { font-size: 18px; }
  .pricing-heading { margin: 55px 0 33px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 30px; }
  .price-card { padding: 34px 26px 26px; }
  .plan-kicker { font-size: 9px; letter-spacing: .14em; }
  .price-card h3 { font-size: 25px; }
  .price { font-size: clamp(38px, 10vw, 48px); }
  .price-stack { margin-top: 28px; min-height: 0; }
  .plan-description { margin-block: 23px; padding-top: 21px; }
  .pricing-note { font-size: 11px; }
  .final-section h2 { font-size: clamp(28px, 7.2vw, 39px); margin-top: 0; }
  .final-cta-shell { --orbit-size: calc(100vw - 42px); width: 100%; min-height: var(--orbit-size); margin-top: 38px; padding: 40px 27px; }
  .final-cta-content { gap: 15px; }
  .final-cta-content > p { font-size: 13px; line-height: 1.85; }
  .final-cta-content .final-quote { font-size: 18px; }
  .final-cta-content .button { min-height: 54px; padding: 16px 25px; font-size: 12px; }
  .contact-section > p:not(.eyebrow) { font-size: 14px; }
  .button-telegram { min-width: 0; width: 100%; max-width: 345px; font-size: 12px; gap: 16px; padding-inline: 20px; }
  .social-links { gap: 10px; font-size: 11px; width: 100%; }
  .social-links a { gap: 8px; padding: 12px 14px; min-height: 52px; }
  .social-links svg { width: 19px; height: 19px; flex-basis: 19px; }
  .site-footer { padding-block: 24px 30px; font-size: 9px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .feature-card summary { padding-inline: 18px; gap: 12px; }
  .feature-title { font-size: 16px; }
  .final-cta-shell { padding-inline: 15px; }
  .final-cta-content .final-quote { font-size: 16px; }
  .social-links a { padding-inline: 12px; font-size: 10px; }
}

/* An old all-in-one terminal: worn casing, deep bezel, phosphor and hardware. */
.monitor-case { position: relative; padding: 34px 32px 14px; border: 1px solid #76684c; border-radius: 18px 18px 11px 11px; background: repeating-radial-gradient(circle at 13% 27%, #00000000 0 2px, #0000000a 3px 4px), linear-gradient(115deg, #4b4434, #302c23 48%, #40392b); box-shadow: inset 3px 3px 0 #b9a57925, inset -4px -5px 0 #100f0ad9, 9px 12px 0 -3px #1d1b16, 14px 22px 32px #000000b3; }
.monitor-case::before { content: ""; position: absolute; inset: 7px; border: 1px solid #18160f8c; border-radius: 12px 12px 6px 6px; pointer-events: none; }
.monitor-bezel { position: relative; padding: 19px 20px 24px; border-radius: 26px 26px 32px 32px; background: #14150f; box-shadow: inset 5px 7px 12px #000c, 0 2px 1px #9b8a5a55, -1px -2px 1px #0008; }
.monitor-screen { position: relative; overflow: hidden; isolation: isolate; padding: 42px 40px 46px; border: 1px solid #70633c5c; border-radius: 42px / 32px; background: radial-gradient(ellipse at 45% 42%, #21251a, #11170f 70%, #050805); box-shadow: inset 0 0 36px 12px #000a, inset 0 2px 8px #b3bf6821; }
.monitor-screen::after { content: ""; position: absolute; z-index: 2; inset: 0; border-radius: inherit; background: repeating-linear-gradient(0deg, #00000026 0 1px, transparent 1px 4px); pointer-events: none; opacity: .5; animation: crt-raster 8s steps(4, end) infinite; }
.monitor-copy { position: relative; z-index: 1; font-family: "Courier New", Courier, monospace; -webkit-font-smoothing: auto; text-shadow: .6px 0 #e4c97140, -.5px 0 #b9d19d33, 0 0 5px #d8c08040; animation: terminal-flicker 13s linear infinite; }
.monitor-copy .gold-text { background-image: repeating-linear-gradient(0deg, #e3c779 0 1px, #bfa15b 1px 2px, #f0d993 2px 3px); text-shadow: 0 0 6px #d6aa4f35; }
.monitor-console { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 86px; padding: 18px 8px 8px; }
.monitor-brand { color: #b3a786; font: 800 15px/1.2 Georgia, serif; letter-spacing: .22em; text-shadow: 1px 1px #000b, -1px -1px #8475534d; text-align: left; }
.monitor-brand span { display: block; margin-top: 7px; color: #94856a; font: 7px/1.4 monospace; letter-spacing: .14em; }
.monitor-vents { width: 34%; height: 24px; background: repeating-linear-gradient(0deg, #13130e 0 2px, #6a60414a 2px 3px, transparent 3px 6px); border-radius: 2px; opacity: .8; }
.monitor-controls { display: flex; gap: 16px; align-items: center; }
.monitor-led { width: 6px; height: 9px; border: 1px solid #14130b; border-radius: 2px; background: #b6923d; box-shadow: 0 0 6px #d6aa4f4d; }
.monitor-switch { position: relative; width: 28px; height: 34px; border: 3px solid #191811; border-radius: 3px; background: linear-gradient(#655e4d, #312f27); box-shadow: 0 1px #a095724d, inset 0 2px #bdb19333; }
.monitor-switch::after { content: ""; position: absolute; width: 2px; height: 8px; top: 5px; left: 10px; background: #b9ad8b; }
.monitor-screw { position: absolute; z-index: 2; width: 7px; height: 7px; border: 1px solid #191811; border-radius: 50%; background: linear-gradient(35deg, #544d3b 42%, #171710 43% 57%, #71654a 58%); box-shadow: 0 1px #c1ab7026; }
.screw-top-left { top: 13px; left: 13px; }
.screw-top-right { top: 13px; right: 13px; }
.screw-bottom-left { bottom: 13px; left: 13px; }
.screw-bottom-right { bottom: 13px; right: 13px; }
.monitor-foot { width: 70%; height: 17px; margin: 0 auto; border-radius: 0 0 5px 5px; background: linear-gradient(#080906, #312e22 40%, #161710); box-shadow: 0 8px 20px #000; }
@keyframes terminal-flicker { 0%, 86%, 91%, 100% { opacity: 1; } 88% { opacity: .84; } 89% { opacity: .98; } 90% { opacity: .9; } }
.plan-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; min-height: 44px; }
.price-card .button { position: relative; isolation: isolate; overflow: hidden; background-size: 220% 100%; background-position: 0 50%; transition: background-position .7s ease, box-shadow .3s ease, border-color .3s ease, transform .2s ease, filter .2s ease; }
.price-card .button::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none; opacity: .22; transition: opacity .35s; }
.price-card .button-outline { background-image: linear-gradient(110deg, #2a1a10, #55381e, #2d1d12, #644625); border-color: #9c6c3e8c; box-shadow: 0 0 20px #a96b2926, inset 0 1px #dab17a26; }
.price-card .button-outline::before { background: radial-gradient(ellipse at center, #b7783959, transparent 72%); }
.price-card .button-gold { background-image: linear-gradient(110deg, #f8df9b, #d6aa4f, #edc974, #bd842f); box-shadow: 0 0 24px #d6aa4f38, inset 0 1px #fff4c980; }
.price-card .button-gold::before { background: radial-gradient(ellipse at center, #fff1b88c, transparent 72%); }
.price-card .button:hover, .price-card .button:focus-visible { background-position: 100% 50%; }
.price-card .button:hover::before, .price-card .button:focus-visible::before { opacity: .65; }
.price-card .button-outline:hover, .price-card .button-outline:focus-visible { box-shadow: 0 0 32px #b8763d55, inset 0 1px #e8bd7c4d; border-color: #c38d56; }
.price-card .button-gold:hover, .price-card .button-gold:focus-visible { box-shadow: 0 0 36px #e5b64c66, inset 0 1px #fff4c999; }
@media (min-width: 901px) {
  .hero { padding-block: 90px 110px; }
  .hero-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "title photo" "description photo" "actions photo"; column-gap: 54px; align-items: center; text-align: center; }
  .hero-content h1 { grid-area: title; font-size: clamp(44px, 5.3vw, 74px); text-align: center; align-self: end; }
  .hero-portrait { grid-area: photo; width: 100%; max-width: none; margin: 0; }
  .hero-description { grid-area: description; max-width: 480px; margin: 24px auto 0; text-align: center; }
  .hero-actions { grid-area: actions; width: 100%; align-items: center; margin-top: 28px; align-self: start; }
}
@media (max-width: 900px) and (min-width: 641px) {
  .plan-header { gap: 8px; }
  .price-card h3 { font-size: 21px; }
}
@media (max-width: 640px) {
  .monitor-case { padding: 19px 13px 8px; border-radius: 12px 12px 8px 8px; box-shadow: inset 2px 2px #b9a57925, inset -3px -4px #100f0ad9, 4px 7px 0 -2px #1d1b16; }
  .monitor-bezel { padding: 8px 7px 11px; border-radius: 18px 18px 22px 22px; }
  .monitor-screen { padding: 30px 16px 32px; border-radius: 25px / 21px; box-shadow: inset 0 0 20px 6px #0009; }
  .manifesto h3 { margin-bottom: 22px; font-size: clamp(20px, 5.5vw, 26px); }
  .manifesto p { font-size: 13px; line-height: 1.8; margin-top: 18px; }
  .manifesto .manifesto-aside { font-size: 12px; margin-top: 22px; }
  .monitor-console { min-height: 66px; padding-inline: 4px; gap: 12px; }
  .monitor-brand { font-size: 11px; letter-spacing: .15em; }
  .monitor-brand span { font-size: 5px; letter-spacing: .05em; }
  .monitor-vents { width: 24%; height: 20px; }
  .monitor-controls { gap: 10px; }
  .monitor-switch { width: 24px; height: 29px; }
  .monitor-switch::after { left: 8px; }
  .monitor-screw { width: 5px; height: 5px; }
  .screw-top-left { top: 7px; left: 7px; }
  .screw-top-right { top: 7px; right: 7px; }
  .screw-bottom-left { bottom: 7px; left: 7px; }
  .screw-bottom-right { bottom: 7px; right: 7px; }
  .plan-header { gap: 12px; }
  .plan-kicker { letter-spacing: .06em; }
}
@media (max-width: 360px) {
  .price-card h3 { font-size: 22px; }
  .plan-kicker { font-size: 8px; }
  .monitor-screen { padding-inline: 12px; }
}


.hero-actions .button { width: 100%; min-width: 0; }
.price-label { grid-row: 1; color: #f1d891; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.price-comparison { grid-row: 2; display: flex; align-items: center; justify-content: center; gap: 9px; color: #8d887b; }
.price-comparison s { font-size: 20px; line-height: 1.25; font-weight: 600; text-decoration-thickness: 1.5px; white-space: nowrap; }
.price-comparison > span { max-width: 100px; font-size: 9px; line-height: 1.35; text-align: left; }
.price-line { grid-row: 3; display: flex; justify-content: center; align-items: center; gap: 12px; min-width: 0; }
.monthly span:first-child { color: #dfc68c; font-weight: 600; }
/* Phosphor is part of the glyphs; the moving interference passes over all text. */
.monitor-copy h3, .monitor-copy p { background-image: repeating-linear-gradient(0deg, #d4d0ab 0 1px, #adae89 1px 2px, #cbc9a3 2px 3px); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.monitor-copy h3 { font-weight: 700; letter-spacing: -.055em; }
.monitor-copy .manifesto-aside { opacity: .85; }
.monitor-screen::before { content: ""; position: absolute; z-index: 3; inset: -70% -2%; pointer-events: none; background: linear-gradient(transparent 42%, #bbcc790a 45%, #0c120640 48%, #d7d5951f 49%, #c0cc8026 49.5%, #151b0b24 51%, transparent 55%), repeating-linear-gradient(175deg, transparent 0 7px, #c7d79108 7px 8px, transparent 8px 13px); opacity: 0; animation: crt-interference 11s linear infinite; }
@keyframes crt-raster { 0%, 60%, 100% { background-position: 0 0; } 70% { background-position: 0 1px; } 82% { background-position: 0 -1px; } 92% { background-position: 0 2px; } }
@keyframes crt-interference { 0%, 55% { opacity: 0; transform: translateY(-38%); } 60% { opacity: .45; } 86% { opacity: .45; } 92%, 100% { opacity: 0; transform: translateY(38%); } }
@media (max-width: 900px) and (min-width: 641px) {
  .price { font-size: 32px; }
  .price-line { gap: 8px; }
  .monthly { font-size: 9px; padding-left: 8px; }
  .plan-kicker { padding-inline: 7px; }
}
@media (max-width: 360px) {
  .price { font-size: 36px; }
  .price-line { gap: 8px; }
  .monthly { font-size: 10px; padding-left: 8px; }
  .plan-kicker { padding-inline: 7px; }
}


/* The monthly plan has no comparison-price row. */
.price-stack-single { grid-template-rows: auto auto; gap: 14px; }
.price-stack-single .price-line { grid-row: 2; }
/* One shared width aligns the outer edges of all three contact links. */
.contact-actions { display: grid; grid-template-columns: minmax(0, 1fr); width: max-content; max-width: 100%; margin-top: 32px; }
.contact-actions > .button-telegram { width: 100%; min-width: 0; max-width: none; margin-top: 0; }
.contact-actions > .social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
.contact-actions .social-links a { white-space: nowrap; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
