/* ==========================================================================
   Nova Theme — public site (home, pages, short-link pages)
   Loads after bootstrap.min.css
   ========================================================================== */
:root {
  --nv-primary: #4f46e5; --nv-primary-2: #7c3aed; --nv-accent: #06b6d4; --nv-success: #10b981; --nv-danger: #ef4444;
  --nv-ink: #0f172a; --nv-text: #1e293b; --nv-muted: #64748b; --nv-bg: #f4f6fb; --nv-border: #e6e9f2;
  --nv-radius: 16px; --nv-shadow: 0 1px 2px rgba(15,23,42,.04), 0 10px 30px -14px rgba(15,23,42,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.nv-front {
  margin: 0; font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 15px;
  color: var(--nv-text); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; padding-top: 72px;
}
body.nv-front h1, body.nv-front h2, body.nv-front h3, body.nv-front h4 { font-family: inherit; font-weight: 800; color: var(--nv-ink); letter-spacing: -.02em; line-height: 1.2; }
body.nv-front a { color: var(--nv-primary); }
body.nv-front a:hover, body.nv-front a:focus { color: var(--nv-primary-2); text-decoration: none; }
.container { max-width: 1140px; }

/* ---------- Navbar ---------- */
.nv-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1030; height: 72px;
  background: rgba(255,255,255,.86); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(230,233,242,.9);
}
.nv-nav .container { display: flex; align-items: center; height: 72px; gap: 20px; }
.nv-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; color: var(--nv-ink); letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.nv-brand:hover, .nv-brand:focus { color: var(--nv-ink); }
.nv-brand img { max-height: 40px; width: auto; }
.nv-brand .nv-logo-mark { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, var(--nv-primary), var(--nv-accent)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; }
.nv-nav-menu { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nv-nav-menu ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.nv-nav-menu ul li a { display: inline-block; padding: 8px 14px; border-radius: 10px; color: var(--nv-text); font-weight: 500; text-decoration: none; }
.nv-nav-menu ul li a:hover { background: var(--nv-bg); color: var(--nv-ink); }
.nv-nav-menu .dropdown-menu { border: 1px solid var(--nv-border); border-radius: 12px; box-shadow: 0 16px 40px -16px rgba(15,23,42,.3); padding: 6px; }
.nv-nav-menu .dropdown-menu > li > a { border-radius: 8px; }
.nv-nav-cta { display: flex; align-items: center; gap: 8px; margin-left: 8px; }
.nv-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border-radius: 12px; font-weight: 700; font-size: 14px; border: 1px solid transparent; text-decoration: none; cursor: pointer; transition: filter .15s, transform .08s, background .15s, box-shadow .15s; line-height: 1.3; font-family: inherit; }
.nv-btn:active { transform: translateY(1px); }
.nv-btn-primary { background: linear-gradient(135deg, var(--nv-primary), var(--nv-primary-2)); color: #fff !important; box-shadow: 0 10px 24px -12px rgba(79,70,229,.9); }
.nv-btn-primary:hover { filter: brightness(1.07); }
.nv-btn-ghost { background: transparent; color: var(--nv-ink) !important; border-color: var(--nv-border); }
.nv-btn-ghost:hover { background: var(--nv-bg); }
.nv-btn-light { background: #fff; color: var(--nv-ink) !important; }
.nv-btn-light:hover { background: #f1f5f9; }
.nv-btn-lg { padding: 14px 26px; font-size: 16px; border-radius: 14px; }
.nv-burger { display: none; margin-left: auto; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--nv-border); background: #fff; color: var(--nv-ink); align-items: center; justify-content: center; cursor: pointer; font-size: 18px; }

/* ---------- Hero ---------- */
.nv-hero {
  position: relative; overflow: hidden; color: #fff; padding: 84px 0 96px;
  background: radial-gradient(900px 500px at 10% 0%, rgba(6,182,212,.35), transparent 60%),
              radial-gradient(900px 600px at 90% 100%, rgba(124,58,237,.5), transparent 60%),
              linear-gradient(160deg, #0f172a 0%, #1e1b4b 100%);
}
.nv-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .32; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 44px 44px; -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 10%, transparent 70%); mask-image: radial-gradient(ellipse at 50% 30%, #000 10%, transparent 70%);
}
.nv-hero .nv-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; pointer-events: none; animation: nvFloat 14s ease-in-out infinite; }
.nv-hero .nv-orb-1 { width: 380px; height: 380px; background: #6366f1; top: -120px; left: -80px; }
.nv-hero .nv-orb-2 { width: 320px; height: 320px; background: #06b6d4; bottom: -140px; right: 8%; animation-delay: -6s; }
@keyframes nvFloat { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(20px, -24px); } }
.nv-hero .container { position: relative; z-index: 1; }
.nv-hero-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.nv-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); color: #e0e7ff; font-size: 13px; font-weight: 600; margin-bottom: 22px; }
.nv-pill i { color: #67e8f9; }
body.nv-front .nv-hero h1 { color: #fff; font-size: 54px; margin: 0 0 16px; letter-spacing: -.035em; }
.nv-hero h1 span { background: linear-gradient(90deg, #a5b4fc 0%, #67e8f9 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nv-hero p.nv-lead { color: #cbd5e1; font-size: 18px; margin: 0 auto 34px; max-width: 620px; }
.nv-shorten-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 12px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); max-width: 720px; margin: 0 auto; text-align: left; }
#shorten .input-group { display: flex; width: 100%; }
#shorten .form-control.input-lg { flex: 1 1 auto; height: 58px; border-radius: 14px 0 0 14px; border: 0; font-size: 16px; padding: 0 20px; background: #fff; color: var(--nv-ink); box-shadow: none; width: 100%; }
#shorten .form-control.input-lg:focus { outline: 0; box-shadow: inset 0 0 0 2px var(--nv-primary); }
#shorten .input-group-addon { padding: 0; border: 0; background: transparent; width: auto; border-radius: 0 14px 14px 0; }
#shorten .input-group-addon .btn-captcha, #shorten button { height: 58px; padding: 0 26px; border: 0; border-radius: 0 14px 14px 0; background: linear-gradient(135deg, var(--nv-primary), var(--nv-primary-2)); color: #fff; font-weight: 700; font-size: 16px; cursor: pointer; font-family: inherit; }
#shorten button:hover { filter: brightness(1.08); }
#shorten .form-group { margin: 0; }
#shorten .captcha { padding: 12px 0 0; text-align: center; }
.add-link-result { margin-top: 12px; }
.add-link-result:empty { display: none; }
.add-link-result .alert { border-radius: 12px; margin: 0; }
.add-link-result .input-group { margin: 6px 0; }
.add-link-result .form-control { height: 46px; border-radius: 12px 0 0 12px; border: 1px solid var(--nv-border); box-shadow: none; }
.add-link-result .input-group-addon { border: 1px solid var(--nv-border); background: #fff; cursor: pointer; color: var(--nv-primary); }
.add-link-result .input-group-addon:last-child { border-radius: 0 12px 12px 0; }
.nv-shorten-card .add-link-result { color: var(--nv-ink); }
.nv-shorten-card .add-link-result p, .nv-shorten-card .add-link-result a { color: #e2e8f0; }
.nv-hero-meta { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; margin-top: 26px; color: #cbd5e1; font-size: 14px; }
.nv-hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.nv-hero-meta i { color: #67e8f9; }
.nv-hero-cta { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- Sections ---------- */
.nv-section { padding: 88px 0; }
.nv-section.nv-alt { background: var(--nv-bg); }
.nv-section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.nv-eyebrow { display: inline-block; color: var(--nv-primary); font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 12px; }
.nv-section-head h2 { font-size: 36px; margin: 0 0 12px; }
.nv-section-head p { color: var(--nv-muted); font-size: 16.5px; margin: 0; }

/* Steps */
.nv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.nv-step { background: #fff; border: 1px solid var(--nv-border); border-radius: var(--nv-radius); padding: 28px; box-shadow: var(--nv-shadow); position: relative; transition: transform .2s, box-shadow .2s; }
.nv-step:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(15,23,42,.25); }
.nv-step-num { position: absolute; top: 20px; right: 22px; font-size: 44px; font-weight: 800; color: #eef2ff; line-height: 1; }
.nv-step-icon { width: 52px; height: 52px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; background: linear-gradient(135deg, var(--nv-primary), var(--nv-accent)); margin-bottom: 18px; }
.nv-step h3 { font-size: 19px; margin: 0 0 8px; }
.nv-step p { color: var(--nv-muted); margin: 0; }

/* Features */
.nv-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.nv-feature { background: #fff; border: 1px solid var(--nv-border); border-radius: var(--nv-radius); padding: 26px; display: flex; gap: 16px; align-items: flex-start; transition: border-color .2s, box-shadow .2s; }
.nv-feature:hover { border-color: #c7d2fe; box-shadow: var(--nv-shadow); }
.nv-feature i { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px; background: #eef2ff; color: var(--nv-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 18px; }
.nv-feature h4 { font-size: 16px; margin: 4px 0 6px; }
.nv-feature p { color: var(--nv-muted); margin: 0; font-size: 14.5px; }

/* Stats band */
.nv-stats { background: linear-gradient(135deg, #0f172a, #1e1b4b); color: #fff; border-radius: 24px; padding: 44px 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; position: relative; overflow: hidden; }
.nv-stats::after { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(99,102,241,.35); filter: blur(80px); right: -120px; top: -160px; }
.nv-stats > div { position: relative; z-index: 1; }
.nv-stats .display-counter { display: block; font-size: 42px; font-weight: 800; letter-spacing: -.03em; background: linear-gradient(90deg, #a5b4fc, #67e8f9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nv-stats span:last-child { color: #cbd5e1; font-weight: 500; }

/* CTA band */
.nv-cta { border-radius: 24px; padding: 48px; background: linear-gradient(135deg, var(--nv-primary), var(--nv-primary-2)); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; box-shadow: 0 30px 60px -30px rgba(79,70,229,.8); }
body.nv-front .nv-cta h2 { color: #fff; font-size: 30px; margin: 0 0 6px; }
.nv-cta p { margin: 0; color: #e0e7ff; font-size: 16px; }

/* Contact */
#contact .form-control { height: 48px; border-radius: 12px; border: 1px solid #d9deea; box-shadow: none; padding: 10px 16px; }
#contact textarea.form-control { height: 156px; padding: 14px 16px; }
#contact .form-control:focus { border-color: var(--nv-primary); box-shadow: 0 0 0 4px rgba(79,70,229,.14); }
#contact .form-group { margin-bottom: 16px; }
#contact .checkbox label, #contact .input.checkbox label { font-weight: 500; display: inline-flex; gap: 8px; align-items: flex-start; }
#contact input[type="checkbox"] { accent-color: var(--nv-primary); width: 16px; height: 16px; margin-top: 4px; }
#contact .btn-xl { padding: 14px 30px; border-radius: 14px; background: linear-gradient(135deg, var(--nv-primary), var(--nv-primary-2)); color: #fff; font-weight: 700; border: 0; font-size: 16px; }
#contact .captcha { margin: 10px 0 18px; }
.nv-contact-card { background: #fff; border: 1px solid var(--nv-border); border-radius: 20px; padding: 32px; box-shadow: var(--nv-shadow); }
.contact-result .alert { border-radius: 12px; margin-top: 16px; }

/* ---------- Inner pages ---------- */
.nv-page-hero { background: linear-gradient(160deg, #0f172a 0%, #1e1b4b 100%); color: #fff; padding: 30px 0; position: relative; overflow: hidden; }
.nv-page-hero::after { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(6,182,212,.25); filter: blur(90px); right: -150px; top: -200px; }
.nv-page-hero h1 { color: #fff; font-size: 30px; margin: 0; position: relative; z-index: 1; }
.nv-page-body { padding: 28px 0 56px; }
.nv-page-body .nv-prose { background: #fff; border: 1px solid var(--nv-border); border-radius: 16px; padding: 24px; box-shadow: var(--nv-shadow); font-size: 15.5px; }
.nv-page-body .nv-prose h2, .nv-page-body .nv-prose h3 { margin-top: 28px; }
.nv-page-body .nv-prose img { max-width: 100%; height: auto; }
.nv-page-body .nav-tabs { border-bottom: 1px solid var(--nv-border); margin-bottom: 20px; }
.nv-page-body .nav-tabs > li > a { border: 0; font-weight: 600; color: var(--nv-muted); border-radius: 10px 10px 0 0; }
.nv-page-body .nav-tabs > li.active > a { color: var(--nv-primary); border: 0; border-bottom: 2px solid var(--nv-primary); }
.nv-page-body .table > thead > tr > th { background: #f8fafc; color: var(--nv-muted); text-transform: uppercase; font-size: 12px; letter-spacing: .06em; border-bottom: 1px solid var(--nv-border); }
.nv-page-body .table > tbody > tr > td { border-top: 1px solid var(--nv-border); vertical-align: middle; }
.nv-page-body .table-striped > tbody > tr:nth-of-type(odd) { background: #fbfcfe; }
.nv-page-body .btn-primary, .nv-page-body .btn-default { border-radius: 10px; font-weight: 600; }
.nv-page-body .form-control { border-radius: 10px; height: 44px; box-shadow: none; border-color: #d9deea; }

/* Core pages that still use the classic header markup (blog, contact) */
body.nv-front > header:not(.nv-hero) { background: linear-gradient(160deg, #0f172a 0%, #1e1b4b 100%); color: #fff; padding: 30px 0; position: relative; overflow: hidden; }
body.nv-front .nv-page-hero h1 { color: #fff; }
body.nv-front > header:not(.nv-hero) .intro-lead-in, body.nv-front > header:not(.nv-hero) .intro-heading { font-size: 38px; font-weight: 800; letter-spacing: -.02em; line-height: 1.2; }
body.nv-front > section.blog, body.nv-front > section#services, body.nv-front > section#contact.inner { padding: 28px 0 56px; }
section.blog .blog-item { background: #fff; border: 1px solid var(--nv-border); border-radius: 16px; padding: 24px; margin-bottom: 20px; box-shadow: var(--nv-shadow); }
section.blog .blog-item h3 { font-size: 22px; }
section#services .row { margin-bottom: 20px; }

/* Generic .box on front pages (link statistics) */
.nv-front .box { background: #fff; border: 1px solid var(--nv-border); border-radius: 16px; box-shadow: var(--nv-shadow); margin-bottom: 24px; }
.nv-front .box-header { padding: 16px 20px; border-bottom: 1px solid var(--nv-border); display: flex; align-items: center; gap: 10px; }
.nv-front .box-header .box-title { margin: 0; font-size: 15px; font-weight: 700; }
.nv-front .box-body { padding: 20px; }
.nv-front .page-title { font-size: 26px; margin: 0 0 20px; }

/* ---------- Short link pages (countdown / interstitial / captcha) ---------- */
body.nv-front.nv-linkpage { background: var(--nv-bg); }
.nv-link-wrap { padding: 32px 0 60px; }
.nv-link-card { background: #fff; border: 1px solid var(--nv-border); border-radius: 22px; box-shadow: var(--nv-shadow); padding: 32px; text-align: center; max-width: 840px; margin: 0 auto; }
.nv-link-card h4 { font-size: 20px; margin: 0 0 18px; }
.banner { margin: 16px auto; text-align: center; }
.banner-inner { display: inline-block; max-width: 100%; }
.banner-inner img, .banner-inner iframe { max-width: 100%; }
.countdown { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 138px; height: 138px; border-radius: 50%; margin: 10px auto 22px; color: var(--nv-ink); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; position: relative; background: conic-gradient(var(--nv-primary) 0deg, var(--nv-accent) 360deg); padding: 6px; }
.countdown { z-index: 0; }
.countdown::before { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: #fff; z-index: -1; }
.countdown .timer { font-size: 46px; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--nv-primary); text-transform: none; display: block; margin-bottom: 4px; }
.countdown br { display: none; }
.get-link.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 240px; padding: 15px 30px; border-radius: 14px; font-weight: 700; font-size: 17px; border: 0; background: linear-gradient(135deg, var(--nv-success), #059669); color: #fff; box-shadow: 0 14px 30px -14px rgba(16,185,129,.9); transition: filter .15s, transform .1s; }
.get-link.btn:hover { filter: brightness(1.06); color: #fff; }
.get-link.btn.disabled { background: #e2e8f0; color: var(--nv-muted); box-shadow: none; opacity: 1; cursor: wait; }
.link-details .panel { border-radius: 16px; border: 1px solid var(--nv-border); box-shadow: none; text-align: left; }
.link-details .link-image { max-width: 100%; max-height: 180px; border-radius: 12px; margin-bottom: 10px; }
.link-details .link-image[src=""] { display: none; }
.blog-item { text-align: left; background: #f8fafc; border-radius: 16px; padding: 18px 20px; margin: 0 0 20px; }
.blog-item .page-header { margin: 0 0 8px; padding: 0; border: 0; }
.blog-item h3 { font-size: 17px; margin: 0; }
.blog-item h3 small { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--nv-muted); margin-bottom: 4px; }
.nv-link-card .btn-primary { border-radius: 12px; padding: 12px 26px; font-weight: 700; background: linear-gradient(135deg, var(--nv-primary), var(--nv-primary-2)); border: 0; font-size: 16px; }
.nv-link-card hr { border-top: 1px solid var(--nv-border); margin: 26px 0; }
.nv-link-card .text-left h3 { font-size: 18px; margin: 18px 0 8px; }
.nv-link-card .text-left p { color: var(--nv-muted); }
.nv-link-card .alert { border-radius: 12px; }
.adblock-message, .nv-link-card .alert-danger { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; border-radius: 12px; padding: 14px 16px; }

/* Interstitial layout */
body.nv-interstitial { padding-top: 0; background: #0f172a; }
.nv-inter-bar { height: 64px; background: rgba(15,23,42,.92); color: #fff; display: flex; align-items: center; position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.08); }
.nv-inter-bar .container { display: flex; align-items: center; gap: 16px; }
.nv-inter-bar .nv-brand, .nv-inter-bar .nv-brand:hover { color: #fff; }
.skip-ad { margin-left: auto; }
.skip-ad, .skip-ad a, .skip-ad a:focus, .skip-ad a:hover { color: #fff; }
.skip-ad .btn, .skip-ad a.btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 12px; background: linear-gradient(135deg, var(--nv-success), #059669); color: #fff; font-weight: 700; border: 0; }
.skip-ad .counter { display: inline-flex; align-items: center; padding: 10px 16px; border-radius: 12px; background: rgba(255,255,255,.1); font-weight: 700; }
#frame { display: block; width: 100%; min-height: calc(100vh - 64px); border: 0; background: #fff; }

/* ---------- Footer: one horizontal bar on desktop, stacked on mobile ---------- */
.nv-footer { background: #0f172a; color: #94a3b8; padding: 22px 0; font-size: 14px; }
.nv-footer-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.nv-footer-copy { color: #cbd5e1; }
.nv-footer-links { display: flex; align-items: center; gap: 22px; }
.nv-footer-menu { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 22px; }
.nv-footer-menu li { padding: 0; }
.nv-footer-menu li a { color: #cbd5e1; font-weight: 500; }
.nv-footer-menu li a:hover { color: #fff; }
.nv-social { display: flex; gap: 8px; }
.nv-social a { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.08); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.nv-social a:hover { background: var(--nv-primary); color: #fff; }
@media (max-width: 767px) {
  .nv-footer { padding: 28px 0; text-align: center; }
  .nv-footer-bar { flex-direction: column-reverse; gap: 18px; }
  .nv-footer-links { flex-direction: column; gap: 14px; width: 100%; }
  .nv-footer-menu { flex-direction: column; gap: 10px; width: 100%; }
  .nv-footer-menu li a { display: block; padding: 8px 0; }
}

/* Flash messages on front */
.nv-flash { position: fixed; top: 84px; left: 50%; transform: translateX(-50%); z-index: 1040; width: min(560px, calc(100% - 32px)); }
.nv-flash:empty { display: none; }
.nv-flash .alert, .nv-flash .message { border-radius: 12px; box-shadow: 0 20px 40px -20px rgba(15,23,42,.4); font-weight: 500; }
.message.success { background: #ecfdf5; color: #065f46; padding: 12px 16px; }
.message.error { background: #fef2f2; color: #991b1b; padding: 12px 16px; }

/* Cookie bar */
#cookie-pop { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 2000; background: var(--nv-ink); color: #fff; border-radius: 14px; padding: 14px 16px; box-shadow: 0 20px 50px -20px rgba(0,0,0,.6); display: none; max-width: 720px; margin: 0 auto; }
#cookie-pop .container-fluid { display: flex; align-items: center; gap: 12px; padding: 0; }
#cookie-pop .col-xs-9, #cookie-pop .col-xs-3 { padding: 0; width: auto; float: none; }
#cookie-pop .col-xs-9 { flex: 1 1 auto; }
#cookie-pop a { color: #67e8f9; font-weight: 600; }
#cookie-pop .btn { background: #fff; color: var(--nv-ink); border: 0; border-radius: 10px; font-weight: 700; white-space: nowrap; }

/* Reveal on scroll (content is always visible; animation only adds motion) */
@keyframes nvUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.nv-reveal.nv-in { animation: nvUp .6s ease both; }
@media (prefers-reduced-motion: reduce) { .nv-reveal.nv-in { animation: none; } .nv-hero .nv-orb { animation: none; } }
/* Login / Sign Up entries from the main menu are shown as buttons instead */
.nv-nav-menu .nv-menu li a[href$="/auth/signin"], .nv-nav-menu .nv-menu li a[href$="/auth/signup"] { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .nv-burger { display: inline-flex; }
  .nv-nav-menu { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--nv-border); padding: 12px 16px 16px; flex-direction: column; align-items: stretch; box-shadow: 0 20px 40px -20px rgba(15,23,42,.3); }
  .nv-nav-menu.nv-open { display: flex; }
  .nv-nav-menu ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .nv-nav-menu ul li a { display: block; padding: 12px 14px; }
  .nv-nav-cta { margin: 10px 0 0; flex-direction: column; }
  .nv-nav-cta .nv-btn { width: 100%; }
  .nv-hero { padding: 60px 0 70px; }
  .nv-hero h1 { font-size: 38px; }
  .nv-hero p.nv-lead { font-size: 16px; }
  .nv-steps, .nv-features, .nv-stats { grid-template-columns: 1fr; }
  .nv-section { padding: 64px 0; }
  .nv-section-head h2 { font-size: 28px; }
  .nv-cta { padding: 32px 24px; }
  .nv-cta h2 { font-size: 24px; }
  .nv-page-hero h1 { font-size: 28px; }
  .nv-page-body .nv-prose, .nv-contact-card { padding: 22px; }
}
@media (max-width: 600px) {
  #shorten .input-group { flex-direction: column; }
  #shorten .form-control.input-lg { border-radius: 14px; height: 54px; margin-bottom: 8px; }
  #shorten .input-group-addon { display: block; width: 100%; border-radius: 14px; }
  #shorten .input-group-addon .btn-captcha, #shorten button { width: 100%; border-radius: 14px; height: 54px; }
  .nv-hero h1 { font-size: 32px; }
  .nv-link-card { padding: 22px 16px; border-radius: 18px; }
  .get-link.btn { width: 100%; min-width: 0; }
  .nv-stats .display-counter { font-size: 34px; }
}