@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-bg-dark: #0a0a0f;--color-bg-darker: #050508;--color-bg-card: rgba(255, 255, 255, .03);--color-bg-card-hover: rgba(255, 255, 255, .06);--color-primary: #a855f7;--color-primary-light: #c084fc;--color-secondary: #06b6d4;--color-accent-orange: #f97316;--color-accent-pink: #ec4899;--gradient-primary: linear-gradient(135deg, #a855f7 0%, #ec4899 50%, #f97316 100%);--gradient-hero: linear-gradient(180deg, #0a0a0f 0%, #1a1025 50%, #0a0a0f 100%);--gradient-cta: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #1e1b4b 100%);--color-text: #ffffff;--color-text-secondary: rgba(255, 255, 255, .7);--color-text-muted: rgba(255, 255, 255, .5);--color-bg-light: #f8fafc;--color-text-dark: #0f172a;--color-text-dark-secondary: #475569;--section-padding: 120px 0;--container-max-width: 1200px;--container-padding: 0 24px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--shadow-glow: 0 0 60px rgba(168, 85, 247, .3);--shadow-card: 0 4px 24px rgba(0, 0, 0, .1);--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-bg-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--container-max-width);margin:0 auto;padding:var(--container-padding)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{color:var(--color-text-secondary)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;font-size:1rem;font-weight:600;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);text-decoration:none}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 24px #a855f766}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #a855f780}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff26}.card{background:var(--color-bg-card);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:32px;transition:all var(--transition-base)}.card:hover{background:var(--color-bg-card-hover);border-color:#ffffff1f;transform:translateY(-4px)}.card-light{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-card);transition:all var(--transition-base)}.card-light:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.section{padding:var(--section-padding)}.section-dark{background:var(--color-bg-dark)}.section-light{background:var(--color-bg-light);color:var(--color-text-dark)}.section-light p{color:var(--color-text-dark-secondary)}.section-title{text-align:center;margin-bottom:64px}.section-title h2{margin-bottom:16px}.section-title p{max-width:600px;margin:0 auto}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--section-padding: 80px 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.icon-container{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--gradient-primary);margin-bottom:16px}.icon-container-light{background:linear-gradient(135deg,#a855f71a,#ec48991a);color:var(--color-primary)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #a855f74d}50%{box-shadow:0 0 40px #a855f780}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-fade-in-up{animation:fade-in-up .6s ease forwards}.text-center{text-align:center}.text-muted{color:var(--color-text-muted);font-size:.875rem}.contact-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.contact-modal{position:relative;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;background:linear-gradient(160deg,#12162a,#0d1020,#0f1328);border:1px solid rgba(168,85,247,.15);border-radius:24px;padding:48px 40px 36px;box-shadow:0 0 80px #a855f714,0 24px 60px #00000080;animation:modalSlideUp .35s ease}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.contact-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.contact-modal-close:hover{background:#ffffff1a;color:#fff}.contact-modal-header{text-align:center;margin-bottom:32px}.contact-modal-header h2{font-size:1.6rem;margin-bottom:10px;color:#fff}.contact-modal-header p{font-size:.95rem;color:#ffffff80;line-height:1.6}.contact-modal-form{min-height:300px}.contact-modal-form iframe{border-radius:12px}@media(max-width:640px){.contact-modal{padding:36px 24px 28px;border-radius:20px}.contact-modal-header h2{font-size:1.3rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;background:#0a0a0fcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);transition:background .4s ease,backdrop-filter .4s ease,border-color .4s ease}.header-transparent{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom-color:transparent}.header-container{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:baseline;gap:6px;text-decoration:none;z-index:1010}.logo-main{font-size:1.4rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.logo-sub{font-size:1.2rem;font-weight:400;font-style:italic;color:#ffffffb3}.btn-sm{padding:10px 20px;font-size:.875rem}.header-nav-desktop{display:flex;align-items:center;gap:32px}.nav-link{color:#ffffffb3;text-decoration:none;font-size:.95rem;font-weight:500;transition:color var(--transition-fast);position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width var(--transition-base)}.nav-link:hover{color:#fff}.nav-link:hover:after{width:100%}.burger{display:none;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer;z-index:1010}.burger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.burger-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-open span:nth-child(2){opacity:0}.burger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-overlay{position:fixed;inset:0;display:none;flex-direction:column;align-items:center;justify-content:center;gap:32px;background:#0a0a0f;z-index:1500;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-nav-overlay.mobile-nav-open{opacity:1;pointer-events:auto}.mobile-nav-overlay .nav-link{font-size:1.3rem}.mobile-nav-overlay .btn-sm{padding:16px 40px;font-size:1rem}.mobile-nav-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff9;cursor:pointer;padding:8px;transition:color .2s ease}.mobile-nav-close:hover{color:#fff}@media(max-width:768px){.burger{display:flex}.header-nav-desktop{display:none}.mobile-nav-overlay{display:flex}}.hero-method{height:300vh;position:relative}.hero-method-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.hm-base-bg{position:absolute;inset:0;background:linear-gradient(180deg,#07080f,#0c0e1a,#0a0b14);z-index:0}.hm-morph{position:absolute;z-index:1;overflow:hidden;will-change:width,height,left,top,border-radius;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.06)}.hm-dashboard{position:absolute;inset:0;display:flex;flex-direction:column;background:linear-gradient(135deg,#0f172af2,#1e1b4bd9,#0f172af2)}.dash-chrome{display:flex;align-items:center;gap:6px;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.dash-dot{width:10px;height:10px;border-radius:50%}.dash-dot-r{background:#ff525280}.dash-dot-y{background:#ffc30080}.dash-dot-g{background:#4caf5080}.dash-url-bar{margin-left:auto;width:160px;height:22px;border-radius:6px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.dash-body{display:flex;flex:1;overflow:hidden}.dash-sidebar{width:48px;border-right:1px solid rgba(255,255,255,.06);padding:12px 8px;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.dash-sidebar-item{width:32px;height:32px;border-radius:8px;background:#ffffff08}.dash-sidebar-item.active{background:#a855f726;border:1px solid rgba(168,85,247,.25)}.dash-main{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.dash-metrics{display:flex;gap:10px}.dash-metric-card{flex:1;padding:12px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:6px}.dash-metric-label{width:50%;height:8px;border-radius:4px;background:#ffffff14}.dash-metric-value{width:40%;height:14px;border-radius:4px;background:#ffffff1f}.dash-metric-bar{height:5px;border-radius:3px;background:#ffffff0a;overflow:hidden}.dash-metric-fill{height:100%;border-radius:3px;background:#a855f780}.dash-metric-fill.fill-cyan{background:#06b6d480}.dash-metric-fill.fill-orange{background:#f9731680}.dash-chart{flex:1;border-radius:10px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);padding:12px;overflow:hidden}.dash-chart-bars{display:flex;align-items:flex-end;gap:6px;height:100%}.dash-bar{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#a855f766,#a855f726);animation:bar-pulse 3s ease-in-out infinite}.dash-bar:nth-child(2n){animation-delay:-1.5s}@keyframes bar-pulse{0%,to{opacity:.7}50%{opacity:1}}.dash-table{display:flex;flex-direction:column;gap:4px}.dash-table-row{display:flex;gap:8px;padding:6px 8px;border-radius:6px}.dash-table-row.header{background:#ffffff08}.dash-cell{height:8px;border-radius:4px;background:#ffffff0f}.dash-cell.w1{flex:1}.dash-cell.w2{flex:2}.dash-cell.w3{flex:3}.dash-glow{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(168,85,247,.12) 0%,transparent 70%);border-radius:50%;filter:blur(60px);top:30%;left:40%;pointer-events:none;animation:dash-glow-move 8s ease-in-out infinite}@keyframes dash-glow-move{0%,to{transform:translate(0) scale(1);opacity:.6}50%{transform:translate(20px,-15px) scale(1.1);opacity:1}}.hm-hero-text{position:relative;z-index:10;text-align:center;max-width:780px;padding:0 24px;display:flex;flex-direction:column;align-items:center;will-change:transform,opacity}.hm-hero-text h1{margin-bottom:24px;line-height:1.1;display:flex;flex-direction:column;gap:8px}.hm-hero-text h1 span{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;color:#fff;text-shadow:0 2px 30px rgba(0,0,0,.6)}.hm-hero-text h1 em{font-style:normal}.hm-gradient-text{background:linear-gradient(135deg,#a855f7,#ec4899,#f97316,#a855f7,#ec4899);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:hm-gradient 4s linear infinite}@keyframes hm-gradient{0%{background-position:0% center}to{background-position:200% center}}.hm-hero-sub{font-size:1.1rem;max-width:500px;margin-bottom:32px;color:#ffffffa6;line-height:1.6;text-shadow:0 1px 10px rgba(0,0,0,.5)}.hm-hero-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#a855f7,#7c3aed,#6d28d9);color:#fff;border:none;border-radius:50px;cursor:pointer;text-decoration:none;box-shadow:0 4px 24px #a855f766;transition:all .3s ease}.hm-hero-btn:hover{transform:translateY(-2px);box-shadow:0 8px 40px #a855f799}.hm-hero-btn svg{transition:transform .3s ease}.hm-hero-btn:hover svg{transform:translate(4px)}.hm-method-content{position:absolute;bottom:430px;left:50%;z-index:10;text-align:center;width:100%;max-width:700px;padding:0 24px;will-change:transform,opacity}.hm-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary-light, #c084fc);margin-bottom:14px}.hm-method-header h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#fff;line-height:1.3}.hm-steps-row{position:absolute;bottom:40px;left:50%;z-index:5;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:20px;width:100%;max-width:1100px;padding:0 32px;will-change:transform,opacity}.hm-step-card{border-radius:20px;overflow:hidden;display:flex;flex-direction:column;height:380px}.hm-step-card.step-morph-target{background:transparent;border:1px solid rgba(168,85,247,.12);position:relative}.hm-step-card.step-morph-target .hm-step-info{position:relative;z-index:3}.hm-step-card:not(.step-morph-target){background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.hm-step-visual{flex:1;position:relative;overflow:hidden}.hm-step-info{padding:16px 20px 20px;flex-shrink:0;position:relative;z-index:3;background:#0a0b14d9}.hm-step-num{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;display:block}.hm-step-info h3{font-size:1.15rem;font-weight:600;color:#fff;margin-bottom:6px}.hm-step-info p{font-size:.85rem;color:#ffffff73;line-height:1.5}.visual-prototype{position:absolute;inset:0;display:flex;flex-direction:column;background:linear-gradient(135deg,#0f172af2,#063c50d9,#0f172af2)}.proto-chrome{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.proto-chrome-dots{display:flex;gap:6px}.proto-toolbar{display:flex;align-items:center;gap:4px;margin-left:auto}.proto-tool-item{width:22px;height:22px;border-radius:6px;background:#ffffff0a}.proto-tool-item.active{background:#06b6d426;border:1px solid rgba(6,182,212,.25)}.proto-tool-divider{width:1px;height:16px;background:#ffffff0f;margin:0 4px}.proto-body{display:flex;flex:1;overflow:hidden}.proto-layers{width:52px;padding:8px 6px;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:4px;flex-shrink:0}.proto-layer-title{width:65%;height:6px;border-radius:3px;background:#ffffff1a;margin-bottom:4px}.proto-layer-item{width:100%;height:14px;border-radius:4px;background:#ffffff08}.proto-layer-item.active{background:#06b6d41f;border:1px solid rgba(6,182,212,.2)}.proto-layer-group{padding-left:8px;display:flex;flex-direction:column;gap:3px}.proto-layer-item.nested{height:12px}.proto-canvas{flex:1;display:flex;align-items:center;justify-content:center;padding:12px;background:#00000026}.proto-artboard{width:80%;max-width:160px;background:#ffffff0a;border:1px solid rgba(6,182,212,.2);border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:6px;box-shadow:0 0 20px #06b6d40d}.proto-ab-header{height:8px;border-radius:4px;background:#ffffff14;width:60%}.proto-ab-hero{height:32px;border-radius:6px;background:linear-gradient(135deg,#06b6d41f,#06b6d40a);border:1px solid rgba(6,182,212,.1)}.proto-ab-cards{display:flex;gap:4px}.proto-ab-card{flex:1;height:24px;border-radius:4px;background:#ffffff08;border:1px solid rgba(255,255,255,.04)}.proto-ab-btn{height:10px;width:50%;margin:0 auto;border-radius:5px;background:#06b6d433}.proto-props{width:56px;padding:8px 6px;border-left:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:6px;flex-shrink:0}.proto-prop-title{width:70%;height:6px;border-radius:3px;background:#ffffff1a;margin-bottom:2px}.proto-prop-row{display:flex;gap:4px;align-items:center}.proto-prop-label{width:50%;height:6px;border-radius:3px;background:#ffffff0f}.proto-prop-value{flex:1;height:12px;border-radius:4px;background:#ffffff0a;border:1px solid rgba(255,255,255,.05)}.proto-prop-divider{height:1px;background:#ffffff0f;margin:2px 0}.proto-prop-colors{display:flex;gap:4px}.proto-color-swatch{width:14px;height:14px;border-radius:4px}.proto-color-swatch.c1{background:#06b6d466}.proto-color-swatch.c2{background:#a855f766}.proto-color-swatch.c3{background:#ffffff1f}.proto-glow{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(6,182,212,.12) 0%,transparent 70%);border-radius:50%;filter:blur(50px);top:30%;left:50%;transform:translate(-50%,-50%);pointer-events:none;animation:proto-glow-move 7s ease-in-out infinite}@keyframes proto-glow-move{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-40%,-40%) scale(1.15);opacity:.9}}.visual-dev{position:absolute;inset:0;display:flex;flex-direction:column;background:linear-gradient(135deg,#0f172af2,#3c230ad9,#0f172af2)}.dev-chrome{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.dev-chrome-dots{display:flex;gap:6px}.dev-tabs{display:flex;gap:2px;margin-left:auto}.dev-tab{width:50px;height:18px;border-radius:6px;background:#ffffff08}.dev-tab.active{background:#f973161f;border:1px solid rgba(249,115,22,.15)}.dev-body{display:flex;flex:1;overflow:hidden}.dev-sidebar{width:56px;padding:8px 6px;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:8px;flex-shrink:0}.dev-folder{display:flex;flex-direction:column;gap:3px}.dev-folder-name{width:70%;height:6px;border-radius:3px;background:#ffffff1a;margin-bottom:2px}.dev-file{width:85%;height:12px;border-radius:4px;background:#ffffff08;margin-left:6px}.dev-file.active{background:#f973161f;border:1px solid rgba(249,115,22,.15)}.dev-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.dev-lines{flex:1;padding:8px;display:flex;flex-direction:column;gap:4px}.dev-line{display:flex;align-items:center;gap:6px;height:12px}.ln{width:16px;height:8px;border-radius:2px;background:#ffffff0a;flex-shrink:0}.code{height:8px;border-radius:3px}.code.w1{width:20px}.code.w2{width:35px}.code.w3{width:50px}.code.w4{width:65px}.code.w5{width:80px}.code.c-purple{background:#a855f759}.code.c-cyan{background:#06b6d459}.code.c-orange{background:#f9731659}.code.c-white{background:#ffffff1f}.dev-terminal{padding:6px 8px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:3px;flex-shrink:0}.dev-term-header{font-size:.55rem;color:#fff3;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px}.dev-term-line{height:6px;width:60%;border-radius:3px;background:#ffffff0f}.dev-term-line.success{width:40%;background:#4caf5033}.dev-glow{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(249,115,22,.12) 0%,transparent 70%);border-radius:50%;filter:blur(50px);top:35%;right:20%;pointer-events:none;animation:dev-glow-move 9s ease-in-out infinite}@keyframes dev-glow-move{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.15);opacity:.9}}.hm-scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:15;will-change:opacity}.hm-scroll span{font-size:.7rem;font-weight:500;letter-spacing:.25em;color:#ffffff4d}.hm-scroll-line{width:1px;height:40px;background:#ffffff1a;position:relative;overflow:hidden}.hm-scroll-dot{position:absolute;top:-100%;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);animation:hm-scroll-pulse 2s ease-in-out infinite}@keyframes hm-scroll-pulse{0%{top:-100%}50%{top:100%}50.01%,to{top:-100%}}@media(max-width:1024px){.hero-method{height:350vh}.hm-steps-row{grid-template-columns:1fr;max-width:400px;gap:14px;padding:0 20px}.hm-step-card{height:280px}.hm-method-content{bottom:auto;top:60px}}@media(max-width:768px){.hero-method--mobile{height:auto!important}.hero-method--mobile .hero-method-sticky{position:relative;height:auto;min-height:auto;padding:0 0 60px;gap:0}.hero-method--mobile .hm-hero-text{min-height:100svh;justify-content:center;padding-top:80px;padding-bottom:40px}.hero-method--mobile .hm-method-content{padding-top:60px;padding-bottom:20px}.hm-hero-text h1 span{font-size:1.8rem}.hm-hero-sub{font-size:.9rem}.hm-hero-btn{padding:14px 28px;font-size:.95rem}.hero-method--mobile .hm-method-content{position:relative;bottom:auto;top:auto;left:auto;transform:none;opacity:1!important;margin:0 auto}.hm-method-header h2{font-size:1.25rem}.hero-method--mobile .hm-steps-row{position:relative;bottom:auto;top:auto;left:auto;transform:none;opacity:1!important;max-width:100%;padding:0 16px;gap:12px;grid-template-columns:1fr;margin:0 auto}.hm-step-card{height:160px;border-radius:16px}.hero-method--mobile .hm-step-card.step-morph-target{background:#ffffff08}.visual-dashboard-mini{position:absolute;inset:0;display:flex;flex-direction:column;background:linear-gradient(135deg,#0f172af2,#1e1b4bd9,#0f172af2)}.visual-dashboard-mini .dash-chrome{padding:6px 10px}.visual-dashboard-mini .dash-body{flex:1;padding:0}.visual-dashboard-mini .dash-main{padding:10px}.proto-layers,.proto-props,.dev-sidebar{display:none}.proto-canvas,.dev-main{flex:1}.hm-step-info h3{font-size:1rem}.hm-step-info p{font-size:.8rem}}@media(max-width:480px){.hm-hero-text h1 span{font-size:1.5rem}.hm-hero-sub{font-size:.85rem;max-width:280px}.hm-step-card{height:140px}.hm-step-info{padding:10px 14px 14px}}.home-problem{background:linear-gradient(180deg,#0a0b14,#0d0f1a,#0a0c18);padding:120px 0}.section-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary-light);margin-bottom:16px}.section-desc{font-size:1.1rem;color:#ffffff80!important;max-width:550px;margin:0 auto}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px}.problem-card{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:40px 32px;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.problem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--gradient-primary);opacity:0;transition:opacity .3s ease}.problem-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-6px)}.problem-card:hover:before{opacity:1}.problem-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#a855f71a;color:var(--color-primary-light);margin-bottom:24px;transition:transform .3s ease,background .3s ease}.problem-card:hover .problem-card-icon{transform:scale(1.1);background:#a855f72e}.problem-card h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:12px}.problem-card p{font-size:.95rem;color:#ffffff80;line-height:1.7}.problem-card-number{position:absolute;bottom:20px;right:24px;font-size:3rem;font-weight:800;color:#ffffff08;line-height:1;transition:color .4s ease}.problem-card:hover .problem-card-number{color:#ffffff0f}@media(max-width:1024px){.problem-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}@media(max-width:768px){.home-problem{padding:80px 0}.problem-card{padding:32px 24px}}.home-promise{background:var(--color-bg-light);padding:120px 0}.home-promise .section-title h2{color:var(--color-text-dark)}.home-promise .section-label{color:var(--color-primary)}.promise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:64px}.promise-card{background:#fff;border-radius:20px;padding:40px 36px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 24px #0000000a;transition:all .3s ease}.promise-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014;border-color:#0000001a}.promise-card-header{display:flex;align-items:center;gap:14px;margin-bottom:28px}.promise-card-header h3{font-size:1.2rem;font-weight:700;color:var(--color-text-dark)}.promise-icon-wrapper{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:transform .3s ease}.promise-card:hover .promise-icon-wrapper{transform:scale(1.1)}.promise-icon-wrapper.do{background:#10b9811a;color:#10b981}.promise-icon-wrapper.dont{background:#ef44441a;color:#ef4444}.promise-list{list-style:none;display:flex;flex-direction:column;gap:16px}.promise-list li{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:var(--color-text-dark-secondary);line-height:1.5}.promise-check{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-top:1px}.promise-check.do{background:#10b9811a;color:#10b981}.promise-check.dont{background:#ef444414;color:#ef4444}.promise-result{margin-top:40px}.promise-result-inner{display:flex;align-items:center;gap:20px;padding:28px 36px;background:linear-gradient(135deg,#a855f70f,#ec48990a);border:1px solid rgba(168,85,247,.15);border-radius:16px}.result-icon{color:var(--color-primary);min-width:20px}.promise-result-inner h4{font-size:1.05rem;font-weight:700;color:var(--color-text-dark);margin-bottom:4px}.promise-result-inner p{font-size:.95rem;color:var(--color-text-dark-secondary);line-height:1.5}@media(max-width:768px){.home-promise{padding:80px 0}.promise-grid{grid-template-columns:1fr}.promise-card{padding:32px 24px}.promise-result-inner{flex-direction:column;text-align:center;padding:24px 20px}}.home-method{background:linear-gradient(180deg,#0a0c18,#0e1025,#0a0c18);padding:120px 0}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px;position:relative}.method-card{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:40px 32px;transition:all .4s cubic-bezier(.16,1,.3,1)}.method-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-6px)}.method-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.method-number{font-size:2rem;font-weight:800;letter-spacing:-.02em}.method-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:transform .3s ease}.method-card:hover .method-icon{transform:scale(1.1)}.method-card h3{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:12px}.method-card p{font-size:.95rem;color:#ffffff80;line-height:1.7}.method-connector{display:none}@media(min-width:1025px){.method-connector{display:flex;align-items:center;position:absolute;right:-24px;top:50%;transform:translateY(-50%);z-index:2;color:#ffffff26}.connector-line{width:12px;height:1px;background:#ffffff26}}.method-cta{text-align:center;margin-top:56px}.btn-method{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:500;background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.15);border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-method:hover{background:#ffffff0d;border-color:#a855f766;color:#fff;transform:translateY(-2px)}.btn-method svg{transition:transform .3s ease}.btn-method:hover svg{transform:translate(4px)}@media(max-width:1024px){.method-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}@media(max-width:768px){.home-method{padding:80px 0 60px}.home-method .section-title{margin-bottom:32px}.home-method .section-title h2{font-size:1.6rem;line-height:1.3}.home-method .section-title .section-desc{font-size:.9rem;margin-top:12px}.home-method .method-grid{margin-top:40px;gap:16px}.method-card{padding:28px 20px}.method-card h3{font-size:1.15rem}.method-card p{font-size:.9rem}.home-method .method-cta{margin-top:36px}}.home-audience{background:var(--color-bg-light);padding:120px 0}.section-label-dark{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary);margin-bottom:16px}.home-audience .section-title h2{color:var(--color-text-dark)}.audience-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:64px}.audience-col{background:#fff;border-radius:20px;padding:40px 36px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 24px #0000000a;transition:all .3s ease}.audience-col:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014;border-color:#0000001a}.audience-col-header{display:flex;align-items:center;gap:14px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.06)}.audience-col-header h3{font-size:1.15rem;font-weight:700;color:var(--color-text-dark)}.audience-col-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:transform .3s ease}.audience-col:hover .audience-col-icon{transform:scale(1.1)}.audience-col-icon.yes{background:#10b9811a;color:#10b981}.audience-col-icon.no{background:#ef44441a;color:#ef4444}.audience-col ul{list-style:none;display:flex;flex-direction:column;gap:16px}.audience-col li{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:var(--color-text-dark-secondary);line-height:1.5}.audience-bullet{width:24px;height:24px;min-width:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;margin-top:2px}.audience-bullet.yes{background:#10b9811a;color:#10b981}.audience-bullet.no{background:#ef444414;color:#ef4444}@media(max-width:768px){.home-audience{padding:80px 0}.audience-columns{grid-template-columns:1fr}.audience-col{padding:32px 24px}}.home-cta-section{position:relative;overflow:hidden;padding:140px 0;background:linear-gradient(180deg,#0a0c18,#0e1228 40%,#0f1430 60%,#0a0c18)}.home-cta-bg{position:absolute;inset:0;z-index:0}.cta-glow{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none}.cta-glow-1{width:500px;height:500px;background:radial-gradient(circle,rgba(168,85,247,.2) 0%,transparent 70%);top:-100px;left:20%;animation:cta-glow-pulse 8s ease-in-out infinite}.cta-glow-2{width:400px;height:400px;background:radial-gradient(circle,rgba(236,72,153,.15) 0%,transparent 70%);bottom:-80px;right:20%;animation:cta-glow-pulse 10s ease-in-out infinite reverse}@keyframes cta-glow-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:1}}.home-cta-container{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center}.home-cta-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:50px;border:1px solid rgba(168,85,247,.3);background:#a855f714;color:var(--color-primary-light);font-size:.85rem;font-weight:500;margin-bottom:32px}.home-cta-container h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:20px;color:#fff;line-height:1.2}.home-cta-desc{font-size:1.1rem;color:#ffffff8c;max-width:500px;line-height:1.7;margin-bottom:40px}.btn-cta-main{font-size:1.05rem;padding:18px 40px;margin-bottom:20px}.home-cta-hint{font-size:.8rem;color:#ffffff59!important;letter-spacing:.03em}@media(max-width:768px){.home-cta-section{padding:100px 0}.home-cta-desc{font-size:1rem;padding:0 16px}.btn-cta-main{width:calc(100% - 32px);justify-content:center}}.footer{padding:60px 0 40px;background:var(--color-bg-darker);border-top:1px solid rgba(255,255,255,.05)}.footer-container{display:flex;flex-direction:column;gap:40px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start}.footer-brand{display:flex;flex-direction:column;gap:8px}.footer-logo{display:inline-flex;align-items:baseline;gap:6px;text-decoration:none;transition:opacity .3s ease}.footer-logo:hover{opacity:.8}.footer-logo-main{font-size:1.25rem;font-weight:700;color:var(--color-text)}.footer-logo-sub{font-size:1.1rem;font-weight:400;font-style:italic;color:#ffffffb3}.footer-brand p{font-size:.875rem;color:var(--color-text-muted)}.footer-links h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#fff6;margin-bottom:16px}.footer-nav{display:flex;flex-direction:column;gap:10px}.footer-nav a{color:#fff9;text-decoration:none;font-size:.9rem;transition:color .2s ease,transform .2s ease;display:inline-block}.footer-nav a:hover,.footer-contact-link:hover{color:#fff;transform:translate(4px)}.footer-contact-link{background:none;border:none;padding:0;cursor:pointer;color:#fff9;font-size:.9rem;font-family:inherit;text-align:left;transition:color .2s ease,transform .2s ease;display:inline-block}.footer-bottom{padding-top:24px;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom p{font-size:.8125rem;color:var(--color-text-muted)}@media(max-width:768px){.footer{padding:48px 0 32px}.footer-top{flex-direction:column;gap:32px}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-top:80px}.hero-bg{position:absolute;inset:0;background:linear-gradient(180deg,#0c1220,#0a1628 40%,#0f1a2e);z-index:0}.hero-glow{position:absolute;border-radius:50%;filter:blur(150px);opacity:.5}.hero-glow-1{width:800px;height:800px;background:radial-gradient(circle,rgba(6,182,212,.25) 0%,transparent 70%);bottom:-300px;left:-200px}.hero-glow-2{width:500px;height:500px;background:radial-gradient(circle,rgba(139,92,246,.2) 0%,transparent 70%);top:10%;right:-100px}.hero-container{position:relative;z-index:1;text-align:center;max-width:900px;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-title{margin-bottom:32px;line-height:1.15;display:flex;flex-direction:column;gap:4px}.hero-line-1{font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:700;color:#fff}.hero-line-2{font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:700}.hero-line-3{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:600;color:#fff;margin-top:8px}.hero-line-3 em{font-style:italic;font-weight:600}.gradient-text-pink{background:linear-gradient(135deg,#ec4899,#f472b6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-warm{background:linear-gradient(135deg,#f97316,#fbbf24,#facc15);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;max-width:600px;margin:0 auto 12px;color:#ffffffd9;font-weight:400}.hero-subtitle-secondary{font-size:.95rem;max-width:550px;margin:0 auto 60px;color:#ffffff73;line-height:1.6}.btn-hero{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:500;background:#fffffff2;color:#0f172a;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 24px #00000026}.btn-hero:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 32px #0003}.btn-hero svg{transition:transform .3s ease}.btn-hero:hover svg{transform:translateY(3px)}.hero-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:2}.scroll-text{font-size:.75rem;font-weight:500;letter-spacing:.2em;color:#fff6}.scroll-line{width:1px;height:40px;background:#ffffff26;position:relative;overflow:hidden}.scroll-line-inner{position:absolute;top:-100%;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:scroll-pulse 2s ease-in-out infinite}@keyframes scroll-pulse{0%{top:-100%}50%{top:100%}50.01%{top:-100%}to{top:-100%}}@media(max-width:768px){.hero{padding-top:100px;min-height:100vh;padding-bottom:100px}.hero-title{gap:2px}.hero-line-3{margin-top:4px}.hero-subtitle{font-size:1rem;padding:0 16px}.hero-subtitle-secondary{font-size:.875rem;padding:0 16px}.btn-hero{padding:14px 28px;font-size:.95rem}.hero-scroll-indicator{bottom:24px}}.pain-points{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.pain-points-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.pain-point-card{text-align:center;padding:28px 20px}.pain-point-card p{font-size:.95rem;font-weight:500;color:var(--color-text-dark);line-height:1.4}@media(max-width:1024px){.pain-points-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.pain-points-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.pain-points-grid{grid-template-columns:1fr}}.methode-header{padding-top:120px;padding-bottom:20px;background:linear-gradient(180deg,#0a1628,#0c1a30)}.methode-header .section-title{text-align:center}.methode-header .section-title h2{margin-bottom:16px}.methode-subtitle{font-size:1.1rem;color:#ffffff80;max-width:500px;margin-left:auto;margin-right:auto}.cadrage-showcase{padding-top:40px;background:linear-gradient(180deg,#0f1a2e,#0a1628,#0c1220);overflow:hidden}.cadrage-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.cadrage-badge{display:inline-block;padding:8px 16px;background:#06b6d426;border:1px solid rgba(6,182,212,.3);border-radius:50px;font-size:.8rem;font-weight:600;color:#22d3ee;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}.gradient-text-cyan{background:linear-gradient(135deg,#06b6d4,#22d3ee,#67e8f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cadrage-text h2{margin-bottom:24px;font-size:clamp(2rem,4vw,3rem)}.cadrage-description{font-size:1.1rem;color:#ffffffb3;margin-bottom:32px;line-height:1.7}.cadrage-features{list-style:none;display:flex;flex-direction:column;gap:16px}.cadrage-features li{display:flex;align-items:center;gap:14px;color:#ffffffd9;font-size:1rem}.feature-bullet.cyan{width:8px;height:8px;min-width:8px;background:linear-gradient(135deg,#06b6d4,#22d3ee);border-radius:50%}.cadrage-visual{display:flex;justify-content:center;position:relative}.gdp-glow{position:absolute;width:450px;height:350px;background:radial-gradient(ellipse,rgba(6,182,212,.2) 0%,transparent 70%);filter:blur(60px);z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);animation:gdp-glow-pulse 4s ease-in-out infinite}@keyframes gdp-glow-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.05)}}.gdp-mockup{position:relative;z-index:1;width:420px;background:linear-gradient(145deg,#1e1e2e,#16162a);border-radius:16px;overflow:hidden;box-shadow:0 40px 80px #0006,0 0 0 1px #ffffff14,inset 0 1px #ffffff1a}.gdp-header{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.06)}.gdp-dots{display:flex;gap:6px}.gdp-dots span{width:10px;height:10px;border-radius:50%;background:#ffffff26}.gdp-dots span:nth-child(1){background:#ff5f57}.gdp-dots span:nth-child(2){background:#ffbd2e}.gdp-dots span:nth-child(3){background:#28c840}.gdp-title{font-size:.85rem;font-weight:500;color:#fff9}.gdp-content{display:flex;min-height:320px}.gdp-sidebar{width:140px;background:#0003;padding:16px 12px;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:6px}.sidebar-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:.8rem;color:#ffffff80;transition:all .3s ease;animation:sidebar-pulse 4s ease-in-out infinite}.sidebar-item:nth-child(2){animation-delay:1s}.sidebar-item:nth-child(3){animation-delay:2s}.sidebar-item:nth-child(4){animation-delay:3s}@keyframes sidebar-pulse{0%,to{opacity:1}50%{opacity:.7}}.sidebar-item.active{background:#06b6d426;color:#22d3ee}.sidebar-item svg{width:16px;height:16px}.gdp-main{flex:1;padding:20px;display:flex;flex-direction:column;gap:16px}.gdp-doc-title{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.doc-icon{width:28px;height:28px;background:linear-gradient(135deg,#06b6d4,#22d3ee);border-radius:6px}.doc-title-text{font-size:1rem;font-weight:600;color:#ffffffe6}.gdp-blocks{display:flex;flex-direction:column;gap:12px}.gdp-block{padding:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px}.gdp-block.animating{animation:block-highlight 4s ease-in-out infinite}.gdp-block.delay-1{animation-delay:1s}.gdp-block.delay-2{animation-delay:2s}@keyframes block-highlight{0%,to{background:#ffffff08;border-color:#ffffff0f;box-shadow:none;transform:scale(1)}50%{background:#06b6d426;border-color:#06b6d466;box-shadow:0 0 20px #06b6d44d,inset 0 0 10px #06b6d41a;transform:scale(1.02)}}.block-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.block-tag{padding:4px 10px;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;animation:tag-float 3s ease-in-out infinite}.block-tag.green{animation-delay:0s}.block-tag.orange{animation-delay:.5s}.block-tag.purple{animation-delay:1s}@keyframes tag-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.block-tag.green{background:#10b98133;color:#34d399}.block-tag.orange{background:#f9731633;color:#fb923c}.block-tag.purple{background:#a855f733;color:#c084fc}.block-label{font-size:.85rem;color:#ffffffb3;font-weight:500}.block-lines{display:flex;flex-direction:column;gap:6px}.block-line{height:8px;background:#ffffff14;border-radius:4px}.block-line.short{width:50%}.block-line.medium{width:75%}.gdp-progress{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.progress-label{font-size:.8rem;color:#ffffff80}.progress-bar{flex:1;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#06b6d4,#22d3ee);border-radius:3px;transition:width .8s ease-in-out}@keyframes progress-animate{0%,to{width:65%}50%{width:72%}}.progress-percent{font-size:.85rem;font-weight:600;color:#22d3ee;animation:percent-pulse 3s ease-in-out infinite}@keyframes percent-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}@media(max-width:1024px){.cadrage-content{grid-template-columns:1fr;gap:60px}.cadrage-text{text-align:center;order:1}.cadrage-features{align-items:center}.cadrage-visual{order:0}.gdp-mockup{width:380px}}@media(max-width:480px){.gdp-mockup{width:320px}.gdp-sidebar{width:100px;padding:12px 8px}.sidebar-item{padding:8px;font-size:.7rem}.sidebar-item span{display:none}.gdp-main{padding:14px}}.prototype-showcase{background:linear-gradient(180deg,#0a1628,#0c1220,#0f1a2e);overflow:hidden}.prototype-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.prototype-badge{display:inline-block;padding:8px 16px;background:#f9731626;border:1px solid rgba(249,115,22,.3);border-radius:50px;font-size:.8rem;font-weight:600;color:#fbbf24;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}.prototype-text h2{margin-bottom:24px;font-size:clamp(2rem,4vw,3rem)}.prototype-description{font-size:1.1rem;color:#ffffffb3;margin-bottom:32px;line-height:1.7}.prototype-features{list-style:none;display:flex;flex-direction:column;gap:16px}.prototype-features li{display:flex;align-items:center;gap:14px;color:#ffffffd9;font-size:1rem}.feature-bullet{width:8px;height:8px;min-width:8px;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:50%}.prototype-visual{display:flex;justify-content:center;position:relative}.iphone-glow{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(249,115,22,.25) 0%,transparent 70%);filter:blur(80px);z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);animation:glow-pulse 4s ease-in-out infinite}@keyframes glow-pulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.iphone-mockup{position:relative;z-index:1;width:280px;height:580px;background:linear-gradient(145deg,#2a2a2a,#1a1a1a,#0d0d0d);border-radius:50px;padding:12px;box-shadow:0 50px 100px #00000080,0 0 0 1px #ffffff1a,inset 0 1px #ffffff26,inset 0 -1px #0000004d}.iphone-notch{position:absolute;top:18px;left:50%;transform:translate(-50%);width:120px;height:32px;background:#0d0d0d;border-radius:20px;z-index:10}.iphone-notch:before{content:"";position:absolute;top:10px;right:24px;width:10px;height:10px;background:radial-gradient(circle,#1a1a2e 30%,#0a0a0f 70%);border-radius:50%;box-shadow:inset 0 0 2px #ffffff1a}.iphone-screen{width:100%;height:100%;background:linear-gradient(180deg,#1e1e2e,#141422);border-radius:42px;overflow:hidden;position:relative}.iphone-home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:120px;height:4px;background:#ffffff40;border-radius:2px}.prototype-video{width:100%;height:100%;object-fit:cover;border-radius:42px}.prototype-animation{width:100%;height:100%;padding:56px 16px 32px}.app-demo{width:100%;height:100%;display:flex;flex-direction:column}.demo-header{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:20px}.demo-avatar{width:40px;height:40px;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:50%;animation:avatar-pulse 3s ease-in-out infinite}@keyframes avatar-pulse{0%,to{transform:scale(1);box-shadow:0 0 #f9731666}50%{transform:scale(1.05);box-shadow:0 0 20px 5px #f973164d}}.demo-title-block{flex:1;display:flex;flex-direction:column;gap:8px}.demo-line{height:10px;background:#ffffff1a;border-radius:5px}.demo-line.short{width:60%}.demo-cards{flex:1;display:flex;flex-direction:column;gap:12px}.demo-card{display:flex;gap:12px;padding:16px;background:#ffffff0a;border-radius:16px;border:1px solid rgba(255,255,255,.06);align-items:center}.demo-card.animating{animation:card-float 3s ease-in-out infinite}.demo-card.delay-1{animation-delay:.3s}.demo-card.delay-2{animation-delay:.6s}@keyframes card-float{0%,to{background:#ffffff0a;border-color:#ffffff0f;transform:translate(0);box-shadow:none}50%{background:#f973161f;border-color:#f973164d;transform:translate(4px) scale(1.02);box-shadow:0 0 15px #f9731633}}.demo-card-icon{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,#f973164d,#fbbf2433);border-radius:12px}.demo-card-icon.purple{background:linear-gradient(135deg,#a855f74d,#8b5cf633)}.demo-card-icon.cyan{background:linear-gradient(135deg,#06b6d44d,#22d3ee33)}.demo-card-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px}.demo-check{width:24px;height:24px;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;position:relative;animation:check-bounce 2s ease-in-out infinite}@keyframes check-bounce{0%,to{transform:scale(1);box-shadow:0 0 #10b98166}25%{transform:scale(1.15);box-shadow:0 0 15px 5px #10b9814d}50%{transform:scale(1);box-shadow:0 0 #10b9811a}}.demo-check:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.demo-button{margin-top:16px;padding:14px;background:linear-gradient(135deg,#f97316,#fb923c);border-radius:12px;text-align:center;animation:button-pulse 2s ease-in-out infinite}.demo-button span{color:#fff;font-weight:600;font-size:14px}@keyframes button-pulse{0%,to{box-shadow:0 4px 15px #f9731640}50%{box-shadow:0 4px 25px #f9731666}}.demo-nav{display:flex;justify-content:center;gap:20px;padding-top:20px;margin-top:auto}.demo-nav-item{width:20px;height:20px;background:#ffffff14;border-radius:6px;transition:all .5s ease}.demo-nav-item.active{background:linear-gradient(135deg,#f97316,#fbbf24);box-shadow:0 0 10px #f9731680;animation:nav-glow 2s ease-in-out infinite}@keyframes nav-glow{0%,to{box-shadow:0 0 10px #f9731680}50%{box-shadow:0 0 20px #f97316cc}}@media(max-width:1024px){.prototype-content{grid-template-columns:1fr;gap:60px}.prototype-text{text-align:center}.prototype-features{align-items:center}.prototype-visual{order:-1}.iphone-mockup{width:260px;height:540px}.iphone-notch{width:100px;height:28px}}@media(max-width:480px){.iphone-mockup{width:240px;height:500px;border-radius:44px;padding:10px}.iphone-screen{border-radius:38px}.prototype-animation{padding:50px 14px 28px}}.dev-showcase-business{background:linear-gradient(180deg,#0c1220,#0a1628,#0f1a2e);overflow:hidden}.dev-content-business{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.dev-badge-business{display:inline-block;padding:8px 16px;background:#fbbf2426;border:1px solid rgba(251,191,36,.3);border-radius:50px;font-size:.8rem;font-weight:600;color:#fbbf24;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}.gradient-text-gold{background:linear-gradient(135deg,#f59e0b,#fbbf24,#fcd34d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dev-text-business h2{margin-bottom:24px;font-size:clamp(2rem,4vw,3rem)}.dev-description-business{font-size:1.1rem;color:#ffffffb3;margin-bottom:32px;line-height:1.7}.dev-features-business{list-style:none;display:flex;flex-direction:column;gap:16px}.dev-features-business li{display:flex;align-items:center;gap:14px;color:#ffffffd9;font-size:1rem}.feature-bullet-business{width:8px;height:8px;min-width:8px;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:50%}.dev-visual-business{display:flex;justify-content:center;position:relative}.business-glow{position:absolute;width:450px;height:400px;background:radial-gradient(ellipse,rgba(251,191,36,.12) 0%,transparent 70%);filter:blur(60px);z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);animation:biz-pulse 4s ease-in-out infinite}@keyframes biz-pulse{0%,to{opacity:.5}50%{opacity:.8}}.business-dashboard{position:relative;z-index:1;width:420px;background:linear-gradient(145deg,#1e1e2e,#16162a);border-radius:16px;overflow:hidden;box-shadow:0 40px 80px #0006,0 0 0 1px #ffffff14,inset 0 1px #ffffff1a}.business-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.06)}.business-dots{display:flex;gap:6px}.business-dots span{width:10px;height:10px;border-radius:50%}.business-dots span:nth-child(1){background:#ff5f57}.business-dots span:nth-child(2){background:#ffbd2e}.business-dots span:nth-child(3){background:#28c840}.business-title{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#ffffffb3;flex:1}.business-title svg{animation:rocket-launch 3s ease-in-out infinite}@keyframes rocket-launch{0%,to{transform:translateY(0) rotate(-45deg)}25%{transform:translateY(-3px) rotate(-45deg)}50%{transform:translateY(-5px) rotate(-45deg)}75%{transform:translateY(-3px) rotate(-45deg)}}.live-badge{margin-left:auto;padding:4px 10px;background:#10b98133;border-radius:20px;font-size:.65rem;font-weight:700;color:#34d399;animation:pulse-live 2s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1;box-shadow:0 0 10px #34d39980}50%{opacity:.7;box-shadow:0 0 20px #34d399cc}}.business-content{padding:16px;display:flex;flex-direction:column;gap:14px}.kpi-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kpi-card{padding:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;display:flex;flex-direction:column;gap:8px;animation:kpi-highlight 6s ease-in-out infinite}.kpi-card:nth-child(2){animation-delay:2s}.kpi-card:nth-child(3){animation-delay:4s}@keyframes kpi-highlight{0%,to{background:#ffffff08;border-color:#ffffff0f;transform:scale(1)}15%,35%{background:#fbbf241a;border-color:#fbbf244d;transform:scale(1.03);box-shadow:0 0 20px #fbbf2426}}.kpi-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px}.kpi-icon.users{background:#8b5cf633;color:#a78bfa}.kpi-icon.revenue{background:#10b98133;color:#34d399}.kpi-icon.growth{background:#fbbf2433;color:#fbbf24}.kpi-info{display:flex;flex-direction:column}.kpi-value{font-size:1.1rem;font-weight:700;color:#fffffff2}.kpi-label{font-size:.7rem;color:#ffffff80}.kpi-trend{display:flex;align-items:center;gap:2px;font-size:.7rem;font-weight:600}.kpi-trend.up{color:#34d399}.growth-chart{padding:14px;background:#ffffff08;border-radius:12px}.chart-header{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.8rem}.chart-header span:first-child{color:#fffc;font-weight:500}.chart-period{color:#fff6}.chart-area{position:relative;height:80px}.chart-bars{display:flex;align-items:flex-end;justify-content:space-between;height:100%;gap:8px}.chart-bar{flex:1;background:linear-gradient(180deg,#fbbf244d,#fbbf241a);border-radius:4px 4px 0 0;animation:grow-bar 1s ease-out forwards;transform-origin:bottom}.chart-bar.active{background:linear-gradient(180deg,#fbbf24,#f59e0b)}.chart-bar:nth-child(1){animation-delay:.1s}.chart-bar:nth-child(2){animation-delay:.2s}.chart-bar:nth-child(3){animation-delay:.3s}.chart-bar:nth-child(4){animation-delay:.4s}.chart-bar:nth-child(5){animation-delay:.5s}.chart-bar:nth-child(6){animation-delay:.6s}.chart-bar:nth-child(7){animation-delay:.7s}.chart-bar:nth-child(8){animation-delay:.8s}.chart-bar:nth-child(9){animation-delay:.9s}@keyframes grow-bar{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.chart-line{position:absolute;bottom:0;left:0;right:0;height:1px;background:#ffffff1a}.reviews-section{padding:12px;background:linear-gradient(135deg,#fbbf2414,#f59e0b0d);border:1px solid rgba(251,191,36,.15);border-radius:12px}.review-card{display:flex;flex-direction:column;gap:6px}.review-stars{display:flex;gap:2px;color:#fbbf24}.review-stars svg{animation:star-twinkle 2s ease-in-out infinite}.review-stars svg:nth-child(1){animation-delay:0s}.review-stars svg:nth-child(2){animation-delay:.2s}.review-stars svg:nth-child(3){animation-delay:.4s}.review-stars svg:nth-child(4){animation-delay:.6s}.review-stars svg:nth-child(5){animation-delay:.8s}@keyframes star-twinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.review-card p{font-size:.85rem;font-style:italic;color:#fffc;margin:0}.review-author{font-size:.7rem;color:#fff6}.launch-status{display:flex;justify-content:center;gap:20px;padding-top:8px}.status-item-business{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#fff9}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.success{background:#34d399;box-shadow:0 0 8px #34d39980;animation:status-pulse 1.5s ease-in-out infinite}.status-item-business:nth-child(2) .status-dot{animation-delay:.3s}.status-item-business:nth-child(3) .status-dot{animation-delay:.6s}@keyframes status-pulse{0%,to{box-shadow:0 0 8px #34d39980;transform:scale(1)}50%{box-shadow:0 0 15px #34d399cc;transform:scale(1.2)}}@media(max-width:1024px){.dev-content-business{grid-template-columns:1fr;gap:60px}.dev-text-business{text-align:center}.dev-features-business{align-items:center}.dev-visual-business{order:-1}.business-dashboard{width:380px}}@media(max-width:480px){.business-dashboard{width:320px}.kpi-cards{grid-template-columns:1fr}.launch-status{flex-wrap:wrap;gap:12px}}.cta-section{position:relative;overflow:hidden}.cta-bg{position:absolute;inset:0;background:linear-gradient(135deg,#a855f726,#ec48991a,#f973161a),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');z-index:0}.cta-container{position:relative;z-index:1}.cta-content{max-width:600px;margin:0 auto;text-align:center}.cta-content h2{margin-bottom:32px}.cta-benefits{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:16px 32px;margin-bottom:40px}.cta-benefits li{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary)}.cta-benefits li svg{color:var(--color-primary-light)}@media(max-width:768px){.cta-benefits{flex-direction:column;align-items:center;gap:12px}}.target-audience{background:var(--color-bg-light)}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto}.audience-card{padding:36px}.audience-card h3{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:1.125rem;color:var(--color-text-dark)}.audience-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff}.audience-icon.yes{background:linear-gradient(135deg,#10b981,#059669)}.audience-icon.no{background:linear-gradient(135deg,#ef4444,#dc2626)}.audience-card ul{list-style:none;display:flex;flex-direction:column;gap:16px}.audience-card li{display:flex;align-items:flex-start;gap:12px;color:var(--color-text-dark-secondary)}.audience-yes li svg{color:#10b981;margin-top:2px}.audience-no li svg{color:#ef4444;margin-top:2px}@media(max-width:768px){.audience-grid{grid-template-columns:1fr}}.contact-section{background:linear-gradient(180deg,#0a0a0f,#0f0f1a,#0a0a0f)}.contact-form-container{max-width:700px;margin:0 auto;background:#fff;border-radius:20px;padding:30px 40px 15px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.contact-form-container iframe{border-radius:12px;min-height:450px;margin-bottom:-25px}@media(max-width:768px){.contact-form-container{padding:20px 20px 10px}}.methode-intro{padding:160px 0 100px;background:linear-gradient(180deg,#0a0a0f,#1a1025,#0a0a0f);position:relative;overflow:hidden;text-align:center}.methode-intro-content{max-width:720px;margin:0 auto;position:relative;z-index:1}.methode-intro-label{display:inline-block;padding:8px 20px;background:#a855f71f;border:1px solid rgba(168,85,247,.25);border-radius:50px;font-size:.8rem;font-weight:600;color:#c084fc;text-transform:uppercase;letter-spacing:.08em;margin-bottom:32px}.methode-intro h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.15;margin-bottom:28px}.methode-intro-desc{font-size:1.15rem;color:#ffffffa6;line-height:1.8;margin-bottom:56px}.methode-intro-pillars{display:flex;align-items:center;justify-content:center;gap:32px}.pillar{display:flex;flex-direction:column;align-items:center;gap:12px}.pillar-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s ease}.pillar:hover .pillar-icon{background:#a855f71f;border-color:#a855f74d;transform:translateY(-4px);box-shadow:0 8px 30px #a855f733}.pillar span{font-size:.9rem;font-weight:600;color:#fffc}.pillar-divider{width:1px;height:40px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.15),transparent)}.methode-intro-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(168,85,247,.15) 0%,transparent 70%);filter:blur(100px);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;animation:intro-glow-pulse 5s ease-in-out infinite}@keyframes intro-glow-pulse{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}}@media(max-width:768px){.methode-intro{padding:120px 0 80px}.methode-intro-pillars{flex-direction:column;gap:20px}.pillar-divider{width:40px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent)}}.methode-step1{padding-top:40px;background:linear-gradient(180deg,#0a0a0f,#0f1a2e,#0a1628);overflow:hidden}.step-header{text-align:center;margin-bottom:72px}.step-badge{display:inline-block;padding:8px 20px;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px}.step-badge.cyan{background:#06b6d426;border:1px solid rgba(6,182,212,.3);color:#22d3ee}.step-badge.warm{background:#f9731626;border:1px solid rgba(249,115,22,.3);color:#fbbf24}.step-badge.green{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#34d399}.step-header h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.step-subtitle{font-size:1.1rem;color:#fff9;max-width:600px;margin:0 auto}.step1-blocks-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-bottom:80px}.step1-block{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:32px 28px;transition:all .3s ease}.step1-block:hover{background:#ffffff0d;border-color:#06b6d433;transform:translateY(-4px)}.step1-block h3{font-size:1.15rem;font-weight:700;margin-bottom:16px;color:#fff;position:relative;padding-left:16px}.step1-block h3:before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:3px;background:linear-gradient(180deg,#06b6d4,#22d3ee);border-radius:2px}.step1-block p{font-size:.95rem;color:#fff9;line-height:1.7}.step1-list{list-style:none;display:flex;flex-direction:column;gap:10px}.step1-list li{display:flex;align-items:center;gap:12px;color:#ffffffbf;font-size:.9rem}.step1-timeline{margin-top:20px;padding:40px 0 0}.timeline-track{display:flex;justify-content:space-between;position:relative;padding:0 20px}.timeline-track:before{content:"";position:absolute;top:50%;left:20px;right:20px;height:4px;background:linear-gradient(90deg,#06b6d4,#22d3ee,#67e8f9,#22d3ee,#06b6d4);opacity:.3;border-radius:2px;z-index:0}.timeline-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1;cursor:pointer}.timeline-desc-top,.timeline-desc-bottom{min-height:80px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:0 8px;transition:all .3s ease}.timeline-desc-top{justify-content:flex-end;padding-bottom:16px}.timeline-desc-bottom{justify-content:flex-start;padding-top:16px}.timeline-desc-top strong,.timeline-desc-bottom strong{font-size:.8rem;font-weight:600;color:#ffffffd9;line-height:1.3}.timeline-desc-top span,.timeline-desc-bottom span{font-size:.72rem;color:#ffffff80;line-height:1.4}.timeline-node{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#1e1e2e,#16162a);border:2px solid rgba(6,182,212,.3);border-radius:12px;transition:all .4s ease;flex-shrink:0}.timeline-node span{font-size:1rem;font-weight:700;color:#fff9;transition:color .3s ease}.timeline-item.active .timeline-node{background:linear-gradient(135deg,#06b6d440,#22d3ee26);border-color:#22d3ee;box-shadow:0 0 25px #06b6d466,0 0 60px #06b6d426;transform:scale(1.12)}.timeline-item.active .timeline-node span,.timeline-item.active .timeline-desc-top strong,.timeline-item.active .timeline-desc-bottom strong{color:#22d3ee}.timeline-item.active .timeline-desc-top span,.timeline-item.active .timeline-desc-bottom span{color:#ffffffb3}.timeline-desc-mobile{display:none}@media(max-width:1024px){.step1-blocks-row{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.timeline-track{flex-wrap:wrap;gap:24px;justify-content:center}.timeline-track:before{display:none}.timeline-item{flex:0 0 calc(33.33% - 16px)}.timeline-desc-top,.timeline-desc-bottom{min-height:60px}}@media(max-width:600px){.step1-timeline{margin-top:0;padding:20px 0 0}.timeline-track{flex-direction:column;gap:0;padding:0}.timeline-item{flex:none;flex-direction:row;align-items:flex-start;gap:16px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.06)}.timeline-item:last-child{border-bottom:none}.timeline-node{width:44px;height:44px;border-radius:10px;flex-shrink:0}.timeline-desc-top,.timeline-desc-bottom{display:none}.timeline-desc-mobile{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:4px;flex:1;padding-top:4px}.timeline-desc-mobile strong{font-size:.9rem;font-weight:600;color:#ffffffd9;line-height:1.4}.timeline-desc-mobile span{font-size:.8rem;color:#ffffff80;line-height:1.5}.timeline-item.active .timeline-desc-mobile strong{color:#22d3ee}.timeline-item.active .timeline-desc-mobile span{color:#ffffffb3}}.methode-step2{background:linear-gradient(180deg,#0a1628,#0c1220,#0f1a2e);overflow:hidden}.step2-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.step2-visual{display:flex;justify-content:center;position:relative}.step2-text{display:flex;flex-direction:column;gap:32px}.step2-block h3{font-size:1.15rem;font-weight:700;margin-bottom:12px;color:#fff}.step2-block p{font-size:1rem;color:#ffffffa6;line-height:1.7}.step2-list{list-style:none;display:flex;flex-direction:column;gap:12px}.step2-list li{display:flex;align-items:center;gap:14px;color:#fffc;font-size:.95rem}.feature-bullet.warm{width:8px;height:8px;min-width:8px;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:50%}.gradient-text-warm{background:linear-gradient(135deg,#f97316,#fbbf24,#fcd34d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){.step2-grid{grid-template-columns:1fr;gap:60px}.step2-visual{order:0}.step2-text{order:1}}.methode-step3{background:linear-gradient(180deg,#0f1a2e,#0c1220,#0a1628);overflow:hidden}.step3-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.step3-text{display:flex;flex-direction:column;gap:32px}.step3-block h3{font-size:1.15rem;font-weight:700;margin-bottom:12px;color:#fff}.step3-block p{font-size:1rem;color:#ffffffa6;line-height:1.7}.step3-list{list-style:none;display:flex;flex-direction:column;gap:12px}.step3-list li{display:flex;align-items:center;gap:14px;color:#fffc;font-size:.95rem}.step3-visual{display:flex;justify-content:center;position:relative}.ide-mockup{position:relative;z-index:1;width:420px;background:#0d1117;border-radius:16px;border:1px solid rgba(255,255,255,.08);overflow:hidden;box-shadow:0 8px 40px #0009,0 0 80px #10b98114}.ide-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06)}.ide-dots{display:flex;gap:7px}.ide-dots span{width:12px;height:12px;border-radius:50%}.ide-dots span:nth-child(1){background:#ff5f57}.ide-dots span:nth-child(2){background:#febc2e}.ide-dots span:nth-child(3){background:#28c840}.ide-tabs{display:flex;gap:2px;margin-left:8px}.ide-tab{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;font-size:.8rem;color:#fff6;cursor:default;transition:all .2s}.ide-tab.active{background:#ffffff0f;color:#ffffffd9}.ide-content{padding:20px 22px;display:flex;flex-direction:column;gap:8px;min-height:260px}.terminal-line{display:flex;align-items:center;gap:10px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.82rem;color:#ffffffb3;opacity:0;animation:terminalFadeIn .4s ease forwards}.terminal-line.typing{color:#ffffffe6}.terminal-line .prompt{color:#34d399;font-weight:700}.terminal-line .command{color:#a5f3fc}.terminal-line .success{color:#34d399;font-weight:700}.terminal-line.success-line{margin-top:4px;padding:8px 12px;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:8px}.terminal-line .success-text{color:#34d399;font-weight:600}.terminal-line .rocket-icon{font-size:1rem}.terminal-line.delay-1{animation-delay:.6s}.terminal-line.delay-2{animation-delay:1.2s}.terminal-line.delay-3{animation-delay:1.8s}.terminal-line.delay-4{animation-delay:2.4s}.terminal-line.delay-5{animation-delay:3s}.terminal-line.delay-6{animation-delay:3.6s}@keyframes terminalFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ide-status{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;background:#ffffff08;border-top:1px solid rgba(255,255,255,.06)}.status-item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#ffffff80}.status-item.green{color:#34d399}.ide-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:350px;height:350px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);pointer-events:none;z-index:0}@media(max-width:1024px){.step3-grid{grid-template-columns:1fr;gap:60px}.step3-text{order:1}.step3-visual{order:0}.ide-mockup{width:100%;max-width:420px}}.methode-logique{background:linear-gradient(180deg,#0a1628,#0a0a0f 50% 100%);overflow:hidden}.logique-label{display:inline-block;padding:8px 20px;background:#a855f71f;border:1px solid rgba(168,85,247,.25);border-radius:50px;font-size:.8rem;font-weight:600;color:#c084fc;text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px}.logique-desc{font-size:1.05rem;color:#fff9;max-width:550px;margin:0 auto;line-height:1.7}.logique-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:72px}.logique-card{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:36px 28px;text-align:center;transition:all .4s ease;overflow:hidden}.logique-card:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-6px)}.logique-card-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:18px;margin:0 auto 24px;transition:all .3s ease}.logique-card:hover .logique-card-icon{transform:scale(1.1)}.logique-card h3{font-size:1.1rem;font-weight:700;margin-bottom:14px;color:#fff}.logique-card p{font-size:.9rem;color:#fff9;line-height:1.6}.logique-card-glow{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);width:200px;height:120px;filter:blur(40px);opacity:0;transition:opacity .4s ease;pointer-events:none}.logique-card:hover .logique-card-glow{opacity:1}.logique-flow{display:flex;align-items:center;justify-content:center;gap:12px;padding:32px 0;flex-wrap:wrap}.flow-step{display:flex;align-items:center;gap:10px;padding:12px 20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s ease}.flow-step:hover{background:#ffffff12;border-color:#ffffff26;transform:translateY(-2px)}.flow-dot{width:10px;height:10px;border-radius:50%;transition:transform .3s ease}.flow-step:hover .flow-dot{transform:scale(1.3)}.flow-step span{font-size:.85rem;font-weight:600;color:#fffc}.flow-arrow{font-size:1.2rem;color:#ffffff40}.flow-decision{padding:8px 16px;background:#a855f71a;border:1px dashed rgba(168,85,247,.3);border-radius:8px;transition:all .3s ease}.flow-decision:hover{background:#a855f726;border-color:#a855f780}.flow-decision span{font-size:.75rem;font-weight:600;color:#c084fc;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.logique-grid{grid-template-columns:1fr;gap:20px}.logique-flow{gap:8px}.flow-step{padding:10px 14px}.flow-decision{padding:6px 12px}}.methode-cta{position:relative;padding:100px 0;overflow:hidden;text-align:center}.methode-cta-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1e1b4b,#312e81,#1e1b4b 60%,#0a0a0f);z-index:0}.methode-cta-container{position:relative;z-index:1}.methode-cta-content{max-width:600px;margin:0 auto}.methode-cta-content h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:20px}.methode-cta-content p{font-size:1.1rem;color:#ffffffa6;line-height:1.7;margin-bottom:40px}.btn-lg{padding:18px 40px;font-size:1.05rem}.methode-cta-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(168,85,247,.2) 0%,transparent 70%);filter:blur(100px);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;animation:cta-glow-pulse 5s ease-in-out infinite}@keyframes cta-glow-pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.15)}}@media(max-width:768px){.methode-cta{padding:80px 0}.btn-lg{padding:16px 32px;font-size:1rem}}.process-comment{background:linear-gradient(180deg,#0a0a0f,#0f1a2e,#0c1220);overflow:hidden}.process-section-header{text-align:center;margin-bottom:72px}.process-label{display:inline-block;padding:8px 20px;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;background:#a855f71f;border:1px solid rgba(168,85,247,.25);color:#c084fc}.process-section-header h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.process-section-desc{font-size:1.1rem;color:#fff9;max-width:600px;margin:0 auto}.process-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.process-pillar-card{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:40px 32px 36px;transition:all .4s ease;overflow:hidden}.process-pillar-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-6px)}.pillar-card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:transform .3s ease}.process-pillar-card:hover .pillar-card-icon{transform:scale(1.1)}.process-pillar-card h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:14px}.process-pillar-card p{font-size:.95rem;color:#fff9;line-height:1.7}.pillar-card-accent{position:absolute;bottom:0;left:0;right:0;height:3px;opacity:0;transition:opacity .4s ease}.process-pillar-card:hover .pillar-card-accent{opacity:1}@media(max-width:1024px){.process-pillars-grid{grid-template-columns:1fr;gap:20px}}.process-vente{background:linear-gradient(180deg,#0c1220,#0f1a2e,#0c1220);overflow:hidden}.process-label.vente{background:#06b6d41f;border:1px solid rgba(6,182,212,.25);color:#22d3ee}.vente-steps{display:flex;flex-direction:column;gap:0;max-width:700px;margin:0 auto}.vente-step{position:relative;display:flex;align-items:flex-start;gap:24px;padding:32px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;margin-bottom:24px;transition:all .3s ease}.vente-step:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translate(8px)}.vente-step-num{font-size:2rem;font-weight:800;opacity:.3;line-height:1;min-width:48px}.vente-step-icon{width:48px;height:48px;min-width:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.vente-step:hover .vente-step-icon{transform:scale(1.1)}.vente-step-content h3{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:8px}.vente-step-content p{font-size:.95rem;color:#fff9;line-height:1.7}.vente-step-connector{position:absolute;bottom:-24px;left:55px;width:2px;height:24px;background:linear-gradient(180deg,rgba(255,255,255,.1),transparent);z-index:1}@media(max-width:768px){.vente-step{flex-wrap:wrap;gap:16px;padding:24px}.vente-step-num{font-size:1.5rem;min-width:36px}.vente-step:hover{transform:none}.vente-step-connector{left:41px}}.process-pas{background:linear-gradient(180deg,#0c1220,#0a0a0f,#0f1a2e);overflow:hidden}.process-label.pas{background:#ef44441f;border:1px solid rgba(239,68,68,.25);color:#f87171}.gradient-text-red{background:linear-gradient(135deg,#ef4444,#f87171,#fca5a5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.pas-card{position:relative;background:#ef444408;border:1px solid rgba(239,68,68,.1);border-radius:20px;padding:40px 32px 36px;transition:all .4s ease}.pas-card:hover{background:#ef44440f;border-color:#ef444433;transform:translateY(-6px)}.pas-card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;background:#ef44441a;color:#f87171;transition:transform .3s ease}.pas-card:hover .pas-card-icon{transform:scale(1.1)}.pas-card h3{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:14px}.pas-card p{font-size:.95rem;color:#fff9;line-height:1.7}@media(max-width:1024px){.pas-grid{grid-template-columns:1fr;gap:20px}}.process-garantie{position:relative;background:linear-gradient(180deg,#0f1a2e,#0c1220,#0a1628);overflow:hidden}.process-label.garantie{background:#10b9811f;border:1px solid rgba(16,185,129,.25);color:#34d399}.garantie-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto}.garantie-card{display:flex;gap:20px;align-items:flex-start;background:#ffffff08;border:1px solid rgba(16,185,129,.08);border-radius:16px;padding:32px 28px;transition:all .3s ease}.garantie-card:hover{background:#10b9810a;border-color:#10b98133;transform:translateY(-4px)}.garantie-card-icon{width:48px;height:48px;min-width:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#10b9811a;color:#34d399;transition:transform .3s ease,background .3s ease}.garantie-card:hover .garantie-card-icon{transform:scale(1.1);background:#10b9812e}.garantie-card-content h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:8px}.garantie-card-content p{font-size:.9rem;color:#fff9;line-height:1.7}.garantie-glow{position:absolute;bottom:-100px;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%);pointer-events:none;z-index:0}@media(max-width:768px){.garantie-grid{grid-template-columns:1fr;gap:16px}.garantie-card{padding:24px 20px}}.process-cta{position:relative;background:linear-gradient(180deg,#0a1628,#0c1220,#0a0a0f);overflow:hidden}.process-cta-content{text-align:center;max-width:600px;margin:0 auto}.process-cta-content h2{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:20px;line-height:1.2}.process-cta-content p{font-size:1.1rem;color:#fff9;margin-bottom:40px;line-height:1.7}.process-cta-content .btn{display:inline-flex;align-items:center;gap:10px}.process-cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(168,85,247,.08) 0%,transparent 70%);pointer-events:none;z-index:0;animation:ctaPulse 4s ease-in-out infinite}@keyframes ctaPulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.thank-you-page{min-height:100vh}.thank-you-hero{min-height:calc(100vh - 220px);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:140px 0 100px}.thank-you-bg{position:absolute;inset:0;background:linear-gradient(180deg,#0c1220,#0a1628 40%,#0f1a2e);z-index:0}.thank-you-glow{position:absolute;border-radius:50%;filter:blur(150px);opacity:.5}.thank-you-glow-1{width:760px;height:760px;background:radial-gradient(circle,rgba(6,182,212,.25) 0%,transparent 70%);bottom:-300px;left:-200px}.thank-you-glow-2{width:460px;height:460px;background:radial-gradient(circle,rgba(139,92,246,.2) 0%,transparent 70%);top:10%;right:-120px}.thank-you-container{position:relative;z-index:1;display:flex;justify-content:center}.thank-you-card{max-width:860px;text-align:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:clamp(32px,6vw,56px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.thank-you-card h1{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;line-height:1.15}.thank-you-title-main{font-size:clamp(2.5rem,5vw,4rem);color:#fff}.thank-you-title-accent{font-size:clamp(1.5rem,3.5vw,2.4rem);background:linear-gradient(135deg,#ec4899,#f472b6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.thank-you-card p{font-size:clamp(1.05rem,2.2vw,1.3rem);line-height:1.8;color:#ffffffe0;margin-bottom:0}@media(max-width:768px){.thank-you-hero{padding:120px 0 72px;min-height:auto}.thank-you-card{padding:28px 22px;border-radius:20px}}
