.elementor-kit-37{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-37.el-is-editing{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;}.elementor-kit-37 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root { --color-purple: #AD2184; --color-blue: #6B21A8; --color-accent: #D44A8A; --color-success: #16A34A; --color-purple-light: #9B59D4; --bg-primary: #F5F6FB; --bg-secondary: #FDEAFF; --bg-card: #FFFFFF; --bg-card-hover: #FDEAFF; --bg-elevated: #EEF1FC; --gradient-primary: linear-gradient(135deg, #AD2184 0%, #7B1FD4 100%); --gradient-text: linear-gradient(120deg, #9B59D4 0%, #AD2184 45%, #D44A8A 100%); --gradient-accent: linear-gradient(135deg, #D44A8A, #AD2184); --gradient-bg: linear-gradient(180deg, #0D0A1E 0%, #080810 100%); --gradient-card: linear-gradient(135deg, rgba(173,33,132,0.08) 0%, rgba(107,33,168,0.05) 100%); --border-card: 1px solid rgba(173,33,132,0.15); --border-glow: 1px solid rgba(173,33,132,0.35); --text-primary: #1A0C28; --text-secondary: rgba(26,12,40,0.60); --text-muted: rgba(26,12,40,0.35); --font-heading: 'Poppins', sans-serif; --font-body: 'Inter', sans-serif; --font-mono: 'Inter', sans-serif; --border-radius: 16px; --border-radius-sm: 10px; --border-radius-lg: 24px; --section-py: 100px; --container-max: 1160px; --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); } .container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; } .pw-section-inner { width: 100%; max-width: var(--container-max); margin: 0 auto; } .gradient-text { background: var(--gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .section-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.35); color: #9BAEFF; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 16px; } .section-title { font-family: var(--font-heading); font-size: clamp(32px, 5vw, 52px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 20px; color: #fff; } .section-subtitle { font-size: 18px; color: var(--text-secondary); max-width: 620px; line-height: 1.7; margin-bottom: 56px; } .btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--gradient-primary); color: #fff; font-family: var(--font-body); font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 100px; border: none; cursor: pointer; transition: var(--transition); text-decoration: none; position: relative; overflow: hidden; } .btn-primary::before { content: ''; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.10); opacity: 0; transition: var(--transition); } .btn-primary:hover::before { opacity: 1; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(92, 110, 255, 0.40); color: #fff; } .btn-primary.btn-large { font-size: 17px; padding: 18px 36px; } .btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--text-secondary); font-family: var(--font-body); font-size: 15px; font-weight: 500; padding: 14px 24px; border-radius: 100px; border: 1px solid rgba(92, 110, 255, 0.30); cursor: pointer; transition: var(--transition); text-decoration: none; } .btn-ghost:hover { border-color: rgba(92, 110, 255, 0.70); color: #fff; background: rgba(92, 110, 255, 0.10); transform: translateY(-1px); } .elementor-widget-button .btn-primary, .elementor-widget-button .btn-ghost { border: none; } .hero { min-height: 100vh; display: flex; align-items: center; padding: 120px 0 60px; overflow: hidden; position: relative; background: linear-gradient(180deg, #0D0A1E 0%, #080810 100%); } .hero-bg { position: absolute; inset: 0; z-index: 0; } .hero-mesh { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(92, 110, 255, 0.08) 1px, transparent 0); background-size: 48px 48px; } .hero-orb { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; } .hero-orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(92, 110, 255, 0.30) 0%, transparent 70%); top: -20%; left: 10%; animation: float1 8s ease-in-out infinite; } .hero-orb-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(238, 73, 139, 0.20) 0%, transparent 70%); bottom: 10%; right: 5%; animation: float2 10s ease-in-out infinite; } @keyframes float1 { 0%, 100% { transform: translate(0, 0); } 33% { transform: translate(30px, -20px); } 66% { transform: translate(-20px, 20px); } } @keyframes float2 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-30px, -30px); } } .hero .container { position: relative; z-index: 1; } .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .hero-content { position: relative; z-index: 1; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.35); color: #9BAEFF; font-family: var(--font-mono); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; padding: 8px 16px; border-radius: 100px; margin-bottom: 32px; } .badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 8px #4ADE80; animation: pulse-dot 2s ease-in-out infinite; } @keyframes pulse-dot { 0%, 100% { box-shadow: 0 0 8px #4ADE80; } 50% { box-shadow: 0 0 16px #4ADE80, 0 0 4px #4ADE80; } } .hero-title { font-family: var(--font-heading); font-size: clamp(48px, 7vw, 84px); font-weight: 900; letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 24px; max-width: 800px; color: #fff; } .hero-subtitle { font-size: 20px; color: var(--text-secondary); max-width: 580px; line-height: 1.7; margin-bottom: 40px; } .hero-subtitle strong { color: #fff; font-weight: 600; } .hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; } .hero-trust { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid rgba(92, 110, 255, 0.12); } .trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255, 255, 255, 0.45); } .hero-visual { position: relative; z-index: 1; height: 480px; display: flex; align-items: center; justify-content: center; } .hv-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(92, 110, 255, 0.18) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; } .hv-dashboard { background: rgba(15, 15, 32, 0.92); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 16px; width: 340px; backdrop-filter: blur(20px); box-shadow: 0 0 0 1px rgba(92, 110, 255, 0.10), 0 32px 80px rgba(0, 0, 0, 0.60), 0 0 60px rgba(92, 110, 255, 0.08); overflow: hidden; position: relative; z-index: 2; animation: hv-float 6s ease-in-out infinite; } .hv-dashboard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gradient-primary); } @keyframes hv-float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } } .hv-dash-header { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid rgba(92, 110, 255, 0.12); background: rgba(92, 110, 255, 0.04); } .hv-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; } .hv-dot.green { background: #4ADE80; box-shadow: 0 0 6px #4ADE80; animation: pulse-dot 2s infinite; } .hv-dot.yellow { background: #FBBF24; } .hv-dot.red { background: #F87171; } .hv-dash-title { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; color: rgba(255, 255, 255, 0.50); margin-left: 4px; flex: 1; text-align: center; } .hv-dash-body { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(92, 110, 255, 0.10); } .hv-dash-metric { background: #0F0F1E; padding: 20px 18px; display: flex; flex-direction: column; gap: 4px; } .hv-dash-val { font-family: var(--font-heading); font-size: 26px; font-weight: 700; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; } .hv-dash-lbl { font-size: 11px; color: rgba(255, 255, 255, 0.40); } .hv-workflow { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 18px; border-top: 1px solid rgba(92, 110, 255, 0.10); } .hv-wf-node { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 500; color: rgba(255, 255, 255, 0.55); background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 6px; padding: 6px 10px; white-space: nowrap; } .hv-wf-node.active { color: #9BAEFF; background: rgba(92, 110, 255, 0.15); border-color: rgba(92, 110, 255, 0.40); box-shadow: 0 0 12px rgba(92, 110, 255, 0.15); } .hv-wf-arrow { font-size: 12px; color: rgba(255, 255, 255, 0.25); } .hv-float { position: absolute; display: flex; align-items: center; gap: 10px; background: rgba(15, 15, 32, 0.90); border: 1px solid rgba(92, 110, 255, 0.20); border-radius: 10px; padding: 10px 14px; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.75); backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.40); white-space: nowrap; z-index: 3; } .hv-float-1 { top: 40px; right: -20px; animation: hv-float2 7s ease-in-out infinite; } .hv-float-2 { bottom: 60px; left: -20px; animation: hv-float3 8s ease-in-out infinite; } @keyframes hv-float2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } @keyframes hv-float3 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } } .hv-pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 8px #4ADE80; animation: pulse-dot 2s infinite; } .social-proof-strip { background: #0C0C1C; border-top: 1px solid rgba(92, 110, 255, 0.12); border-bottom: 1px solid rgba(92, 110, 255, 0.12); padding: 18px 0; } .sp-container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; } .sp-label { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.30); white-space: nowrap; } .sp-divider { width: 1px; height: 24px; background: rgba(92, 110, 255, 0.20); flex-shrink: 0; } .sp-items { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; } .sp-item { display: flex; align-items: center; gap: 8px; } .sp-value { font-family: var(--font-heading); font-size: 18px; font-weight: 800; background: var(--gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .sp-desc { font-size: 12px; color: rgba(255, 255, 255, 0.45); white-space: nowrap; } .sp-sep { font-size: 18px; color: rgba(92, 110, 255, 0.30); flex-shrink: 0; } .marquee-section { padding: 26px 0; overflow: hidden; border-top: 1px solid rgba(92, 110, 255, 0.10); border-bottom: 1px solid rgba(92, 110, 255, 0.10); background: rgba(92, 110, 255, 0.02); position: relative; } .marquee-section::before, .marquee-section::after { content: ''; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none; } .marquee-section::before { left: 0; background: linear-gradient(to right, #080810, transparent); } .marquee-section::after { right: 0; background: linear-gradient(to left, #080810, transparent); } .marquee-track { display: flex; gap: 0; animation: marquee-scroll 36s linear infinite; width: max-content; } .marquee-track:hover { animation-play-state: paused; } .marquee-set { display: flex; align-items: center; flex-shrink: 0; } .marquee-item { display: flex; align-items: center; gap: 12px; padding: 0 28px; font-family: var(--font-heading); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); white-space: nowrap; transition: color 0.2s; cursor: default; } .marquee-item:hover { color: rgba(255, 255, 255, 0.70); } .marquee-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--gradient-primary); flex-shrink: 0; } @keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } } .pour-qui-section { padding: 80px 0; background: #080810; } .pour-qui-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; } .pq-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 20px; padding: 36px 28px; position: relative; transition: border-color 0.3s, transform 0.3s; } .pq-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-4px); } .pq-card.pq-featured { background: linear-gradient(135deg, rgba(92, 110, 255, 0.09), rgba(123, 62, 228, 0.05)); border-color: rgba(92, 110, 255, 0.35); } .pq-card.pq-featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4); border-radius: 20px 20px 0 0; } .pq-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.20); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 20px; } .pq-card h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; } .pq-card p { font-size: 14px; color: rgba(255, 255, 255, 0.50); line-height: 1.65; margin-bottom: 20px; } .pq-bullets { list-style: none; display: flex; flex-direction: column; gap: 8px; } .pq-bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.65); line-height: 1.5; } .pq-bullets li::before { content: '→'; color: #5C6EFF; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .problem-section { background: rgba(13, 10, 24, 0.50); padding: var(--section-py) 0; } .pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; } .pain-card { background: #0F0F1E; border: var(--border-card); border-radius: var(--border-radius); padding: 28px; transition: var(--transition); position: relative; overflow: hidden; } .pain-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--gradient-primary); opacity: 0; transition: var(--transition); } .pain-card:hover { border-color: rgba(92, 110, 255, 0.50); transform: translateY(-4px); background: #14142A; } .pain-card:hover::before { opacity: 1; } .pain-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.20); display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; } .pain-card h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; margin-bottom: 10px; color: #fff; } .pain-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.65; } .solution-section { background: linear-gradient(180deg, rgba(92, 110, 255, 0.03) 0%, transparent 100%); padding: var(--section-py) 0; } .solution-header { text-align: center; margin-bottom: 64px; } .solution-header .section-subtitle { margin-left: auto; margin-right: auto; } .pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .pillar-card { background: #0F0F1E; border: var(--border-card); border-radius: var(--border-radius-lg); padding: 36px 28px; position: relative; transition: var(--transition); overflow: hidden; } .pillar-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--gradient-primary); opacity: 0; transition: var(--transition); } .pillar-card:hover::after, .pillar-card.featured::after { opacity: 1; } .pillar-card:hover { border-color: rgba(92, 110, 255, 0.50); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(92, 110, 255, 0.15); } .pillar-card.featured { background: linear-gradient(135deg, rgba(92, 110, 255, 0.12) 0%, rgba(123, 62, 228, 0.07) 100%); border-color: rgba(92, 110, 255, 0.40); } .pillar-number { font-family: var(--font-heading); font-size: 13px; font-weight: 700; color: var(--text-muted); letter-spacing: 0.15em; margin-bottom: 20px; } .pillar-icon { margin-bottom: 20px; } .pillar-card h3 { font-family: var(--font-heading); font-size: 22px; font-weight: 800; margin-bottom: 14px; color: #fff; } .pillar-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; } .featured-badge { display: inline-flex; align-items: center; margin-top: 20px; background: var(--gradient-primary); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; } .results-section { padding: 80px 0; background: #080810; } .results-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 16px; overflow: hidden; } .result-item { background: #0F0F1E; padding: 44px 32px; text-align: center; position: relative; transition: var(--transition); } .result-item+.result-item { border-left: 1px solid rgba(92, 110, 255, 0.12); } .result-item::after { content: ''; position: absolute; inset: 0; background: var(--gradient-card); opacity: 0; transition: var(--transition); pointer-events: none; } .result-item:hover::after { opacity: 1; } .result-number { display: block; font-family: var(--font-heading); font-size: clamp(36px, 4vw, 58px); font-weight: 700; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 10px; position: relative; z-index: 1; } .result-label { font-size: 13px; color: rgba(255, 255, 255, 0.40); line-height: 1.5; position: relative; z-index: 1; } .manifesto-section { background: linear-gradient(180deg, rgba(92, 110, 255, 0.04) 0%, transparent 100%); padding: var(--section-py) 0; } .manifesto-card { background: #0F0F1E; border: var(--border-glow); border-radius: var(--border-radius-lg); padding: 64px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 0 80px rgba(92, 110, 255, 0.10), inset 0 1px 0 rgba(92, 110, 255, 0.20); } .manifesto-card::before { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 400px; height: 400px; background: radial-gradient(circle, rgba(92, 110, 255, 0.15) 0%, transparent 60%); pointer-events: none; } .manifesto-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.15); border: 1px solid rgba(92, 110, 255, 0.40); color: #9BAEFF; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; margin-bottom: 24px; } .manifesto-card h2 { font-family: var(--font-heading); font-size: clamp(26px, 4vw, 40px); font-weight: 800; margin-bottom: 20px; line-height: 1.2; color: #fff; } .manifesto-text { font-size: 18px; color: var(--text-secondary); max-width: 560px; margin: 0 auto 36px; line-height: 1.7; } .manifesto-text strong { color: #fff; } .manifesto-features { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; } .mf-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-secondary); } .mf-check { color: #4ADE80; font-weight: 700; } .solutions-overview { text-align: center; padding: var(--section-py) 0; background: #080810; } .solutions-overview .section-subtitle { margin-left: auto; margin-right: auto; } .solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; } .solution-card { background: #0F0F1E; border: var(--border-card); border-radius: var(--border-radius-lg); padding: 36px 28px; transition: var(--transition); position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 16px; text-decoration: none; color: #fff; } .solution-card:hover { border-color: rgba(92, 110, 255, 0.55); transform: translateY(-6px); box-shadow: 0 24px 80px rgba(92, 110, 255, 0.18); } .solution-card-tag { font-family: var(--font-heading); font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .solution-card h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: #fff; line-height: 1.3; } .solution-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.65; flex: 1; } .solution-features { display: flex; flex-wrap: wrap; gap: 8px; } .solution-features span { background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.25); color: #9BAEFF; font-size: 12px; font-weight: 500; padding: 4px 10px; border-radius: 100px; } .solution-price-tag { display: inline-block; padding: 4px 10px; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.20); border-radius: 5px; font-family: var(--font-heading); font-size: 12px; font-weight: 600; color: #9BAEFF; } .offer-price-anchor { display: none; } .solution-cta { font-size: 14px; font-weight: 600; color: #9BAEFF; display: flex; align-items: center; gap: 6px; transition: var(--transition); } .solution-card:hover .solution-cta { gap: 10px; } .presence-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.10) 0%, #0F0F1E 60%); } .clarity-card { background: linear-gradient(135deg, rgba(238, 73, 139, 0.08) 0%, #0F0F1E 60%); } .ads-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08) 0%, #0F0F1E 60%); } .testimonials-section { padding: 80px 0; background: #080810; } .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; } .testi-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; gap: 20px; transition: border-color 0.3s, transform 0.3s; } .testi-card:hover { border-color: rgba(92, 110, 255, 0.30); transform: translateY(-4px); } .testi-card.testi-featured { background: linear-gradient(135deg, rgba(92, 110, 255, 0.09), rgba(123, 62, 228, 0.05)); border-color: rgba(92, 110, 255, 0.30); } .testi-metric-row { display: flex; gap: 20px; } .testi-metric { display: flex; flex-direction: column; gap: 2px; } .testi-val { font-family: var(--font-heading); font-size: 26px; font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; } .testi-lbl { font-size: 11px; color: rgba(255, 255, 255, 0.38); text-transform: uppercase; letter-spacing: 0.08em; } .testi-quote { font-size: 14px; color: rgba(255, 255, 255, 0.65); line-height: 1.75; font-style: italic; flex: 1; } .testi-author { display: flex; align-items: center; gap: 12px; } .testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; } .testi-author strong { display: block; font-size: 14px; font-weight: 600; color: #fff; } .testi-author span { font-size: 12px; color: rgba(255, 255, 255, 0.40); } .fomo-section { padding: 80px 0; background: linear-gradient(180deg, #080810 0%, #0A0818 50%, #080810 100%); } .fomo-inner { background: #0F0F1E; border: 1px solid rgba(238, 73, 139, 0.20); border-radius: 24px; padding: 56px; position: relative; overflow: hidden; } .fomo-inner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .fomo-inner::after { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(238, 73, 139, 0.07), transparent 70%); pointer-events: none; } .fomo-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #EE498B; background: rgba(238, 73, 139, 0.10); border: 1px solid rgba(238, 73, 139, 0.25); padding: 5px 14px; border-radius: 100px; margin-bottom: 24px; } .fomo-dot { width: 7px; height: 7px; border-radius: 50%; background: #EE498B; box-shadow: 0 0 8px rgba(238, 73, 139, 0.80); animation: fomo-pulse 2s infinite; } @keyframes fomo-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } } .fomo-title { font-family: var(--font-heading); font-size: clamp(22px, 3.5vw, 38px); font-weight: 800; line-height: 1.2; color: #fff; margin-bottom: 16px; letter-spacing: -0.02em; } .fomo-sub { font-size: 16px; color: rgba(255, 255, 255, 0.55); line-height: 1.7; max-width: 640px; margin-bottom: 40px; } .fomo-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 40px; position: relative; z-index: 1; } .fomo-stat { text-align: center; } .fomo-stat-value { font-family: var(--font-heading); font-size: clamp(28px, 3vw, 40px); font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 6px; } .fomo-stat-label { font-size: 13px; color: rgba(255, 255, 255, 0.40); line-height: 1.4; } .fomo-bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 40px; position: relative; z-index: 1; } .fomo-bullet { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255, 255, 255, 0.70); line-height: 1.55; } .fomo-bullet-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(238, 73, 139, 0.10); border: 1px solid rgba(238, 73, 139, 0.20); display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; } .fomo-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; position: relative; z-index: 1; } .ailabs-teaser { background: linear-gradient(180deg, transparent 0%, rgba(92, 110, 255, 0.04) 100%); padding: var(--section-py) 0; } .ailabs-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; } .ailabs-text h2 { font-family: var(--font-heading); font-size: clamp(40px, 5.5vw, 60px); font-weight: 900; letter-spacing: -0.03em; margin-bottom: 20px; line-height: 1.1; color: #fff; } .ailabs-text p { font-size: 17px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 32px; } .agents-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; } .agent-item { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #fff; font-weight: 500; } .agent-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gradient-primary); flex-shrink: 0; } .ailabs-visual { display: flex; justify-content: center; } .ai-card-float { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.40); border-radius: var(--border-radius-lg); padding: 28px; width: 300px; box-shadow: 0 0 60px rgba(92, 110, 255, 0.15), 0 24px 80px rgba(0, 0, 0, 0.40); animation: float-card 6s ease-in-out infinite; position: relative; overflow: hidden; } .ai-card-float::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4); } @keyframes float-card { 0%, 100% { transform: translateY(0px) rotate(0deg); } 25% { transform: translateY(-10px) rotate(0.5deg); } 75% { transform: translateY(5px) rotate(-0.5deg); } } .ai-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; font-size: 14px; font-weight: 600; color: #fff; } .ai-pulse { width: 10px; height: 10px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 10px #4ADE80; animation: pulse-dot 1.5s ease-in-out infinite; } .ai-card-body { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; } .ai-metric { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.20); border-radius: 10px; } .ai-metric-label { font-size: 13px; color: var(--text-muted); } .ai-metric-value { font-family: var(--font-heading); font-size: 18px; font-weight: 700; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .ai-card-footer { font-size: 11px; color: var(--text-muted); text-align: center; letter-spacing: 0.08em; } .group-section { padding: 52px 0; border-top: 1px solid rgba(92, 110, 255, 0.08); background: #080810; } .group-inner { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; } .group-label p { font-family: var(--font-heading); font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.30); margin-bottom: 5px; } .group-name { font-family: var(--font-heading); font-size: 18px; font-weight: 700; color: #fff; } .group-divider { width: 1px; height: 40px; background: rgba(92, 110, 255, 0.15); flex-shrink: 0; } .group-companies { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; flex: 1; } .group-company { display: flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.04); border: 1px solid rgba(92, 110, 255, 0.12); border-radius: 8px; padding: 9px 14px; transition: var(--transition); } .group-company:hover { border-color: rgba(92, 110, 255, 0.30); background: rgba(92, 110, 255, 0.08); } .group-company.active { border-color: rgba(92, 110, 255, 0.40); background: rgba(92, 110, 255, 0.10); } .company-icon { font-size: 15px; } .company-name { font-family: var(--font-heading); font-size: 12px; font-weight: 600; color: #fff; display: block; white-space: nowrap; } .company-sector { font-size: 10px; color: rgba(255, 255, 255, 0.30); display: block; white-space: nowrap; } .cta-section { padding: 80px 0 120px; background: #080810; } .cta-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.15) 0%, rgba(123, 62, 228, 0.08) 100%); border: 1px solid rgba(92, 110, 255, 0.35); border-radius: var(--border-radius-lg); padding: 80px 60px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 0 120px rgba(92, 110, 255, 0.10); } .cta-orb { position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(92, 110, 255, 0.20) 0%, transparent 60%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; } .cta-card h2 { font-family: var(--font-heading); font-size: clamp(28px, 4vw, 44px); font-weight: 800; margin-bottom: 16px; position: relative; color: #fff; } .cta-card p { font-size: 18px; color: var(--text-secondary); max-width: 500px; margin: 0 auto 40px; line-height: 1.7; position: relative; } .cta-actions { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; position: relative; } .pw-boxed { width: 100%; max-width: 1160px; margin-left: auto; margin-right: auto; } .hero-offer-tag { display: inline-block; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #9BAEFF; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.30); padding: 6px 14px; border-radius: 6px; margin-bottom: 20px; } .offer-card { display: grid; grid-template-columns: 1fr 1fr; border-radius: 20px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); overflow: hidden; margin-bottom: 32px; transition: border-color 0.3s, box-shadow 0.3s; position: relative; } .offer-card:hover { border-color: rgba(92, 110, 255, 0.32); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4); } .offer-card.reverse { direction: rtl; } .offer-card.reverse>* { direction: ltr; } .offer-card-visual { display: flex; align-items: center; justify-content: center; padding: 60px 40px; position: relative; overflow: hidden; min-height: 320px; } .offer-card-visual::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(92, 110, 255, 0.12) 0%, transparent 70%); pointer-events: none; } .offer-card-visual.presence-bg { background: linear-gradient(135deg, rgba(92, 110, 255, 0.10) 0%, rgba(123, 62, 228, 0.06) 100%); } .offer-card-visual.clarity-bg { background: linear-gradient(135deg, rgba(238, 73, 139, 0.08) 0%, rgba(123, 62, 228, 0.06) 100%); } .offer-card-visual.ads-bg { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08) 0%, rgba(238, 73, 139, 0.05) 100%); } .offer-icon-large { width: 120px; height: 120px; border-radius: 28px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; } .offer-icon-large.presence { background: linear-gradient(135deg, rgba(92, 110, 255, 0.25), rgba(123, 62, 228, 0.15)); border: 1px solid rgba(92, 110, 255, 0.35); } .offer-icon-large.clarity { background: linear-gradient(135deg, rgba(238, 73, 139, 0.20), rgba(123, 62, 228, 0.12)); border: 1px solid rgba(238, 73, 139, 0.30); } .offer-icon-large.ads { background: linear-gradient(135deg, rgba(92, 110, 255, 0.20), rgba(238, 73, 139, 0.10)); border: 1px solid rgba(92, 110, 255, 0.30); } .offer-icon-svg { width: 52px; height: 52px; } .offer-card-content { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; border-left: 3px solid rgba(92, 110, 255, 0.20); } .offer-card.reverse .offer-card-content { border-left: none; border-right: 3px solid rgba(238, 73, 139, 0.30); } .offer-name-tag { display: inline-block; font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #9BAEFF; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.25); padding: 4px 10px; border-radius: 5px; margin-bottom: 16px; } .offer-name-tag.pink { color: #EE498B; background: rgba(238, 73, 139, 0.10); border-color: rgba(238, 73, 139, 0.25); } .offer-card-content h2 { font-family: var(--font-heading); font-size: clamp(22px, 2.5vw, 30px); font-weight: 800; color: #fff; margin-bottom: 12px; line-height: 1.2; } .offer-card-content p { font-size: 15px; color: rgba(255, 255, 255, 0.50); line-height: 1.7; margin-bottom: 24px; } .offer-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 9px; } .offer-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255, 255, 255, 0.65); line-height: 1.5; } .offer-features li::before { content: '◆'; color: #5C6EFF; font-size: 8px; flex-shrink: 0; margin-top: 4px; } .offer-features li.pink::before { color: #EE498B; } .offer-price-line { font-family: var(--font-heading); font-size: 13px; color: rgba(255, 255, 255, 0.35); margin-bottom: 20px; } .offer-price-line strong { font-size: 18px; color: #fff; font-weight: 700; } .offer-card-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; } .offer-link { font-family: var(--font-heading); font-size: 14px; font-weight: 600; color: #9BAEFF; text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color 0.2s, gap 0.2s; } .offer-link:hover { color: #fff; gap: 10px; } .offer-link.pink { color: #EE498B; } .offer-link.pink:hover { color: #fff; } .method-flow { display: flex; align-items: flex-start; gap: 0; margin-top: 48px; } .method-node { flex: 1; text-align: center; position: relative; } .method-connector { width: 60px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding-top: 28px; } .method-connector::after { content: '→'; font-size: 24px; color: rgba(92, 110, 255, 0.50); } .method-badge { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 26px; position: relative; } .method-badge.structurer { background: linear-gradient(135deg, rgba(92, 110, 255, 0.25), rgba(92, 110, 255, 0.10)); border: 2px solid rgba(92, 110, 255, 0.40); } .method-badge.automatiser { background: linear-gradient(135deg, rgba(238, 73, 139, 0.20), rgba(123, 62, 228, 0.15)); border: 2px solid rgba(238, 73, 139, 0.35); } .method-badge.optimiser { background: linear-gradient(135deg, rgba(92, 110, 255, 0.20), rgba(238, 73, 139, 0.10)); border: 2px solid rgba(92, 110, 255, 0.35); } .method-node h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; } .method-node p { font-size: 14px; color: rgba(255, 255, 255, 0.50); line-height: 1.6; max-width: 200px; margin: 0 auto; } .comparison-table-wrap { margin-top: 48px; overflow-x: auto; } .comparison-table { width: 100%; border-collapse: collapse; min-width: 600px; } .comparison-table th { font-family: var(--font-heading); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 16px 20px; text-align: center; background: rgba(92, 110, 255, 0.06); border-bottom: 1px solid rgba(92, 110, 255, 0.15); } .comparison-table th:first-child { text-align: left; color: rgba(255, 255, 255, 0.40); } .comparison-table th.col-presence { color: #9BAEFF; } .comparison-table th.col-clarity { color: #EE498B; } .comparison-table th.col-ads { color: #9BAEFF; } .comparison-table td { padding: 14px 20px; font-size: 14px; color: rgba(255, 255, 255, 0.65); border-bottom: 1px solid rgba(92, 110, 255, 0.07); text-align: center; } .comparison-table td:first-child { text-align: left; color: rgba(255, 255, 255, 0.50); } .comparison-table tr:last-child td { border-bottom: none; } .comparison-table tr:hover td { background: rgba(92, 110, 255, 0.03); } .check { color: #5C6EFF; font-size: 16px; font-weight: 700; } .check-pink { color: #EE498B; font-size: 16px; font-weight: 700; } .cross { color: rgba(255, 255, 255, 0.20); font-size: 16px; } .partial { color: rgba(255, 255, 255, 0.40); font-size: 13px; } @media (max-width: 860px) { .offer-card { grid-template-columns: 1fr; } .offer-card.reverse { direction: ltr; } .offer-card-visual { min-height: 220px; } .offer-card-content { border-left: none !important; border-right: none !important; border-top: 3px solid rgba(92, 110, 255, 0.20); } .offer-card.reverse .offer-card-content { border-top: 3px solid rgba(238, 73, 139, 0.30); } .method-flow { flex-direction: column; align-items: center; } .method-connector { padding-top: 0; width: auto; height: 40px; } .method-connector::after { content: '↓'; } } .pw-hero-wrap { overflow: hidden; position: relative; } .pw-hero-inner { width: 100%; max-width: 1160px; position: relative; z-index: 1; } .sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; padding: 10px 16px; background: rgba(8, 8, 16, 0.96); backdrop-filter: blur(20px); border-top: 1px solid rgba(92, 110, 255, 0.18); } .sticky-cta-inner { display: flex; gap: 10px; } .sticky-cta .btn-primary { flex: 1; justify-content: center; font-size: 13px; padding: 11px 12px; } .sticky-cta .btn-ghost { flex-shrink: 0; font-size: 13px; padding: 11px 14px; } @media (max-width: 1024px) { .hero-grid, .ailabs-content { grid-template-columns: 1fr; gap: 48px; } .hero-visual { height: 360px; } .hv-dashboard { width: 300px; } .pillars-grid, .solutions-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 960px) { .testi-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 900px) { .pour-qui-grid { grid-template-columns: 1fr; max-width: 500px; margin-left: auto; margin-right: auto; } .fomo-inner { padding: 36px 24px; } .fomo-stats { grid-template-columns: repeat(2, 1fr); } .fomo-bullets { grid-template-columns: 1fr; } } @media (max-width: 768px) { .hero-visual { display: none; } .results-grid { grid-template-columns: repeat(2, 1fr); } .result-item+.result-item { border-left: none; } .result-item:nth-child(odd) { border-right: 1px solid rgba(92, 110, 255, 0.12); } .result-item:nth-child(1), .result-item:nth-child(2) { border-bottom: 1px solid rgba(92, 110, 255, 0.12); } .testi-grid { grid-template-columns: 1fr; } .group-inner { flex-direction: column; align-items: flex-start; gap: 20px; } .group-divider { display: none; } .manifesto-card { padding: 40px 24px; } .cta-card { padding: 48px 24px; } .pillars-grid, .solutions-grid { grid-template-columns: 1fr; } .sticky-cta { display: block; } .footer { padding-bottom: 80px; } } @media (max-width: 480px) { .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; } .btn-primary, .btn-ghost { width: 100%; justify-content: center; } .result-item { padding: 28px 18px; } } .oc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; } .oc-left h2 { font-family: var(--font-heading); font-size: clamp(20px, 2.5vw, 28px); font-weight: 700; color: #fff; margin-bottom: 14px; line-height: 1.3; } .oc-left p { font-size: 15px; color: rgba(255, 255, 255, 0.55); line-height: 1.7; margin-bottom: 24px; } .oc-profiles { display: flex; flex-direction: column; gap: 12px; } .oc-profile { display: flex; align-items: flex-start; gap: 14px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 14px; padding: 16px 20px; } .oc-profile-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; } .oc-profile-text strong { display: block; font-family: var(--font-heading); font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 2px; } .oc-profile-text span { font-size: 13px; color: rgba(255, 255, 255, 0.45); line-height: 1.5; } .oc-right { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 20px; padding: 32px 28px; position: relative; overflow: hidden; } .oc-right::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); border-radius: 20px 20px 0 0; } .oc-pain-title { font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.3); margin-bottom: 20px; } .oc-pain-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; } .oc-pain-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255, 255, 255, 0.7); line-height: 1.55; } .oc-pain-icon { width: 22px; height: 22px; border-radius: 6px; background: rgba(238, 73, 139, 0.1); border: 1px solid rgba(238, 73, 139, 0.2); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; margin-top: 1px; } .oc-fomo { background: linear-gradient(135deg, rgba(238, 73, 139, 0.08), rgba(123, 62, 228, 0.06)); border: 1px solid rgba(238, 73, 139, 0.18); border-radius: 12px; padding: 20px; } .oc-fomo-line { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.65); line-height: 1.55; } .oc-fomo-line+.oc-fomo-line { margin-top: 10px; } .oc-fomo-line strong { color: #EE498B; } .oc-fomo-dot { width: 8px; height: 8px; border-radius: 50%; background: #EE498B; box-shadow: 0 0 8px rgba(238, 73, 139, 0.7); flex-shrink: 0; margin-top: 5px; animation: oc-pulse 2s infinite; } @keyframes oc-pulse { 0%, 100% { opacity: 1 } 50% { opacity: 0.4 } } .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; } .pricing-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 18px; padding: 36px; position: relative; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; } .pricing-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4); } .pricing-card.featured { background: linear-gradient(135deg, rgba(92, 110, 255, 0.10) 0%, rgba(123, 62, 228, 0.06) 100%); border-color: rgba(92, 110, 255, 0.40); transform: scale(1.02); box-shadow: 0 0 0 1px rgba(92, 110, 255, 0.2), 0 32px 80px rgba(92, 110, 255, 0.10); } .pricing-card.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; border-radius: 18px 18px 0 0; } .pricing-card.featured:hover { transform: scale(1.02) translateY(-4px); } .recommended-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #EE498B; color: #fff; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; white-space: nowrap; } .plan-name { font-family: var(--font-heading); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #9BAEFF; margin-bottom: 20px; } .plan-price { margin-bottom: 6px; } .plan-price .amount { font-family: var(--font-heading); font-size: 48px; font-weight: 800; color: #fff; line-height: 1; } .plan-price .period { font-size: 16px; color: rgba(255, 255, 255, 0.40); margin-left: 4px; } .plan-price-annual { font-size: 13px; color: rgba(255, 255, 255, 0.45); margin-bottom: 8px; min-height: 20px; letter-spacing: 0.01em; } .plan-desc { font-size: 14px; color: rgba(255, 255, 255, 0.45); margin-bottom: 28px; line-height: 1.6; padding-bottom: 24px; border-bottom: 1px solid rgba(92, 110, 255, 0.10); } .plan-features { list-style: none; margin-bottom: 32px; display: flex; flex-direction: column; gap: 10px; } .plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255, 255, 255, 0.70); line-height: 1.5; } .plan-features li::before { content: '✓'; color: #5C6EFF; font-weight: 700; font-size: 13px; flex-shrink: 0; margin-top: 1px; } .comparison-wrap { background: #0D0D1F; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 20px; overflow: hidden; overflow-x: auto; } .ct { width: 100%; border-collapse: collapse; font-family: var(--font-body); min-width: 560px; } .ct thead tr { border-bottom: 1px solid rgba(92, 110, 255, 0.15); } .ct thead th { padding: 20px 24px; text-align: center; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); background: #0D0D1F; } .ct thead th:first-child { text-align: left; width: 44%; } .ct thead th.th-feat { color: #9BAEFF; } .ct thead th.th-apex { color: #EE498B; } .ct thead .th-plan { display: block; font-size: 15px; font-weight: 800; color: #fff; letter-spacing: 0; text-transform: none; margin-top: 4px; font-family: var(--font-heading); } .ct thead .th-price { display: block; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.35); letter-spacing: 0; text-transform: none; font-family: var(--font-body); margin-top: 2px; } .ct tbody tr { border-bottom: 1px solid rgba(92, 110, 255, 0.07); transition: background 0.15s; } .ct tbody tr:last-child { border-bottom: none; } .ct tbody tr:hover { background: rgba(92, 110, 255, 0.04); } .ct tbody td { padding: 13px 24px; font-size: 14px; color: rgba(255, 255, 255, 0.50); text-align: center; vertical-align: middle; } .ct tbody td:first-child { text-align: left; color: #e0daf0; font-weight: 500; } .ct tbody td.col-feat { background: rgba(92, 110, 255, 0.03); } .ct tbody tr.row-group td { background: rgba(92, 110, 255, 0.07); font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(180, 160, 255, 0.5); padding: 9px 24px; } .cti { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(92, 110, 255, 0.15); } .cti svg { width: 13px; height: 13px; stroke: #5C6EFF; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; } .cti-pink { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(238, 73, 139, 0.12); } .cti-pink svg { width: 13px; height: 13px; stroke: #EE498B; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; } .ctd { color: rgba(255, 255, 255, 0.18); font-size: 18px; line-height: 1; } .ctv { color: #fff; font-weight: 700; font-size: 14px; font-family: var(--font-heading); } .ctv-sm { color: rgba(255, 255, 255, 0.55); font-size: 13px; } .features-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 60px 0; } .feature-item { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 14px; padding: 28px 24px; } .feature-icon { font-size: 28px; margin-bottom: 14px; } .feature-item h3 { font-family: var(--font-heading); font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 8px; } .feature-item p { font-size: 14px; color: rgba(255, 255, 255, 0.45); line-height: 1.6; } .testi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .testi-c { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 20px; padding: 28px 24px; display: flex; flex-direction: column; gap: 16px; transition: border-color 0.3s, transform 0.3s; } .testi-c:hover { border-color: rgba(92, 110, 255, 0.30); transform: translateY(-3px); } .testi-c-ft { background: linear-gradient(135deg, rgba(92, 110, 255, 0.09), rgba(123, 62, 228, 0.05)); border-color: rgba(92, 110, 255, 0.28); } .testi-metrics { display: flex; gap: 16px; } .tm-item { display: flex; flex-direction: column; gap: 1px; } .tm-val { font-family: var(--font-heading); font-size: 24px; font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; } .tm-lbl { font-size: 10px; color: rgba(255, 255, 255, 0.35); text-transform: uppercase; letter-spacing: 0.07em; } .testi-q { font-size: 13.5px; color: rgba(255, 255, 255, 0.62); line-height: 1.75; font-style: italic; flex: 1; } .testi-who { display: flex; align-items: center; gap: 10px; } .t-av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 12px; font-weight: 700; color: #fff; flex-shrink: 0; } .testi-who strong { display: block; font-size: 13px; font-weight: 600; color: #fff; } .testi-who span { font-size: 11px; color: rgba(255, 255, 255, 0.38); display: block; } .faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; } .faq-item { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 12px; overflow: hidden; } .faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; cursor: pointer; font-family: var(--font-heading); font-size: 15px; font-weight: 600; color: #fff; gap: 16px; user-select: none; } .faq-icon { font-size: 20px; color: #5C6EFF; transition: transform 0.3s; flex-shrink: 0; } .faq-item.open .faq-icon { transform: rotate(45deg); } .faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; } .faq-item.open .faq-answer { padding: 0 24px 20px; max-height: 300px; } .faq-answer p { font-size: 14px; color: rgba(255, 255, 255, 0.50); line-height: 1.7; } .pricing-toggle-wrap { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 40px; } .toggle-label { font-family: var(--font-heading); font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.40); transition: color 0.2s; display: flex; align-items: center; gap: 8px; } .toggle-label.active { color: #fff; } .toggle-save { background: rgba(61, 220, 132, 0.12); color: #3DDC84; border: 1px solid rgba(61, 220, 132, 0.25); border-radius: 100px; padding: 2px 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; } .toggle-switch { position: relative; display: inline-block; width: 48px; height: 26px; } .toggle-switch input { opacity: 0; width: 0; height: 0; } .toggle-slider { position: absolute; inset: 0; background: rgba(92, 110, 255, 0.2); border: 1px solid rgba(92, 110, 255, 0.35); border-radius: 100px; cursor: pointer; transition: background 0.25s; } .toggle-slider::before { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: #5C6EFF; border-radius: 50%; transition: transform 0.25s; } .toggle-switch input:checked+.toggle-slider { background: rgba(92, 110, 255, 0.25); } .toggle-switch input:checked+.toggle-slider::before { transform: translateX(22px); background: linear-gradient(135deg, #5C6EFF, #7B3EE4); } .plan-annual-note { display: none; font-size: 12px; color: rgba(255, 255, 255, 0.50); margin-top: 4px; margin-bottom: 12px; line-height: 1.5; } @media (max-width: 960px) { .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } .pricing-card.featured { transform: none; } .pricing-card.featured:hover { transform: translateY(-4px); } .features-row { grid-template-columns: 1fr 1fr; } .testi-row { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } } @media (max-width: 860px) { .oc-grid { grid-template-columns: 1fr; } } @media (max-width: 640px) { .features-row { grid-template-columns: 1fr; } } .comparison-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; } @media (max-width: 700px) { .ct { font-size: 12px; min-width: 520px; } .ct thead th { padding: 10px 8px; font-size: 11px; } .ct td, .ct th { padding: 8px; } .ct td:first-child { min-width: 130px; max-width: 160px; } .th-price { font-size: 10px; } } .ps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; } .ps-col { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 36px; } .ps-col.solution { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08) 0%, rgba(123, 62, 228, 0.04) 100%); border-color: rgba(92, 110, 255, 0.30); } .ps-col-tag { font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); margin-bottom: 16px; } .ps-col.solution .ps-col-tag { color: #9BAEFF; } .ps-col h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 20px; line-height: 1.3; } .ps-points { list-style: none; display: flex; flex-direction: column; gap: 12px; } .ps-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255, 255, 255, 0.55); line-height: 1.6; } .ps-icon { flex-shrink: 0; font-size: 16px; margin-top: 1px; } .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } .step-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 14px; padding: 28px 24px; transition: border-color 0.3s, transform 0.3s; } .step-card:hover { border-color: rgba(92, 110, 255, 0.30); transform: translateY(-3px); } .step-number { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #5C6EFF; margin-bottom: 16px; } .step-card h4 { font-family: var(--font-heading); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 10px; } .step-card p { font-size: 13px; color: rgba(255, 255, 255, 0.40); line-height: 1.6; } @media (max-width: 960px) { .steps-grid { grid-template-columns: 1fr 1fr; } .ps-grid { grid-template-columns: 1fr; } } @media (max-width: 640px) { .steps-grid { grid-template-columns: 1fr; } } .pricing-grid-ads { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 860px; margin: 0 auto; align-items: start; } .price-range { font-family: var(--font-heading); font-size: 36px; font-weight: 800; color: #fff; line-height: 1; } .plan-sub-note { font-size: 12px; color: rgba(255, 255, 255, 0.30); margin-top: 6px; margin-bottom: 12px; font-style: italic; } .comparison-wrap-ads { max-width: 860px; margin: 0 auto; } .platforms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } .platform-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 28px 22px; text-align: center; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; } .platform-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3); } .platform-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 22px; font-weight: 800; font-family: var(--font-heading); } .platform-icon.meta { background: linear-gradient(135deg, rgba(24, 119, 242, 0.2), rgba(24, 119, 242, 0.08)); border: 1px solid rgba(24, 119, 242, 0.3); color: #4A90D9; } .platform-icon.google { background: linear-gradient(135deg, rgba(234, 67, 53, 0.15), rgba(251, 188, 5, 0.1)); border: 1px solid rgba(234, 67, 53, 0.25); color: #EA4335; } .platform-icon.tiktok { background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(105, 201, 208, 0.1)); border: 1px solid rgba(105, 201, 208, 0.25); color: #69C9D0; } .platform-icon.linkedin { background: linear-gradient(135deg, rgba(10, 102, 194, 0.2), rgba(10, 102, 194, 0.08)); border: 1px solid rgba(10, 102, 194, 0.3); color: #0A66C2; } .platform-card h3 { font-family: var(--font-heading); font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; } .platform-card p { font-size: 13px; color: rgba(255, 255, 255, 0.50); line-height: 1.6; } .platform-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; justify-content: center; } .platform-tag { font-size: 11px; font-weight: 600; font-family: var(--font-heading); padding: 3px 9px; border-radius: 20px; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.20); color: #9BAEFF; letter-spacing: 0.02em; } .method-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; } .method-steps::before { content: ''; position: absolute; top: 28px; left: calc(16.67% + 24px); right: calc(16.67% + 24px); height: 1px; background: linear-gradient(90deg, rgba(92, 110, 255, 0.4), rgba(123, 62, 228, 0.4)); } .method-step { text-align: center; position: relative; } .method-step-num { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 20px; font-weight: 800; color: #fff; margin: 0 auto 20px; position: relative; z-index: 1; } .method-step h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; } .method-step p { font-size: 14px; color: rgba(255, 255, 255, 0.50); line-height: 1.6; max-width: 240px; margin: 0 auto; } .step-tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 14px; } .step-tag { font-size: 11px; padding: 3px 9px; border-radius: 20px; background: rgba(238, 73, 139, 0.10); border: 1px solid rgba(238, 73, 139, 0.25); color: #EE498B; font-weight: 600; font-family: var(--font-heading); } @media (max-width: 960px) { .platforms-grid { grid-template-columns: repeat(2, 1fr); } .method-steps { grid-template-columns: 1fr; } .method-steps::before { display: none; } .pricing-grid-ads { grid-template-columns: 1fr; max-width: 440px; } .pricing-card.featured { transform: none; } } @media (max-width: 600px) { .platforms-grid { grid-template-columns: 1fr; } } .hero-stats { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 48px; padding-top: 48px; border-top: 1px solid rgba(255, 255, 255, 0.06); } .stat-chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.20); border-radius: 30px; padding: 8px 18px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.75); font-family: var(--font-heading); letter-spacing: 0.02em; } .chip-dot { width: 6px; height: 6px; border-radius: 50%; background: #5C6EFF; flex-shrink: 0; } .agents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .agent-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 16px; padding: 36px 28px; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; } .agent-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); opacity: 0; transition: opacity 0.3s; } .agent-card:hover { transform: translateY(-6px); border-color: rgba(92, 110, 255, 0.40); box-shadow: 0 20px 60px rgba(92, 110, 255, 0.12); } .agent-card:hover::before { opacity: 1; } .agent-icon { font-size: 40px; margin-bottom: 20px; display: block; } .agent-card h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 12px; } .agent-card p { color: rgba(255, 255, 255, 0.55); font-size: 15px; line-height: 1.7; margin-bottom: 24px; } .agent-value { display: inline-block; background: rgba(92, 110, 255, 0.10); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 8px; padding: 8px 14px; font-size: 13px; font-weight: 700; color: #9BAEFF; font-family: var(--font-heading); letter-spacing: 0.02em; } .ail-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; } .ail-process-steps::before { content: ''; position: absolute; top: 36px; left: calc(12.5% + 20px); right: calc(12.5% + 20px); height: 1px; background: linear-gradient(90deg, rgba(92, 110, 255, 0.5), rgba(238, 73, 139, 0.5)); } .ail-process-step { text-align: center; padding: 0 20px; position: relative; } .ail-step-wrap { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, rgba(92, 110, 255, 0.15), rgba(123, 62, 228, 0.15)); border: 1px solid rgba(92, 110, 255, 0.35); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; position: relative; z-index: 1; } .ail-step-num { font-family: var(--font-heading); font-size: 15px; font-weight: 800; background: linear-gradient(135deg, #5C6EFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 0.05em; } .ail-process-step h3 { font-family: var(--font-heading); font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; } .ail-process-step p { color: rgba(255, 255, 255, 0.50); font-size: 14px; line-height: 1.6; } .tech-label { text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); margin-bottom: 28px; font-family: var(--font-heading); } .tech-chips { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; } .tech-chip { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 10px; padding: 10px 20px; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.70); font-family: var(--font-heading); transition: border-color 0.25s, color 0.25s; } .tech-chip:hover { border-color: rgba(92, 110, 255, 0.40); color: #fff; } @media (max-width: 900px) { .agents-grid { grid-template-columns: 1fr; } .ail-process-steps { grid-template-columns: 1fr 1fr; gap: 40px; } .ail-process-steps::before { display: none; } } @media (max-width: 600px) { .ail-process-steps { grid-template-columns: 1fr; } .hero-stats { flex-direction: column; align-items: flex-start; } } .pw-mission-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; } .pw-mission-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 8px; padding: 10px 16px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.7); font-family: var(--font-heading); } .pw-pill-icon { font-size: 15px; } .pw-positioning-grid { display: grid !important; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; width: 100%; } .pw-manifesto-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08), rgba(123, 62, 228, 0.06)); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 20px; padding: 40px 36px; position: relative; overflow: hidden; } .pw-manifesto-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); } .pw-manifesto-quote { font-size: 64px; line-height: 1; color: rgba(92, 110, 255, 0.2); font-family: Georgia, serif; display: block; margin-bottom: 12px; } .pw-manifesto-card blockquote { font-size: 20px; font-weight: 600; line-height: 1.5; color: #fff; font-family: var(--font-heading); margin: 0 0 24px; border: none; padding: 0; background: none; } .pw-manifesto-meta { font-size: 13px; color: rgba(255, 255, 255, 0.4); font-weight: 500; letter-spacing: 0.05em; font-family: var(--font-heading); text-transform: uppercase; margin: 0; } .pw-values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; width: 100%; } .pw-value-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 28px; display: flex; gap: 20px; align-items: flex-start; transition: border-color 0.3s, transform 0.3s; } .pw-value-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-3px); } .pw-value-number { font-family: var(--font-heading); font-size: 13px; font-weight: 800; letter-spacing: 0.1em; background: linear-gradient(135deg, #5C6EFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; flex-shrink: 0; padding-top: 2px; line-height: 1.5; } .pw-value-content h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; font-family: var(--font-heading); color: #fff; } .pw-value-content p { color: rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 1.65; margin: 0; } .pw-companies-grid { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 100%; } .pw-company-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 32px 24px !important; text-align: center; transition: border-color 0.3s, transform 0.3s; position: relative; } .pw-company-card:hover { border-color: rgba(92, 110, 255, 0.3); transform: translateY(-4px); } .pw-company-card.active { border-color: rgba(92, 110, 255, 0.45); background: linear-gradient(135deg, rgba(92, 110, 255, 0.1), rgba(123, 62, 228, 0.08)); } .pw-company-card.active::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); border-radius: 16px 16px 0 0; } .pw-company-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 22px; } .pw-company-card.active .pw-company-icon { background: linear-gradient(135deg, rgba(92, 110, 255, 0.25), rgba(238, 73, 139, 0.15)); border-color: rgba(92, 110, 255, 0.4); } .pw-company-badge { display: inline-block; margin-top: 12px; background: linear-gradient(135deg, #5C6EFF, #EE498B); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; font-family: var(--font-heading); } @media (max-width: 960px) { .pw-positioning-grid { grid-template-columns: 1fr !important; gap: 40px; } .pw-values-grid { grid-template-columns: 1fr; } .pw-companies-grid { grid-template-columns: 1fr 1fr !important; } } @media (max-width: 600px) { .pw-companies-grid { grid-template-columns: 1fr !important; } .pw-mission-pills { flex-direction: column; } } .res-featured-article { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08), rgba(123, 62, 228, 0.05)); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 20px; padding: 48px !important; overflow: hidden; margin-bottom: 48px; position: relative; width: 100%; } .res-featured-article::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(135deg, #5C6EFF, #EE498B); } .res-article-header { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; } .res-article-category { display: inline-block; font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); padding: 5px 12px; border-radius: 6px; } .res-article-date { font-size: 13px; color: rgba(255, 255, 255, 0.35); font-family: var(--font-heading); } .res-featured-label { display: inline-block; font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #EE498B; background: rgba(238, 73, 139, 0.1); border: 1px solid rgba(238, 73, 139, 0.25); padding: 4px 10px; border-radius: 20px; } .res-article-footer { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 8px; } .res-read-link { display: inline-flex; align-items: center; gap: 6px; color: #9BAEFF; font-weight: 600; font-size: 15px; text-decoration: none; font-family: var(--font-heading); transition: color 0.2s, gap 0.2s; } .res-read-link:hover { color: #fff; gap: 10px; } .res-article-tags { display: flex; gap: 8px; flex-wrap: wrap; } .res-article-tag { font-size: 12px; color: rgba(255, 255, 255, 0.35); font-family: var(--font-heading); font-weight: 600; } .res-article-tag::before { content: '#'; color: rgba(92, 110, 255, 0.6); } .res-articles-grid { display: grid !important; grid-template-columns: 1fr 1fr; gap: 20px; width: 100%; } .res-article-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 28px !important; display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; transition: border-color 0.3s, transform 0.3s; } .res-article-card:hover { border-color: rgba(92, 110, 255, 0.3); transform: translateY(-3px); } .res-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; } .res-card-category { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(92, 110, 255, 0.7); font-family: var(--font-heading); } .res-coming-soon { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-heading); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); padding: 4px 10px; border-radius: 20px; flex-shrink: 0; } .res-coming-soon::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); } .res-newsletter-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.1), rgba(123, 62, 228, 0.07)); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 20px; padding: 48px !important; text-align: center; position: relative; overflow: hidden; margin-top: 48px; width: 100%; } .res-newsletter-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); } .res-newsletter-card::after { content: ''; position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%); width: 400px; height: 200px; background: radial-gradient(circle, rgba(92, 110, 255, 0.12) 0%, transparent 70%); pointer-events: none; } .res-nl-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; } .res-nl-form input[type="email"] { flex: 1; background: rgba(92, 110, 255, 0.06); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 10px; padding: 14px 18px; color: #fff; font-family: var(--font-body); font-size: 15px; outline: none; transition: border-color 0.3s, box-shadow 0.3s; } .res-nl-form input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.25); } .res-nl-form input[type="email"]:focus { border-color: rgba(92, 110, 255, 0.5); box-shadow: 0 0 0 3px rgba(92, 110, 255, 0.1); } .res-nl-btn { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); color: #fff; font-family: var(--font-heading); font-weight: 600; font-size: 15px; padding: 14px 24px; border: none; border-radius: 100px; cursor: pointer; white-space: nowrap; transition: opacity 0.2s, transform 0.2s; } .res-nl-btn:hover { opacity: 0.9; transform: translateY(-2px); } @media (max-width: 800px) { .res-articles-grid { grid-template-columns: 1fr !important; } .res-featured-article { padding: 28px !important; } .res-newsletter-card { padding: 32px 24px !important; } .res-nl-form { flex-direction: column; } } .ct-layout { display: grid; grid-template-columns: 3fr 2fr; gap: 48px; align-items: start; width: 100%; } .ct-form-wrap { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 20px; padding: 40px; position: relative; overflow: hidden; } .ct-form-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(135deg, #5C6EFF, #EE498B); } .ct-form-title { font-family: var(--font-heading); font-size: 22px; font-weight: 700; color: #fff; margin: 0 0 6px; line-height: 1.3; } .ct-form-sub { color: rgba(255, 255, 255, 0.45); font-size: 14px; line-height: 1.5; margin: 0 0 32px; } .ct-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .ct-form-group { margin-bottom: 20px; } .ct-form label { display: block; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.6); margin-bottom: 8px; font-family: var(--font-heading); letter-spacing: 0.05em; } .ct-form input, .ct-form select, .ct-form textarea { width: 100%; background: rgba(92, 110, 255, 0.05); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 10px; padding: 14px 16px; color: #fff !important; -webkit-text-fill-color: #fff !important; font-family: var(--font-body); font-size: 15px; outline: none; transition: border-color 0.3s, box-shadow 0.3s; -webkit-appearance: none; appearance: none; box-sizing: border-box; } .ct-form input:-webkit-autofill, .ct-form input:-webkit-autofill:hover, .ct-form input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 1000px #0F0F1E inset !important; -webkit-text-fill-color: #fff !important; caret-color: #fff; } .ct-form input::placeholder, .ct-form textarea::placeholder { color: rgba(255, 255, 255, 0.25); } .ct-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(255,255,255,0.4)' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; background-color: rgba(92, 110, 255, 0.05); } .ct-form select option { background: #0F0F1E; color: #fff; } .ct-form input:focus, .ct-form select:focus, .ct-form textarea:focus { border-color: rgba(92, 110, 255, 0.5); box-shadow: 0 0 0 3px rgba(92, 110, 255, 0.1); } .ct-form textarea { resize: vertical; min-height: 100px; } .ct-form-submit { width: 100%; margin-top: 8px; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); color: #fff; font-family: var(--font-heading); font-weight: 600; font-size: 16px; padding: 16px; border: none; border-radius: 100px; cursor: pointer; transition: opacity 0.2s, transform 0.2s; text-align: center; } .ct-form-submit:hover { opacity: 0.9; transform: translateY(-2px); } .ct-sidebar { display: flex; flex-direction: column; gap: 20px; } .ct-next-steps { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 16px; padding: 28px; } .ct-next-steps h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; color: #fff; margin: 0 0 24px; } .ct-step { display: flex; gap: 16px; margin-bottom: 20px; align-items: flex-start; } .ct-step:last-child { margin-bottom: 0; } .ct-step-num { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, rgba(92, 110, 255, 0.2), rgba(238, 73, 139, 0.1)); border: 1px solid rgba(92, 110, 255, 0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 12px; font-weight: 800; font-family: var(--font-heading); color: #9BAEFF; } .ct-step-text h4 { font-size: 14px; font-weight: 700; margin: 0 0 4px; font-family: var(--font-heading); color: #fff; } .ct-step-text p { font-size: 13px; color: rgba(255, 255, 255, 0.45); line-height: 1.5; margin: 0; } .ct-info-card { background: rgba(92, 110, 255, 0.05); border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 16px; padding: 24px; } .ct-info-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .ct-info-item:last-child { border-bottom: none; } .ct-info-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(92, 110, 255, 0.1); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; } .ct-info-label { font-size: 11px; font-weight: 700; color: rgba(255, 255, 255, 0.35); text-transform: uppercase; letter-spacing: 0.1em; font-family: var(--font-heading); display: block; margin-bottom: 2px; } .ct-info-value { font-size: 14px; color: rgba(255, 255, 255, 0.75); font-weight: 500; text-decoration: none; transition: color 0.2s; } .ct-info-value:hover { color: #fff; } .ct-note { font-size: 13px; color: rgba(255, 255, 255, 0.35); line-height: 1.6; text-align: center; font-style: italic; margin: 4px 0 0; } .ct-divider-or { display: flex; align-items: center; gap: 16px; margin: 40px 0; color: rgba(255, 255, 255, 0.2); font-size: 13px; font-family: var(--font-heading); font-weight: 600; width: 100%; } .ct-divider-or::before, .ct-divider-or::after { content: ''; flex: 1; height: 1px; background: rgba(255, 255, 255, 0.08); } @media (max-width: 900px) { .ct-layout { grid-template-columns: 1fr; } .ct-form-wrap { padding: 28px; } } @media (max-width: 560px) { .ct-form-row { grid-template-columns: 1fr; } } .lp-bg { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; } .lp-orb { position: absolute; border-radius: 50%; filter: blur(130px); opacity: 0.15; } .lp-orb-1 { width: 800px; height: 800px; background: radial-gradient(circle, #7B3EE4, transparent 70%); top: -250px; left: -200px; } .lp-orb-2 { width: 600px; height: 600px; background: radial-gradient(circle, #EE498B, transparent 70%); bottom: -150px; right: -150px; } .lp-orb-3 { width: 500px; height: 500px; background: radial-gradient(circle, #5C6EFF, transparent 70%); top: 40%; right: 5%; } .lp-orb-4 { width: 350px; height: 350px; background: radial-gradient(circle, #7B3EE4, transparent 70%); bottom: 20%; left: 5%; opacity: 0.1; } .lp-grid-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(92, 110, 255, 0.04) 1px, transparent 0); background-size: 52px 52px; pointer-events: none; } .urgency-bar { position: relative; z-index: 100; background: #0A0812; border-bottom: 1px solid rgba(238, 73, 139, 0.35); padding: 11px 24px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; } .urgency-dot { width: 8px; height: 8px; border-radius: 50%; background: #EE498B; box-shadow: 0 0 10px rgba(238, 73, 139, 0.9); animation: urgency-pulse 1.4s ease-in-out infinite; flex-shrink: 0; } @keyframes urgency-pulse { 0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px rgba(238, 73, 139, 0.9); } 50% { opacity: 0.6; transform: scale(0.75); box-shadow: 0 0 4px rgba(238, 73, 139, 0.4); } } .urgency-text { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.88); letter-spacing: 0.01em; } .urgency-text strong { color: #EE498B; } .lp-header { position: relative; z-index: 10; padding: 22px 0; border-bottom: 1px solid rgba(92, 110, 255, 0.1); } .lp-header-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: center; } .lp-logo { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 800; text-decoration: none; letter-spacing: -0.02em; } .logo-powa { color: #fff; } .logo-bu { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .lp-container { max-width: 780px; margin: 0 auto; padding: 0 24px; } .lp-container-wide { max-width: 960px; margin: 0 auto; padding: 0 24px; } .lp-badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 20px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; background: rgba(92, 110, 255, 0.1); border: 1px solid rgba(92, 110, 255, 0.3); color: #8BA0FF; } .section-label { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #5C6EFF; margin-bottom: 14px; } .video-wrapper { max-width: 800px; margin: 0 auto; padding: 0 24px; } .video-player { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: linear-gradient(135deg, #0A0A18, #0F0F2A); border: 1px solid rgba(92, 110, 255, 0.25); box-shadow: 0 0 80px rgba(92, 110, 255, 0.15), 0 40px 100px rgba(0, 0, 0, 0.6); cursor: pointer; } .video-thumbnail { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, #07070F 0%, #0E0E22 100%); transition: opacity 0.4s ease; } .video-grid-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(92, 110, 255, 0.07) 1px, transparent 0); background-size: 44px 44px; pointer-events: none; } .video-orb { position: absolute; width: 65%; height: 65%; top: 50%; left: 50%; transform: translate(-50%, -50%); background: radial-gradient(ellipse at center, rgba(92, 110, 255, 0.18) 0%, rgba(123, 62, 228, 0.12) 40%, transparent 70%); pointer-events: none; } .video-logo-block { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; pointer-events: none; } .video-logo-text { font-family: 'Poppins', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 800; letter-spacing: -0.02em; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; } .video-logo-sub { font-family: 'Inter', sans-serif; font-size: clamp(11px, 1.5vw, 14px); font-weight: 500; color: rgba(255, 255, 255, 0.45); letter-spacing: 0.06em; text-transform: uppercase; } .video-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 80px; height: 80px; border-radius: 50%; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(6px); border: 2px solid rgba(255, 255, 255, 0.25); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 8px 32px rgba(0, 0, 0, 0.4); transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; cursor: pointer; } .video-play-btn::before { content: ''; position: absolute; inset: -10px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.2); animation: video-pulse 2s ease-out infinite; pointer-events: none; } @keyframes video-pulse { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.8); opacity: 0; } } .video-play-btn svg { width: 28px; height: 28px; fill: #fff; margin-left: 4px; } .video-player:hover .video-play-btn { transform: translate(-50%, -50%) scale(1.08); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 12px 40px rgba(0, 0, 0, 0.5); background: rgba(255, 255, 255, 0.22); } .video-player.playing .video-play-btn { opacity: 0; pointer-events: none; } .video-player.playing .video-thumbnail { opacity: 0.35; } .video-controls { position: absolute; bottom: 0; left: 0; right: 0; height: 48px; background: rgba(0, 0, 0, 0.72); backdrop-filter: blur(4px); display: flex; align-items: center; padding: 0 14px; gap: 12px; z-index: 15; } .video-timeline-wrap { flex: 1; height: 4px; background: rgba(255, 255, 255, 0.18); border-radius: 2px; overflow: hidden; cursor: pointer; } .video-timeline-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); border-radius: 2px; transition: width 0.3s linear; } @keyframes progress-anim { from { width: 0%; } to { width: 100%; } } .video-player.playing .video-timeline-fill { animation: progress-anim 522s linear forwards; } .video-time { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 500; color: rgba(255, 255, 255, 0.75); letter-spacing: 0.02em; white-space: nowrap; min-width: 70px; } .video-ctrl-icons { display: flex; align-items: center; gap: 10px; } .video-ctrl-icon { font-size: 13px; color: rgba(255, 255, 255, 0.65); cursor: pointer; transition: color 0.2s; line-height: 1; } .video-ctrl-icon:hover { color: #fff; } .video-duration-badge { position: absolute; top: 14px; right: 14px; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 6px; padding: 4px 9px; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.85); z-index: 15; letter-spacing: 0.04em; } .video-watermark { position: absolute; bottom: 58px; left: 14px; display: flex; align-items: center; gap: 5px; opacity: 0.3; z-index: 15; pointer-events: none; } .video-watermark-logo { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; color: #fff; letter-spacing: 0.02em; } .video-watermark-copy { font-family: 'Inter', sans-serif; font-size: 10px; color: rgba(255, 255, 255, 0.7); } .video-playing-indicator { position: absolute; top: 14px; left: 14px; display: none; align-items: center; gap: 6px; background: rgba(238, 73, 139, 0.15); border: 1px solid rgba(238, 73, 139, 0.4); border-radius: 6px; padding: 4px 10px; z-index: 15; } .video-player.playing .video-playing-indicator { display: flex; } .playing-dot { width: 6px; height: 6px; border-radius: 50%; background: #EE498B; animation: urgency-pulse 1.2s ease-in-out infinite; } .playing-label { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; color: #EE498B; letter-spacing: 0.06em; text-transform: uppercase; } .video-cta { text-align: center; padding: 36px 24px 60px; } .lp-btn-primary { display: inline-block; max-width: 400px; width: 100%; padding: 18px 40px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 700; border: none; cursor: pointer; text-decoration: none; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.01em; box-shadow: 0 6px 30px rgba(92, 110, 255, 0.4); } .lp-btn-primary:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 10px 40px rgba(92, 110, 255, 0.55); } .video-cta-sub { margin-top: 14px; font-size: 13px; color: rgba(255, 255, 255, 0.45); font-family: 'Inter', sans-serif; } .lp-discover-section { border-top: 1px solid rgba(92, 110, 255, 0.1); } .discover-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .discover-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 16px; padding: 28px; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; } .discover-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(92, 110, 255, 0.5), transparent); } .discover-card:hover { border-color: rgba(92, 110, 255, 0.35); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(92, 110, 255, 0.1); } .discover-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, rgba(92, 110, 255, 0.2), rgba(123, 62, 228, 0.15)); border: 1px solid rgba(92, 110, 255, 0.25); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; } .discover-card h3 { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.3; } .discover-card p { font-size: 14px; color: rgba(255, 255, 255, 0.55); line-height: 1.65; } .lp-stats-section { border-top: 1px solid rgba(92, 110, 255, 0.1); border-bottom: 1px solid rgba(92, 110, 255, 0.1); } .stats-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; } .stat-item { flex: 1; min-width: 150px; text-align: center; padding: 20px 24px; position: relative; } .stat-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 20%; height: 60%; width: 1px; background: rgba(92, 110, 255, 0.2); } .stat-value { font-family: 'Poppins', sans-serif; font-size: clamp(28px, 4vw, 40px); font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; margin-bottom: 6px; } .stat-label { font-size: 13px; color: rgba(255, 255, 255, 0.5); font-family: 'Inter', sans-serif; line-height: 1.4; } .testimonial-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 20px; padding: 32px; max-width: 720px; margin: 0 auto; display: flex; align-items: flex-start; gap: 24px; position: relative; overflow: hidden; box-shadow: 0 0 60px rgba(92, 110, 255, 0.07), 0 24px 60px rgba(0, 0, 0, 0.35); } .testimonial-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .testimonial-mini-player { flex-shrink: 0; width: 80px; height: 80px; border-radius: 12px; background: linear-gradient(135deg, #0A0A18, #12122A); border: 1px solid rgba(92, 110, 255, 0.3); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; cursor: pointer; transition: transform 0.25s; } .testimonial-mini-player:hover { transform: scale(1.05); } .mini-play-btn { width: 30px; height: 30px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.3); display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; } .mini-play-btn svg { width: 12px; height: 12px; fill: #fff; margin-left: 2px; } .mini-player-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(92, 110, 255, 0.08) 1px, transparent 0); background-size: 12px 12px; } .mini-player-orb { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(92, 110, 255, 0.2) 0%, transparent 70%); } .testimonial-content { flex: 1; } .testimonial-meta { margin-bottom: 12px; } .testimonial-name { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; } .testimonial-role { font-size: 13px; color: rgba(255, 255, 255, 0.45); margin-top: 2px; } .testimonial-stars { font-size: 15px; color: #F5A623; margin-bottom: 12px; letter-spacing: 2px; } .testimonial-quote { font-size: 14px; color: rgba(255, 255, 255, 0.72); line-height: 1.7; font-style: italic; } .lp-faq-section { border-top: 1px solid rgba(92, 110, 255, 0.1); } .faq-list { max-width: 680px; margin: 0 auto; } .faq-item { border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 14px; margin-bottom: 12px; overflow: hidden; background: #0F0F1E; transition: border-color 0.3s; } .faq-item.open { border-color: rgba(92, 110, 255, 0.35); } .faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; gap: 16px; user-select: none; } .faq-question-text { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: #fff; line-height: 1.4; } .faq-icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.25); display: flex; align-items: center; justify-content: center; transition: transform 0.3s, background 0.3s; } .faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(92, 110, 255, 0.25); } .faq-icon svg { width: 14px; height: 14px; stroke: #7B8FFF; fill: none; stroke-width: 2; stroke-linecap: round; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; } .faq-item.open .faq-answer { max-height: 200px; } .faq-answer-inner { padding: 16px 24px 22px; font-size: 14px; color: rgba(255, 255, 255, 0.58); line-height: 1.75; border-top: 1px solid rgba(92, 110, 255, 0.1); } .final-cta-section { padding: 80px 0; background: linear-gradient(180deg, rgba(8, 8, 20, 0) 0%, rgba(10, 10, 32, 0.95) 100%); border-top: 1px solid rgba(92, 110, 255, 0.1); text-align: center; } .final-cta-section h2 { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 3.5vw, 36px); font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 16px; letter-spacing: -0.02em; } .final-cta-section p { font-size: 16px; color: rgba(255, 255, 255, 0.55); margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; } .final-cta-btns { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; } .btn-ghost { display: inline-block; padding: 16px 32px; border-radius: 10px; background: transparent; border: 1px solid rgba(92, 110, 255, 0.45); color: #8BA0FF; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; transition: border-color 0.25s, background 0.25s, color 0.25s, transform 0.2s; letter-spacing: 0.01em; } .btn-ghost:hover { border-color: rgba(92, 110, 255, 0.7); background: rgba(92, 110, 255, 0.08); color: #fff; transform: translateY(-2px); } .btn-primary-inline { display: inline-block; padding: 16px 32px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.01em; box-shadow: 0 6px 28px rgba(92, 110, 255, 0.4); } .btn-primary-inline:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 10px 40px rgba(92, 110, 255, 0.55); } .lp-footer { position: relative; z-index: 5; text-align: center; padding: 28px 24px; border-top: 1px solid rgba(92, 110, 255, 0.08); } .lp-footer p { font-size: 13px; color: rgba(255, 255, 255, 0.3); font-family: 'Inter', sans-serif; } .lp-footer a { color: rgba(255, 255, 255, 0.4); text-decoration: none; transition: color 0.2s; } .lp-footer a:hover { color: rgba(255, 255, 255, 0.7); } @media (max-width: 768px) { .discover-grid { grid-template-columns: 1fr; } .stat-item { min-width: 50%; flex: 0 0 50%; } .stat-item:nth-child(2)::after { display: none; } .stat-item:nth-child(odd):not(:last-child)::after { display: block; } .testimonial-card { flex-direction: column; align-items: center; text-align: center; gap: 20px; } .final-cta-btns { flex-direction: column; align-items: stretch; max-width: 340px; margin: 0 auto; } .btn-ghost, .btn-primary-inline { text-align: center; } .urgency-bar { padding: 10px 16px; } .urgency-text { font-size: 12px; } .video-cta { padding: 28px 24px 48px; } } @media (max-width: 480px) { .stat-item { min-width: 100%; flex: 0 0 100%; } .stat-item::after { display: none !important; } .stat-item:not(:last-child) { border-bottom: 1px solid rgba(92, 110, 255, 0.15); } .video-logo-text { font-size: 24px; } } .ob-urgency-bar { position: relative; z-index: 20; background: linear-gradient(135deg, rgba(92, 110, 255, 0.15), rgba(238, 73, 139, 0.1)); border-bottom: 1px solid rgba(92, 110, 255, 0.2); padding: 10px 24px; text-align: center; } .urgency-bar-inner { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.92); display: flex; align-items: center; justify-content: center; gap: 10px; } @keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.75); } } .ob-urgency-bar .urgency-dot { animation: pulse-dot 1.5s infinite; } .ob-header-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; } .lp-header-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(238, 73, 139, 0.1); border: 1px solid rgba(238, 73, 139, 0.3); color: #EE498B; } .ob-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; } .lp-container-narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; } .lp-ob-hero { padding: 72px 0 84px; } .ob-hero-grid { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: start; } .ob-hero-content { padding-top: 6px; } .ob-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.3); color: #7B8FFF; margin-bottom: 26px; } .ob-hero-h1 { font-family: 'Poppins', sans-serif; font-size: clamp(24px, 4vw, 42px); font-weight: 800; line-height: 1.15; color: #fff; margin-bottom: 22px; letter-spacing: -0.025em; } .ob-hero-sub { font-size: clamp(15px, 1.8vw, 17px); color: rgba(255, 255, 255, 0.6); line-height: 1.75; margin-bottom: 34px; } .lp-checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; } .lp-checklist li { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; color: rgba(255, 255, 255, 0.78); line-height: 1.5; } .check-icon { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; margin-top: 1px; box-shadow: 0 2px 10px rgba(92, 110, 255, 0.4); } .result-block { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 16px; overflow: hidden; margin-bottom: 32px; } .result-block-header { padding: 12px 20px; background: rgba(92, 110, 255, 0.07); border-bottom: 1px solid rgba(92, 110, 255, 0.15); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); } .result-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(92, 110, 255, 0.12); border-bottom: 1px solid rgba(92, 110, 255, 0.12); } .result-metric { background: #0F0F1E; padding: 18px 14px; text-align: center; } .result-metric-value { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 800; background: linear-gradient(120deg, #7B8FFF, #EE498B); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; margin-bottom: 4px; } .result-metric-label { font-size: 11px; color: rgba(255, 255, 255, 0.4); line-height: 1.3; } .result-block-note { padding: 10px 20px; font-size: 11px; color: rgba(255, 255, 255, 0.3); font-style: italic; } .lp-social-inline { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; background: rgba(92, 110, 255, 0.06); border: 1px solid rgba(92, 110, 255, 0.15); border-radius: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.6); } .lp-social-inline strong { color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; } .lp-form-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 24px; padding: 36px 32px; box-shadow: 0 0 80px rgba(92, 110, 255, 0.1), 0 32px 80px rgba(0, 0, 0, 0.5); position: relative; overflow: hidden; } .lp-form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .lp-form-card::after { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(92, 110, 255, 0.07), transparent 70%); pointer-events: none; } .lp-form-card-title { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 6px; } .lp-form-card-sub { font-size: 13px; color: rgba(255, 255, 255, 0.42); margin-bottom: 26px; display: flex; gap: 10px; flex-wrap: wrap; } .lp-field-group { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .lp-field { margin-bottom: 16px; } .lp-field-label { display: block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.38); margin-bottom: 7px; } .lp-field-input { width: 100%; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 10px; padding: 13px 16px; font-family: 'Inter', sans-serif; font-size: 14px; color: #fff; outline: none; transition: border-color 0.25s, box-shadow 0.25s; } .lp-field-input::placeholder { color: rgba(255, 255, 255, 0.22); } .lp-field-input:focus { border-color: rgba(92, 110, 255, 0.5); box-shadow: 0 0 0 3px rgba(92, 110, 255, 0.1); } .lp-btn-submit { display: block; width: 100%; padding: 17px 32px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; border: none; cursor: pointer; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.02em; box-shadow: 0 6px 28px rgba(92, 110, 255, 0.45); margin-bottom: 14px; text-align: center; position: relative; z-index: 1; } .lp-btn-submit:hover { opacity: 0.92; transform: translateY(-2px); box-shadow: 0 10px 36px rgba(92, 110, 255, 0.6); } .lp-form-note { font-size: 12px; color: rgba(255, 255, 255, 0.32); text-align: center; line-height: 1.55; } .lp-divider-glow { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(92, 110, 255, 0.35), rgba(238, 73, 139, 0.25), transparent); } .ob-pain-section { border-top: 1px solid rgba(92, 110, 255, 0.1); } .ob-section-label { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.3); text-align: center; margin-bottom: 14px; } .pain-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .pain-solution-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 18px; padding: 28px 24px; transition: border-color 0.25s, box-shadow 0.25s; } .pain-solution-card:hover { border-color: rgba(92, 110, 255, 0.3); box-shadow: 0 8px 32px rgba(92, 110, 255, 0.08); } .card-icon-wrap { width: 44px; height: 44px; border-radius: 12px; background: rgba(92, 110, 255, 0.1); border: 1px solid rgba(92, 110, 255, 0.2); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 20px; } .pain-label { display: inline-flex; align-items: center; gap: 6px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(238, 73, 139, 0.75); margin-bottom: 8px; } .pain-text { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, 0.68); margin-bottom: 16px; line-height: 1.4; } .pain-arrow { font-size: 20px; color: rgba(92, 110, 255, 0.45); margin-bottom: 10px; display: block; } .solution-label { display: inline-flex; align-items: center; gap: 6px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(92, 110, 255, 0.8); margin-bottom: 8px; } .solution-text { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; line-height: 1.4; margin-bottom: 10px; } .solution-stat { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: rgba(92, 110, 255, 0.8); background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 6px; padding: 4px 10px; font-family: 'Poppins', sans-serif; } .testimonial-hero-card { background: linear-gradient(135deg, rgba(92, 110, 255, 0.08), rgba(123, 62, 228, 0.06)); border: 1px solid rgba(92, 110, 255, 0.22); border-radius: 24px; padding: 52px 56px; position: relative; overflow: hidden; } .testimonial-hero-card::before { content: '"'; position: absolute; top: -20px; left: 36px; font-family: 'Poppins', sans-serif; font-size: 160px; font-weight: 900; color: rgba(92, 110, 255, 0.06); line-height: 1; pointer-events: none; } .testimonial-hero-quote { font-family: 'Poppins', sans-serif; font-size: clamp(17px, 2.5vw, 22px); font-weight: 500; color: rgba(255, 255, 255, 0.88); line-height: 1.65; font-style: italic; margin-bottom: 30px; position: relative; } .testimonial-hero-highlight { color: #7B8FFF; font-weight: 700; font-style: normal; } .testimonial-hero-author { display: flex; align-items: center; gap: 16px; } .testimonial-hero-avatar { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, #5C6EFF, #7B3EE4); display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 700; color: #fff; flex-shrink: 0; box-shadow: 0 0 20px rgba(92, 110, 255, 0.3); } .testimonial-hero-name { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; } .testimonial-hero-role { font-size: 13px; color: rgba(255, 255, 255, 0.42); } .ob-stars { margin-left: auto; color: #FFB020; font-size: 18px; letter-spacing: 2px; } .lp-scarcity-wrap { padding: 40px 0; } .lp-scarcity-inner { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; text-align: center; } .scarcity-icon { font-size: 28px; line-height: 1; } .scarcity-text { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, 0.88); } .scarcity-text strong { color: #EE498B; } .scarcity-bar-wrapper { display: flex; flex-direction: column; gap: 7px; align-items: center; } .scarcity-bar-track { width: 180px; height: 6px; background: rgba(255, 255, 255, 0.08); border-radius: 100px; overflow: hidden; } .scarcity-bar-fill { height: 100%; width: 71%; background: linear-gradient(90deg, #5C6EFF, #EE498B); border-radius: 100px; } .scarcity-bar-label { font-size: 12px; color: rgba(255, 255, 255, 0.35); } .ob-trust-section { border-top: 1px solid rgba(92, 110, 255, 0.1); border-bottom: 1px solid rgba(92, 110, 255, 0.1); } .lp-trust-label { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.28); text-align: center; margin-bottom: 26px; } .trust-badges { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; } .trust-badge { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 100px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.58); transition: border-color 0.25s, color 0.25s; } .trust-badge:hover { border-color: rgba(92, 110, 255, 0.3); color: rgba(255, 255, 255, 0.82); } .lp-cta-reminder-inner { background: linear-gradient(135deg, rgba(92, 110, 255, 0.1), rgba(123, 62, 228, 0.08), rgba(238, 73, 139, 0.05)); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 24px; padding: 56px 48px; text-align: center; position: relative; overflow: hidden; } .lp-cta-reminder-inner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .lp-cta-reminder-title { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 3.5vw, 32px); font-weight: 700; color: #fff; margin-bottom: 16px; letter-spacing: -0.02em; } .lp-cta-reminder-sub { font-size: clamp(14px, 1.8vw, 16px); color: rgba(255, 255, 255, 0.58); max-width: 580px; margin: 0 auto 36px; line-height: 1.7; } .lp-cta-reminder-sub em { color: rgba(238, 73, 139, 0.85); font-style: normal; font-weight: 600; } .lp-btn-cta-large { display: inline-block; padding: 18px 48px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; border: none; cursor: pointer; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.02em; box-shadow: 0 6px 30px rgba(92, 110, 255, 0.45); text-decoration: none; max-width: 440px; width: 100%; text-align: center; } .lp-btn-cta-large:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(92, 110, 255, 0.58); } @media (max-width: 960px) { .ob-hero-grid { grid-template-columns: 1fr; gap: 48px; } } @media (max-width: 768px) { .pain-solution-grid { grid-template-columns: 1fr; gap: 16px; } .testimonial-hero-card { padding: 34px 26px; } .lp-cta-reminder-inner { padding: 36px 24px; } } @media (max-width: 480px) { .lp-form-card { padding: 28px 22px; } .lp-field-group { grid-template-columns: 1fr; } } .value-bar { position: relative; z-index: 20; background: linear-gradient(135deg, rgba(92, 110, 255, 0.14), rgba(123, 62, 228, 0.1), rgba(238, 73, 139, 0.08)); border-bottom: 1px solid rgba(92, 110, 255, 0.18); padding: 9px 24px; text-align: center; } .value-bar-text { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, 0.82); letter-spacing: 0.01em; } .ib-hero { padding: 72px 0 60px; text-align: center; } .ib-container { max-width: 720px; margin: 0 auto; padding: 0 24px; } .ib-container-wide { max-width: 1000px; margin: 0 auto; padding: 0 24px; } .ib-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.35); color: #7B8FFF; margin-bottom: 32px; } .lp-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #5C6EFF; box-shadow: 0 0 8px rgba(92, 110, 255, 0.9); animation: pulse-dot 2s infinite; flex-shrink: 0; } .guide-mockup-wrap { display: flex; align-items: center; justify-content: center; gap: 32px; margin-bottom: 36px; } .guide-cover-stack { position: relative; flex-shrink: 0; } .guide-cover-stack::before, .guide-cover-stack::after { content: ''; position: absolute; width: 150px; height: 200px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 12px; } .guide-cover-stack::before { top: 6px; left: -8px; transform: rotate(-5deg); z-index: 1; } .guide-cover-stack::after { top: 3px; left: -4px; transform: rotate(-2.5deg); z-index: 2; } .guide-cover { position: relative; z-index: 3; width: 150px; height: 200px; background: linear-gradient(160deg, #0F0F1E 0%, #13103A 100%); border: 1px solid rgba(92, 110, 255, 0.35); border-radius: 12px; overflow: hidden; box-shadow: 6px 8px 30px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(92, 110, 255, 0.1); transform: rotate(-3deg); display: flex; flex-direction: column; padding: 0 0 14px; } .guide-cover-bar { height: 6px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); flex-shrink: 0; margin-bottom: 16px; } .guide-cover-body { flex: 1; padding: 0 14px; display: flex; flex-direction: column; gap: 8px; } .guide-cover-label { font-family: 'Poppins', sans-serif; font-size: 8px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(92, 110, 255, 0.7); } .guide-cover-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #fff; line-height: 1.2; } .guide-cover-subtitle { font-family: 'Inter', sans-serif; font-size: 9px; color: rgba(255, 255, 255, 0.5); line-height: 1.4; } .guide-cover-lines { display: flex; flex-direction: column; gap: 5px; margin-top: 8px; } .guide-cover-line { height: 2px; border-radius: 2px; background: rgba(255, 255, 255, 0.08); } .guide-cover-line:nth-child(1) { width: 85%; } .guide-cover-line:nth-child(2) { width: 70%; } .guide-cover-line:nth-child(3) { width: 55%; } .guide-cover-footer { padding: 0 14px; display: flex; align-items: center; justify-content: space-between; } .guide-cover-brand { font-family: 'Poppins', sans-serif; font-size: 7px; font-weight: 800; color: rgba(255, 255, 255, 0.3); letter-spacing: 0.1em; } .guide-cover-pages-badge { font-family: 'Poppins', sans-serif; font-size: 7px; font-weight: 700; color: rgba(92, 110, 255, 0.7); background: rgba(92, 110, 255, 0.1); border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 4px; padding: 2px 6px; } .guide-chapters { text-align: left; } .guide-chapters-title { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); margin-bottom: 12px; } .guide-chapter-list { list-style: none; display: flex; flex-direction: column; gap: 8px; } .guide-chapter-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.65); } .guide-chapter-num { width: 20px; height: 20px; border-radius: 50%; background: rgba(92, 110, 255, 0.12); border: 1px solid rgba(92, 110, 255, 0.3); display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; color: #7B8FFF; flex-shrink: 0; } .ib-hero-h1 { font-family: 'Poppins', sans-serif; font-size: clamp(26px, 5vw, 46px); font-weight: 800; line-height: 1.15; color: #fff; margin-bottom: 20px; letter-spacing: -0.025em; } .ib-hero-sub { font-size: clamp(15px, 2vw, 17px); color: rgba(255, 255, 255, 0.62); line-height: 1.75; max-width: 580px; margin: 0 auto 32px; } .lp-proof-inline { display: inline-flex; align-items: center; gap: 14px; padding: 12px 22px; background: rgba(92, 110, 255, 0.06); border: 1px solid rgba(92, 110, 255, 0.18); border-radius: 100px; margin-bottom: 48px; flex-wrap: wrap; justify-content: center; } .lp-proof-avatars { display: flex; align-items: center; } .lp-proof-avatar { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #080810; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; font-family: 'Poppins', sans-serif; } .lp-proof-avatar:not(:first-child) { margin-left: -8px; } .lp-proof-avatar:nth-child(1) { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); } .lp-proof-avatar:nth-child(2) { background: linear-gradient(135deg, #7B3EE4, #EE498B); } .lp-proof-avatar:nth-child(3) { background: linear-gradient(135deg, #EE498B, #FF8B3E); } .lp-proof-text { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.7); } .lp-proof-text strong { color: #fff; font-weight: 600; } .lp-proof-stars { color: #FFB020; font-size: 13px; letter-spacing: 1px; } .lp-proof-rating { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; color: rgba(255, 255, 255, 0.6); } .lp-section-title { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: #fff; text-align: center; margin-bottom: 44px; letter-spacing: -0.015em; } .learn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .learn-item { display: flex; align-items: flex-start; gap: 16px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 14px; padding: 20px; transition: border-color 0.25s, box-shadow 0.25s; } .learn-item:hover { border-color: rgba(92, 110, 255, 0.32); box-shadow: 0 6px 28px rgba(92, 110, 255, 0.07); } .learn-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(92, 110, 255, 0.1); border: 1px solid rgba(92, 110, 255, 0.2); display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; } .learn-text { font-size: 14px; color: rgba(255, 255, 255, 0.7); line-height: 1.55; } .learn-text strong { display: block; font-family: 'Poppins', sans-serif; font-weight: 600; color: #fff; font-size: 14px; margin-bottom: 4px; } .ib-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .ib-testimonial-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 18px; padding: 28px 24px; transition: border-color 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; } .ib-testimonial-card:hover { border-color: rgba(92, 110, 255, 0.3); box-shadow: 0 8px 32px rgba(92, 110, 255, 0.08); } .testimonial-quote-mark { font-size: 40px; color: #5C6EFF; line-height: 1; margin-bottom: 10px; opacity: 0.5; font-family: Georgia, serif; } .testimonial-text { font-size: 14px; color: rgba(255, 255, 255, 0.72); line-height: 1.65; font-style: italic; margin-bottom: 16px; flex: 1; } .testimonial-text strong { color: #7B8FFF; font-style: normal; font-weight: 600; } .testimonial-result { display: inline-flex; align-items: center; gap: 6px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; color: rgba(92, 110, 255, 0.9); background: rgba(92, 110, 255, 0.08); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 6px; padding: 4px 10px; margin-bottom: 18px; letter-spacing: 0.02em; } .testimonial-author { display: flex; align-items: center; gap: 12px; } .testimonial-avatar { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; } .av-1 { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); } .av-2 { background: linear-gradient(135deg, #7B3EE4, #EE498B); } .av-3 { background: linear-gradient(135deg, #EE498B, #FF6B35); } .ib-testimonial-name { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: #fff; } .ib-testimonial-role { font-size: 12px; color: rgba(255, 255, 255, 0.38); } .lp-optin-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.25); border-radius: 22px; padding: 42px; max-width: 520px; margin: 0 auto; box-shadow: 0 0 60px rgba(92, 110, 255, 0.09), 0 24px 64px rgba(0, 0, 0, 0.45); position: relative; overflow: hidden; } .lp-optin-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #5C6EFF, #7B3EE4, #EE498B); } .lp-optin-card-title { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 6px; text-align: center; } .lp-optin-card-sub { font-size: 14px; color: rgba(255, 255, 255, 0.45); text-align: center; margin-bottom: 28px; } .lp-optin-label { display: block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); margin-bottom: 8px; } .lp-optin-input { width: 100%; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(92, 110, 255, 0.2); border-radius: 10px; padding: 14px 18px; font-family: 'Inter', sans-serif; font-size: 15px; color: #fff; outline: none; transition: border-color 0.25s, box-shadow 0.25s; margin-bottom: 20px; } .lp-optin-input::placeholder { color: rgba(255, 255, 255, 0.25); } .lp-optin-input:focus { border-color: rgba(92, 110, 255, 0.55); box-shadow: 0 0 0 3px rgba(92, 110, 255, 0.1); } .ib-btn-primary { display: block; width: 100%; padding: 17px 32px; border-radius: 10px; background: linear-gradient(135deg, #5C6EFF 0%, #7B3EE4 100%); color: #fff; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; border: none; cursor: pointer; transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s; letter-spacing: 0.02em; box-shadow: 0 5px 26px rgba(92, 110, 255, 0.4); margin-bottom: 16px; text-align: center; } .ib-btn-primary:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 10px 36px rgba(92, 110, 255, 0.55); } .lp-optin-trust { font-size: 13px; color: rgba(255, 255, 255, 0.38); text-align: center; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; } .lp-optin-trust span { color: rgba(92, 110, 255, 0.85); font-weight: 600; } .lp-optin-urgency { text-align: center; margin-top: 18px; font-size: 13px; color: rgba(255, 255, 255, 0.35); } .lp-optin-urgency .highlight { color: rgba(238, 73, 139, 0.75); } .lp-about-inner { display: flex; align-items: center; gap: 24px; background: #0F0F1E; border: 1px solid rgba(92, 110, 255, 0.14); border-radius: 20px; padding: 32px 40px; } .lp-about-logo { font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 800; flex-shrink: 0; } .lp-about-divider { width: 1px; height: 44px; background: rgba(92, 110, 255, 0.2); flex-shrink: 0; } .lp-about-text { font-size: 14px; color: rgba(255, 255, 255, 0.58); line-height: 1.65; flex: 1; } .lp-about-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: #7B8FFF; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; text-decoration: none; transition: gap 0.2s; } .lp-about-link:hover { gap: 10px; } @media (max-width: 768px) { .ib-testimonials-grid { grid-template-columns: 1fr; gap: 16px; } } @media (max-width: 620px) { .learn-grid { grid-template-columns: 1fr; } } @media (max-width: 600px) { .guide-mockup-wrap { flex-direction: column; gap: 20px; } .lp-about-inner { flex-direction: column; text-align: center; padding: 28px 24px; } .lp-about-divider { width: 40px; height: 1px; } } @media (max-width: 560px) { .lp-optin-card { padding: 30px 24px; } } .sol-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; } .sol-oc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: 100%; } .sol-oc-card { background: #0F0F1E; border: 1px solid rgba(92, 110, 255, .18); border-radius: 20px; padding: 28px 24px; display: flex; flex-direction: column; position: relative; transition: border-color .3s, transform .3s; } .sol-oc-card:hover { border-color: rgba(92, 110, 255, .35); transform: translateY(-3px); } .sol-oc-card.sol-oc-featured { background: linear-gradient(135deg, rgba(92, 110, 255, .07), rgba(238, 73, 139, .04)); border-color: rgba(238, 73, 139, .35); box-shadow: 0 0 40px rgba(238, 73, 139, .07); } .sol-oc-card.sol-oc-featured:hover { border-color: rgba(238, 73, 139, .55); } .sol-oc-popular { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #EE498B, #7B3EE4); color: #fff; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .15em; padding: 4px 14px; border-radius: 0 0 10px 10px; white-space: nowrap; } .sol-oc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; } .sol-oc-badge { font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; } .sol-oc-blue { color: #5C6EFF; background: rgba(92, 110, 255, .1); border: 1px solid rgba(92, 110, 255, .25); } .sol-oc-pink { color: #EE498B; background: rgba(238, 73, 139, .1); border: 1px solid rgba(238, 73, 139, .25); } .sol-oc-purple { color: #A87EFF; background: rgba(168, 126, 255, .1); border: 1px solid rgba(168, 126, 255, .25); } .sol-oc-icon { width: 36px; height: 36px; flex-shrink: 0; } .sol-oc-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 10px; } .sol-oc-desc { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, .5); line-height: 1.65; margin-bottom: 20px; } .sol-oc-features { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; } .sol-oc-features li { display: flex; align-items: flex-start; gap: 9px; font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, .72); line-height: 1.5; margin-bottom: 9px; } .sol-oc-features li::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #5C6EFF; flex-shrink: 0; margin-top: 6px; } .sol-oc-features-pink li::before { background: #EE498B; } .sol-oc-footer { margin-top: auto; } .sol-oc-price { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, .45); margin-bottom: 14px; } .sol-oc-price strong { font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 800; color: #fff; } .sol-oc-price strong span { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255, 255, 255, .4); } .sol-oc-cta { display: inline-block; padding: 11px 22px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; text-decoration: none; transition: opacity .3s, transform .3s; } .sol-oc-cta:hover { opacity: .85; transform: translateY(-2px); } .sol-oc-cta-blue { background: linear-gradient(135deg, #5C6EFF, #7B3EE4); color: #fff !important; } .sol-oc-cta-pink { background: linear-gradient(135deg, #EE498B, #7B3EE4); color: #fff !important; } @media(max-width:900px) { .sol-oc-grid { grid-template-columns: 1fr; } } @media(max-width:540px) { .sol-oc-card { padding: 22px 18px; } } .sol-ct-wrap { width: 100%; overflow-x: auto; } .sol-ct { width: 100%; border-collapse: collapse; } .sol-ct th, .sol-ct td { padding: 14px 18px; border-bottom: 1px solid rgba(92, 110, 255, .1); font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, .7); text-align: left; } .sol-ct thead tr { background: rgba(8, 8, 16, .5); } .sol-ct-feat { font-weight: 400; width: 40%; } .sol-ct-h { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-align: center; width: 20%; } .sol-ct-h-blue { color: #5C6EFF; } .sol-ct-h-pink { color: #EE498B; } .sol-ct-h-purple { color: #A87EFF; } .sol-ct tr:hover td { background: rgba(92, 110, 255, .04); } .sol-ct-group td { background: rgba(92, 110, 255, .06); font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .35); padding: 8px 18px; } .sol-ctv { display: block; text-align: center; } .sol-ctv-blue { color: #5C6EFF; font-size: 16px; font-weight: 700; } .sol-ctv-pink { color: #EE498B; font-size: 16px; font-weight: 700; } .sol-ctv-dash { color: rgba(255, 255, 255, .18); } .sol-ctv-sm { font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 700; color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .06); padding: 2px 8px; border-radius: 100px; white-space: nowrap; } @media(max-width:540px) { .sol-ct th, .sol-ct td { padding: 11px 12px; font-size: 12px; } .sol-ct-feat { width: 44%; } .sol-ct-h { width: 18%; } } .elementor-widget-form .elementor-field-label { color: rgba(255, 255, 255, 0.65); font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; margin-bottom: 6px; display: block; } .elementor-widget-form .elementor-field { background: rgba(255, 255, 255, 0.04) !important; border: 1px solid rgba(92, 110, 255, 0.2) !important; border-radius: 10px !important; color: #fff !important; font-family: 'Inter', sans-serif !important; font-size: 15px !important; padding: 12px 16px !important; width: 100% !important; transition: border-color 0.2s !important; box-shadow: none !important; } .elementor-widget-form .elementor-field:focus { border-color: rgba(92, 110, 255, 0.5) !important; outline: none !important; } .elementor-widget-form .elementor-field::placeholder { color: rgba(255, 255, 255, 0.25) !important; } .elementor-widget-form .elementor-select-wrapper::after { color: rgba(255, 255, 255, 0.4); } .elementor-widget-form .elementor-select-wrapper select { background: rgba(255, 255, 255, 0.04) !important; border: 1px solid rgba(92, 110, 255, 0.2) !important; border-radius: 10px !important; color: #fff !important; font-family: 'Inter', sans-serif !important; font-size: 15px !important; padding: 12px 16px !important; } .elementor-widget-form .elementor-select-wrapper option { background: #0F0F1E; color: #fff; } .elementor-widget-form .iti { width: 100% !important; display: block !important; } .elementor-widget-form .iti input.elementor-field { width: 100% !important; padding-left: 52px !important; } .elementor-widget-form .iti__flag-container { background: transparent !important; } .elementor-widget-form .iti__selected-flag { background: transparent !important; border-radius: 10px 0 0 10px !important; padding: 0 8px 0 12px !important; } .elementor-widget-form .iti__selected-flag:hover, .elementor-widget-form .iti__selected-flag:focus { background: rgba(255, 255, 255, 0.05) !important; } .elementor-widget-form .iti__country-list { background: #0F0F1E !important; border: 1px solid rgba(92, 110, 255, 0.2) !important; border-radius: 10px !important; color: #fff !important; } .elementor-widget-form .iti__country:hover { background: rgba(92, 110, 255, 0.1) !important; } .elementor-widget-form .iti__divider { border-color: rgba(92, 110, 255, 0.15) !important; } .elementor-widget-form .iti__search-input { background: rgba(255, 255, 255, 0.05) !important; border-color: rgba(92, 110, 255, 0.2) !important; color: #000 !important; border-radius: 6px !important; } .elementor-widget-form .elementor-message { margin-top: 14px; padding: 14px 18px; border-radius: 10px; font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.6; } .elementor-widget-form .elementor-message.elementor-message-success { background: rgba(61, 220, 132, 0.08); border: 1px solid rgba(61, 220, 132, 0.25); color: #3DDC84; } .elementor-widget-form .elementor-message.elementor-message-danger { background: rgba(238, 73, 139, 0.08); border: 1px solid rgba(238, 73, 139, 0.25); color: #EE498B; } .pw-footer-topline { height: 2px; background: linear-gradient(90deg, transparent, #5C6EFF 30%, #7B3EE4 70%, transparent); margin-bottom: 56px; } .pw-footer-logo { display: block; margin-bottom: 16px; } .pw-footer-logo img { height: 36px; width: auto; } .pw-footer-socials { display: flex; gap: 10px; margin-top: 8px; } .pw-footer-social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 8px; border: 1px solid rgba(92,110,255,0.25); background: rgba(92,110,255,0.06); color: rgba(255,255,255,0.6); text-decoration: none; transition: border-color 0.3s, background 0.3s; } .pw-footer-social-link:hover { border-color: rgba(92,110,255,0.5); background: rgba(92,110,255,0.14); color: #fff; } .pw-footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; } .pw-footer-contact-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(92,110,255,0.08); border: 1px solid rgba(92,110,255,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; } .pw-footer-contact-text { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; padding-top: 4px; font-family: 'Inter', sans-serif; } .pw-footer-contact-text strong { display: block; color: rgba(255,255,255,0.75); font-weight: 500; font-size: 13px; } .pw-footer-separator { height: 1px; background: rgba(92,110,255,0.1); margin: 40px 0 0; } .pw-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 20px 24px 28px; max-width: 1160px; margin: 0 auto; } .pw-footer-copyright { font-size: 12px; color: rgba(255,255,255,0.2); font-family: 'Inter', sans-serif; } .pw-footer-legal { display: flex; gap: 20px; } .pw-footer-legal a { font-size: 12px; color: rgba(255,255,255,0.25); text-decoration: none; font-family: 'Inter', sans-serif; transition: color 0.2s; } .pw-footer-legal a:hover { color: rgba(255,255,255,0.6); } @media (max-width: 768px) { .pw-footer-bottom { flex-direction: column; align-items: flex-start; } } .pw-footer-topline { height: 2px; background: linear-gradient(90deg, transparent, #5C6EFF 30%, #7B3EE4 70%, transparent); margin-bottom: 56px; } .pw-footer-logo { display: block; margin-bottom: 16px; } .pw-footer-logo img { height: 36px; width: auto; } .pw-footer-socials { display: flex; gap: 10px; margin-top: 8px; } .pw-footer-social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 8px; border: 1px solid rgba(92,110,255,0.25); background: rgba(92,110,255,0.06); color: rgba(255,255,255,0.6); text-decoration: none; transition: border-color 0.3s, background 0.3s; } .pw-footer-social-link:hover { border-color: rgba(92,110,255,0.5); background: rgba(92,110,255,0.14); color: #fff; } .pw-footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; } .pw-footer-contact-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(92,110,255,0.08); border: 1px solid rgba(92,110,255,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; } .pw-footer-contact-text { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; padding-top: 4px; font-family: 'Inter', sans-serif; } .pw-footer-contact-text strong { display: block; color: rgba(255,255,255,0.75); font-weight: 500; font-size: 13px; } .pw-footer-separator { height: 1px; background: rgba(92,110,255,0.1); margin: 40px 0 0; } .pw-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 20px 24px 28px; max-width: 1160px; margin: 0 auto; } .pw-footer-copyright { font-size: 12px; color: rgba(255,255,255,0.2); font-family: 'Inter', sans-serif; } .pw-footer-legal { display: flex; gap: 20px; } .pw-footer-legal a { font-size: 12px; color: rgba(255,255,255,0.25); text-decoration: none; font-family: 'Inter', sans-serif; transition: color 0.2s; } .pw-footer-legal a:hover { color: rgba(255,255,255,0.6); } @media (max-width: 768px) { .pw-footer-bottom { flex-direction: column; align-items: flex-start; } } .engage-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; } .engage-hero-card { background: linear-gradient(135deg, rgba(92,110,255,0.1), rgba(123,62,228,0.08)); border: 1px solid rgba(92,110,255,0.25); border-radius: 20px; padding: 40px; display: flex; flex-direction: column; justify-content: center; } .engage-hero-icon { font-size: 36px; margin-bottom: 20px; } .engage-hero-title { font-family: 'Poppins', sans-serif; font-size: clamp(1.5rem, 1.3rem + 0.5vw, 1.9rem); font-weight: 700; color: #fff; line-height: 1.3; margin: 0 0 16px; } .engage-hero-sub { font-family: 'Inter', sans-serif; font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.7; margin: 0 0 24px; } .engage-guarantee-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(61,220,132,0.1); border: 1px solid rgba(61,220,132,0.3); color: #3DDC84; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; border-radius: 100px; padding: 8px 18px; width: fit-content; } .engage-pillars { display: flex; flex-direction: column; gap: 16px; } .engage-pillar { background: #0F0F1E; border: 1px solid rgba(92,110,255,0.12); border-radius: 16px; padding: 24px; display: flex; align-items: flex-start; gap: 16px; transition: border-color 0.3s, transform 0.3s; } .engage-pillar:hover { border-color: rgba(92,110,255,0.3); transform: translateY(-2px); } .engage-pillar-icon { font-size: 24px; width: 44px; height: 44px; background: rgba(92,110,255,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .engage-pillar-body strong { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: #fff; display: block; margin-bottom: 6px; } .engage-pillar-body p { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; margin: 0; } @media (max-width: 768px) { .engage-wrap { grid-template-columns: 1fr; } } .solution-pourqui { font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; margin: 8px 0 16px; padding: 10px 14px; background: rgba(92,110,255,0.05); border-left: 2px solid rgba(92,110,255,0.3); border-radius: 0 8px 8px 0; } .solution-pourqui strong { color: rgba(255,255,255,0.7); } .elementor-accordion .elementor-tab-title { border-color: rgba(92,110,255,0.15) !important; background: #0F0F1E !important; border-radius: 12px !important; padding: 18px 24px !important; transition: border-color 0.3s, background 0.3s; } .elementor-accordion .elementor-tab-title:hover, .elementor-accordion .elementor-tab-title.elementor-active { border-color: rgba(92,110,255,0.35) !important; background: rgba(92,110,255,0.06) !important; } .elementor-accordion .elementor-tab-content { border-color: rgba(92,110,255,0.1) !important; background: rgba(92,110,255,0.03) !important; border-radius: 0 0 12px 12px !important; padding: 20px 24px !important; line-height: 1.75 !important; }
/* ═══ v3 INWI — Hero dark gradient ═══ */
.elementor-section.elementor-section-hero,
.e-con[class*="hero"],
.pw-section-hero {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
.pw-section-hero .elementor-heading-title,
.pw-section-hero .section-title,
.pw-section-hero p {
  color: #fff !important;
}

/* ═══════════════════════════════════════════════════════
   POWABU.MA — v3 Inwi Palette — Homepage Override
   Cible les sections par data-id Elementor + classes HTML
   Ne touche pas au contenu, aux animations, aux structures
═══════════════════════════════════════════════════════ */

/* ────────────────────────────────────────────────────────
   [0] HERO — fond dark gradient
──────────────────────────────────────────────────────── */
.elementor-element-21d8599f,
.elementor-element-21d8599f > .e-con-inner,
.elementor-element-21d8599f > .elementor-container {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
  position: relative !important;
}
/* Grille de fond dots dans le hero */
.elementor-element-21d8599f::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
  z-index: 0;
}

/* ────────────────────────────────────────────────────────
   DASHBOARD hw3-W — dark Inwi profond
──────────────────────────────────────────────────────── */
#hw3-W {
  --bg: transparent;
  --card: #0F0520;
  --muted: rgba(255,255,255,.55);
  --subtle: rgba(255,255,255,.20);
  --border: rgba(212,74,138,.25);
  background: transparent !important;
  color: #fff !important;
}
/* Blobs orbs */
#hw3-W .bg-orb-1 {
  background: radial-gradient(ellipse, rgba(173,33,132,.50) 0%, transparent 65%) !important;
}
#hw3-W .bg-orb-2 {
  background: radial-gradient(ellipse, rgba(107,33,168,.60) 0%, transparent 65%) !important;
}
/* Textes héro */
#hw3-W h1,
#hw3-W .hw3-sub,
#hw3-W .hw3-pill-text,
#hw3-W .hw3-cases-label-text { color: #fff !important; }
/* Badge terminal */
#hw3-W .hw3-pill {
  background: rgba(15,5,32,.90) !important;
  border-color: rgba(212,74,138,.35) !important;
}
/* Card principale dashboard — très foncée */
#hw3-W .hw3-card {
  background: #0F0520 !important;
  border: 1px solid rgba(212,74,138,.35) !important;
  box-shadow: 0 0 0 1px rgba(173,33,132,.20), 0 32px 80px rgba(0,0,0,.70) !important;
}
/* Topbar */
#hw3-W .hw3-tb {
  background: rgba(5,2,15,.80) !important;
  border-bottom-color: rgba(212,74,138,.25) !important;
}
#hw3-W .hw3-client { color: rgba(255,255,255,.80) !important; }
#hw3-W .hw3-sector {
  background: rgba(173,33,132,.18) !important;
  border-color: rgba(173,33,132,.30) !important;
  color: #F4A0CC !important;
}
/* Chart */
#hw3-W .hw3-chart { border-bottom-color: rgba(212,74,138,.20) !important; }
/* Colonnes avant/après */
#hw3-W .hw3-before { background: rgba(239,68,68,.06) !important; }
#hw3-W .hw3-after  { background: rgba(22,163,74,.05) !important; }
#hw3-W .hw3-story  { border-bottom-color: rgba(212,74,138,.20) !important; }
#hw3-W .hw3-arrow  { border-color: rgba(212,74,138,.20) !important; }
#hw3-W .hw3-stxt   { color: rgba(255,255,255,.72) !important; }
#hw3-W .hw3-before .hw3-stxt { color: rgba(255,255,255,.35) !important; }
#hw3-W .hw3-after  .hw3-stxt { color: rgba(255,255,255,.85) !important; }
/* Big number */
#hw3-W .hw3-bignum { border-bottom-color: rgba(212,74,138,.20) !important; }
#hw3-W .hw3-bn-divider { background: rgba(212,74,138,.25) !important; }
#hw3-W .hw3-bn-lbl { color: rgba(255,255,255,.55) !important; }
/* Journal */
#hw3-W .hw3-journal { border-bottom-color: rgba(212,74,138,.20) !important; }
#hw3-W .hw3-jentry  { background: rgba(255,255,255,.05) !important; }
#hw3-W .hw3-jdesc   { color: rgba(255,255,255,.70) !important; }
#hw3-W .hw3-jtime   { color: rgba(255,255,255,.38) !important; }
/* KPIs */
#hw3-W .hw3-kpis { background: rgba(212,74,138,.18) !important; }
#hw3-W .hw3-kpi  { background: #0F0520 !important; }
#hw3-W .hw3-klbl { color: rgba(255,255,255,.45) !important; }
/* Boutons — spécificité haute pour surpasser le CSS widget inline */
html body #hw3-W .hw3-bp,
html body #hw3-W .hw3-sim-btn {
  background: linear-gradient(135deg, #AD2184 0%, #7B1FD4 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(173,33,132,.40) !important;
  border: none !important;
}
html body #hw3-W .hw3-bg {
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,.40) !important;
  color: rgba(255,255,255,.90) !important;
}
html body #hw3-W .hw3-bg:hover {
  border-color: rgba(255,255,255,.70) !important;
  color: #fff !important;
}
/* Cases secteurs */
#hw3-W .hw3-case {
  background: rgba(255,255,255,.05) !important;
  border-color: rgba(255,255,255,.10) !important;
  color: rgba(255,255,255,.55) !important;
}
#hw3-W .hw3-case:hover {
  background: rgba(255,255,255,.10) !important;
  color: rgba(255,255,255,.90) !important;
}
#hw3-W .hw3-case.active {
  background: linear-gradient(135deg, rgba(173,33,132,.30), rgba(107,33,168,.25)) !important;
  border-color: rgba(173,33,132,.55) !important;
  color: #fff !important;
}
/* Note simulation */
#hw3-W .hw3-sim-note { color: rgba(255,255,255,.40) !important; }

/* ────────────────────────────────────────────────────────
   CARDS dans sections DARK — fond foncé cohérent
   Sections dark : Hero [21d8599f], FOMO [8bbf3eb], CTA [39410965 card]
──────────────────────────────────────────────────────── */
/* Cards FOMO */
.elementor-element-8bbf3eb .fomo-stat {
  background: rgba(10,4,26,.70) !important;
  border: 1px solid rgba(212,74,138,.25) !important;
  backdrop-filter: blur(8px) !important;
}
.elementor-element-8bbf3eb .fomo-risks,
.elementor-element-8bbf3eb [class*="fomo-risk"] {
  background: rgba(10,4,26,.60) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

/* ────────────────────────────────────────────────────────
   [1] NOTRE APPROCHE — fond lavande + textes foncés
──────────────────────────────────────────────────────── */
.elementor-element-53115420,
.elementor-element-53115420 > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
.elementor-element-53115420 .elementor-heading-title,
.elementor-element-53115420 .elementor-widget-heading .elementor-heading-title {
  color: #371A48 !important;
}
.elementor-element-53115420 .elementor-widget-text-editor,
.elementor-element-53115420 .elementor-widget-text-editor p {
  color: rgba(91,60,114,.75) !important;
}
/* Pillar cards — dark nuancé */
.pillar-card {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.20) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.30) !important;
  transition: border-color .25s, box-shadow .25s, transform .25s !important;
}
.pillar-card:hover {
  border-color: rgba(212,74,138,.45) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.40) !important;
}
.pillar-card h3 { color: #FFFFFF !important; }
.pillar-card p  { color: rgba(255,255,255,.65) !important; }
.pillar-number  { color: #F4A0CC !important; }
.pillar-icon {
  background: none !important;
  border: none !important;
}

/* ────────────────────────────────────────────────────────
   [2] STATS — fond blanc + chiffres gradient
──────────────────────────────────────────────────────── */
.elementor-element-1ab5ea94,
.elementor-element-1ab5ea94 > .e-con-inner {
  background: #F5F6FB !important;
}
.result-number {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.result-item {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.20) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.28) !important;
}
.result-label { color: rgba(255,255,255,.60) !important; }

/* ────────────────────────────────────────────────────────
   [3] NOS OFFRES — fond clair + cards
──────────────────────────────────────────────────────── */
.elementor-element-43a2281c,
.elementor-element-43a2281c > .e-con-inner {
  background: #F5F6FB !important;
}
.elementor-element-43a2281c .elementor-heading-title {
  color: #371A48 !important;
}
.elementor-element-43a2281c .elementor-widget-text-editor p {
  color: rgba(91,60,114,.75) !important;
}
.solution-card {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.22) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.30) !important;
  transition: border-color .25s, box-shadow .25s, transform .25s !important;
}
.solution-card:hover {
  border-color: rgba(212,74,138,.50) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.40) !important;
  transform: translateY(-4px) !important;
}
.solution-card h3 { color: #FFFFFF !important; }
.solution-card p, .solution-desc { color: rgba(255,255,255,.65) !important; }
.solution-card-tag {
  background: none !important;
  background-image: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  border: none !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 0 0 8px 0 !important;
  display: block !important;
}
.solution-pourqui {
  background: rgba(255,255,255,.05) !important;
  border-left-color: rgba(212,74,138,.35) !important;
  color: rgba(255,255,255,.60) !important;
}
/* Barre top des cards — supprimée */
.presence-card,
.clarity-card,
.ads-card { border-top: none !important; }
/* Features chips */
.solution-features span {
  background: rgba(255,255,255,.07) !important;
  border-color: rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.70) !important;
}
/* Prix */
.solution-price-tag {
  background: transparent !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
  border: 1px solid rgba(212,74,138,.45) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif !important;
  padding: 8px 16px !important;
  border-radius: 10px !important;
  display: inline-block !important;
  letter-spacing: 0.01em !important;
}
/* CTA lien */
.solution-cta {
  color: #F4A0CC !important;
  font-weight: 700 !important;
}

/* ────────────────────────────────────────────────────────
   [4] SIGNAL D'ALERTE FOMO — dark purple
──────────────────────────────────────────────────────── */
/* btn-ghost dans sections dark → blanc */
.elementor-element-8bbf3eb .btn-ghost,
.elementor-element-51149af4 .btn-ghost {
  color: rgba(255,255,255,.90) !important;
  border-color: rgba(255,255,255,.35) !important;
}
.elementor-element-8bbf3eb .btn-ghost:hover,
.elementor-element-51149af4 .btn-ghost:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,.70) !important;
}
.elementor-element-8bbf3eb,
.elementor-element-8bbf3eb > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #AD2184 100%) !important;
  position: relative !important;
}
.fomo-title {
  color: #FFFFFF !important;
}
.fomo-sub {
  color: rgba(255,255,255,.72) !important;
}
.fomo-tag {
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: rgba(255,255,255,.90) !important;
}
.fomo-dot {
  background: #F4A0CC !important;
  box-shadow: 0 0 8px rgba(244,160,204,.70) !important;
}
.fomo-stat {
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 16px !important;
}
.fomo-stat-value {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.fomo-stat-label { color: rgba(255,255,255,.55) !important; }

/* ────────────────────────────────────────────────────────
   [5] ENGAGEMENTS — fond lavande + dots pattern
──────────────────────────────────────────────────────── */
.elementor-element-51149af4,
.elementor-element-51149af4 > .e-con-inner {
  background: linear-gradient(180deg, #F5F6FB 0%, #EDE4F7 100%) !important;
  position: relative !important;
}
.elementor-element-51149af4::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(173,33,132,.07) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}
.elementor-element-51149af4 .elementor-heading-title {
  color: #371A48 !important;
}
.elementor-element-51149af4 .elementor-widget-text-editor p {
  color: rgba(91,60,114,.75) !important;
}
.engage-hero-card {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.22) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,.30) !important;
}
.engage-hero-title { color: #FFFFFF !important; }
.engage-hero-sub   { color: rgba(255,255,255,.65) !important; }
.engage-guarantee-badge {
  background: rgba(173,33,132,.20) !important;
  color: #F4A0CC !important;
  border: 1px solid rgba(212,74,138,.30) !important;
}
.engage-pillar {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.18) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.25) !important;
}
.engage-pillar:hover { border-color: rgba(212,74,138,.40) !important; }
.engage-pillar-body h3 { color: #FFFFFF !important; }
.engage-pillar-body p  { color: rgba(255,255,255,.62) !important; }
.engage-pillar-icon {
  background: rgba(173,33,132,.15) !important;
  border-radius: 12px !important;
}

/* ────────────────────────────────────────────────────────
   [6] CTA CENTRAL — fond blanc + card dark
──────────────────────────────────────────────────────── */
.elementor-element-39410965,
.elementor-element-39410965 > .e-con-inner {
  background: #F5F6FB !important;
}
.cta-card {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #AD2184 100%) !important;
  border-radius: 28px !important;
  position: relative !important;
  overflow: hidden !important;
}
.cta-card h2 { color: #FFFFFF !important; }
.cta-card p  { color: rgba(255,255,255,.72) !important; }
.cta-orb {
  position: absolute !important;
  background: radial-gradient(ellipse, rgba(255,255,255,.10) 0%, transparent 65%) !important;
}
/* Boutons dans CTA dark */
.cta-actions .btn-primary,
.cta-card .btn-primary {
  background: #FFFFFF !important;
  color: #AD2184 !important;
  box-shadow: 0 6px 24px rgba(0,0,0,.18) !important;
}
.cta-actions .btn-ghost,
.cta-card .btn-ghost {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.30) !important;
  color: #FFFFFF !important;
}
.cta-actions .btn-ghost:hover,
.cta-card .btn-ghost:hover {
  background: rgba(255,255,255,.18) !important;
  border-color: rgba(255,255,255,.65) !important;
}

/* ────────────────────────────────────────────────────────
   [7] FAQ — fond clair + accordion Inwi
   Widget ID: 3a5319f0 (vérifié via JS)
──────────────────────────────────────────────────────── */
.elementor-element-3a5319f0,
.elementor-element-3a5319f0 > .e-con-inner {
  background: #F5F6FB !important;
}
.elementor-element-3a5319f0 .elementor-heading-title {
  color: #371A48 !important;
}
.elementor-element-3a5319f0 .elementor-widget-text-editor p {
  color: rgba(91,60,114,.75) !important;
}
/* Accordion items — light mode, spécificité maximale */
html body .elementor-element-3a5319f0 .elementor-accordion-item {
  border-color: rgba(173,33,132,.18) !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
  margin-bottom: 8px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(55,26,72,.06) !important;
}
/* Tab title — override du background sombre #0F0F1E global */
html body .elementor-element-3a5319f0 .elementor-tab-title {
  background: #FFFFFF !important;
  background-image: none !important;
  color: #371A48 !important;
}
html body .elementor-element-3a5319f0 .elementor-tab-title.elementor-active {
  background: rgba(173,33,132,.06) !important;
  color: #AD2184 !important;
}
html body .elementor-element-3a5319f0 .elementor-accordion-icon,
html body .elementor-element-3a5319f0 .elementor-accordion-icon-closed,
html body .elementor-element-3a5319f0 .elementor-accordion-icon-opened {
  color: rgba(55,26,72,.45) !important;
}
html body .elementor-element-3a5319f0 .elementor-tab-title.elementor-active .elementor-accordion-icon {
  color: #AD2184 !important;
}
html body .elementor-element-3a5319f0 .elementor-tab-content {
  color: rgba(55,26,72,.75) !important;
  border-top-color: rgba(173,33,132,.15) !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
}

/* ────────────────────────────────────────────────────────
   GLOBAL — Section tags, boutons, gradient-text
──────────────────────────────────────────────────────── */
.section-tag {
  background: rgba(173,33,132,.09) !important;
  border: 1px solid rgba(173,33,132,.25) !important;
  color: #AD2184 !important;
}
.gradient-text,
.pw-grad {
  background: linear-gradient(120deg, #EE498B, #FF6B6B) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  display: inline !important;
}
/* ────────────────────────────────────────────────────────
   [8] DARK CARDS — Engagements · Offres · Piliers · Indicateurs
──────────────────────────────────────────────────────── */

/* Sections → fond light conservé (pas de changement de bg) */

/* Cards Engagements (hero + pillars) → near-black */
.engage-hero-card {
  background: #080810 !important;
  border-color: rgba(212,74,138,.30) !important;
}
.engage-pillar {
  background: #080810 !important;
  border-color: rgba(212,74,138,.22) !important;
}
.engage-hero-title { color: #FFFFFF !important; -webkit-text-fill-color: #FFFFFF !important; }
.engage-hero-sub, .engage-pillar-body { color: rgba(255,255,255,.65) !important; -webkit-text-fill-color: unset !important; }

/* Cards Offres (PRESENCE · CLARITY · ADS) → near-black + titres gradient corail */
.solution-card {
  background: #080810 !important;
  border-color: rgba(212,74,138,.28) !important;
}
.solution-card h3 {
  background: linear-gradient(120deg, #EE498B 0%, #FF6B6B 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.solution-desc { color: rgba(255,255,255,.60) !important; }

/* Cards Piliers (Structurer · Automatiser · Optimiser) → near-black */
.pillar-card {
  background: #080810 !important;
  border-color: rgba(212,74,138,.22) !important;
}
.pillar-title { color: #FFFFFF !important; -webkit-text-fill-color: #FFFFFF !important; }
.pillar-desc { color: rgba(255,255,255,.60) !important; }

/* Indicateurs de perf (+40h · 3× · 999 DH · 24/7) → near-black */
.result-item {
  background: #080810 !important;
  border-color: rgba(212,74,138,.22) !important;
}
.result-label { color: rgba(255,255,255,.65) !important; -webkit-text-fill-color: unset !important; }

/* Boutons primaires (sections claires) */
.btn-primary, .btn-large.btn-primary {
  background: linear-gradient(135deg, #AD2184 0%, #7B1FD4 100%) !important;
  color: #FFFFFF !important;
  box-shadow: 0 6px 24px rgba(173,33,132,.30) !important;
}
.btn-primary:hover { opacity: .88 !important; transform: translateY(-2px) !important; }
/* Boutons ghost (sections claires) */
.btn-ghost {
  border: 1.5px solid rgba(173,33,132,.30) !important;
  color: #AD2184 !important;
  background: transparent !important;
}
.btn-ghost:hover {
  border-color: rgba(173,33,132,.60) !important;
  color: #7B1FD4 !important;
}

/* ════════════════════════════════════════════════════════
   SOLUTIONS PAGE — Charte graphique Inwi (miroir homepage)
   IDs : wxvfsxm · 537mlri · mh2hbil · jvst6us · 64vtypy
════════════════════════════════════════════════════════ */

/* [S1] HERO — fond violet profond + grille dots */
.elementor-element-wxvfsxm,
.elementor-element-wxvfsxm > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
  position: relative !important;
}
.elementor-element-wxvfsxm::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
  z-index: 0;
}
.elementor-element-wxvfsxm .elementor-heading-title { color: #FFFFFF !important; }
.elementor-element-wxvfsxm .elementor-widget-text-editor p { color: rgba(255,255,255,.72) !important; }

/* ── Centrage Solutions page — spécificité maximale ── */
/* Containers internes → align-items center (colonne flex) */
html body .elementor-element-wxvfsxm .e-con,
html body .elementor-element-wxvfsxm .e-con-inner,
html body .elementor-element-537mlri .e-con,
html body .elementor-element-537mlri .e-con-inner,
html body .elementor-element-jvst6us .e-con,
html body .elementor-element-jvst6us .e-con-inner,
html body .elementor-element-64vtypy .e-con,
html body .elementor-element-64vtypy .e-con-inner {
  align-items: center !important;
}
/* Titres centrés */
html body .elementor-element-wxvfsxm .elementor-heading-title,
html body .elementor-element-537mlri .elementor-heading-title,
html body .elementor-element-jvst6us .elementor-heading-title,
html body .elementor-element-64vtypy .elementor-heading-title {
  text-align: center !important;
}
/* Textes centrés */
html body .elementor-element-wxvfsxm .elementor-widget-text-editor *,
html body .elementor-element-537mlri .elementor-widget-text-editor *,
html body .elementor-element-jvst6us .elementor-widget-text-editor *,
html body .elementor-element-64vtypy .elementor-widget-text-editor * {
  text-align: center !important;
}
/* Boutons centrés */
html body .elementor-element-wxvfsxm .elementor-widget-button .elementor-button-wrapper,
html body .elementor-element-64vtypy .elementor-widget-button .elementor-button-wrapper,
html body .elementor-element-wxvfsxm .pw-btn-row,
html body .elementor-element-64vtypy .pw-btn-row {
  text-align: center !important;
  justify-content: center !important;
}
/* CTA Final — centrage boutons */
html body .elementor-element-64vtypy .elementor-widget-button {
  text-align: center !important;
}
html body .elementor-element-64vtypy .elementor-button-wrapper {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}
/* btn_row containers — justify-content center */
html body .elementor-element-jls55m9 > .e-con-inner,
html body .elementor-element-jls55m9 { justify-content: center !important; }
html body .elementor-element-4vp8vof > .e-con-inner,
html body .elementor-element-4vp8vof { justify-content: center !important; }
/* Pastilles section-tag centrées */
html body .elementor-element-wxvfsxm .elementor-widget-html .elementor-widget-container,
html body .elementor-element-537mlri .elementor-widget-html .elementor-widget-container,
html body .elementor-element-jvst6us .elementor-widget-html .elementor-widget-container,
html body .elementor-element-64vtypy .elementor-widget-html .elementor-widget-container {
  text-align: center !important;
}
html body .elementor-element-wxvfsxm .section-tag,
html body .elementor-element-537mlri .section-tag,
html body .elementor-element-jvst6us .section-tag,
html body .elementor-element-64vtypy .section-tag {
  display: inline-block !important;
}
/* Widgets HTML pleine largeur — empêche le rétrécissement dû à align-items:center */
html body .elementor-element-537mlri .elementor-widget-html,
html body .elementor-element-jvst6us .elementor-widget-html {
  width: 100% !important;
  align-self: stretch !important;
}
html body .elementor-element-537mlri .elementor-widget-html .elementor-widget-container,
html body .elementor-element-jvst6us .elementor-widget-html .elementor-widget-container {
  width: 100% !important;
  text-align: left !important;
}

/* [S2] NOS OFFRES — fond lavande clair + headings dark */
.elementor-element-537mlri,
.elementor-element-537mlri > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
.elementor-element-537mlri .elementor-heading-title { color: #371A48 !important; }
.elementor-element-537mlri .elementor-widget-text-editor p { color: rgba(91,60,114,.75) !important; }

/* Cards 3 offres (PRESENCE / CLARITY / ADS) */
.sol-oc-card {
  background: #21103A !important;
  border: 1px solid rgba(212,74,138,.22) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.30) !important;
  transition: border-color .25s, box-shadow .25s, transform .25s !important;
}
.sol-oc-card:hover {
  border-color: rgba(212,74,138,.50) !important;
  transform: translateY(-4px) !important;
}
.sol-oc-card.sol-oc-featured {
  background: linear-gradient(135deg, #371A48 0%, #5C1890 100%) !important;
  border-color: rgba(212,74,138,.50) !important;
  box-shadow: 0 0 48px rgba(173,33,132,.18), 0 8px 32px rgba(0,0,0,.35) !important;
}
.sol-oc-title { color: #FFFFFF !important; }
.sol-oc-desc  { color: rgba(255,255,255,.65) !important; }
.sol-oc-features li { color: rgba(255,255,255,.75) !important; }
.sol-oc-badge.sol-oc-blue   { color: #9BAEFF !important; }
.sol-oc-badge.sol-oc-pink   { color: #F4A0CC !important; }
.sol-oc-badge.sol-oc-purple { color: #C9A8FF !important; }
.sol-oc-price { color: rgba(255,255,255,.55) !important; }
.sol-oc-price strong { color: #F4A0CC !important; -webkit-text-fill-color: #F4A0CC !important; }
.sol-oc-popular {
  background: linear-gradient(135deg, #AD2184, #7B1FD4) !important;
  color: #fff !important;
}
.sol-oc-cta {
  background: linear-gradient(135deg, #AD2184, #7B1FD4) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  padding: 10px 22px !important;
  border-radius: 100px !important;
  display: inline-block !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: opacity .25s, transform .25s !important;
}
.sol-oc-cta:hover { opacity: .88 !important; transform: translateY(-2px) !important; }

/* [S3] PRICING — masquée (supprimée à la demande) */
.elementor-element-mh2hbil { display: none !important; }

/* [S4] COMPARATIF — fond clair */
.elementor-element-jvst6us,
.elementor-element-jvst6us > .e-con-inner {
  background: #F5F6FB !important;
}
.elementor-element-jvst6us .elementor-heading-title { color: #371A48 !important; }
.elementor-element-jvst6us .elementor-widget-text-editor p { color: rgba(91,60,114,.75) !important; }

/* Table comparatif — dark profond */
.sol-ct-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(173,33,132,.30);
  box-shadow: 0 8px 40px rgba(0,0,0,.50);
}
.sol-ct {
  width: 100%;
  border-collapse: collapse;
  background: #0F0520;
}
.sol-ct thead tr { background: linear-gradient(135deg, #1A0C28, #371A48, #5C1890); }
.sol-ct thead th {
  color: #fff;
  padding: 16px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.sol-ct thead .sol-ct-feat { text-align: left; color: rgba(255,255,255,.55); }
.sol-ct-h-blue   { color: #9BAEFF !important; }
.sol-ct-h-pink   { color: #F4A0CC !important; }
.sol-ct-h-purple { color: #C9A8FF !important; }
.sol-ct tbody tr { border-bottom: 1px solid rgba(173,33,132,.12); background: #0F0520; }
.sol-ct tbody tr:nth-child(even) { background: #130828; }
.sol-ct tbody tr:hover { background: rgba(173,33,132,.10); }
.sol-ct tbody td {
  padding: 13px 20px;
  color: rgba(255,255,255,.80);
  font-size: 14px;
  text-align: center;
}
.sol-ct tbody td:first-child { text-align: left; color: rgba(255,255,255,.90); }
.sol-ct-group td {
  background: rgba(212,74,138,.07) !important;
  color: #F4A0CC !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
}
.sol-ctv-blue   { color: #9BAEFF !important; font-weight: 700; }
.sol-ctv-pink   { color: #F4A0CC !important; font-weight: 700; }
.sol-ctv-dash   { color: rgba(255,255,255,.20) !important; }
.sol-ctv-sm     { font-size: 11px !important; color: rgba(255,255,255,.42) !important; font-weight: 600 !important; }

/* [S5] CTA FINAL — gradient violet/coral */
.elementor-element-64vtypy,
.elementor-element-64vtypy > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #AD2184 100%) !important;
  position: relative !important;
}
.elementor-element-64vtypy .elementor-heading-title { color: #FFFFFF !important; }
.elementor-element-64vtypy .elementor-widget-text-editor p { color: rgba(255,255,255,.72) !important; }
.elementor-element-64vtypy .btn-primary {
  background: #FFFFFF !important;
  color: #AD2184 !important;
  -webkit-text-fill-color: #AD2184 !important;
  box-shadow: 0 6px 24px rgba(0,0,0,.18) !important;
}
.elementor-element-64vtypy .btn-ghost {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.30) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
.elementor-element-64vtypy .btn-ghost:hover {
  background: rgba(255,255,255,.18) !important;
  border-color: rgba(255,255,255,.65) !important;
}

/* ══════════════════════════════════════════════════════════════
   INWI — Classes stables (remplace ciblage par ID Elementor)
   Utiliser section_inwi_hero / _dark / _cta dans generate-*.py
   ══════════════════════════════════════════════════════════════ */

/* Hero gradient */
.pw-inwi-hero,
.pw-inwi-hero > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
  position: relative !important;
}

/* Dark sections */
.pw-inwi-dark,
.pw-inwi-dark > .e-con-inner {
  background: #0D0618 !important;
}

/* CTA gradient */
.pw-inwi-cta,
.pw-inwi-cta > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #5C1890 100%) !important;
}

/* Textes dans sections Inwi */
.pw-inwi-hero .elementor-heading-title,
.pw-inwi-dark .elementor-heading-title,
.pw-inwi-cta .elementor-heading-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Gradient text dans sections Inwi */
.pw-inwi-hero .gradient-text,
.pw-inwi-dark .gradient-text,
.pw-inwi-cta .gradient-text {
  background: linear-gradient(120deg, #F4A0CC, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Section-tags dans sections Inwi */
.pw-inwi-hero .section-tag,
.pw-inwi-dark .section-tag,
.pw-inwi-cta .section-tag {
  background: rgba(240, 112, 136, 0.12) !important;
  border-color: rgba(240, 112, 136, 0.30) !important;
  color: #F4A0CC !important;
}

/* Boutons centrer dans sections Inwi — btn_row */
.pw-inwi-hero .pw-btn-row > .e-con-inner,
.pw-inwi-hero .pw-btn-row { justify-content: center !important; }



/* ══════════════════════════════════════════════════════════════
   PAGE AI LABS — Palette Inwi (même logique que Solutions)
   30a50340=Hero | 318ba4e8=Agents | 5b398c85=Méthode | 285c993a=CTA
   ══════════════════════════════════════════════════════════════ */

/* ── 1. HERO — gradient sombre Inwi ── */
.elementor-element-30a50340,
.elementor-element-30a50340 > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
  position: relative !important;
}

/* ── 2. AGENTS IA — fond lavande clair (comme Nos Offres Solutions) ── */
.elementor-element-318ba4e8,
.elementor-element-318ba4e8 > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
#ail-ag-W .ag-h2 { color: #371A48 !important; -webkit-text-fill-color: #371A48 !important; }
#ail-ag-W .ag-sub { color: rgba(55,26,72,.7) !important; -webkit-text-fill-color: rgba(55,26,72,.7) !important; }
#ail-ag-W .ag-tag {
  background: rgba(173,33,132,.10) !important;
  border-color: rgba(173,33,132,.30) !important;
  color: #AD2184 !important;
}

/* ── 3. NOTRE MÉTHODE — fond clair (comme Comparatif Solutions) ── */
.elementor-element-5b398c85,
.elementor-element-5b398c85 > .e-con-inner {
  background: #F5F6FB !important;
}
.elementor-element-5b398c85 { padding-bottom: 100px !important; }
#ail-pr-W .pr-h2 { color: #371A48 !important; -webkit-text-fill-color: #371A48 !important; }
#ail-pr-W .pr-sub { color: rgba(55,26,72,.7) !important; -webkit-text-fill-color: rgba(55,26,72,.7) !important; }
#ail-pr-W .pr-tag {
  background: rgba(173,33,132,.10) !important;
  border-color: rgba(173,33,132,.30) !important;
  color: #AD2184 !important;
}
#ail-pr-W .pr-num-wrap {
  background: linear-gradient(135deg, rgba(173,33,132,.12), rgba(92,0,145,.12)) !important;
  border-color: rgba(173,33,132,.35) !important;
}
#ail-pr-W .pr-num {
  background: linear-gradient(135deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
#ail-pr-W .pr-steps::before {
  background: linear-gradient(90deg, rgba(173,33,132,.35), rgba(240,112,136,.35)) !important;
}
/* Vraies classes du widget process */
#ail-pr-W .pr-step h3 { color: #371A48 !important; -webkit-text-fill-color: #371A48 !important; }
#ail-pr-W .pr-step p  { color: rgba(55,26,72,.65) !important; -webkit-text-fill-color: rgba(55,26,72,.65) !important; }

/* ── 4. CTA FINAL — gradient violet/coral (identique CTA Solutions) ── */
html body .elementor-element.elementor-element-285c993a:not(.elementor-motion-effects-element-type-background),
html body .elementor-element-285c993a > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #AD2184 100%) !important;
  position: relative !important;
}
#ail-ct-W .ct-tag {
  background: rgba(255,255,255,.15) !important;
  border-color: rgba(255,255,255,.30) !important;
  color: #FFFFFF !important;
}
#ail-ct-W .ct-h2 { color: #FFFFFF !important; -webkit-text-fill-color: #FFFFFF !important; }
#ail-ct-W .ct-sub { color: rgba(255,255,255,.75) !important; -webkit-text-fill-color: rgba(255,255,255,.75) !important; }
/* Spécificité élevée pour battre le !important du widget inline */
html body #ail-ct-W .btn-p {
  background: #FFFFFF !important;
  color: #AD2184 !important;
  -webkit-text-fill-color: #AD2184 !important;
  box-shadow: 0 6px 24px rgba(0,0,0,.20) !important;
}
html body #ail-ct-W .btn-p:hover { opacity: .92 !important; }
html body #ail-ct-W .btn-g {
  border-color: rgba(255,255,255,.35) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body #ail-ct-W .btn-g:hover { border-color: rgba(255,255,255,.65) !important; }

/* Padding CTA section avant footer */
.elementor-element-285c993a {
  padding-bottom: 100px !important;
}
#ail-ct-W .ct-orb {
  background: radial-gradient(ellipse, rgba(255,255,255,.08) 0%, transparent 70%) !important;
}

/* ── 5. Gradient text .gt → coral/pink dans toutes les sections ── */
#ail-hero-W .gt,
#ail-ag-W .gt,
#ail-pr-W .gt,
#ail-ct-W .gt {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── 6. Hero tag + dot — coral ── */
#ail-hero-W .ail-tag {
  background: rgba(240,112,136,.12) !important;
  border-color: rgba(240,112,136,.35) !important;
  color: #F4A0CC !important;
}
#ail-hero-W .ail-tagdot { background: #F07088 !important; }

/* ── 7. Hero boutons — Inwi ── */
#ail-hero-W .btn-p {
  background: linear-gradient(135deg, #AD2184, #7B1FD4) !important;
  box-shadow: 0 8px 28px rgba(173,33,132,.30) !important;
}
#ail-hero-W .btn-g {
  border-color: rgba(240,112,136,.35) !important;
}

/* ── 8. Agent cards — top border coral sur fond clair ── */
#ail-ag-W .ag-card::before {
  background: linear-gradient(135deg, #AD2184, #7B1FD4) !important;
}


/* ═══════════════════════════════════════════════════════════
   PAGE POWABU ? (ID=31) — Palette Inwi
   ═══════════════════════════════════════════════════════════ */

/* Hero — gradient Inwi profond (baked in JSON) */
/* Gradient text hero */
.elementor-31 .elementor-element-31a448cc .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Mission pills — fond clair sur hero sombre */
.elementor-31 .pw-mission-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.elementor-31 .pw-mission-pill {
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

/* ── Section VALEURS (fond lavande clair) ── */
/* Gradient text heading */
.elementor-31 .elementor-element-524c0b6c .gradient-text {
  background: linear-gradient(120deg, #AD2184, #F07088) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* Section tag */
.elementor-31 .elementor-element-2c6d3bd2 .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
}
/* Values grid — dark text */
.elementor-31 .pw-value-card {
  background: #FFFFFF !important;
  border-color: rgba(92,110,255,0.15) !important;
}
.elementor-31 .pw-value-card h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
.elementor-31 .pw-value-card p {
  color: rgba(55,26,72,0.65) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.65) !important;
}
.elementor-31 .pw-value-number {
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}

/* ── Section GROUPE WED3V (fond dark violet) ── */
/* Background force !important (Elementor CSS parfois pas prioritaire) */
.elementor-31 .elementor-element-818aade,
.elementor-31 .elementor-element-818aade > .e-con-inner {
  background: #0D0618 !important;
}
/* Gradient text heading */
.elementor-31 .elementor-element-32c3cf26 .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* Section tag — sur fond dark */
.elementor-31 .elementor-element-26dbb93a .section-tag {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.18) !important;
  color: rgba(255,255,255,0.75) !important;
}
/* Company cards — dark avec border subtile */
.elementor-31 .elementor-element-818aade .e-con {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
}
/* "Vous êtes ici" badge — sur fond dark */
.elementor-31 .pw-company-badge {
  background: rgba(240,112,136,0.20) !important;
  border: 1px solid rgba(240,112,136,0.40) !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 600;
}

/* ── Section CTA FINAL (gradient violet/coral) ── */
/* Spécificité (0,4,2) > règle Elementor lazy-loading (0,4,0) */
html body .elementor-31 .elementor-element-7eecfd86.e-con.e-parent,
html body .elementor-31 .elementor-element-7eecfd86.e-con.e-parent > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #AD2184 100%) !important;
}
/* Gradient text */
.elementor-31 .elementor-element-3bc8f880 .gradient-text {
  background: linear-gradient(120deg, #F0A0C0, #FFFFFF) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* Section tag */
.elementor-31 .elementor-element-5c31f66d .section-tag {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.30) !important;
  color: rgba(255,255,255,0.90) !important;
}
/* Buttons in CTA */
html body .elementor-31 .elementor-element-5f6ec8e9 a {
  background: #FFFFFF !important;
  color: #AD2184 !important;
  -webkit-text-fill-color: #AD2184 !important;
}

/* ═══════════════════════════════════════════════════════════
   PAGE CONTACT (ID=33) — Palette Inwi
   Structure : Hero dark | Section contact dark | 2 colonnes dark
   ═══════════════════════════════════════════════════════════ */

/* ── Hero ── */
.elementor-33 .elementor-element-3335fd36 .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.elementor-33 .elementor-element-2f6b8401 .hero-offer-tag {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
}

/* ── Colonne formulaire ── */
.elementor-33 .elementor-element-1d97ab38,
.elementor-33 .elementor-element-1d97ab38 > .e-con-inner {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 20px !important;
}
/* Labels formulaire → blanc */
html body .elementor-33 .elementor-element-1d97ab38 .elementor-field-label {
  color: rgba(255,255,255,0.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
}
/* Champs input/textarea */
html body .elementor-33 .elementor-element-1d97ab38 .elementor-field-group input,
html body .elementor-33 .elementor-element-1d97ab38 .elementor-field-group textarea,
html body .elementor-33 .elementor-element-1d97ab38 .elementor-field-group select {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  border-radius: 10px !important;
}
html body .elementor-33 .elementor-element-1d97ab38 input::placeholder,
html body .elementor-33 .elementor-element-1d97ab38 textarea::placeholder {
  color: rgba(255,255,255,0.30) !important;
}
/* Bouton submit */
html body .elementor-33 .elementor-element-1d97ab38 .elementor-button {
  background: linear-gradient(135deg, #5C6EFF, #AD2184) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  border: none !important;
}

/* ── Colonne sidebar — tout blanc sur dark ── */
html body .elementor-33 .ct-next-steps h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
html body .elementor-33 .ct-step-num {
  background: linear-gradient(135deg, #5C6EFF, #7B3EE4) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-33 .ct-step-text h4 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-33 .ct-step-text p,
html body .elementor-33 .ct-step p {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}
html body .elementor-33 .ct-info-card {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 16px !important;
}
html body .elementor-33 .ct-info-label {
  color: rgba(255,255,255,0.45) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.45) !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.10em !important;
}
html body .elementor-33 .ct-info-value,
html body .elementor-33 span.ct-info-value {
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
  font-weight: 600 !important;
}
html body .elementor-33 .ct-info-value a,
html body .elementor-33 a.ct-info-value {
  color: #A0AAFF !important;
  -webkit-text-fill-color: #A0AAFF !important;
}
html body .elementor-33 .ct-note,
html body .elementor-33 p.ct-note {
  color: rgba(255,255,255,0.40) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.40) !important;
  font-style: italic !important;
}



/* ═══════════════════════════════════════════════════════════
   PAGE OFFRE PRÉSENCE (ID=34) — Palette Inwi
   Light: Contexte (b8yyep7) | Comparatif (c4me9dw) | Témoignages (dgwtm3f)
   Dark:  Hero (v72eb3i) | Pricing (dv9xrvt) | Features (bib1cvr) | FAQ (enrq4dc) | CTA (ud3g97n)
   ═══════════════════════════════════════════════════════════ */

/* ── 1. PADDING CORRECTIONS (sections avec pb/pt=0 à corriger) ── */
/* Contexte light → ajouter pb */
html body .elementor-34 .elementor-element-b8yyep7.e-con-full.e-con { padding-bottom: 80px !important; }
/* Pricing dark → ajouter pb */
html body .elementor-34 .elementor-element-dv9xrvt.e-con-full.e-con { padding-bottom: 80px !important; }
/* Comparatif light → ajouter pt */
html body .elementor-34 .elementor-element-c4me9dw.e-con-full.e-con { padding-top: 80px !important; }
/* Features dark → ajouter pt */
html body .elementor-34 .elementor-element-bib1cvr.e-con-full.e-con { padding-top: 60px !important; }
/* FAQ dark → ajouter pb */
html body .elementor-34 .elementor-element-enrq4dc.e-con-full.e-con { padding-bottom: 80px !important; }

/* ── 2. BACKGROUNDS LAZY-LOAD (spécificité 0,5,2 > lazy rule 0,5,0) ── */
/* Pricing → violet hero */
html body .elementor-34 .elementor-element-dv9xrvt.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-dv9xrvt.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 50%, #5C1890 100%) !important;
}
html body .elementor-34 .elementor-element-c4me9dw.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-c4me9dw.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5F6FB 0%, #F5EEFF 100%) !important;
}
/* Features → violet hero */
html body .elementor-34 .elementor-element-bib1cvr.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-bib1cvr.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 50%, #5C1890 100%) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-dgwtm3f.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
html body .elementor-34 .elementor-element-enrq4dc.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-enrq4dc.e-con-full.e-con.e-parent > .e-con-inner {
  background: #0D0618 !important;
}
html body .elementor-34 .elementor-element-ud3g97n.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-ud3g97n.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #F07088 100%) !important;
}

/* ── 3. HERO — même fond que homepage ── */
html body .elementor-34 .elementor-element-v72eb3i.e-con-full.e-con.e-parent,
html body .elementor-34 .elementor-element-v72eb3i.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
.elementor-34 .elementor-element-v72eb3i .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* ── 4. CONTEXTE (light lavande — b8yyep7) ── */
/* Textes light (zone gauche hors cards) */
html body .elementor-34 .elementor-element-b8yyep7 h2,
html body .elementor-34 .elementor-element-b8yyep7 h3,
html body .elementor-34 .elementor-element-b8yyep7 h4 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-b8yyep7 > .e-con-inner p,
html body .elementor-34 .elementor-element-b8yyep7 .oc-left > p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}

/* Gradient corail sur le span du titre h2 */
html body .elementor-34 .elementor-element-b8yyep7 .gradient-text {
  background: linear-gradient(120deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Cards profils (fond sombre) — texte blanc */
html body .elementor-34 .elementor-element-b8yyep7 .oc-profile-text strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-profile-text span {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}

/* Colonne droite (fond sombre) — texte blanc */
html body .elementor-34 .elementor-element-b8yyep7 .oc-pain-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-pain-list li span {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo {
  background: rgba(255,255,255,0.06) !important;
  border-left: 3px solid rgba(240,112,136,0.60) !important;
  border-radius: 8px !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo-line span,
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo span {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-b8yyep7 .oc-fomo-dot {
  background: #F07088 !important;
}

/* ── 5. PRICING (dark — dv9xrvt) — textes blancs ── */
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card.featured {
  background: rgba(92,110,255,0.09) !important;
  border-color: rgba(92,110,255,0.30) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .plan-name {
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .plan-desc {
  color: rgba(255,255,255,0.60) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.60) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .plan-features li {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .toggle-label {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .toggle-label.active {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card .plan-annual-note {
  color: rgba(255,255,255,0.50) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.50) !important;
}
/* Boutons coral — tous les plans */
html body .elementor-34 .elementor-element-dv9xrvt .btn-primary,
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card .btn-primary {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
}
html body .elementor-34 .elementor-element-dv9xrvt .btn-ghost,
html body .elementor-34 .elementor-element-dv9xrvt .pricing-card .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(240,112,136,0.50) !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
}

/* ── 6. COMPARATIF (light lavande — c4me9dw) ── */
html body .elementor-34 .elementor-element-c4me9dw h2,
html body .elementor-34 .elementor-element-c4me9dw h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-c4me9dw p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-34 .elementor-element-c4me9dw .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-34 .elementor-element-c4me9dw .comparison-wrap {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ct th,
html body .elementor-34 .elementor-element-c4me9dw .ct td {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  border-color: rgba(55,26,72,0.08) !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ct thead th {
  background: #F5EEFF !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ct .row-group td {
  background: rgba(92,110,255,0.06) !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  font-weight: 700 !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ct .th-price {
  color: rgba(55,26,72,0.55) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.55) !important;
}
html body .elementor-34 .elementor-element-c4me9dw .ctd { color: rgba(55,26,72,0.25) !important; }

/* ── 7. FEATURES (dark — bib1cvr) — textes blancs ── */
html body .elementor-34 .elementor-element-bib1cvr .feature-item {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
}
html body .elementor-34 .elementor-element-bib1cvr .feature-item h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-bib1cvr .feature-item p {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}

/* ── 8. TÉMOIGNAGES (light lavande — dgwtm3f) ── */
html body .elementor-34 .elementor-element-dgwtm3f h2,
html body .elementor-34 .elementor-element-dgwtm3f h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-c {
  background: #FFFFFF !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
  border-radius: 18px !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-c.testi-c-ft {
  background: #F5EEFF !important;
  border-color: rgba(92,110,255,0.20) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .tm-val {
  color: #5C1890 !important;
  -webkit-text-fill-color: #5C1890 !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .tm-lbl {
  color: rgba(55,26,72,0.60) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.60) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-q {
  color: rgba(55,26,72,0.85) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.85) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-who strong {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .testi-who span {
  color: rgba(55,26,72,0.55) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.55) !important;
}
html body .elementor-34 .elementor-element-dgwtm3f .t-av {
  background: linear-gradient(135deg, #5C1890, #AD2184) !important;
  color: #FFFFFF !important;
}

/* ── 9. FAQ (dark — enrq4dc) — textes blancs ── */
/* Heading natif */
html body .elementor-34 .elementor-element-enrq4dc h2 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-enrq4dc .section-tag {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
}
/* Widget accordion natif Elementor */
html body .elementor-34 .elementor-element-enrq4dc .elementor-accordion-item {
  border-color: rgba(255,255,255,0.10) !important;
  background: transparent !important;
}
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-title,
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-title a {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-title .elementor-accordion-icon {
  color: rgba(255,255,255,0.60) !important;
}
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-content,
html body .elementor-34 .elementor-element-enrq4dc .elementor-tab-content p {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}
/* Fallback — HTML custom si présent */
html body .elementor-34 .elementor-element-enrq4dc .faq-question {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-34 .elementor-element-enrq4dc .faq-answer p {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}

/* ── 10. CTA FINAL — gradient violet → corail Inwi ── */
html body .elementor-34 .elementor-element-ud3g97n .section-tag {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.30) !important;
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
}


/* ═══════════════════════════════════════════════════════════
   PAGE OFFRE CLARITY (ID=35) — Palette Inwi
   Light: Contexte (qkywg70) | Comparatif (2yweo2n) | Process (xy82mly)
   Violet: Hero (b6k0p9w) | Pricing (t304td2) | Pb/Solution (e1rj6jd)
   Coral:  CTA (mec72zz)
   ═══════════════════════════════════════════════════════════ */

/* ── 1. PADDINGS ── */
html body .elementor-35 .elementor-element-qkywg70.e-con-full.e-con { padding-bottom: 80px !important; }
html body .elementor-35 .elementor-element-t304td2.e-con-full.e-con { padding-bottom: 80px !important; }
html body .elementor-35 .elementor-element-2yweo2n.e-con-full.e-con { padding-top: 80px !important; }
html body .elementor-35 .elementor-element-e1rj6jd.e-con-full.e-con { padding-top: 60px !important; padding-bottom: 80px !important; }
html body .elementor-35 .elementor-element-xy82mly.e-con-full.e-con { padding-top: 80px !important; padding-bottom: 80px !important; }

/* ── 2. BACKGROUNDS LAZY-LOAD (spécificité 0,5,2) ── */
html body .elementor-35 .elementor-element-b6k0p9w.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-b6k0p9w.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-35 .elementor-element-t304td2.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-t304td2.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-35 .elementor-element-2yweo2n.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-2yweo2n.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5F6FB 0%, #F5EEFF 100%) !important;
}
html body .elementor-35 .elementor-element-e1rj6jd.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-e1rj6jd.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-35 .elementor-element-xy82mly.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-xy82mly.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
html body .elementor-35 .elementor-element-mec72zz.e-con-full.e-con.e-parent,
html body .elementor-35 .elementor-element-mec72zz.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #F07088 100%) !important;
}

/* ── 3. HERO ── */
.elementor-35 .elementor-element-b6k0p9w .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── 4. CONTEXTE LIGHT (qkywg70) ── */
html body .elementor-35 .elementor-element-qkywg70 h2,
html body .elementor-35 .elementor-element-qkywg70 h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-35 .elementor-element-qkywg70 .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-35 .elementor-element-qkywg70 .gradient-text {
  background: linear-gradient(120deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* Cards profils dark */
html body .elementor-35 .elementor-element-qkywg70 .oc-profile-text strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-profile-text span {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}
/* Colonne droite dark */
html body .elementor-35 .elementor-element-qkywg70 .oc-pain-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 700 !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-pain-list li span {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo {
  background: rgba(255,255,255,0.06) !important;
  border-left: 3px solid rgba(240,112,136,0.60) !important;
  border-radius: 8px !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo-line span,
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo span {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-35 .elementor-element-qkywg70 .oc-fomo-dot { background: #F07088 !important; }

/* ── 5. PRICING VIOLET (t304td2) ── */
html body .elementor-35 .elementor-element-t304td2 .pricing-card {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-35 .elementor-element-t304td2 .pricing-card.featured {
  background: rgba(92,110,255,0.09) !important;
  border-color: rgba(92,110,255,0.30) !important;
}
html body .elementor-35 .elementor-element-t304td2 .plan-name,
html body .elementor-35 .elementor-element-t304td2 .plan-price-annual {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-35 .elementor-element-t304td2 .plan-desc {
  color: rgba(255,255,255,0.60) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.60) !important;
}
html body .elementor-35 .elementor-element-t304td2 .plan-features li {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-35 .elementor-element-t304td2 .btn-primary {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
}
html body .elementor-35 .elementor-element-t304td2 .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(240,112,136,0.50) !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
}

/* ── 6. COMPARATIF LIGHT (2yweo2n) ── */
html body .elementor-35 .elementor-element-2yweo2n h2,
html body .elementor-35 .elementor-element-2yweo2n h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-35 .elementor-element-2yweo2n p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-35 .elementor-element-2yweo2n .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-35 .elementor-element-2yweo2n .comparison-wrap {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ct th,
html body .elementor-35 .elementor-element-2yweo2n .ct td {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  border-color: rgba(55,26,72,0.08) !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ct thead th {
  background: #F5EEFF !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ct .row-group td {
  background: rgba(92,110,255,0.06) !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  font-weight: 700 !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ct .th-price {
  color: rgba(55,26,72,0.55) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.55) !important;
}
html body .elementor-35 .elementor-element-2yweo2n .ctd { color: rgba(55,26,72,0.25) !important; }

/* ── 7. PROBLÈME/SOLUTION VIOLET (e1rj6jd) ── */
html body .elementor-35 .elementor-element-e1rj6jd h2,
html body .elementor-35 .elementor-element-e1rj6jd h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .section-tag {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .ps-col {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .ps-col.solution {
  background: rgba(240,112,136,0.08) !important;
  border-color: rgba(240,112,136,0.20) !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .ps-col-tag {
  color: rgba(255,255,255,0.55) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.55) !important;
}
html body .elementor-35 .elementor-element-e1rj6jd .ps-points li {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}

/* ── 8. PROCESS LIGHT (xy82mly) ── */
html body .elementor-35 .elementor-element-xy82mly h2,
html body .elementor-35 .elementor-element-xy82mly h4 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-35 .elementor-element-xy82mly p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-35 .elementor-element-xy82mly .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-35 .elementor-element-xy82mly .gradient-text {
  background: linear-gradient(120deg, #5C1890, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-35 .elementor-element-xy82mly .step-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
  border-radius: 16px !important;
}
html body .elementor-35 .elementor-element-xy82mly .step-number {
  color: #5C1890 !important;
  -webkit-text-fill-color: #5C1890 !important;
  font-weight: 700 !important;
}

/* ── 9. CTA CORAL (mec72zz) ── */
html body .elementor-35 .elementor-element-mec72zz .section-tag {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.30) !important;
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
}


/* ═══════════════════════════════════════════════════════════
   PAGE OFFRE ADS (ID=36) — Palette Inwi
   Light: Contexte (72622aa3) | Comparatif (280b694e) | Méthodo (274768a)
   Violet: Hero (166a23ca) | Pricing (620e2570) | Plateformes (fc854ed)
   Coral:  CTA (53d98f26)
   ═══════════════════════════════════════════════════════════ */

/* ── 1. PADDINGS ── */
html body .elementor-36 .elementor-element-72622aa3.e-con-full.e-con { padding-bottom: 80px !important; }
html body .elementor-36 .elementor-element-620e2570.e-con-full.e-con  { padding-bottom: 80px !important; }
html body .elementor-36 .elementor-element-280b694e.e-con-full.e-con  { padding-top: 80px !important; padding-bottom: 80px !important; }
html body .elementor-36 .elementor-element-fc854ed.e-con-full.e-con   { padding-top: 60px !important; padding-bottom: 80px !important; }
html body .elementor-36 .elementor-element-274768a.e-con-full.e-con   { padding-top: 80px !important; padding-bottom: 80px !important; }

/* ── 2. BACKGROUNDS LAZY-LOAD (spécificité 0,5,2) ── */
html body .elementor-36 .elementor-element-166a23ca.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-166a23ca.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-36 .elementor-element-620e2570.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-620e2570.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-36 .elementor-element-280b694e.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-280b694e.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5F6FB 0%, #F5EEFF 100%) !important;
}
html body .elementor-36 .elementor-element-fc854ed.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-fc854ed.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(160deg, #1A0C28 0%, #371A48 45%, #5C1890 100%) !important;
}
html body .elementor-36 .elementor-element-274768a.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-274768a.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(180deg, #F5EEFF 0%, #F5F6FB 100%) !important;
}
html body .elementor-36 .elementor-element-53d98f26.e-con-full.e-con.e-parent,
html body .elementor-36 .elementor-element-53d98f26.e-con-full.e-con.e-parent > .e-con-inner {
  background: linear-gradient(135deg, #371A48 0%, #6B21A8 60%, #F07088 100%) !important;
}

/* ── 3. HERO ── */
.elementor-36 .elementor-element-166a23ca .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── 4. CONTEXTE LIGHT (72622aa3) ── */
html body .elementor-36 .elementor-element-72622aa3 h2,
html body .elementor-36 .elementor-element-72622aa3 h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-36 .elementor-element-72622aa3 .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-36 .elementor-element-72622aa3 .gradient-text {
  background: linear-gradient(120deg, #F07088 0%, #E8405E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-profile-text strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-profile-text span {
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-pain-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 700 !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-pain-list li span {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo {
  background: rgba(255,255,255,0.06) !important;
  border-left: 3px solid rgba(240,112,136,0.60) !important;
  border-radius: 8px !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo-line span,
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo span {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-36 .elementor-element-72622aa3 .oc-fomo-dot { background: #F07088 !important; }

/* ── 5. PRICING VIOLET (620e2570) ── */
html body .elementor-36 .elementor-element-620e2570 .pricing-card {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-36 .elementor-element-620e2570 .pricing-card.featured {
  background: rgba(92,110,255,0.09) !important;
  border-color: rgba(92,110,255,0.30) !important;
}
html body .elementor-36 .elementor-element-620e2570 .plan-name,
html body .elementor-36 .elementor-element-620e2570 .plan-sub-note {
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
}
html body .elementor-36 .elementor-element-620e2570 .price-range {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-36 .elementor-element-620e2570 .plan-desc {
  color: rgba(255,255,255,0.60) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.60) !important;
}
html body .elementor-36 .elementor-element-620e2570 .plan-features li {
  color: rgba(255,255,255,0.75) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.75) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
html body .elementor-36 .elementor-element-620e2570 .btn-primary {
  background: linear-gradient(135deg, #F07088 0%, #E8405E 100%) !important;
  color: #FFFFFF !important; border: none !important;
}
html body .elementor-36 .elementor-element-620e2570 .btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(240,112,136,0.50) !important;
  color: #F07088 !important;
  -webkit-text-fill-color: #F07088 !important;
}

/* ── 6. COMPARATIF LIGHT (280b694e) ── */
html body .elementor-36 .elementor-element-280b694e h2,
html body .elementor-36 .elementor-element-280b694e h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-36 .elementor-element-280b694e p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-36 .elementor-element-280b694e .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-36 .elementor-element-280b694e .comparison-wrap {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
}
html body .elementor-36 .elementor-element-280b694e .ct th,
html body .elementor-36 .elementor-element-280b694e .ct td {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  border-color: rgba(55,26,72,0.08) !important;
}
html body .elementor-36 .elementor-element-280b694e .ct thead th {
  background: #F5EEFF !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-36 .elementor-element-280b694e .ct .row-group td {
  background: rgba(92,110,255,0.06) !important;
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
  font-weight: 700 !important;
}
html body .elementor-36 .elementor-element-280b694e .ct .th-price {
  color: rgba(55,26,72,0.55) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.55) !important;
}
html body .elementor-36 .elementor-element-280b694e .ctd { color: rgba(55,26,72,0.25) !important; }

/* ── 7. PLATEFORMES VIOLET (fc854ed) ── */
html body .elementor-36 .elementor-element-fc854ed h2,
html body .elementor-36 .elementor-element-fc854ed h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
html body .elementor-36 .elementor-element-fc854ed .section-tag {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.85) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
}
html body .elementor-36 .elementor-element-fc854ed .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-36 .elementor-element-fc854ed .platform-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
}
html body .elementor-36 .elementor-element-fc854ed .platform-card p {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}
html body .elementor-36 .elementor-element-fc854ed .platform-tag {
  background: rgba(255,255,255,0.08) !important;
  color: rgba(255,255,255,0.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.70) !important;
  border-radius: 100px !important;
}

/* ── 8. MÉTHODOLOGIE LIGHT (274768a) ── */
html body .elementor-36 .elementor-element-274768a h2,
html body .elementor-36 .elementor-element-274768a h3 {
  color: #371A48 !important;
  -webkit-text-fill-color: #371A48 !important;
}
html body .elementor-36 .elementor-element-274768a p {
  color: rgba(55,26,72,0.70) !important;
  -webkit-text-fill-color: rgba(55,26,72,0.70) !important;
}
html body .elementor-36 .elementor-element-274768a .section-tag {
  background: rgba(92,110,255,0.10) !important;
  border-color: rgba(92,110,255,0.25) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
}
html body .elementor-36 .elementor-element-274768a .gradient-text {
  background: linear-gradient(120deg, #5C1890, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-36 .elementor-element-274768a .method-step {
  background: #FFFFFF !important;
  border: 1px solid rgba(92,110,255,0.12) !important;
  border-radius: 16px !important;
  padding: 32px 28px !important;
}
html body .elementor-36 .elementor-element-274768a .method-step-num {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 700 !important;
}
html body .elementor-36 .elementor-element-274768a .step-tag {
  background: rgba(92,110,255,0.08) !important;
  color: #5C6EFF !important;
  -webkit-text-fill-color: #5C6EFF !important;
  border-radius: 100px !important;
}

/* ── 9. CTA CORAL (53d98f26) ── */
html body .elementor-36 .elementor-element-53d98f26 .gradient-text {
  background: linear-gradient(120deg, #F07088, #AD2184) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html body .elementor-36 .elementor-element-53d98f26 .section-tag {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.30) !important;
  color: rgba(255,255,255,0.90) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.90) !important;
}/* End custom CSS */