/* ─── abURL Landing v2 — SaaS-grade redesign ─── */

/* Fonts */
.lp2, .lp2 * {
  font-family: 'DM Sans', system-ui, sans-serif;
}
.lp2 em, .lp2 h1 em, .lp2 .h1-line2 em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
}

/* ─── Hero ─── */
.hero2 {
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
  background: #05070f;
}
.hero2-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero2-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}
.hero2-orb1 {
  width: 700px; height: 500px;
  top: -120px; left: -100px;
  background: radial-gradient(circle, #1a3aff 0%, #7c3aed 60%, transparent 100%);
  animation: orb-drift1 12s ease-in-out infinite alternate;
}
.hero2-orb2 {
  width: 500px; height: 500px;
  top: 0; right: -80px;
  background: radial-gradient(circle, #ed61fa 0%, #2d6cff 60%, transparent 100%);
  opacity: 0.3;
  animation: orb-drift2 10s ease-in-out infinite alternate;
}
.hero2-orb3 {
  width: 400px; height: 300px;
  bottom: 0; left: 30%;
  background: radial-gradient(circle, #06b6d4 0%, transparent 70%);
  opacity: 0.2;
}
@keyframes orb-drift1 { from {transform: translate(0,0) scale(1);} to {transform: translate(40px,30px) scale(1.05);} }
@keyframes orb-drift2 { from {transform: translate(0,0) scale(1);} to {transform: translate(-30px,20px) scale(1.08);} }

.hero2-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 28px;
}
.eyebrow-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.2); }
}

.hero2-h1 {
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #fff;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h1-line1 { color: #fff; }
.h1-line2 { color: rgba(255,255,255,0.85); }

.hero2-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.6);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.65;
  font-weight: 400;
}

/* ─── Generator card ─── */
.gen-card {
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.616);
  border-radius: 20px;
  max-width: 880px;
  margin: 0 auto 28px;
  overflow: visible;
  position: relative;
}

.gen-tabs {
  display: flex;
  padding: 12px 16px 0;
  gap: 4px;
}
.gen-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border-radius: 10px 10px 0 0;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: none;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
}
.gen-tab:hover { color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.05); }
.gen-tab.is-active {
  background: rgba(45,108,255,0.15);
  border-color: rgba(45,108,255,0.25);
  color: #7db3ff;
}

.gen-body {
  padding: 16px 16px 20px;
}
.gen-row {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.gen-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gen-field-url { flex: 3; min-width: 200px; }
.gen-field-brand { flex: 1.2; min-width: 130px; }
.gen-field-exp { flex: 0.9; min-width: 110px; }

.gen-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.gen-label .opt {
  font-weight: 400;
  color: rgba(255,255,255,0.3);
  text-transform: none;
  letter-spacing: 0;
}
.gen-input {
  height: 46px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
}
.gen-input::placeholder { color: rgba(255,255,255,0.3); }
.gen-input:focus {
  border-color: rgba(45,108,255,0.5);
  background: rgba(45,108,255,0.06);
}
.gen-btn {
  height: 46px;
  padding: 0 26px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #2d6cff, #9333ea);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(45,108,255,0.3);
  flex-shrink: 0;
}
.gen-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(45,108,255,0.45);
}

.gen-err {
  color: #f87171;
  font-size: 13px;
  font-weight: 700;
  padding: 0 16px 12px;
}
.gen-result {
  padding: 0 16px 16px;
}
.gen-result-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.2);
  border-radius: 10px;
  padding: 12px 16px;
  flex-wrap: wrap;
}
.result-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #4ade80;
  margin-bottom: 4px;
}
.result-link {
  color: #7db3ff;
  font-weight: 700;
  font-size: 15px;
  word-break: break-all;
}
.gen-copy-btn {
  height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.8);
  font-weight: 600;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.12s;
}
.gen-copy-btn:hover { background: rgba(255,255,255,0.12); }
.qr-result-row {
  display: flex;
  gap: 16px;
  align-items: center;
}
.qr-preview {
  width: 100px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: white;
  padding: 6px;
}

/* Use-case tickers */
.use-tickers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}
.tick2 {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ─── Trust bar ─── */
.trustbar2 {
  padding: 40px 0;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.trust-label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}
.logos2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  opacity: 0.5;
  filter: grayscale(100%);
}
.logos2 img { object-fit: contain; }

/* ─── Metrics ─── */
.metrics-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 60px auto;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 700px) { .metrics-section { grid-template-columns: repeat(2, 1fr); } }
.metric-card {
  background: var(--bg0);
  padding: 32px 24px;
  text-align: center;
}
.metric-num {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #2d6cff, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}
.metric-label {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}
.metric-sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

/* ─── Section commons ─── */
.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2d6cff;
  margin-bottom: 12px;
}
.section-h2 {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0 0 12px;
  color: var(--ink);
  line-height: 1.1;
}
.section-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 580px;
  line-height: 1.6;
  margin: 0 0 40px;
}

/* ─── Features grid ─── */
.feat-section {
  padding: 80px 0;
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 900px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .feat-grid { grid-template-columns: 1fr; } }

.feat2 {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid var(--border);
  transition: transform 0.15s, box-shadow 0.15s;
}
.feat2:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(10,22,45,0.09);
}
.feat2-blue  { background: linear-gradient(135deg, #eff6ff 0%, #fff 60%); }
.feat2-purple{ background: linear-gradient(135deg, #f5f3ff 0%, #fff 60%); }
.feat2-green { background: linear-gradient(135deg, #f0fdf4 0%, #fff 60%); }
.feat2-amber { background: linear-gradient(135deg, #fffbeb 0%, #fff 60%); }
.feat2-rose  { background: linear-gradient(135deg, #fff1f2 0%, #fff 60%); }
.feat2-indigo{ background: linear-gradient(135deg, #eef2ff 0%, #fff 60%); }

.feat2-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: rgba(45,108,255,0.08);
  color: #2d6cff;
}
.feat2-purple .feat2-icon { background: rgba(147,51,234,0.08); color: #9333ea; }
.feat2-green  .feat2-icon { background: rgba(34,197,94,0.1); color: #16a34a; }
.feat2-amber  .feat2-icon { background: rgba(245,158,11,0.1); color: #d97706; }
.feat2-rose   .feat2-icon { background: rgba(244,63,94,0.08); color: #e11d48; }
.feat2-indigo .feat2-icon { background: rgba(99,102,241,0.1); color: #4f46e5; }

.feat2 h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--ink);
}
.feat2 p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
.feat2 code {
  font-family: monospace;
  background: rgba(45,108,255,0.08);
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 13px;
  color: #2d6cff;
}
.feat2-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d6cff, #9333ea);
  color: #fff;
  vertical-align: middle;
  margin-left: 4px;
}

/* ─── Split section ─── */
.split2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 800px) {
  .split2 { grid-template-columns: 1fr; gap: 32px; }
  .split2-visual { order: -1; }
}
.split2-visual img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: 0 24px 64px rgba(10,22,45,0.12);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--ink);
}
.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(34,197,94,0.12);
  color: #16a34a;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}
.split2-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ─── Bulk section ─── */
.bulk-section { padding: 60px 0; }
.bulk-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #07090f;
  border-radius: 24px;
  padding: 48px;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  position: relative;
}
@media (max-width: 800px) {
  .bulk-card { grid-template-columns: 1fr; padding: 32px 24px; gap: 28px; }
}
.bulk-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45,108,255,0.2), rgba(147,51,234,0.2));
  border: 1px solid rgba(147,51,234,0.3);
  color: #c4b5fd;
  margin-bottom: 16px;
}
.bulk-h2 {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.8px;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.15;
}
.bulk-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0 0 24px;
}
.check-list-dark li { color: rgba(255,255,255,0.75); }
.check-icon-dark {
  background: rgba(34,197,94,0.15);
  color: #4ade80;
}
.bulk-cta {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2d6cff, #9333ea);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(45,108,255,0.3);
  transition: all 0.15s;
  margin-top: 8px;
}
.bulk-cta:hover { transform: translateY(-1px); box-shadow: 0 12px 32px rgba(45,108,255,0.45); }

/* Bulk preview */
.bulk-preview {
  background: #0d0f1a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.bulk-preview-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}
.bulk-preview-dot { width: 10px; height: 10px; border-radius: 50%; }
.bulk-preview-dot.r { background: #ff5f57; }
.bulk-preview-dot.y { background: #febc2e; }
.bulk-preview-dot.g { background: #28c840; }
.bulk-preview-rows { padding: 0; }
.brow {
  display: grid;
  grid-template-columns: 2fr 1.2fr 0.4fr;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 12px;
  align-items: center;
}
.brow-head { color: rgba(255,255,255,0.3); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 10px; }
.brow-url { color: rgba(255,255,255,0.45); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: monospace; }
.brow-short { font-weight: 600; }
.brow-done { color: #4ade80; }
.brow-qr { color: #4ade80; font-weight: 700; }
.brow-lock .brow-short, .brow-lock .brow-qr { color: rgba(255,255,255,0.2); }
.bulk-upgrade-overlay {
  position: absolute;
  inset: 0;
  top: 50%;
  background: linear-gradient(to bottom, transparent 0%, rgba(7,9,15,0.97) 40%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}
.bulk-overlay-card {
  text-align: center;
  padding: 16px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  color: #fff;
}
.bulk-overlay-card strong { display: block; font-size: 14px; margin-bottom: 4px; }
.bulk-overlay-card p { font-size: 12px; color: rgba(255,255,255,0.4); margin: 0 0 10px; }
.bulk-overlay-btn {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2d6cff, #9333ea);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
}

/* ─── How it works ─── */
.hiw-section {
  padding: 80px 0;
  text-align: center;
}
.hiw-section .section-h2 { margin-bottom: 48px; }
.hiw-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 640px) {
  .hiw-steps { flex-direction: column; gap: 20px; }
  .hiw-arrow { transform: rotate(90deg); }
}
.hiw-step {
  flex: 1;
  max-width: 240px;
  text-align: center;
  padding: 32px 20px;
}
.hiw-n {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -2px;
  background: linear-gradient(135deg, #2d6cff, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
  line-height: 1;
}
.hiw-step h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
}
.hiw-step p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
.hiw-arrow {
  font-size: 24px;
  color: rgba(45,108,255,0.3);
  flex-shrink: 0;
  font-weight: 300;
}

/* ─── Testimonials ─── */
.testimonials2 { padding: 80px 0; }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 700px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--card);
}
.testi-card-accent {
  background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
  border-color: rgba(45,108,255,0.15);
}
.testi-stars {
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 12px;
}
.testi-card p {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.6;
  margin: 0 0 16px;
  font-style: italic;
}
.testi-who {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

/* ─── FAQ ─── */
.faq-section { padding: 80px 0; }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 640px) { .faq-grid { grid-template-columns: 1fr; } }
.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 22px;
  cursor: pointer;
  transition: background 0.12s;
}
.faq-item:hover { background: rgba(45,108,255,0.03); }
.faq-item summary {
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::after {
  content: '+';
  font-size: 20px;
  color: var(--muted);
  transition: transform 0.15s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p {
  font-size: 14px;
  color: var(--muted);
  margin: 12px 0 0;
  line-height: 1.65;
}

/* ─── Final CTA ─── */
.final-cta2 { padding: 60px 0 80px; }
.final-cta2-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 80px 40px;
  border-radius: 24px;
  background: #07090f;
  border: 1px solid rgba(255,255,255,0.06);
}
.final-cta2-orb1, .final-cta2-orb2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}
.final-cta2-orb1 {
  width: 400px; height: 300px;
  top: -80px; left: -60px;
  background: radial-gradient(circle, #1a3aff 0%, transparent 70%);
  opacity: 0.4;
}
.final-cta2-orb2 {
  width: 400px; height: 300px;
  bottom: -80px; right: -60px;
  background: radial-gradient(circle, #9333ea 0%, transparent 70%);
  opacity: 0.35;
}
.final-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(45,108,255,0.8);
  margin-bottom: 12px;
  position: relative;
}
.final-h2 {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.1;
  position: relative;
}
.final-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.6;
  position: relative;
}
.final-cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.btn-lg {
  height: 52px;
  padding: 0 28px;
  font-size: 16px;
}

/* ─── SEO details ─── */
.lp-details {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 20px;
}
.lp-details summary {
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  color: var(--muted);
}

/* ─── Anon modal (kept from original, lightly themed) ─── */
.aburl-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5,7,15,0.7);
  z-index: 200;
  display: none;
  backdrop-filter: blur(6px);
}
.aburl-modal-overlay[aria-hidden="false"] { display: block; }
.aburl-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  width: min(600px, 96vw);
  max-height: 88vh;
  overflow-y: auto;
  background: #0d0f1a;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 28px;
  display: none;
}
.aburl-modal[aria-hidden="false"] { display: block; }
.aburl-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  font-size: 14px;
}
.aburl-success {
  font-size: 13px;
  color: #4ade80;
  font-weight: 700;
  margin-bottom: 8px;
}
.aburl-modal-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}
.aburl-modal-subtitle {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  margin: 0 0 16px;
}
.aburl-link-row {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.aburl-link-input {
  flex: 1;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #7db3ff;
  font-size: 14px;
  font-family: monospace;
}
.aburl-btn {
  height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.12s;
}
.aburl-btn-secondary {
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.1);
}
.aburl-btn-primary {
  background: linear-gradient(135deg, #2d6cff, #9333ea);
  color: #fff;
  width: 100%;
  justify-content: center;
  height: 48px;
  font-size: 15px;
  box-shadow: 0 8px 24px rgba(45,108,255,0.3);
}
.aburl-analytics-preview {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
  padding: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
.aburl-analytics-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.aburl-stat-label { font-size: 10px; color: rgba(255,255,255,0.3); text-transform: uppercase; margin-bottom: 4px; }
.aburl-stat-value { font-size: 14px; font-weight: 700; color: #fff; }
.aburl-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 60px;
}
.aburl-chart-bar {
  flex: 1;
  background: linear-gradient(to top, #2d6cff, #9333ea);
  border-radius: 4px 4px 0 0;
  opacity: 0.6;
}
.aburl-blur-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13,15,26,0.65);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.aburl-lock-card {
  text-align: center;
  padding: 16px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
}
.aburl-lock-title { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.aburl-lock-text { font-size: 13px; color: rgba(255,255,255,0.5); }
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.feature-group { }
.feature-title { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.6); margin-bottom: 8px; }
.feature-group ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 5px; }
.feature-group li { font-size: 12px; color: rgba(255,255,255,0.35); }
.aburl-modal-footer { text-align: center; }
.aburl-note { font-size: 12px; color: rgba(255,255,255,0.3); margin-bottom: 12px; }
.aburl-footer-links { margin-top: 12px; display: flex; gap: 16px; justify-content: center; }
.aburl-footer-links a { font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: underline; }

@media (max-width: 480px) {
  .feature-list { grid-template-columns: 1fr; }
  .aburl-analytics-top { grid-template-columns: repeat(2, 1fr); }
  .gen-row { flex-direction: column; }
  .gen-btn { width: 100%; justify-content: center; }
}
