
* { margin: 0; padding: 0; box-sizing: border-box; }

/* HEADER */
.dj-header { position: sticky; top: 0; z-index: 200; }
.dj-header-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; height: 62px; display: flex; align-items: center; gap: 24px; }
.dj-nav { display: flex; gap: 4px; flex: 1; }
.dj-nav a { text-decoration: none; font-size: 14px; font-weight: 500; padding: 6px 12px; border-radius: 8px; transition: background 0.15s, color 0.15s; white-space: nowrap; }
.dj-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.dj-hamburger span { display: block; width: 22px; height: 2px; margin: 5px 0; border-radius: 2px; }
.dj-mobile-menu { display: none; padding: 12px 24px; }
.dj-mobile-menu a { display: block; padding: 10px 0; text-decoration: none; font-weight: 500; font-size: 15px; }
.dj-mobile-menu a:last-child { border-bottom: none; }
.dj-mobile-menu.open { display: block; }
@media (max-width: 768px) {
  .dj-nav { display: none; }
  .dj-hamburger { display: block; margin-left: auto; }
  .dj-header-cta { display: none; }
}

/* HERO */
.dj-hero-wrap { width: 100%; }
.dj-hero { display: grid; align-items: center; max-width: 1100px; margin: 0 auto; }
.dj-h1 { font-weight: 800; line-height: 1.2; }
.dj-h2 { margin-bottom: 28px; line-height: 1.6; }
.dj-args { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.dj-args li { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.dj-args li::before { content: "\2713"; color: white; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.dj-stars { font-size: 14px; font-weight: 500; }

/* CTA PANEL */
.dj-cta-box { text-align: center; }

/* PROFILE CARDS */
.dj-profiles { position: relative; height: 170px; margin-bottom: 24px; }
.dj-profile-card { position: absolute; border-radius: 14px; padding: 10px 14px; display: flex; align-items: center; gap: 10px; width: 210px; left: 50%; }
.dj-profile-card:nth-child(1) { top: 0; transform: translateX(-50%) rotate(-4deg); z-index: 1; }
.dj-profile-card:nth-child(2) { top: 56px; transform: translateX(-50%); z-index: 3; }
.dj-profile-card:nth-child(3) { top: 112px; transform: translateX(-50%) rotate(3deg); z-index: 2; }
.dj-profile-avatar { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; object-fit: cover; }
.dj-profile-info { flex: 1; min-width: 0; }
.dj-profile-name { font-size: 13px; font-weight: 700; }
.dj-profile-dist { font-size: 11px; margin-top: 1px; }
.dj-profile-dot { width: 9px; height: 9px; background: #22C55E; border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 0 2px rgba(34,197,94,0.2); }

.dj-online { background: rgba(34,197,94,0.1); color: #16A34A; padding: 5px 14px; border-radius: 50px; font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 20px; }
.dj-secure { font-size: 12px; display: flex; align-items: center; justify-content: center; gap: 4px; }

/* STATS BAR */
.dj-stats { padding: 20px 40px; display: flex; justify-content: center; }
.dj-stat { text-align: center; padding: 0 40px; }
.dj-stat:last-child { border-right: none; }
.dj-stat-value { font-size: 22px; font-weight: 800; }
.dj-stat-label { font-size: 12px; margin-top: 2px; }

/* CONTENT */
.dj-content { max-width: 800px; margin: 60px auto; padding: 0 40px; }
.dj-content h2 { font-size: 22px; font-weight: 700; margin-bottom: 14px; padding-left: 16px; }
.dj-content h3 { font-size: 17px; font-weight: 700; margin: 24px 0 10px; }
.dj-content p { font-size: 15px; line-height: 1.8; margin-bottom: 14px; }

/* CTA MID (intermédiaire entre sections) */
.dj-cta-mid { padding: 40px; text-align: center; }
.dj-cta-mid a { display: inline-block; text-decoration: none; padding: 16px 44px; font-weight: 700; font-size: 16px; border-radius: 50px; }

/* CTA FINAL */
.dj-cta-final { padding: 60px 40px; text-align: center; }
.dj-cta-final a { display: inline-block; text-decoration: none; padding: 18px 52px; font-weight: 700; font-size: 17px; }

/* MAILLAGE */
.dj-maillage { padding: 60px 40px; }
.dj-maillage > div { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.dj-col h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 16px; padding-bottom: 10px; display: inline-block; }
.dj-col ul { list-style: none; }
.dj-col ul li { margin-bottom: 8px; }
.dj-col ul li a { text-decoration: none; font-size: 14px; }

/* FAQ */
.dj-faq { max-width: 800px; margin: 0 auto 60px; padding: 0 40px; }
.dj-faq > h2 { font-size: 22px; font-weight: 700; margin-bottom: 24px; padding-left: 16px; }
.dj-faq-item { margin-bottom: 10px; overflow: hidden; }
.dj-faq-q { padding: 16px 20px; font-weight: 600; font-size: 15px; }
.dj-faq-a { padding: 14px 20px; font-size: 14px; line-height: 1.7; }

/* BREADCRUMB */
.dj-breadcrumb { max-width: 1100px; margin: 0 auto; padding: 12px 40px 0; font-size: 13px; }
.dj-breadcrumb a { text-decoration: none; transition: color .2s; }
.dj-breadcrumb a:hover { text-decoration: underline; }
.dj-bc-sep { margin: 0 6px; opacity: .4; }
.dj-bc-current { opacity: .6; }

/* BACK REGION LINK */
.dj-back-region { max-width: 1100px; margin: 0 auto; padding: 8px 40px 0; }
.dj-back-region a { font-size: 14px; text-decoration: none; font-weight: 500; transition: opacity .2s; opacity: .7; }
.dj-back-region a:hover { opacity: 1; text-decoration: underline; }

/* BLOG INTERNAL LINKS */
.dj-blog-internal { margin: 32px 0; padding: 24px; border-radius: 12px; }
.dj-blog-internal h3 { font-size: 16px; font-weight: 700; margin: 0 0 12px; }
.dj-blog-internal ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 0; margin: 0; }
.dj-blog-internal ul li a { font-size: 14px; text-decoration: none; transition: color .2s; }
.dj-blog-internal ul li a:hover { text-decoration: underline; }

/* FOOTER */
.dj-footer { color: white; padding: 40px 40px 24px; }
.dj-footer-grid { max-width: 1100px; margin: 0 auto 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.dj-footer-col { display: flex; flex-direction: column; gap: 6px; }
.dj-footer-col-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 8px; color: rgba(255,255,255,0.7); }
.dj-footer-col a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 13px; transition: color .2s; }
.dj-footer-col a:hover { color: white; }
.dj-footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); }
.dj-footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); margin: 0; }
.dj-footer-aff { font-size: 9px; color: rgba(255,255,255,0.10); margin: 6px 0 0; }

/* COOKIE CONSENT */
.dj-cc { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: rgba(20,20,30,0.95); backdrop-filter: blur(8px); padding: 14px 24px; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.dj-cc p { color: rgba(255,255,255,0.8); font-size: 13px; margin: 0; }
.dj-cc a { color: rgba(255,255,255,0.5); font-size: 12px; }
.dj-cc-btns { display: flex; gap: 8px; }
.dj-cc-reject { background: transparent; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); padding: 7px 18px; border-radius: 6px; font-size: 12px; cursor: pointer; }
.dj-cc-accept { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: white; padding: 7px 18px; border-radius: 6px; font-size: 12px; font-weight: 600; cursor: pointer; }

/* STICKY CTA MOBILE */
.dj-sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; padding: 12px 16px; z-index: 999; }
.dj-sticky-cta a { display: block; color: white; text-decoration: none; padding: 14px; border-radius: 12px; font-weight: 700; font-size: 15px; text-align: center; }

/* CTA VARIANTS A/B */
.dj-btn-alt1 { background: linear-gradient(135deg, #F97316, #E91E8C) !important; }
.dj-btn-alt2 { background: linear-gradient(135deg, #10B981, #2563EB) !important; box-shadow: 0 8px 24px rgba(16,185,129,0.35) !important; }

/* 404 */
.dj-404 { max-width: 640px; margin: 100px auto; padding: 0 40px; text-align: center; }
.dj-404 h1 { font-size: 32px; font-weight: 800; margin-bottom: 16px; }
.dj-404 p { font-size: 16px; line-height: 1.7; margin-bottom: 32px; }
.dj-404-links { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* BLURRED PROFILE CARDS */
.dj-bp { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }
.dj-bp h3 { text-align: center; font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.dj-bp-sub { text-align: center; font-size: 14px; margin-bottom: 20px; }
.dj-bp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.dj-bp-2x6 { grid-template-columns: repeat(6, 1fr); }
.dj-bp-4x3 { grid-template-columns: repeat(3, 1fr); }
.dj-bp-card { border-radius: 16px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.1); position: relative; cursor: pointer; transition: transform 0.2s; text-decoration: none; }
.dj-bp-card:hover { transform: translateY(-4px); }
.dj-bp-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; filter: blur(4px) brightness(1.1) saturate(1.3); transform: scale(1.04); }
.dj-bp-tint { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.dj-bp-center { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-55%); text-align: center; color: white; }
.dj-bp-icon { font-size: 30px; margin-bottom: 4px; }
.dj-bp-label { font-size: 10px; font-weight: 700; opacity: 0.9; text-transform: uppercase; letter-spacing: 1px; background: rgba(0,0,0,0.25); padding: 2px 8px; border-radius: 8px; backdrop-filter: blur(4px); }
.dj-bp-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 10px; color: white; text-align: center; }
.dj-bp-name { font-weight: 700; font-size: 13px; }
.dj-bp-cta { display: block; margin-top: 6px; padding: 7px; border-radius: 8px; color: white; font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; transition: transform 0.15s; }
.dj-bp-cta:hover { transform: scale(1.05); }
.dj-bp-dot { position: absolute; top: 10px; right: 10px; width: 10px; height: 10px; background: #22c55e; border-radius: 50%; border: 2px solid white; animation: bpPulse 2s infinite; }
@keyframes bpPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.5); } 50% { box-shadow: 0 0 0 6px rgba(34,197,94,0); } }

/* TESTIMONIALS */
.dj-testimonials { padding: 60px 40px; }
.dj-testimonials > div { max-width: 1100px; margin: 0 auto; }
.dj-testimonials h2 { font-size: 22px; font-weight: 700; margin-bottom: 32px; padding-left: 16px; }
.dj-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dj-testimonial { border-radius: 16px; padding: 24px; }
.dj-testimonial-stars { color: #F59E0B; font-size: 15px; margin-bottom: 12px; }
.dj-testimonial-text { font-size: 14px; line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.dj-testimonial-author { display: flex; align-items: center; gap: 10px; }
.dj-testimonial-avatar { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.dj-testimonial-name { font-size: 13px; font-weight: 700; }
.dj-testimonial-loc { font-size: 11px; margin-top: 1px; }

/* CITIES GRID */
.dj-cities-section { max-width: 1100px; margin: 0 auto; padding: 40px 20px 20px; }
.dj-cities-section > h2 { font-size: 22px; font-weight: 700; margin-bottom: 24px; padding-left: 16px; }
.dj-cities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dj-city-card { display: block; border-radius: 14px; padding: 20px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.dj-city-card:hover { transform: translateY(-3px); }
.dj-city-name { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.dj-city-pop { font-size: 12px; margin-bottom: 8px; }
.dj-city-singles { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; }
.dj-city-singles::before { content: ''; width: 7px; height: 7px; background: #22c55e; border-radius: 50%; }
.dj-city-cta { display: inline-block; margin-top: 10px; font-size: 12px; font-weight: 700; }
@media (max-width: 1024px) { .dj-cities-grid { grid-template-columns: repeat(2, 1fr); } }

/* LOCAL GUIDE (enriched city data) */
.dj-local-guide { max-width: 800px; margin: 40px auto; padding: 32px; border-radius: 20px; }
.dj-local-title { font-size: 20px; font-weight: 800; margin-bottom: 28px; padding-bottom: 16px; }
.dj-local-section { margin-bottom: 28px; }
.dj-local-section:last-child { margin-bottom: 0; }
.dj-local-subtitle { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 14px; }
.dj-local-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.dj-local-pill { display: inline-flex; align-items: center; gap: 4px; padding: 6px 14px; border-radius: 50px; font-size: 13px; font-weight: 600; }
.dj-local-spots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.dj-spot-card { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px 10px; border-radius: 14px; text-align: center; transition: transform 0.2s; }
.dj-spot-card:hover { transform: translateY(-2px); }
.dj-spot-icon { font-size: 24px; line-height: 1; }
.dj-spot-name { font-size: 13px; font-weight: 700; line-height: 1.3; }
.dj-spot-type { font-size: 11px; font-weight: 500; }
.dj-local-guide p { font-size: 14px; line-height: 1.7; margin-top: 10px; }
.dj-local-guide h3.dj-local-title ~ .dj-local-section p { margin-bottom: 0; }
@media (max-width: 640px) {
  .dj-local-guide { padding: 20px 16px; margin: 24px 16px; }
  .dj-local-spots { grid-template-columns: repeat(2, 1fr); }
}

/* BLOG INDEX */
.dj-blog-index { max-width: 900px; margin: 0 auto; padding: 60px 24px; }
.dj-blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.dj-blog-card { border-radius: 16px; padding: 24px; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.dj-blog-card:hover { transform: translateY(-3px); }
.dj-blog-card h2 { font-size: 17px; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
.dj-blog-card h2 a { text-decoration: none; }
.dj-blog-card-meta { font-size: 12px; margin-bottom: 10px; }
.dj-blog-card-excerpt { font-size: 14px; line-height: 1.6; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.dj-blog-card-link { font-size: 13px; font-weight: 700; text-decoration: none; }

/* BLOG ARTICLE */
.dj-blog-article { max-width: 800px; margin: 0 auto; padding: 60px 24px; }
.dj-blog-article article { border-radius: 20px; padding: 40px; }
.dj-blog-meta { font-size: 13px; margin-bottom: 12px; }
.dj-blog-article .dj-h1 { font-size: 30px; margin-bottom: 24px; }
.dj-blog-cta { margin-top: 32px; text-align: center; }
.dj-blog-cta .dj-btn-main { display: inline-block; }
.dj-blog-related { margin-top: 40px; padding-top: 24px; }
.dj-blog-related h3 { font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.dj-blog-related ul { list-style: none; }
.dj-blog-related ul li { margin-bottom: 8px; }
.dj-blog-related ul li a { text-decoration: none; font-size: 14px; font-weight: 500; }
.dj-blog-desc { font-size: 15px; margin-bottom: 32px; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .dj-hero { grid-template-columns: 1fr; padding: 40px 20px; gap: 32px; }
  .dj-h1 { font-size: 28px; }
  .dj-profiles { display: block; }
  .dj-maillage > div { grid-template-columns: 1fr; }
  .dj-footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .dj-breadcrumb { padding: 10px 20px 0; font-size: 12px; }
  .dj-back-region { padding: 6px 20px 0; }
  .dj-blog-internal ul { flex-direction: column; gap: 6px; }
  .dj-stats { flex-wrap: wrap; padding: 16px 20px; }
  .dj-stat { padding: 10px 20px; border-right: none; width: 100%; }
  .dj-stat:last-child { border-bottom: none; }
  .dj-content { padding: 0 20px; }
  .dj-faq { padding: 0 20px; }
  .dj-blog-grid { grid-template-columns: 1fr; }
  .dj-blog-article article { padding: 24px; }
  .dj-blog-article .dj-h1 { font-size: 24px; }
  .dj-bp-grid, .dj-bp-2x6, .dj-bp-4x3 { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .dj-cities-grid { grid-template-columns: 1fr; }
  .dj-testimonials { padding: 40px 20px; }
  .dj-testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
  .dj-sticky-cta { display: block; }
  body { padding-bottom: 70px; }
  .dj-nearby-grid { grid-template-columns: repeat(2, 1fr); }
  .dj-cross-grid { grid-template-columns: repeat(2, 1fr); }
}

/* NEARBY CITIES section (city pages) */
.dj-nearby { max-width: 1100px; margin: 0 auto; padding: 40px 24px; }
.dj-nearby h2 { font-size: 1.3rem; font-weight: 700; margin-bottom: 16px; color: inherit; }
.dj-nearby-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 24px; }
.dj-nearby-card { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-radius: 8px; text-decoration: none; transition: all 0.2s; border: 1px solid var(--dj-border); background: var(--dj-white, transparent); }
.dj-nearby-card:hover { border-color: var(--dj-primary); transform: translateY(-1px); }
.dj-nearby-name { font-weight: 600; color: inherit; font-size: 0.9rem; }
.dj-nearby-pop { font-size: 0.75rem; color: var(--dj-gray); }
.dj-cross-region { margin-top: 8px; }
.dj-cross-region h3 { font-size: 1rem; font-weight: 600; margin-bottom: 12px; color: var(--dj-gray); }
.dj-cross-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dj-cross-card { display: flex; flex-direction: column; padding: 12px 16px; border-radius: 8px; text-decoration: none; border: 1px solid var(--dj-border); background: var(--dj-white, transparent); transition: all 0.2s; }
.dj-cross-card:hover { border-color: var(--dj-primary); }
.dj-cross-name { font-weight: 600; color: inherit; font-size: 0.9rem; }
.dj-cross-region-label { font-size: 0.75rem; color: var(--dj-gray); }

/* Cities grid: show more button + compact extra grid */
.dj-cities-more { display: block; margin: 16px auto; padding: 10px 24px; border-radius: 8px; border: 1px solid var(--dj-border); background: none; cursor: pointer; font-family: inherit; font-size: 0.9rem; font-weight: 600; color: var(--dj-primary); transition: all 0.2s; }
.dj-cities-more:hover { border-color: var(--dj-primary); background: var(--dj-primary-light, rgba(233,30,140,0.05)); }
.dj-cities-grid-compact { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 6px; }
.dj-cities-grid-compact .dj-city-card { padding: 10px 12px; font-size: 0.85rem; }

@import url('https://fonts.googleapis.com/css2?family=Anybody:wght@400;700;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root {
  --dj-primary: #00F0FF; --dj-secondary: #FF2D87; --dj-bg: #0A0A0F; --dj-dark: #0A0A0F;
  --dj-gray: rgba(255,255,255,0.04); --dj-border: rgba(255,255,255,0.08); --dj-text-body: rgba(232,232,240,0.7);
  --dj-gradient: linear-gradient(135deg, #00F0FF, #FF2D87); --dj-star: #00F0FF;
}
body { background: var(--dj-bg); font-family: 'Anybody', system-ui, sans-serif; color: #E8E8F0; }
.dj-header { background: rgba(10,10,15,0.85); backdrop-filter: blur(20px); border-bottom: 1px solid var(--dj-border); }
.dj-logo { font-weight: 900; font-size: 1.25rem; color: #E8E8F0; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }
.dj-nav a { color: rgba(232,232,240,0.5); }
.dj-nav a:hover { color: #E8E8F0; background: rgba(255,255,255,0.05); }
.dj-header-cta { background: var(--dj-gradient); color: #0A0A0F; padding: 8px 20px; border-radius: 50px; text-decoration: none; font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.dj-hamburger span { background: #E8E8F0; }
.dj-mobile-menu { background: var(--dj-bg); border-bottom: 1px solid var(--dj-border); }
.dj-mobile-menu a { color: #E8E8F0; border-bottom: 1px solid var(--dj-border); }

/* HERO GLASS — centered, huge type + floating cards */
.dj-hero-glass { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 100px 24px 60px; position: relative; overflow: hidden; }
.dj-hero-glass::before { content: ''; position: absolute; top: -300px; left: -200px; width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(0,240,255,0.08) 0%, transparent 60%); pointer-events: none; }
.dj-hero-glass::after { content: ''; position: absolute; bottom: -400px; right: -300px; width: 900px; height: 900px; border-radius: 50%; background: radial-gradient(circle, rgba(255,45,135,0.06) 0%, transparent 60%); pointer-events: none; }

/* Floating profile cards around hero text */
.dj-float-showcase { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 700px; pointer-events: none; z-index: 1; }
.dj-float-card { position: absolute; width: 110px; height: 150px; border-radius: 16px; backdrop-filter: blur(12px); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); overflow: hidden; animation: djFloat 6s ease-in-out infinite; box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
.dj-float-card img { width: 100%; height: 100%; object-fit: cover; filter: blur(3px); opacity: 0.7; }
.dj-float-card:nth-child(1) { top: 5%; left: 2%; }
.dj-float-card:nth-child(2) { top: 2%; right: 5%; }
.dj-float-card:nth-child(3) { bottom: 18%; left: 5%; }
.dj-float-card:nth-child(4) { bottom: 8%; right: 2%; }
.dj-float-card:nth-child(5) { top: 42%; left: -4%; }
.dj-float-card:nth-child(6) { top: 38%; right: -4%; }
@keyframes djFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(2deg); }
}
.dj-hero-glass .dj-hero-inner { position: relative; z-index: 2; }
.dj-hero-glass .dj-tag { display: inline-flex; align-items: center; gap: 8px; padding: 8px 20px; border-radius: 50px; background: var(--dj-gray); border: 1px solid var(--dj-border); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--dj-primary); margin-bottom: 28px; backdrop-filter: blur(10px); }
.dj-hero-glass .dj-h1 { font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 900; line-height: 1; text-transform: uppercase; letter-spacing: -2px; margin-bottom: 20px; }
.dj-hero-glass .dj-h1 em { font-style: normal; display: block; background: var(--dj-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.dj-hero-glass .dj-h2 { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; color: rgba(232,232,240,0.45); max-width: 480px; margin: 0 auto 36px; line-height: 1.6; }
.dj-hero-glass .dj-btn-main { display: inline-flex; padding: 18px 40px; border-radius: 60px; background: var(--dj-gradient); color: #0A0A0F; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 0 40px rgba(0,240,255,0.25), 0 0 80px rgba(255,45,135,0.15); transition: all 0.3s; }
.dj-hero-glass .dj-btn-main:hover { transform: scale(1.05); box-shadow: 0 0 60px rgba(0,240,255,0.35), 0 0 120px rgba(255,45,135,0.2); }

/* Counter strip */
.dj-counter-strip { display: flex; justify-content: center; border-top: 1px solid var(--dj-border); border-bottom: 1px solid var(--dj-border); position: relative; z-index: 2; }
.dj-counter { flex: 1; max-width: 250px; padding: 36px 20px; text-align: center; border-right: 1px solid var(--dj-border); }
.dj-counter:last-child { border-right: none; }
.dj-counter-val { font-size: 2.2rem; font-weight: 900; background: linear-gradient(135deg, var(--dj-primary), #fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; margin-bottom: 4px; }
.dj-counter-label { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; color: rgba(232,232,240,0.3); text-transform: uppercase; letter-spacing: 2px; }
.dj-stats { display: none; }

/* PROFILES — glass cards */
.dj-bp { padding: 80px 24px; position: relative; z-index: 2; }
.dj-bp h3 { text-align: center; font-size: 1.6rem; font-weight: 900; text-transform: uppercase; letter-spacing: -1px; color: #E8E8F0; margin-bottom: 40px; }
.dj-bp-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dj-bp-grid.dj-bp-2x6 { grid-template-columns: repeat(3, 1fr); }
.dj-bp-grid.dj-bp-4x3 { grid-template-columns: repeat(3, 1fr); }
.dj-bp-card { backdrop-filter: blur(20px); background: rgba(255,255,255,0.03); border: 1px solid var(--dj-border); border-radius: 20px; overflow: hidden; transition: all 0.4s; position: relative; }
.dj-bp-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(0,240,255,0.2); box-shadow: 0 0 40px rgba(0,240,255,0.08); transform: translateY(-4px); }
.dj-bp-card img { filter: blur(4px); }
.dj-bp-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px; background: linear-gradient(to top, rgba(10,10,15,0.8), transparent); }
.dj-bp-name { font-weight: 700; color: #E8E8F0; }
.dj-bp-cta { color: var(--dj-primary); font-size: 0.8rem; }
.dj-bp-dot { background: var(--dj-primary); box-shadow: 0 0 8px var(--dj-primary); }
.dj-bp-tint { display: none; }

/* CONTENT */
.dj-content { max-width: 720px; margin: 0 auto; padding: 60px 24px; font-family: 'DM Sans', sans-serif; font-size: 1.05rem; line-height: 1.8; color: var(--dj-text-body); }
.dj-content h2 { font-family: 'Anybody', sans-serif; font-size: 1.4rem; font-weight: 900; color: #E8E8F0; margin: 36px 0 12px; text-transform: uppercase; letter-spacing: -0.5px; }

/* TESTIMONIALS — glass cards */
.dj-testimonials { padding: 60px 24px; }
.dj-testimonials h2 { text-align: center; font-size: 1.4rem; font-weight: 900; text-transform: uppercase; color: #E8E8F0; margin-bottom: 32px; }
.dj-testimonials-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dj-testimonial { backdrop-filter: blur(20px); background: rgba(255,255,255,0.03); border: 1px solid var(--dj-border); border-radius: 16px; padding: 24px; }
.dj-testimonial-stars { color: var(--dj-primary); margin-bottom: 12px; }
.dj-testimonial-text { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; line-height: 1.6; color: rgba(232,232,240,0.6); }
.dj-testimonial-avatar { width: 36px; height: 36px; border-radius: 50%; }
.dj-testimonial-name { font-weight: 700; color: #E8E8F0; }
.dj-testimonial-loc { font-size: 0.75rem; color: rgba(232,232,240,0.35); }
.dj-testimonial-author { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: 0.85rem; }

/* FAQ */
.dj-faq { max-width: 720px; margin: 0 auto; padding: 40px 24px; }
.dj-faq h2 { font-size: 1.4rem; font-weight: 900; text-transform: uppercase; margin-bottom: 24px; color: #E8E8F0; }
.dj-faq-q { font-weight: 700; color: #E8E8F0; cursor: pointer; padding: 14px 0; border-bottom: 1px solid var(--dj-border); }
.dj-faq-a { padding: 10px 0 14px; color: var(--dj-text-body); line-height: 1.6; font-family: 'DM Sans', sans-serif; }

/* CTA / MAILLAGE */
.dj-cta-final, .dj-cta-mid { text-align: center; padding: 40px 24px; }
.dj-cta-final a, .dj-cta-mid a, .dj-cta-mid .dj-btn-main { display: inline-flex; padding: 16px 36px; border-radius: 60px; background: var(--dj-gradient); color: #0A0A0F; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 0 30px rgba(0,240,255,0.2); }
.dj-btn-main { display: inline-flex; padding: 14px 28px; border-radius: 60px; background: var(--dj-gradient); color: #0A0A0F; text-decoration: none; font-weight: 900; text-transform: uppercase; }
.dj-maillage { background: rgba(255,255,255,0.02); border-top: 1px solid var(--dj-border); padding: 48px 24px; }
.dj-maillage > div { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.dj-maillage h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: rgba(232,232,240,0.3); margin-bottom: 12px; }
.dj-maillage a { display: block; padding: 4px 0; color: rgba(232,232,240,0.5); text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; }
.dj-maillage a:hover { color: var(--dj-primary); }
.dj-sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(10,10,15,0.9); backdrop-filter: blur(16px); padding: 12px 24px; text-align: center; z-index: 100; border-top: 1px solid var(--dj-border); }
.dj-sticky-cta a { display: inline-flex; padding: 12px 32px; border-radius: 50px; background: var(--dj-gradient); color: #0A0A0F; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.dj-cities-section { max-width: 1100px; margin: 0 auto; padding: 40px 24px; }
.dj-cities-section h2 { font-size: 1.4rem; font-weight: 900; text-transform: uppercase; margin-bottom: 20px; color: #E8E8F0; }
.dj-cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.dj-city-card { display: block; padding: 16px; border-radius: 16px; backdrop-filter: blur(10px); background: rgba(255,255,255,0.03); border: 1px solid var(--dj-border); text-decoration: none; color: #E8E8F0; transition: all 0.3s; }
.dj-city-card:hover { border-color: rgba(0,240,255,0.2); box-shadow: 0 0 20px rgba(0,240,255,0.06); }
.dj-city-name { font-weight: 700; }
.dj-city-pop, .dj-city-singles { font-size: 0.8rem; color: rgba(232,232,240,0.4); }
.dj-city-cta { font-size: 0.8rem; color: var(--dj-primary); font-weight: 700; margin-top: 6px; }
.dj-breadcrumb { max-width: 1100px; margin: 0 auto; padding: 8px 24px; font-size: 0.8rem; color: rgba(232,232,240,0.4); }
.dj-breadcrumb a { color: var(--dj-primary); text-decoration: none; }
.dj-back-region { max-width: 1100px; margin: 0 auto; padding: 12px 24px; }
.dj-back-region a { color: var(--dj-primary); text-decoration: none; font-size: 0.9rem; font-weight: 700; }

/* BLOG */
.dj-blog-internal { background: rgba(255,255,255,0.03); border: 1px solid var(--dj-border); border-radius: 16px; }
.dj-blog-internal h3 { color: #E8E8F0; }
.dj-blog-internal ul li a { color: var(--dj-primary); }
.dj-blog-desc { color: var(--dj-text-body); }
.dj-blog-card { backdrop-filter: blur(20px); background: rgba(255,255,255,0.03); border: 1px solid var(--dj-border); border-radius: 16px; }
.dj-blog-card:hover { box-shadow: 0 0 20px rgba(0,240,255,0.1); border-color: rgba(0,240,255,0.2); }
.dj-blog-card h2 a { color: #E8E8F0; }
.dj-blog-card h2 a:hover { color: var(--dj-primary); }
.dj-blog-card-meta { color: rgba(232,232,240,0.35); }
.dj-blog-card-excerpt { color: var(--dj-text-body); }
.dj-blog-card-link { color: var(--dj-primary); }
.dj-blog-card-link:hover { color: var(--dj-secondary); }
.dj-blog-article article { backdrop-filter: blur(20px); background: rgba(255,255,255,0.03); border: 1px solid var(--dj-border); border-radius: 16px; box-shadow: 0 0 20px rgba(0,240,255,0.06); }
.dj-blog-meta { color: rgba(232,232,240,0.35); }
.dj-blog-related { border-top: 1px solid var(--dj-border); }
.dj-blog-related h3 { color: #E8E8F0; }
.dj-blog-related ul li a { color: var(--dj-primary); }
.dj-blog-related ul li a:hover { color: var(--dj-secondary); }

/* NEARBY / CROSS CITIES */
.dj-nearby-card { backdrop-filter: blur(20px); background: rgba(255,255,255,0.03); border-color: var(--dj-border); color: #E8E8F0; }
.dj-nearby-card:hover { border-color: rgba(0,240,255,0.2); box-shadow: 0 0 16px rgba(0,240,255,0.06); }
.dj-nearby-name { color: #E8E8F0; }
.dj-nearby-pop { color: rgba(232,232,240,0.4); }
.dj-cross-card { backdrop-filter: blur(20px); background: rgba(255,255,255,0.03); border-color: var(--dj-border); color: #E8E8F0; }
.dj-cross-card:hover { border-color: rgba(0,240,255,0.2); }
.dj-cross-name { color: #E8E8F0; }
.dj-cross-region-label { color: rgba(232,232,240,0.35); }

/* FOOTER */
.dj-footer { background: rgba(255,255,255,0.02); border-top: 1px solid var(--dj-border); }

@media (max-width: 768px) {
  .dj-hero-glass .dj-h1 { font-size: 2.5rem; }
  .dj-float-showcase { display: none; }
  .dj-counter-strip { flex-wrap: wrap; }
  .dj-counter { min-width: 50%; border-bottom: 1px solid var(--dj-border); }
  .dj-bp-grid, .dj-bp-grid.dj-bp-2x6, .dj-bp-grid.dj-bp-4x3 { grid-template-columns: 1fr; }
  .dj-testimonials-grid { grid-template-columns: 1fr; }
  .dj-maillage > div { grid-template-columns: 1fr; }
}
