/* ==========================================================================
   VELMUSE — Premium Agency landing
   Design language ported from the "Fashion model portfolio" reference:
   centered hero · glow orbs · floating accents · rounded pills · red + gold
   Fonts: Playfair Display (display) + Inter (body)
   ========================================================================== */

:root {
  --black: #000000;
  --black-deep: #000000;
  --white: #ffffff;
  --text: #ffffff;
  --muted: #a0a0a0;
  --muted-dim: #606060;

  --red: #C62828;
  --red-bright: #e50914;
  --red-deep: #8E1B1B;

  --card: #111111;
  --card-soft: #161616;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --red-border: rgba(198, 40, 40, 0.15);
  --red-wash: rgba(198, 40, 40, 0.06);

  --font-display: 'Geist', 'Inter', system-ui, -apple-system, sans-serif;
  --font-body: 'Geist', 'Inter', system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --t: 0.3s ease;
  --container: 1240px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; font-size: 16px; background: var(--black); color-scheme: dark; }
body {
  font-family: var(--font-body); background: var(--black); color: var(--white);
  line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
::selection { background: var(--red); color: #fff; }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-track { background: var(--black-deep); }
::-webkit-scrollbar-thumb { background: #2a2a2a; }
::-webkit-scrollbar-thumb:hover { background: var(--red); }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--white); font-weight: 700; line-height: 1.1; text-wrap: balance; }
a { color: inherit; text-decoration: none; }
.text-red { color: var(--red); }
.text-gold { color: var(--red-bright); }
.font-serif { font-family: var(--font-display); }

/* keyframes */
@keyframes velmuseFloat { 0%,100% { transform: translateY(0) rotate(var(--rot,0deg)); } 50% { transform: translateY(-24px) rotate(calc(var(--rot,0deg) + 6deg)); } }
@keyframes velmusePulse { 0%,100% { opacity: 0.5; } 50% { opacity: 0.9; } }
@keyframes pulse-red { 0%,100% { transform: scale(0.9); opacity: 0.6; } 50% { transform: scale(1.1); opacity: 1; } }

/* Custom cursor */
.custom-cursor { width: 26px; height: 26px; border: 1px solid var(--red); border-radius: 50%; position: fixed; transform: translate(-50%,-50%); pointer-events: none; z-index: 9999; transition: width .3s, height .3s, background-color .3s, border-color .3s; mix-blend-mode: difference; }
.custom-cursor-dot { width: 4px; height: 4px; background: var(--white); border-radius: 50%; position: fixed; transform: translate(-50%,-50%); pointer-events: none; z-index: 9999; }
.custom-cursor.hover { width: 46px; height: 46px; background: var(--red-wash); border-color: var(--red-bright); }
@media (max-width: 768px) { .custom-cursor, .custom-cursor-dot { display: none; } }

/* Background canvas + ambient glows (disabled for pure black aesthetic) */
#canvas-bg { display: none !important; }
.ambient-glow { display: none !important; }

/* Layout */
.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 6vw, 80px); position: relative; z-index: 2; }
section { padding: clamp(70px, 9vw, 130px) 0; position: relative; }

.section-title-wrap { text-align: center; max-width: 60ch; margin: 0 auto clamp(48px, 6vw, 64px); }
.section-subtitle { display: inline-block; color: var(--red); font-size: 13px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 18px; }
.section-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 4.4vw, 56px); line-height: 1.1; letter-spacing: -0.5px; }

/* Buttons — rounded pills */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 32px; font-family: var(--font-body); font-weight: 600; font-size: 15px; letter-spacing: 0.4px; border-radius: 44px; cursor: pointer; border: 1px solid transparent; transition: all .25s ease; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 14px 40px -10px rgba(198,40,40,0.65); }
.btn-primary:hover { background: var(--red-bright); color: #fff; box-shadow: 0 16px 46px -8px rgba(198,40,40,0.8); transform: translateY(-2px); }
.btn-outline { background: transparent; color: #fff; border-color: var(--line-strong); }
.btn-outline:hover { border-color: var(--red); color: var(--red-bright); transform: translateY(-2px); }

/* Header */
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background: rgba(10,10,10,0.72); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid rgba(212,0,0,0.18); transition: var(--t); }
header.scrolled { background: rgba(5,5,5,0.94); box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.nav-container { display: flex; justify-content: space-between; align-items: center; padding: 16px clamp(20px, 5vw, 72px); max-width: 100%; }
.logo { font-family: var(--font-display); font-weight: 800; font-size: 26px; letter-spacing: 6px; color: #fff; display: flex; align-items: center; }
.logo-red, .logo-gold { color: var(--red); }
.nav-links { display: flex; gap: 30px; list-style: none; align-items: center; }
.nav-links a { color: var(--text); font-size: 14px; font-weight: 500; letter-spacing: 0.5px; transition: var(--t); }
.nav-links a:hover { color: #fff; }
.nav-links .btn { padding: 11px 22px; font-size: 14px; box-shadow: 0 8px 26px -8px rgba(212,0,0,0.7); }
.menu-btn { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; }
.menu-btn span { display: block; width: 26px; height: 2px; background: #fff; transition: var(--t); }

/* HERO — centered */
#hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 140px clamp(20px,6vw,80px) 100px; overflow: hidden; background: radial-gradient(120% 90% at 50% -10%, #1a0000 0%, #0a0a0a 62%); }
.hero-inner { display: flex; flex-direction: column; align-items: center; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(32px); pointer-events: none; z-index: 1; animation: velmusePulse 8s ease-in-out infinite; }
.orb-1 { top: 8%; left: -6%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(212,0,0,0.42), transparent 68%); }
.orb-2 { bottom: 0; right: -8%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(212,0,0,0.26), transparent 66%); animation-duration: 10s; }
.hero-shape { position: absolute; pointer-events: none; z-index: 1; }
.shape-1 { top: 22%; right: 12%; width: 120px; height: 120px; border: 1px solid rgba(212,175,55,0.35); --rot: 18deg; transform: rotate(18deg); animation: velmuseFloat 12s ease-in-out infinite; }
.shape-2 { bottom: 20%; left: 10%; width: 70px; height: 70px; border: 1px solid rgba(212,0,0,0.5); --rot: 30deg; transform: rotate(30deg); animation: velmuseFloat 9s ease-in-out infinite reverse; }
.hero-dot { position: absolute; top: 50%; left: 6%; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px 4px rgba(212,175,55,0.6); pointer-events: none; z-index: 1; }
.badge { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 9px; padding: 8px 18px; border: 1px solid rgba(198,40,40,0.3); border-radius: 40px; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--red-bright); margin-bottom: 34px; }
.badge-gold { border-color: var(--line-strong); color: var(--text); }
.badge-dot { width: 6px; height: 6px; background: var(--red-bright); border-radius: 50%; animation: pulse-red 2s infinite; }
.hero-title { position: relative; z-index: 2; font-family: var(--font-display); font-weight: 800; font-size: clamp(44px, 7.5vw, 104px); line-height: 1.02; letter-spacing: -1px; max-width: 15ch; color: #fff; }
.hero-title .text-red, .hero-title .text-gold { font-style: italic; color: var(--red); }
.hero-subtitle { position: relative; z-index: 2; margin-top: 30px; max-width: 60ch; font-size: clamp(16px, 1.6vw, 21px); line-height: 1.6; color: var(--text); font-weight: 300; }
.hero-ctas { position: relative; z-index: 2; margin-top: 44px; display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.hero-trust { position: relative; z-index: 2; margin-top: 54px; display: flex; gap: 36px; flex-wrap: wrap; justify-content: center; color: var(--muted-dim); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.hero-trust span i { color: var(--red); margin-right: 8px; }

/* Hide legacy hero visual card (design is now centered) */
.hero-visual { display: none; }

/* PAIN */
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(40px, 6vw, 80px); align-items: center; }
.pain-image { display: flex; }
.pain-glow-box { width: 100%; min-height: 300px; border: 1px solid var(--red-border); background: radial-gradient(circle at center, rgba(212,0,0,0.10) 0%, rgba(0,0,0,0) 72%); border-radius: 18px; display: flex; align-items: center; justify-content: center; }
.pain-stat { text-align: center; }
.pain-stat-num { font-family: var(--font-display); font-size: clamp(5rem, 9vw, 7rem); font-weight: 800; color: #fff; line-height: 1; }
.pain-stat-num::after { content: ""; display: block; width: 60px; height: 3px; background: var(--red); margin: 14px auto 0; }
.pain-stat-desc { font-size: 1rem; color: var(--text); max-width: 250px; margin: 16px auto 0; font-weight: 300; }
.pain-list { display: flex; flex-direction: column; gap: 16px; }
.pain-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; background: var(--card-soft); border: 1px solid var(--red-border); border-left: 3px solid var(--red); border-radius: 12px; transition: var(--t); }
.pain-item:hover { background: rgba(255,255,255,0.05); transform: translateX(6px); }
.pain-icon { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 18px; flex-shrink: 0; }
.pain-item-content h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: #fff; margin-bottom: 3px; }
.pain-item-content p { font-size: 14px; color: var(--muted); font-weight: 300; }

/* FEATURES */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; }
.feature-card { padding: 38px 32px; background: var(--card); border: 1px solid rgba(212,0,0,0.28); border-radius: 18px; backdrop-filter: blur(10px); transition: all .3s ease; display: flex; flex-direction: column; }
.feature-card:hover { border-color: var(--red); box-shadow: 0 0 0 1px rgba(212,0,0,0.4), 0 22px 60px -20px rgba(212,0,0,0.55); transform: translateY(-6px); }
.feature-icon-wrap { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(212,0,0,0.14); border: 1px solid rgba(212,0,0,0.4); margin-bottom: 24px; }
.feature-icon { color: var(--red); font-size: 22px; font-style: normal; }
.feature-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 25px; margin-bottom: 16px; }
.feature-card ul { list-style: none; display: flex; flex-direction: column; gap: 12px; color: var(--text); font-size: 15px; line-height: 1.5; margin-bottom: 0; }
.feature-card li { display: flex; gap: 11px; padding-left: 0; }
.feature-card li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red-bright); font-size: 13px; margin-top: 2px; flex-shrink: 0; }

/* CHATBOT DEMO (kept, restyled) */
.chat-preview-box { margin: 60px auto 0; max-width: 820px; background: var(--card); border: 1px solid var(--red-border); border-radius: 18px; overflow: hidden; }
.chat-header { background: var(--red-wash); padding: 18px 26px; border-bottom: 1px solid rgba(212,0,0,0.2); display: flex; align-items: center; justify-content: space-between; }
.chat-bot-info { display: flex; align-items: center; gap: 14px; }
.chat-avatar { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--red); background: radial-gradient(circle, var(--red) 0%, #400 100%); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 20px; font-weight: 700; color: #fff; }
.chat-bot-details h4 { font-family: var(--font-body); font-size: 16px; font-weight: 600; line-height: 1.2; }
.chat-bot-status { font-size: 12px; color: var(--red-bright); display: flex; align-items: center; gap: 6px; }
.chat-bot-status::before { content: ""; width: 6px; height: 6px; background: var(--red-bright); border-radius: 50%; box-shadow: 0 0 8px var(--red); }
.chat-header-actions { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted-dim); }
.chat-messages { height: 300px; padding: 26px; overflow-y: auto; display: flex; flex-direction: column; gap: 18px; }
.message { max-width: 78%; display: flex; flex-direction: column; gap: 5px; }
.message.received { align-self: flex-start; }
.message.sent { align-self: flex-end; }
.message-bubble { padding: 12px 18px; border-radius: 14px; font-size: 14px; line-height: 1.5; }
.message.received .message-bubble { background: rgba(255,255,255,0.05); color: #eee; border: 1px solid var(--line); border-bottom-left-radius: 3px; }
.message.sent .message-bubble { background: var(--red); color: #fff; border-bottom-right-radius: 3px; }
.message-time { font-size: 11px; color: var(--muted-dim); align-self: flex-end; }
.message.received .message-time { align-self: flex-start; }
.chat-options { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 26px 16px; }
.chat-option-btn { background: var(--red-wash); border: 1px solid rgba(212,0,0,0.25); color: #eee; border-radius: 40px; padding: 8px 16px; font-size: 13px; cursor: pointer; font-family: var(--font-body); transition: var(--t); }
.chat-option-btn:hover { background: var(--red); border-color: var(--red); color: #fff; }
.chat-input-area { display: flex; padding: 16px; background: rgba(6,6,6,0.9); border-top: 1px solid var(--line); gap: 12px; }
.chat-input { flex-grow: 1; background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 40px; padding: 12px 18px; color: #fff; font-family: var(--font-body); font-size: 14px; }
.chat-input:focus { outline: none; border-color: var(--red); }
.chat-send-btn { background: var(--red); color: #fff; border: none; border-radius: 40px; padding: 0 24px; font-weight: 600; cursor: pointer; transition: var(--t); }
.chat-send-btn:hover { background: var(--red-bright); color: #fff; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: stretch; }
.pricing-card { display: flex; flex-direction: column; padding: 40px 32px; background: var(--card-soft); border: 1px solid var(--line-strong); border-radius: 20px; transition: all .3s ease; }
.pricing-card:hover { border-color: rgba(212,0,0,0.5); transform: translateY(-4px); }
.pricing-card.popular { position: relative; background: linear-gradient(180deg, rgba(198,40,40,0.1), var(--card-soft)); border: 1.5px solid var(--red); box-shadow: 0 24px 70px -24px rgba(198,40,40,0.5); }
.pricing-card.popular::before { content: "MOST POPULAR"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; padding: 6px 16px; border-radius: 30px; }
.pricing-header { margin-bottom: 8px; }
.pricing-name { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 0; }
.pricing-card .text-gold.pricing-name, .pricing-name.text-gold { color: var(--red-bright); }
.pricing-price { font-family: var(--font-display); font-size: 52px; font-weight: 800; color: #fff; line-height: 1; margin: 16px 0 6px; font-variant-numeric: tabular-nums; }
.pricing-price span { font-size: 16px; color: var(--muted-dim); font-weight: 400; }
.pricing-price-sub { display: inline-flex; align-self: flex-start; padding: 6px 12px; border-radius: 30px; background: var(--red-wash); border: 1px solid rgba(198,40,40,0.25); color: var(--red-bright); font-size: 12px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 20px; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 13px; color: var(--text); font-size: 15px; margin: 20px 0 32px; flex: 1; }
.pricing-features li { display: flex; align-items: flex-start; gap: 11px; }
.pricing-features li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red); font-size: 13px; margin-top: 3px; }
.popular .pricing-features li::before { color: var(--red-bright); }
.pricing-features li.unavailable { color: var(--muted-dim); }
.pricing-features li.unavailable::before { content: "\f00d"; color: var(--muted-dim); }
.pricing-check { display: none; }
.pricing-btn { text-align: center; width: 100%; margin-top: auto; }

/* TESTIMONIALS */
.testimonials-carousel { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 0; }
.testimonial-card { padding: 38px 34px; background: var(--card); border: 1px solid var(--red-border); border-radius: 18px; transition: var(--t); }
.testimonial-card:hover { border-color: rgba(212,0,0,0.45); transform: translateY(-4px); }
.testimonial-stars { color: var(--red-bright); font-size: 15px; letter-spacing: 3px; margin-bottom: 18px; }
.testimonial-text { font-family: var(--font-display); font-style: italic; font-size: 20px; line-height: 1.5; color: #fff; margin-bottom: 22px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar { width: 46px; height: 46px; border-radius: 50%; background: radial-gradient(circle, var(--red) 0%, var(--black-deep) 100%); border: 1px solid var(--line-strong); display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.author-info h4 { font-family: var(--font-body); font-size: 15px; font-weight: 600; }
.author-info p { font-size: 13px; color: var(--muted); letter-spacing: 0.5px; }

/* COMPARISON */
.table-wrap { overflow-x: auto; border: 1px solid var(--red-border); border-radius: 18px; }
.comp-table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 15px; font-variant-numeric: tabular-nums; }
.comp-table thead tr { background: rgba(255,255,255,0.03); }
.comp-table th { text-align: center; padding: 20px 16px; font-family: var(--font-body); font-weight: 500; color: var(--muted); font-size: 15px; }
.comp-table th:first-child { text-align: left; padding-left: 24px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.comp-table th.highlight-col { font-family: var(--font-display); font-weight: 800; color: var(--red); letter-spacing: 1px; font-size: 17px; }
.comp-table td { padding: 18px 16px; text-align: center; color: var(--muted-dim); border-top: 1px solid rgba(255,255,255,0.07); }
.comp-table td:first-child { text-align: left; padding-left: 24px; color: var(--text); }
.comp-table tbody tr:nth-child(even) { background: rgba(212,0,0,0.03); }
.comp-table td.highlight-col { color: #fff; font-weight: 600; }
.comp-table .text-gold { color: var(--red-bright); }
.comp-table .text-red { color: var(--red); }
.table-icon-check { color: var(--red); }
.table-icon-cross { color: var(--muted-dim); }
.table-icon-warning { color: var(--red-bright); }

/* FAQ */
#faq .container { max-width: 880px; }
.faq-list { display: flex; flex-direction: column; gap: 14px; margin-top: 52px; }
.faq-item { border: 1px solid var(--red-border); border-radius: 14px; background: var(--card-soft); overflow: hidden; transition: var(--t); }
.faq-item[open] { border-color: var(--red); background: var(--card); }
.faq-q { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 26px; font-family: var(--font-display); font-size: 20px; font-weight: 700; color: #fff; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::marker { content: ""; }
.faq-icon { color: var(--red); font-size: 24px; line-height: 1; transition: var(--t); flex-shrink: 0; }
.faq-item[open] .faq-icon { transform: rotate(45deg); color: var(--red-bright); }
.faq-a { padding: 0 26px 22px; color: var(--text); font-size: 15px; line-height: 1.7; font-weight: 300; }
.faq-a p { max-width: 66ch; margin: 0; }

/* FINAL CTA — red gradient rounded box */
#cta { margin: clamp(40px,6vw,80px) clamp(16px,4vw,48px); padding: clamp(60px,9vw,120px) clamp(24px,6vw,80px); text-align: center; border-radius: 28px; overflow: hidden; background: radial-gradient(120% 130% at 50% 0%, #d40000 0%, #7a0000 45%, #2a0000 100%); position: relative; }
#cta::before { content: ""; position: absolute; top: -40px; right: -40px; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,0.18); transform: rotate(20deg); pointer-events: none; }
#cta::after { content: ""; position: absolute; bottom: -60px; left: -30px; width: 160px; height: 160px; border: 1px solid rgba(198,40,40,0.25); transform: rotate(15deg); pointer-events: none; }
.cta-glow { display: none; }
.cta-wrap { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.cta-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 5.5vw, 72px); line-height: 1.05; color: #fff; }
.cta-sub { margin: 22px auto 0; max-width: 52ch; font-size: clamp(16px, 1.7vw, 20px); color: rgba(255,255,255,0.9); font-weight: 300; }
.cta-wrap .btn-primary { margin-top: 40px; background: var(--black); color: #fff; box-shadow: 0 16px 44px -12px rgba(0,0,0,0.7); }
.cta-wrap .btn-primary:hover { background: var(--red-bright); color: #fff; }
.cta-sub-text { display: block; margin-top: 26px; color: rgba(255,255,255,0.75); font-size: 13px; letter-spacing: 1px; }

/* FOOTER */
footer { padding: 40px clamp(20px,6vw,80px) 56px; text-align: center; border-top: 1px solid rgba(255,255,255,0.06); background: var(--black); position: relative; z-index: 2; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.5fr; gap: 48px; margin-bottom: 40px; text-align: left; max-width: var(--container); margin-left: auto; margin-right: auto; }
.footer-brand p { margin-top: 12px; font-size: 14px; color: var(--muted-dim); max-width: 300px; }
.footer-links h4, .footer-contact h4 { font-family: var(--font-body); font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; color: #fff; margin-bottom: 16px; }
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: var(--muted-dim); font-size: 14px; transition: var(--t); }
.footer-links a:hover { color: var(--red); }
.footer-contact p { font-size: 14px; color: var(--muted-dim); margin-bottom: 8px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; font-size: 13px; color: var(--muted-dim); max-width: var(--container); margin: 0 auto; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: var(--muted-dim); transition: var(--t); }
.footer-bottom-links a:hover { color: #fff; }

/* MODAL */
.modal { position: fixed; inset: 0; background: rgba(5,5,5,0.92); backdrop-filter: blur(16px); z-index: 1000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: var(--t); }
.modal.active { opacity: 1; pointer-events: all; }
.modal-content { background: #0e0e0e; border: 1px solid rgba(212,0,0,0.3); box-shadow: 0 30px 90px rgba(0,0,0,0.7); border-radius: 20px; width: 100%; max-width: 560px; padding: clamp(2rem, 5vw, 3.5rem); position: relative; transform: scale(0.92); transition: var(--t); }
.modal.active .modal-content { transform: scale(1); }
.modal-close { position: absolute; top: 20px; right: 22px; background: none; border: none; color: var(--muted-dim); font-size: 2rem; cursor: pointer; transition: var(--t); line-height: 1; }
.modal-close:hover { color: var(--red-bright); }
.modal-title { font-family: var(--font-display); font-size: 2.4rem; margin-bottom: 8px; text-align: center; }
.modal-sub { font-size: 15px; color: var(--text); text-align: center; margin-bottom: 28px; font-weight: 300; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; color: #fff; }
.form-control { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 10px; padding: 13px 16px; color: #fff; font-family: var(--font-body); font-size: 15px; transition: var(--t); }
.form-control:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-wash); }
select.form-control { appearance: none; background-color: #141414; color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 16px; padding-right: 44px; }
select.form-control option { background-color: #141414; color: #fff; }
.form-btn { width: 100%; margin-top: 10px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; } .delay-2 { transition-delay: .2s; } .delay-3 { transition-delay: .3s; }

/* Responsive */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .footer-brand p { margin-left: auto; margin-right: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .menu-btn { display: flex; }
  .hero-trust { gap: 20px; }
}

/* ===== Editorial imagery sections (Seedream 4) ===== */
#lifestyle { background: var(--black-deep); }
.life-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.life-grid > * { min-width: 0; }
.life-media { max-width: 520px; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.life-media img { display: block; width: 100%; height: auto; }
.life-copy .section-title { text-align: left; }
.life-copy > p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; margin: 1.2rem 0 1.6rem; max-width: 46ch; }
.life-list { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 2rem; }
.life-list li { display: flex; align-items: center; gap: 0.7rem; color: #fff; font-size: 1rem; }
.life-list i { color: var(--red); }

.privacy-band { position: relative; padding: clamp(6rem, 12vw, 10rem) 0; background-image: linear-gradient(90deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.72) 45%, rgba(10,10,10,0.3) 100%), url("/images/ghost-mode.jpg"); background-size: cover; background-position: center right; }
.pband-inner { max-width: 620px; }
.pband-inner .section-title { text-align: left; }
.pband-inner > p { color: var(--text); font-size: 1.1rem; line-height: 1.7; margin-top: 1.2rem; max-width: 44ch; }

#cta { background-image: linear-gradient(160deg, rgba(180,0,0,0.5), rgba(10,10,10,0.88)), url("/images/brand-ambience.jpg"); background-size: cover; background-position: center; }

@media (max-width: 900px) {
  .life-grid { grid-template-columns: 1fr; }
  .life-media { max-width: 460px; margin: 0 auto; }
  .privacy-band { background-image: linear-gradient(180deg, rgba(10,10,10,0.72), rgba(10,10,10,0.93)), url("/images/ghost-mode.jpg"); background-position: center top; }
}

/* ===== Device mockups showcase ===== */
#showcase { background: var(--black-deep); }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; justify-items: center; align-items: start; margin-top: 1rem; }
.showcase-col { display: flex; flex-direction: column; align-items: center; }
.phone { width: 264px; background: #050505; border-radius: 38px; padding: 11px; border: 1px solid var(--line-strong); box-shadow: 0 40px 80px -20px rgba(0,0,0,0.8); position: relative; }
.phone::before { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 84px; height: 6px; background: #171717; border-radius: 6px; z-index: 4; }
.phone-screen { background: #0b0b0c; border-radius: 28px; overflow: hidden; height: 496px; display: flex; flex-direction: column; }
.pm-head { display: flex; align-items: center; gap: 9px; padding: 30px 15px 12px; border-bottom: 1px solid var(--line); }
.pm-av { width: 34px; height: 34px; border-radius: 50%; background: radial-gradient(circle, var(--red), #400); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; border: 1px solid var(--red); flex-shrink: 0; }
.pm-h-name { font-size: 13px; color: #fff; font-weight: 600; }
.pm-h-sub { font-size: 11px; color: #24c07a; display: flex; align-items: center; gap: 5px; }
.pm-h-sub::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #24c07a; }
.pm-title { padding: 30px 16px 12px; font-family: var(--font-display); font-size: 17px; color: #fff; border-bottom: 1px solid var(--line); }
/* chat */
.chat-body { flex: 1; padding: 14px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.cm-msg { max-width: 84%; font-size: 11.5px; line-height: 1.45; padding: 9px 12px; border-radius: 13px; }
.cm-them { align-self: flex-start; background: rgba(255,255,255,0.06); color: #dcdcdc; border-bottom-left-radius: 3px; }
.cm-me { align-self: flex-end; background: var(--red); color: #fff; border-bottom-right-radius: 3px; }
.cm-link { text-decoration: underline; opacity: 0.95; }
.cm-note { margin: auto 12px 14px; font-size: 10.5px; color: #24c07a; background: rgba(36,192,122,0.12); border: 1px solid rgba(36,192,122,0.3); border-radius: 9px; padding: 9px 10px; text-align: center; }
/* calendar */
.cal-body { flex: 1; padding: 13px; display: flex; flex-direction: column; gap: 8px; }
.cal-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 12px; border-radius: 10px; background: rgba(212,0,0,0.13); border: 1px solid rgba(212,0,0,0.3); font-size: 11.5px; }
.cal-row .cr-day { color: #fff; font-weight: 600; }
.cal-row .cr-dep { color: #24c07a; font-size: 10px; }
.cal-open { background: rgba(255,255,255,0.03); border-color: var(--line); }
.cal-open .cr-day { color: var(--muted); }
.cal-open .cr-dep { color: var(--muted-dim); }
/* scheduler */
.sched-body { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.drop-box { border: 2px dashed rgba(212,0,0,0.5); border-radius: 14px; padding: 32px 12px; text-align: center; color: #fff; font-size: 12.5px; background: rgba(212,0,0,0.06); }
.drop-box i { display: block; font-size: 26px; color: var(--red); margin-bottom: 9px; }
.pf-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.04); border: 1px solid var(--line); font-size: 12px; color: #eee; margin-bottom: 8px; }
.pf-row .pf-ok { color: #24c07a; }
.sched-active { margin-top: auto; text-align: center; font-size: 11px; color: #24c07a; background: rgba(36,192,122,0.12); border: 1px solid rgba(36,192,122,0.3); border-radius: 9px; padding: 9px; }
/* captions */
.showcase-cap { text-align: center; margin-top: 1.3rem; max-width: 24ch; }
.showcase-cap h4 { font-family: var(--font-body); font-size: 1rem; color: #fff; font-weight: 600; }
.showcase-cap p { font-size: 0.85rem; color: var(--muted); margin-top: 4px; }
@media (max-width: 900px) { .showcase-grid { grid-template-columns: 1fr; gap: 3rem; } }

/* Hero visual anchor — ghosted luxury-homepage phone */
.hero-phone { position: absolute; right: -30px; top: 50%; transform: translateY(-50%) rotate(6deg) scale(0.9); opacity: 0.42; z-index: 1; pointer-events: none; }
.home-mini { background: radial-gradient(120% 80% at 50% 0%, #2a0000, #0b0b0c 60%); }
.hm-hero { padding: 62px 20px 24px; text-align: center; }
.hm-name { font-family: var(--font-display); font-size: 30px; letter-spacing: 4px; color: #fff; font-weight: 700; }
.hm-tag { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-top: 8px; }
.hm-cta { display: inline-block; margin-top: 20px; background: var(--red); color: #fff; font-size: 11px; font-weight: 600; padding: 9px 18px; border-radius: 30px; }
.hm-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 14px; }
.hm-gallery span { aspect-ratio: 1; border-radius: 8px; background: linear-gradient(135deg, #3a0000, #140000); border: 1px solid rgba(212,0,0,0.22); }
@media (max-width: 1150px) { .hero-phone { display: none; } }

/* ===== Legal pages ===== */
.legal { padding: 140px 0 90px; min-height: 70vh; }
.legal .container { max-width: 780px; }
.legal-title { font-size: clamp(2.2rem, 5vw, 3.2rem); margin-bottom: 0.4rem; }
.legal-updated { color: var(--muted-dim); font-size: 0.85rem; margin-bottom: 2.6rem; }
.legal h2 { font-size: 1.4rem; margin: 2.2rem 0 0.7rem; }
.legal p, .legal li { color: var(--text); font-size: 1rem; line-height: 1.75; }
.legal ul { margin: 0.5rem 0 1rem 1.3rem; }
.legal li { margin-bottom: 0.4rem; }
.legal a { color: var(--red-bright); }
.legal-note { margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--muted-dim); font-size: 0.85rem; font-style: italic; }

/* ===== 18+ age gate ===== */
.age-gate { position: fixed; inset: 0; z-index: 2000; background: rgba(5,5,5,0.97); backdrop-filter: blur(10px); align-items: center; justify-content: center; padding: 24px; }
.age-card { max-width: 440px; text-align: center; }
.age-logo { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: 5px; color: #fff; margin-bottom: 24px; }
.age-card h2 { font-size: 2rem; margin-bottom: 12px; }
.age-card > p { color: var(--muted); font-size: 1rem; line-height: 1.7; margin-bottom: 26px; }
.age-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.age-fine { margin-top: 22px; font-size: 0.8rem; color: var(--muted-dim); }
.age-fine a { color: var(--text); text-decoration: underline; }

/* ===== Templates gallery (landing) ===== */
#templates { background: var(--black-deep); }
.tmpl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.tmpl-card { display: block; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--card); transition: var(--t); }
.tmpl-card:hover { transform: translateY(-6px); border-color: var(--line-strong); box-shadow: 0 24px 60px -24px rgba(0,0,0,0.7); }
.tmpl-thumb { aspect-ratio: 3/4; display: flex; align-items: flex-end; padding: 18px; position: relative; }
.tmpl-thumb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 25%, rgba(255,255,255,0.06), transparent 60%); }
.tmpl-thumb .tn { position: relative; z-index: 2; font-family: var(--font-display); font-size: 20px; color: #fff; }
.tmpl-info { padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: var(--muted); gap: 8px; }
.tmpl-info .go { color: var(--red-bright); white-space: nowrap; }
.nav-contact { display: flex; gap: 16px; font-size: 19px; }
.nav-contact a { color: var(--muted); transition: var(--t-fast); }
.nav-contact a:hover { color: #fff; }
@media (max-width: 900px) { .tmpl-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .tmpl-grid { grid-template-columns: 1fr; } }

/* ===== UK compliance section ===== */
#compliance { background: var(--black-deep); }
.compliance-body { max-width: 760px; margin: 0 auto; }
.compliance-body h3 { font-size: 1.25rem; margin: 1.7rem 0 0.5rem; color: #fff; }
.compliance-body p, .compliance-body li { color: var(--text); font-size: 1rem; line-height: 1.75; }
.compliance-body ul { margin: 0.5rem 0 1rem 1.3rem; }
.compliance-body li { margin-bottom: 0.4rem; }
.compliance-note { margin-top: 1.8rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted-dim); font-size: 0.85rem; font-style: italic; }

/* ===== CREATOR SHOWCASE (PORTFOLIO SECTION) ===== */
.showcase-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}
.showcase-intro {
  max-width: 60ch;
}
.showcase-slider-container {
  position: relative;
  width: 100%;
}
.showcase-slider {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding: 10px 4px 30px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.showcase-slider::-webkit-scrollbar {
  display: none;
}
.showcase-card {
  flex: 0 0 420px;
  max-width: 420px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
  display: flex;
  flex-direction: column;
}
.showcase-card:hover {
  transform: translateY(-8px);
  border-color: rgba(198, 40, 40, 0.4);
  box-shadow: 0 20px 50px -15px rgba(198, 40, 40, 0.15);
}
.showcase-thumb-wrap {
  width: 100%;
  aspect-ratio: 16/10;
  background: #111;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.showcase-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.showcase-card:hover .showcase-thumb {
  transform: scale(1.05);
}
.showcase-overlay-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(7, 7, 7, 0.85);
  border: 1px solid var(--line);
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
}
.showcase-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.showcase-cat {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--red-bright);
  font-weight: 700;
  margin-bottom: 8px;
}
.showcase-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.showcase-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}
.showcase-actions {
  display: flex;
  gap: 12px;
}
.showcase-btn {
  flex: 1;
  padding: 12px 18px;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 30px;
  text-align: center;
  transition: var(--t);
  cursor: pointer;
}
.showcase-btn-primary {
  background: var(--red);
  color: #fff;
  border: 1px solid transparent;
}
.showcase-btn-primary:hover {
  background: var(--red-bright);
}
.showcase-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid var(--line-strong);
}
.showcase-btn-outline:hover {
  border-color: var(--red);
  color: var(--red-bright);
}

/* Slider Controls */
.slider-nav {
  display: flex;
  gap: 12px;
}
.slider-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background: transparent;
  transition: var(--t);
}
.slider-arrow:hover {
  border-color: var(--red);
  color: var(--red-bright);
  background: rgba(198, 40, 40, 0.05);
}

@media (max-width: 768px) {
  .showcase-card {
    flex: 0 0 320px;
    max-width: 320px;
  }
  .showcase-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .slider-nav {
    display: none;
  }
}

/* ===== LIVE PREVIEW PREVIEWER MODAL ===== */
.preview-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
  background: rgba(4, 4, 4, 0.95);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease);
}
.preview-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.preview-header {
  background: #0d0d0d;
  border-bottom: 1px solid var(--line);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  z-index: 10;
}
.preview-title-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}
.preview-title-info p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.preview-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.03);
  padding: 4px;
  border-radius: 30px;
  border: 1px solid var(--line);
}
.device-btn {
  background: transparent;
  border: none;
  color: var(--muted);
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  transition: var(--t);
  display: flex;
  align-items: center;
  gap: 6px;
}
.device-btn.active {
  background: var(--red);
  color: #fff;
}
.device-btn:hover:not(.active) {
  color: #fff;
}
.preview-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.preview-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition: var(--t);
  line-height: 1;
  padding: 4px;
}
.preview-close:hover {
  color: var(--red-bright);
}
.preview-iframe-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #070707;
  overflow: hidden;
}
.preview-frame-container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transition: width 0.4s var(--ease), height 0.4s var(--ease);
  position: relative;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
  border: 1px solid var(--line);
}
/* Device dimension variations */
.preview-frame-container.desktop {
  width: 100%;
  height: 100%;
}
.preview-frame-container.tablet {
  width: 768px;
  height: 1024px;
  max-height: 90vh;
}
.preview-frame-container.mobile {
  width: 375px;
  height: 812px;
  max-height: 85vh;
}
.preview-iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: #000;
}

/* ===== HERO GRID (50% VISUAL) ===== */
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr;
  gap: 48px;
  align-items: center;
  width: 100%;
}
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hero-device-img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 40px rgba(198, 40, 40, 0.15));
  transform: rotate(-3deg);
  transition: transform 0.6s var(--ease);
}
.hero-visual:hover .hero-device-img {
  transform: rotate(0deg) scale(1.03);
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .hero-inner {
    margin: 0 auto !important;
  }
  .hero-ctas {
    display: flex;
    justify-content: center;
  }
  .hero-trust {
    justify-content: center;
  }
  .hero-device-img {
    max-width: 80%;
    transform: none;
  }
  .hero-visual:hover .hero-device-img {
    transform: scale(1.03);
  }
}

/* ===== FEATURED CASE STUDY (PORTFOLIO SECTION) ===== */
.featured-case-study {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 56px;
  position: relative;
  align-items: center;
}
.case-visual-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16/10;
}
.case-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.featured-case-study:hover .case-visual-img {
  transform: scale(1.03);
}
.case-info-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--red-bright);
  font-weight: 700;
  margin-bottom: 12px;
}
.case-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.2;
}
.case-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}
.case-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  margin-bottom: 24px;
}
.case-meta-item h5 {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-weight: 600;
}
.case-meta-item p {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.case-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.case-features-list li {
  font-size: 13.5px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.case-features-list li i {
  color: var(--red-bright);
  font-size: 12px;
}

@media (max-width: 900px) {
  .featured-case-study {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 32px;
  }
}

/* ===== HOW WE WORK PIPELINE ===== */
.pipeline-flow {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.pipeline-step {
  display: flex;
  gap: 32px;
  position: relative;
  padding-bottom: 40px;
}
.pipeline-step:last-child {
  padding-bottom: 0;
}
.pipeline-step::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 48px;
  bottom: 0;
  width: 1px;
  background: var(--line);
}
.pipeline-step:last-child::before {
  display: none;
}
.pipeline-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--black-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--red-bright);
  flex-shrink: 0;
  z-index: 2;
  transition: var(--t);
}
.pipeline-step:hover .pipeline-number {
  border-color: var(--red);
  box-shadow: 0 0 15px rgba(198, 40, 40, 0.3);
  color: #fff;
}
.pipeline-content {
  padding-top: 10px;
}
.pipeline-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.pipeline-content p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 520px) {
  .pipeline-step {
    gap: 16px;
  }
  .pipeline-step::before {
    left: 20px;
  }
  .pipeline-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

/* ===== HERO COMPOSITE VISUAL ===== */
.hero-composite {
  position: relative;
  width: 100%;
  height: 480px;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.composite-layer {
  position: absolute;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.8);
  border: 1px solid var(--line);
  background: rgba(17, 17, 17, 0.7);
  backdrop-filter: blur(10px);
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease);
}
.layer-web {
  width: 320px;
  height: 200px;
  top: 10%;
  left: 5%;
  z-index: 10;
  transform: rotateY(15deg) rotateX(5deg) translateZ(50px);
  background: linear-gradient(135deg, rgba(20,20,20,0.9), rgba(10,10,10,0.95));
}
.layer-dashboard {
  width: 300px;
  height: 180px;
  bottom: 10%;
  right: 5%;
  z-index: 8;
  transform: rotateY(-15deg) rotateX(5deg) translateZ(20px);
}
.layer-chat {
  width: 180px;
  height: 280px;
  z-index: 15;
  top: 20%;
  left: 35%;
  transform: translateZ(100px) rotateY(5deg);
  border-color: rgba(198, 40, 40, 0.3);
}

.hero-composite:hover .layer-web {
  transform: rotateY(5deg) rotateX(2deg) translateZ(60px) translateY(-10px);
  box-shadow: 0 40px 80px rgba(198, 40, 40, 0.15);
}
.hero-composite:hover .layer-dashboard {
  transform: rotateY(-5deg) rotateX(2deg) translateZ(30px) translateY(10px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.9);
}
.hero-composite:hover .layer-chat {
  transform: translateZ(120px) scale(1.03);
  box-shadow: 0 40px 80px rgba(198, 40, 40, 0.25);
}

/* Glass panel inner mock elements */
.mock-header {
  height: 32px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 6px;
}
.mock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.mock-dot.red { background: var(--red-bright); }
.mock-content {
  padding: 16px;
  font-size: 11px;
}

/* ===== COMPARISON SECTION ===== */
.comparison-section {
  padding: 100px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
  text-align: left;
}
.comparison-table th, .comparison-table td {
  padding: 24px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.comparison-table th {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
}
.comparison-table td:first-child {
  font-weight: 600;
  color: #fff;
  width: 40%;
}
.comparison-table td:nth-child(2) {
  background: rgba(198, 40, 40, 0.03);
  border-left: 1px solid rgba(198, 40, 40, 0.15);
  border-right: 1px solid rgba(198, 40, 40, 0.15);
  color: #fff;
  font-weight: 600;
}
.comparison-table td:last-child {
  color: var(--muted);
}
.comparison-check {
  color: var(--red-bright);
  margin-right: 8px;
}
.comparison-cross {
  color: #555;
  margin-right: 8px;
}

/* ===== 13 SERVICES GRID ===== */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.solution-card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 32px;
  border-radius: 16px;
  transition: var(--t);
  display: flex;
  flex-direction: column;
}
.solution-card:hover {
  border-color: var(--red);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(198, 40, 40, 0.05);
}
.solution-icon {
  font-size: 24px;
  color: var(--red-bright);
  margin-bottom: 16px;
}
.solution-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.solution-card p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}
.solution-outcome {
  font-size: 12px;
  color: var(--red-bright);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

@media (max-width: 768px) {
  .hero-composite {
    height: 380px;
  }
  .layer-web {
    width: 240px;
    height: 150px;
  }
  .layer-dashboard {
    width: 220px;
    height: 140px;
  }
  .layer-chat {
    width: 140px;
    height: 220px;
    left: 30%;
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 30px 20px;
  }
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .collection-grid {
    grid-template-columns: 1fr;
  }
}

.sovereign-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .sovereign-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .sovereign-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .solution-card:last-child {
    grid-column: span 3;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
    text-align: left;
  }
  .solution-card:last-child .solution-icon {
    margin-bottom: 0;
  }
  .solution-card:last-child h3 {
    margin-bottom: 4px;
  }
  .solution-card:last-child p {
    margin-bottom: 0;
  }
  .solution-card:last-child .solution-outcome {
    border-top: none;
    padding-top: 0;
    border-left: 1px solid var(--line);
    padding-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solution-card:last-child {
    grid-column: span 2;
  }
}
