:root {
  --bg: #07111f;
  --panel: rgba(11, 18, 32, 0.76);
  --panel-strong: rgba(10, 16, 28, 0.92);
  --border: rgba(173, 216, 255, 0.14);
  --text: #f6fbff;
  --muted: #99acc7;
  --cyan: #37d8ff;
  --purple: #6a7dff;
  --blue-soft: #1b2f57;
  --line: rgba(255, 255, 255, 0.08);
  --danger: #ff6b81;
  --success: #2ed17f;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(55, 216, 255, 0.20), transparent 24%),
    radial-gradient(circle at top right, rgba(106, 125, 255, 0.18), transparent 26%),
    radial-gradient(circle at bottom center, rgba(34, 58, 108, 0.36), transparent 34%),
    linear-gradient(180deg, #040814 0%, #081120 52%, #091523 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 92%);
}

.home-shell {
  min-height: 100vh;
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.home-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 18px;
  z-index: 2;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(8, 14, 26, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.home-brand-logo {
  width: 68px;
  height: auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(55, 216, 255, 0.18);
}

.home-brand-name {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
}

.home-hero {
  margin-top: 42px;
  padding: 78px 32px 40px;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top, rgba(55, 216, 255, 0.10), transparent 38%),
    linear-gradient(180deg, rgba(13, 21, 37, 0.92), rgba(7, 13, 24, 0.88));
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.home-title {
  margin: 0;
  font-size: clamp(38px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--text);
  text-wrap: balance;
}

.home-subtitle {
  margin: 22px auto 0;
  max-width: 840px;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.85;
  color: var(--muted);
  text-wrap: balance;
}

.home-video-section {
  margin-top: 56px;
  text-align: center;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(12, 20, 35, 0.88), rgba(8, 14, 25, 0.82));
  box-shadow: var(--shadow);
}

.home-usage-strip {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 30px;
  border: 1px solid rgba(46, 209, 127, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(46, 209, 127, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(10, 23, 31, 0.94), rgba(8, 14, 25, 0.90));
  box-shadow: var(--shadow);
}

.home-usage-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #8dffbd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-usage-strip h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.03em;
}

.home-usage-strip p {
  margin: 10px 0 0;
  max-width: 820px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.home-video-title {
  margin: 0 0 20px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.03em;
}

.home-video-frame {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(55, 216, 255, 0.18);
  background:
    radial-gradient(circle at top, rgba(55, 216, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(12, 18, 30, 0.94), rgba(9, 14, 24, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-video-embed {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 360px;
  border: 0;
}

.home-video-placeholder {
  min-height: 360px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  color: var(--muted);
}

.home-packages-section {
  margin-top: 56px;
  text-align: center;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(12, 20, 35, 0.88), rgba(8, 14, 25, 0.82));
  box-shadow: var(--shadow);
}

.home-packages-title {
  margin: 0 0 20px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.03em;
}

.home-packages-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.home-package-card {
  min-height: 220px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(55, 216, 255, 0.10), transparent 40%),
    linear-gradient(180deg, rgba(15, 25, 44, 0.96), rgba(10, 16, 29, 0.92));
  padding: 34px 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-package-content {
  width: 100%;
}

.home-package-card:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 216, 255, 0.28);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.home-package-name {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.04em;
}

.home-package-price {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 0 22px;
  border-radius: 22px;
  border: 1px solid rgba(55, 216, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(55, 216, 255, 0.10), rgba(106, 125, 255, 0.12));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 38px rgba(0, 0, 0, 0.22);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.home-package-features {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.home-package-feature {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #d8e5f7;
  font-size: 17px;
  text-align: left;
}

.home-package-feature span:last-child {
  flex: 0 0 auto;
}

.home-package-feature span:nth-child(2) {
  flex: 1;
}

.home-package-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #dff6ff;
  font-size: 14px;
  flex: 0 0 28px;
}

.home-package-tick {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(55, 216, 255, 0.14);
  border: 1px solid rgba(55, 216, 255, 0.22);
  color: #8cebff;
  font-weight: 800;
  flex: 0 0 28px;
}

.home-package-button {
  margin-top: 26px;
  min-width: 180px;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(55, 216, 255, 0.22);
}

.home-package-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-legal-section {
  margin-top: 64px;
  padding: 8px 0 32px;
  display: grid;
  gap: 22px;
}

.home-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.home-main-links {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(173, 216, 255, 0.1);
}

.home-legal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: #c6d5eb;
  font-size: 15px;
  backdrop-filter: blur(14px);
}

@media (max-width: 720px) {
  .home-legal-links {
    width: 100%;
    border-radius: 24px;
  }

  .home-legal-link {
    flex: 1 1 160px;
  }
}

.admin-editor-shell {
  width: min(1280px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.admin-panel-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.admin-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}

.admin-sidebar-group {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(12, 20, 35, 0.92), rgba(8, 14, 25, 0.88));
  box-shadow: var(--shadow);
  padding: 18px;
  margin-bottom: 14px;
}

.admin-sidebar-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
  color: var(--text);
}

.admin-sidebar-link {
  display: flex;
  align-items: center;
  min-height: 46px;
  margin-top: 6px;
  padding: 0 16px;
  border-radius: 14px;
  color: #c6d5eb;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
}

.admin-sidebar-link.is-active {
  border-color: rgba(55, 216, 255, 0.18);
  background: rgba(55, 216, 255, 0.08);
  color: #ffffff;
}

.admin-editor-card,
.admin-login-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(12, 20, 35, 0.92), rgba(8, 14, 25, 0.88));
  box-shadow: var(--shadow);
  padding: 32px;
}

.admin-login-card {
  max-width: 520px;
  margin: 10vh auto 0;
}

.admin-editor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.admin-editor-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.04em;
}

.admin-editor-form {
  display: grid;
  gap: 18px;
}

.admin-editor-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-editor-grid-single {
  grid-template-columns: 1fr;
}

.admin-editor-section {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  padding: 22px;
}

.admin-editor-section-title {
  margin: 0 0 18px;
  font-size: 24px;
}

.textarea {
  width: 100%;
  min-height: 110px;
  resize: vertical;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 22, 0.72);
  color: var(--text);
  padding: 14px 16px;
  font-size: 15px;
  outline: none;
  font-family: inherit;
}

.textarea-large {
  min-height: 420px;
}

.textarea:focus {
  border-color: rgba(23, 214, 209, 0.42);
  box-shadow: 0 0 0 4px rgba(23, 214, 209, 0.12);
}

.admin-editor-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.admin-editor-actions-spaced {
  margin-top: 0;
  margin-bottom: 48px;
}

.admin-editor-actions-spaced .home-package-button {
  margin-top: 0;
}

.admin-feedback-section {
  margin-top: 0;
  padding-top: 20px;
}

.admin-editor-link,
.admin-editor-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.admin-status-box {
  margin-top: 10px;
  margin-bottom: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px 16px;
}

.admin-status-title {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 6px;
}

.admin-status-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(232, 240, 255, 0.92);
}

.legal-page-shell {
  width: min(980px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 40px 0 64px;
}

.legal-page-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(12, 20, 35, 0.92), rgba(8, 14, 25, 0.88));
  box-shadow: var(--shadow);
  padding: 32px;
}

.legal-page-title {
  margin: 24px 0 18px;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -0.04em;
}

.legal-page-content {
  color: var(--text);
  line-height: 1.9;
  font-size: 17px;
}

.checkout-shell {
  width: min(760px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 40px 0 64px;
}

.checkout-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(12, 20, 35, 0.92), rgba(8, 14, 25, 0.88));
  box-shadow: var(--shadow);
  padding: 32px;
}

.checkout-back-link {
  width: max-content;
  max-width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(173, 216, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: #eaf6ff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.checkout-back-link:hover {
  transform: translateY(-1px);
  border-color: rgba(55, 216, 255, 0.28);
  background: rgba(55, 216, 255, 0.08);
}

.checkout-back-link span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(55, 216, 255, 0.12);
  color: #8cebff;
  font-size: 15px;
}

.not-found-shell {
  width: min(760px, calc(100vw - 40px));
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 64px;
}

.not-found-card {
  width: 100%;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top, rgba(55, 216, 255, 0.10), transparent 36%),
    linear-gradient(180deg, rgba(12, 20, 35, 0.92), rgba(8, 14, 25, 0.88));
  box-shadow: var(--shadow);
  padding: 48px 32px;
}

.not-found-code {
  font-size: clamp(78px, 12vw, 140px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.not-found-title {
  margin: 12px 0 0;
  font-size: clamp(30px, 5vw, 52px);
  letter-spacing: -0.05em;
}

.not-found-text {
  max-width: 520px;
  margin: 18px auto 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}

.checkout-title {
  margin: 24px 0 10px;
  font-size: clamp(34px, 5vw, 52px);
  letter-spacing: -0.04em;
}

.checkout-subtitle {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.checkout-plan-box {
  margin-top: 24px;
  border-radius: 24px;
  border: 1px solid rgba(55, 216, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  padding: 20px;
}

.checkout-plan-name {
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
}

.checkout-plan-price {
  margin-top: 8px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.delivery-plan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.delivery-plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(46, 209, 127, 0.28);
  background: rgba(46, 209, 127, 0.12);
  color: #d8ffec;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.delivery-package-features {
  margin-top: 20px;
}

.delivery-license-box {
  margin: 18px 0;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(55, 216, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.delivery-license-label {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 8px;
}

.delivery-license-key {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #ffffff;
  word-break: break-word;
}

.checkout-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.checkout-provider-grid {
  display: grid;
  gap: 14px;
}

.checkout-provider-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
  align-items: center;
}

.checkout-provider-option input {
  margin: 0;
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
}

.checkout-provider-option span {
  font-size: 18px;
  font-weight: 700;
  grid-column: 1;
}

.checkout-provider-option small {
  color: var(--muted);
  font-size: 13px;
  grid-column: 1;
}

.checkout-security-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.checkout-api-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(46, 209, 127, 0.18);
  background:
    radial-gradient(circle at top left, rgba(46, 209, 127, 0.10), transparent 30%),
    rgba(255, 255, 255, 0.04);
}

.checkout-api-note strong {
  display: block;
  color: #d8ffec;
  font-size: 16px;
  margin-bottom: 6px;
}

.checkout-api-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.checkout-demo-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #ffffff;
  font-size: 14px;
}

.admin-table td {
  color: var(--muted);
  font-size: 14px;
}

.admin-dashboard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.admin-filter-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.admin-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.admin-filter-chip.is-active {
  border-color: rgba(55, 216, 255, 0.24);
  background: rgba(55, 216, 255, 0.1);
  color: #ffffff;
}

.admin-metric-card,
.admin-chart-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  padding: 22px;
}

.admin-metric-label {
  color: var(--muted);
  font-size: 14px;
}

.admin-metric-value {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--text);
}

.admin-chart-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.admin-chart-item {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.admin-chart-bar-wrap {
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: end;
}

.admin-chart-bar {
  width: 100%;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, var(--cyan), var(--purple));
  box-shadow: 0 14px 28px rgba(55, 216, 255, 0.18);
}

.admin-chart-amount {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

.admin-chart-day {
  color: var(--muted);
  font-size: 12px;
}

.admin-inline-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-inline-select {
  min-width: 180px;
  min-height: 42px;
}

.admin-inline-button {
  min-height: 42px;
  padding: 0 14px;
}

.admin-feedback-list {
  display: grid;
  gap: 18px;
}

.admin-feedback-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(55, 216, 255, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(14, 20, 34, 0.96), rgba(8, 13, 24, 0.98));
  box-shadow: var(--shadow);
}

.admin-feedback-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.admin-feedback-user {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.admin-feedback-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(55, 216, 255, 0.22), rgba(124, 92, 255, 0.24));
  border: 1px solid rgba(55, 216, 255, 0.18);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  flex: 0 0 44px;
}

.admin-feedback-user-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.admin-feedback-user-name {
  color: var(--text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.admin-feedback-user-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.admin-feedback-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.admin-feedback-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-feedback-pill.category-request {
  background: rgba(55, 216, 255, 0.1);
  border-color: rgba(55, 216, 255, 0.18);
  color: #8eeeff;
}

.admin-feedback-pill.category-bug {
  background: rgba(124, 92, 255, 0.12);
  border-color: rgba(124, 92, 255, 0.18);
  color: #c8b8ff;
}

.admin-feedback-pill.category-error {
  background: rgba(255, 93, 122, 0.12);
  border-color: rgba(255, 93, 122, 0.18);
  color: #ffb5c3;
}

.admin-feedback-pill.status-new {
  background: rgba(255, 209, 102, 0.12);
  border-color: rgba(255, 209, 102, 0.2);
  color: #ffe39b;
}

.admin-feedback-pill.status-reviewing {
  background: rgba(84, 214, 255, 0.12);
  border-color: rgba(84, 214, 255, 0.2);
  color: #9fe8ff;
}

.admin-feedback-pill.status-done {
  background: rgba(92, 214, 141, 0.12);
  border-color: rgba(92, 214, 141, 0.2);
  color: #a6f0c1;
}

.admin-feedback-message {
  padding: 18px 20px;
  border-radius: 20px 20px 20px 8px;
  border: 1px solid rgba(55, 216, 255, 0.12);
  background: rgba(9, 15, 27, 0.88);
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
  word-break: break-word;
}

.admin-feedback-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-feedback-meta-box {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.admin-feedback-meta-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.admin-feedback-meta-value {
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
}

.admin-feedback-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-feedback-status-form {
  flex-wrap: wrap;
}

.admin-feedback-button {
  min-height: 44px;
  padding: 0 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(1200px, calc(100vw - 32px));
  margin: 0 auto;
}

.hero-shell,
.admin-shell,
.login-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}

.hero-card,
.admin-card,
.login-card {
  width: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(15, 21, 36, 0.95), rgba(8, 12, 22, 0.98));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-card::before,
.admin-card::before,
.login-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(23, 214, 209, 0.12), transparent 26%),
    radial-gradient(circle at bottom right, rgba(141, 92, 246, 0.12), transparent 22%);
  pointer-events: none;
}

.hero-card {
  padding: 40px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-mark {
  width: 66px;
  height: 66px;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(17, 25, 42, 0.96), rgba(8, 11, 22, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 34px rgba(0, 0, 0, 0.24);
}

.brand-copy h1,
.brand-copy h2,
.brand-copy p {
  margin: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 214, 209, 0.2);
  background: rgba(23, 214, 209, 0.08);
  color: #b9fff8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1.15fr 0.85fr;
}

.hero-title {
  margin: 20px 0 16px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero-description {
  margin: 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
}

.hero-video {
  margin-top: 32px;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
}

.hero-video strong,
.stat-card strong,
.price-card strong {
  display: block;
}

.hero-actions,
.auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  box-shadow: 0 18px 42px rgba(23, 214, 209, 0.16);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.stats-grid {
  display: grid;
  gap: 18px;
}

.stat-card,
.price-card,
.panel-card,
.login-panel {
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  padding: 22px;
}

.stat-card {
  min-height: 128px;
}

.stat-card p,
.panel-card p,
.price-card p,
.admin-header p,
.login-panel p,
.hint,
.field-help {
  margin-top: -2px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.price-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.price-card.highlight {
  border-color: rgba(23, 214, 209, 0.26);
  background: linear-gradient(180deg, rgba(23, 214, 209, 0.08), rgba(255, 255, 255, 0.04));
}

.price-value {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 10px 0 6px;
}

.list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.section-separator {
  height: 1px;
  margin: 28px 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.login-card,
.admin-card {
  max-width: 1100px;
  padding: 34px;
}

.login-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.9fr 1.1fr;
}

.login-panel h2,
.admin-header h2 {
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: -0.03em;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.field label {
  font-size: 14px;
  font-weight: 700;
}

.input {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 22, 0.72);
  color: var(--text);
  padding: 0 16px;
  font-size: 15px;
  outline: none;
}

.input:focus {
  border-color: rgba(23, 214, 209, 0.42);
  box-shadow: 0 0 0 4px rgba(23, 214, 209, 0.12);
}

.error-box,
.success-box {
  padding: 14px 16px;
  border-radius: 16px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
}

.error-box {
  border: 1px solid rgba(255, 107, 129, 0.22);
  background: rgba(255, 107, 129, 0.08);
  color: #ffd4dc;
}

.success-box {
  border: 1px solid rgba(46, 209, 127, 0.22);
  background: rgba(46, 209, 127, 0.08);
  color: #d8ffec;
}

.admin-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.admin-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel-card h3,
.price-card h3,
.stat-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(46, 209, 127, 0.22);
  background: rgba(46, 209, 127, 0.08);
  color: #d8ffec;
  font-size: 13px;
  font-weight: 700;
}

.mini-note {
  margin-top: 12px;
  font-size: 13px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero-grid,
  .login-layout,
  .admin-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .topbar,
  .admin-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-card,
  .admin-card,
  .login-card {
    padding: 24px;
  }

  .home-packages-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

  .home-shell {
    width: min(100vw - 24px, 1180px);
    padding-top: 20px;
  }

  .home-brand {
    padding: 12px 18px;
  }

  .home-hero,
  .home-video-section,
  .home-packages-section {
    padding: 26px 18px;
  }

  .home-video-placeholder {
    min-height: 240px;
  }

  .admin-editor-grid {
    grid-template-columns: 1fr;
  }

  .admin-panel-layout {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
  }

  .admin-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .admin-chart-grid {
    grid-template-columns: 1fr;
  }

  .admin-chart-bar-wrap {
    min-height: 80px;
  }

  .admin-feedback-top {
    flex-direction: column;
  }

  .admin-feedback-badges {
    justify-content: flex-start;
  }

  .admin-feedback-meta-grid {
    grid-template-columns: 1fr;
  }

  .admin-feedback-actions {
    align-items: stretch;
  }
}


.home-packages-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.admin-package-feature-list {
  display: grid;
  gap: 10px;
}

.admin-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.admin-feature-remove {
  min-height: 52px;
}

.admin-media-grid {
  display: grid;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 18px;
}

.admin-media-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(55, 216, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(10, 17, 30, 0.92), rgba(8, 14, 24, 0.88));
  padding: 18px;
}

.admin-media-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.admin-media-card .mini-note {
  margin: 6px 0 0;
}

.admin-media-preview {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 22px;
  border: 1px solid rgba(55, 216, 255, 0.18);
  background:
    radial-gradient(circle at top, rgba(55, 216, 255, 0.12), transparent 48%),
    rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.admin-media-preview-small {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  flex-basis: 68px;
}

.admin-media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-file-input {
  padding: 10px 14px;
}

.admin-file-input::file-selector-button {
  margin-right: 14px;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 980px) {
  .admin-media-card-top {
    align-items: flex-start;
    flex-direction: column;
  }
}

.admin-upload-card {
  display: grid;
  gap: 18px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(106, 125, 255, 0.18);
  background: linear-gradient(180deg, rgba(15, 21, 36, 0.92), rgba(9, 14, 28, 0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 18px 36px rgba(3, 8, 20, 0.28);
}

.admin-upload-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-upload-title {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
}

.admin-upload-hint {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.admin-upload-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 214, 209, 0.24);
  background: rgba(23, 214, 209, 0.12);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-file-input {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(8, 12, 22, 0.82);
}

.admin-file-input::file-selector-button {
  margin-right: 14px;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(23, 214, 209, 0.18);
}

.admin-upload-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-upload-meta-box {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.admin-upload-meta-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-upload-meta-value {
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
}

.admin-upload-meta-path {
  color: var(--cyan-soft);
}

@media (max-width: 760px) {
  .admin-upload-card-top {
    flex-direction: column;
  }

  .admin-upload-meta-grid {
    grid-template-columns: 1fr;
  }
}

.home-languages-section {
  display: grid;
  gap: 18px;
  padding: 28px 34px;
  border-radius: 30px;
  border: 1px solid rgba(111, 135, 255, 0.14);
  background: linear-gradient(180deg, rgba(14, 20, 36, 0.94), rgba(9, 14, 26, 0.98));
}

.home-languages-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-language-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(23, 214, 209, 0.18);
  background: rgba(10, 21, 36, 0.9);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.checkout-coupon-row {
  display: grid;
  gap: 10px;
}

.checkout-coupon-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.checkout-price-breakdown {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
}

.checkout-price-line strong {
  color: var(--text);
}

.checkout-price-line.is-discount strong {
  color: #7dffad;
}

.checkout-price-line.is-total {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  font-size: 15px;
}

.admin-package-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.admin-package-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.admin-package-checkbox input {
  width: 16px;
  height: 16px;
}

.home-usage-strip {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  text-align: left;
  border-radius: 24px;
  border-color: rgba(55, 216, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(12, 20, 35, 0.94), rgba(7, 12, 22, 0.96));
}

.home-usage-copy {
  min-width: 0;
}

.home-usage-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.home-usage-side div {
  min-height: 88px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.home-usage-side strong {
  font-size: 24px;
  color: #d8ffec;
  line-height: 1;
}

.home-usage-side span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.home-usage-side .home-package-button {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 0;
}

.usage-page {
  background:
    radial-gradient(circle at 16% 0%, rgba(46, 209, 127, 0.16), transparent 26%),
    radial-gradient(circle at 84% 10%, rgba(106, 125, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #050916 0%, #081120 48%, #07101d 100%);
}

.usage-page .usage-shell {
  width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 30px 0 70px;
}

.usage-page .usage-hero,
.usage-page .usage-section {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(173, 216, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(13, 22, 38, 0.88), rgba(7, 12, 22, 0.94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.usage-page .usage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(55, 216, 255, 0.10), transparent 32%),
    linear-gradient(315deg, rgba(46, 209, 127, 0.10), transparent 34%);
  pointer-events: none;
}

.usage-page .usage-hero > *,
.usage-page .usage-section > * {
  position: relative;
  z-index: 1;
}

.usage-page .usage-hero {
  padding: 28px;
}

.usage-page .usage-topline {
  justify-content: space-between;
  margin-bottom: 44px;
}

.usage-page .usage-topline .home-package-button,
.usage-page .usage-topline .admin-editor-link {
  min-height: 48px;
  margin-top: 0;
  border-radius: 14px;
}

.usage-page .usage-eyebrow {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(46, 209, 127, 0.11);
  border-color: rgba(46, 209, 127, 0.22);
  color: #a7ffd0;
  font-size: 11px;
}

.usage-page .usage-hero h1 {
  max-width: 980px;
  margin: 16px 0 16px;
  font-size: clamp(38px, 5.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-wrap: balance;
}

.usage-page .usage-hero p {
  max-width: 980px;
  color: #b7c6dc;
  font-size: 17px;
  line-height: 1.8;
}

.usage-page .usage-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.usage-page .usage-highlight {
  min-height: 154px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(55, 216, 255, 0.10), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.usage-page .usage-highlight span,
.usage-page .usage-section-heading span {
  color: #8cebff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.usage-page .usage-highlight strong {
  color: #ffffff;
  font-size: 26px;
  letter-spacing: -0.02em;
}

.usage-page .usage-highlight small {
  color: #9fb1ca;
  font-size: 14px;
}

.usage-page .usage-section {
  margin-top: 22px;
  padding: 28px;
}

.usage-page .usage-section-heading h2,
.usage-page .usage-band h2,
.usage-page .usage-final h2 {
  max-width: 860px;
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  text-wrap: balance;
}

.usage-page .usage-section-heading p,
.usage-page .usage-band p,
.usage-page .usage-final p {
  max-width: 920px;
  color: #aabbd2;
}

.usage-page .usage-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.usage-page .usage-card,
.usage-page .usage-scenario-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
  padding: 20px;
}

.usage-page .usage-card h3,
.usage-page .usage-scenario-card h3 {
  color: #ffffff;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.usage-page .usage-card p {
  color: #aabbd2;
}

.usage-page .usage-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 26px;
  align-items: center;
  border-color: rgba(46, 209, 127, 0.18);
  background:
    linear-gradient(135deg, rgba(46, 209, 127, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(10, 23, 31, 0.94), rgba(7, 12, 22, 0.96));
}

.usage-page .usage-cost-stack {
  display: grid;
  gap: 10px;
}

.usage-page .usage-cost-stack div,
.usage-page .usage-metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 11, 20, 0.46);
}

.usage-page .usage-cost-stack span,
.usage-page .usage-metric-row span {
  color: #9fb1ca;
  font-size: 13px;
}

.usage-page .usage-cost-stack strong,
.usage-page .usage-metric-row strong {
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}

.usage-page .usage-metric-row.is-good strong {
  color: #8dffbd;
}

.usage-page .usage-metric-row.is-warn strong {
  color: #ffe39b;
}

.usage-page .usage-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.usage-page .usage-scenario-summary {
  margin: -2px 0 14px;
  color: #9fb1ca;
  font-size: 14px;
  line-height: 1.65;
}

.usage-page .usage-scenario-options {
  display: grid;
  gap: 12px;
}

.usage-page .usage-scenario-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 16px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.usage-page .usage-scenario-option span {
  color: #e8f0ff;
  font-size: 15px;
  font-weight: 900;
}

.usage-page .usage-scenario-option strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.usage-page .usage-scenario-option small {
  color: #9fb1ca;
  font-size: 12px;
  line-height: 1.55;
}

.usage-page .usage-scenario-option.is-good {
  border-color: rgba(46, 209, 127, 0.22);
  background: rgba(46, 209, 127, 0.09);
}

.usage-page .usage-scenario-option.is-good strong {
  color: #8dffbd;
}

.usage-page .usage-scenario-option.is-warn {
  border-color: rgba(255, 227, 155, 0.22);
  background: rgba(255, 227, 155, 0.08);
}

.usage-page .usage-scenario-option.is-warn strong {
  color: #ffe39b;
}

.usage-page .usage-scenario-details {
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 11, 20, 0.36);
  overflow: hidden;
}

.usage-page .usage-scenario-details summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #cbd8eb;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.usage-page .usage-scenario-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.usage-page .usage-scenario-detail-grid div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.usage-page .usage-scenario-detail-grid span {
  color: #9fb1ca;
  font-size: 12px;
}

.usage-page .usage-scenario-detail-grid strong {
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
}

.usage-page .usage-voice-section {
  border-color: rgba(168, 85, 247, 0.18);
  background:
    linear-gradient(135deg, rgba(168, 85, 247, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(13, 20, 36, 0.94), rgba(8, 13, 25, 0.94));
}

.usage-page .usage-voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.usage-page .usage-voice-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(216, 200, 255, 0.14);
  background:
    radial-gradient(circle at 88% 0%, rgba(168, 85, 247, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(23, 24, 45, 0.94), rgba(8, 13, 25, 0.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 18px 46px rgba(0,0,0,0.24);
}

.usage-page .usage-voice-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.24), transparent 68%);
  pointer-events: none;
}

.usage-page .usage-voice-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.usage-page .usage-voice-top span {
  display: block;
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usage-page .usage-voice-top strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.usage-page .usage-voice-top em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(196, 181, 253, 0.22);
  background: rgba(196, 181, 253, 0.10);
  color: #ddd6fe;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.usage-page .usage-price-tiles {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.usage-page .usage-price-tiles div {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 10, 20, 0.52);
}

.usage-page .usage-price-tiles span {
  color: #9fb1ca;
  font-size: 12px;
  line-height: 1.35;
}

.usage-page .usage-price-tiles strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.usage-page .usage-price-tiles .is-free {
  border-color: rgba(46, 209, 127, 0.24);
  background: rgba(46, 209, 127, 0.10);
}

.usage-page .usage-price-tiles .is-free strong {
  color: #8dffbd;
}

.usage-page .usage-voice-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #aabbd2;
  font-size: 13px;
  line-height: 1.7;
}

.usage-page .usage-voice-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(46, 209, 127, 0.18);
  background: rgba(46, 209, 127, 0.08);
}

.usage-page .usage-voice-note strong {
  color: #a7ffd0;
  white-space: nowrap;
}

.usage-page .usage-voice-note span {
  color: #c8d6e8;
  line-height: 1.65;
}

.usage-page .usage-thumbnail-section {
  border-color: rgba(55, 216, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(55, 216, 255, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(12, 22, 38, 0.94), rgba(8, 13, 25, 0.94));
}

.usage-page .usage-thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.usage-page .usage-thumbnail-card {
  overflow: hidden;
  display: grid;
  gap: 0;
  padding: 0;
  border-radius: 24px;
  border: 1px solid rgba(55, 216, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(10, 19, 34, 0.96), rgba(6, 11, 21, 0.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 18px 46px rgba(0,0,0,0.22);
}

.usage-page .usage-thumb-head {
  min-height: 190px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(55, 216, 255, 0.24), transparent 52%),
    linear-gradient(180deg, rgba(12, 22, 38, 0.36), rgba(5, 10, 20, 0.92));
}

.usage-page .usage-thumb-head.is-reference {
  background:
    linear-gradient(135deg, rgba(168, 85, 247, 0.24), transparent 52%),
    linear-gradient(180deg, rgba(12, 22, 38, 0.36), rgba(5, 10, 20, 0.92));
}

.usage-page .usage-thumb-head span {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: #dff6ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usage-page .usage-thumbnail-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.usage-page .usage-thumbnail-card p {
  margin: 0;
  color: #aabbd2;
  font-size: 14px;
  line-height: 1.7;
}

.usage-page .usage-thumb-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
}

.usage-page .usage-thumb-prices div {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.usage-page .usage-thumb-prices span {
  color: #9fb1ca;
  font-size: 12px;
  line-height: 1.35;
}

.usage-page .usage-thumb-prices strong {
  color: #ffffff;
  font-size: 23px;
  line-height: 1;
}

.usage-page .usage-thumb-prices .is-hot {
  border-color: rgba(255, 227, 155, 0.24);
  background: rgba(255, 227, 155, 0.08);
}

.usage-page .usage-thumb-prices .is-hot strong {
  color: #ffe39b;
}

.usage-page .usage-thumb-prices .is-free {
  border-color: rgba(46, 209, 127, 0.24);
  background: rgba(46, 209, 127, 0.10);
}

.usage-page .usage-thumb-prices .is-free strong {
  color: #8dffbd;
}

.usage-page .usage-thumbnail-bulk {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.usage-page .usage-thumbnail-bulk div {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 11, 20, 0.42);
}

.usage-page .usage-thumbnail-bulk span {
  color: #8cebff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.usage-page .usage-thumbnail-bulk strong {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.usage-page .usage-table {
  display: grid;
  gap: 10px;
}

.usage-page .usage-table div {
  display: grid;
  grid-template-columns: 170px minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.usage-page .usage-table strong {
  color: #ffffff;
}

.usage-page .usage-table span,
.usage-page .usage-table em {
  color: #aabbd2;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

.usage-page .usage-final {
  text-align: left;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(46, 209, 127, 0.13), transparent 32%),
    linear-gradient(315deg, rgba(55, 216, 255, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(12, 20, 35, 0.94), rgba(8, 14, 25, 0.94));
}

.usage-page .usage-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 24px;
  align-items: stretch;
  padding: 30px;
}

.usage-page .usage-final-copy {
  display: grid;
  align-content: center;
}

.usage-page .usage-final p {
  margin-left: 0;
}

.usage-page .usage-actions {
  justify-content: flex-start;
}

.usage-page .usage-responsibility-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 227, 155, 0.22);
  background:
    radial-gradient(circle at top right, rgba(255, 227, 155, 0.16), transparent 36%),
    rgba(5, 11, 20, 0.54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.usage-page .usage-responsibility-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 227, 155, 0.14);
  border: 1px solid rgba(255, 227, 155, 0.22);
  color: #ffe39b;
  font-size: 22px;
  font-weight: 900;
}

.usage-page .usage-responsibility-card h3 {
  margin: 0;
  color: #fff3bf;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.usage-page .usage-responsibility-card p {
  margin: 10px 0 0;
  color: #d4cdb8;
  font-size: 14px;
  line-height: 1.75;
}

.usage-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.usage-hero,
.usage-section {
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(12, 20, 35, 0.92), rgba(8, 14, 25, 0.88));
  box-shadow: var(--shadow);
}

.usage-hero {
  padding: 30px;
}

.usage-topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.usage-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(46, 209, 127, 0.24);
  background: rgba(46, 209, 127, 0.10);
  color: #a7ffd0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usage-hero h1 {
  max-width: 960px;
  margin: 18px 0 16px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.usage-hero p,
.usage-section-heading p,
.usage-band p,
.usage-final p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.usage-hero p {
  max-width: 980px;
  margin: 0;
}

.usage-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.usage-highlight {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.usage-highlight span,
.usage-section-heading span {
  display: block;
  color: #8cebff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usage-highlight strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.2;
}

.usage-highlight small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.usage-section {
  margin-top: 24px;
  padding: 28px;
}

.usage-section-heading {
  margin-bottom: 20px;
}

.usage-section-heading h2,
.usage-band h2,
.usage-final h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.usage-card-grid,
.usage-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.usage-card,
.usage-scenario-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  padding: 20px;
}

.usage-card h3,
.usage-scenario-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.usage-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.usage-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 24px;
  align-items: center;
  border-color: rgba(46, 209, 127, 0.20);
  background:
    radial-gradient(circle at top left, rgba(46, 209, 127, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(10, 23, 31, 0.94), rgba(8, 14, 25, 0.90));
}

.usage-cost-stack {
  display: grid;
  gap: 10px;
}

.usage-cost-stack div,
.usage-metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.usage-cost-stack span,
.usage-metric-row span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.usage-cost-stack strong,
.usage-metric-row strong {
  color: var(--text);
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
}

.usage-metric-row.is-good strong {
  color: #8dffbd;
}

.usage-metric-row.is-warn strong {
  color: #ffe39b;
}

.usage-scenario-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usage-table {
  display: grid;
  gap: 12px;
}

.usage-table div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.usage-table strong {
  color: var(--text);
}

.usage-table span,
.usage-table em {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.usage-table em {
  font-style: normal;
}

.usage-final {
  text-align: center;
}

.usage-final p {
  max-width: 840px;
  margin: 14px auto 0;
}

.usage-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.usage-source-note {
  font-size: 13px;
}

@media (max-width: 980px) {
  .home-usage-strip,
  .checkout-api-note,
  .usage-band,
  .usage-table div {
    grid-template-columns: 1fr;
  }

  .home-usage-strip {
    justify-items: start;
  }

  .checkout-api-note {
    align-items: start;
  }

  .usage-hero-grid,
  .usage-card-grid,
  .usage-scenario-grid,
  .usage-page .usage-voice-grid,
  .usage-page .usage-voice-note,
  .usage-page .usage-thumbnail-grid,
  .usage-page .usage-thumbnail-bulk,
  .usage-page .usage-price-tiles,
  .usage-page .usage-final-layout,
  .usage-page .usage-scenario-detail-grid {
    grid-template-columns: 1fr;
  }

  .usage-shell {
    width: min(100vw - 24px, 1180px);
    padding-top: 20px;
  }

  .usage-hero,
  .usage-section {
    padding: 22px;
  }
}

.usage-page .fc-scenario-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: start !important;
}

.usage-page .fc-scenario-card {
  position: relative !important;
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
  display: grid !important;
  gap: 18px !important;
  padding: 22px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(173, 216, 255, 0.13) !important;
  background:
    radial-gradient(circle at top left, rgba(55, 216, 255, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(18, 27, 44, 0.96), rgba(8, 13, 25, 0.98)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 18px 46px rgba(0,0,0,0.22) !important;
}

.usage-page .fc-scenario-head {
  display: grid !important;
  gap: 8px !important;
}

.usage-page .fc-scenario-head span {
  width: max-content !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(55, 216, 255, 0.20) !important;
  background: rgba(55, 216, 255, 0.09) !important;
  color: #8cebff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.usage-page .fc-scenario-head h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(26px, 3vw, 34px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.usage-page .fc-scenario-head p {
  margin: 0 !important;
  color: #aabbd2 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.usage-page .fc-scenario-options {
  display: grid !important;
  gap: 12px !important;
}

.usage-page .fc-scenario-option {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 104px !important;
  padding: 16px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

.usage-page .fc-scenario-option.is-good {
  border-color: rgba(46, 209, 127, 0.24) !important;
  background: linear-gradient(135deg, rgba(46, 209, 127, 0.12), rgba(255, 255, 255, 0.04)) !important;
}

.usage-page .fc-scenario-option.is-warn {
  border-color: rgba(255, 227, 155, 0.24) !important;
  background: linear-gradient(135deg, rgba(255, 227, 155, 0.11), rgba(255, 255, 255, 0.04)) !important;
}

.usage-page .fc-scenario-option span {
  display: block !important;
  color: #f7fbff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-bottom: 5px !important;
}

.usage-page .fc-scenario-option small {
  display: block !important;
  color: #9fb1ca !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.usage-page .fc-scenario-option strong {
  color: #ffffff !important;
  font-size: clamp(26px, 3.2vw, 38px) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
  white-space: nowrap !important;
}

.usage-page .fc-scenario-option.is-good strong {
  color: #8dffbd !important;
}

.usage-page .fc-scenario-option.is-warn strong {
  color: #ffe39b !important;
}

.usage-page .fc-scenario-details {
  position: relative !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(5, 11, 20, 0.42) !important;
  overflow: visible !important;
}

.usage-page .fc-scenario-details summary {
  min-height: 50px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 16px !important;
  color: #d8e7fb !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.usage-page .fc-scenario-details[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.usage-page .fc-scenario-detail-grid {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(100% + 8px) !important;
  z-index: 20 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 16px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(173, 216, 255, 0.12) !important;
  background: linear-gradient(180deg, rgba(10, 17, 30, 0.98), rgba(6, 11, 21, 0.98)) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42) !important;
}

.usage-page .fc-scenario-detail-grid div {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

.usage-page .fc-scenario-detail-grid span,
.usage-page .fc-scenario-detail-grid strong {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.usage-page .fc-scenario-detail-grid span {
  color: #9fb1ca !important;
}

.usage-page .fc-scenario-detail-grid strong {
  color: #fff !important;
  white-space: nowrap !important;
}

.usage-page .fc-responsibility-card {
  display: grid !important;
  gap: 16px !important;
  align-content: center !important;
  padding: 24px !important;
  border-radius: 26px !important;
  border: 1px solid rgba(255, 227, 155, 0.22) !important;
  background:
    radial-gradient(circle at top right, rgba(255, 227, 155, 0.17), transparent 38%),
    linear-gradient(180deg, rgba(32, 27, 13, 0.72), rgba(8, 13, 25, 0.62)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

.usage-page .fc-responsibility-label {
  width: max-content !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 227, 155, 0.22) !important;
  background: rgba(255, 227, 155, 0.11) !important;
  color: #ffe39b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.usage-page .fc-responsibility-card h3 {
  margin: 0 !important;
  color: #fff3bf !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
}

.usage-page .fc-responsibility-card p {
  margin: 12px 0 0 !important;
  color: #d8cfb8 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

@media (max-width: 980px) {
  .usage-page .fc-scenario-grid,
  .usage-page .fc-scenario-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .usage-page .fc-scenario-option {
    grid-template-columns: 1fr !important;
  }

  .usage-page .fc-scenario-option strong {
    white-space: normal !important;
  }
}

.usage-page .fc-scenario-grid {
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
}

.usage-page .fc-scenario-card {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

.usage-page .fc-scenario-details {
  overflow: hidden !important;
}

.usage-page .fc-scenario-detail-grid {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  z-index: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 16px 16px !important;
}

@media (max-width: 980px) {
  .usage-page .fc-scenario-grid {
    flex-direction: column !important;
  }

  .usage-page .fc-scenario-card {
    width: 100% !important;
  }
}

.usage-page #maliyet-ornekleri {
  overflow: visible !important;
}

.usage-page #maliyet-ornekleri .fc-scenario-card {
  overflow: visible !important;
}

.usage-page #maliyet-ornekleri .fc-scenario-details {
  overflow: hidden !important;
}

.usage-page #maliyet-ornekleri .fc-scenario-details[open] {
  overflow: visible !important;
}

.usage-page #maliyet-ornekleri .fc-scenario-detail-grid {
  position: static !important;
  transform: none !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: auto !important;
  display: grid !important;
  margin: 0 !important;
  padding: 0 16px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
