/* ============================================================
   LOCATION / SERVICE PAGE — scoped .lp-* classes
   ============================================================ */

/* HERO */
.lp-hero {
  position: relative;
  padding: 80px 0 100px;
  background:
    radial-gradient(900px 600px at 90% 10%, rgba(213,43,30,0.18), transparent 60%),
    radial-gradient(800px 520px at 8% 95%, rgba(91,109,255,0.14), transparent 60%),
    linear-gradient(165deg, #06091c 0%, #0a143a 60%, #06091c 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.lp-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(800px 600px at 50% 40%, #000 30%, transparent 90%);
  pointer-events: none;
}
.lp-hero > .container { position: relative; z-index: 1; }
.lp-crumb {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 18px;
  color: #b9bfd8;
  font-family: 'Inter', sans-serif;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
}
.lp-crumb a { color: #cbd5e1; text-decoration: none; transition: color .2s; }
.lp-crumb a:hover { color: #ff8a96; }
.lp-crumb .sep { opacity: .35; }
.lp-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: 999px;
  background: rgba(213,43,30,0.16); border: 1px solid rgba(213,43,30,0.42);
  color: #ff8a96;
  font-family: 'Inter', sans-serif;
  font-size: 11.5px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 22px;
}
.lp-h1 {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.04; letter-spacing: -0.02em;
  margin: 0 0 18px; color: #fff;
}
.lp-h1 em { font-style: italic; background: linear-gradient(135deg, #ff6b7e 0%, #D52B1E 60%, #6e0312 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-tag {
  font-family: 'Fraunces', serif; font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3; color: #e8ebf6; max-width: 720px; margin: 0 0 18px;
}
.lp-lead {
  font-family: 'Inter', sans-serif; font-size: 17px; line-height: 1.7;
  color: rgba(255,255,255,0.75); max-width: 720px; margin: 0 0 30px;
}
.lp-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.lp-cta-primary, .lp-cta-ghost {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 28px; border-radius: 999px;
  font-family: 'Inter', sans-serif; font-weight: 800; font-size: 14px;
  letter-spacing: 0.04em; text-transform: uppercase;
  text-decoration: none; transition: transform .25s, box-shadow .25s, gap .25s;
}
.lp-cta-primary {
  background: linear-gradient(135deg, #D52B1E 0%, #A61B12 100%); color: #06091c;
  box-shadow: 0 18px 40px rgba(213,43,30,0.35);
}
.lp-cta-primary:hover { transform: translateY(-3px); gap: 16px; box-shadow: 0 24px 48px rgba(213,43,30,0.5); color: #06091c; }
.lp-cta-ghost { border: 1px solid rgba(255,255,255,0.25); color: #fff; background: rgba(255,255,255,0.03); }
.lp-cta-ghost:hover { background: rgba(255,255,255,0.10); color: #fff; }
.lp-trust {
  display: flex; flex-wrap: wrap; align-items: center; gap: 22px;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.08);
}
.lp-trust-label { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.lp-trust-stars { color: #ffbe2e; font-size: 14px; letter-spacing: 1px; }
.lp-trust-stars + span { color: #fff; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; }

/* INTRO */
.lp-intro { padding: 90px 0; background: #fff; }
.lp-section-head { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.lp-section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: 999px;
  background: rgba(213,43,30,0.14); border: 1px solid rgba(213,43,30,0.4);
  color: #4d020e;
  font-family: 'Inter', sans-serif; font-weight: 800; font-size: 11.5px;
  letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px;
}
.lp-section-title {
  font-family: 'Fraunces', serif; font-weight: 800;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.1; letter-spacing: -0.02em;
  color: #06091c; margin: 0 0 14px;
}
.lp-section-title em { font-style: italic; background: linear-gradient(135deg, #3669ff 0%, #D52B1E 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-section-sub {
  font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.65;
  color: #2a3353; margin: 0;
}
.lp-bullets {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 14px;
}
.lp-bullet {
  padding: 24px 22px; background: #f7f5f0;
  border: 1.5px solid #d8d3c0; border-radius: 14px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.lp-bullet:hover { transform: translateY(-4px); box-shadow: 0 22px 42px rgba(6,9,28,0.12); border-color: #D52B1E; }
.lp-bullet i {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 10px;
  background: rgba(213,43,30,0.14); color: #6e0312; font-size: 18px; margin-bottom: 12px;
}
.lp-bullet strong { font-family: 'Fraunces', serif; font-weight: 700; font-size: 16px; color: #06091c; display: block; margin-bottom: 4px; }
.lp-bullet span { font-family: 'Inter', sans-serif; font-size: 13.5px; color: #3a4263; line-height: 1.55; }

/* SERVICES GRID */
.lp-services { padding: 100px 0; background: #f3eee0; }
.lp-svc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; padding: 28px 0; }
.lp-svc {
  position: relative; padding: 30px 24px;
  background: #fff; border: 1.5px solid #d8d3c0; border-radius: 18px;
  text-align: center; text-decoration: none; color: inherit;
  box-shadow: 0 2px 6px rgba(6,9,28,0.05);
  transition: transform .35s cubic-bezier(0.2,0.8,0.2,1), box-shadow .35s, border-color .35s;
}
.lp-svc:hover { transform: translateY(-6px); box-shadow: 0 26px 50px rgba(6,9,28,0.16); border-color: #D52B1E; color: inherit; }
.lp-svc-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(213,43,30,0.14); color: #6e0312; font-size: 22px; margin-bottom: 14px;
}
.lp-svc h3 { font-family: 'Fraunces', serif; font-weight: 800; font-size: 18px; color: #06091c; margin: 0 0 6px; letter-spacing: -0.01em; }
.lp-svc p { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.5; color: #5a5a65; margin: 0; }

/* PORTFOLIO */
.lp-port { padding: 100px 0; background: #fff; }
.lp-port-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lp-port-card {
  position: relative; aspect-ratio: 4/3.2; overflow: hidden; border-radius: 16px;
  background: #1f1f24; box-shadow: 0 6px 20px rgba(6,9,28,0.10);
  transition: transform .35s, box-shadow .35s;
}
.lp-port-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: object-position 4s linear; }
.lp-port-card:hover { transform: translateY(-4px); box-shadow: 0 26px 50px rgba(6,9,28,0.20); }
.lp-port-card:hover img { object-position: center bottom; }
.lp-port-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(6,9,28,0.65) 100%);
  pointer-events: none;
}
.lp-port-cap {
  position: absolute; bottom: 16px; left: 18px; right: 18px;
  z-index: 2;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: #fff;
}
.lp-port-foot { text-align: center; margin-top: 36px; }
.lp-port-foot a {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif; font-weight: 800; font-size: 13px;
  letter-spacing: 0.14em; text-transform: uppercase; color: #06091c; text-decoration: none;
  border: 2px solid #06091c; padding: 14px 28px; border-radius: 999px;
  transition: background .2s, color .2s, gap .25s;
}
.lp-port-foot a:hover { background: #06091c; color: #fff; gap: 14px; }

/* WHY */
.lp-why { padding: 100px 0; background:
  radial-gradient(800px 500px at 90% 10%, rgba(213,43,30,0.14), transparent 60%),
  linear-gradient(165deg, #06091c 0%, #0a143a 60%, #06091c 100%);
  color: #fff; }
.lp-why .lp-section-title { color: #fff; }
.lp-why .lp-section-sub { color: rgba(255,255,255,0.72); }
.lp-why .lp-section-eyebrow { background: rgba(213,43,30,0.16); border-color: rgba(213,43,30,0.42); color: #ff8a96; }
.lp-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-why-card {
  padding: 28px 26px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  transition: transform .3s, background .3s, border-color .3s;
}
.lp-why-card:hover { transform: translateY(-4px); background: rgba(213,43,30,0.06); border-color: rgba(213,43,30,0.5); }
.lp-why-card i { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: rgba(213,43,30,0.18); color: #ff8a96; font-size: 22px; margin-bottom: 16px; }
.lp-why-card h3 { font-family: 'Fraunces', serif; font-weight: 800; font-size: 19px; color: #fff; margin: 0 0 8px; }
.lp-why-card p { font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.55; margin: 0; }

/* PROCESS */
.lp-process { padding: 100px 0; background: #f3eee0; }
.lp-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.lp-step {
  padding: 26px 22px; background: #fff; border: 1.5px solid #d8d3c0; border-radius: 16px;
  position: relative; box-shadow: 0 4px 12px rgba(6,9,28,0.06);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.lp-step:hover { transform: translateY(-4px); box-shadow: 0 22px 42px rgba(6,9,28,0.12); border-color: #D52B1E; }
.lp-step-num {
  font-family: 'Fraunces', serif; font-weight: 800; font-size: 44px;
  background: linear-gradient(135deg, #3669ff 0%, #D52B1E 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1; margin-bottom: 12px;
}
.lp-step h3 { font-family: 'Fraunces', serif; font-weight: 800; font-size: 17px; color: #06091c; margin: 0 0 6px; }
.lp-step p { font-family: 'Inter', sans-serif; font-size: 13.5px; color: #4a5170; margin: 0; line-height: 1.5; }

/* TESTIMONIALS */
.lp-testi { padding: 100px 0; background:
  radial-gradient(800px 500px at 90% 10%, rgba(213,43,30,0.14), transparent 60%),
  linear-gradient(165deg, #06091c 0%, #0a143a 60%, #06091c 100%); color: #fff; }
.lp-testi .lp-section-title { color: #fff; }
.lp-testi .lp-section-sub { color: rgba(255,255,255,0.72); }
.lp-testi .lp-section-eyebrow { background: rgba(213,43,30,0.16); border-color: rgba(213,43,30,0.42); color: #ff8a96; }
.lp-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-testi-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px; padding: 28px 26px; backdrop-filter: blur(6px);
  transition: transform .3s, border-color .3s, background .3s;
}
.lp-testi-card:hover { transform: translateY(-4px); border-color: rgba(213,43,30,0.5); background: rgba(213,43,30,0.06); }
.lp-testi-stars { color: #ffbe2e; font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.lp-testi-quote { font-family: 'Inter', sans-serif; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,0.88); margin: 0 0 18px; font-weight: 500; }
.lp-testi-author { display: flex; align-items: center; gap: 12px; }
.lp-testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #D52B1E 0%, #3669ff 100%); display: inline-flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-weight: 800; font-size: 16px; color: #fff; }
.lp-testi-name { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 13.5px; color: #fff; line-height: 1.2; }
.lp-testi-role { font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(255,255,255,0.6); }

/* LOCATION CONTEXT */
.lp-localcontext { padding: 100px 0; background: #fff; }
.lp-lctx-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
.lp-lctx h2 { font-family: 'Fraunces', serif; font-weight: 800; font-size: clamp(26px, 3vw, 38px); line-height: 1.15; color: #06091c; margin: 0 0 16px; letter-spacing: -0.015em; }
.lp-lctx p { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.7; color: #2a3353; margin: 0 0 14px; }
.lp-lctx-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lp-lctx-stat {
  padding: 22px 20px; background: linear-gradient(180deg, #fafaf6 0%, #fff 100%);
  border: 1.5px solid #d8d3c0; border-radius: 14px;
}
.lp-lctx-stat strong {
  display: block;
  font-family: 'Fraunces', serif; font-weight: 800; font-size: 32px;
  background: linear-gradient(135deg, #3669ff 0%, #D52B1E 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1; margin-bottom: 4px;
}
.lp-lctx-stat span { font-family: 'Inter', sans-serif; font-size: 13px; color: #4a5170; font-weight: 600; }

/* FAQ */
.lp-faq {
  padding: 100px 0;
  background: #D52B1E;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
/* Light math-graph grid overlay (faint white lines) */
.lp-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.10) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 16px 16px, 16px 16px;
  background-position: 0 0, 0 0, 0 0, 0 0;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 50%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 50%, transparent 100%);
}
/* Subtle red glow accents on top of the grid */
.lp-faq::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 520px at 92% 8%, rgba(255,209,102,0.18), transparent 62%),
    radial-gradient(700px 480px at 8% 95%, rgba(0,0,0,0.20), transparent 62%);
  pointer-events: none;
  z-index: 0;
}
.lp-faq > .container { position: relative; z-index: 1; }
.lp-faq .lp-section-eyebrow {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.30);
  color: #fff;
}
.lp-faq .lp-section-title { color: #fff; }
.lp-faq .lp-section-title em {
  background: linear-gradient(135deg, #ffd166 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-faq .lp-section-sub { color: rgba(255, 255, 255, 0.80); }
.lp-faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.lp-faq-item {
  background: #fff; border: 1.5px solid #d8d3c0; border-radius: 14px;
  box-shadow: 0 4px 12px rgba(6,9,28,0.06);
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.lp-faq-item:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(6,9,28,0.14); border-color: #D52B1E; }
.lp-faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15.5px; color: #06091c; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(213,43,30,0.16); color: #6e0312; font-size: 12px; transition: transform .3s, background .3s, color .3s; flex-shrink: 0; }
.lp-faq-item[open] { border-color: #06091c; box-shadow: 0 22px 44px rgba(6,9,28,0.14); }
.lp-faq-item[open] .lp-faq-icon { background: #06091c; color: #ff8a96; transform: rotate(45deg); }
.lp-faq-item > div { padding: 0 22px 22px; font-family: 'Inter', sans-serif; font-size: 14.5px; line-height: 1.65; color: #2a3353; }

/* FINAL CTA */
.lp-cta { padding: 90px 0;
  background:
    radial-gradient(700px 460px at 10% 50%, rgba(213,43,30,0.20), transparent 60%),
    radial-gradient(600px 400px at 90% 50%, rgba(91,109,255,0.16), transparent 60%),
    #06091c; color: #fff;
}
.lp-cta-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; }
.lp-cta-text h2 { font-family: 'Fraunces', serif; font-weight: 800; font-size: clamp(28px, 3vw, 44px); line-height: 1.15; color: #fff; margin: 0 0 8px; letter-spacing: -0.015em; }
.lp-cta-text h2 em { font-style: italic; background: linear-gradient(135deg, #ff6b7e 0%, #D52B1E 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-cta-text p { font-family: 'Inter', sans-serif; font-size: 15px; color: rgba(255,255,255,0.72); margin: 0; }

/* Responsive */
@media (max-width: 991px) {
  .lp-hero { padding: 60px 0 80px; }
  .lp-bullets { grid-template-columns: repeat(2, 1fr); }
  .lp-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-port-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-why-grid, .lp-testi-grid { grid-template-columns: 1fr; }
  .lp-steps { grid-template-columns: repeat(2, 1fr); }
  .lp-lctx-grid { grid-template-columns: 1fr; gap: 40px; }
  .lp-cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 575px) {
  .lp-bullets, .lp-svc-grid, .lp-port-grid, .lp-steps, .lp-lctx-stats { grid-template-columns: 1fr; }
}

/* ============================================================
   DECORATIVE BACKGROUND GRAPHICS (.lp-*)
   ============================================================ */

/* Hero — drifting glowing orbs */
.lp-hero { isolation: isolate; }
.lp-hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  z-index: 0;
  animation: lpOrbDrift 14s ease-in-out infinite;
}
.lp-hero-orb-1 { width: 540px; height: 540px; top: -180px; right: -160px; background: radial-gradient(circle, rgba(213,43,30,0.32), transparent 60%); }
.lp-hero-orb-2 { width: 460px; height: 460px; bottom: -200px; left: -180px; background: radial-gradient(circle, rgba(91,109,255,0.28), transparent 60%); animation-delay: -5s; animation-duration: 18s; }
.lp-hero-orb-3 { width: 320px; height: 320px; top: 40%; left: 30%; background: radial-gradient(circle, rgba(255,209,102,0.18), transparent 60%); animation-delay: -3s; animation-duration: 22s; }
@keyframes lpOrbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(40px, -30px) scale(1.05); }
  66% { transform: translate(-30px, 40px) scale(0.95); }
}

/* Hero — rotating sparkle stars */
.lp-hero-sparkle {
  position: absolute;
  pointer-events: none;
  opacity: 0.7;
  z-index: 1;
}
.lp-hero-sparkle-1 { top: 14%; right: 22%; width: 26px; height: 26px; animation: lpSparkleSpin 8s linear infinite; }
.lp-hero-sparkle-2 { bottom: 26%; right: 14%; width: 18px; height: 18px; animation: lpSparkleSpin 12s linear infinite reverse; }
.lp-hero-sparkle-3 { top: 36%; left: 6%; width: 22px; height: 22px; animation: lpSparkleSpin 10s linear infinite; }
@keyframes lpSparkleSpin { to { transform: rotate(360deg); } }

/* Intro — dot grid + corner blob */
.lp-intro { position: relative; overflow: hidden; }
.lp-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(9,16,46,0.05) 1px, transparent 1.4px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.lp-intro::after {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213,43,30,0.10), transparent 60%);
  pointer-events: none;
}
.lp-intro > .container { position: relative; z-index: 1; }

/* Services — diagonal corner blobs */
.lp-services { position: relative; overflow: hidden; }
.lp-services::before {
  content: "";
  position: absolute;
  top: -80px; left: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(54,105,255,0.10), transparent 60%);
  pointer-events: none;
}
.lp-services::after {
  content: "";
  position: absolute;
  bottom: -100px; right: -100px;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213,43,30,0.10), transparent 60%);
  pointer-events: none;
}
.lp-services > .container { position: relative; z-index: 1; }

/* Portfolio — frame brackets */
.lp-port { position: relative; overflow: hidden; }
.lp-port::before {
  content: "";
  position: absolute;
  top: 60px; left: 30px;
  width: 110px; height: 110px;
  border-left: 3px solid rgba(213,43,30,0.32);
  border-top: 3px solid rgba(213,43,30,0.32);
  border-radius: 18px 0 0 0;
  pointer-events: none;
}
.lp-port::after {
  content: "";
  position: absolute;
  bottom: 60px; right: 30px;
  width: 110px; height: 110px;
  border-right: 3px solid rgba(54,105,255,0.32);
  border-bottom: 3px solid rgba(54,105,255,0.32);
  border-radius: 0 0 18px 0;
  pointer-events: none;
}
.lp-port > .container { position: relative; z-index: 1; }

/* Process — dashed connector line + bg blob */
.lp-process { position: relative; overflow: hidden; }
.lp-process::before {
  content: "";
  position: absolute;
  top: 50%; left: 0;
  width: 100%; height: 2px;
  background-image: linear-gradient(90deg, transparent 0%, transparent 8%, rgba(213,43,30,0.4) 8%, rgba(213,43,30,0.4) 16%, transparent 16%, transparent 100%);
  background-size: 24px 2px;
  background-repeat: repeat-x;
  pointer-events: none;
  opacity: 0.6;
  transform: translateY(-30px);
}
.lp-process::after {
  content: "";
  position: absolute;
  top: -120px; right: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91,109,255,0.10), transparent 60%);
  pointer-events: none;
}
.lp-process > .container { position: relative; z-index: 1; }

/* Why — soft mesh accents */
.lp-why::after {
  content: "";
  position: absolute;
  top: 10%; right: 15%;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(255,255,255,0.04), transparent 60%);
  pointer-events: none;
}

/* Local context — dot pattern + green blob */
.lp-localcontext { position: relative; overflow: hidden; }
.lp-localcontext::before {
  content: "";
  position: absolute;
  top: -50px; left: -50px;
  width: 320px; height: 320px;
  background-image: radial-gradient(circle, rgba(9,16,46,0.06) 1px, transparent 1.4px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}
.lp-localcontext::after {
  content: "";
  position: absolute;
  bottom: -120px; right: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213,43,30,0.10), transparent 60%);
  pointer-events: none;
}
.lp-localcontext > .container { position: relative; z-index: 1; }

/* CTA — twinkling stars */
.lp-cta { position: relative; overflow: hidden; }
.lp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,0.4), transparent 50%),
    radial-gradient(1px 1px at 70% 80%, rgba(255,255,255,0.5), transparent 50%),
    radial-gradient(2px 2px at 90% 20%, rgba(213,43,30,0.6), transparent 50%),
    radial-gradient(1px 1px at 10% 70%, rgba(255,255,255,0.4), transparent 50%),
    radial-gradient(1.5px 1.5px at 50% 50%, rgba(255,255,255,0.3), transparent 50%),
    radial-gradient(2px 2px at 35% 15%, rgba(213,43,30,0.5), transparent 50%),
    radial-gradient(1px 1px at 80% 60%, rgba(255,255,255,0.5), transparent 50%);
  pointer-events: none;
  animation: lpStarTwinkle 4s ease-in-out infinite;
}
@keyframes lpStarTwinkle {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-orb, .lp-hero-sparkle, .lp-cta::before { animation: none; }
}

/* ============================================================
   BIG MIDDLE CONTENT AREA (.lp-feature)
   ============================================================ */
.lp-feature {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(900px 600px at 8% 10%, rgba(213,43,30,0.10), transparent 60%),
    linear-gradient(180deg, #fff 0%, #f3eee0 100%);
  overflow: hidden;
}
.lp-feat-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  z-index: 0;
}
.lp-feat-orb-1 { width: 380px; height: 380px; top: -120px; right: -100px; background: radial-gradient(circle, rgba(91,109,255,0.18), transparent 60%); }
.lp-feat-orb-2 { width: 320px; height: 320px; bottom: -80px; left: -80px; background: radial-gradient(circle, rgba(213,43,30,0.18), transparent 60%); }
.lp-feature > .container { position: relative; z-index: 1; }

.lp-feat-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.lp-feat-content .lp-section-eyebrow { margin-bottom: 16px; }
.lp-feat-title {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #06091c;
  margin: 0 0 18px;
}
.lp-feat-title em { font-style: italic; background: linear-gradient(135deg, #3669ff 0%, #D52B1E 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

.lp-feat-lead {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #1a1a25;
  margin: 0 0 16px;
}
.lp-feat-lead strong { color: #06091c; font-weight: 700; }
.lp-feat-body {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: #2a3353;
  margin: 0 0 22px;
}

.lp-feat-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
}
.lp-feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #1a1a25;
  line-height: 1.5;
}
.lp-feat-list li i { color: #A61B12; font-size: 17px; flex-shrink: 0; margin-top: 1px; }

.lp-feat-cta { padding: 16px 30px; }

/* Floating metric cards — visual right column */
.lp-feat-visual {
  position: relative;
  min-height: 480px;
}
.lp-feat-card {
  position: absolute;
  background: #fff;
  border: 1.5px solid #d8d3c0;
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow:
    0 4px 12px rgba(6,9,28,0.05),
    0 22px 48px rgba(6,9,28,0.10);
  width: 230px;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.lp-feat-card:hover { transform: translateY(-6px) rotate(0deg) !important; }

.lp-fc-1 {
  top: 0; left: 10%;
  transform: rotate(-3deg);
  z-index: 3;
}
.lp-fc-2 {
  top: 18%; right: 0;
  transform: rotate(2deg);
  z-index: 4;
}
.lp-fc-3 {
  bottom: 18%; left: 0;
  transform: rotate(2deg);
  z-index: 4;
}
.lp-fc-4 {
  bottom: 0; right: 8%;
  transform: rotate(-2deg);
  z-index: 3;
}

.lp-fc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(213, 43, 30, 0.16);
  color: #6e0312;
  font-size: 18px;
  margin-bottom: 12px;
}
.lp-fc-icon-up {
  background: rgba(54, 105, 255, 0.14);
  color: #3669ff;
}
.lp-fc-label {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a5a65;
  margin-bottom: 6px;
}
.lp-fc-value {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  color: #06091c;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.lp-fc-unit {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 18px;
  color: #5a5a65;
  margin-left: 2px;
}
.lp-fc-meta {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  color: #5a5a65;
}
.lp-fc-bar {
  width: 100%; height: 6px;
  border-radius: 3px;
  background: rgba(9, 16, 46, 0.08);
  overflow: hidden;
}
.lp-fc-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #D52B1E 0%, #ff8a96 100%);
  border-radius: 3px;
}

@media (max-width: 991px) {
  .lp-feat-grid { grid-template-columns: 1fr; gap: 50px; }
  .lp-feat-list { grid-template-columns: 1fr; }
  .lp-feat-visual { min-height: 420px; max-width: 480px; margin: 0 auto; }
}
@media (max-width: 575px) {
  .lp-feat-card { width: 200px; padding: 18px 18px 16px; }
  .lp-fc-value { font-size: 30px; }
  .lp-feat-visual { min-height: 440px; }
}

/* Italic gradient text — prevent right-edge clipping (italic slant overflows the bounding box with background-clip:text) */
.lp-h1 em,
.lp-feat-title em,
.lp-section-title em,
.lp-cta h2 em,
.lp-tag em {
  display: inline-block;
  padding-right: 0.08em;
}

/* ============================================================
   NEW BANNER — 2-column split (theme color left, image right)
   ============================================================ */
.lp-banner {
  position: relative;
  overflow: hidden;
  background: #D52B1E;          /* USA theme primary — replaces dark hero bg */
  color: #fff;
}
.lp-banner-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
  min-height: 620px;
}
.lp-banner-content {
  padding: 90px 70px 90px clamp(32px, 8vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.lp-banner-photo {
  position: relative;
  background-color: #1a1a1f;
  min-height: 620px;
  overflow: hidden;
}
.lp-banner-photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Adjust hero typography colors for the red bg */
.lp-banner .lp-crumb { color: rgba(255,255,255,0.78); margin-bottom: 22px; }
.lp-banner .lp-crumb a { color: #fff; }
.lp-banner .lp-crumb a:hover { color: #ffd166; }
.lp-banner .lp-pill {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.4);
  color: #fff;
  margin-bottom: 24px;
}
.lp-banner .lp-h1 { color: #fff; }
.lp-banner .lp-h1 em {
  background: linear-gradient(135deg, #ffd166 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-banner .lp-tag { color: rgba(255,255,255,0.95); }
.lp-banner .lp-lead { color: rgba(255,255,255,0.85); }
.lp-banner .lp-cta-primary {
  background: #fff;
  color: #D52B1E;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}
.lp-banner .lp-cta-primary:hover { transform: translateY(-3px); color: #D52B1E; box-shadow: 0 24px 48px rgba(0,0,0,0.35); }
.lp-banner .lp-cta-ghost {
  border-color: rgba(255,255,255,0.4);
  color: #fff;
  background: rgba(255,255,255,0.06);
}
.lp-banner .lp-cta-ghost:hover { background: rgba(255,255,255,0.16); color: #fff; }
.lp-banner .lp-trust {
  border-top-color: rgba(255,255,255,0.18);
  margin-top: 6px;
}
.lp-banner .lp-trust-label { color: rgba(255,255,255,0.72); }

@media (max-width: 991px) {
  .lp-banner-grid { grid-template-columns: 1fr; min-height: 0; }
  .lp-banner-content { padding: 70px 32px; }
  .lp-banner-photo { aspect-ratio: 16/10; min-height: 0; }
}

/* ============================================================
   PERSONAS — 3 colored cards on dfeature-bg
   ============================================================ */
.lp-personas {
  position: relative;
  padding: 100px 0;
  background-color: #f6f4ec;
  background-image: url('../images/banners/dfeature-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.lp-personas .lp-section-head { margin-bottom: 56px; }
.lp-personas .lp-section-title em {
  background: linear-gradient(135deg, #D52B1E 0%, #ff6b7e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-personas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.lp-persona {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 32px;
  border-radius: 24px;
  text-decoration: none;
  min-height: 380px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
}
.lp-persona:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.40);
  color: #fff;
}

/* US flag palette */
.lp-persona-yellow { background: #A61B12; }                                           /* Primary Blue */
.lp-persona-green  { background: #D52B1E; }                                           /* Secondary Red */
.lp-persona-blue   { background: #1F2937; }                                           /* Dark Navy */

.lp-persona-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 14px;
  text-align: center;
  align-self: center;
  letter-spacing: 0.04em;
}
.lp-persona-title {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
  margin: 0 0 28px;
}

/* Big illustration area (using a Bootstrap icon as art for now) */
.lp-persona-art {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 110px;
  color: #fff;
  opacity: 0.78;
  transition: transform 0.5s ease, opacity 0.4s ease;
}
.lp-persona:hover .lp-persona-art { transform: scale(1.08); opacity: 1; }

/* Top-right floating arrow icon */
.lp-persona-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
}
.lp-persona:hover .lp-persona-arrow {
  background: #fff;
  color: #1F2937;
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .lp-personas-grid { grid-template-columns: 1fr; gap: 20px; }
  .lp-persona { min-height: 320px; }
  .lp-persona-art { font-size: 90px; }
}

/* ============================================================
   SERVICES — 6 lavender cards on Dark Navy BG
   ============================================================ */
.lp-services2 {
  position: relative;
  padding: 100px 0 110px;
  background: #1F2937;
  color: #fff;
  overflow: hidden;
}
.lp-services2 .lp-section-head { margin-bottom: 56px; }
.lp-services2 .lp-section-eyebrow {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffd7dc;
}
.lp-services2 .lp-section-title {
  color: #fff;
}
.lp-services2 .lp-section-title em {
  background: linear-gradient(135deg, #ff6b7e 0%, #ff8a96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-services2 .lp-section-sub {
  color: rgba(255, 255, 255, 0.72);
}

.lp-svc2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lp-svc2-card {
  background: linear-gradient(180deg, #f4ecfa 0%, #faf2fc 100%);
  border-radius: 18px;
  padding: 44px 32px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 6px 18px rgba(82, 50, 154, 0.06);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
}
.lp-svc2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(82, 50, 154, 0.16);
}

.lp-svc2-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #ecdcfa 100%);
  color: #5a3aa6;
  font-size: 36px;
  margin-bottom: 20px;
  box-shadow: 0 8px 18px rgba(82, 50, 154, 0.12);
  transition: transform 0.4s ease;
}
.lp-svc2-card:hover .lp-svc2-icon { transform: scale(1.06) rotate(-4deg); }

.lp-svc2-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #1f1845;
  margin: 0 0 14px;
}

.lp-svc2-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.65;
  color: #4d4670;
  margin: 0 0 24px;
  flex: 1;
}

.lp-svc2-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ede0fa 0%, #f7e9fb 100%);
  color: #1f1845;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(82, 50, 154, 0.10);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, gap 0.3s ease;
  align-self: stretch;
  justify-content: center;
}
.lp-svc2-cta:hover {
  background: #1f1845;
  color: #fff;
  transform: translateY(-2px);
  gap: 14px;
}

@media (max-width: 991px) {
  .lp-svc2-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .lp-svc2-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FEATURE 2 — left content + right image, white BG
   ============================================================ */
.lp-feature2 {
  padding: 100px 0;
  background: #ffffff;
}
.lp-feat2-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;   /* right column larger so image gets more room */
  gap: 60px;
  align-items: center;
}
.lp-feat2-content .lp-section-eyebrow { margin-bottom: 16px; }
.lp-feat2-title {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #06091c;
  margin: 0 0 18px;
}
.lp-feat2-title em {
  font-style: italic;
  background: linear-gradient(135deg, #D52B1E 0%, #A61B12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-feat2-lead {
  font-family: 'Inter', sans-serif;
  font-size: 16.5px;
  line-height: 1.7;
  color: #1a1a25;
  margin: 0 0 14px;
}
.lp-feat2-lead strong { color: #06091c; font-weight: 700; }
.lp-feat2-body {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: #2a3353;
  margin: 0 0 22px;
}
.lp-feat2-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
}
.lp-feat2-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #1a1a25;
  line-height: 1.5;
}
.lp-feat2-list li i {
  color: #D52B1E;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 1px;
}

.lp-feat2-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #D52B1E 0%, #A61B12 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(213, 43, 30, 0.30);
  transition: transform 0.25s ease, gap 0.25s ease, box-shadow 0.25s ease;
}
.lp-feat2-cta:hover { transform: translateY(-3px); gap: 16px; box-shadow: 0 24px 48px rgba(213, 43, 30, 0.45); color: #fff; }

.lp-feat2-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-feat2-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;            /* fill the entire right column */
}

@media (max-width: 991px) {
  .lp-feat2-grid { grid-template-columns: 1fr; gap: 40px; }
  .lp-feat2-list { grid-template-columns: 1fr; }
  .lp-feat2-visual img { max-width: 100%; margin: 0 auto; }
}

/* ============================================================
   PORTFOLIO 2 — 6 gradient-frame cards on whitebanner1 BG
   ============================================================ */
.lp-port2 {
  position: relative;
  padding: 100px 0 110px;
  background-color: #ffffff;
  background-image: url('../images/banners/whitebanner1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lp-port2 .lp-section-head { margin-bottom: 56px; }
.lp-port2 .lp-section-title em {
  background: linear-gradient(135deg, #D52B1E 0%, #A61B12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-port2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
}

.lp-port2-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* OUTER gradient frame — visible padding around the inner mockup */
.lp-port2-frame {
  position: relative;
  border-radius: 24px;
  aspect-ratio: 4/4.2;
  padding: 50px 38px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(10,10,15,0.12);
  transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.4s ease;
}
.lp-port2-item:hover .lp-port2-frame {
  transform: translateY(-8px);
  box-shadow: 0 36px 70px rgba(10,10,15,0.22);
}
/* Inner mockup wrapper — fills the padded area, clips the screenshot, has its own shadow */
.lp-port2-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.30);
  background: #1a1a1f;
}
/* Screenshot fills the wrapper — top of page visible at rest, scrolls down on hover */
.lp-port2-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: object-position 0.6s ease-out;
}
.lp-port2-item:hover .lp-port2-screen img {
  object-position: center bottom;
  transition: object-position 4s linear;
}
@media (prefers-reduced-motion: reduce) {
  .lp-port2-screen img,
  .lp-port2-item:hover .lp-port2-screen img { transition: none; }
}
@media (max-width: 991px) {
  .lp-port2-frame { padding: 36px 28px; }
}

/* 6 distinct gradient backgrounds — alternating moods */
.lp-port2-grad-1 { background: radial-gradient(circle at 30% 30%, #6f4cd9 0%, #1f1645 60%, #0f0a2c 100%); }
.lp-port2-grad-2 { background: radial-gradient(circle at 70% 30%, #1f1f25 0%, #1a1a1f 60%, #0a0a0f 100%); }
.lp-port2-grad-3 { background: radial-gradient(circle at 30% 30%, #5dd4ee 0%, #1f3a9c 60%, #0e154a 100%); }
.lp-port2-grad-4 { background: radial-gradient(circle at 30% 30%, #ff8a4f 0%, #b34322 50%, #5a2310 100%); }
.lp-port2-grad-5 { background: radial-gradient(circle at 30% 30%, #d8e3ee 0%, #aab7c5 60%, #6c7889 100%); }
.lp-port2-grad-6 { background: radial-gradient(circle at 70% 30%, #c5cdd6 0%, #8a8f99 60%, #4f5258 100%); }

/* Below-card meta — colored dot + category text */
.lp-port2-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #2a3353;
}
.lp-port2-dot {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
}
.lp-port2-dot-1 { background: #6f4cd9; }
.lp-port2-dot-2 { background: #1a1a1f; }
.lp-port2-dot-3 { background: #5dd4ee; }
.lp-port2-dot-4 { background: #ff8a4f; }
.lp-port2-dot-5 { background: #aab7c5; }
.lp-port2-dot-6 { background: #8a8f99; }

.lp-port2-foot { text-align: center; margin-top: 50px; }
.lp-port2-foot a {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif; font-weight: 800; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #06091c; text-decoration: none;
  border: 2px solid #06091c; padding: 14px 30px; border-radius: 999px;
  background: rgba(255,255,255,0.7);
  transition: background 0.25s ease, color 0.25s ease, gap 0.25s ease;
}
.lp-port2-foot a:hover { background: #06091c; color: #fff; gap: 14px; }

@media (max-width: 991px) {
  .lp-port2-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .lp-port2-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PROCESS 2 — white BG with image boxes
   ============================================================ */
.lp-process2 {
  padding: 100px 0 110px;
  background: #ffffff;
}
.lp-process2 .lp-section-head { margin-bottom: 56px; }
.lp-process2 .lp-section-title em {
  background: linear-gradient(135deg, #D52B1E 0%, #A61B12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-proc2-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.lp-proc2-step {
  position: relative;
  background: #ffffff;
  border: 1.5px solid #e7e3d5;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(6, 9, 28, 0.06);
  transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.lp-proc2-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px rgba(6, 9, 28, 0.16);
  border-color: #D52B1E;
}

/* Icon box — replaces image */
.lp-proc2-icon {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #fff5f6 0%, #ffe4e7 100%);
  border-bottom: 1.5px solid #f4d6db;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lp-proc2-icon::before {
  /* faint dot pattern overlay for texture */
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(213, 43, 30, 0.08) 1px, transparent 1.4px);
  background-size: 18px 18px;
  pointer-events: none;
}
.lp-proc2-icon i {
  position: relative;
  z-index: 1;
  font-size: 64px;
  color: #D52B1E;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lp-proc2-step:hover .lp-proc2-icon i {
  transform: scale(1.12) rotate(-4deg);
}

.lp-proc2-num {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D52B1E 0%, #A61B12 100%);
  color: #fff;
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 18px rgba(213, 43, 30, 0.40);
  z-index: 2;
}

.lp-proc2-title {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 18px;
  color: #06091c;
  margin: 22px 22px 8px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.lp-proc2-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: #4a5170;
  margin: 0 22px 24px;
}

@media (max-width: 1199px) {
  .lp-proc2-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .lp-proc2-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .lp-proc2-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FINAL CTA 2 — white BG, centered heading + 2 buttons
   ============================================================ */
.lp-cta2 {
  padding: 110px 0 120px;
  background: #ffffff;
  position: relative;
}
.lp-cta2-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.lp-cta2-title {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #06091c;
  margin: 0 0 18px;
}
.lp-cta2-title em {
  font-style: italic;
  background: linear-gradient(135deg, #D52B1E 0%, #A61B12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-cta2-text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #2a3353;
  margin: 0 auto 36px;
  max-width: 640px;
}
.lp-cta2-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.lp-cta2-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 30px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, gap 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.lp-cta2-btn-primary {
  background: linear-gradient(135deg, #D52B1E 0%, #A61B12 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(213, 43, 30, 0.35);
}
.lp-cta2-btn-primary:hover {
  transform: translateY(-3px);
  gap: 16px;
  box-shadow: 0 24px 48px rgba(213, 43, 30, 0.50);
  color: #fff;
}
.lp-cta2-btn-ghost {
  background: #fff;
  color: #06091c;
  border: 2px solid #06091c;
}
.lp-cta2-btn-ghost:hover {
  background: #06091c;
  color: #fff;
  transform: translateY(-3px);
  gap: 16px;
}
@media (max-width: 575px) {
  .lp-cta2 { padding: 80px 0 90px; }
  .lp-cta2-buttons { flex-direction: column; align-items: stretch; gap: 12px; }
}