/*
Theme Name: Crescora
Theme URI: https://crescora.in
Author: Crescora
Description: Video editing studio one-page theme matching Crescora brand design.
Version: 3.0
Text Domain: crescora
*/

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: #111111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* NAVBAR */
.crescora-nav {
  position: sticky; top: 0; z-index: 999;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #F0F0F0;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; max-width: 1200px; margin: 0 auto;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; color: #111; }
.nav-logo-badge {
  width: 32px; height: 32px; border-radius: 50%; background: #E8784D; color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px;
}
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a.nav-link { font-weight: 600; font-size: 15px; color: #333; transition: color 0.2s; cursor: pointer; }
.nav-links a.nav-link:hover { color: #E8784D; }
.nav-toggle { display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: #111; }
.btn-book-call {
  background: #111; color: #fff !important; padding: 12px 24px; border-radius: 8px;
  font-weight: 700; font-size: 14px; border: none; cursor: pointer; transition: background 0.2s;
}
.btn-book-call:hover { background: #E8784D; }

@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; gap: 18px; border-bottom: 1px solid #F0F0F0; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  section, .section-pad { padding-left: 24px !important; padding-right: 24px !important; }
  .grid-3 { grid-template-columns: 1fr !important; }
  .grid-2 { grid-template-columns: 1fr !important; }
  .grid-5, .grid-4 { grid-template-columns: 1fr 1fr !important; }
  h1 { font-size: 38px !important; }
  h2 { font-size: 32px !important; }
}

/* BUTTONS */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #E8784D; color: #fff !important; padding: 14px 30px; border-radius: 8px;
  font-weight: 700; font-size: 15px; transition: background 0.2s, transform 0.2s; border: none; cursor: pointer;
}
.btn-primary:hover { background: #d4623a; transform: translateY(-2px); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #111 !important; padding: 14px 30px; border-radius: 8px;
  font-weight: 700; font-size: 15px; border: 2px solid #111; transition: all 0.2s; cursor: pointer;
}
.btn-secondary:hover { background: #111; color: #fff !important; }

/* BADGE */
.pill-badge {
  display: inline-flex; align-items: center; gap: 6px; background: #FDF0EA; color: #E8784D;
  padding: 7px 16px; border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px;
  line-height: 1;
}
.pill-badge svg { flex-shrink: 0; }

/* MARQUEE */
.marquee-wrap { overflow: hidden; }
.marquee-track { display: flex; gap: 40px; animation: ticker 28s linear infinite; white-space: nowrap; width: max-content; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.chip { background: #fff; border: 1px solid #EEE; padding: 8px 20px; border-radius: 100px; font-weight: 600; font-size: 14px; color: #444; }


/*short form */
.short-form-section { background: #fff; padding: 90px 0; }
.short-form-header { text-align: center; max-width: 700px; margin: 0 auto 50px auto; }
.short-form-header h2 { font-size: 42px; font-weight: 800; color: #111; margin: 14px 0 10px 0; letter-spacing: -.5px; }
.short-form-header p { font-size: 16px; color: #55; line-height: 1.6; margin: 0; }
.short-video-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.short-video-card { background: #f9f9f9; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.05); transition: transform .3s, box-shadow .3s; position: relative; cursor: pointer; }
.short-video-card:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(232,120,77,.15); }
.video-ratio-box { position: relative; width: 100%; padding-top: 177.78%; background: #111; }
.video-ratio-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 1; }

/* Fixed Cover Overlays with Auto Pointer Events */
.video-overlay { position: absolute; inset: 0; background-color: rgba(0,0,0,0.15); background-position: center; background-size: cover; background-repeat: no-repeat; z-index: 2; display: flex; align-items: center; justify-content: center; transition: opacity 0.3s ease, visibility 0.3s ease; pointer-events: auto; }
.custom-play-btn { width: 44px; height: 44px; background: #E8784D; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(232,120,77,0.4); transition: transform 0.2s ease; }
.short-video-card:hover .custom-play-btn { transform: scale(1.1); }
.custom-play-btn svg { width: 20px; height: 20px; color: #fff; margin-left: 2px; }

/* Completely hide overlay when active */
.short-video-card.playing .video-overlay { opacity: 0; visibility: hidden; pointer-events: none; }

@media (max-width: 1200px) { .short-video-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px) { .short-form-header h2 { font-size: 32px; } .short-video-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
@media (max-width: 600px) { .short-video-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
/*short end */

/* --------- short form SAAS , AI , FMCG REEL SECTION---------- */
.short-carousel-viewport { overflow-x: auto; overflow-y: hidden; width: 100%; cursor: grab; padding: 12px 4px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.short-carousel-viewport::-webkit-scrollbar { display: none; }
.short-carousel-viewport:active { cursor: grabbing; }
.short-carousel-track { display: flex; gap: 20px; transition: transform 0.1s linear; width: max-content; }
.short-video-card { flex: 0 0 calc((100vw - 48px - 100px) / 6); max-width: 240px; border-radius: 14px; overflow: hidden; background: #111; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; user-select: none; -webkit-user-drag: none; }
.short-video-card:hover { transform: translateY(-4px); }
.video-ratio-box { position: relative; width: 100%; padding-top: 177.77%; } /* Strict 9:16 Portrait Ratio */
.video-ratio-box iframe, .video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 14px; }
.video-overlay { background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; z-index: 2; cursor: pointer; transition: opacity 0.25s ease; }
.custom-play-btn { width: 48px; height: 48px; background: rgba(232, 120, 77, 0.95); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(232,120,77,0.3); transition: transform 0.2s ease; }
.short-video-card:hover .custom-play-btn { transform: scale(1.1); }
@media (max-width: 1200px) { .short-video-card { flex: 0 0 200px; } }
@media (max-width: 768px) { .short-carousel-viewport { overflow-x: scroll; } .short-video-track-moving { animation-play-state: running !important; } .short-video-card { flex: 0 0 calc((100vw - 68px) / 2); max-width: none; } }
/* ---------  short form END SAAS , AI , FMCG REEL SECTION---------- */

/* --------- long  form SAAS , AI , FMCG REEL SECTION---------- */
.landscape-carousel-viewport { overflow-x: auto; overflow-y: hidden; width: 100%; cursor: grab; padding: 12px 4px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.landscape-carousel-viewport::-webkit-scrollbar { display: none; }
.landscape-carousel-viewport:active { cursor: grabbing; }
.landscape-carousel-track { display: flex; gap: 24px; transition: transform 0.1s linear; width: max-content; }
.landscape-video-card { flex: 0 0 calc((100vw - 48px - 72px) / 4); max-width: 340px; border-radius: 14px; overflow: hidden; background: #111; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; user-select: none; -webkit-user-drag: none; }
.landscape-video-card:hover { transform: translateY(-4px); }
.landscape-ratio-box { position: relative; width: 100%; padding-top: 56.25%; } /* Strict 16:9 Landscape Widescreen Ratio */
.landscape-ratio-box iframe, .landscape-video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 14px; }
.landscape-video-overlay { background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; z-index: 2; cursor: pointer; transition: opacity 0.25s ease; }
@media (max-width: 1200px) { .landscape-video-card { flex: 0 0 280px; } }
@media (max-width: 768px) { .landscape-video-card { flex: 0 0 calc((100vw - 68px) / 2); max-width: none; } }

/* --------- long  form SAAS , AI , FMCG REEL SECTION---------- */

/* Long Form Section Styles */
.long-video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.long-video-card { background: #f9f9f9; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.05); transition: transform .3s, box-shadow .3s; position: relative; cursor: pointer; }
.long-video-card:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(232,120,77,.15); }
.long-ratio-box { position: relative; width: 100%; padding-top: 56.25%; background: #111; } /* 16:9 Aspect Ratio */
.long-ratio-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 1; }

/* Custom Play Button Overlays for 16:9 Format */
.long-video-overlay { position: absolute; inset: 0; background-color: rgba(0,0,0,0.15); background-position: center; background-size: cover; background-repeat: no-repeat; z-index: 2; display: flex; align-items: center; justify-content: center; transition: opacity 0.3s ease, visibility 0.3s ease; pointer-events: auto; }
.custom-long-play-btn { width: 56px; height: 56px; background: #E8784D; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(232,120,77,0.4); transition: transform 0.2s ease; }
.long-video-card:hover .custom-long-play-btn { transform: scale(1.1); }
.custom-long-play-btn svg { width: 24px; height: 24px; color: #fff; margin-left: 3px; }

/* Hide overlay completely when video begins to play */
.long-video-card.playing .long-video-overlay { opacity: 0; visibility: hidden; pointer-events: none; }

/* Responsive Media Queries */
@media (max-width: 768px) {
  .long-video-grid { grid-template-columns: 1fr; gap: 20px; }
  .long-form-header h2 { font-size: 32px !important; }
}

/*long form ends*/
/* CARDS */
.card { background: #F9F9F9; border-radius: 14px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); transition: transform 0.3s, box-shadow 0.3s; cursor: pointer; }
.card:hover { transform: translateY(-6px); box-shadow: 0 10px 40px rgba(232,120,77,0.18); }

.step-card { background: #FFF; border: 1px solid #E5E7EB; border-radius: 16px; padding: 32px; position: relative; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; }
.step-card:hover { transform: translateY(-6px); border-color: #E8784D; box-shadow: 0 10px 40px rgba(232,120,77,0.18); }
.step-icon { width: 48px; height: 48px; border-radius: 10px; background: #E8784D; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.step-num { position: absolute; top: 24px; right: 28px; font-size: 32px; font-weight: 800; color: #E5E5E5; }

/* PRICING SECTION */
.pricing-card { background: #F9F9F9; border-radius: 16px; padding: 40px 32px; border: 1px solid #E5E7EB; transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, border-color 0.3s ease; }
.pricing-card:not(.popular):hover { transform: translateY(-6px); border-color: #E8784D; box-shadow: 0 12px 30px rgba(232, 120, 77, 0.12); background: #FFF; }
.pricing-card.popular { background: #111; color: #fff; border-color: #E8784D; transform: scale(1.04); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
.pricing-card.popular:hover { transform: scale(1.06) translateY(-4px); box-shadow: 0 20px 40px rgba(232, 120, 77, 0.22); }
.pricing-card.popular h3, .pricing-card.popular .price { color: #fff; }
.pricing-card.popular .feature-list li { color: rgba(255,255,255,0.85); }
.badge-popular { display: inline-flex; align-items: center; gap: 5px; background: #E8784D; color: #fff; font-size: 11px; font-weight: 700; padding: 5px 16px; border-radius: 100px; margin-bottom: 18px; letter-spacing: 1px; text-transform: uppercase; }
.feature-list li { padding: 7px 0; font-size: 14px; color: #555; display: flex; align-items: flex-start; gap: 8px; }
.feature-list li:before { content: "✓"; color: #E8784D; font-weight: 800; }
.price-sub { font-size: 13px; color: #E8784D; font-weight: 700; margin-top: 4px; }
.price-validity { font-size: 13px; color: #999; margin-bottom: 24px; }
.pricing-card.popular .price-validity { color: rgba(255,255,255,0.55); }

.get-started-btn { display: block; width: 100%; text-align: center; padding: 13px; border-radius: 8px; font-weight: 700; font-size: 14px; background: #111; color: #fff !important; transition: background 0.2s ease, transform 0.2s ease; }
.get-started-btn:hover { background: #222; }
.pricing-card.popular .get-started-btn { background: #E8784D; }
.pricing-card.popular .get-started-btn:hover { background: #f08960; }

/* TESTIMONIALS */
.avatar-circle { width: 44px; height: 44px; border-radius: 50%; background: #FDF0EA; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; color: #E8784D; flex-shrink: 0; }
.quote-mark { color: #F0C6B4; font-size: 26px; font-weight: 800; }
/* ---------- WALL OF LOVE CARDS ---------- */
.card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02); cursor: pointer; transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, border-color 0.3s ease; }
.card:hover { transform: translateY(-6px); border-color: #E8784D; box-shadow: 0 12px 30px rgba(232, 120, 77, 0.15); }
/* ---------- BIG NAMES HOVER & RESPONSIVENESS ---------- */
.big-name-item { cursor: pointer; }
.big-name-item img { transition: transform 0.3s ease; }
.big-name-item:hover img { transform: scale(1.1); }

@media (max-width: 991px) { [style*="grid-template-columns:repeat(5,1fr)"] { grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; } }
@media (max-width: 600px) { [style*="grid-template-columns:repeat(5,1fr)"] { grid-template-columns: repeat(2, 1fr) !important; } }

/* FAQ */
/* ---------- FAQ (MINIFIED WITH LINE BREAKS) ---------- */
.faq-item { background: #FFFFFF; border: 1px solid #EAEAEA; border-radius: 12px; padding: 22px 28px; margin-bottom: 16px; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); }
.faq-item:hover { transform: translateY(-2px); border-color: #E8784D; box-shadow: 0 6px 20px rgba(232, 120, 77, 0.05); }
.faq-item.active { border-color: #E8784D; box-shadow: 0 8px 24px rgba(232, 120, 77, 0.08); background: #FFFDFC; }
.faq-question { display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 17px; color: #111111; gap: 16px; }
.faq-item.active .faq-question { color: #E8784D; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), margin 0.35s ease, opacity 0.35s ease; color: #555555; font-size: 15px; line-height: 1.7; opacity: 0; }
.faq-item.active .faq-answer { max-height: 300px; margin-top: 14px; opacity: 1; padding-top: 4px; }
.faq-icon { color: #E8784D; font-size: 22px; font-weight: 500; line-height: 1; transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
.faq-item.active .faq-icon { transform: rotate(45deg); }

/* FOOTER */
.crescora-footer { background: #111; color: rgba(255,255,255,0.7); padding: 60px 24px 30px; }
.footer-input { padding: 12px 16px; border-radius: 8px; border: 1px solid #333; background: #1a1a1a; color: #fff; width: 100%; max-width: 220px; }
.footer-subscribe-btn { padding: 12px 22px; border-radius: 8px; background: #fff; color: #111 !important; font-weight: 700; border: none; cursor: pointer; }
.footer-links a { display: block; padding: 6px 0; color: rgba(255,255,255,0.65); font-size: 14px; cursor:pointer; }
.footer-links a:hover { color: #E8784D; }
.social-icon { width: 36px; height: 36px; border-radius: 50%; background: #1a1a1a; display: inline-flex; align-items: center; justify-content: center; margin-right: 10px; font-size: 14px; color: #fff; transition: background 0.2s; }
.social-icon:hover { background: #E8784D; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ADE80; display: inline-block; margin-right: 6px; }


/* MODAL */
.crescora-modal-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 2000;
  align-items: center; justify-content: center; padding: 20px;
}
.crescora-modal-overlay.open { display: flex; }
.crescora-modal-box {
  background: #111; color: #fff; border-radius: 20px; max-width: 640px; width: 100%;
  max-height: 90vh; overflow-y: auto; padding: 44px; position: relative;
}
.modal-close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #999; font-size: 24px; cursor: pointer; }
.crescora-modal-box h2 { font-size: 30px; font-weight: 800; margin: 14px 0 8px; }
.crescora-modal-box p.sub { color: rgba(255,255,255,0.6); margin-bottom: 28px; font-size: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,0.6); margin-bottom: 8px; text-transform: uppercase; }
.form-group input, .form-group textarea {
  width: 100%; background: #1a1a1a; border: 1px solid #333; border-radius: 8px; padding: 12px 14px;
  color: #fff; font-size: 14px; font-family: inherit;
}
.form-group textarea { min-height: 90px; resize: vertical; }
.form-group { margin-bottom: 16px; }
.modal-submit-btn { width: 100%; background: #E8784D; color: #fff; border: none; padding: 15px; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; margin-top: 6px; }
.modal-submit-btn:hover { background: #d4623a; }
.modal-footnote { text-align: center; font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 14px; }

/* ---------- BRAND FLOATING BUTTON ---------- */
.whatsapp-float-btn {
  position: fixed; bottom: 24px; right: 24px; z-index: 1500;
  width: 58px; height: 58px; border-radius: 50%; background: #E8784D;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: theme-pulse 2s infinite;
}
.whatsapp-float-btn:hover { transform: scale(1.1) translateY(-2px); }
.whatsapp-float-btn svg { width: 30px; height: 30px; }

/* Premium Ripple Pulse Effect */
@keyframes theme-pulse {
  0% { box-shadow: 0 0 0 0 rgba(232, 120, 77, 0.5), 0 6px 16px rgba(232, 120, 77, 0.3); }
  70% { box-shadow: 0 0 0 15px rgba(232, 120, 77, 0), 0 6px 20px rgba(232, 120, 77, 0.2); }
  100% { box-shadow: 0 0 0 0 rgba(232, 120, 77, 0), 0 6px 16px rgba(232, 120, 77, 0.3); }
}

@media (max-width: 600px) {
  .whatsapp-float-btn { bottom: 20px; right: 20px; width: 52px; height: 52px; }
  .whatsapp-float-btn svg { width: 26px; height: 26px; }
}

/* ---------- LAYOUT / SPACING FIX ---------- */
/* Ensure no stray gap below footer - footer is always the true last element */
html, body { margin: 0; padding: 0; }
.crescora-footer { margin: 0; padding-bottom: 30px; display: block; }
.crescora-footer:last-child { margin-bottom: 0; }


/* ===== DARK MODE CSS VARIABLES & STYLES ===== */
:root{--bg-primary:#fff;--bg-secondary:#F9F9F9;--bg-card:#F9F9F9;--bg-card-hover:#fff;--bg-nav:rgba(255,255,255,0.9);--bg-input:#fff;--bg-footer:#111;--bg-modal:#111;--bg-step:#fff;--bg-pricing:#F9F9F9;--bg-badge:#FDF0EA;--bg-hero:#fff;--bg-short-form:#fff;--bg-carousel:#fff;--bg-work:#F9F9F9;--bg-faq:#fff;--bg-wall:#fff;--text-primary:#111;--text-secondary:#666;--text-muted:#999;--text-white:#fff;--text-footer:rgba(255,255,255,0.65);--border-color:#F0F0F0;--border-dark:#E5E7EB;--border-footer:#333;--border-faq:#EAEAEA;--shadow-card:rgba(0,0,0,0.06);--shadow-hover:rgba(232,120,77,0.15);--shadow-modal:rgba(0,0,0,0.6);--shadow-faq:rgba(0,0,0,0.02);--btn-primary:#E8784D;--btn-primary-hover:#d4623a;--btn-dark:#111;--marquee-chip-bg:#fff;--marquee-chip-border:#EEE;--marquee-chip-text:#444;--marquee-text:#666;--faq-answer:#555;--faq-bg:#fff;--faq-active-bg:#FFFDFC;--whatsapp-bg:#E8784D;--whatsapp-shadow:rgba(232,120,77,0.5)}
[data-theme="dark"]{--bg-primary:#0D0D0D;--bg-secondary:#1A1A1A;--bg-card:#1A1A1A;--bg-card-hover:#222;--bg-nav:rgba(13,13,13,0.95);--bg-input:#1A1A1A;--bg-footer:#0A0A0A;--bg-modal:#1A1A1A;--bg-step:#1A1A1A;--bg-pricing:#1A1A1A;--bg-badge:rgba(232,120,77,0.15);--bg-hero:#0D0D0D;--bg-short-form:#0D0D0D;--bg-carousel:#0D0D0D;--bg-work:#111;--bg-faq:#0D0D0D;--bg-wall:#0D0D0D;--text-primary:#fff;--text-secondary:#aaa;--text-muted:#888;--text-footer:rgba(255,255,255,0.65);--border-color:#2A2A2A;--border-dark:#333;--border-footer:#333;--border-faq:#2A2A2A;--shadow-card:rgba(0,0,0,0.3);--shadow-hover:rgba(232,120,77,0.2);--shadow-modal:rgba(0,0,0,0.8);--shadow-faq:rgba(0,0,0,0.2);--btn-dark:#fff;--marquee-chip-bg:#1A1A1A;--marquee-chip-border:#333;--marquee-chip-text:#aaa;--marquee-text:#aaa;--faq-answer:#aaa;--faq-bg:#1A1A1A;--faq-active-bg:#222;--whatsapp-bg:#E8784D;--whatsapp-shadow:rgba(232,120,77,0.5)}
body{background:var(--bg-primary);color:var(--text-primary);transition:background .3s ease,color .3s ease}
#hero{background:var(--bg-hero)!important}
#hero h1{color:var(--text-primary)!important}
#hero p{color:var(--text-secondary)!important}
#hero .pill-badge{background:var(--bg-badge)!important}
#hero .marquee-track span{color:var(--marquee-text)!important}
#hero div[style*="border-top"]{border-color:var(--border-color)!important}
[data-theme="dark"] .btn-secondary{border-color:#E8784D!important;color:#E8784D!important}[data-theme="dark"] .btn-secondary:hover{background:#E8784D!important;color:#fff!important}
[data-theme="dark"] section[style*="background:#fff"]:has(.marquee-wrap) {
  background: #0D0D0D !important;
}
[data-theme="dark"] section[style*="background:#fff"]:has(.marquee-wrap) p[style*="color:#999"] {
  color: #888 !important;
}
[data-theme="dark"] #pricing{background:#0D0D0D!important}[data-theme="dark"] #pricing h2{color:#fff!important}[data-theme="dark"] #pricing h2 span{color:#E8784D!important}[data-theme="dark"] #pricing>div>p{color:#aaa!important}[data-theme="dark"] #pricing .pricing-card:not(.popular){background:#1A1A1A!important;border-color:#333!important}[data-theme="dark"] #pricing .pricing-card:not(.popular) h3{color:#fff!important}[data-theme="dark"] #pricing .pricing-card:not(.popular) .price{color:#fff!important}[data-theme="dark"] #pricing .pricing-card:not(.popular) .price span{color:#888!important}[data-theme="dark"] #pricing .pricing-card:not(.popular) .price-validity{color:#888!important}[data-theme="dark"] #pricing .pricing-card:not(.popular) .feature-list li{color:#aaa!important}[data-theme="dark"] #pricing .pricing-card:not(.popular) .get-started-btn{background:#E8784D!important;color:#fff!important}[data-theme="dark"] #pricing .pricing-card:not(.popular) .get-started-btn:hover{background:#d4623a!important}[data-theme="dark"] #pricing .pricing-card.popular{background:#0D0D0D!important;border-color:#E8784D!important}[data-theme="dark"] #pricing .pricing-card.popular h3{color:#fff!important}[data-theme="dark"] #pricing .pricing-card.popular .price{color:#fff!important}[data-theme="dark"] #pricing .pricing-card.popular .price span{color:rgba(255,255,255,0.6)!important}[data-theme="dark"] #pricing .pricing-card.popular .price-sub{color:#fff!important}[data-theme="dark"] #pricing .pricing-card.popular .price-validity{color:rgba(255,255,255,0.6)!important}[data-theme="dark"] #pricing .pricing-card.popular .feature-list li{color:rgba(255,255,255,0.85)!important}[data-theme="dark"] #pricing .pricing-card.popular .badge-popular{background:rgba(255,255,255,0.2)!important;color:#fff!important}[data-theme="dark"] #pricing .pricing-card.popular .get-started-btn{background:#fff!important;color:#111!important}[data-theme="dark"] #pricing .pricing-card.popular .get-started-btn:hover{background:#f0f0f0!important}
[data-theme="dark"] section[style*="padding:80px 24px;"]{background:#0D0D0D!important}[data-theme="dark"] section[style*="padding:80px 24px;"] h2{color:#fff!important}[data-theme="dark"] section[style*="padding:80px 24px;"] h2 span{color:#E8784D!important}[data-theme="dark"] section[style*="padding:80px 24px;"] p[style*="color:#666"]{color:#aaa!important}
[data-theme="dark"] .nav-links{background:#0D0D0D!important;border-bottom:1px solid #2A2A2A!important}[data-theme="dark"] .nav-links a.nav-link{color:#aaa!important}[data-theme="dark"] .nav-links a.nav-link:hover{color:#E8784D!important}[data-theme="dark"] .nav-links .btn-book-call{background:#E8784D!important;color:#fff!important}[data-theme="dark"] .nav-links .btn-book-call:hover{background:#d4623a!important}
.short-form-section{background:var(--bg-short-form)!important}
.short-form-header h2{color:var(--text-primary)!important}
.short-form-header p{color:var(--text-secondary)!important}
#industry-showcase,#landscape-showcase{background:var(--bg-carousel)!important}
#industry-showcase h2,#landscape-showcase h2{color:var(--text-primary)!important}
#industry-showcase p,#landscape-showcase p{color:var(--text-secondary)!important}
#services{background:var(--bg-short-form)!important}
#services .long-form-header h2{color:var(--text-primary)!important}
#services .long-form-header p{color:var(--text-secondary)!important}
.crescora-nav{background:var(--bg-nav)!important;border-bottom:1px solid var(--border-color)!important}
.nav-logo{color:var(--text-primary)!important}
.nav-links a.nav-link{color:var(--text-secondary)!important}
.nav-links a.nav-link:hover{color:#E8784D!important}
.nav-toggle{color:var(--text-primary)!important}
.btn-book-call{background:var(--btn-dark)!important;color:var(--bg-primary)!important}
.btn-book-call:hover{background:#E8784D!important;color:#fff!important}
.card,.short-video-card,.long-video-card,.pricing-card,.step-card{background:var(--bg-card)!important;border-color:var(--border-dark)!important;box-shadow:0 4px 20px var(--shadow-card)!important}
.card:hover,.short-video-card:hover,.long-video-card:hover,.pricing-card:hover,.step-card:hover{background:var(--bg-card-hover)!important;box-shadow:0 10px 40px var(--shadow-hover)!important}
.step-card{background:var(--bg-step)!important}
.step-card h3{color:var(--text-primary)!important}
.step-card p{color:var(--text-secondary)!important}
.step-num{color:var(--border-color)!important}
.pricing-card:not(.popular){background:var(--bg-pricing)!important}
.pricing-card:not(.popular) .price{color:var(--text-primary)!important}
.pricing-card:not(.popular) .feature-list li{color:var(--text-secondary)!important}
.pricing-card:not(.popular) .price-validity{color:var(--text-muted)!important}
.pricing-card.popular{background:var(--text-primary)!important;color:#fff!important}
.pricing-card.popular h3,.pricing-card.popular .price{color:#fff!important}
.faq-item{background:var(--faq-bg)!important;border:1px solid var(--border-faq)!important;box-shadow:0 2px 8px var(--shadow-faq)!important}
.faq-item.active{background:var(--faq-active-bg)!important;border-color:#E8784D!important}
.faq-question{color:var(--text-primary)!important}
.faq-answer{color:var(--faq-answer)!important}
#wall-of-love,section[style*="background:#fff"]:has(.wall-of-love){background:var(--bg-wall)!important}
.card .quote-mark{color:#E8784D!important}
.card p{color:var(--text-secondary)!important}
.card h5{color:var(--text-primary)!important}
.card span{color:var(--text-secondary)!important}
section[style*="background:#F9F9F9"]{background:var(--bg-work)!important}
.big-name-item h5{color:var(--text-primary)!important}
.big-name-item span{color:#E8784D!important}
#work{background:var(--bg-work)!important}
#work h2{color:var(--text-primary)!important}
#work p{color:var(--text-secondary)!important}
.crescora-footer{background:var(--bg-footer)!important}
.footer-input{background:var(--bg-input)!important;border-color:var(--border-footer)!important;color:var(--text-primary)!important}
.footer-input::placeholder{color:var(--text-muted)!important}
.footer-links a{color:var(--text-footer)!important}
.footer-links a:hover{color:#E8784D!important}
.crescora-modal-box{background:var(--bg-modal)!important}
.crescora-modal-box h2{color:#fff!important}
.crescora-modal-box p.sub{color:rgba(255,255,255,0.6)!important}
.form-group input,.form-group textarea{background:var(--bg-input)!important;border-color:var(--border-footer)!important;color:#fff!important}
.chip{background:var(--marquee-chip-bg)!important;border-color:var(--marquee-chip-border)!important;color:var(--marquee-chip-text)!important}
#contact{background:#111!important}
#contact h2{color:#fff!important}
#contact p{color:rgba(255,255,255,0.65)!important}
.dark-mode-toggle{background:0;border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;padding:8px 10px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;width:40px;height:40px;background:var(--bg-card)}
.dark-mode-toggle:hover{background:var(--border-color);transform:scale(1.05)}
.dark-mode-toggle svg{width:20px;height:20px;stroke:currentColor;fill:none}
.dark-mode-float-btn{position:fixed;bottom:94px;right:24px;z-index:1500;width:52px;height:52px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);border:2px solid var(--border-color);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px var(--shadow-card);transition:all .3s cubic-bezier(0.25,0.8,0.25,1);padding:0}
.dark-mode-float-btn:hover{transform:scale(1.08);box-shadow:0 8px 30px var(--shadow-hover);border-color:#E8784D}
.dark-mode-float-btn svg{width:24px;height:24px;stroke:currentColor;fill:none;transition:transform .4s ease}
.dark-mode-float-btn:hover svg{transform:rotate(30deg)}
[data-theme="dark"] .dark-mode-float-btn{background:#E8784D;color:#fff;border-color:#E8784D;box-shadow:0 4px 20px rgba(232,120,77,0.4)}
[data-theme="dark"] .dark-mode-float-btn:hover{box-shadow:0 8px 32px rgba(232,120,77,0.6)}
[data-theme="dark"] .whatsapp-float-btn{background:#E8784D!important;box-shadow:0 6px 24px rgba(232,120,77,0.5)!important}
[data-theme="dark"] .whatsapp-float-btn:hover{box-shadow:0 8px 32px rgba(232,120,77,0.7)!important}
*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,fill .3s ease}
@media(max-width:600px){.dark-mode-float-btn{bottom:82px;right:20px;width:46px;height:46px}
.dark-mode-float-btn svg{width:20px;height:20px}}