.elementor-646 .elementor-element.elementor-element-629533d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-646 .elementor-element.elementor-element-7d35494{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-646 .elementor-element.elementor-element-af6446a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-646 .elementor-element.elementor-element-77dba75{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-646{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ============================================================
   MAROON PIXEL — WORK PAGE STYLES
   Add this CSS to: Appearance > Customize > Additional CSS
   OR via Elementor > Custom CSS (Page Settings)
   Scoped to .page-work or body.page-id-XXX
   ============================================================ */

/* --- ROOT TOKENS (mirror existing brand) --- */
:root {
  --mp-maroon:    #8B0000;
  --mp-maroon-2:  #a00000;
  --mp-gold:      #C9A84C;
  --mp-dark:      #0a0a0a;
  --mp-dark-2:    #111111;
  --mp-dark-3:    #161616;
  --mp-card-bg:   #141414;
  --mp-border:    rgba(255,255,255,0.07);
  --mp-text:      #e8e8e8;
  --mp-muted:     #888888;
  --mp-white:     #ffffff;
  --mp-radius:    4px;
  --mp-transition: 0.3s ease;

  --mp-font-display: 'Cormorant Garamond', 'Georgia', serif;
  --mp-font-body:    'DM Sans', 'Inter', sans-serif;
}

/* ============================================================
   FULL-WIDTH CONTAINER SYSTEM
   The page content must be boxed (max-width ~1200px) but
   sections break to full viewport width.
   ============================================================ */

.mp-work-section {
  width: 100%;
  position: relative;
}

.mp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .mp-container {
    padding: 0 20px;
  }
}

/* ============================================================
   SECTION 1 — HERO
   ============================================================ */

.mp-work-hero {
  background-color: var(--mp-dark);
  padding: 120px 0 100px;
  overflow: hidden;
  position: relative;
}

/* Subtle noise/grain texture overlay */
.mp-work-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
}

.mp-work-hero .mp-container {
  position: relative;
  z-index: 1;
}

/* Eyebrow label */
.mp-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.mp-eyebrow-line {
  width: 40px;
  height: 2px;
  background: var(--mp-maroon);
  display: inline-block;
  flex-shrink: 0;
}

.mp-eyebrow-text {
  font-family: var(--mp-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mp-muted);
}

/* Hero heading */
.mp-work-hero h1 {
  font-family: var(--mp-font-display);
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--mp-white);
  margin: 0 0 24px;
  max-width: 760px;
}

.mp-work-hero h1 em {
  font-style: italic;
  color: var(--mp-maroon-2);
}

/* Sub copy */
.mp-work-hero p.mp-hero-sub {
  font-family: var(--mp-font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--mp-muted);
  max-width: 520px;
  margin: 0 0 48px;
}

/* CTA row */
.mp-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--mp-maroon);
  color: var(--mp-white) !important;
  font-family: var(--mp-font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 14px 28px;
  text-decoration: none !important;
  border-radius: var(--mp-radius);
  transition: background var(--mp-transition), transform var(--mp-transition);
}

.mp-btn-primary:hover {
  background: var(--mp-maroon-2);
  transform: translateY(-1px);
}

.mp-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--mp-text) !important;
  font-family: var(--mp-font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 28px;
  border: 1px solid var(--mp-border);
  text-decoration: none !important;
  border-radius: var(--mp-radius);
  transition: border-color var(--mp-transition), color var(--mp-transition);
}

.mp-btn-ghost:hover {
  border-color: rgba(255,255,255,0.3);
  color: var(--mp-white) !important;
}

/* Decorative divider under hero */
.mp-hero-divider {
  width: 100%;
  height: 1px;
  background: var(--mp-border);
  margin-top: 80px;
}

/* ============================================================
   WORKS GRID (Elementor fills this area)
   Wrapper only — no visual styling needed here
   ============================================================ */

.mp-works-section {
  background: var(--mp-dark);
  padding: 80px 0 100px;
}

.mp-works-section .mp-container {
  /* Elementor loop/grid goes inside here */
}

/* ============================================================
   SECTION 2 — TESTIMONIALS
   ============================================================ */

.mp-testimonials-section {
  background: var(--mp-dark-2);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.mp-testimonials-section::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--mp-border);
}

.mp-section-label {
  font-family: var(--mp-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mp-maroon);
  margin-bottom: 12px;
  display: block;
}

.mp-section-heading {
  font-family: var(--mp-font-display);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 400;
  color: var(--mp-white);
  line-height: 1.1;
  margin: 0 0 60px;
}

.mp-section-heading em {
  font-style: italic;
  color: var(--mp-maroon-2);
}

/* Rating bar */
.mp-rating-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.mp-rating-score {
  font-family: var(--mp-font-display);
  font-size: 48px;
  font-weight: 300;
  color: var(--mp-white);
  line-height: 1;
}

.mp-rating-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mp-stars {
  color: var(--mp-maroon);
  font-size: 16px;
  letter-spacing: 2px;
}

.mp-rating-count {
  font-family: var(--mp-font-body);
  font-size: 12px;
  color: var(--mp-muted);
}

/* Testimonial grid */
.mp-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 900px) {
  .mp-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mp-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.mp-testimonial-card {
  background: var(--mp-card-bg);
  border: 1px solid var(--mp-border);
  border-radius: 6px;
  padding: 32px;
  transition: border-color var(--mp-transition);
}

.mp-testimonial-card:hover {
  border-color: rgba(139,0,0,0.4);
}

.mp-testimonial-card .mp-stars {
  font-size: 13px;
  margin-bottom: 16px;
  display: block;
}

.mp-testimonial-quote {
  font-family: var(--mp-font-body);
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--mp-text);
  margin-bottom: 24px;
  font-style: italic;
}

.mp-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mp-author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--mp-maroon);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mp-font-body);
  font-size: 12px;
  font-weight: 700;
  color: var(--mp-white);
  flex-shrink: 0;
}

.mp-author-name {
  font-family: var(--mp-font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--mp-white);
  line-height: 1.3;
}

.mp-author-title {
  font-family: var(--mp-font-body);
  font-size: 12px;
  color: var(--mp-muted);
}

/* ============================================================
   SECTION 3 — HOW IT WORKS
   ============================================================ */

.mp-how-section {
  background: var(--mp-dark);
  padding: 100px 0;
  position: relative;
}

.mp-how-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--mp-border);
}

/* Steps layout */
.mp-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 60px;
  position: relative;
}

/* Connecting line between steps */
.mp-steps-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--mp-border) 20%, var(--mp-border) 80%, transparent);
  z-index: 0;
}

@media (max-width: 900px) {
  .mp-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .mp-steps-grid::before { display: none; }
}

@media (max-width: 500px) {
  .mp-steps-grid {
    grid-template-columns: 1fr;
  }
}

.mp-step {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  text-align: left;
}

.mp-step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--mp-border);
  background: var(--mp-dark-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mp-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--mp-maroon);
  margin-bottom: 20px;
  transition: background var(--mp-transition), border-color var(--mp-transition);
}

.mp-step:hover .mp-step-number {
  background: var(--mp-maroon);
  color: var(--mp-white);
  border-color: var(--mp-maroon);
}

.mp-step-week {
  font-family: var(--mp-font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mp-maroon);
  margin-bottom: 8px;
  display: block;
}

.mp-step-title {
  font-family: var(--mp-font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--mp-white);
  margin-bottom: 10px;
  line-height: 1.3;
}

.mp-step-desc {
  font-family: var(--mp-font-body);
  font-size: 13px;
  line-height: 1.7;
  color: var(--mp-muted);
}

/* Badges row */
.mp-how-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 56px;
}

.mp-badge {
  background: var(--mp-card-bg);
  border: 1px solid var(--mp-border);
  border-radius: 100px;
  padding: 8px 20px;
  font-family: var(--mp-font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--mp-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.mp-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mp-maroon);
  flex-shrink: 0;
}

/* ============================================================
   SECTION 4 — READY TO GROW (CTA)
   ============================================================ */

.mp-cta-section {
  background: var(--mp-dark-2);
  padding: 100px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.mp-cta-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--mp-border);
}

/* Decorative radial glow */
.mp-cta-section::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse at center, rgba(139,0,0,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.mp-cta-section .mp-container {
  position: relative;
  z-index: 1;
}

.mp-cta-section .mp-section-label {
  text-align: center;
}

.mp-cta-heading {
  font-family: var(--mp-font-display);
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 400;
  color: var(--mp-white);
  line-height: 1.1;
  margin: 0 auto 20px;
  max-width: 700px;
}

.mp-cta-heading em {
  font-style: italic;
  color: var(--mp-maroon-2);
}

.mp-cta-sub {
  font-family: var(--mp-font-body);
  font-size: 16px;
  color: var(--mp-muted);
  max-width: 440px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.mp-cta-section .mp-cta-row {
  justify-content: center;
}

.mp-cta-note {
  font-family: var(--mp-font-body);
  font-size: 12px;
  color: var(--mp-muted);
  margin-top: 20px;
}

/* Trust stat strip */
.mp-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--mp-border);
}

.mp-trust-item {
  text-align: center;
}

.mp-trust-value {
  font-family: var(--mp-font-display);
  font-size: 30px;
  font-weight: 400;
  color: var(--mp-white);
  line-height: 1;
  display: block;
}

.mp-trust-label {
  font-family: var(--mp-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mp-muted);
  display: block;
  margin-top: 4px;
}

/* ============================================================
   ANIMATION — fade-up on scroll
   ============================================================ */

.mp-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.mp-fade-up.mp-visible {
  opacity: 1;
  transform: translateY(0);
}

.mp-fade-up:nth-child(2) { transition-delay: 0.1s; }
.mp-fade-up:nth-child(3) { transition-delay: 0.2s; }
.mp-fade-up:nth-child(4) { transition-delay: 0.3s; }
.mp-fade-up:nth-child(5) { transition-delay: 0.4s; }

/* ============================================================
   RESPONSIVE UTILITIES
   ============================================================ */

@media (max-width: 768px) {
  .mp-work-hero { padding: 80px 0 60px; }
  .mp-testimonials-section,
  .mp-how-section,
  .mp-cta-section { padding: 70px 0; }

  .mp-works-section { padding: 60px 0; }
}/* End custom CSS */