/* ═══════════════════════════════════════════════════
   BYTNT Booking v2.0 — booking.bytnt.biz
   Design: Luxury dark rose / neon accent
   Enhanced: Admin, FAQ, SEO, expanded pages
   ═══════════════════════════════════════════════════ */

/* Fonts: use system fonts only (no external fonts) */

:root {
  --rose:     #e8357a;
  --rose-lt:  #f06292;
  --rose-dk:  #b5185d;
  --rose-glow:#e8357a55;
  --violet:   #7c3aed;
  --violet-lt:#a78bfa;
  --bg:       #0d0810;
  --bg2:      #130d18;
  --bg3:      #1c1226;
  --card:     rgba(255,255,255,0.04);
  --card-hover:rgba(255,255,255,0.07);
  --border:   rgba(255,255,255,0.08);
  --border-rose: rgba(232,53,122,0.3);
  --text:     #f0e8f5;
  --muted:    #9a8aaa;
  --white:    #ffffff;
  --font:     system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --font-display: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --radius:   16px;
  --radius-lg: 24px;
  --shadow:   0 8px 40px rgba(232,53,122,0.18);
  --shadow-lg:0 24px 80px rgba(232,53,122,0.22);
  --t:        cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg2); }
::-webkit-scrollbar-thumb { background: var(--rose-dk); border-radius: 3px; }
::selection { background: var(--rose); color: #fff; }

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

a { color: var(--rose-lt); text-decoration: none; transition: color .2s; }
a:hover { color: var(--white); }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ══ NAVBAR ══ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 24px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(13,8,16,0.85);
  backdrop-filter: blur(20px) saturate(1.6);
  border-bottom: 1px solid var(--border);
  transition: background .3s;
}
.navbar.scrolled { background: rgba(13,8,16,0.97); box-shadow: 0 2px 24px rgba(0,0,0,.4); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo img { width: 36px; height: 36px; border-radius: 10px; object-fit: cover; }
.nav-logo span { font-size: 1.25rem; font-weight: 800; color: var(--white); letter-spacing: -0.03em; font-family: var(--font-display); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  color: var(--muted); font-size: .88rem; font-weight: 500;
  padding: 6px 13px; border-radius: 8px; transition: all .2s; text-decoration: none;
}
.nav-links a:hover, .nav-links a.active { color: var(--white); background: var(--card); }
.nav-lang {
  display: flex; align-items: center; gap: 6px;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 8px; padding: 4px 8px;
}
.nav-lang a { color: var(--muted); font-size: .8rem; font-weight: 600; padding: 2px 6px; border-radius: 4px; transition: all .15s; text-decoration: none; }
.nav-lang a.active, .nav-lang a:hover { color: var(--rose); background: var(--rose-glow); }
.nav-cta {
  background: var(--rose); color: #fff !important;
  padding: 8px 20px !important; border-radius: 10px !important;
  font-weight: 700 !important; transition: all .2s !important;
}
.nav-cta:hover { background: var(--rose-dk) !important; transform: translateY(-1px); box-shadow: var(--shadow); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }
.mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; bottom: 0; background: var(--bg); z-index: 999; flex-direction: column; padding: 24px; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--text); font-size: 1.1rem; font-weight: 600; padding: 14px 0; border-bottom: 1px solid var(--border); text-decoration: none; }

/* ══ HERO ══ */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 64px; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 65% 45%, rgba(232,53,122,0.24) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(124,58,237,0.2) 0%, transparent 60%),
    linear-gradient(180deg, #0d0810 0%, #130d18 100%);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: .4;
}
/* Animated grid lines */
.hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(232,53,122,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(232,53,122,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 60% 40%, black, transparent);
}

.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 64px;
  max-width: 1180px; margin: 0 auto; padding: 80px 24px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,53,122,0.12); border: 1px solid rgba(232,53,122,0.3);
  color: var(--rose-lt); padding: 6px 14px; border-radius: 999px;
  font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 24px; animation: fadeUp .6s var(--t) both;
}
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--rose); animation: pulse 2s infinite; }

@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(1.4)} }
@keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }
@keyframes shimmer { 0%{background-position:200% center} 100%{background-position:-200% center} }

.hero-title {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 800; letter-spacing: -0.04em; line-height: 1.05;
  animation: fadeUp .7s .1s var(--t) both;
}
.hero-title .accent {
  background: linear-gradient(135deg, var(--rose) 0%, var(--violet-lt) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-title .sub { font-size: clamp(1.2rem, 2.5vw, 1.8rem); font-weight: 400; color: var(--muted); display: block; margin-top: 8px; letter-spacing: -.01em; font-family: var(--font); }

.hero-desc { color: var(--muted); font-size: 1.1rem; line-height: 1.75; margin: 24px 0 36px; animation: fadeUp .7s .2s var(--t) both; max-width: 520px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp .7s .3s var(--t) both; }
.hero-stats { display: flex; gap: 32px; margin-top: 44px; animation: fadeUp .7s .4s var(--t) both; }
.hero-stat span { font-size: 1.7rem; font-weight: 800; color: var(--white); display: block; font-family: var(--font-display); }
.hero-stat p { font-size: .8rem; color: var(--muted); }

.hero-visual { position: relative; animation: fadeIn .8s .3s var(--t) both; }
.hero-visual img {
  width: 100%; max-width: 440px; margin: 0 auto;
  border-radius: 28px;
  filter: drop-shadow(0 24px 80px rgba(232,53,122,.38));
  animation: float 5s ease-in-out infinite;
}
.hero-visual .glow {
  position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%);
  width: 60%; height: 120px;
  background: radial-gradient(ellipse, rgba(232,53,122,.45) 0%, transparent 70%);
  filter: blur(20px); z-index: -1;
}

/* ══ BUTTONS ══ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--rose), var(--rose-dk));
  color: #fff; padding: 14px 28px; border-radius: 12px;
  font-size: 1rem; font-weight: 700;
  transition: all .2s var(--t); text-decoration: none;
  border: none; cursor: pointer; position: relative; overflow: hidden;
}
.btn-primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.1), transparent); opacity: 0; transition: opacity .2s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(232,53,122,.45); color: #fff; }
.btn-primary:hover::after { opacity: 1; }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--card); color: var(--text); border: 1px solid var(--border);
  padding: 14px 28px; border-radius: 12px; font-size: 1rem; font-weight: 600;
  transition: all .2s var(--t); text-decoration: none;
}
.btn-secondary:hover { background: rgba(255,255,255,0.09); color: var(--white); transform: translateY(-2px); border-color: rgba(255,255,255,.15); }

/* ══ SECTION COMMONS ══ */
section { padding: 96px 0; }
.section-label {
  font-size: .76rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; color: var(--rose); margin-bottom: 12px;
}
.section-title { font-size: clamp(1.9rem, 3.5vw, 2.7rem); margin-bottom: 16px; }
.section-desc { color: var(--muted); font-size: 1.05rem; max-width: 560px; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head .section-desc { margin: 0 auto; }

/* ══ FEATURES GRID ══ */
.features-bg { background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 50%, var(--bg) 100%); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px 28px;
  transition: all .3s var(--t); position: relative; overflow: hidden;
}
.feature-card::before {
  content: ''; position: absolute; inset: 0; opacity: 0;
  background: linear-gradient(135deg, rgba(232,53,122,.08), transparent);
  transition: opacity .3s;
}
.feature-card:hover { border-color: var(--border-rose); transform: translateY(-5px); box-shadow: 0 16px 48px rgba(232,53,122,.12); }
.feature-card:hover::before { opacity: 1; }
.feature-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(232,53,122,.14); display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.feature-icon svg { width: 24px; height: 24px; stroke: var(--rose); fill: none; stroke-width: 2; }
.feature-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.feature-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; }

/* ══ SCREENSHOTS SCROLL ══ */
.screenshots { overflow: hidden; padding: 80px 0; }
.screenshots-track { display: flex; gap: 20px; width: max-content; animation: scroll-x 32s linear infinite; }
.screenshots-track:hover { animation-play-state: paused; }
@keyframes scroll-x { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.ss-img { width: 260px; border-radius: 18px; overflow: hidden; flex-shrink: 0; border: 1px solid var(--border); transition: transform .3s, box-shadow .3s; }
.ss-img:hover { transform: scale(1.04); box-shadow: 0 16px 48px rgba(232,53,122,.28); }
.ss-img img { width: 100%; height: 100%; object-fit: cover; }

/* ══ SHOWCASE ══ */
.showcase { background: var(--bg2); }
.showcase-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.showcase-visual img { border-radius: 22px; box-shadow: 0 20px 80px rgba(232,53,122,.2); }
.showcase-content .section-label, .showcase-content .section-title { text-align: left; }
.benefit-list { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.benefit-item { display: flex; gap: 14px; align-items: flex-start; }
.benefit-check {
  width: 24px; height: 24px; border-radius: 8px; flex-shrink: 0;
  background: rgba(232,53,122,.15); border: 1px solid rgba(232,53,122,.3);
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.benefit-check svg { width: 12px; height: 12px; stroke: var(--rose); stroke-width: 3; fill: none; }
.benefit-item h4 { font-size: .95rem; font-weight: 700; margin-bottom: 2px; font-family: var(--font); }
.benefit-item p { font-size: .87rem; color: var(--muted); }

/* ══ PRICING ══ */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pricing-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 36px 30px; position: relative; transition: all .3s;
}
.pricing-card.featured {
  border-color: var(--rose);
  background: linear-gradient(160deg, rgba(232,53,122,.12) 0%, rgba(124,58,237,.08) 100%);
  transform: scale(1.03);
}
.pricing-card:hover { transform: translateY(-4px) scale(1.01); box-shadow: var(--shadow); }
.pricing-card.featured:hover { transform: scale(1.05) translateY(-4px); }
.pricing-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--rose), var(--rose-dk));
  color: #fff; font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; padding: 4px 16px; border-radius: 999px;
  white-space: nowrap;
}
.pricing-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.pricing-card .price { font-size: 2.4rem; font-weight: 800; margin: 16px 0 4px; font-family: var(--font-display); }
.pricing-card .price span { font-size: 1rem; font-weight: 400; color: var(--muted); }
.pricing-card .price-sub { font-size: .84rem; color: var(--muted); margin-bottom: 24px; }
.pricing-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.pricing-card ul li { font-size: .9rem; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.pricing-card ul li::before { content: '✓'; color: var(--rose); font-weight: 800; flex-shrink: 0; }

/* ══ FAQ ══ */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden; transition: border-color .2s;
}
.faq-item.open { border-color: var(--border-rose); }
.faq-q {
  padding: 22px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-weight: 600; font-size: .95rem; user-select: none;
}
.faq-q .icon { width: 24px; height: 24px; border-radius: 50%; background: rgba(232,53,122,.12); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: transform .3s, background .2s; }
.faq-q .icon svg { width: 14px; height: 14px; stroke: var(--rose); fill: none; stroke-width: 2.5; }
.faq-item.open .faq-q .icon { transform: rotate(180deg); background: var(--rose); }
.faq-item.open .faq-q .icon svg { stroke: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; }
.faq-a-inner { padding: 0 24px 22px; color: var(--muted); font-size: .92rem; line-height: 1.7; }

/* ══ BLOG ══ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden; transition: all .3s;
  text-decoration: none; color: inherit; display: block;
}
.blog-card:hover { transform: translateY(-5px); border-color: var(--border-rose); box-shadow: 0 16px 48px rgba(0,0,0,.35); }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-img { height: 210px; overflow: hidden; background: var(--bg3); }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.blog-body { padding: 22px 22px 26px; }
.blog-tag { display: inline-block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--rose); margin-bottom: 10px; }
.blog-card h3 { font-size: .98rem; font-weight: 700; line-height: 1.4; margin-bottom: 8px; font-family: var(--font); }
.blog-card p { font-size: .86rem; color: var(--muted); line-height: 1.6; }
.blog-card .blog-meta { font-size: .78rem; color: var(--muted); margin-top: 14px; display: flex; gap: 12px; }

/* ══ TESTIMONIALS ══ */
.testimonials-bg { background: var(--bg2); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px 24px; transition: all .3s;
}
.testi-card:hover { border-color: var(--border-rose); transform: translateY(-3px); }
.testi-stars { color: #f4b400; font-size: .9rem; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text { font-size: .92rem; color: var(--muted); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--violet));
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; font-weight: 800; color: #fff; flex-shrink: 0;
}
.testi-author h5 { font-size: .9rem; font-weight: 700; font-family: var(--font); }
.testi-author p { font-size: .78rem; color: var(--muted); }

/* ══ CTA BAND ══ */
.cta-band {
  background: linear-gradient(135deg, rgba(232,53,122,.18) 0%, rgba(124,58,237,.15) 100%);
  border: 1px solid rgba(232,53,122,.22);
  border-radius: 28px; margin: 0 24px 96px;
  padding: 72px 48px; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,53,122,.25), transparent 70%);
  pointer-events: none;
}
.cta-band::after {
  content: ''; position: absolute; bottom: -60px; left: -60px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.2), transparent 70%);
  pointer-events: none;
}
.cta-band h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); margin-bottom: 16px; }
.cta-band p { color: var(--muted); margin-bottom: 36px; font-size: 1.1rem; }
.cta-band .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ══ FOOTER ══ */
.footer {
  background: var(--bg2); border-top: 1px solid var(--border);
  padding: 72px 24px 36px;
}
.footer-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
  margin-bottom: 52px;
}
.footer-brand .nav-logo { margin-bottom: 16px; }
.footer-brand p { font-size: .9rem; color: var(--muted); line-height: 1.7; max-width: 280px; }
.footer-brand .socials { display: flex; gap: 10px; margin-top: 20px; }
.footer-brand .socials a {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--card); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: .85rem; transition: all .2s; text-decoration: none;
}
.footer-brand .socials a:hover { background: var(--rose); color: #fff; border-color: var(--rose); transform: translateY(-2px); }
.footer-col h4 { font-size: .88rem; font-weight: 700; margin-bottom: 18px; color: var(--white); letter-spacing: .02em; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: .87rem; color: var(--muted); text-decoration: none; transition: color .2s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom {
  max-width: 1180px; margin: 0 auto;
  border-top: 1px solid var(--border); padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: .82rem; color: var(--muted); }

/* ══ PAGE HEADER ══ */
.page-header {
  padding: 128px 24px 64px;
  background: linear-gradient(180deg, var(--bg2) 0%, var(--bg) 100%);
  text-align: center; position: relative; overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(232,53,122,.12), transparent 60%);
  pointer-events: none;
}
.breadcrumb { font-size: .82rem; color: var(--muted); margin-bottom: 16px; position: relative; }
.breadcrumb a { color: var(--rose-lt); text-decoration: none; }
.page-header h1 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 14px; position: relative; }
.page-header p { color: var(--muted); font-size: 1.1rem; max-width: 600px; margin: 0 auto; position: relative; }

/* ══ CONTACT ══ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; }
.contact-info h2 { font-size: 1.8rem; margin-bottom: 16px; }
.contact-info p { color: var(--muted); margin-bottom: 28px; }
.contact-detail { display: flex; gap: 14px; align-items: center; margin-bottom: 22px; }
.contact-detail-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(232,53,122,.12); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.contact-detail-icon svg { width: 20px; height: 20px; stroke: var(--rose); fill: none; stroke-width: 2; }
.contact-detail h4 { font-size: .9rem; margin-bottom: 2px; font-family: var(--font); font-weight: 700; }
.contact-detail p { font-size: .86rem; color: var(--muted); margin: 0; }
.form-card { background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 36px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: .86rem; font-weight: 600; margin-bottom: 8px; color: var(--muted); }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; background: rgba(255,255,255,.04);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 12px 16px; color: var(--text); font-family: var(--font); font-size: .95rem;
  outline: none; transition: border-color .2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--rose); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: var(--bg2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ══ BLOG ARTICLE ══ */
.blog-article { max-width: 780px; margin: 0 auto; padding: 0 24px 96px; }
.article-meta { display: flex; gap: 16px; font-size: .84rem; color: var(--muted); margin-bottom: 24px; flex-wrap: wrap; align-items: center; }
.article-meta .tag { color: var(--rose-lt); font-weight: 700; }
.article-hero { border-radius: 22px; overflow: hidden; margin-bottom: 44px; }
.article-hero img { width: 100%; height: 420px; object-fit: cover; }
.article-body h2 { font-size: 1.5rem; margin: 40px 0 14px; }
.article-body h3 { font-size: 1.15rem; margin: 28px 0 10px; }
.article-body p { color: var(--muted); margin-bottom: 18px; line-height: 1.8; }
.article-body ul, .article-body ol { color: var(--muted); padding-left: 24px; margin-bottom: 18px; }
.article-body ul li, .article-body ol li { margin-bottom: 8px; line-height: 1.65; }
.article-body blockquote {
  border-left: 3px solid var(--rose); padding: 14px 22px;
  background: rgba(232,53,122,.07); border-radius: 0 12px 12px 0;
  color: var(--text); margin: 28px 0; font-style: italic;
}

/* ══ VIDEO ══ */
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.video-thumb { border-radius: 16px; overflow: hidden; position: relative; cursor: pointer; border: 1px solid var(--border); transition: border-color .3s; }
.video-thumb:hover { border-color: var(--border-rose); }
.video-thumb img { width: 100%; height: 210px; object-fit: cover; }
.video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.42); transition: background .2s; }
.video-thumb:hover .video-play { background: rgba(0,0,0,.55); }
.video-play svg { width: 54px; height: 54px; fill: rgba(255,255,255,.9); filter: drop-shadow(0 2px 8px rgba(0,0,0,.5)); }
.video-info { padding: 14px 16px; }
.video-info h4 { font-size: .9rem; font-weight: 600; margin-bottom: 4px; font-family: var(--font); }
.video-info p { font-size: .78rem; color: var(--muted); }

/* ══ ABOUT / TEAM ══ */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 20px; text-align: center; transition: all .3s; }
.team-card:hover { border-color: var(--border-rose); transform: translateY(-4px); }
.team-avatar { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 16px; background: linear-gradient(135deg, var(--rose), var(--violet)); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 800; color: #fff; }
.team-card h4 { font-size: .95rem; font-weight: 700; margin-bottom: 4px; font-family: var(--font); }
.team-card p { font-size: .82rem; color: var(--muted); }

/* ══ STATS BAR ══ */
.stats-bar { background: linear-gradient(90deg, rgba(232,53,122,.1), rgba(124,58,237,.08)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 40px 24px; }
.stats-bar-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat-item .num { font-size: 2.2rem; font-weight: 800; color: var(--white); display: block; font-family: var(--font-display); background: linear-gradient(135deg, #fff, var(--rose-lt)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-item p { font-size: .84rem; color: var(--muted); margin-top: 4px; }

/* ══ GALLERY ══ */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { border-radius: 14px; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--border); transition: all .3s; cursor: pointer; }
.gallery-item:hover { transform: scale(1.03); border-color: var(--border-rose); box-shadow: 0 12px 40px rgba(232,53,122,.2); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.08); }

/* ══ APP STRIP ══ */
.app-strip {
  background: linear-gradient(90deg, rgba(232,53,122,.1), rgba(124,58,237,.08));
  border: 1px solid rgba(232,53,122,.15);
  border-radius: 18px; padding: 28px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.app-strip h3 { font-size: 1.15rem; margin-bottom: 4px; font-family: var(--font); }
.app-strip p { font-size: .88rem; color: var(--muted); }
.app-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.app-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  color: var(--white); padding: 10px 18px; border-radius: 10px;
  font-size: .88rem; font-weight: 600; transition: all .2s; text-decoration: none;
}
.app-badge:hover { background: rgba(255,255,255,.13); color: var(--white); transform: translateY(-2px); }
.app-badge svg { width: 18px; height: 18px; fill: currentColor; }

/* ══ COOKIE ══ */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: var(--bg2); border-top: 1px solid var(--border);
  padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  transform: translateY(100%); transition: transform .4s;
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner p { font-size: .84rem; color: var(--muted); }
.cookie-banner p a { color: var(--rose-lt); }
.cookie-banner .btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner .btn-sm { padding: 8px 16px; border-radius: 8px; font-size: .84rem; font-weight: 600; cursor: pointer; border: none; }
.btn-sm.accept { background: var(--rose); color: #fff; }
.btn-sm.decline { background: var(--card); color: var(--muted); border: 1px solid var(--border); }

/* ══ UTILS ══ */
.text-rose { color: var(--rose); }
.text-muted { color: var(--muted); }
.text-center { text-align: center; }
.divider { height: 1px; background: var(--border); margin: 48px 0; }
.tag-pill { display: inline-block; background: rgba(232,53,122,.12); border: 1px solid rgba(232,53,122,.2); color: var(--rose-lt); padding: 4px 12px; border-radius: 999px; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }

/* ══ PRIVACY/POLICY PAGE ══ */
.policy-body { max-width: 780px; margin: 0 auto; padding: 0 24px 96px; }
.policy-body h2 { font-size: 1.35rem; margin: 36px 0 12px; }
.policy-body p { color: var(--muted); margin-bottom: 16px; line-height: 1.8; }
.policy-body ul { color: var(--muted); padding-left: 24px; margin-bottom: 16px; }
.policy-body ul li { margin-bottom: 8px; line-height: 1.65; }

/* ══ NOTIFICATION ══ */
.alert { padding: 14px 20px; border-radius: 10px; font-size: .9rem; margin-bottom: 20px; }
.alert-success { background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.25); color: #4ade80; }
.alert-error { background: rgba(232,53,122,.12); border: 1px solid var(--border-rose); color: var(--rose-lt); }

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-inner { grid-template-columns: 1fr; gap: 40px; }
  .showcase-visual { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card.featured { transform: none; }
}

@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .hero-visual { order: -1; }
  .hero-visual img { max-width: 300px; }
  .hero-stats { justify-content: center; }
  .hero-btns { justify-content: center; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .features-grid, .pricing-grid, .blog-grid, .testimonials-grid, .video-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { margin: 0 16px 64px; padding: 48px 24px; }
  section { padding: 64px 0; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .app-strip { flex-direction: column; text-align: center; }
  .hero-desc { max-width: 100%; }
}

/* ══ PROSE (blog content) ══ */
.prose { color: var(--text); }
.prose h2 { margin: 18px 0 10px; font-size: 1.35rem; }
.prose h3 { margin: 14px 0 8px; font-size: 1.1rem; }
.prose p { margin: 10px 0; color: var(--muted); }
.prose a { color: var(--rose-lt); text-decoration: underline; }
.prose ul, .prose ol { margin: 10px 0 10px 18px; color: var(--muted); }
.prose li { margin: 6px 0; }
