:root {
  --bg: #f6f7f9;
  --bg-soft: #ffffff;
  --panel: #ffffff;
  --panel-2: #f2f4f7;
  --text: #151922;
  --muted: #626b7d;
  --line: rgba(21, 25, 34, .11);
  --accent: #ffcf33;
  --accent-2: #ff5a1f;
  --danger: #f04438;
  --shadow: 0 24px 70px rgba(15, 23, 42, .10);
  --radius: 24px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 20% 0%, rgba(255,207,51,.18), transparent 32rem), linear-gradient(180deg, #fbfbfc, #f3f5f8 55%, #eef2f6 100%);
  color: var(--text);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.section { padding: 88px 0; }
.section-tight { padding-top: 32px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--accent); color: #151000; padding: 10px 14px; border-radius: 12px; }
.skip-link:focus { left: 8px; z-index: 20; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.brand small { display: block; color: var(--muted); font-size: 12px; letter-spacing: .02em; margin-top: -3px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #151000;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 28px rgba(255, 207, 51, .22);
  font-weight: 900;
}
.site-nav { display: flex; align-items: center; gap: 18px; margin-left: auto; color: var(--muted); font-weight: 700; font-size: 14px; }
.site-nav a { padding: 10px 2px; }
.site-nav a:hover, .site-nav a.active { color: var(--text); }
.nav-toggle { display: none; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  min-height: 48px;
  color: #151000;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(255, 122, 24, .18);
}
.button:hover { transform: translateY(-1px); }
.button-secondary { color: var(--text); background: #fff; box-shadow: none; border: 1px solid var(--line); }
.button-small { min-height: 40px; padding: 9px 15px; font-size: 14px; }
.hero { padding-top: 96px; overflow: hidden; }
.hero-grid, .split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hero-copy h1, .page-hero h1 { margin: 0; font-size: clamp(44px, 7vw, 82px); line-height: .94; letter-spacing: -.075em; }
.hero-lede, .page-hero p, .section-heading p { color: var(--muted); font-size: 19px; max-width: 700px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.eyebrow { margin: 0 0 14px; color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span, .status-strip, .overlay-tile small { color: var(--muted); }
.trust-row span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.85); font-size: 13px; font-weight: 800; }
.hero-panel { position: relative; padding: 16px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(160deg, rgba(255,255,255,.98), rgba(247,249,252,.95)); box-shadow: var(--shadow); }
.preview-stage { aspect-ratio: 16 / 10; border-radius: 22px; overflow: hidden; background: linear-gradient(135deg, #eef2f7, #dfe6ef); padding: 18px; }
.preview-screen { position: relative; height: 100%; border-radius: 17px; background: radial-gradient(circle at 70% 20%, rgba(255,207,51,.18), transparent 17rem), linear-gradient(160deg, #ffffff, #eef2f7); overflow: hidden; border: 1px solid rgba(21,25,34,.08); }
.preview-screen:before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(21,25,34,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(21,25,34,.03) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent); }
.ticker { position: absolute; left: 14px; right: 14px; top: 14px; min-height: 38px; display: flex; align-items: center; gap: 12px; padding: 9px 12px; border-radius: 12px; background: rgba(4,6,10,.86); color: var(--text); font-size: 12px; border: 1px solid rgba(255,255,255,.12); }
.flag { width: 10px; height: 20px; border-radius: 4px; background: #21c55d; }
.tower { position: absolute; top: 70px; left: 14px; width: 142px; border-radius: 16px; background: rgba(8,10,16,.88); border: 1px solid rgba(255,255,255,.12); padding: 12px; }
.tower b, .results-card span, .lower-third span { color: var(--accent); font-size: 11px; letter-spacing: .12em; }
.tower ol { margin: 8px 0 0; padding-left: 20px; font-size: 13px; }
.lower-third { position: absolute; left: 190px; right: 22px; bottom: 24px; padding: 14px 18px; border-radius: 16px; background: linear-gradient(90deg, rgba(4,6,10,.92), rgba(25,32,44,.84)); border-left: 5px solid var(--accent); }
.lower-third strong { display: block; font-size: 24px; letter-spacing: -.03em; }
.lower-third small { color: var(--muted); }
.results-card { position: absolute; right: 24px; top: 94px; width: 190px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.09); backdrop-filter: blur(8px); border: 1px solid var(--line); }
.results-card b { display: block; font-size: 25px; }
.results-card small { color: var(--muted); }
.status-strip { display: flex; align-items: center; gap: 9px; padding: 14px 4px 0; font-size: 13px; }
.dot { width: 10px; height: 10px; border-radius: 999px; background: #21c55d; box-shadow: 0 0 0 5px rgba(33,197,93,.14); }
.logo-cloud { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; padding: 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.88); color: var(--muted); }
.logo-cloud strong { color: var(--text); }
.section-heading { text-align: center; max-width: 820px; margin-inline: auto; margin-bottom: 34px; }
.section-heading h2, .split h2, .cta-panel h2, .feature-row h2, .support-card h2, .download-card h2, .pricing-card h2, .contact-info h2 { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: -.055em; }
.align-left { text-align: left; margin-left: 0; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card, .pricing-card, .download-card, .support-card, .contact-shell, .feature-row, .cta-panel { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.92); box-shadow: 0 14px 44px rgba(15,23,42,.08); }
.card { padding: 24px; }
.card h3 { font-size: 24px; line-height: 1.05; letter-spacing: -.04em; margin: 0 0 12px; }
.card p, .feature-row p, .download-card p, .pricing-card p, .support-card p, .contact-info p { color: var(--muted); }
ul { padding-left: 21px; }
li { margin: 7px 0; }
.dark-band { background: linear-gradient(180deg, rgba(255,255,255,.70), rgba(248,250,252,.88)); border-block: 1px solid var(--line); }
.timeline { display: grid; gap: 14px; }
.timeline div { padding: 18px; border-radius: 18px; background: #f7f9fc; border: 1px solid var(--line); }
.timeline b, .timeline span { display: block; }
.timeline span { color: var(--muted); margin-top: 3px; }
.cta-panel { display: flex; gap: 24px; justify-content: space-between; align-items: center; padding: 34px; background: linear-gradient(135deg, rgba(255,207,51,.22), rgba(255,255,255,.96)); }
.page-hero { text-align: center; padding-bottom: 42px; }
.feature-list { display: grid; gap: 18px; }
.feature-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; padding: 28px; }
.feature-row ul, .pricing-card ul { margin: 0; }
.overlay-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.overlay-tile { min-height: 120px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; border-radius: 20px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(255,207,51,.16), rgba(255,255,255,.95)); }
.overlay-tile span { font-size: 22px; font-weight: 900; letter-spacing: -.03em; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { padding: 28px; display: flex; flex-direction: column; gap: 22px; }
.pricing-card.featured { background: linear-gradient(180deg, rgba(255,207,51,.24), rgba(255,255,255,.98)); border-color: rgba(255,207,51,.45); transform: translateY(-10px); }
.price { font-size: 34px; letter-spacing: -.055em; }
.pricing-card form { margin-top: auto; }
.support-card { padding: 30px; align-items: start; }
.inquiry-form { display: grid; gap: 16px; width: 100%; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; font-weight: 800; color: var(--text); }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; background: #fff; color: var(--text); font: inherit; outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(255,207,51,.12); }
.form-actions { display: flex; align-items: center; gap: 18px; }
.form-actions p { margin: 0; font-size: 13px; color: var(--muted); }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.download-card { padding: 26px; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; }
.accent-card { background: linear-gradient(160deg, rgba(255,122,24,.16), rgba(255,255,255,.98)); }
.contact-shell { padding: 30px; align-items: start; }
.contact-info ul { color: var(--muted); }
.mini-card { margin-top: 20px; display: grid; gap: 5px; padding: 16px; border-radius: 18px; background: #f7f9fc; border: 1px solid var(--line); }
.mini-card span { color: var(--muted); font-size: 14px; word-break: break-word; }
.inline-form { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; justify-content: center; }
.site-footer { border-top: 1px solid var(--line); background: #ffffff; color: var(--muted); padding: 52px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 42px; }
.footer-grid h3 { color: var(--text); margin: 0 0 10px; }
.footer-grid a:not(.brand) { display: block; margin: 9px 0; }
.footer-brand { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); margin-top: 32px; padding-top: 18px; font-size: 14px; }

.brand-logo {
  min-width: 190px;
  padding: 7px 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.brand-logo img { display: block; width: 210px; height: auto; }
.media-hero { overflow: hidden; }
.hero-logo-card {
  margin-bottom: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.24);
}
.hero-logo-card img { display: block; width: min(380px, 100%); margin-inline: auto; }
.showcase-stack { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; align-items: stretch; }
.showcase-main, .showcase-aside figure, .gallery-card { margin: 0; }
.showcase-main, .showcase-aside figure {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.24);
}
.showcase-main { min-height: 330px; }
.showcase-main img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.showcase-aside { display: grid; grid-template-rows: 1fr .42fr; gap: 14px; }
.showcase-aside img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.showcase-aside figure:last-child img { object-fit: contain; padding: 12px; background: #fff; }
.showcase-main figcaption, .showcase-aside figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #1f2430;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.brand-cloud { border-radius: 28px; }
.logo-pill { display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; padding: 10px 16px; border: 1px solid var(--line); min-height: 60px; }
.logo-pill img { display: block; max-height: 45px; width: auto; }
.logo-pill-light { background: #fff; }
.logo-pill-dark { background: #090b10; }
.product-gallery-section { padding-top: 48px; }
.screenshot-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.gallery-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 55px rgba(15,23,42,.10);
}
.gallery-card.wide { grid-column: span 2; }
.gallery-image-wrap { height: 320px; padding: 14px; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at center, rgba(255,255,255,.98), rgba(244,247,250,.95)); }
.gallery-card.wide .gallery-image-wrap { height: 320px; }
.gallery-image-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; filter: drop-shadow(0 18px 25px rgba(0,0,0,.26)); }
.gallery-card figcaption { display: grid; gap: 4px; padding: 18px; border-top: 1px solid var(--line); }
.gallery-card figcaption strong { color: var(--text); font-size: 18px; letter-spacing: -.03em; }
.gallery-card figcaption span { color: var(--muted); font-size: 14px; }
.feature-gallery { margin-top: -36px; }
.footer-logo { display: inline-flex; width: min(310px, 100%); padding: 12px 14px; border-radius: 18px; background: #fff; }
.footer-logo img { display: block; width: 100%; }
.footer-rsd-logo { display: block; width: 170px; margin-top: 18px; opacity: .88; }

@media (max-width: 980px) {
  .hero-grid, .split, .feature-row, .support-card, .contact-shell { grid-template-columns: 1fr; }
  .cards, .overlay-grid, .screenshot-gallery { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .showcase-main { min-height: 290px; }
  .pricing-grid, .download-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .site-nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #ffffff; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .nav-toggle { display: inline-flex; margin-left: auto; border: 1px solid var(--line); color: var(--text); background: #ffffff; border-radius: 999px; padding: 9px 14px; font-weight: 900; }
  .header-inner > .button { display: none; }
}
@media (max-width: 620px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .section { padding: 58px 0; }
  .hero { padding-top: 58px; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(40px, 15vw, 62px); }
  .hero-actions, .cta-panel, .form-actions, .footer-bottom { flex-direction: column; align-items: stretch; }
  .cards, .overlay-grid, .form-grid, .screenshot-gallery, .showcase-stack { grid-template-columns: 1fr; }
  .gallery-card.wide { grid-column: span 1; }
  .gallery-image-wrap, .gallery-card.wide .gallery-image-wrap { height: 260px; }
  .brand-logo { min-width: 0; padding: 6px 10px; }
  .brand-logo img { width: 155px; }
  .showcase-main { min-height: 240px; }
  .logo-cloud { border-radius: 24px; justify-content: flex-start; }
  .lower-third { left: 14px; right: 14px; }
  .results-card { display: none; }
  .ticker span:not(.flag):nth-child(n+4) { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
}


.site-header, .site-footer, .hero-panel, .card, .pricing-card, .download-card, .support-card, .contact-shell, .feature-row, .cta-panel, .gallery-card, .showcase-main, .showcase-aside figure, .logo-cloud {
  backdrop-filter: blur(12px);
}

.hero-copy h1, .page-hero h1, .section-heading h2, .split h2, .pricing-card h2, .download-card h2, .support-card h2, .contact-info h2 {
  color: #121722;
}

.footer-grid a:hover, .site-nav a:hover, .site-nav a.active {
  color: #151922;
}

/* Homepage cleanup */
.clean-hero { padding-top: 78px; }
.clean-hero .hero-copy { max-width: 590px; }
.clean-hero .hero-lede { font-size: clamp(18px, 2vw, 22px); }
.clean-gallery .gallery-card:nth-child(1),
.clean-gallery .gallery-card:nth-child(2) { grid-column: span 2; }
.clean-feature-cards { grid-template-columns: repeat(3, 1fr); }
.clean-feature-cards .card { min-height: 270px; }
.clean-package-section { padding-top: 76px; padding-bottom: 88px; }
.home-pricing-grid .pricing-card { background: rgba(255,255,255,.96); }
.home-pricing-grid .pricing-card.featured { border-color: rgba(255,207,51,.56); box-shadow: 0 22px 65px rgba(255,122,24,.12); }
.compact-price-card h2 { font-size: clamp(28px, 3vw, 38px); }
.compact-price-card .button { margin-top: auto; }
.clean-cta { background: linear-gradient(135deg, rgba(255,207,51,.24), #fff 58%, rgba(255,90,31,.10)); }

@media (max-width: 980px) {
  .clean-feature-cards { grid-template-columns: 1fr; }
  .clean-gallery .gallery-card:nth-child(1),
  .clean-gallery .gallery-card:nth-child(2) { grid-column: span 1; }
}

/* Admin backend */
.admin-section { padding-top: 64px; }
.admin-topbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.admin-topbar h1 { margin: 0; font-size: clamp(38px, 6vw, 68px); line-height: .95; letter-spacing: -.07em; }
.admin-nav { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-nav a { border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; background: #fff; font-weight: 900; color: var(--text); }
.admin-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.admin-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.95); box-shadow: 0 14px 44px rgba(15,23,42,.08); }
.admin-card h2 { margin: 0 0 10px; font-size: clamp(26px, 4vw, 42px); line-height: 1; letter-spacing: -.05em; }
.admin-card p { color: var(--muted); }
.admin-edit-form { display: grid; gap: 18px; }
.admin-fieldset { display: grid; gap: 16px; margin: 22px 0 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; }
.admin-fieldset legend { padding: 0 8px; font-weight: 900; color: var(--text); }
.admin-actions { position: sticky; bottom: 16px; z-index: 3; display: flex; gap: 12px; justify-content: flex-end; padding: 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 14px 44px rgba(15,23,42,.10); backdrop-filter: blur(12px); }
.admin-alert { margin-bottom: 18px; padding: 14px 16px; border-radius: 16px; background: rgba(255,207,51,.24); border: 1px solid rgba(255,207,51,.46); font-weight: 900; }
.admin-alert.error { background: rgba(240,68,56,.12); border-color: rgba(240,68,56,.28); }
.admin-card-heading { display: flex; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 980px; font-size: 14px; }
.admin-table th, .admin-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.admin-table th { background: #f7f9fc; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.admin-table td small { color: var(--muted); }
.admin-page code { color: #111827; background: #f2f4f7; padding: 2px 5px; border-radius: 6px; word-break: break-word; }
.footer-rsd-logo { display: none !important; }

@media (max-width: 780px) {
  .admin-topbar, .admin-card-heading, .admin-actions { align-items: stretch; flex-direction: column; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-actions { border-radius: 22px; }
}

.download-admin-table input,
.download-admin-table textarea {
  min-width: 220px;
  margin-bottom: 8px;
}

.download-admin-table td:first-child input {
  min-width: auto;
  width: auto;
}

.inline-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--muted);
}

.inline-check input {
  width: auto;
}

.danger-button {
  background: #fff;
  color: #b42318;
  border: 1px solid rgba(180, 35, 24, .22);
  box-shadow: none;
}

.admin-download-add-grid {
  margin-top: 18px;
}
