/* =====================================================
   URLKita - Landing Page Styles
   ===================================================== */

.lp-nav {
  position: sticky; top: 0; z-index: 500;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--uk-border);
}
.lp-nav .container { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.lp-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; color: var(--uk-navy); }
.lp-brand img { width: 34px; height: 34px; object-fit: contain; }
.lp-menu { display: flex; align-items: center; gap: 30px; }
.lp-menu a { font-weight: 500; font-size: 14.5px; color: var(--uk-text); }
.lp-menu a:hover { color: var(--uk-blue-bright); }
.lp-nav-actions { display: flex; align-items: center; gap: 12px; }
.lp-hamburger { display: none; background: none; border: none; font-size: 24px; color: var(--uk-navy); cursor: pointer; }

.lp-mobile-menu {
  display: none;
  position: fixed; top: 74px; left: 0; right: 0; bottom: 0;
  background: #fff; z-index: 499; padding: 26px;
  flex-direction: column; gap: 4px;
}
.lp-mobile-menu.show { display: flex; }
.lp-mobile-menu a { padding: 14px 6px; font-size: 16px; font-weight: 600; border-bottom: 1px solid var(--uk-border); color: var(--uk-navy); }
.lp-mobile-menu .btn { margin-top: 18px; }

/* ---------- Hero ---------- */
.hero {
  background: var(--uk-gradient-soft);
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(41,211,238,.12) 0, transparent 45%),
                     radial-gradient(circle at 85% 70%, rgba(20,93,160,.12) 0, transparent 45%);
}
.hero .container { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(20,93,160,.08); color: var(--uk-blue);
  padding: 7px 16px; border-radius: 30px; font-size: 13px; font-weight: 600; margin-bottom: 22px;
}
.hero h1 { font-size: 44px; line-height: 1.18; color: var(--uk-navy-deep); margin: 0 0 18px; font-weight: 800; }
.hero h1 span { background: var(--uk-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { font-size: 16.5px; color: var(--uk-text-muted); line-height: 1.7; margin-bottom: 30px; max-width: 480px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 40px; }
.hero-stats div b { display: block; font-size: 24px; color: var(--uk-navy); }
.hero-stats div span { font-size: 12.5px; color: var(--uk-text-muted); }

.hero-visual {
  background: #fff; border-radius: 20px; box-shadow: var(--uk-shadow-lg); padding: 26px; border: 1px solid var(--uk-border);
}
.hero-visual .browser-bar { display: flex; align-items: center; gap: 6px; margin-bottom: 18px; }
.hero-visual .dot { width: 10px; height: 10px; border-radius: 50%; background: #dbe4ee; }
.hero-visual .url-chip {
  margin-left: 12px; flex: 1; background: #f4f8fc; border-radius: 8px; padding: 8px 14px; font-size: 12.5px; color: var(--uk-text-muted);
}
.demo-flow { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 30px 10px; flex-wrap: wrap; }
.demo-flow .demo-box {
  background: var(--uk-gradient); color: #fff; padding: 14px 18px; border-radius: 12px; font-weight: 600; font-size: 13.5px; text-align: center;
}
.demo-flow i { color: var(--uk-blue-bright); font-size: 20px; }
.demo-sources { display: flex; justify-content: center; gap: 16px; padding-top: 10px; border-top: 1px dashed var(--uk-border); }
.demo-sources div { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 11px; color: var(--uk-text-muted); }
.demo-sources i { font-size: 20px; color: var(--uk-blue); }

/* ---------- Sections ---------- */
.section { padding: 90px 0; }
.section-alt { background: #fff; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.section-head .eyebrow { color: var(--uk-blue-bright); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.section-head h2 { font-size: 32px; color: var(--uk-navy-deep); margin: 10px 0 12px; font-weight: 800; }
.section-head p { color: var(--uk-text-muted); font-size: 15.5px; line-height: 1.7; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: #fff; border: 1px solid var(--uk-border); border-radius: 16px; padding: 30px 26px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--uk-shadow-lg); }
.feature-icon {
  width: 54px; height: 54px; border-radius: 14px; background: var(--uk-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px;
}
.feature-card h3 { font-size: 17px; margin: 0 0 10px; color: var(--uk-navy); }
.feature-card p { font-size: 14px; color: var(--uk-text-muted); line-height: 1.65; margin: 0; }

/* ---------- How it works ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step-card { text-align: center; position: relative; padding: 0 10px; }
.step-num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--uk-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 16px; font-size: 16px;
}
.step-card h4 { font-size: 15.5px; margin: 0 0 8px; color: var(--uk-navy); }
.step-card p { font-size: 13.5px; color: var(--uk-text-muted); margin: 0; }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.price-card {
  background: #fff; border: 1.5px solid var(--uk-border); border-radius: 18px; padding: 34px 28px;
  display: flex; flex-direction: column; position: relative; transition: transform .2s ease, box-shadow .2s ease;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--uk-shadow-lg); }
.price-card.popular { border-color: var(--uk-blue-bright); box-shadow: var(--uk-shadow-lg); transform: scale(1.03); }
.price-ribbon {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--uk-gradient); color: #fff; font-size: 11.5px; font-weight: 700;
  padding: 5px 16px; border-radius: 20px; letter-spacing: .3px;
}
.price-name { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--uk-blue); margin-bottom: 6px; }
.price-duration { color: var(--uk-text-muted); font-size: 13.5px; margin-bottom: 18px; }
.price-amount { font-size: 40px; font-weight: 800; color: var(--uk-navy-deep); margin-bottom: 4px; }
.price-amount sup { font-size: 18px; top: -14px; }
.price-amount span { font-size: 14px; font-weight: 500; color: var(--uk-text-muted); }
.price-features { margin: 24px 0 28px; flex: 1; }
.price-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; padding: 8px 0; color: var(--uk-text); }
.price-features i { color: var(--uk-success); margin-top: 3px; }

/* ---------- Traffic showcase ---------- */
.traffic-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.traffic-source-list { display: flex; flex-direction: column; gap: 14px; }
.traffic-source-item {
  display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--uk-border);
  border-radius: 12px; padding: 14px 18px;
}
.traffic-source-item .ts-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 17px; }
.traffic-source-item .ts-bar-track { flex: 1; height: 8px; background: #eef3f9; border-radius: 6px; overflow: hidden; }
.traffic-source-item .ts-bar { height: 100%; border-radius: 6px; background: var(--uk-gradient); }
.traffic-source-item .ts-pct { font-weight: 700; font-size: 13.5px; color: var(--uk-navy); width: 42px; text-align: right; }

/* ---------- CTA ---------- */
.cta-band { background: var(--uk-gradient); border-radius: 24px; padding: 60px 40px; text-align: center; color: #fff; }
.cta-band h2 { font-size: 30px; margin: 0 0 14px; font-weight: 800; }
.cta-band p { opacity: .9; margin: 0 0 28px; font-size: 15.5px; }
.cta-band .btn-primary { background: #fff; color: var(--uk-navy); box-shadow: none; }

/* ---------- Footer ---------- */
.lp-footer { background: var(--uk-navy-deep); color: rgba(255,255,255,.75); padding: 60px 0 24px; }
.lp-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 40px; }
.lp-footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; font-size: 19px; margin-bottom: 14px; }
.lp-footer-brand img { width: 30px; height: 30px; }
.lp-footer p { font-size: 13.5px; line-height: 1.7; max-width: 280px; }
.lp-footer h5 { color: #fff; font-size: 13.5px; margin: 0 0 16px; text-transform: uppercase; letter-spacing: .5px; }
.lp-footer ul li { margin-bottom: 10px; font-size: 13.5px; }
.lp-footer ul a:hover { color: #fff; }
.lp-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; text-align: center; font-size: 12.5px; }

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .price-card.popular { transform: none; }
  .traffic-showcase { grid-template-columns: 1fr; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .lp-menu, .lp-nav-actions .btn-outline { display: none; }
  .lp-hamburger { display: block; }
  .hero { padding: 50px 0 60px; }
  .hero h1 { font-size: 30px; }
  .section { padding: 60px 0; }
}

@media (max-width: 560px) {
  .features-grid, .steps-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .section-head h2 { font-size: 25px; }
  .lp-footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 22px; }
}
