.elementor-100 .elementor-element.elementor-element-649b87a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-100 .elementor-element.elementor-element-6192e10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-100 .elementor-element.elementor-element-ca354c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-100 .elementor-element.elementor-element-9883558{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-100 .elementor-element.elementor-element-d1b5808{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-100 .elementor-element.elementor-element-df86106{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-21057d2 */:root {
  --lh-bg: #FEFDFF;
  --lh-purple: #C581F1;
  --lh-cyan: #007FFA; 
  --lh-dark: #111827;
  --lh-gray: #6B7280;
}

.uiux-master-hero {
  position: relative; background-color: var(--lh-bg);
  padding: 100px 20px; min-height: 90vh;
  display: flex; align-items: center; font-family: 'Lato', sans-serif;
  overflow: hidden;
}

/* ==========================================
   ✨ AMBIENT LIGHTING
=========================================== */
.ambient-light {
  position: absolute; width: 600px; height: 600px; border-radius: 50%;
  filter: blur(140px); opacity: 0.15; z-index: 0; pointer-events: none;
}
.light-purple { background: var(--lh-purple); top: -10%; left: -10%; animation: drift 10s infinite alternate ease-in-out; }
.light-cyan { background: var(--lh-cyan); bottom: -10%; right: -5%; animation: drift 12s infinite alternate-reverse ease-in-out; }
@keyframes drift { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(50px, 50px) scale(1.1); } }

/* ==========================================
   📐 LAYOUT & LEFT SIDE
=========================================== */
.hero-layout { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
.agency-badge { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 8px; color: var(--lh-dark); padding: 8px 16px; border-radius: 50px; border: 1px solid #E5E7EB; margin-bottom: 24px; background: rgba(255,255,255,0.8); backdrop-filter: blur(10px); }
.pulse-dot { width: 8px; height: 8px; background: var(--lh-cyan); border-radius: 50%; box-shadow: 0 0 0 0 rgba(0, 127, 250, 0.4); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 6px rgba(0, 127, 250, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 127, 250, 0); } }
.hero-title { font-family: 'Montserrat', sans-serif; font-size: clamp(42px, 5vw, 55px); font-weight: 900; color: var(--lh-dark); line-height: 1.1; margin: 0 0 24px 0; letter-spacing: -1.5px; }
.gradient-text { background: linear-gradient(135deg, var(--lh-purple), var(--lh-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }
.hero-subtitle { font-size: 18px; color: var(--lh-gray); line-height: 1.7; margin-bottom: 40px; max-width: 90%; }
.hero-cta-btn { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 16px; background: var(--lh-dark); color: #FFFFFF !important; padding: 18px 36px; border-radius: 100px; display: flex; align-items: center; justify-content: center; gap: 12px; text-decoration: none !important; transition: all 0.4s ease; border: 2px solid transparent; width: fit-content; cursor: pointer; }
.hero-cta-btn:hover { background: #FFFFFF; color: var(--lh-dark) !important; border-color: var(--lh-dark); transform: translateY(-4px); box-shadow: 0 15px 35px rgba(17, 24, 39, 0.1); }
.cta-arrow { transition: transform 0.3s ease; font-size: 18px; }
.hero-cta-btn:hover .cta-arrow { transform: translate(4px, -4px); }

/* ==========================================
   🟣 RIGHT: 3D WINDOW & UI ELEMENTS
=========================================== */
.hero-visual-3d { width: 100%; height: 500px; position: relative; display: flex; justify-content: center; align-items: center; perspective: 1500px; }

/* 💻 The 3D Browser Window */
.browser-window-3d {
  width: 85%; height: 420px;
  background: #FFFFFF; border-radius: 16px;
  box-shadow: -20px 30px 60px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(255,255,255,0.8), inset 0 0 20px rgba(0,0,0,0.02);
  display: flex; flex-direction: column; overflow: hidden;
  transform: rotateY(-15deg) rotateX(10deg) rotateZ(2deg);
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  animation: float-3d-window 8s infinite ease-in-out;
  z-index: 5;
}
.browser-window-3d:hover { transform: rotateY(-5deg) rotateX(5deg) rotateZ(0deg) scale(1.05); box-shadow: -10px 20px 50px rgba(0, 0, 0, 0.18); }
@keyframes float-3d-window { 0%, 100% { transform: rotateY(-15deg) rotateX(10deg) rotateZ(2deg) translateY(0); } 50% { transform: rotateY(-15deg) rotateX(10deg) rotateZ(2deg) translateY(-15px); } }

.browser-header { background: rgba(243, 244, 246, 0.9); backdrop-filter: blur(5px); padding: 12px 16px; border-bottom: 1px solid rgba(0,0,0,0.05); display: flex; align-items: center; position: relative; z-index: 2; }
.mac-dots { display: flex; gap: 6px; position: absolute; left: 16px; }
.mac-dots span { width: 12px; height: 12px; border-radius: 50%; }
.mac-dots span:nth-child(1) { background: #FF5F56; } .mac-dots span:nth-child(2) { background: #FFBD2E; } .mac-dots span:nth-child(3) { background: #27C93F; }
.url-bar { margin: 0 auto; background: #FFFFFF; padding: 4px 20px; border-radius: 20px; font-family: 'Lato', sans-serif; font-size: 11px; color: var(--lh-gray); box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); display: flex; align-items: center; gap: 6px; }

/* ==========================================
   🔴 GUARANTEED CROP & AUTO-SCROLL
=========================================== */
.browser-body { flex: 1; overflow: hidden; position: relative; background: #FFFFFF; }

.iframe-crop-wrapper {
  position: absolute; /* Wrapper ko absolute banaya taaki control rahe */
  top: 0; left: 0; width: 100%; height: 100%;
  overflow: hidden; 
}

.auto-scroll-iframe {
  position: absolute;
  /* 🔥 YE HAI MAIN TRICK: Top se -100px khich liya taaki black patti gayab ho jaye 🔥 */
  top: -100px; 
  left: 0;
  width: 100%; 
  height: 400%; /* Total lamba document banaya */
  border: none; 
  pointer-events: none;
  animation: live-scroll-fast 14s linear infinite alternate; 
}

.browser-window-3d:hover .auto-scroll-iframe { animation-play-state: paused; }

@keyframes live-scroll-fast {
  /* Animation 0 se start hogi (Jo already top: -100px par hai) */
  0%, 10% { transform: translateY(0); } 
  100% { transform: translateY(-65%); } 
}

/* ==========================================
   🤖 PURE CSS CUTE ROBOT 
=========================================== */
.css-cute-bot {
  position: absolute; top: -5%; right: -5%; left: auto; z-index: 10;
  display: flex; flex-direction: column; align-items: center;
  animation: hover-bot 5s ease-in-out infinite; cursor: pointer;
}
.bot-antenna { width: 3px; height: 16px; background: #E5E7EB; position: relative; border-radius: 2px; }
.antenna-dot { width: 10px; height: 10px; background: #FF5F56; border-radius: 50%; position: absolute; top: -8px; left: -3.5px; box-shadow: 0 0 10px #FF5F56; animation: pulse-red 2s infinite; }
.bot-head { width: 64px; height: 50px; background: #FFFFFF; border-radius: 25px 25px 15px 15px; border: 2px solid #E5E7EB; box-shadow: 0 10px 20px rgba(0,0,0,0.08); position: relative; z-index: 2; margin-top: -2px; display: flex; justify-content: center; align-items: center; }
.bot-face { width: 48px; height: 26px; background: #111827; border-radius: 12px; display: flex; justify-content: space-evenly; align-items: center; padding: 0 4px; box-shadow: inset 0 2px 5px rgba(0,0,0,0.5); }
.bot-eye { width: 10px; height: 10px; background: var(--lh-cyan); border-radius: 50%; box-shadow: 0 0 8px var(--lh-cyan); animation: blink 4s infinite; }
.bot-body { width: 30px; height: 14px; background: #FFFFFF; border-radius: 0 0 15px 15px; border: 2px solid #E5E7EB; border-top: none; margin-top: 4px; display: flex; justify-content: center; align-items: center; }
.bot-core { width: 8px; height: 4px; background: var(--lh-purple); border-radius: 10px; box-shadow: 0 0 5px var(--lh-purple); }

@keyframes hover-bot { 0%, 100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-12px) rotate(-2deg); } }
@keyframes blink { 0%, 48%, 52%, 100% { transform: scaleY(1); } 50% { transform: scaleY(0.1); } }
@keyframes pulse-red { 0%, 100% { opacity: 1; box-shadow: 0 0 12px #FF5F56; } 50% { opacity: 0.5; box-shadow: 0 0 2px #FF5F56; } }

/* ==========================================
   🎛️ PURE CSS UI ELEMENTS CARD
=========================================== */
.floating-ui-card {
  position: absolute; bottom: 5%; left: -15%; right: auto; z-index: 10;
  background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 16px;
  padding: 16px 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  animation: hover-ui 6s ease-in-out infinite reverse;
}
.ui-widget-title { font-family: 'Montserrat', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--lh-gray); margin-bottom: 12px; font-weight: 700; }
.ui-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mt-2 { margin-top: 12px; border-top: 1px solid #F3F4F6; padding-top: 12px; }
.ui-label { font-size: 13px; font-weight: 700; color: var(--lh-dark); }
.css-toggle { width: 36px; height: 20px; background: linear-gradient(135deg, var(--lh-purple), var(--lh-cyan)); border-radius: 20px; position: relative; cursor: pointer; }
.css-toggle::after { content: ''; position: absolute; width: 14px; height: 14px; background: #FFF; border-radius: 50%; top: 3px; left: 19px; box-shadow: 0 2px 4px rgba(0,0,0,0.2); }
.css-mini-btn { background: #F3F4F6; color: var(--lh-dark); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; padding: 8px 16px; border-radius: 8px; text-align: center; width: 100%; cursor: pointer; transition: 0.3s; }
.css-mini-btn:hover { background: var(--lh-dark); color: #FFF; transform: scale(1.05); }

@keyframes hover-ui { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ==========================================
   💬 SHARED TOOLTIPS
=========================================== */
.bot-tooltip { position: absolute; background: var(--lh-dark); color: #FFF; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; padding: 6px 12px; border-radius: 20px; opacity: 0; transition: 0.3s ease; white-space: nowrap; pointer-events: none; }
.tooltip-left { top: -30px; right: 0; transform: translateX(10px); }
.tooltip-top { top: -35px; left: 0; transform: translateY(10px); }
.css-cute-bot:hover .tooltip-left { opacity: 1; transform: translateX(0); }
.floating-ui-card:hover .tooltip-top { opacity: 1; transform: translateY(0); }

/* ==========================================
   📱 MOBILE RESPONSIVENESS
=========================================== */
@media (max-width: 992px) {
  .hero-layout { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .hero-copy { align-items: center; }
  .hero-subtitle { max-width: 100%; margin-left: auto; margin-right: auto; }
  .agency-badge { justify-content: center; }
  
  .hero-visual-3d { perspective: 1000px; height: 400px; }
  .browser-window-3d { width: 90%; height: 350px; transform: rotateY(-5deg) rotateX(5deg) rotateZ(0deg); }
  @keyframes float-3d-window {
    0%, 100% { transform: rotateY(-5deg) rotateX(5deg) rotateZ(0deg) translateY(0); }
    50% { transform: rotateY(-5deg) rotateX(5deg) rotateZ(0deg) translateY(-10px); }
  }
}
@media (max-width: 480px) {
  .uiux-master-hero { padding-top: 100px; padding-bottom: 60px; }
  .hero-title { font-size: 38px; }
  .hero-cta-btn { width: 100%; }
  
  .browser-window-3d { width: 100%; height: 300px; }
  .css-cute-bot { top: -10%; right: -2%; transform: scale(0.8); }
  .floating-ui-card { bottom: -5%; left: 0%; transform: scale(0.8); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b59a7b */@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Montserrat:wght@700;800;900&display=swap');

:root {
  --bg-color: #FEFDFF;
  --brand-purple: #C581F1;
  --brand-cyan: #007FFA;
  --card-bg: #FFFFFF;
  --text-dark: #111827;
  --text-gray: #4B5563;
  --border-light: #E5E7EB;
  --tag-bg: #F9FAFB;
}

/* ==========================================
   📐 GENERAL & LAYOUT (COMPACT)
=========================================== */
.expertise-crisp-ui {
  background-color: var(--bg-color);
  padding: 80px 20px; /* Reduced top/bottom padding */
  font-family: 'Lato', sans-serif;
}
.container { max-width: 1250px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 50px; }

.crisp-title {
  font-family: 'Montserrat', sans-serif; font-weight: 900;
  font-size: clamp(32px, 5vw, 48px); /* Scales well on mobile */
  color: var(--text-dark); margin: 0; letter-spacing: -1px;
}
.crisp-subtitle { font-weight: 700; color: var(--text-gray); font-size: 16px; margin-top: 10px; }

/* 🌟 GRID: Decreased min-width to 300px for smaller cards */
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 25px; /* Reduced gap between cards */
  perspective: 1500px;
}

/* ==========================================
   💎 COMPACT SOLID CARDS
=========================================== */
.crisp-card {
  background: var(--card-bg);
  border: 1px solid var(--border-light);
  border-radius: 16px; /* Slightly sharper corners */
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex; flex-direction: column;
}
.crisp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 127, 250, 0.08);
  border-color: rgba(197, 129, 241, 0.4);
}

/* 🖼️ 3D BOX: Reduced Height */
.css-3d-box {
  height: 180px; /* Was 220px */
  background: #F8FAFC;
  border-bottom: 1px solid var(--border-light);
  display: flex; justify-content: center; align-items: center;
  perspective: 1000px; overflow: hidden;
}

/* Card Text Spacing Reduced */
.card-content { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.card-content h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 20px; color: var(--text-dark); margin: 0 0 8px 0; }
.desc { color: var(--text-gray); font-size: 13px; margin-bottom: 20px; line-height: 1.5; }

/* ==========================================
   📊 2 COLUMNS, 4 ROWS GRID (TEXT TAGS)
=========================================== */
.list-2x4 {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Fixed 2 Columns */
  grid-template-rows: repeat(4, auto); /* Fixed 4 Rows */
  gap: 8px; /* Compact Gap */
  margin-bottom: 25px;
}
.list-2x4 span {
  background: var(--tag-bg); border-left: 3px solid var(--brand-purple);
  padding: 8px 10px; border-radius: 4px;
  font-size: 11px; font-weight: 700; color: var(--text-dark);
  transition: all 0.3s;
  /* Ensure text doesn't break layout */
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.crisp-card:hover .list-2x4 span:hover {
  background: var(--text-dark); color: #FFF;
  border-left-color: var(--brand-cyan); transform: translateX(3px);
}

/* 🔴 COMPACT BUTTON */
.crisp-btn {
  margin-top: auto; text-align: center; padding: 14px;
  border-radius: 8px; text-decoration: none !important;
  font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 13px;
  text-transform: uppercase; color: #FFF;
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  box-shadow: 0 4px 10px rgba(197, 129, 241, 0.2); transition: all 0.3s ease;
}
.crisp-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(0, 127, 250, 0.3); }

/* ==========================================
   🔥 3D CSS MODELS (Scaled naturally for 180px height)
=========================================== */
/* 1. RESEARCH */
.art-research-solid { position: relative; width: 80px; height: 80px; transform: rotateX(60deg) rotateZ(-45deg); transform-style: preserve-3d; animation: f-solid 5s infinite ease-in-out; }
.s-layer { position: absolute; width: 80px; height: 80px; border-radius: 8px; transition: 0.5s; background: #FFF; }
.s-bottom { transform: translateZ(0px); border: 2px solid #E5E7EB; box-shadow: 5px 5px 15px rgba(0,0,0,0.05); }
.s-mid { transform: translateZ(25px) scale(0.9); border: 2px solid var(--brand-cyan); }
.s-top { transform: translateZ(50px) scale(0.8); border: 2px dashed var(--brand-purple); overflow: hidden; }
.s-scanner { width: 100%; height: 3px; background: var(--brand-cyan); box-shadow: 0 2px 8px var(--brand-cyan); animation: s-line 2s infinite linear; }
.crisp-card:hover .s-top { transform: translateZ(70px) scale(0.8); }

/* 2. WIREFRAME */
.art-wireframe-solid { position: relative; width: 80px; height: 80px; transform: rotateX(60deg) rotateZ(45deg); transform-style: preserve-3d; animation: f-solid 5s infinite ease-in-out reverse; }
.w-box { position: absolute; width: 80px; height: 80px; border-radius: 8px; transition: 0.5s; }
.w-top { transform: translateZ(40px); border: 3px solid var(--brand-cyan); background: rgba(0, 127, 250, 0.05); }
.w-mid { transform: translateZ(20px); border: 2px dashed var(--brand-purple); }
.w-bottom { transform: translateZ(0px); border: 2px solid #D1D5DB; background: #FFF; }
.crisp-card:hover .w-top { transform: translateZ(60px); }

/* 3. UI DESIGN */
.art-ui-solid { position: relative; transform: rotateX(20deg) rotateY(-20deg) rotateZ(10deg); transform-style: preserve-3d; animation: f-y 4s infinite ease-in-out; }
.s-phone { width: 70px; height: 140px; background: #FFF; border-radius: 16px; border: 3px solid var(--text-dark); box-shadow: -8px 8px 15px rgba(0,0,0,0.1); display: flex; justify-content: center; align-items: center; }
.s-screen { width: 90%; height: 92%; background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)); border-radius: 10px; padding: 8px; box-sizing: border-box; display: flex; flex-direction: column; gap: 8px; }
.ui-bar { background: #FFF; border-radius: 3px; width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.b1 { height: 25px; } .b2 { height: 8px; width: 80%; } .b3 { height: 8px; width: 60%; }

/* 4. UX DESIGN */
.art-ux-solid { position: relative; width: 90px; height: 90px; transform: rotateX(55deg) rotateZ(-45deg); transform-style: preserve-3d; animation: f-solid 6s infinite ease-in-out; }
.u-node { position: absolute; width: 30px; height: 30px; background: #FFF; border-radius: 6px; transition: 0.4s; }
.n1 { top: 0; left: 0; border: 2px solid #D1D5DB; transform: translateZ(0); }
.n2 { top: 30px; left: 30px; border: 2px solid var(--brand-cyan); transform: translateZ(20px); }
.n3 { top: 60px; left: 60px; background: var(--brand-purple); transform: translateZ(40px); box-shadow: -4px 4px 10px rgba(197, 129, 241, 0.4); }
.u-line { position: absolute; width: 2px; height: 90px; background: var(--text-dark); left: 14px; top: 14px; transform: rotateZ(-45deg) rotateY(90deg) translateZ(-10px); }
.crisp-card:hover .n3 { transform: translateZ(50px) scale(1.1); }

/* 5. PROTOTYPING */
.art-proto-solid { position: relative; transform: perspective(800px) rotateY(-30deg) rotateX(20deg); transform-style: preserve-3d; animation: f-y 5s infinite ease-in-out; }
.p-card { position: absolute; width: 80px; height: 55px; background: #FFF; border-radius: 6px; left: -40px; top: -27px; transition: 0.5s; border: 1px solid #E5E7EB; }
.pc-back { transform: translateZ(-25px) scale(0.9); }
.pc-mid { transform: translateZ(-10px) scale(0.95); border-color: var(--brand-cyan); }
.pc-front { transform: translateZ(5px); border-color: var(--brand-purple); box-shadow: -6px 6px 12px rgba(197, 129, 241, 0.15); }
.crisp-card:hover .pc-back { transform: translateZ(-40px) scale(0.9) rotateZ(-10deg); }
.crisp-card:hover .pc-front { transform: translateZ(20px) rotateZ(10deg); }

/* 6. TESTING */
.art-test-solid { position: relative; width: 80px; height: 80px; transform: rotateX(60deg) rotateZ(-45deg); transform-style: preserve-3d; animation: f-solid 6s infinite ease-in-out reverse; }
.t-bar { position: absolute; bottom: 0; width: 20px; transform-style: preserve-3d; }
.tb1 { left: 0; height: 30px; transform: translateZ(10px); background: #E5E7EB; }
.tb2 { left: 30px; height: 55px; transform: translateZ(20px); background: var(--brand-cyan); }
.tb3 { left: 60px; height: 80px; transform: translateZ(30px); background: var(--brand-purple); }
.tb-top { position: absolute; width: 20px; height: 20px; background: rgba(255,255,255,0.3); top: -20px; left: 0; transform-origin: bottom; transform: rotateX(-90deg); }
.tb-right { position: absolute; width: 20px; height: 100%; background: rgba(0,0,0,0.15); top: 0; right: -20px; transform-origin: left; transform: rotateY(90deg); }
.crisp-card:hover .tb3 { height: 100px; transform: translateZ(30px); }

/* Animations */
@keyframes f-solid { 0%, 100% { transform: rotateX(60deg) rotateZ(-45deg) translateZ(0); } 50% { transform: rotateX(60deg) rotateZ(-45deg) translateZ(15px); } }
@keyframes f-y { 0%, 100% { transform: rotateX(20deg) rotateY(-20deg) rotateZ(10deg) translateY(0); } 50% { transform: rotateX(20deg) rotateY(-20deg) rotateZ(10deg) translateY(-10px); } }
@keyframes s-line { 0% { transform: translateY(0); } 100% { transform: translateY(70px); } }

/* ==========================================
   📱 PERFECT MOBILE RESPONSIVENESS
=========================================== */
@media (max-width: 768px) {
  .expertise-crisp-ui { padding: 60px 15px; }
  .expertise-grid { grid-template-columns: 1fr; /* Force 1 column strictly on mobile */ gap: 20px; }
  
  /* Retain 2 Columns in Tags, but scale text */
  .list-2x4 { gap: 6px; }
  .list-2x4 span { font-size: 10px; padding: 6px 8px; border-left-width: 2px; }
  
  .card-content { padding: 20px; }
  .card-content h3 { font-size: 18px; }
  .desc { font-size: 12px; margin-bottom: 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f16ce6c */:root {
  --bg-color: #FEFDFF;
  --brand-purple: #C581F1;
  --brand-cyan: #007FFA;
  --text-dark: #09090B; /* Darker, almost black for high contrast */
  --text-muted: #71717A;
  --border-light: #E4E4E7;
}

.problem-solution-v4 {
  background-color: var(--bg-color);
  padding: 100px 20px;
  font-family: 'Lato', sans-serif;
}

.container-wide { max-width: 1350px; margin: 0 auto; }

/* --- Minimalist Header --- */
.header-minimal { text-align: center; margin-bottom: 70px; }
.eyebrow-tag {
  display: inline-block; padding: 6px 14px; border-radius: 50px;
  background: rgba(197, 129, 241, 0.1); color: var(--brand-purple);
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 15px; border: 1px solid rgba(197, 129, 241, 0.2);
}
.crisp-title {
  font-family: 'Montserrat', sans-serif; font-size: clamp(36px, 4vw, 50px);
  font-weight: 900; color: var(--text-dark); margin: 0; letter-spacing: -1.5px;
}
.crisp-subtitle { font-weight: 600; color: var(--text-muted); font-size: 18px; margin-top: 15px; }

/* --- 4 Col Grid --- */
.ps-grid-4 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: stretch;
}

/* ==========================================
   🃏 THE ULTIMATE CARD (V4)
=========================================== */
.ultimate-card {
  position: relative; display: flex; flex-direction: row; /* Row to fit track line on left */
  background: #FFFFFF; border: 1px solid var(--border-light);
  border-radius: 20px; padding: 0; overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ultimate-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 127, 250, 0.3); /* Cyan border glow */
  box-shadow: 0 25px 50px rgba(0, 127, 250, 0.08);
}

/* ==========================================
   ⚡ THE TRACK & LASER BEAM (MAGIC EFFECT)
=========================================== */
.track-line {
  position: relative; width: 3px; background: #F4F4F5;
  margin: 30px 0 30px 20px; border-radius: 10px; overflow: hidden;
}
.laser-beam {
  position: absolute; top: 0; left: 0; width: 100%; height: 0%;
  background: linear-gradient(to bottom, var(--brand-purple), var(--brand-cyan));
  transition: height 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 0 10px var(--brand-cyan);
}
.ultimate-card:hover .laser-beam {
  height: 100%; /* Shoots down on hover! */
}

/* --- Content Area --- */
.content-wrapper {
  display: flex; flex-direction: column; flex-grow: 1; padding: 10px 0;
}

/* --- PROBLEM AREA --- */
.u-problem {
  padding: 20px 24px 20px 20px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.badge-mini { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.err-text { color: #EF4444; }
.u-problem h3 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 800; color: var(--text-dark); margin: 0 0 8px 0; }
.u-problem p { color: var(--text-muted); font-size: 13.5px; line-height: 1.6; margin: 0; }

.ultimate-card:hover .u-problem { opacity: 0.4; transform: scale(0.98); }

/* --- DIVIDER & ARROW --- */
.u-divider {
  position: relative; height: 1px; background: var(--border-light); width: 100%; margin: 10px 0;
}
.arrow-box {
  position: absolute; top: 50%; left: 24px; transform: translateY(-50%);
  width: 28px; height: 28px; background: #FFFFFF; border: 1px solid var(--border-light);
  border-radius: 8px; display: flex; justify-content: center; align-items: center; color: #A1A1AA;
  transition: all 0.4s ease;
}
.arrow-box svg { width: 14px; height: 14px; }
.ultimate-card:hover .arrow-box {
  background: var(--brand-cyan); border-color: var(--brand-cyan); color: #FFF;
  transform: translateY(-20%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 127, 250, 0.3);
}

/* --- SOLUTION AREA --- */
.u-solution {
  padding: 20px 24px 30px 20px; flex-grow: 1;
  transition: all 0.5s ease;
}
.succ-text { color: var(--brand-cyan); opacity: 0.7; transition: opacity 0.4s; }
.u-solution h3 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 800; color: #3F3F46; margin: 0 0 8px 0; transition: color 0.4s; }
.u-solution p { color: var(--text-muted); font-size: 13.5px; line-height: 1.6; margin: 0; transition: color 0.4s; }

.ultimate-card:hover .u-solution { background: linear-gradient(180deg, transparent, rgba(0, 127, 250, 0.02)); }
.ultimate-card:hover .succ-text { opacity: 1; color: var(--brand-purple); }
.ultimate-card:hover .u-solution h3 { color: var(--text-dark); }
.ultimate-card:hover .u-solution p { color: #27272A; font-weight: 500; }

/* ==========================================
   📱 RESPONSIVENESS
=========================================== */
@media (max-width: 1100px) {
  .ps-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}
@media (max-width: 600px) {
  .ps-grid-4 { grid-template-columns: 1fr; gap: 20px; }
  .track-line { margin: 25px 0 25px 15px; } /* Slightly tighter on mobile */
  .arrow-box { left: 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05e5410 */:root {
  --bg-color: #FEFDFF;
  --brand-purple: #C581F1;
  --brand-cyan: #007FFA;
  --text-dark: #09090B;
  --text-muted: #71717A;
  --border-light: #E4E4E7;
  --neon-glow: rgba(0, 127, 250, 0.4);
}

.process-3d-ultimate {
  background-color: var(--bg-color);
  padding: 110px 20px;
  font-family: 'Lato', sans-serif;
  overflow: hidden;
  /* Add subtle background grid for tech feel */
  background-image: radial-gradient(#E4E4E7 1px, transparent 1px);
  background-size: 30px 30px;
}

.container-wide { max-width: 1300px; margin: 0 auto; }

/* --- Header --- */
.header-minimal { text-align: center; margin-bottom: 100px; }
.eyebrow-tag {
  display: inline-block; padding: 6px 16px; border-radius: 50px;
  background: linear-gradient(90deg, rgba(197,129,241,0.1), rgba(0,127,250,0.1));
  color: var(--brand-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 15px; border: 1px solid rgba(0, 127, 250, 0.2);
}
.crisp-title { font-family: 'Montserrat', sans-serif; font-size: clamp(36px, 4.5vw, 52px); font-weight: 900; color: var(--text-dark); margin: 0; letter-spacing: -1.5px; }
.crisp-subtitle { font-weight: 500; color: #52525B; font-size: 18px; margin-top: 15px; }

/* ==========================================
   🌐 3D PIPELINE GRID
=========================================== */
.pipeline-3d {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  perspective: 1200px; /* CREATES THE 3D SPACE */
}

.step-node-3d {
  position: relative;
  text-align: center;
  padding: 0 15px;
  transform-style: preserve-3d; /* Allows children to float in 3D */
  z-index: 1;
}

/* ==========================================
   ⚡ THE CONTINUOUS NEON TRACK
=========================================== */
.track-3d {
  position: absolute;
  top: 35px; /* Center of the cube */
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--border-light);
  transform: translateY(-50%) translateZ(-20px); /* Pushed backwards in 3D space */
  z-index: 0;
  transition: all 0.5s ease;
}
.last-step .track-3d { display: none; }

.step-node-3d:hover .track-3d {
  background: linear-gradient(90deg, var(--brand-purple), var(--brand-cyan));
  box-shadow: 0 0 15px var(--neon-glow);
  height: 3px;
}

/* ==========================================
   🧊 THE 3D FLOATING DECK (CUBE WRAPPER)
=========================================== */
.cube-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 40px auto;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); /* Bouncy futuristic ease */
  cursor: pointer;
  z-index: 2;
}

/* Base state: Slightly tilted backward */
.cube-wrapper {
  transform: rotateX(10deg);
}

/* HOVER: Tilts forward and lifts up! */
.step-node-3d:hover .cube-wrapper {
  transform: rotateX(0deg) translateY(-10px);
}

/* --- THE 3 LAYERS OF THE CUBE --- */
.cube-layer {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 16px;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Layer 1: The Drop Shadow / Base */
.shadow-layer {
  background: rgba(0, 0, 0, 0.05);
  transform: translateZ(-10px);
  filter: blur(8px);
}

/* Layer 2: The Glass Middle */
.glass-layer {
  background: linear-gradient(135deg, rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  border: 1px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(10px);
  transform: translateZ(0px);
  box-shadow: inset 0 0 20px rgba(197, 129, 241, 0.1);
}

/* Layer 3: The Top Face (Holds Icon) */
.top-layer {
  background: #FFFFFF;
  border: 2px solid var(--border-light);
  display: flex; justify-content: center; align-items: center;
  transform: translateZ(10px); /* Floats slightly above by default */
}
.top-layer svg { width: 32px; height: 32px; transition: all 0.4s ease; }

/* 🚀 MAGIC HOVER: SEPARATING THE LAYERS IN 3D SPACE 🚀 */
.step-node-3d:hover .shadow-layer {
  transform: translateZ(-25px) scale(0.9);
  background: rgba(0, 127, 250, 0.15); /* Shadow turns blueish */
  filter: blur(12px);
}

.step-node-3d:hover .glass-layer {
  transform: translateZ(15px); /* Pops up */
  border-color: rgba(197, 129, 241, 0.4);
  background: rgba(197, 129, 241, 0.1);
}

.step-node-3d:hover .top-layer {
  transform: translateZ(35px); /* Highest pop up! */
  border-color: var(--brand-cyan);
  box-shadow: 0 15px 35px rgba(0, 127, 250, 0.2);
}

/* Make SVG glow inside */
.step-node-3d:hover .top-layer svg {
  transform: scale(1.15);
  filter: drop-shadow(0 0 6px rgba(0, 127, 250, 0.4));
}

/* ==========================================
   📝 TEXT & INFO
=========================================== */
.info-3d {
  position: relative;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.num-3d {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 800;
  color: #A1A1AA;
  margin-bottom: 12px;
  letter-spacing: 2px;
  transition: color 0.4s ease;
}

.info-3d h3 {
  font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 800;
  color: var(--text-dark); margin: 0 0 10px 0;
}

.info-3d p {
  color: #52525B; font-size: 14px; line-height: 1.6; margin: 0;
}

/* Dimming effect for non-hovered items (Focus Shift) */
.pipeline-3d:hover .step-node-3d { opacity: 0.3; }
.pipeline-3d .step-node-3d:hover { opacity: 1; transform: translateY(-5px); }
.step-node-3d:hover .num-3d { color: var(--brand-cyan); }

/* ==========================================
   📱 RESPONSIVE (Vertical 3D Timeline)
=========================================== */
@media (max-width: 1024px) {
  .pipeline-3d { grid-template-columns: repeat(3, 1fr); gap: 60px 0; }
  .step-node-3d:nth-child(3) .track-3d { display: none; }
}

@media (max-width: 768px) {
  .pipeline-3d { display: flex; flex-direction: column; gap: 40px; padding-left: 10px; perspective: 800px; }
  .step-node-3d { display: flex; text-align: left; align-items: flex-start; }
  
  .num-3d { display: none; }
  
  .cube-wrapper { margin: 0 25px 0 0; width: 60px; height: 60px; flex-shrink: 0; }
  .top-layer svg { width: 28px; height: 28px; }
  
  /* Vertical Track */
  .track-3d {
    top: 60px; left: 30px; transform: translateX(-50%) translateZ(-10px);
    width: 2px; height: calc(100% + 40px);
  }
  
  .info-3d { padding-top: 8px; }
  
  .pipeline-3d:hover .step-node-3d { opacity: 1; } /* Disable dimming on mobile */
  
  /* Auto-expand layers slightly on mobile so 3D effect is always visible */
  .shadow-layer { transform: translateZ(-15px); }
  .glass-layer { transform: translateZ(5px); }
  .top-layer { transform: translateZ(15px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a32fd40 */:root {
  --bg-color: #FEFDFF;
  --brand-purple: #C581F1;
  --brand-cyan: #007FFA;
  --text-dark: #09090B;
  --text-muted: #71717A;
  --border-light: #E4E4E7;
  --card-bg: #FFFFFF;
}

.benefits-bento-v8 {
  background-color: #F8FAFC; /* Slightly cool gray background to make white bento boxes pop */
  padding: 120px 20px;
  font-family: 'Lato', sans-serif;
}

.container-wide { max-width: 1250px; margin: 0 auto; }

/* --- Header --- */
.header-minimal { text-align: center; margin-bottom: 80px; }
.eyebrow-tag {
  display: inline-block; padding: 6px 16px; border-radius: 50px;
  background: rgba(0, 127, 250, 0.1); color: var(--brand-cyan);
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 15px; border: 1px solid rgba(0, 127, 250, 0.2);
}
.crisp-title { font-family: 'Montserrat', sans-serif; font-size: clamp(34px, 4vw, 48px); font-weight: 900; color: var(--text-dark); margin: 0; letter-spacing: -1.5px; }
.crisp-subtitle { font-weight: 500; color: #52525B; font-size: 18px; margin-top: 15px; }

/* ==========================================
   🍱 THE BENTO GRID
=========================================== */
.bento-grid {
  display: grid;
  /* 3 Columns for desktop. We will make items span across them */
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  grid-auto-rows: minmax(280px, auto); /* Consistent height for rows */
}

/* --- Card Sizing (Asymmetry) --- */
/* Row 1: Left takes 2 spaces, Right takes 1 */
/* Row 2: Left takes 1 space, Right takes 2 */
.bento-card:nth-child(1) { grid-column: span 2; }
.bento-card:nth-child(2) { grid-column: span 1; }
.bento-card:nth-child(3) { grid-column: span 1; }
.bento-card:nth-child(4) { grid-column: span 2; }

/* ==========================================
   🃏 BENTO CARD BASE (The Container)
=========================================== */
.bento-card {
  position: relative;
  border-radius: 24px;
  background: transparent; /* Background is handled by inner content to show border */
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bento-card:hover {
  transform: translateY(-5px);
}

/* ==========================================
   ✨ THE ANIMATED GLOWING BORDER (MAGIC)
=========================================== */
.glow-border {
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  border-radius: 26px; /* Slightly larger than card */
  background: linear-gradient(135deg, var(--border-light), var(--border-light)); /* Default dull border */
  z-index: -1;
  opacity: 0.8;
  transition: all 0.5s ease;
}

/* When hovering, change gradient to our brand colors and animate it */
.bento-card:hover .glow-border {
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan), #00F0FF, var(--brand-purple));
  background-size: 300% 300%;
  animation: liquidGlow 3s ease infinite;
  opacity: 1;
  filter: blur(4px); /* Creates a soft neon glow around the edge */
}

@keyframes liquidGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ==========================================
   📦 BENTO CONTENT (The actual white box)
=========================================== */
.bento-content {
  position: relative;
  height: 100%;
  background: var(--card-bg);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
  z-index: 2;
}

/* LARGE CARD LAYOUT (Horizontal Flex) */
.bento-large .bento-content {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.bento-large .bento-text { flex: 1; }
.bento-large .bento-visual { flex-shrink: 0; }

/* SMALL CARD LAYOUT (Vertical Center) */
.b-center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.b-center .bento-visual { margin-bottom: 25px; }

/* ==========================================
   🎨 TEXT & VISUALS
=========================================== */
.bento-text h3 {
  font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 800;
  color: var(--text-dark); margin: 0 0 12px 0; letter-spacing: -0.5px;
}
.bento-small .bento-text h3 { font-size: 20px; } /* Slightly smaller for small cards */

.bento-text p {
  color: #52525B; font-size: 15px; line-height: 1.6; margin: 0; font-weight: 500;
}

.bento-visual {
  width: 90px; height: 90px;
  background: #F4F4F5; border-radius: 20px;
  display: flex; justify-content: center; align-items: center;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: inset 0 0 0 1px #E4E4E7;
}
.bento-visual svg { width: 45px; height: 45px; transition: all 0.4s ease; }

/* Hover Effects inside the box */
.bento-card:hover .bento-visual {
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 127, 250, 0.15), inset 0 0 0 1px var(--brand-cyan);
  transform: scale(1.05) rotate(3deg);
}
.bento-card:hover .bento-visual svg {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 6px rgba(197, 129, 241, 0.3));
}

/* ==========================================
   📱 RESPONSIVENESS (Stacking the Bento)
=========================================== */
@media (max-width: 1024px) {
  /* Tablet: Make it a 2-column grid */
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-card:nth-child(1) { grid-column: span 2; } /* Large stays large */
  .bento-card:nth-child(2) { grid-column: span 1; }
  .bento-card:nth-child(3) { grid-column: span 1; }
  .bento-card:nth-child(4) { grid-column: span 2; } /* Large stays large */
}

@media (max-width: 768px) {
  /* Mobile: 1 column, everything stacks */
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card:nth-child(1), .bento-card:nth-child(2), 
  .bento-card:nth-child(3), .bento-card:nth-child(4) { 
    grid-column: span 1; 
  }
  
  .bento-large .bento-content {
    flex-direction: column-reverse; /* Put image on top for mobile */
    text-align: center;
    padding: 30px 20px;
  }
  .bento-small .bento-content { padding: 30px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-080a5cc *//* ==========================================
   SCOPED VARIABLES
=========================================== */
.loophix-cta-wrapper, .loophix-modal-wrapper {
  --brand-light: #FEFDFF;  
  --brand-purple: #C581F1; 
  --brand-cyan: #7FFA;     /* EXACT HEX - NO GREEN */
  --text-dark: #1A1A1A;
}

/* ==========================================
   🌅 LIGHT CTA SECTION (Strictly Isolated)
=========================================== */
.loophix-cta-wrapper {
  position: relative; 
  background-color: var(--brand-light); 
  padding: 100px 20px; 
  text-align: center; 
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}

.loophix-cta-wrapper a, .loophix-modal-wrapper a { text-decoration: none !important; }

/* 100% Pure Brand Color Glow using color-mix (No RGBA green issues) */
.loophix-cta-wrapper .cta-glow-bg-light {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, color-mix(in srgb, var(--brand-purple) 15%, transparent) 0%, color-mix(in srgb, var(--brand-cyan) 15%, transparent) 40%, transparent 70%);
  z-index: 0; pointer-events: none;
}

.loophix-cta-wrapper .cta-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }

.loophix-cta-wrapper .eyebrow-tag-light {
  display: inline-block; padding: 6px 16px; border-radius: 50px;
  background: var(--brand-light); 
  color: var(--brand-purple); 
  border: 2px solid var(--brand-purple);
  font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 20px;
}

.loophix-cta-wrapper .cta-title-light { 
  font-family: 'Montserrat', sans-serif; font-size: clamp(32px, 5vw, 48px); 
  font-weight: 900; color: var(--text-dark); margin: 0 0 15px 0; line-height: 1.2; 
}

.loophix-cta-wrapper .text-gradient { 
  background: linear-gradient(90deg, var(--brand-purple), var(--brand-cyan)); 
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; 
}

.loophix-cta-wrapper .cta-subtitle-light { 
  font-family: 'Lato', sans-serif; font-weight: 700;
  color: var(--text-dark); opacity: 0.8; font-size: 16px; margin: 0 auto 35px; max-width: 500px; line-height: 1.5; 
}

.loophix-cta-wrapper .action-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }

.loophix-cta-wrapper .btn-mix, .loophix-modal-wrapper .btn-mix {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 12px;
  font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 800; 
  transition: all 0.3s ease; cursor: pointer;
}
.loophix-cta-wrapper .btn-mix svg, .loophix-modal-wrapper .btn-mix svg { width: 20px; height: 20px; }

/* Outline Button - Mix with transparent brand color */
.loophix-cta-wrapper .btn-outline-light { 
  background: transparent; color: var(--text-dark); 
  border: 2px solid var(--brand-cyan); 
}
.loophix-cta-wrapper .btn-outline-light:hover { 
  background: color-mix(in srgb, var(--brand-cyan) 10%, transparent); 
  border-color: var(--brand-purple); transform: translateY(-3px); 
}

/* Solid Button */
.loophix-cta-wrapper .btn-solid, .loophix-modal-wrapper .btn-solid { 
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)); 
  color: var(--brand-light); border: none; 
  box-shadow: 0 8px 20px color-mix(in srgb, var(--brand-purple) 30%, transparent);
}
.loophix-cta-wrapper .btn-solid:hover, .loophix-modal-wrapper .btn-solid:hover { 
  box-shadow: 0 12px 25px color-mix(in srgb, var(--brand-cyan) 40%, transparent); 
  transform: translateY(-3px); 
}

.loophix-modal-wrapper .full-width { width: 100%; padding: 16px; margin-top: 5px; font-size: 16px; }

/* ==========================================
   🖼️ COMPACT MODAL (Strictly Isolated)
=========================================== */
.loophix-modal-wrapper {
  position: fixed; inset: 0; z-index: 9999; display: flex; justify-content: center; align-items: center;
  visibility: hidden; opacity: 0; transition: all 0.3s ease; padding: 15px;
  font-family: 'Lato', sans-serif;
}
.loophix-modal-wrapper:target { visibility: visible; opacity: 1; }
.loophix-modal-wrapper .modal-overlay { position: absolute; inset: 0; background: rgba(26, 26, 26, 0.7); backdrop-filter: blur(4px); }

.loophix-modal-wrapper .modal-card {
  position: relative; background: var(--brand-light); 
  width: 100%; max-width: 500px; 
  border-radius: 20px; padding: 30px; 
  z-index: 10000; box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  transform: scale(0.95); transition: transform 0.3s ease;
  max-height: 90vh; overflow-y: auto; 
}
.loophix-modal-wrapper .modal-card::-webkit-scrollbar { width: 0px; }
.loophix-modal-wrapper:target .modal-card { transform: scale(1); }

.loophix-modal-wrapper .close-btn { 
  position: absolute; top: 15px; right: 20px; font-size: 28px; 
  color: var(--text-dark); line-height: 1; font-weight: 700; transition: color 0.3s; 
}
.loophix-modal-wrapper .close-btn:hover { color: var(--brand-purple); }

.loophix-modal-wrapper .modal-header { text-align: left; margin-bottom: 20px; }
.loophix-modal-wrapper .modal-header h3 { 
  font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 900; 
  color: var(--text-dark); margin: 0 0 5px 0; 
}
.loophix-modal-wrapper .modal-header p { 
  font-family: 'Lato', sans-serif; font-weight: 700; color: #666; 
  font-size: 14px; margin: 0; 
}

/* ==========================================
   ✍️ SCOPED FORM INPUTS (No Global Leaks!)
=========================================== */
.loophix-modal-wrapper .compact-form { display: flex; flex-direction: column; gap: 12px; } 
.loophix-modal-wrapper .input-row { display: flex; gap: 12px; }
.loophix-modal-wrapper .input-row .input-wrapper { flex: 1; }

.loophix-modal-wrapper .input-wrapper { display: flex; flex-direction: column; gap: 4px; }

.loophix-modal-wrapper .input-wrapper label { 
  font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 800; color: var(--text-dark); 
}

.loophix-modal-wrapper .input-box {
  position: relative; border-radius: 10px; padding: 2px; 
  background: color-mix(in srgb, var(--brand-purple) 20%, transparent); 
  transition: background 0.3s ease;
}

/* Scoped specifically to THIS form so your site is safe */
.loophix-modal-wrapper .input-box input, 
.loophix-modal-wrapper .input-box select, 
.loophix-modal-wrapper .input-box textarea {
  width: 100%; background: #FFFFFF; border: none; border-radius: 8px;
  padding: 12px 14px; 
  font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 700;
  color: var(--text-dark); outline: none; box-sizing: border-box;
}
.loophix-modal-wrapper .input-box select { appearance: none; cursor: pointer; }
.loophix-modal-wrapper .input-box textarea { resize: vertical; min-height: 80px; } 

.loophix-modal-wrapper .input-box:focus-within {
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  box-shadow: 0 0 10px color-mix(in srgb, var(--brand-purple) 20%, transparent);
}

/* Scoped Placeholder - Won't mess up your other forms! */
.loophix-modal-wrapper ::placeholder { color: #A1A1AA; font-weight: 700; opacity: 1; }

/* ==========================================
   📱 RESPONSIVENESS
=========================================== */
@media (max-width: 768px) {
  .loophix-cta-wrapper { padding: 60px 15px; }
  .loophix-cta-wrapper .cta-title-light { font-size: 28px; }
  
  .loophix-cta-wrapper .action-buttons { flex-direction: column; width: 100%; max-width: 320px; gap: 10px; }
  .loophix-cta-wrapper .btn-mix { width: 100%; }

  .loophix-modal-wrapper .input-row { flex-direction: column; gap: 12px; }
  .loophix-modal-wrapper .modal-card { padding: 25px 20px; }
}/* End custom CSS */