/* ═══════════════════════════════════════════════
   S4G2 Marketing Agency — Premium One-Page Template
   Bootstrap 5.3 · Dark Premium Theme
   ═══════════════════════════════════════════════ */

:root {
  --bg: #0c0a07;
  --bg-alt: #14100b;
  --surface: #1a1510;
  --surface-2: #221b13;
  --border: rgba(255, 255, 255, 0.08);
  --text: #f7f2ec;
  --text-dim: #aa9e91;
  --primary: #e85704;
  --primary-2: #ffa02e;
  --accent: #ff6a3c;
  --grad: linear-gradient(120deg, #e85704 0%, #ffa02e 100%);
  --grad-warm: linear-gradient(120deg, #ff6a3c 0%, #ffc93c 100%);
  --radius: 18px;
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.45);
  --font-head: "Sora", sans-serif;
  --font-body: "Inter", sans-serif;
}

* { -webkit-tap-highlight-color: transparent; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 { font-family: var(--font-head); font-weight: 700; }

::selection { background: rgba(232, 87, 4, 0.4); }

.text-gradient {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.text-dim { color: var(--text-dim); }
.x-small { font-size: 0.72rem; }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #3a2e22; border-radius: 20px; }
::-webkit-scrollbar-thumb:hover { background: #4e3d2c; }

/* ═══════════ BUTTONS ═══════════ */
.btn { font-weight: 600; letter-spacing: 0.01em; }

.btn-gradient {
  background: var(--grad);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 0.8rem 1.9rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 28px rgba(232, 87, 4, 0.35);
}
.btn-gradient:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(255, 160, 46, 0.35);
}
.btn-gradient:active { transform: translateY(-1px); }

.btn-outline-ghost {
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 100px;
  padding: 0.8rem 1.9rem;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}
.btn-outline-ghost:hover {
  border-color: var(--primary);
  color: #fff;
  background: rgba(232, 87, 4, 0.12);
  transform: translateY(-3px);
}

.btn-lg-cta { padding: 0.95rem 2.2rem; font-size: 1.02rem; }
.btn-nav { padding: 0.6rem 1.4rem; font-size: 0.9rem; white-space: nowrap; }

/* ═══════════ NAVBAR ═══════════ */
.navbar {
  padding: 1.1rem 0;
  transition: all 0.35s ease;
  background: transparent;
}
.navbar.scrolled {
  padding: 0.6rem 0;
  background: rgba(13, 10, 7, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}

.navbar-brand {
  font-family: var(--font-head);
  font-size: 1.65rem;
  font-weight: 800;
  color: #fff !important;
  letter-spacing: -0.02em;
}
.brand-mark {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-dot { color: var(--primary-2); }

.brand-logo {
  height: 44px;
  width: auto;
  display: block;
  transition: transform 0.25s ease;
}
.navbar-brand:hover .brand-logo { transform: scale(1.04); }
.navbar.scrolled .brand-logo { height: 38px; }
.brand-logo-footer { height: 52px; }

.navbar .nav-link {
  color: var(--text-dim);
  font-weight: 500;
  font-size: 0.92rem;
  white-space: nowrap;
  padding: 0.45rem 0 !important;
  margin: 0 0.75rem;
  transition: color 0.2s ease, border-color 0.2s ease;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1200px) {
  .navbar .nav-link { font-size: 0.95rem; padding: 0.5rem 0 !important; margin: 0 0.9rem; }
}
.navbar .nav-link:hover { color: var(--primary); }
.navbar .nav-link.active {
  color: var(--primary);
  background: transparent;
  border-bottom: 2px solid var(--primary);
}

.navbar-toggler {
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 1.5rem;
  border-radius: 12px;
  padding: 0.25rem 0.6rem;
}
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(232, 87, 4, 0.35); }

.offcanvas-lg {
  --bs-offcanvas-bg: var(--bg-alt);
  --bs-offcanvas-width: 320px;
  --bs-offcanvas-color: var(--text);
}
.offcanvas-header .btn-close { filter: invert(1); }

/* ═══════════ HERO ═══════════ */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 9.5rem 0 5rem;
  background:
    radial-gradient(ellipse 60% 45% at 70% 8%, rgba(232, 87, 4, 0.16), transparent 60%),
    radial-gradient(ellipse 45% 40% at 15% 90%, rgba(255, 160, 46, 0.10), transparent 60%),
    var(--bg);
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.55;
  pointer-events: none;
}
.hero-glow-1 {
  width: 480px; height: 480px;
  background: rgba(232, 87, 4, 0.35);
  top: -140px; right: -100px;
  animation: float 9s ease-in-out infinite;
}
.hero-glow-2 {
  width: 380px; height: 380px;
  background: rgba(255, 160, 46, 0.22);
  bottom: -120px; left: -120px;
  animation: float 11s ease-in-out infinite reverse;
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
  pointer-events: none;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 30px); }
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(232, 87, 4, 0.1);
  border: 1px solid rgba(232, 87, 4, 0.35);
  color: #ffd3ae;
  border-radius: 100px;
  padding: 0.5rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.pulse-dot {
  width: 8px; height: 8px;
  background: var(--primary-2);
  border-radius: 50%;
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 160, 46, 0.55); }
  60% { box-shadow: 0 0 0 9px rgba(255, 160, 46, 0); }
}

.hero-title {
  font-size: clamp(2.4rem, 5.2vw, 4rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin-bottom: 1.4rem;
}

.hero-lead {
  color: var(--text-dim);
  font-size: 1.13rem;
  max-width: 560px;
  margin-bottom: 2.2rem;
}
@media (max-width: 991px) { .hero-lead { margin-inline: auto; } }

.hero-trust {
  margin-top: 2.4rem;
  color: var(--text-dim);
  font-size: 0.92rem;
}
.hero-trust strong { color: var(--text); }
.stars { color: #ffc554; letter-spacing: 2px; }

/* Hero cards */
.hero-card-stack { position: relative; padding: 2.5rem 1rem; }

.glass-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-lg);
}

.hero-card-main { padding: 1.8rem; position: relative; z-index: 1; }

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  height: 150px;
}
.chart-bars span {
  flex: 1;
  height: var(--h);
  background: linear-gradient(180deg, #ffa02e, #e85704);
  border-radius: 6px 6px 3px 3px;
  opacity: 0.9;
  animation: barGrow 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
}
.chart-bars span:nth-child(odd) { opacity: 0.55; }
.chart-bars span:nth-child(1) { animation-delay: 0.10s; }
.chart-bars span:nth-child(2) { animation-delay: 0.18s; }
.chart-bars span:nth-child(3) { animation-delay: 0.26s; }
.chart-bars span:nth-child(4) { animation-delay: 0.34s; }
.chart-bars span:nth-child(5) { animation-delay: 0.42s; }
.chart-bars span:nth-child(6) { animation-delay: 0.50s; }
.chart-bars span:nth-child(7) { animation-delay: 0.58s; }
.chart-bars span:nth-child(8) { animation-delay: 0.66s; }
.chart-bars span:nth-child(9) { animation-delay: 0.74s; }
@keyframes barGrow { from { height: 0; } }

.chip-up {
  background: rgba(46, 213, 115, 0.14);
  color: #4be08a;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
}

.hero-card-float-1,
.hero-card-float-2 {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1.2rem;
  z-index: 2;
}
.hero-card-float-1 {
  top: 0; right: -6px;
  animation: floatCard 6s ease-in-out infinite;
}
.hero-card-float-2 {
  bottom: 0; left: -6px;
  animation: floatCard 7s ease-in-out infinite reverse;
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Hero stats */
.hero-stats { margin-top: 4.5rem; }
.stats-bar {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.stats-item {
  padding: 2rem 1rem;
  text-align: center;
  border-right: 1px solid var(--border);
}
.stats-item:last-child {
  border-right: none;
}
.stats-item h3 {
  color: var(--primary);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.stats-item h3 i {
  font-size: 1.8rem;
  font-weight: normal;
}
.stats-item p {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 991px) {
  .stats-item {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .stats-item:nth-child(odd) {
    border-right: 1px solid var(--border);
  }
  .stats-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

/* ═══════════ SECTIONS ═══════════ */
.section { padding: 6.5rem 0; position: relative; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 720px; margin: 0 auto 3.8rem; }

.section-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-2);
  background: rgba(255, 160, 46, 0.08);
  border: 1px solid rgba(255, 160, 46, 0.25);
  border-radius: 100px;
  padding: 0.4rem 1.1rem;
  margin-bottom: 1.1rem;
}

.section-title {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1.1rem;
}

.section-text { color: var(--text-dim); font-size: 1.05rem; max-width: 620px; }

/* ═══════════ ABOUT ═══════════ */
.about-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1.2rem;
  padding: 1rem;
}

.about-tile {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.about-tile:hover { transform: translateY(-6px); border-color: rgba(232, 87, 4, 0.5); }
.about-tile i { font-size: 1.9rem; color: var(--primary-2); display: block; margin-bottom: 0.8rem; }
.about-tile h6 { font-size: 1rem; margin-bottom: 0.4rem; }
.about-tile p { color: var(--text-dim); font-size: 0.88rem; margin: 0; }

.tile-lg { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
.tile-accent { background: linear-gradient(135deg, rgba(109,92,255,0.25), rgba(33,201,255,0.12)); }

.about-ring {
  position: absolute;
  width: 320px; height: 320px;
  border: 1px dashed rgba(232, 87, 4, 0.35);
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: spin 40s linear infinite;
}
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }

.check-list { list-style: none; padding: 0; margin: 1.6rem 0 0; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: var(--text);
  padding: 0.45rem 0;
  font-size: 1rem;
}
.check-list i { color: var(--primary-2); font-size: 1.1rem; margin-top: 0.15rem; }

/* ═══════════ SERVICES ═══════════ */
.service-card {
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.2rem 1.9rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 87, 4, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 62px; height: 62px;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  color: #fff;
  background: var(--grad);
  border-radius: 16px;
  margin-bottom: 1.4rem;
  box-shadow: 0 10px 26px rgba(232, 87, 4, 0.35);
  transition: transform 0.3s ease;
}
.service-card:hover .service-icon { transform: scale(1.08) rotate(-4deg); }

.service-card h5 { font-size: 1.18rem; margin-bottom: 0.7rem; }
.service-card p { color: var(--text-dim); font-size: 0.94rem; margin-bottom: 1.2rem; }

.service-link {
  color: var(--primary-2);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.25s ease;
}
.service-link:hover { color: #fff; gap: 0.7rem; }

/* ═══════════ PROCESS ═══════════ */
.process-card {
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.2rem 1.9rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.process-card:hover { transform: translateY(-8px); border-color: rgba(255, 160, 46, 0.45); }

.process-num {
  position: absolute;
  top: 1rem; right: 1.4rem;
  font-family: var(--font-head);
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.13);
  transition: -webkit-text-stroke-color 0.3s ease;
}
.process-card:hover .process-num { -webkit-text-stroke-color: rgba(255, 160, 46, 0.5); }

.process-icon {
  width: 56px; height: 56px;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  color: var(--primary-2);
  background: rgba(255, 160, 46, 0.1);
  border: 1px solid rgba(255, 160, 46, 0.25);
  border-radius: 14px;
  margin-bottom: 1.3rem;
}
.process-card h5 { font-size: 1.12rem; margin-bottom: 0.6rem; }
.process-card p { color: var(--text-dim); font-size: 0.93rem; margin: 0; }

/* ═══════════ PORTFOLIO ═══════════ */
.work-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.1rem;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.work-card:hover {
  transform: translateY(-10px);
  border-color: rgba(232, 87, 4, 0.5);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(232, 87, 4, 0.12);
}

/* Browser mockup frame */
.browser-frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #0a0805;
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.65rem 0.9rem;
  background: rgba(255, 255, 255, 0.045);
  border-bottom: 1px solid var(--border);
}
.b-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.d-red { background: #ff5f57; }
.d-yellow { background: #febc2e; }
.d-green { background: #28c840; }

.browser-url {
  margin-left: 0.6rem;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  color: var(--text-dim);
  font-size: 0.74rem;
  padding: 0.28rem 0.85rem;
}
.browser-url i { color: #28c840; font-size: 0.68rem; }

.browser-viewport {
  position: relative;
  aspect-ratio: 16 / 10.5;
  overflow: hidden;
}
.browser-viewport img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1.01);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.work-card:hover .browser-viewport img { transform: scale(1.07); }

.work-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(10, 8, 5, 0.1), rgba(10, 8, 5, 0.72));
  opacity: 0;
  transition: opacity 0.35s ease;
}
.work-card:hover .work-overlay { opacity: 1; }

.btn-visit {
  padding: 0.7rem 1.5rem;
  font-size: 0.9rem;
  transform: translateY(10px);
  transition: transform 0.35s ease, box-shadow 0.25s ease;
}
.work-card:hover .btn-visit { transform: translateY(0); }
.work-card:hover .btn-visit:hover { transform: translateY(-3px); }

.work-body { padding: 1.5rem 0.8rem 0.7rem; }
.work-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}
.work-body h5 { font-size: 1.22rem; margin-bottom: 0.55rem; }
.work-body p { color: var(--text-dim); font-size: 0.94rem; margin: 0; }
.work-body p:not(:last-child) { margin-bottom: 0.8rem; }

.portfolio-loc { color: var(--text-dim); font-size: 0.85rem; }
.portfolio-tag {
  background: rgba(232, 87, 4, 0.14);
  border: 1px solid rgba(232, 87, 4, 0.3);
  color: #ffb98a;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.85rem;
  border-radius: 100px;
  white-space: nowrap;
}

/* ═══════════ TESTIMONIALS ═══════════ */
.testimonial-card {
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.1rem 1.9rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.testimonial-card:hover { transform: translateY(-8px); border-color: rgba(232, 87, 4, 0.45); }
.testimonial-card.featured {
  background: linear-gradient(160deg, rgba(109,92,255,0.16), var(--surface) 55%);
  border-color: rgba(232, 87, 4, 0.4);
}

.testimonial-card p {
  color: var(--text);
  font-size: 0.98rem;
  flex: 1;
  margin-bottom: 1.6rem;
}

.testimonial-author { display: flex; align-items: center; gap: 0.95rem; }
.testimonial-author h6 { margin: 0; font-size: 0.98rem; }
.testimonial-author span { color: var(--text-dim); font-size: 0.8rem; }

.avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  flex-shrink: 0;
}
.av-1 { background: linear-gradient(135deg, #e85704, #ffa02e); }
.av-2 { background: linear-gradient(135deg, #ff6a3c, #ffc93c); }
.av-3 { background: linear-gradient(135deg, #ffd23c, #ff8c42); }

/* ═══════════ GLOBAL COVERAGE ═══════════ */
.country-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  max-width: 900px;
  margin: 0 auto;
}
.country-cloud span {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.55rem 1.2rem;
  font-size: 0.92rem;
  color: var(--text);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  cursor: default;
}
.country-cloud span:hover {
  transform: translateY(-4px) scale(1.04);
  border-color: rgba(232, 87, 4, 0.55);
  background: rgba(232, 87, 4, 0.12);
}
.country-cloud .more-chip {
  background: var(--grad);
  border: none;
  color: #fff;
  font-weight: 600;
}

/* ═══════════ FAQ ═══════════ */
.premium-accordion .accordion-item {
  background: var(--surface);
  border: 1px solid var(--border) !important;
  border-radius: 14px !important;
  margin-bottom: 0.9rem;
  overflow: hidden;
}
.premium-accordion .accordion-button {
  background: transparent;
  color: var(--text);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1rem;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
}
.premium-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: rgba(232, 87, 4, 0.1);
}
.premium-accordion .accordion-button:focus { box-shadow: 0 0 0 3px rgba(232, 87, 4, 0.25); }
.premium-accordion .accordion-button::after {
  filter: invert(0.6) sepia(1) saturate(4) hue-rotate(-20deg);
}
.premium-accordion .accordion-body {
  color: var(--text-dim);
  font-size: 0.95rem;
  padding: 1.1rem 1.5rem 1.4rem;
}

/* ═══════════ CONTACT ═══════════ */
.section-contact { padding-bottom: 7rem; }

.contact-panel {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: clamp(1.25rem, 4vw, 4rem);
  overflow: hidden;
}
.contact-glow {
  position: absolute;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(232, 87, 4, 0.22), transparent 65%);
  top: -200px; right: -150px;
  pointer-events: none;
}

.section-tag.light { color: #ffd3ae; }

.contact-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.contact-list li {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0.85rem 0;
}
.contact-list span { display: block; color: var(--text-dim); font-size: 0.8rem; }
.contact-list a, .contact-list strong {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  transition: color 0.2s ease;
  word-break: break-word;
}
.contact-list a:hover { color: var(--primary-2); }

.contact-ico {
  width: 48px; height: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: var(--primary-2);
  background: rgba(255, 160, 46, 0.1);
  border: 1px solid rgba(255, 160, 46, 0.25);
  border-radius: 14px;
}

.social-row { display: flex; gap: 0.7rem; margin-top: 1.8rem; }
.social-row a {
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: all 0.25s ease;
}
.social-row a:hover {
  color: #fff;
  background: var(--grad);
  border-color: transparent;
  transform: translateY(-4px);
}

/* Form */
.quote-form {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: clamp(1.25rem, 4vw, 2.4rem);
}
.quote-form .form-label {
  color: var(--text);
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 0.45rem;
}
.quote-form .form-control {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  padding: 0.85rem 1.1rem;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.quote-form .form-control::placeholder { color: #7a6c5c; }
.quote-form .form-control:focus {
  background: var(--bg);
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(232, 87, 4, 0.18);
  color: var(--text);
}
.form-note {
  color: var(--text-dim);
  font-size: 0.82rem;
  text-align: center;
  margin: 0.9rem 0 0;
}

/* ═══════════ FOOTER ═══════════ */
.footer {
  position: relative;
  background:
    radial-gradient(ellipse 50% 40% at 12% 100%, rgba(255, 160, 46, 0.07), transparent 60%),
    radial-gradient(ellipse 50% 40% at 88% 100%, rgba(232, 87, 4, 0.09), transparent 60%),
    #080604;
  padding: 0;
  overflow: hidden;
}

.footer-glow-l, .footer-glow-r {
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  pointer-events: none;
}
.footer-glow-l { background: rgba(255, 160, 46, 0.25); bottom: -220px; left: -160px; }
.footer-glow-r { background: rgba(232, 87, 4, 0.3); bottom: -220px; right: -160px; }

/* CTA band */
.footer-cta {
  position: relative;
  background: linear-gradient(115deg, #b33f00 0%, #e85704 45%, #ffb347 100%);
  border-radius: 26px;
  padding: clamp(2rem, 4.5vw, 3.4rem) clamp(1.6rem, 4vw, 3.4rem);
  margin-bottom: 5rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(200, 74, 4, 0.4);
}
.footer-cta-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  pointer-events: none;
}
.footer-cta h3 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.footer-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  margin: 0;
  max-width: 560px;
}
@media (max-width: 991px) { .footer-cta p { margin-inline: auto; } }

.btn-white {
  background: #fff;
  color: #c2410c;
  border: none;
  border-radius: 100px;
  padding: 0.95rem 2.1rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-white:hover {
  background: #fff;
  color: #a83200;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.footer-top { padding-bottom: 4rem; position: relative; z-index: 1; }

.footer-tag {
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.75;
  margin: 1.1rem 0 0;
  max-width: 320px;
}
.footer .social-row { margin-top: 1.6rem; }

.footer-heading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.3rem;
  position: relative;
  padding-bottom: 0.7rem;
}
.footer-heading::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  border-radius: 2px;
  background: var(--grad);
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li { margin-bottom: 0.7rem; }
.footer-list a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.92rem;
  position: relative;
  padding-left: 0;
  transition: color 0.2s ease, padding-left 0.25s ease;
}
.footer-list a::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 0; height: 2px;
  border-radius: 2px;
  background: var(--grad);
  transform: translateY(-50%);
  transition: width 0.25s ease;
}
.footer-list a:hover {
  color: #fff;
  padding-left: 16px;
}
.footer-list a:hover::before { width: 10px; }

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.92rem;
}
.footer-contact i {
  width: 34px; height: 34px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  color: var(--primary-2);
  background: rgba(255, 160, 46, 0.08);
  border: 1px solid rgba(255, 160, 46, 0.2);
  border-radius: 10px;
}
.footer-contact a, .footer-contact span {
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-contact a:hover { color: #fff; }

/* Newsletter */
.footer-news-text {
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 1.1rem;
}
.footer-news-form {
  position: relative;
  display: flex;
}
.footer-news-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--text);
  font-size: 0.92rem;
  padding: 0.85rem 3.6rem 0.85rem 1.3rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.footer-news-input::placeholder { color: #7a6c5c; }
.footer-news-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(232, 87, 4, 0.18);
}
.footer-news-btn {
  position: absolute;
  top: 50%; right: 5px;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: #fff;
  background: var(--grad);
  border: none;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(232, 87, 4, 0.4);
  transition: transform 0.2s ease;
}
.footer-news-btn:hover { transform: translateY(-50%) scale(1.08); }
.footer-news-note {
  color: var(--text-dim);
  font-size: 0.83rem;
  margin: 1rem 0 0;
}

/* Watermark */
.footer-watermark {
  position: absolute;
  left: 50%;
  bottom: -0.18em;
  transform: translateX(-50%);
  font-family: var(--font-head);
  font-size: clamp(8rem, 24vw, 22rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

.footer-bottom-wrap {
  position: relative;
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(4px);
}
.footer-bottom {
  padding: 1.6rem 0.75rem;
  text-align: center;
}
.footer-bottom p { color: var(--text-dim); font-size: 0.87rem; margin: 0; }

/* ═══════════ BACK TO TOP ═══════════ */
.back-to-top {
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  width: 48px; height: 48px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: #fff;
  background: var(--grad);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(232, 87, 4, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
  z-index: 1030;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { color: #fff; transform: translateY(-4px); }

/* ═══════════ SCROLL REVEAL ═══════════ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-glow-1, .hero-glow-2, .hero-card-float-1, .hero-card-float-2,
  .about-ring, .chart-bars span, .pulse-dot { animation: none; }
}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 991.98px) {
  .hero { padding-top: 8rem; min-height: auto; }
  .hero-card-stack { max-width: 480px; margin: 0 auto; }
  .section { padding: 5rem 0; }
}

@media (max-width: 767.98px) {
  .contact-panel {
    border-radius: 20px;
  }
  .quote-form {
    border-radius: 16px;
    padding: 1.25rem;
  }
  .contact-list li {
    gap: 0.75rem;
  }
  .btn-gradient {
    border-radius: 14px;
  }
  .btn-lg-cta {
    padding: 0.85rem 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .hero { padding-top: 7rem; }
  .hero-card-float-1 { right: 0; }
  .hero-card-float-2 { left: 0; }
  .about-ring { width: 240px; height: 240px; }
  .section { padding: 4rem 0; }
  .hero-stats { margin-top: 3rem; }
  .footer-bottom { justify-content: center; text-align: center; }
}
