.vivatech-funnel{-webkit-font-smoothing:antialiased;background:#fff;justify-content:center;align-items:center;min-height:100dvh;padding:0 20px;font-family:Inter,-apple-system,sans-serif;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes stepFadeOut{to{opacity:0;transform:translateY(-12px)}}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes s4Reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.step{display:none}.step.active{display:block}.step.fade-out{animation:.35s ease-out forwards stepFadeOut}.step.fade-in{animation:.4s ease-out .1s both stepFadeIn}.step-1.active,.step-2.active,.step-2b.active,.step-3.active,.step-4.active{z-index:10;background-color:#f0f3ff;background-image:radial-gradient(80% 50% at 20% -10%,#3b5dd640 0%,#0000 60%),radial-gradient(60% 60% at 80% 110%,#633ce626 0%,#0000 50%),radial-gradient(50% 40% at 60% 30%,#3b82f61f 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;display:block;position:fixed;inset:0;overflow-y:auto}.step-1.active{justify-content:center;align-items:center;padding:100px 200px;display:flex}.step1-shell{width:100%;max-width:1520px}.back-btn{color:#2b4acb;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;margin-bottom:12px;padding:10px 0;font-family:Inter,sans-serif;font-size:17px;font-weight:500;transition:color .2s;display:inline-flex}.back-btn:hover{color:#2240b8}.back-btn svg{width:22px;height:22px;transition:transform .2s}.back-btn:hover svg{transform:translate(-3px)}.step-0.active{--landing-side-pad:clamp(72px, 8vw, 160px);--landing-gap:clamp(40px, 5vw, 88px);--landing-copy-width:clamp(440px, 33vw, 560px);--landing-title-size:56px;--landing-title-leading:61.6px;--landing-title-tracking:-1.12px;--landing-subtitle-size:20px;--landing-subtitle-leading:28px;--landing-visual-width:clamp(560px, 44vw, 720px);--landing-visual-height:min(100dvh, 1024px);--vid-size:780px;--vid-right:60px;--vid-bottom:-0px;--landing-logo-gap:16px;--landing-logo-height:59px;--landing-logo-size:54px;--landing-logo-radius:13px;--landing-logo-type-size:32px;--landing-logo-type-tracking:-.64px;--landing-cta-pad-y:22px;--landing-cta-pad-x:96px;--landing-cta-radius:16px;z-index:20;background-color:#f0f3ff;background-image:radial-gradient(80% 50% at 20% -10%,#3b5dd640 0%,#0000 60%),radial-gradient(60% 60% at 80% 110%,#633ce626 0%,#0000 50%),radial-gradient(50% 40% at 60% 30%,#3b82f61f 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.landing-split{grid-template-columns:minmax(420px, var(--landing-copy-width)) minmax(var(--landing-visual-width), 1fr);width:100%;height:100%;padding:0 var(--landing-side-pad);align-items:center;column-gap:var(--landing-gap);isolation:isolate;display:grid;position:relative}.landing-left{width:min(100%, var(--landing-copy-width));z-index:2;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;min-width:0;display:flex;position:relative}.landing-logo{align-items:center;gap:var(--landing-logo-gap);height:var(--landing-logo-height);opacity:0;margin-bottom:48px;animation:.5s ease-out .1s both fadeUp;display:flex}.landing-logo img{height:var(--landing-logo-size);width:var(--landing-logo-size);border-radius:var(--landing-logo-radius)}.landing-logo-text{font-family:Geist,Inter,sans-serif;font-size:var(--landing-logo-type-size);color:#1a1a4b;letter-spacing:var(--landing-logo-type-tracking);font-weight:600}.landing-title{font-family:Geist,Inter,sans-serif;font-size:var(--landing-title-size);letter-spacing:var(--landing-title-tracking);font-weight:600;line-height:var(--landing-title-leading);color:#1a1a4b;opacity:0;margin-bottom:40px;animation:.5s ease-out .15s both fadeUp}.landing-title .accent{background:linear-gradient(90deg,#6badff,#000dff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-subtitle{font-family:Geist,Inter,sans-serif;font-size:var(--landing-subtitle-size);color:#1a1a4bcc;font-weight:400;line-height:var(--landing-subtitle-leading);letter-spacing:-.2px;opacity:0;margin-bottom:48px;animation:.5s ease-out .2s both fadeUp}.landing-cta-btn{color:#fff;padding:var(--landing-cta-pad-y) var(--landing-cta-pad-x);border-radius:var(--landing-cta-radius);cursor:pointer;opacity:0;background:linear-gradient(100deg,#2b4acb 30%,#4a6aef 50%,#2b4acb 70%) 0 0/200% 100%;border:none;justify-content:center;align-items:center;gap:8px;font-family:Geist,Inter,sans-serif;font-size:16px;font-weight:600;transition:transform .1s,box-shadow .2s;animation:.5s ease-out .25s both fadeUp,3s ease-in-out .75s infinite shimmer;display:flex;box-shadow:0 4px 8px #2b4acb40}.landing-cta-btn:hover{background:#2240b8;animation:.5s ease-out .25s both fadeUp;transform:translateY(-1px);box-shadow:0 6px 24px #2b4acb59}.landing-cta-btn:active{transform:translateY(0)scale(.98)}.landing-cta-btn .arrow{width:20px;height:20px}.landing-mascot-mobile,.landing-ellipse{display:none}.landing-right{z-index:1;align-self:stretch;min-width:0;margin:0;padding:0;position:relative;overflow:visible}.landing-video-wrap{right:var(--vid-right,0px);bottom:var(--vid-bottom,0px);width:var(--vid-size,820px);opacity:0;pointer-events:none;height:auto;animation:.6s ease-out .2s both fadeUp;position:absolute}.landing-video-wrap video{display:none}.landing-video-wrap canvas{width:100%;height:auto;display:block}.landing-mascot-fallback{width:100%;height:auto;display:none;position:absolute;inset:0}.landing-video-wrap.video-failed video{display:none}.landing-video-wrap.video-failed .landing-mascot-fallback{display:block}.card-header{align-items:flex-start;margin-bottom:48px;display:flex}.card-header-text{flex-direction:column;gap:14px;display:flex}.card-title{letter-spacing:-2.1px;color:#1a1a4b;font-family:Geist,Inter,sans-serif;font-size:60px;font-weight:600;line-height:1.05}.card-subtitle{color:#1a1a4bcc;letter-spacing:-.2px;max-width:480px;font-family:Geist,Inter,sans-serif;font-size:24px;font-weight:400;line-height:1.4}.pillars{gap:20px;margin-bottom:48px;display:flex}.pillar{text-align:center;background:#fff;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:28px;min-width:0;height:300px;padding:36px 44px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:flex;box-shadow:0 4px 12px #2b4acb0d}.pillar:hover{transform:translateY(-4px);box-shadow:0 2px 6px #2b4acb0d,0 8px 20px #2b4acb14}.pillar-icon{flex-shrink:0;width:72px;height:72px;position:relative}.pillar-icon img{object-fit:contain;width:100%;height:100%}.pillar:first-child{animation:.5s ease-out .1s both fadeUp}.pillar:nth-child(2){animation:.5s ease-out .2s both fadeUp}.pillar:nth-child(3){animation:.5s ease-out .3s both fadeUp}.pillar-label{color:#1a1a4b;letter-spacing:-.24px;margin-bottom:10px;font-family:Geist,Inter,sans-serif;font-size:24px;font-weight:600}.pillar-desc{color:#1a1a4b99;font-family:Geist,Inter,sans-serif;font-size:18px;line-height:25px}.step1-separator{border:none;border-top:1px solid #e2e3e8;margin-bottom:48px}.cta-zone{justify-content:space-between;align-items:center;gap:32px;margin-bottom:0;animation:.5s ease-out .4s both fadeUp;display:flex}.cta-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(97deg,#1555f7 30%,#4a6aef 50%,#1555f7 70%) 0 0/200% 100%;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:280px;padding:22px 96px;font-family:Geist,Inter,sans-serif;font-size:16px;font-weight:600;transition:transform .1s,box-shadow .2s;animation:3s ease-in-out infinite shimmer;display:inline-flex;box-shadow:0 4px 8px #2b4acb40}.cta-btn:hover{background:#2240b8;transform:translateY(-1px);box-shadow:0 6px 24px #2b4acb59}.cta-btn:active{transform:translateY(0)scale(.98)}.cta-btn .arrow{flex-shrink:0;width:18px;height:18px;transition:transform .2s}.cta-btn:hover .arrow{transform:translate(3px)}.reassurance{align-items:center;gap:24px;display:flex}.reassurance-item{color:#1a1a4b80;align-items:center;gap:8px;font-family:Geist,Inter,sans-serif;font-size:17px;font-weight:400;display:flex}.reassurance-icon{flex-shrink:0;width:16px;height:16px}.step2-container{flex-direction:column;justify-content:center;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:90px;display:flex}.step2-title{letter-spacing:-.035em;color:#111218;margin-bottom:10px;font-size:54px;font-weight:700;line-height:1.1}.step2-subtitle{color:#888;max-width:540px;margin-bottom:48px;font-size:19px;font-weight:400}.step2-cards{grid-template-columns:1fr 1fr;gap:20px;display:grid}.step2-card{text-align:center;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:20px;padding:60px 44px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s,border-color .2s;box-shadow:0 1px 3px #2b4acb08,0 4px 12px #2b4acb0d}.step2-card:hover{transform:translateY(-4px);box-shadow:0 2px 6px #2b4acb0d,0 8px 20px #2b4acb14}.step2-card:active{transform:translateY(0)scale(.99)}.step2-card.selected{border-color:#2b4acb;box-shadow:0 0 0 3px #2b4acb1a,0 4px 12px #2b4acb14}.step2-card:first-child{animation:.5s ease-out .1s both fadeUp}.step2-card:nth-child(2){animation:.5s ease-out .2s both fadeUp}.step2-card-icon{color:#2b4acb;width:88px;height:88px;margin:0 auto 44px}.step2-card-icon img,.step2-card-icon svg{object-fit:contain;width:100%;height:100%}.step2-card-label{color:#111218;letter-spacing:-.02em;margin-bottom:8px;font-size:19px;font-weight:600}.step2-card-desc{color:#888;font-size:15px;line-height:1.5}.step2b-container{flex-direction:column;justify-content:center;width:100%;max-width:1046px;min-height:100vh;margin:0 auto;padding:0 40px 100px;display:flex}.step2b-logo{border-radius:18px;width:64px;height:64px;margin-bottom:24px;overflow:hidden}.step2b-logo img{object-fit:cover;width:100%;height:100%}.step2b-title{letter-spacing:-.035em;color:#111218;margin-bottom:10px;font-size:54px;font-weight:700;line-height:1.1}.step2b-subtitle{color:#888;margin-bottom:48px;font-size:19px;font-weight:400}.chat-bar{background:#fff;border:1px solid #e8eaef;border-radius:999px;align-items:center;gap:4px;padding:10px 12px 10px 32px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #2b4acb0a}.chat-bar:focus-within{border-color:#c0c6d8;box-shadow:0 2px 12px #2b4acb0f}.chat-input{color:#111218;background:0 0;border:none;outline:none;flex:1;padding:14px 0;font-family:Inter,sans-serif;font-size:20px}.chat-input::placeholder{color:#b0b6c8}.chat-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.chat-mic{color:#888;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:color .2s,background .2s;display:flex}.chat-mic svg{width:22px;height:22px}.chat-mic:hover{color:#2b4acb;background:#2b4acb0f}.chat-send{color:#fff;cursor:not-allowed;background:#d0d4e0;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,transform .15s;display:flex}.chat-send svg{width:22px;height:22px}.chat-send:not(:disabled){cursor:pointer;background:linear-gradient(110deg,#2b4acb 30%,#4a6aef 50%,#2b4acb 70%) 0 0/200% 100%;animation:3s ease-in-out infinite shimmer;box-shadow:0 4px 12px #2b4acb40}.chat-send:not(:disabled):hover{background:#2240b8;animation:none;box-shadow:0 6px 18px #2b4acb59}.chat-send:not(:disabled):active{transform:scale(.92)}.step-2s.active{z-index:10;background:#000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.scan-header{z-index:2;align-items:center;gap:16px;padding:24px 32px;display:flex;position:absolute;top:0;left:0;right:0}.scan-back{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.scan-back svg{width:20px;height:20px}.scan-video-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.scan-video-wrap video{object-fit:cover;width:100%;height:100%}.scan-viewfinder{border:3px solid #fff9;border-radius:20px;width:60%;height:40%;transition:border-color .3s;position:absolute;top:30%;left:20%;box-shadow:0 0 0 9999px #00000073}.scan-viewfinder.detected{border-color:#22c55e;box-shadow:0 0 0 9999px #00000073,0 0 30px #22c55e66}.scan-viewfinder:before,.scan-viewfinder:after{content:"";border-style:solid;border-color:#fff;width:32px;height:32px;position:absolute}.scan-viewfinder:before{border-width:4px 0 0 4px;border-radius:20px 0 0;top:-3px;left:-3px}.scan-viewfinder:after{border-width:0 4px 4px 0;border-radius:0 0 20px;bottom:-3px;right:-3px}.scan-status{text-align:center;z-index:2;position:absolute;bottom:80px;left:0;right:0}.scan-status-text{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#0009;border-radius:999px;align-items:center;gap:10px;padding:12px 24px;font-size:15px;font-weight:500;display:inline-flex}.scan-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.scan-status-text.found{background:#22c55ed9}.scan-status-text.found .scan-spinner{display:none}.scan-confirm{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b3;justify-content:center;align-items:center;display:none;position:absolute;inset:0}.scan-confirm.visible{display:flex}.scan-confirm-card{text-align:center;background:#fff;border-radius:24px;width:90%;max-width:400px;padding:40px 48px;animation:.3s ease-out fadeUp}.scan-confirm-label{color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:14px;font-weight:500}.scan-confirm-brand{color:#111218;letter-spacing:-.02em;margin-bottom:32px;font-size:32px;font-weight:700}.scan-confirm-actions{flex-direction:column;gap:12px;display:flex}.scan-confirm-yes{color:#fff;cursor:pointer;background:#1555f7;border:none;border-radius:999px;padding:14px 24px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:background .2s}.scan-confirm-yes:hover{background:#1040d0}.scan-confirm-no{color:#888;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:14px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:color .2s}.scan-confirm-no:hover{color:#111218}.step3-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.branch-text{text-align:center;max-width:520px;margin-bottom:56px}.branch-text p{color:#222;letter-spacing:-.025em;font-size:36px;font-weight:600;line-height:1.3}.branch-scene{width:960px;height:360px}.branch-svg{width:960px;height:440px}.branch-line{fill:none;stroke:#dce3f5;stroke-width:44px;stroke-linecap:square}.branch-tip{fill:none;stroke:#2b4acb;stroke-width:5px;stroke-linecap:square}.step4-page{width:100%;min-height:100vh;padding:0}.r-nav{background:#fff;border-bottom:1px solid #ecedf2;justify-content:space-between;align-items:center;height:80px;padding:0 90px;display:flex}.r-nav-logo{border-radius:12px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.r-nav-logo img{object-fit:cover;width:100%;height:100%}.r-nav-items{align-items:center;gap:32px;display:flex}.r-nav-item{color:#888;border-bottom:2px solid #0000;padding:20px 0;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.r-nav-item.active{color:#111218;border-bottom-color:#2b4acb}.r-page{width:100%;padding:56px 90px 100px}.r-header{opacity:0;margin-bottom:24px}.step-4.active .r-header{animation:.5s ease-out .1s both s4Reveal}.r-title{letter-spacing:-.025em;color:#111218;margin-bottom:4px;font-size:32px;font-weight:700;line-height:1.2}.r-context{opacity:0;border-bottom:1px solid #e5e7ed;align-items:center;gap:24px;margin-bottom:48px;padding-bottom:40px;display:flex}.step-4.active .r-context{animation:.4s ease-out .2s both s4Reveal}.r-context-item{color:#777;font-size:14px}.r-context-item strong{color:#111218;font-weight:600}.r-context-dot{background:#ccc;border-radius:50%;width:3px;height:3px}.r-context-check{color:#111218;align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.r-context-check svg{color:#2b4acb;width:18px;height:18px}.r-nps{opacity:0;background:#fff;border:1px solid #ecedf2;border-radius:20px;align-items:center;gap:48px;margin-bottom:56px;padding:40px 48px;display:flex}.step-4.active .r-nps{animation:.5s ease-out .75s both s4Reveal}.r-nps-chart{flex-shrink:0;width:120px;height:120px;position:relative}.r-nps-chart svg{width:100%;height:100%;transform:rotate(-90deg)}.r-nps-chart .donut-bg{fill:none;stroke:#f0f1f5;stroke-width:10px}.r-nps-chart .donut-value{fill:none;stroke:#2b4acb;stroke-width:10px;stroke-linecap:round;stroke-dasharray:314;stroke-dashoffset:314px;transition:stroke-dashoffset 1.2s cubic-bezier(.34,1,.64,1)}.step-4.active .r-nps-chart .donut-value{stroke-dashoffset:100px}.r-nps-number{color:#111218;letter-spacing:-.03em;justify-content:center;align-items:center;font-size:36px;font-weight:700;display:flex;position:absolute;inset:0}.r-nps-info{flex:1}.r-nps-title{color:#111218;letter-spacing:-.03em;margin-bottom:6px;font-size:32px;font-weight:700}.r-nps-desc{color:#888;font-size:14px;line-height:1.5}.r-patterns{opacity:0;flex-direction:column;gap:12px;margin-bottom:56px;display:flex}.step-4.active .r-patterns{animation:.5s ease-out .7s both s4Reveal}.r-pattern{background:#fff;border:1px solid #ecedf2;border-radius:16px;align-items:center;gap:20px;padding:24px 32px;display:flex}.r-pattern-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.r-pattern-body{flex:1;min-width:0}.r-pattern-name{color:#111218;letter-spacing:-.01em;margin-bottom:2px;font-size:16px;font-weight:600}.r-pattern-desc{color:#888;font-size:13px;line-height:1.4}.r-pattern-metric{text-align:right;flex-shrink:0}.r-pattern-value{letter-spacing:-.02em;margin-bottom:2px;font-size:24px;font-weight:700;line-height:1}.r-pattern-value.positive{color:#1a7f37}.r-pattern-value.negative{color:#cf222e}.r-pattern-value.neutral{color:#111218}.r-pattern-label{color:#999;font-size:11px;font-weight:500}.r-section-title{color:#111218;letter-spacing:-.02em;margin-bottom:24px;font-size:20px;font-weight:700}.r-competitors-section{opacity:0;margin-bottom:56px}.step-4.active .r-competitors-section{animation:.5s ease-out .35s both s4Reveal}.r-competitors{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.r-competitor{background:#fff;border:1px solid #ecedf2;border-radius:16px;padding:28px}.r-competitor-name{color:#111218;letter-spacing:-.01em;margin-bottom:4px;font-size:17px;font-weight:700}.r-competitor-sub{color:#999;font-size:13px}.r-table{opacity:0;background:#fff;border:1px solid #ecedf2;border-radius:16px;margin-bottom:56px;overflow:hidden}.step-4.active .r-table{animation:.5s ease-out .85s both s4Reveal}.r-table-header{background:#fafbfd;border-bottom:1px solid #ecedf2;grid-template-columns:1fr 1fr 1fr 1fr;display:grid}.r-table-header-cell{color:#888;letter-spacing:.04em;text-transform:uppercase;padding:16px 24px;font-size:12px;font-weight:600}.r-table-header-cell:not(:first-child){text-align:center}.r-table-row{border-bottom:1px solid #f2f3f7;grid-template-columns:1fr 1fr 1fr 1fr;align-items:center;display:grid}.r-table-row:last-child{border-bottom:none}.r-table-cell{color:#111218;padding:24px;font-size:14px}.r-table-cell:not(:first-child){text-align:center;font-weight:600}.r-table-cell-label{color:#111218;margin-bottom:2px;font-weight:600}.r-table-cell-sub{color:#999;font-size:12px;font-weight:400}.r-networks-section{opacity:0;margin-bottom:56px}.step-4.active .r-networks-section{animation:.5s ease-out .9s both s4Reveal}.r-networks-main{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px;display:grid}.r-network-card{background:#fff;border:1px solid #ecedf2;border-radius:16px;align-items:center;gap:16px;padding:24px;display:flex}.r-network-card img{object-fit:contain;flex-shrink:0;width:36px;height:36px}.r-network-card-info{flex:1}.r-network-card-name{color:#111218;margin-bottom:2px;font-size:16px;font-weight:600}.r-network-card-detail{color:#999;font-size:13px}.r-networks-others{flex-wrap:wrap;gap:8px;display:flex}.r-network-pill{color:#666;background:#fff;border:1px solid #ecedf2;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:500;display:flex}.r-network-pill img{object-fit:contain;width:18px;height:18px}.r-cta-section{opacity:0;justify-content:center;display:flex}.step-4.active .r-cta-section{animation:.5s ease-out 1.05s both s4Reveal}.r-cta{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#2b4acb;border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 36px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:background .2s,transform .1s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 12px #2b4acb33}.r-cta:hover{background:#2240b8;transform:translateY(-1px);box-shadow:0 4px 20px #2b4acb40}.r-cta:active{transform:translateY(0)scale(.98)}.r-cta svg{width:16px;height:16px}@media (min-width:1920px){.step-0.active{--landing-side-pad:160px;--landing-gap:100px;--landing-copy-width:680px;--landing-title-size:75px;--landing-title-leading:82.5px;--landing-title-tracking:-1.5px;--landing-subtitle-size:24px;--landing-subtitle-leading:33.6px;--landing-visual-width:820px;--landing-visual-height:min(100dvh, 1120px);--vid-size:1100px;--vid-right:-160px;--vid-bottom:-200px}.landing-logo{margin-bottom:60px}.pillar{height:427px;padding:48px}.pillar-icon{width:96px;height:96px}.pillar-label{letter-spacing:-.5px;font-size:28px;line-height:34px}.pillar-desc{color:#1a1a4bb3;letter-spacing:-.2px;font-size:24px;line-height:33.6px}}@media (max-width:1440px){.step-0.active{--landing-side-pad:clamp(56px, 7vw, 96px);--landing-gap:clamp(28px, 3vw, 48px);--landing-copy-width:clamp(420px, 34vw, 460px);--landing-title-size:64px;--landing-title-leading:70px;--landing-title-tracking:-1.28px;--landing-subtitle-size:22px;--landing-subtitle-leading:31px;--landing-visual-width:clamp(480px, 42vw, 600px);--landing-visual-height:min(92dvh, 900px);--landing-cta-pad-x:72px;--vid-size:920px;--vid-right:-200px;--vid-bottom:-140px}.landing-left{width:min(100%, var(--landing-copy-width))}}@media (max-width:1194px){.step-0.active{--landing-side-pad:72px;--landing-gap:40px;--landing-copy-width:440px;--landing-title-size:52px;--landing-title-leading:57px;--landing-title-tracking:-1.04px;--landing-subtitle-size:19px;--landing-subtitle-leading:27px;--landing-visual-width:594px;--landing-visual-height:min(78dvh, 740px);--landing-logo-gap:12px;--landing-logo-height:44px;--landing-logo-size:40px;--landing-logo-radius:10px;--landing-logo-type-size:24px;--landing-logo-type-tracking:-.48px;--landing-cta-pad-y:18px;--landing-cta-pad-x:44px;--landing-cta-radius:12px;--vid-size:780px;--vid-right:-160px;--vid-bottom:-80px}.landing-split{grid-template-columns:minmax(360px, var(--landing-copy-width)) minmax(var(--landing-visual-width), 1fr)}}@media (max-width:1180px){.step-0.active{--landing-side-pad:56px;--landing-gap:28px;--landing-copy-width:400px;--landing-title-size:46px;--landing-title-leading:50px;--landing-title-tracking:-.92px;--landing-subtitle-size:18px;--landing-subtitle-leading:25px;--landing-visual-width:542px;--landing-visual-height:min(74dvh, 680px);--landing-cta-pad-x:36px;--vid-size:750px;--vid-right:-30px;--vid-bottom:-70px}.landing-split{grid-template-columns:minmax(320px, var(--landing-copy-width)) minmax(var(--landing-visual-width), 1fr)}.landing-subtitle br{display:none}}@media (max-width:1024px){.step-0.active{--landing-side-pad:48px;--landing-gap:20px;--landing-copy-width:360px;--landing-title-size:40px;--landing-title-leading:44px;--landing-title-tracking:-.72px;--landing-subtitle-size:17px;--landing-subtitle-leading:24px;--landing-visual-width:465px;--landing-visual-height:min(68dvh, 560px);--landing-cta-pad-x:28px;--vid-size:700px;--vid-right:-30px;--vid-bottom:-60px}.landing-split{grid-template-columns:minmax(300px, var(--landing-copy-width)) minmax(var(--landing-visual-width), 1fr)}.step-1.active{padding:48px}.card-title{font-size:44px}.card-subtitle{font-size:18px}.pillar{padding:40px 28px}.pillar-icon{width:72px;height:72px;margin-bottom:32px}.step2-container{padding:48px}.step2-title{font-size:40px}.step2-card{padding:40px 28px}.step2-card-icon{width:72px;height:72px;margin-bottom:32px}.step2b-container{width:100%;max-width:860px;padding:0 32px 80px}.step2b-title{font-size:40px}.r-nav{padding:0 32px}.r-page{padding:40px 32px 80px}.r-nps{gap:32px;padding:32px}.r-nps-title{font-size:26px}.r-competitors,.r-networks-main{grid-template-columns:repeat(2,1fr)}.branch-svg{width:100%;max-width:720px;height:auto}.branch-text p{font-size:28px}}@media (max-width:640px){.landing-split{flex-direction:column;justify-content:flex-end;gap:0;padding:32px;display:flex}.landing-left{text-align:left;flex:1;align-items:flex-start;width:100%}.landing-logo{gap:12px;height:44px;margin-bottom:auto}.landing-logo img{border-radius:10px;width:40px;height:40px}.landing-logo-text{letter-spacing:-.48px;font-size:24px}.landing-title{letter-spacing:-.72px;margin-bottom:32px;font-size:40px;font-weight:700;line-height:44px}.landing-subtitle{margin-bottom:32px;font-size:18px;line-height:25px}.landing-subtitle br{display:none}.landing-cta-btn{border-radius:8px;width:100%;max-width:360px;height:65px;padding:18px 40px;font-size:16px}.landing-mascot-mobile{z-index:0;pointer-events:none;width:380px;height:auto;display:block;position:absolute;top:-40px;right:-50px}.landing-logo,.landing-title,.landing-subtitle,.landing-cta-btn{z-index:1;position:relative}.landing-right{display:none}.step-1.active{flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0}.card-header{margin-bottom:32px}.card-title{font-size:30px}.card-subtitle{font-size:16px;line-height:1.4}.step1-shell{flex-direction:column;min-height:130%;padding:32px 24px 0;display:flex}.pillars{flex-direction:column;gap:16px;margin-bottom:32px}.pillar{text-align:left;flex-direction:row;flex:none;justify-content:flex-start;align-items:center;gap:28px;height:auto;padding:32px}.pillar-icon{flex-shrink:0;width:56px;height:56px}.pillar-label{letter-spacing:-.19px;margin-bottom:4px;font-size:19px}.pillar-desc{font-size:14px;line-height:1.45}.step1-separator{display:none}.cta-zone{z-index:10;flex-direction:column;align-items:stretch;gap:0;margin-top:auto;margin-left:-24px;margin-right:-24px;position:sticky;bottom:0}.cta-btn{border-radius:0;justify-content:center;width:100%;height:65px;padding:18px 32px;font-size:16px}.reassurance{display:none}.step2-container{padding:32px 24px}.step2-title{font-size:28px}.step2-subtitle{margin-bottom:32px;font-size:16px}.step2-cards{grid-template-columns:1fr;gap:12px}.step2-card{padding:32px 24px}.step2-card-icon{width:64px;height:64px;margin-bottom:24px}.step2-card-label{font-size:17px}.step2b-container{width:100%;padding:0 20px 40px}.step2b-title{font-size:28px}.step2b-subtitle{margin-bottom:32px;font-size:16px}.chat-bar{padding:8px 8px 8px 20px}.chat-input{padding:12px 0;font-size:16px}.branch-svg{width:100%;max-width:400px;height:auto}.branch-text{margin-bottom:32px;padding:0 20px}.branch-text p{font-size:22px}.r-nav{height:64px;padding:0 20px}.r-nav-logo{width:36px;height:36px}.r-page{padding:28px 20px 60px}.r-title{font-size:24px}.r-context{flex-wrap:wrap;gap:8px 16px;margin-bottom:32px;padding-bottom:24px}.r-context-dot{display:none}.r-context-item{font-size:13px}.r-section-title{margin-bottom:16px;font-size:18px}.r-nps{text-align:center;flex-direction:column;gap:24px;margin-bottom:40px;padding:28px 24px}.r-nps-chart{width:100px;height:100px}.r-nps-number{font-size:28px}.r-nps-title{font-size:24px}.r-patterns{margin-bottom:40px}.r-pattern{gap:14px;padding:18px 20px}.r-pattern-icon{border-radius:10px;width:36px;height:36px;font-size:16px}.r-pattern-name{font-size:14px}.r-pattern-desc{font-size:12px}.r-pattern-value{font-size:20px}.r-competitors{grid-template-columns:1fr;gap:10px}.r-competitor{padding:20px}.r-competitors-section{margin-bottom:40px}.r-table{-webkit-overflow-scrolling:touch;margin-bottom:40px;overflow-x:auto}.r-table-header,.r-table-row{min-width:520px}.r-table-header-cell,.r-table-cell{padding:14px 16px;font-size:13px}.r-networks-main{grid-template-columns:1fr;gap:10px}.r-networks-section{margin-bottom:40px}.r-cta{justify-content:center;width:100%;padding:16px 24px}.back-btn{min-height:44px;margin-bottom:4px;padding:12px 0;font-size:17px}}@media (max-width:390px){.landing-split{padding:24px}.landing-title{margin-bottom:24px;font-size:36px;line-height:39px}.landing-subtitle{margin-bottom:24px;font-size:16px;line-height:22px}.landing-cta-btn{height:60px;padding:16px 24px}.landing-mascot-mobile{width:340px;top:-50px;right:-40px}}@media (prefers-reduced-motion:reduce){.pillar-icon img{animation:none!important}.pillar,.cta-zone,.reassurance{opacity:1;transform:none;animation:none!important}.pillar:hover,.cta-btn:hover{transform:none}}
