/* ==========================================================================
   MARKETING PAGES — DARK THEME (Shared CSS)
   Design system derived from logo-designing.php
   COLOR TOKENS: Background #0C0E16 | Primary Accent Orange #FF8A00
   ========================================================================== */

:root {
  --lp-bg: #0C0E16;
  --lp-bg-alt: #111420;
  --lp-bg-card: #131722;
  --lp-bg-card-hover: #191f30;
  --lp-card-border: rgba(255, 255, 255, 0.08);
  --lp-card-border-glow: rgba(255, 138, 0, 0.45);
  --lp-orange: #FF8A00;
  --lp-orange-light: #FFA133;
  --lp-orange-glow: rgba(255, 138, 0, 0.4);
  --lp-text-white: #EFEFEF;
  --lp-text-lead: #94a3b8;
  --lp-text-muted: #64748b;
  --lp-radius-sm: 10px;
  --lp-radius-md: 16px;
  --lp-radius-lg: 24px;
  --lp-radius-full: 9999px;
  --lp-font-main: 'Outfit', -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, sans-serif;
  --lp-font-heading: 'Sora', 'Outfit', sans-serif;
}

body.site-redesign {
  background-color: var(--lp-bg) !important;
  color: var(--lp-text-lead);
  font-family: var(--lp-font-main);
  overflow-x: hidden;
}

.logo-page-dark {
  background-color: var(--lp-bg);
  color: var(--lp-text-lead);
  font-family: var(--lp-font-main);
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.logo-page-dark * {
  box-sizing: border-box;
}

/* Force dark theme typography colors over legacy CSS */
.logo-page-dark h1,
.logo-page-dark h2,
.logo-page-dark h3,
.logo-page-dark h4,
.logo-page-dark h5,
.logo-page-dark h6,
.logo-page-dark .lp-title,
.logo-page-dark .lp-hero-title,
.logo-page-dark .lp-process-title,
.logo-page-dark .lp-bento-title,
.logo-page-dark .lp-port-title,
.logo-page-dark .lp-faq-trigger,
.logo-page-dark .lp-pack-price {
  color: #EFEFEF !important;
}

.logo-page-dark .lp-hero-title span.highlight,
.logo-page-dark .lp-title .text-orange,
.logo-page-dark .lp-title span.highlight,
.logo-page-dark .lp-pack-name,
.logo-page-dark .lp-svc-name,
.logo-page-dark .lp-process-step,
.logo-page-dark .lp-hero-stat-num {
  color: var(--lp-orange) !important;
}

.logo-page-dark .lp-orange-banner-title,
.logo-page-dark .lp-bottom-cta-title {
  color: #EFEFEF !important;
}

/* Container */
.lp-container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.logo-page-dark .lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lp-orange) !important;
  font-family: var(--lp-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.logo-page-dark .lp-title {
  font-family: var(--lp-font-heading);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #EFEFEF !important;
  letter-spacing: -0.5px;
  margin: 0 0 16px 0;
}

.lp-title--center { text-align: center; }

.lp-lead {
  font-family: var(--lp-font-main);
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: #EFEFEF !important;
  margin: 0 0 24px 0;
  max-width: 720px;
}

.lp-lead--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Primary Button */
.lp-btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--lp-orange);
  color: #0b0f17 !important;
  font-family: var(--lp-font-heading);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: var(--lp-radius-full);
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: 0 8px 24px var(--lp-orange-glow);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-btn-orange:hover {
  background: var(--lp-orange-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 138, 0, 0.55);
}
.lp-btn-orange:active { transform: translateY(0); }

/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */
.lp-hero {
  padding: 90px 0 80px 0;
  position: relative;
  background-color: var(--lp-bg);
  overflow: visible;
}

.lp-hero-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.lp-bg-geo {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.lp-bg-geo-1 { top: 15%; left: 45%; width: 24px; height: 24px; transform: rotate(45deg); }
.lp-bg-geo-2 { bottom: 20%; left: 2%; width: 32px; height: 32px; border-radius: 50%; }
.lp-bg-geo-3 { bottom: 18%; left: 3%; width: 24px; height: 24px; border-radius: 50%; }
.lp-bg-geo-4 { top: 10%; right: 12%; width: 28px; height: 28px; transform: rotate(25deg); }

.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.lp-hero-content { position: relative; z-index: 2; }

.lp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #17151d;
  border: 1px solid rgba(255, 138, 0, 0.35);
  color: var(--lp-orange);
  font-family: var(--lp-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.lp-hero-title {
  font-family: var(--lp-font-heading);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.14;
  color: #EFEFEF !important;
  letter-spacing: -0.8px;
  margin: 0 0 22px 0;
}

.lp-hero-title span.highlight {
  color: var(--lp-orange) !important;
  display: block;
}

.lp-hero-desc {
  font-family: var(--lp-font-main);
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 1.65;
  color: #EFEFEF !important;
  margin-bottom: 34px;
  max-width: 560px;
}

.lp-mobile-dots { display: none; }

@media (max-width: 767px) {
  .lp-mobile-dots { display: inline; }
  .lp-more-desc { display: none; }
  .lp-more-desc.show { display: inline; }
  .lp-readmore-trigger {
    display: inline !important;
    color: var(--lp-orange) !important;
    font-weight: 700;
    cursor: pointer;
  }
  .lp-readmore-trigger.hidden { display: none !important; }
}

@media (min-width: 768px) {
  .lp-readmore-trigger { display: none !important; }
  .lp-more-desc { display: inline !important; }
}

/* Hero Graphic (Right Side) */
.lp-hero-graphic-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 440px;
}

.lp-hero-composition {
  position: relative;
  width: 500px;
  height: 480px;
  max-width: 100%;
}

.lp-hero-svg-art {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

/* Floating Bubble */
.lp-comp-bubble {
  position: absolute;
  top: 25px;
  left: 45px;
  background: linear-gradient(145deg, #3d352b, #221d18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px 18px 4px 18px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6);
  z-index: 5;
  color: var(--lp-orange);
  font-size: 22px;
}

/* Stat Badge */
.lp-comp-stat-badge {
  position: absolute;
  bottom: 20px;
  left: 5px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #2a1e16 0%, #110e15 100%);
  border: 1px solid rgba(255, 138, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
  z-index: 5;
  padding: 10px;
}

.lp-comp-stat-num {
  font-family: var(--lp-font-heading);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: var(--lp-orange) !important;
  margin-bottom: 4px;
}

.lp-comp-stat-label {
  font-family: var(--lp-font-main);
  font-size: 14px;
  font-weight: 400;
  color: #e2e8f0;
  line-height: 1.2;
}

/* ==========================================================================
   2. MARQUEE TICKER STRIP
   ========================================================================== */
.lp-ticker-wrap {
  width: 100%;
  background: var(--lp-bg-alt);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.lp-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: lpMarquee 28s linear infinite;
}

.lp-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  font-family: var(--lp-font-heading);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 2px;
  color: #EFEFEF;
  text-transform: uppercase;
  white-space: nowrap;
}

.lp-ticker-bullet {
  color: var(--lp-orange);
  font-size: 16px;
}

@keyframes lpMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   3. SECTIONS
   ========================================================================== */
.lp-section {
  padding: 40px 0 60px 0;
  position: relative;
  background-color: var(--lp-bg);
}

.lp-section--alt { background-color: var(--lp-bg-alt); }

/* ==========================================================================
   4. PROCESS SECTION
   ========================================================================== */
.lp-process-timeline-wrap {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}

.lp-process-timeline-line {
  position: absolute;
  top: 112px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  z-index: 1;
}

.lp-process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  position: relative;
  z-index: 2;
  gap: 20px;
}

.lp-process-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-process-num {
  font-family: var(--lp-font-heading);
  font-size: 72px;
  font-weight: 900;
  color: var(--lp-orange);
  line-height: 1;
  margin-bottom: 24px;
}

.lp-process-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #181B23;
  border: 1px solid rgba(255, 138, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--lp-orange);
  font-size: 16px;
  z-index: 3;
}

.lp-process-heading {
  font-family: var(--lp-font-heading);
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px 0;
}

.lp-process-text {
  font-size: 17px;
  font-weight: 400;
  color: #cbd5e1;
  line-height: 1.5;
  margin: 0;
  max-width: 220px;
}

.lp-process-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lp-feature-box {
  background: #12151D;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-feature-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.15);
  color: var(--lp-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.lp-feature-text {
  color: #e2e8f0;
  font-size: 17px;
  font-weight: 400;
}

/* ==========================================================================
   5. PACKAGES SECTION
   ========================================================================== */
.lp-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 54px;
  align-items: stretch;
}

.lp-packages-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.lp-packages-header-left { flex: 1 1 55%; }
.lp-packages-header-right { flex: 1 1 45%; padding-top: 28px; }

.lp-pack-card {
  background: #12151D;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 40px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.lp-pack-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.lp-pack-card--featured {
  border: 2px solid var(--lp-orange);
  background: #12151D;
  box-shadow: 0 15px 40px rgba(255, 138, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.lp-pack-ribbon {
  position: absolute;
  top: 26px;
  right: -36px;
  background: var(--lp-orange);
  color: #0b0f17;
  font-family: var(--lp-font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 42px;
  transform: rotate(45deg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.lp-pack-name {
  font-family: var(--lp-font-heading);
  font-size: 24px;
  font-weight: 700;
  color: var(--lp-orange) !important;
  margin: 0 0 10px 0;
}

.lp-pack-desc {
  font-size: 15px;
  color: #cbd5e1;
  min-height: 48px;
  margin-bottom: 24px;
}

.lp-pack-price-box {
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}

.lp-pack-price {
  font-family: var(--lp-font-heading);
  font-size: 28px;
  font-weight: 800;
  color: #EFEFEF !important;
  margin-bottom: 4px;
}

.lp-pack-card--featured .lp-pack-price { color: var(--lp-orange) !important; }

.lp-pack-price-note {
  font-size: 13px;
  color: var(--lp-text-muted);
}

.lp-pack-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
  flex-grow: 1;
}

.lp-pack-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #cbd5e1;
  margin-bottom: 14px;
  line-height: 1.4;
}

.lp-pack-features li i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.15);
  color: var(--lp-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lp-pack-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: var(--lp-radius-full);
  font-family: var(--lp-font-heading);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.lp-pack-btn--outline {
  background: transparent;
  color: #EFEFEF !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.lp-pack-btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
}

.lp-pack-btn--solid {
  background: var(--lp-orange);
  color: #0b0f17 !important;
  border: none;
  box-shadow: 0 6px 20px var(--lp-orange-glow);
}
.lp-pack-btn--solid:hover {
  background: var(--lp-orange-light);
  transform: translateY(-2px);
}

/* ==========================================================================
   6. QUESTION / INSIGHT SECTION (alt dark panel)
   ========================================================================== */
.lp-insight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.lp-insight-bullets {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
}

.lp-insight-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 17px;
  color: #e2e8f0;
  line-height: 1.5;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-insight-bullets li:last-child { border-bottom: none; }

.lp-insight-bullet-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: rgba(255, 138, 0, 0.1);
  border: 1px solid rgba(255, 138, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-orange);
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lp-insight-card {
  background: var(--lp-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--lp-radius-md);
  overflow: hidden;
}

.lp-insight-card-header {
  padding: 20px 24px;
  font-family: var(--lp-font-heading);
  font-size: 13px;
  font-weight: 800;
  color: #EFEFEF;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 138, 0, 0.06);
}

.lp-insight-card-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 16px;
  color: #e2e8f0;
  line-height: 1.45;
}
.lp-insight-card-item:last-child { border-bottom: none; }

.lp-insight-card-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: rgba(255, 138, 0, 0.08);
  border: 1px solid rgba(255, 138, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-orange);
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ==========================================================================
   7. ORANGE CALLOUT BANNER
   ========================================================================== */
.lp-orange-banner {
  background: linear-gradient(92deg, #F08200 0%, #BB6500 87.67%);
  border-radius: var(--lp-radius-lg);
  padding: 60px 48px;
  text-align: center;
  color: #EFEFEF;
  position: relative;
  overflow: hidden;
  margin: 60px 0;
}

.lp-orange-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.lp-orange-banner-title {
  font-family: var(--lp-font-heading);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  color: #EFEFEF !important;
  margin: 0 0 18px 0;
  letter-spacing: -0.5px;
}

.lp-orange-banner-text {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
  max-width: 860px;
  margin: 0 auto;
}

/* ==========================================================================
   8. FEATURE BENTO GRID
   ========================================================================== */
.lp-bento-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
  margin-top: 54px;
}

.lp-bento-col-left, .lp-bento-col-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-bento-col-right .lp-bento-card { flex: 1; }

.lp-bento-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lp-bento-card {
  background: var(--lp-bg-card);
  border: 1px solid var(--lp-card-border);
  border-radius: var(--lp-radius-md);
  padding: 32px 28px;
  position: relative;
  transition: all 0.3s ease;
}

.lp-bento-card:hover {
  background: var(--lp-bg-card-hover);
  border-color: var(--lp-card-border-glow);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.lp-bento-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 138, 0, 0.12);
  border: 1px solid rgba(255, 138, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-orange);
  font-size: 18px;
  margin-bottom: 20px;
}

.lp-bento-title {
  font-family: var(--lp-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: #EFEFEF !important;
  margin: 0 0 10px 0;
}

.lp-bento-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff !important;
  margin: 0;
}

/* ==========================================================================
   9. SEGMENTS SECTION
   ========================================================================== */
.lp-segments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 54px;
}

.lp-segment-card {
  background: var(--lp-bg-card);
  border: 1px solid var(--lp-card-border);
  border-radius: var(--lp-radius-md);
  padding: 36px 32px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
}

.lp-segment-card:hover {
  background: var(--lp-bg-card-hover);
  border-color: var(--lp-card-border-glow);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.lp-segment-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(255, 138, 0, 0.12);
  border: 1px solid rgba(255, 138, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-orange);
  font-size: 20px;
  flex-shrink: 0;
}

.lp-segment-body {}

.lp-segment-name {
  font-family: var(--lp-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--lp-orange) !important;
  margin: 0 0 8px 0;
}

.lp-segment-desc {
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   10. PORTFOLIO SHOWCASE
   ========================================================================== */
.lp-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 54px;
}

@media (min-width: 768px) {
  .lp-port-card:nth-child(n+5) { display: none; }
}

.lp-port-card {
  background: var(--lp-bg-card);
  border: 1px solid var(--lp-card-border);
  border-radius: var(--lp-radius-md);
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.lp-port-card:hover {
  background: var(--lp-bg-card-hover);
  border-color: var(--lp-card-border-glow);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.lp-port-thumb {
  width: 100%;
  flex: 1;
  min-height: 160px;
  background: var(--lp-bg);
  border-radius: var(--lp-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.lp-port-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.lp-port-card:hover .lp-port-thumb img { transform: scale(1.06); }

.lp-port-meta { width: 100%; }

.lp-port-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--lp-orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.lp-port-title {
  font-family: var(--lp-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: #EFEFEF !important;
  margin: 0;
}

/* ==========================================================================
   11. RELATED SERVICES
   ========================================================================== */
.lp-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 54px;
}

.lp-svc-card {
  background: var(--lp-bg-card);
  border: 1px solid var(--lp-card-border);
  border-radius: var(--lp-radius-md);
  padding: 32px 24px;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.lp-svc-card:hover {
  background: var(--lp-bg-card-hover);
  border-color: var(--lp-card-border-glow);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.lp-svc-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 138, 0, 0.12);
  border: 1px solid rgba(255, 138, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-orange);
  font-size: 18px;
  margin-bottom: 20px;
}

.lp-svc-cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--lp-text-muted);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.lp-svc-name {
  font-family: var(--lp-font-heading);
  font-size: 19px;
  font-weight: 700;
  color: var(--lp-orange) !important;
  margin: 0 0 12px 0;
  transition: color 0.2s ease;
}

.lp-svc-card:hover .lp-svc-name { color: var(--lp-orange-light) !important; }

.lp-svc-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #EFEFEF !important;
  margin: 0;
  flex-grow: 1;
}

.lp-svc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--lp-font-heading);
  font-size: 13px;
  font-weight: 700;
  color: #EFEFEF;
  transition: gap 0.2s ease;
}

.lp-svc-card:hover .lp-svc-link {
  gap: 10px;
  color: var(--lp-orange);
}

/* ==========================================================================
   12. WHY CHOOSE US
   ========================================================================== */
.lp-why-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  margin-top: 54px;
}

.lp-why-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 400;
  color: #EFEFEF;
  line-height: 1.5;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lp-why-item:last-child { border-bottom: none; }

.lp-why-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.15);
  border: 1px solid var(--lp-orange);
  color: var(--lp-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}

/* ==========================================================================
   13. FAQ SECTION
   ========================================================================== */
.lp-faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  margin-top: 20px;
}

.lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lp-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.lp-faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.08); }

.lp-faq-trigger {
  width: 100%;
  padding: 22px 0;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  color: #EFEFEF !important;
  font-family: var(--lp-font-heading);
  font-size: 17px;
  font-weight: 500;
  gap: 16px;
  transition: color 0.2s ease;
}

.lp-faq-trigger:hover { color: var(--lp-orange) !important; }

.lp-faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255,138,0,0.5);
  color: var(--lp-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.lp-faq-item.active .lp-faq-icon {
  transform: rotate(45deg);
  background: var(--lp-orange);
  border-color: var(--lp-orange);
  color: #0b0f17;
}

.lp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
}

.lp-faq-item.active .lp-faq-answer {
  max-height: 300px;
  padding: 0 0 20px 0;
}

/* ==========================================================================
   14. BOTTOM CTA BANNER
   ========================================================================== */
.lp-bottom-cta {
  background: linear-gradient(92deg, #F08200 0%, #BB6500 87.67%);
  border-radius: var(--lp-radius-lg);
  padding: 70px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 60px;
}

.lp-bottom-cta-title {
  font-family: var(--lp-font-heading);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  color: #EFEFEF !important;
  max-width: 820px;
  margin: 0 auto 32px auto;
  letter-spacing: -0.5px;
}

.lp-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--lp-bg);
  color: #EFEFEF !important;
  font-family: var(--lp-font-heading);
  font-size: 16px;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: var(--lp-radius-full);
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-btn-dark:hover {
  background: var(--lp-bg-card);
  color: var(--lp-orange) !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes rectOrangeIn {
  0% { opacity: 0; transform: translate(18px, -2px) scale(0.75) rotate(48deg); }
  100% { opacity: 1; transform: translate(18px, -2px) scale(1) rotate(67.052deg); }
}
@keyframes rectOrangeBreathe {
  0%, 100% { transform: translate(18px, -2px) scale(1) rotate(67.052deg); }
  50% { transform: translate(18px, -2px) scale(1.03) rotate(70deg); }
}
@keyframes rectWhiteIn {
  0% { opacity: 0; transform: scale(0.82) rotate(38deg); }
  100% { opacity: 0.9; transform: scale(1) rotate(60deg); }
}
@keyframes rectWhiteDrift {
  0%, 100% { transform: scale(1) rotate(60deg); opacity: 0.9; }
  50% { transform: scale(1.02) rotate(64deg); opacity: 1; }
}
@keyframes popInBounce {
  0% { opacity: 0; transform: scale(0.6) translateY(20px); }
  70% { transform: scale(1.05) translateY(-5px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.lp-hero-rect-orange {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  animation: rectOrangeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards, rectOrangeBreathe 6s ease-in-out 1.2s infinite;
}
.lp-hero-rect-white {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  animation: rectWhiteIn 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.25s forwards, rectWhiteDrift 9s ease-in-out 1.65s infinite;
}

.lp-comp-bubble {
  opacity: 0;
  animation: popInBounce 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards, floatY 4s ease-in-out 1.3s infinite;
}
.lp-comp-stat-badge {
  opacity: 0;
  animation: popInBounce 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s forwards, floatY 5s ease-in-out 1.5s infinite;
}

/* Micro-interactions */
.lp-why-icon i { transition: transform 0.5s ease; }
.lp-why-item:hover .lp-why-icon i { transform: scale(1.15) rotate(360deg); }
.lp-btn-orange { transition: all 0.3s ease, box-shadow 0.3s ease; }
.lp-btn-orange:hover { box-shadow: 0 0 0 6px rgba(255, 138, 0, 0.25), 0 8px 20px rgba(255, 138, 0, 0.3); }
.lp-faq-icon i { transition: transform 0.3s ease; }

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 1024px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
  .lp-hero-desc { margin-left: auto; margin-right: auto; }
  .lp-process-timeline { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .lp-process-timeline-line { display: none; }
  .lp-process-features-grid { grid-template-columns: 1fr; }
  .lp-packages-header { flex-direction: column; gap: 20px; }
  .lp-packages-header-right { padding-top: 0; }
  .lp-packages-grid { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; }
  .lp-insight-grid { grid-template-columns: 1fr; gap: 36px; }
  .lp-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-bento-grid { grid-template-columns: 1fr; }
  .lp-bento-row2 { grid-template-columns: 1fr; }
  .lp-services-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-segments-grid { grid-template-columns: 1fr; }
  .lp-why-checklist { grid-template-columns: 1fr; }
  .lp-faq-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 767px) {
  .logo-page-dark { overflow-x: hidden; }
  .lp-container { padding: 0 15px; }
  .lp-section { padding: 20px 0 40px 0; }

  /* Hero */
  .lp-hero { padding: 36px 0 32px 0; }
  .lp-hero-content { display: contents; }
  .lp-hero-grid { display: flex; flex-direction: column; gap: 0; align-items: center; }
  .lp-hero-badge { margin-bottom: 16px; order: 1; }
  .lp-hero-title { font-size: 28px; line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 24px; text-align: center; order: 2; }
  .lp-hero-title br { display: none; }
  .lp-hero-title span.highlight { display: inline; color: var(--lp-orange) !important; }
  .lp-hero-desc { font-size: 16px; line-height: 1.6; margin-bottom: 24px; text-align: center; max-width: 100%; order: 3; }
  .lp-hero-actions { width: 100%; margin-bottom: 8px; order: 5; }
  .lp-hero-actions .lp-btn-orange { width: 100%; max-width: 100%; padding: 15px 20px; font-size: 15px; }
  .lp-hero-graphic-wrap { min-height: 300px; width: 100%; overflow: visible; padding: 24px 0; margin-top: 0; margin-bottom: 24px; order: 4; }
  .lp-hero-composition { width: 320px; height: 320px; margin: 0 auto; }
  .lp-comp-bubble { top: 4px; left: 8px; width: 48px; height: 48px; font-size: 18px; }
  .lp-comp-stat-badge { bottom: -10px; left: -10px; width: 130px; height: 130px; }
  .lp-comp-stat-num { font-size: 30px; }
  .lp-comp-stat-label { font-size: 12px; }

  /* Typography */
  .logo-page-dark .lp-title { font-size: 26px; }
  .lp-hero-title { font-size: 28px !important; }

  /* Process */
  .lp-process-timeline { grid-template-columns: 1fr 1fr; gap: 28px 12px; }
  .lp-process-text { font-size: 15px; max-width: 100%; }
  .lp-feature-text { font-size: 15px; }
  .lp-process-num { font-size: 48px; }

  /* Packages */
  .lp-pack-desc { font-size: 15px; }
  .lp-pack-price-note { font-size: 14px; }
  .lp-pack-features li { font-size: 15px; }
  .lp-pack-card { padding: 28px 20px 24px; }

  /* Insight */
  .lp-insight-bullets li { font-size: 15px; }
  .lp-insight-card-item { font-size: 15px; }

  /* Portfolio Carousel */
  .lp-portfolio-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 16px; scrollbar-width: none; }
  .lp-portfolio-grid::-webkit-scrollbar { display: none; }
  .lp-port-card { min-width: 100%; scroll-snap-align: center; flex-shrink: 0; height: auto; padding: 16px; }
  .lp-port-thumb { height: 220px; min-height: 220px; flex: none; margin-bottom: 16px; }
  .lp-port-card:nth-child(n) { display: flex; }
  .lp-portfolio-nav { display: flex !important; justify-content: center; gap: 14px; margin-top: 0; }
  .lp-port-nav-btn { width: 42px; height: 42px; border-radius: 50%; background: transparent; border: 1px solid rgba(255,255,255,0.2); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 17px; cursor: pointer; transition: all 0.2s ease; }

  /* Bento */
  .lp-bento-grid { grid-template-columns: 1fr; }
  .lp-bento-row2 { grid-template-columns: 1fr; }
  .lp-bento-desc { font-size: 15px; }

  /* Segments */
  .lp-segments-grid { grid-template-columns: 1fr; }
  .lp-segment-card { padding: 24px 20px; }
  .lp-segment-name { font-size: 18px; }

  /* Services */
  .lp-services-grid { grid-template-columns: 1fr; }
  .lp-svc-cat { font-size: 12px; }
  .lp-svc-desc { font-size: 15px; }
  .lp-svc-name { font-size: 20px; }
  .lp-svc-link { font-size: 14px; color: var(--lp-orange) !important; }

  /* Why checklist */
  .lp-why-checklist { grid-template-columns: 1fr; }
  .lp-why-item { font-size: 16px; }

  /* FAQ */
  .lp-faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .lp-faq-trigger { font-size: 15px; }
  .lp-faq-answer { font-size: 15px; }

  /* Orange banners */
  .lp-orange-banner { padding: 36px 20px; margin: 40px 0; }
  .lp-orange-banner-title { font-size: 24px; }
  .lp-orange-banner-text { font-size: 15px; }
  .lp-bottom-cta { padding: 44px 20px; margin-bottom: 40px; }
  .lp-bottom-cta-title { font-size: 24px; margin-bottom: 24px; }
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .lp-ticker-track { animation: none !important; }
}
