:root{--navy:#061832;--navy-2:#0b2446;--blue:#0866e8;--blue-2:#0a8cff;--cyan:#15bed8;--sky:#eaf8ff;--purple:#6d5dfc;--green:#28b97a;--yellow:#ffb020;--red:#ef4444;--text:#081b38;--muted:#60718a;--line:#e6edf6;--soft:#f7fbff;--white:#fff;--shadow:0 22px 70px rgba(6,24,50,.12);--shadow-soft:0 12px 36px rgba(6,24,50,.08);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.landing-page{background:radial-gradient(circle at 80% 10%,rgba(21,190,216,.18),transparent 28%),linear-gradient(180deg,#fff,#fafdff 42%,#fff)}.page-loader{position:fixed;inset:0;background:linear-gradient(135deg,#f9fdff,#eef8ff);display:grid;place-items:center;z-index:9999;transition:opacity .45s ease,visibility .45s ease}.page-loader.is-hidden{opacity:0;visibility:hidden}.loader-card{display:grid;gap:22px;place-items:center;padding:36px 44px;border:1px solid rgba(8,102,232,.12);border-radius:28px;background:rgba(255,255,255,.84);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.loader-card img{width:220px}.loader-bar{width:210px;height:7px;background:#e4edf8;border-radius:999px;overflow:hidden}.loader-bar span{display:block;height:100%;width:42%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan));animation:loader 1.2s ease-in-out infinite}@keyframes loader{0%{transform:translateX(-110%)}100%{transform:translateX(260%)}}.site-header{height:86px;display:flex;align-items:center;gap:34px;padding:0 60px;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(230,237,246,.65);transition:box-shadow .25s, height .25s}.site-header.is-scrolled{box-shadow:0 12px 35px rgba(6,24,50,.08);height:76px}.brand-logo{display:flex;align-items:center}.brand-logo img{width:162px;height:auto;display:block}.site-nav{display:flex;gap:26px;margin-left:auto;font-weight:900;font-size:14px}.site-nav a{color:#1b2c44;opacity:.92}.site-nav a:hover{color:var(--blue)}.site-actions{display:flex;align-items:center;gap:16px}.link-login{font-weight:900;color:#0b1b34}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 20px;font-weight:950;border:1px solid transparent;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 13px 30px rgba(8,102,232,.26)}.btn-soft{background:#fff;color:var(--blue);border-color:#cfe2ff;box-shadow:0 10px 24px rgba(6,24,50,.05)}.btn-large{padding:17px 25px;font-size:16px}.mobile-menu{display:none;margin-left:auto;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px 13px;font-size:22px}.mobile-panel{display:none;position:fixed;top:76px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);z-index:99;padding:14px}.mobile-panel a{display:block;padding:13px;font-weight:900;border-bottom:1px solid #f1f4f8}.mobile-panel a:last-child{border-bottom:0}.hero-section{position:relative;min-height:calc(100vh - 86px);display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:center;padding:78px 68px 90px;overflow:hidden}.hero-bg-glow{position:absolute;border-radius:999px;filter:blur(40px);opacity:.7;pointer-events:none}.hero-bg-glow.one{width:460px;height:460px;background:rgba(21,190,216,.18);right:-120px;top:30px}.hero-bg-glow.two{width:320px;height:320px;background:rgba(8,102,232,.12);left:-80px;bottom:0}.pill{display:inline-flex;align-items:center;gap:9px;background:#eef7ff;border:1px solid #cfe9ff;color:#075bd2;border-radius:999px;padding:9px 13px;font-weight:950;font-size:14px;box-shadow:0 8px 24px rgba(8,102,232,.08)}.pill span{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 0 0 5px rgba(8,102,232,.1)}.hero-copy h1{font-size:clamp(58px,7vw,112px);line-height:.91;letter-spacing:-6px;margin:30px 0 20px;color:var(--navy)}.hero-copy h1 strong{display:inline-block;background:linear-gradient(90deg,var(--blue),var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead{font-size:22px;line-height:1.55;color:#40536e;max-width:720px;margin:0 0 28px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.hero-proof div{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:19px;padding:18px 20px;box-shadow:var(--shadow-soft)}.hero-proof b{display:block;font-size:28px;color:var(--navy)}.hero-proof span{font-weight:800;color:#51657e;font-size:14px}.hero-product{position:relative}.browser-card{position:relative;background:#fff;border:1px solid #dce8f6;border-radius:32px;box-shadow:0 40px 100px rgba(6,24,50,.18);overflow:hidden}.browser-top{height:48px;display:flex;align-items:center;gap:8px;padding:0 18px;border-bottom:1px solid #edf2f8;color:#8a9aaf;font-size:13px;font-weight:900}.browser-top i{width:10px;height:10px;background:#d8e2ee;border-radius:50%}.mini-dashboard{height:510px;display:grid;grid-template-columns:150px 1fr;position:relative;background:#fbfdff}.mini-dashboard aside{background:#061832;color:#fff;padding:16px;display:grid;align-content:start;gap:13px}.mini-dashboard aside img{width:115px;filter:brightness(0) invert(1);margin-bottom:8px}.mini-dashboard aside b{font-size:13px;background:rgba(255,255,255,.09);padding:10px 12px;border-radius:11px}.mini-dashboard section{padding:18px}.dash-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dash-top strong{font-size:20px}.dash-top button{border:0;background:var(--blue);color:#fff;border-radius:11px;padding:10px 15px;font-weight:950}.dash-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dash-cards article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px}.dash-cards span{display:block;color:#6b7d95;font-size:12px;font-weight:850}.dash-cards b{font-size:24px}.dash-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.dash-actions article{height:102px;border:1px solid var(--line);border-radius:15px;background:#fff;display:grid;place-items:center;text-align:center;font-weight:900;color:#1b2c44}.dash-chart{margin-top:15px;height:150px;background:linear-gradient(180deg,#fff,#f3f8ff);border:1px solid var(--line);border-radius:18px;position:relative;overflow:hidden}.dash-chart span{position:absolute;left:25px;right:25px;bottom:35px;height:5px;background:linear-gradient(90deg,var(--blue),var(--cyan));border-radius:999px;transform:skewY(-9deg);box-shadow:0 -35px 0 rgba(8,102,232,.08),0 -70px 0 rgba(8,102,232,.04)}.dash-dito{position:absolute;right:20px;bottom:18px;background:#fff;border:1px solid var(--line);border-radius:17px;display:flex;align-items:center;gap:12px;padding:12px 14px;box-shadow:0 18px 45px rgba(6,24,50,.12)}.dash-dito img{width:54px;height:54px;object-fit:cover;border-radius:14px}.dash-dito p{margin:0;line-height:1.3;color:#40536e}.section{padding:98px 68px;position:relative}.section-heading{max-width:880px;margin:0 auto 45px;text-align:center}.section-kicker{display:inline-flex;color:var(--blue);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:13px;margin-bottom:12px}.section h2,.section-heading h1{font-size:clamp(38px,4.8vw,68px);line-height:1.02;letter-spacing:-3px;margin:0;color:var(--navy)}.section-heading p{font-size:20px;color:#52667f;line-height:1.6}.flow-section{background:linear-gradient(180deg,#fff,#f5fbff)}.flow-track{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}.flow-track:before{content:"";position:absolute;left:8%;right:8%;top:63px;height:3px;background:linear-gradient(90deg,var(--blue),var(--cyan));opacity:.2}.flow-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;min-height:265px;box-shadow:var(--shadow-soft);overflow:hidden}.flow-card span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#eef7ff;color:var(--blue);font-weight:950;margin-bottom:12px}.flow-card img{height:88px;max-width:120px;object-fit:contain;display:block;margin:4px 0 10px}.flow-card h3{font-size:22px;margin:0 0 10px;color:var(--navy)}.flow-card p{color:#52667f;line-height:1.55;margin:0}.flow-note{max-width:980px;margin:28px auto 0;text-align:center;background:#061832;color:#fff;border-radius:22px;padding:22px;font-size:20px;font-weight:900;box-shadow:var(--shadow)}.dito-intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:#fff}.dito-intro .dito-copy{text-align:left;max-width:620px}.dito-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.dito-benefits div{background:#f5f9ff;border:1px solid var(--line);border-radius:18px;padding:18px}.dito-benefits b{display:block;font-size:20px}.dito-benefits span{color:#53667e;font-size:14px;line-height:1.4}.dito-stage{position:relative;min-height:560px;display:grid;place-items:center}.dito-stage img{height:520px;object-fit:contain;z-index:2;filter:drop-shadow(0 24px 40px rgba(6,24,50,.18))}.dito-halo{position:absolute;width:440px;height:440px;border-radius:48% 52% 52% 48%;background:linear-gradient(135deg,rgba(8,102,232,.09),rgba(21,190,216,.18));animation:float 6s ease-in-out infinite}.mini-chat{position:absolute;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 16px;box-shadow:var(--shadow-soft);font-weight:900;color:#40536e;z-index:3}.mini-chat.one{right:10%;top:20%}.mini-chat.two{left:5%;bottom:20%}.problem-section{background:linear-gradient(180deg,#f7fbff,#fff)}.compare-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.compare-card{border-radius:28px;padding:30px;border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff}.compare-card h3{font-size:30px;margin:0 0 18px}.compare-card ul{margin:0;padding:0;list-style:none;display:grid;gap:14px}.compare-card li{padding-left:34px;position:relative;color:#43566f;line-height:1.45}.compare-card li:before{position:absolute;left:0;top:0;font-weight:950}.compare-card.bad li:before{content:"×";color:#ef4444}.compare-card.good{background:linear-gradient(135deg,#061832,#0a3470);color:#fff}.compare-card.good h3{color:#fff}.compare-card.good li{color:#e8f1ff}.compare-card.good li:before{content:"✓";color:#4ade80}.tools-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.tool-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow-soft);transition:transform .25s,box-shadow .25s}.tool-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.tool-card h3{font-size:24px;margin:18px 0 10px}.tool-card p{color:#52667f;line-height:1.55;margin:0}.tool-ico{width:62px;height:62px;border-radius:19px;background:linear-gradient(135deg,var(--blue),var(--cyan));display:block;position:relative;box-shadow:0 12px 24px rgba(8,102,232,.2)}.tool-ico:before,.tool-ico:after{content:"";position:absolute;background:#fff;border-radius:4px}.tool-ico.agent:before{width:28px;height:22px;left:17px;top:21px;border-radius:8px}.tool-ico.agent:after{width:6px;height:6px;left:26px;top:29px;box-shadow:10px 0 0 #fff}.tool-ico.web:before{width:34px;height:24px;left:14px;top:18px;border-radius:5px;background:transparent;border:4px solid #fff}.tool-ico.web:after{width:22px;height:4px;left:20px;top:29px}.tool-ico.client:before{width:18px;height:18px;left:22px;top:14px;border-radius:50%}.tool-ico.client:after{width:34px;height:17px;left:14px;top:36px;border-radius:14px 14px 4px 4px}.tool-ico.pay:before{width:36px;height:25px;left:13px;top:19px;border-radius:6px}.tool-ico.pay:after{width:25px;height:4px;left:18px;top:27px;background:var(--blue)}.tool-ico.campaign:before{width:33px;height:22px;left:17px;top:18px;clip-path:polygon(0 30%,100% 0,100% 100%,0 70%)}.tool-ico.campaign:after{width:7px;height:19px;left:13px;top:33px;transform:rotate(-22deg)}.tool-ico.stats:before{width:8px;height:22px;left:17px;bottom:14px}.tool-ico.stats:after{width:8px;height:34px;left:31px;bottom:14px;box-shadow:14px -10px 0 #fff}.audience-section{background:#fff}.audience-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.audience-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow-soft)}.audience-icon{width:60px;height:60px;border-radius:20px;background:#eef7ff;display:grid;place-items:center;font-size:28px;margin-bottom:18px}.audience-card h3{font-size:25px;margin:0 0 12px}.audience-card p{color:#52667f;line-height:1.55}.audience-card ul{display:flex;gap:8px;flex-wrap:wrap;list-style:none;margin:18px 0 0;padding:0}.audience-card li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 11px;font-size:13px;font-weight:900}.personalization-section{padding-top:30px;background:#f7fbff}.personalization-card{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 330px;gap:35px;align-items:center;background:#061832;color:#fff;border-radius:32px;padding:42px;box-shadow:var(--shadow);overflow:hidden}.personalization-card h2{color:#fff;font-size:48px}.personalization-card p{color:#dbeafe;font-size:19px;line-height:1.6}.personal-preview{background:#fff;border-radius:24px;padding:22px;display:grid;gap:12px;box-shadow:0 20px 55px rgba(0,0,0,.2)}.personal-preview div{height:56px;border-radius:16px;background:linear-gradient(90deg,#f1f6ff,#fff);border:1px solid var(--line)}.personal-preview span{display:block;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;border-radius:15px;padding:14px;font-weight:950;text-align:center}.plans-section{background:#fff}.plans-grid-pro{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.plan-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}.plan-card.featured{background:linear-gradient(180deg,#f4f9ff,#fff);border:2px solid var(--blue);transform:scale(1.04);box-shadow:0 28px 70px rgba(8,102,232,.18);animation:pulsePlan 3.2s ease-in-out infinite}.launch-ribbon{position:absolute;left:18px;right:18px;top:-22px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;border-radius:999px;padding:11px 14px;text-align:center;font-size:13px;font-weight:950;box-shadow:0 13px 30px rgba(8,102,232,.24)}@keyframes pulsePlan{0%,100%{box-shadow:0 28px 70px rgba(8,102,232,.18)}50%{box-shadow:0 32px 90px rgba(8,102,232,.3)}}.plan-card h3{font-size:27px;margin:8px 0 12px}.price{font-size:44px;font-weight:950;color:var(--navy);letter-spacing:-2px}.price small{font-size:16px;color:#64748b;letter-spacing:0}.plan-card p{color:#52667f;line-height:1.5}.plan-card ul{margin:18px 0 20px;padding:0;list-style:none;display:grid;gap:12px}.plan-card li{position:relative;padding-left:27px;color:#34445b}.plan-card li:before{content:"✓";position:absolute;left:0;color:#16a36f;font-weight:950}.extra-price{display:block;color:#697a92;font-size:12px;margin-top:auto;margin-bottom:14px}.comparison{max-width:1180px;margin:48px auto 0;background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow-soft)}.comparison h3{font-size:28px;margin:0 0 18px}.compare-table-wrap{overflow:auto}.compare-table{width:100%;border-collapse:collapse}.compare-table th,.compare-table td{padding:15px;border-bottom:1px solid #edf2f8;text-align:center}.compare-table th:first-child,.compare-table td:first-child{text-align:left;font-weight:900}.compare-table th{color:#17243a}.compare-table td{color:#43566f}.faq-section{background:linear-gradient(180deg,#f8fbff,#fff)}.faq-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 360px;gap:26px;align-items:start}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);overflow:hidden}.faq-list summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:950;font-size:18px;display:flex;justify-content:space-between}.faq-list summary:after{content:"+";color:var(--blue);font-size:24px}.faq-list details[open] summary:after{content:"–"}.faq-list p{padding:0 22px 20px;margin:0;color:#52667f;line-height:1.55}.faq-more{display:inline-flex;margin-top:8px;color:var(--blue);font-weight:950}.faq-card{background:#061832;color:#fff;border-radius:28px;padding:28px;box-shadow:var(--shadow)}.faq-card img{width:92px;height:92px;object-fit:cover;border-radius:24px}.faq-card h3{font-size:28px;margin:18px 0 8px}.faq-card p{color:#dbeafe;line-height:1.55}.final-cta-section{margin:50px 68px 70px;padding:80px 40px;border-radius:36px;text-align:center;color:#fff;background:radial-gradient(circle at 80% 20%,rgba(21,190,216,.34),transparent 30%),linear-gradient(135deg,#061832,#0866e8);box-shadow:var(--shadow)}.final-cta-section h2{color:#fff;font-size:clamp(38px,4.8vw,70px);line-height:1.02;letter-spacing:-3px;margin:0 auto 18px;max-width:920px}.final-cta-section p{max-width:720px;margin:0 auto 26px;color:#dbeafe;font-size:20px;line-height:1.55}.site-footer{display:flex;align-items:center;justify-content:space-between;padding:34px 68px;border-top:1px solid var(--line);background:#fff}.site-footer nav{display:flex;gap:20px;font-weight:900}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.from-left{transform:translateX(-34px)}.reveal.is-visible{opacity:1;transform:translate(0,0)}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.delay-3{transition-delay:.32s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-18px)}}.page-shell{max-width:1100px;margin:0 auto;padding:110px 30px}.faq-list.big{max-width:900px;margin:30px auto}.auth{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 70% 15%,rgba(21,190,216,.15),transparent 25%),linear-gradient(135deg,#eef7ff,#fff)}.auth-card{width:min(470px,92vw);background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:38px}.auth-card .brand-logo img{width:180px}.auth-card h1{font-size:34px;margin:28px 0 8px;letter-spacing:-1.4px}.auth-card p{color:var(--muted)}.auth-card form{display:grid;gap:10px;margin-top:22px}.auth-card label{font-weight:900}.auth-card input{padding:15px;border:1px solid #d8e2ee;border-radius:13px;font-size:16px}.auth-card input:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 4px rgba(8,102,232,.09)}.auth-card button{margin-top:8px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;border:0;border-radius:13px;padding:15px;font-weight:950;cursor:pointer}.auth-card a{display:inline-block;margin-top:18px;color:var(--blue);font-weight:900}.alert{background:#fff1f1;color:#b42318;border:1px solid #ffd0d0;border-radius:12px;padding:12px;margin:14px 0;text-align:left}.brand{font-size:31px;font-weight:950;letter-spacing:-1.3px;display:flex;align-items:center;gap:11px}.brand .mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--blue),var(--cyan));display:grid;place-items:center;color:#fff}.brand span span{color:var(--blue)}.sidebar{position:fixed;inset:0 auto 0 0;width:292px;background:#06182f;color:#fff;padding:26px 20px;display:flex;flex-direction:column;gap:24px;z-index:20}.sidebar .brand{margin-bottom:8px}.sidebar nav{display:grid;gap:8px}.sidebar nav a{color:#e8f0ff;padding:13px 14px;border-radius:13px;font-weight:850;display:flex;align-items:center;justify-content:space-between}.sidebar nav a.active,.sidebar nav a:hover{background:#0866e8;color:#fff}.sidebar nav a.locked{opacity:.45}.sidebar nav b{background:#0866e8;color:#fff;border-radius:999px;padding:4px 8px;font-size:10px;text-transform:uppercase}.plan{margin-top:auto;border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:18px;background:rgba(255,255,255,.04)}.plan strong{display:block;margin-bottom:14px}.plan p{margin:0 0 14px;color:#dbeafe}.plan>div{height:8px;border-radius:99px;background:rgba(255,255,255,.14);overflow:hidden}.plan span{height:100%;display:block;background:linear-gradient(90deg,var(--blue),var(--cyan))}.plan button{margin-top:16px;width:100%;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:12px;padding:11px;font-weight:900}.user{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.06);border-radius:18px;padding:13px}.avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#e8f1ff;color:#0758ca;font-weight:950}.user small{display:block;color:#b8c4d8}.user a{margin-left:auto;color:#fff;font-size:13px}.main{margin-left:292px;min-height:100vh;background:#fbfdff}.top{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:22px;padding:0 40px}.top input{width:370px;padding:14px 17px;border:1px solid #dce4f0;border-radius:13px}.top button{margin-left:auto;background:#0866e8;color:white;border:0;border-radius:12px;padding:13px 18px;font-weight:950}.hello{display:flex;align-items:center;justify-content:space-between;padding:34px 40px 14px}.hello h1{font-size:32px;margin:0 0 4px}.hello p{margin:0;color:var(--muted)}.ghost{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 16px;font-weight:850}.paywall{margin:10px 40px 0;padding:16px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding:22px 40px}.cards article{position:relative;background:#fff;border:1px solid var(--line);border-radius:19px;padding:22px;box-shadow:0 8px 26px rgba(7,24,50,.04)}.cards span{color:#34445b;font-weight:850}.cards strong{display:block;font-size:31px;margin:9px 0}.cards small{color:#0f766e;font-weight:850}.cards i{position:absolute;right:22px;top:28px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#eef6ff;font-style:normal;color:var(--blue);font-size:24px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;padding:0 40px 40px}.quick,.charts article,.table,.right section{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 26px rgba(7,24,50,.04)}.quick{padding:22px}.quick h2{margin:0 0 16px}.quickgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.quickgrid div{border:1px solid var(--line);border-radius:18px;padding:24px 18px;text-align:center}.quickgrid i{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#eef6ff;margin:0 auto 13px;font-style:normal;font-size:25px}.quickgrid h3{font-size:18px;margin:0 0 8px}.quickgrid p{color:var(--muted);font-size:14px;line-height:1.45}.quickgrid button{background:#fff;border:1px solid #d6e5ff;color:var(--blue);border-radius:10px;padding:10px 16px;font-weight:900}.charts{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}.charts article{padding:22px}.charts h3{display:flex;justify-content:space-between;margin:0 0 12px}.charts h3 button{background:#fff;border:1px solid var(--line);border-radius:9px;padding:8px 10px}.linechart{height:210px;position:relative}.linechart svg{width:100%;height:100%}.linechart b{position:absolute;right:32%;top:48%;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px;box-shadow:0 8px 25px rgba(7,24,50,.1);font-size:13px}.donut{width:170px;height:170px;margin:10px auto;border-radius:50%;background:conic-gradient(#35c983 0 72%,#f7bb3b 72% 90%,#8b5cf6 90% 100%);display:grid;place-items:center}.donut span{width:92px;height:92px;background:#fff;border-radius:50%;display:grid;place-items:center;text-align:center;font-size:25px;font-weight:950}.donut small{font-size:12px;color:var(--muted)}.charts ul{list-style:none;margin:10px 0 0;padding:0;color:#334155;display:grid;gap:8px}.table{padding:22px;margin-top:22px;overflow:auto}.table h2{display:flex;justify-content:space-between;margin:0 0 15px}.table a{color:var(--blue);font-size:14px}.table table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:14px;border-bottom:1px solid #eef2f7}.table th{font-size:13px;color:#637083}.table em{font-style:normal;color:#0f9f67;background:#e9fff5;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.right{display:grid;gap:22px}.dito{padding:22px;background:linear-gradient(180deg,#f6f8ff,#fff)!important}.dito h3{margin:0 0 12px;display:flex;justify-content:space-between}.dito small{background:#e8fff4;color:#0f9f67;border-radius:999px;padding:5px 9px}.dito-face{height:116px;overflow:hidden;display:grid;place-items:center}.dito-face img{width:108px;height:108px;object-fit:cover;object-position:50% 12%;border-radius:28px}.dito p{background:#fff;border-radius:14px;padding:14px;color:#334155;line-height:1.45}.dito button{width:100%;background:#0866e8;color:#fff;border:0;border-radius:12px;padding:13px;font-weight:950}.dito a{display:block;border:1px solid #d8cafe;color:#4f38d2;border-radius:12px;padding:12px;margin-top:12px;text-align:center;font-weight:850}.notifications,.invite{padding:22px}.notifications h3{margin:0 0 16px;display:flex;justify-content:space-between}.notifications a{color:var(--blue);font-size:13px}.notifications p{line-height:1.4}.notifications small{color:var(--muted)}.invite{background:linear-gradient(135deg,var(--blue),#0b85ff)!important;color:#fff}.invite p{color:#dbeafe}.invite button{background:#fff;color:var(--blue);border:0;border-radius:10px;padding:11px 18px;font-weight:950}@media(max-width:1200px){.hero-section{grid-template-columns:1fr;padding:70px 32px}.tools-grid,.flow-track,.plans-grid-pro,.audience-grid{grid-template-columns:1fr 1fr}.plans-grid-pro .featured{transform:none}.dito-intro,.compare-grid,.personalization-card,.faq-grid{grid-template-columns:1fr}.cards,.quickgrid{grid-template-columns:repeat(2,1fr)}.layout{grid-template-columns:1fr}.right{grid-template-columns:1fr 1fr}.site-nav{display:none}.mobile-menu{display:block}.site-actions{margin-left:auto}.mobile-panel.is-open{display:block}.site-header{padding:0 22px}.sidebar{position:static;width:auto}.main{margin-left:0}.sidebar nav{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.site-header{height:70px;padding:0 16px}.site-actions .link-login,.site-actions .btn{display:none}.brand-logo img{width:145px}.hero-section{padding:54px 18px}.hero-copy h1{letter-spacing:-3px}.hero-lead{font-size:18px}.hero-proof,.flow-track,.tools-grid,.plans-grid-pro,.audience-grid,.cards,.quickgrid,.charts,.right{grid-template-columns:1fr}.mini-dashboard{height:410px;grid-template-columns:88px 1fr}.mini-dashboard aside{padding:10px}.mini-dashboard aside img{width:70px}.mini-dashboard aside b{font-size:10px;padding:8px}.dash-cards,.dash-actions{grid-template-columns:1fr}.dash-actions article:nth-child(n+2),.dash-cards article:nth-child(n+3){display:none}.dash-dito{position:static;margin:10px 16px}.section{padding:70px 18px}.section h2{letter-spacing:-1.5px}.flow-track:before{display:none}.dito-stage{min-height:480px}.dito-stage img{height:440px}.dito-benefits{grid-template-columns:1fr}.compare-grid{grid-template-columns:1fr}.personalization-card{padding:28px}.personalization-card h2{font-size:38px}.final-cta-section{margin:30px 18px;padding:58px 18px}.site-footer{display:block;padding:30px 18px;text-align:center}.site-footer nav{justify-content:center;margin-top:16px}.top{height:auto;padding:16px;flex-wrap:wrap}.top input{width:100%}.top button{margin-left:0}.hello,.cards,.layout{padding-left:16px;padding-right:16px}.sidebar nav{grid-template-columns:1fr}.hello{display:block}.hello button{margin-top:14px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   SIAmpli landing v0.5 - embudo visual profesional
   ========================================================= */
:root{
  --siampli-navy:#061832;
  --siampli-navy-2:#0b2347;
  --siampli-blue:#0866E8;
  --siampli-blue-2:#0b7cff;
  --siampli-cyan:#17bfd7;
  --siampli-purple:#7c4dff;
  --siampli-text:#07182f;
  --siampli-muted:#52637a;
  --siampli-line:#e6edf6;
  --siampli-soft:#f6f9fd;
  --siampli-card:#ffffff;
  --siampli-shadow:0 24px 70px rgba(6,24,50,.12);
  --siampli-radius:28px;
}
html{scroll-behavior:smooth}
body.lp-v5{background:#fff;color:var(--siampli-text);font-family:Inter,Arial,Helvetica,sans-serif;overflow-x:hidden}
.lp-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:radial-gradient(circle at 50% 38%,rgba(23,191,215,.17),transparent 28%),linear-gradient(145deg,#fff,#f5fbff);transition:opacity .45s ease,visibility .45s ease}
.lp-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.lp-loader-card{width:min(390px,88vw);display:grid;place-items:center;gap:17px;padding:34px;border:1px solid rgba(8,102,232,.09);border-radius:30px;background:rgba(255,255,255,.74);box-shadow:0 30px 80px rgba(6,24,50,.12);backdrop-filter:blur(18px)}
.lp-loader-card img{width:230px;max-width:80%}.lp-loader-card span{font-weight:900;color:var(--siampli-muted)}
.lp-loader-card div{width:180px;height:8px;border-radius:99px;background:#e7f1ff;overflow:hidden}.lp-loader-card i{display:block;width:44%;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--siampli-blue),var(--siampli-cyan));animation:lpLoad 1.05s ease-in-out infinite alternate}@keyframes lpLoad{from{transform:translateX(-10%)}to{transform:translateX(145%)}}
.lp-header{position:sticky;top:0;height:82px;z-index:90;display:flex;align-items:center;gap:28px;padding:0 62px;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(230,237,246,.86);backdrop-filter:blur(20px);transition:box-shadow .25s ease,height .25s ease}
.lp-header.is-scrolled{height:74px;box-shadow:0 14px 38px rgba(6,24,50,.08)}
.lp-brand img{width:176px;display:block}.lp-nav{margin-left:auto;display:flex;align-items:center;gap:25px}.lp-nav a{font-weight:950;font-size:15px;color:#19304d}.lp-nav a:hover{color:var(--siampli-blue)}
.lp-actions{display:flex;align-items:center;gap:14px}.lp-link{font-weight:950;color:#10243f}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:15px;padding:13px 21px;font-weight:950;border:1px solid transparent;text-decoration:none;line-height:1;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.lp-btn:hover{transform:translateY(-2px)}.lp-btn-primary{background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-blue-2));color:#fff;box-shadow:0 14px 36px rgba(8,102,232,.25)}.lp-btn-ghost{background:#fff;color:var(--siampli-blue);border-color:#cfe0fb}.lp-btn-light{background:#fff;color:var(--siampli-blue);box-shadow:0 14px 40px rgba(255,255,255,.22)}.lp-btn-big{padding:17px 28px;border-radius:17px;font-size:17px}.lp-menu{display:none;margin-left:auto;background:#fff;border:1px solid var(--siampli-line);border-radius:13px;padding:10px 13px;font-weight:950;color:var(--siampli-navy)}
.lp-mobile-panel{display:none;position:fixed;top:74px;left:14px;right:14px;z-index:89;background:#fff;border:1px solid var(--siampli-line);border-radius:22px;box-shadow:var(--siampli-shadow);padding:12px}.lp-mobile-panel a{display:block;padding:15px;border-radius:14px;font-weight:950;color:#162a46}.lp-mobile-panel a:hover{background:#f3f8ff;color:var(--siampli-blue)}.lp-mobile-panel.is-open{display:block}
.lp-hero{position:relative;min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1fr) minmax(620px,1.05fr);gap:56px;align-items:center;padding:86px 62px 96px;background:linear-gradient(120deg,#eff7ff 0%,#fff 47%,#eafeff 100%);overflow:hidden}.lp-hero:after{content:"";position:absolute;inset:auto -12% -24% -12%;height:280px;background:radial-gradient(ellipse at 70% 40%,rgba(8,102,232,.09),transparent 56%);pointer-events:none}.lp-hero-orb{position:absolute;border-radius:50%;filter:blur(6px);opacity:.65}.lp-hero-orb-a{width:440px;height:440px;right:14%;top:12%;background:radial-gradient(circle,rgba(23,191,215,.25),transparent 65%)}.lp-hero-orb-b{width:330px;height:330px;left:3%;bottom:10%;background:radial-gradient(circle,rgba(8,102,232,.15),transparent 64%)}
.lp-hero-copy,.lp-hero-visual{position:relative;z-index:2}.lp-eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.78);border:1px solid rgba(8,102,232,.14);color:#0764d8;border-radius:999px;padding:9px 13px;font-weight:950;box-shadow:0 10px 30px rgba(6,24,50,.06)}.lp-eyebrow span{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-cyan));box-shadow:0 0 0 6px rgba(8,102,232,.1)}.lp-hero h1{margin:28px 0 21px;font-size:clamp(62px,6.7vw,116px);line-height:.88;letter-spacing:-6px;color:var(--siampli-navy)}.lp-hero h1 strong{display:inline-block;background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.lp-hero p{font-size:22px;line-height:1.62;color:#48617c;max-width:750px;margin:0}.lp-hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin:34px 0 30px}.lp-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:740px}.lp-hero-metrics article{background:rgba(255,255,255,.74);border:1px solid rgba(230,237,246,.92);border-radius:20px;padding:20px 22px;box-shadow:0 18px 45px rgba(6,24,50,.07)}.lp-hero-metrics b{display:block;font-size:25px;color:var(--siampli-navy);letter-spacing:-.5px}.lp-hero-metrics span{display:block;margin-top:6px;color:#52637a;font-weight:850;font-size:14px}
.lp-panel-preview{position:relative;border-radius:34px;background:#fff;border:1px solid rgba(207,224,251,.85);box-shadow:0 38px 110px rgba(6,24,50,.16);overflow:hidden;transform:perspective(1000px) rotateY(-4deg) rotateX(2deg)}.lp-panel-top{height:58px;background:#f7fbff;border-bottom:1px solid var(--siampli-line);display:flex;align-items:center;gap:9px;padding:0 23px;color:#67809d;font-weight:900}.lp-panel-top i{width:12px;height:12px;border-radius:50%;background:#d8e5f4}.lp-panel-top span{margin-left:10px}.lp-panel-body{height:512px;display:grid;grid-template-columns:156px 1fr;position:relative;background:#fff}.lp-panel-body aside{background:#06182f;padding:22px 15px;display:grid;align-content:start;gap:12px;color:#dceaff}.lp-panel-body aside img{width:120px;filter:brightness(0) invert(1)}.lp-panel-body aside span{font-weight:900;font-size:12px;border-radius:11px;padding:11px 12px}.lp-panel-body aside span.on{background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-blue-2));color:#fff}.lp-panel-body section{padding:20px;background:#fbfdff}.lp-mini-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.lp-mini-top b{font-size:22px}.lp-mini-top button{background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-blue-2));color:white;border:0;border-radius:11px;padding:10px 14px;font-weight:950}.lp-mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.lp-mini-cards article,.lp-mini-actions article{background:#fff;border:1px solid var(--siampli-line);border-radius:16px;padding:15px;box-shadow:0 8px 20px rgba(6,24,50,.04)}.lp-mini-cards small{color:#60728a;font-weight:850}.lp-mini-cards b{display:block;margin-top:8px;font-size:24px}.lp-mini-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.lp-mini-actions article{text-align:center;min-height:126px}.lp-tool-mini{width:40px;height:40px;border-radius:14px;margin:0 auto 10px;display:block;background:linear-gradient(135deg,#eef6ff,#fff);position:relative;border:1px solid #d9e9ff}.lp-tool-mini:after{content:"";position:absolute;inset:12px;border-radius:5px;border:3px solid var(--siampli-blue)}.lp-tool-mini.web:after{border-radius:50%;border-color:var(--siampli-cyan)}.lp-tool-mini.pay:after{border-color:#ffad20}.lp-mini-actions small{display:block;color:#718197;margin-top:5px}.lp-mini-chart{height:124px;background:linear-gradient(180deg,#fff,#f1f7ff);border:1px solid var(--siampli-line);border-radius:18px;margin-top:14px;position:relative;overflow:hidden}.lp-mini-chart:before{content:"";position:absolute;inset:22px 20px;background:linear-gradient(135deg,transparent 48%,rgba(8,102,232,.22) 49%,rgba(8,102,232,.22) 53%,transparent 54%)}.lp-mini-chart span{position:absolute;left:28px;right:28px;bottom:28px;height:42px;background:linear-gradient(90deg,rgba(8,102,232,.1),rgba(23,191,215,.17));clip-path:polygon(0 80%,14% 60%,28% 68%,42% 38%,55% 52%,70% 20%,84% 30%,100% 8%,100% 100%,0 100%)}.lp-mini-dito{position:absolute;right:30px;bottom:26px;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.93);border:1px solid rgba(230,237,246,.96);border-radius:20px;padding:12px 16px;box-shadow:0 20px 55px rgba(6,24,50,.16)}.lp-mini-dito img{width:50px;height:50px;border-radius:16px;object-fit:cover;object-position:50% 14%}.lp-mini-dito p{margin:0;font-size:13px;line-height:1.35;color:#42526a}.lp-mini-dito b{color:var(--siampli-navy)}
.lp-section{padding:102px 62px;position:relative}.lp-section-head{text-align:center;max-width:900px;margin:0 auto 52px}.lp-section-head span,.lp-dito-copy span,.lp-custom-inner span{display:inline-block;color:var(--siampli-blue);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:13px;margin-bottom:12px}.lp-section-head h2,.lp-dito-copy h2,.lp-custom-inner h2,.lp-final-cta h2{font-size:clamp(38px,4.5vw,66px);line-height:1.02;letter-spacing:-3px;margin:0;color:var(--siampli-navy)}.lp-section-head p{font-size:19px;line-height:1.7;color:#53657d;margin:18px auto 0;max-width:780px}.lp-steps{background:#fff}.lp-step-road{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;max-width:1320px;margin:0 auto}.lp-step-road:before{content:"";position:absolute;left:8%;right:8%;top:38px;height:3px;background:linear-gradient(90deg,var(--siampli-blue),var(--siampli-cyan));opacity:.18}.lp-step{position:relative;z-index:1;background:#fff;border:1px solid var(--siampli-line);border-radius:24px;padding:24px;box-shadow:0 18px 55px rgba(6,24,50,.07);min-height:230px}.lp-step-number{width:74px;height:74px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-cyan));color:#fff;font-size:22px;font-weight:950;box-shadow:0 18px 38px rgba(8,102,232,.25)}.lp-step h3{font-size:23px;margin:22px 0 10px;letter-spacing:-.7px}.lp-step p{color:#53657d;line-height:1.58;margin:0}.lp-road-summary{max-width:980px;margin:34px auto 0;display:flex;align-items:center;gap:22px;background:linear-gradient(135deg,#f1f8ff,#fff);border:1px solid #dceaff;border-radius:26px;padding:20px 26px;box-shadow:0 18px 55px rgba(6,24,50,.07)}.lp-road-summary img{width:86px;height:86px;object-fit:cover;object-position:50% 8%;border-radius:22px}.lp-road-summary p{margin:0;color:#40546d;font-size:18px;line-height:1.55}.lp-road-summary b{color:var(--siampli-navy)}
.lp-dito{background:linear-gradient(180deg,#f7fbff,#fff)}.lp-dito-card{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;background:#fff;border:1px solid var(--siampli-line);border-radius:36px;padding:48px 42px 0;overflow:hidden;box-shadow:var(--siampli-shadow)}.lp-dito-copy{padding-bottom:44px}.lp-dito-copy p{font-size:20px;line-height:1.72;color:#53657d}.lp-dito-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.lp-dito-points article{background:#f7fbff;border:1px solid #e2eefb;border-radius:18px;padding:17px}.lp-dito-points b{display:block;font-size:17px}.lp-dito-points small{display:block;margin-top:7px;color:#60728a;line-height:1.45}.lp-dito-image{position:relative;min-height:500px;display:flex;align-items:flex-end;justify-content:center}.lp-dito-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(8,102,232,.15),rgba(23,191,215,.12) 45%,transparent 68%);bottom:35px}.lp-dito-image img{position:relative;max-height:520px;max-width:100%;object-fit:contain;filter:drop-shadow(0 30px 45px rgba(6,24,50,.18))}
.lp-before-after{background:#fff}.lp-compare{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.lp-compare-card{position:relative;border-radius:30px;padding:34px;border:1px solid var(--siampli-line);box-shadow:0 18px 55px rgba(6,24,50,.07);overflow:hidden}.lp-compare-card:before{content:"";position:absolute;right:-40px;top:-40px;width:160px;height:160px;border-radius:50%;opacity:.13}.lp-before:before{background:#f97316}.lp-after:before{background:var(--siampli-blue)}.lp-before{background:linear-gradient(135deg,#fff,#fff8f2)}.lp-after{background:linear-gradient(135deg,#fff,#f1f8ff);border-color:#cfe4ff}.lp-compare-card h3{font-size:28px;margin:0 0 18px;letter-spacing:-1px}.lp-compare-card ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}.lp-compare-card li{position:relative;padding-left:31px;line-height:1.55;color:#445971;font-weight:750}.lp-compare-card li:before{content:"";position:absolute;left:0;top:4px;width:20px;height:20px;border-radius:50%;background:#eef3fb}.lp-before li:after,.lp-after li:after{position:absolute;left:5px;top:2px;font-weight:950}.lp-before li:after{content:"×";color:#f97316}.lp-after li:after{content:"✓";color:var(--siampli-blue)}
.lp-tools{background:linear-gradient(180deg,#f7fbff,#fff)}.lp-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1220px;margin:0 auto}.lp-tool{background:#fff;border:1px solid var(--siampli-line);border-radius:28px;padding:30px;box-shadow:0 18px 55px rgba(6,24,50,.07);transition:transform .25s ease,box-shadow .25s ease}.lp-tool:hover{transform:translateY(-7px);box-shadow:0 28px 80px rgba(6,24,50,.13)}.lp-tool h3{font-size:24px;margin:20px 0 10px;letter-spacing:-.7px}.lp-tool p{color:#53657d;line-height:1.6;margin:0}.lp-tool-icon{width:64px;height:64px;display:block;border-radius:22px;background:linear-gradient(135deg,#eaf4ff,#fff);border:1px solid #d9e9ff;position:relative;box-shadow:inset 0 -10px 20px rgba(8,102,232,.04)}.lp-tool-icon:before,.lp-tool-icon:after{content:"";position:absolute}.lp-tool-icon.agent:before{inset:17px;border:3px solid var(--siampli-blue);border-radius:10px}.lp-tool-icon.agent:after{width:18px;height:10px;background:var(--siampli-cyan);border-radius:0 0 8px 8px;left:23px;bottom:13px}.lp-tool-icon.web:before{width:34px;height:34px;border-radius:50%;border:4px solid var(--siampli-blue);left:15px;top:15px}.lp-tool-icon.web:after{width:42px;height:4px;background:var(--siampli-cyan);left:11px;top:30px;border-radius:99px}.lp-tool-icon.client:before{width:20px;height:20px;border-radius:50%;border:4px solid #22c55e;left:20px;top:13px}.lp-tool-icon.client:after{width:36px;height:18px;border:4px solid #22c55e;border-top:0;border-radius:0 0 20px 20px;left:12px;bottom:14px}.lp-tool-icon.pay:before{width:32px;height:22px;border:4px solid #f59e0b;left:14px;top:20px;border-radius:8px}.lp-tool-icon.pay:after{width:14px;height:4px;background:#f59e0b;left:24px;top:31px;border-radius:99px}.lp-tool-icon.market:before{width:35px;height:30px;left:13px;top:17px;background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-cyan));clip-path:polygon(0 35%,100% 0,74% 100%,42% 63%,19% 100%)}.lp-tool-icon.stats:before{left:15px;bottom:15px;width:8px;height:19px;background:var(--siampli-blue);border-radius:6px;box-shadow:14px -10px 0 var(--siampli-cyan),28px -22px 0 var(--siampli-blue-2)}
.lp-audience{background:#fff}.lp-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1180px;margin:0 auto}.lp-audience-card{position:relative;min-height:290px;border-radius:32px;padding:34px;border:1px solid var(--siampli-line);overflow:hidden;background:linear-gradient(135deg,#fff,#f7fbff);box-shadow:0 18px 55px rgba(6,24,50,.07)}.lp-audience-card:after{content:"";position:absolute;right:-52px;bottom:-52px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(8,102,232,.12),transparent 68%)}.lp-audience-card div{width:70px;height:70px;border-radius:24px;background:#eef6ff;display:grid;place-items:center;font-size:30px;margin-bottom:22px}.lp-audience-card h3{font-size:26px;margin:0 0 12px;letter-spacing:-.8px}.lp-audience-card p{color:#53657d;line-height:1.66;margin:0;font-size:17px}
.lp-custom-pack{padding-top:60px;padding-bottom:60px;background:#fff}.lp-custom-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;border-radius:34px;padding:42px;background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-cyan));color:#fff;box-shadow:0 28px 70px rgba(8,102,232,.24);overflow:hidden;position:relative}.lp-custom-inner:after{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.16)}.lp-custom-inner>*{position:relative;z-index:1}.lp-custom-inner span{color:#dff8ff}.lp-custom-inner h2{color:#fff;font-size:clamp(32px,4vw,52px)}.lp-custom-inner p{font-size:18px;line-height:1.7;color:#e9fbff;margin:16px 0 0}.lp-custom-inner b{color:#fff}.lp-custom-inner .lp-btn{align-self:center}
.lp-plans{background:linear-gradient(180deg,#f7fbff,#fff)}.lp-plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1450px;margin:0 auto}.lp-plan{position:relative;background:#fff;border:1px solid var(--siampli-line);border-radius:30px;padding:30px;box-shadow:0 18px 55px rgba(6,24,50,.07);display:flex;flex-direction:column;min-height:560px}.lp-plan h3{font-size:28px;margin:0 0 8px;letter-spacing:-1px}.lp-plan>p{color:#53657d;line-height:1.55;margin:0 0 20px}.lp-price{font-size:45px;font-weight:950;letter-spacing:-2px;margin:4px 0 20px;color:var(--siampli-navy)}.lp-price small{font-size:15px;letter-spacing:0;color:#60728a;margin-left:4px}.lp-plan ul{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:12px}.lp-plan li{position:relative;padding-left:25px;color:#3f536c;line-height:1.42;font-weight:800}.lp-plan li:before{content:"✓";position:absolute;left:0;color:var(--siampli-blue);font-weight:950}.lp-plan li small{color:#60728a;font-weight:900}.lp-plan .lp-btn{margin-top:auto;width:100%}.lp-plan-featured{transform:translateY(-18px) scale(1.03);border:2px solid var(--siampli-blue);box-shadow:0 32px 90px rgba(8,102,232,.2);background:linear-gradient(180deg,#fff,#f8fbff)}.lp-offer-badge{position:absolute;left:24px;right:24px;top:-18px;background:linear-gradient(135deg,#ffb020,#ff7a00);color:#fff;border-radius:999px;text-align:center;font-weight:950;padding:10px 14px;box-shadow:0 18px 38px rgba(255,122,0,.22);animation:lpPulse 1.9s ease-in-out infinite}@keyframes lpPulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.lp-table-wrap{max-width:1150px;margin:44px auto 0;background:#fff;border:1px solid var(--siampli-line);border-radius:28px;box-shadow:0 18px 55px rgba(6,24,50,.07);overflow:auto}.lp-plan-table{width:100%;border-collapse:collapse;min-width:780px}.lp-plan-table th,.lp-plan-table td{padding:18px 20px;border-bottom:1px solid #eef3fa;text-align:center}.lp-plan-table th:first-child,.lp-plan-table td:first-child{text-align:left}.lp-plan-table th{background:#f8fbff;color:#10243f;font-weight:950}.lp-plan-table td{font-weight:850;color:#40546d}.lp-plan-table td:not(:first-child){color:var(--siampli-blue)}
.lp-faq{background:#fff}.lp-faq-grid{max-width:980px;margin:0 auto;display:grid;gap:13px}.lp-faq-grid details{background:#fff;border:1px solid var(--siampli-line);border-radius:20px;box-shadow:0 14px 40px rgba(6,24,50,.05);overflow:hidden}.lp-faq-grid summary{cursor:pointer;list-style:none;padding:22px 26px;font-weight:950;font-size:18px;display:flex;align-items:center;justify-content:space-between}.lp-faq-grid summary::-webkit-details-marker{display:none}.lp-faq-grid summary:after{content:"+";width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef6ff;color:var(--siampli-blue);font-weight:950}.lp-faq-grid details[open] summary:after{content:"−"}.lp-faq-grid p{padding:0 26px 22px;margin:0;color:#53657d;line-height:1.65}.lp-faq-more{text-align:center;margin-top:26px}.lp-faq-more a{display:inline-flex;border:1px solid #cfe0fb;border-radius:999px;padding:14px 20px;color:var(--siampli-blue);font-weight:950;background:#fff}
.lp-final-cta{margin:40px 62px 70px;padding:70px 30px;border-radius:42px;text-align:center;color:#fff;background:radial-gradient(circle at 70% 20%,rgba(23,191,215,.28),transparent 28%),linear-gradient(135deg,#061832,#0a49b8 70%,#0a8bff);box-shadow:0 34px 100px rgba(6,24,50,.25)}.lp-final-cta img{width:190px;filter:brightness(0) invert(1);margin-bottom:22px}.lp-final-cta h2{color:#fff;max-width:900px;margin:0 auto}.lp-final-cta p{max-width:720px;margin:22px auto 32px;color:#dceaff;font-size:20px;line-height:1.65}.lp-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:34px 62px;border-top:1px solid var(--siampli-line);background:#fff}.lp-footer img{width:160px;display:block}.lp-footer span{display:block;color:#60728a;font-weight:900;margin-top:8px}.lp-footer nav{display:flex;gap:22px}.lp-footer a{font-weight:900;color:#253b59}
.lp-reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.lp-reveal.is-visible{opacity:1;transform:translateY(0)}.lp-from-left{transform:translateX(-42px)}.lp-from-left.is-visible{transform:translateX(0)}.lp-delay-1{transition-delay:.12s}.lp-delay-2{transition-delay:.24s}.lp-delay-3{transition-delay:.36s}
@media(max-width:1280px){.lp-hero{grid-template-columns:1fr;padding:74px 34px}.lp-panel-preview{transform:none}.lp-step-road,.lp-tools-grid,.lp-audience-grid{grid-template-columns:1fr 1fr}.lp-plan-grid{grid-template-columns:1fr 1fr}.lp-plan-featured{transform:none}.lp-dito-card,.lp-compare,.lp-custom-inner{grid-template-columns:1fr}.lp-dito-image{min-height:420px}.lp-nav{display:none}.lp-menu{display:block}.lp-actions{margin-left:auto}}
@media(max-width:760px){.lp-header{height:70px;padding:0 16px}.lp-brand img{width:146px}.lp-actions .lp-link,.lp-actions .lp-btn{display:none}.lp-hero{padding:52px 18px 70px;min-height:auto}.lp-hero h1{letter-spacing:-3px}.lp-hero p{font-size:18px}.lp-hero-metrics,.lp-step-road,.lp-tools-grid,.lp-audience-grid,.lp-plan-grid,.lp-dito-points{grid-template-columns:1fr}.lp-panel-body{grid-template-columns:92px 1fr;height:420px}.lp-panel-body aside{padding:10px}.lp-panel-body aside img{width:72px}.lp-panel-body aside span{font-size:10px;padding:8px}.lp-mini-cards,.lp-mini-actions{grid-template-columns:1fr}.lp-mini-cards article:nth-child(n+3),.lp-mini-actions article:nth-child(n+2){display:none}.lp-mini-dito{position:absolute;left:16px;right:16px;bottom:16px}.lp-section{padding:72px 18px}.lp-section-head h2,.lp-dito-copy h2,.lp-custom-inner h2,.lp-final-cta h2{letter-spacing:-1.5px}.lp-step-road:before{display:none}.lp-road-summary{display:block;text-align:center}.lp-road-summary img{margin-bottom:12px}.lp-dito-card{padding:28px 22px 0;border-radius:28px}.lp-dito-image img{max-height:380px}.lp-compare{grid-template-columns:1fr}.lp-custom-inner{padding:30px;border-radius:28px}.lp-final-cta{margin:30px 18px 50px;padding:52px 20px}.lp-footer{display:block;text-align:center;padding:30px 18px}.lp-footer nav{justify-content:center;margin-top:18px}.lp-price{font-size:38px}.lp-plan{min-height:auto}}
@media(prefers-reduced-motion:reduce){.lp-loader-card i,.lp-offer-badge{animation:none}.lp-reveal{opacity:1;transform:none;transition:none}.lp-from-left{transform:none}}

/* ========== SIAmpli Landing v0.6 refinada ========== */
.lp-v6{--siampli-navy:#061832;--siampli-blue:#0866e8;--siampli-blue-2:#0a8cff;--siampli-cyan:#15bed8;--siampli-soft:#f7fbff;--siampli-line:#e6edf6;--siampli-text:#081b38;--siampli-muted:#586b84;--siampli-shadow:0 22px 70px rgba(6,24,50,.12);--siampli-shadow-soft:0 12px 36px rgba(6,24,50,.08);background:radial-gradient(circle at 88% 12%,rgba(21,190,216,.18),transparent 26%),linear-gradient(180deg,#fff,#fbfdff 44%,#fff)}
.lp-v6 .lp-header{padding:0 34px;justify-content:center}
.lp-v6 .lp-brand{margin-right:auto}.lp-v6 .lp-actions{margin-left:auto}
.lp-v6 .lp-brand img{width:172px;height:auto;display:block}.lp-v6 .lp-loader-card img{width:280px;max-width:80vw}
.lp-shell{max-width:1260px;margin:0 auto}
.lp-v6 .lp-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:52px;align-items:center;padding:64px 34px 88px;min-height:calc(100vh - 82px)}
.lp-v6 .lp-hero-copy{max-width:600px}.lp-v6 .lp-eyebrow{margin-bottom:16px}.lp-v6 .lp-hero h1{font-size:clamp(62px,7.2vw,110px);line-height:.9;letter-spacing:-5px;margin:0 0 22px;color:var(--siampli-navy)}.lp-v6 .lp-hero h1 strong{background:linear-gradient(90deg,var(--siampli-blue),var(--siampli-cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.lp-v6 .lp-hero p{font-size:22px;line-height:1.6;color:#485c76;margin:0 0 28px}
.lp-v6 .lp-hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.lp-v6 .lp-hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}.lp-v6 .lp-hero-metrics article{background:rgba(255,255,255,.88);border:1px solid var(--siampli-line);border-radius:20px;padding:20px 18px;box-shadow:var(--siampli-shadow-soft)}.lp-v6 .lp-hero-metrics b{display:block;font-size:30px;letter-spacing:-1px;color:var(--siampli-navy)}.lp-v6 .lp-hero-metrics span{font-weight:900;color:#53657d;font-size:14px}
.lp-v6 .lp-screen-card{background:#fff;border:1px solid #d7e4f3;border-radius:34px;overflow:hidden;box-shadow:0 34px 100px rgba(6,24,50,.16)}.lp-v6 .lp-screen-top{height:50px;display:flex;align-items:center;gap:8px;padding:0 18px;border-bottom:1px solid #edf2f8;font-weight:900;color:#93a1b6}.lp-v6 .lp-screen-top i{width:10px;height:10px;border-radius:50%;background:#d9e3ef}.lp-v6 .lp-screen-top span{margin-left:10px;font-size:13px}.lp-v6 .lp-screen-card img{display:block;width:100%;height:auto}
.lp-v6 .lp-section{padding:92px 34px}.lp-v6 .lp-section-head{max-width:860px;margin:0 auto 44px;text-align:center}.lp-v6 .lp-section-head span{display:inline-flex;margin-bottom:12px;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:950;color:var(--siampli-blue)}.lp-v6 .lp-section-head h2{font-size:clamp(38px,4.8vw,68px);line-height:1.03;letter-spacing:-3px;margin:0;color:var(--siampli-navy)}.lp-v6 .lp-section-head p{font-size:20px;line-height:1.6;color:#51647d;margin:18px auto 0}
.lp-v6 .lp-journey{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start}.lp-v6 .lp-journey:before{content:"";position:absolute;left:9%;right:9%;top:75px;height:4px;background:linear-gradient(90deg,rgba(8,102,232,.12),rgba(21,190,216,.24),rgba(8,102,232,.12));border-radius:999px}.lp-v6 .lp-journey-card{position:relative;background:#fff;border:1px solid var(--siampli-line);border-radius:28px;padding:26px;min-height:260px;box-shadow:var(--siampli-shadow-soft)}.lp-v6 .lp-step-chip{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-cyan));color:#fff;font-weight:950;font-size:30px;letter-spacing:-1px;margin-bottom:16px;box-shadow:0 18px 34px rgba(8,102,232,.22)}.lp-v6 .lp-journey-card h3{font-size:30px;line-height:1.08;letter-spacing:-1.2px;margin:0 0 12px}.lp-v6 .lp-journey-card p{margin:0;color:#55677f;line-height:1.7;font-size:17px}.lp-v6 .lp-step-delay-1{transition-delay:.1s}.lp-v6 .lp-step-delay-2{transition-delay:.55s}.lp-v6 .lp-step-delay-3{transition-delay:1s}.lp-v6 .lp-step-delay-4{transition-delay:1.45s}
.lp-v6 .lp-journey-note{max-width:980px;margin:28px auto 0;background:#fff;border:1px solid #d8e8fb;border-radius:30px;padding:18px 22px;display:flex;align-items:center;gap:18px;box-shadow:var(--siampli-shadow-soft)}.lp-v6 .lp-journey-note img{width:96px;height:96px;object-fit:contain}.lp-v6 .lp-journey-note p{margin:0;font-size:21px;color:#34475f;line-height:1.55}.lp-v6 .lp-journey-note b{color:var(--siampli-navy)}
.lp-v6 .lp-dito-card{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center;background:#fff;border:1px solid var(--siampli-line);border-radius:38px;padding:44px;box-shadow:var(--siampli-shadow)}.lp-v6 .lp-dito-copy span{display:inline-flex;margin-bottom:12px;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:950;color:var(--siampli-blue)}.lp-v6 .lp-dito-copy h2{font-size:clamp(36px,4vw,58px);line-height:1.05;letter-spacing:-2.4px;margin:0 0 18px}.lp-v6 .lp-dito-copy p{font-size:20px;line-height:1.7;color:#53657d;margin:0}.lp-v6 .lp-dito-points{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.lp-v6 .lp-dito-points article{background:#f8fbff;border:1px solid #dce8f8;border-radius:22px;padding:20px;min-height:170px}.lp-v6 .lp-dito-points b{display:block;font-size:23px;margin-bottom:10px;color:var(--siampli-navy)}.lp-v6 .lp-dito-points small{display:block;color:#596d86;line-height:1.65;font-size:15px}.lp-v6 .lp-dito-image{position:relative;min-height:620px;display:grid;place-items:center}.lp-v6 .lp-dito-glow{position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(8,102,232,.18),rgba(21,190,216,.12),transparent 68%);filter:blur(6px)}.lp-v6 .lp-dito-image img{position:relative;z-index:1;max-height:620px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 26px 40px rgba(6,24,50,.14))}
.lp-v6 .lp-compare{display:grid;grid-template-columns:1fr 1fr;gap:24px}.lp-v6 .lp-compare-card{background:#fff;border:1px solid var(--siampli-line);border-radius:30px;padding:34px;box-shadow:var(--siampli-shadow-soft)}.lp-v6 .lp-compare-card h3{font-size:34px;letter-spacing:-1px;margin:0 0 20px}.lp-v6 .lp-before h3{color:#45596f}.lp-v6 .lp-after h3{color:var(--siampli-blue)}.lp-v6 .lp-compare-card ul{margin:0;padding:0;list-style:none;display:grid;gap:14px}.lp-v6 .lp-compare-card li{position:relative;padding-left:30px;font-size:18px;line-height:1.6;color:#52647e}.lp-v6 .lp-before li:before{content:'–';position:absolute;left:0;font-weight:950;color:#94a3b8}.lp-v6 .lp-after li:before{content:'✓';position:absolute;left:0;font-weight:950;color:var(--siampli-blue)}
.lp-v6 .lp-tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.lp-v6 .lp-tool{background:#fff;border:1px solid var(--siampli-line);border-radius:26px;padding:28px;box-shadow:var(--siampli-shadow-soft)}.lp-v6 .lp-tool img{width:60px;height:60px;display:block;margin-bottom:18px}.lp-v6 .lp-tool h3{font-size:24px;line-height:1.15;letter-spacing:-.8px;margin:0 0 10px}.lp-v6 .lp-tool p{margin:0;color:#586980;line-height:1.65;font-size:16px}
.lp-v6 .lp-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.lp-v6 .lp-audience-card{position:relative;background:#fff;border:1px solid var(--siampli-line);border-radius:30px;padding:30px;box-shadow:var(--siampli-shadow-soft);overflow:hidden}.lp-v6 .lp-audience-card:after{content:"";position:absolute;right:-44px;bottom:-44px;width:170px;height:170px;border-radius:50%;opacity:.85}.lp-v6 .lp-audience-card.tone-1:after{background:radial-gradient(circle,rgba(8,102,232,.14),transparent 65%)}.lp-v6 .lp-audience-card.tone-2:after{background:radial-gradient(circle,rgba(21,190,216,.16),transparent 65%)}.lp-v6 .lp-audience-card.tone-3:after{background:radial-gradient(circle,rgba(109,93,252,.16),transparent 65%)}.lp-v6 .lp-audience-card div{width:74px;height:74px;border-radius:22px;background:#f1f7ff;display:grid;place-items:center;margin-bottom:18px}.lp-v6 .lp-audience-card img{width:48px;height:48px}.lp-v6 .lp-audience-card h3{font-size:28px;line-height:1.1;letter-spacing:-.9px;margin:0 0 12px}.lp-v6 .lp-audience-card p{margin:0;color:#576981;line-height:1.7;font-size:17px}
.lp-v6 .lp-plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.lp-v6 .lp-plan{position:relative;background:#fff;border:1px solid var(--siampli-line);border-radius:30px;padding:30px;box-shadow:var(--siampli-shadow-soft);display:flex;flex-direction:column;min-height:760px}.lp-v6 .lp-plan h3{font-size:28px;letter-spacing:-1px;margin:0 0 10px}.lp-v6 .lp-plan>p{margin:0 0 18px;color:#576a82;line-height:1.55}.lp-v6 .lp-price{font-size:52px;font-weight:950;letter-spacing:-2px;margin:0 0 18px;color:var(--siampli-navy)}.lp-v6 .lp-price small{font-size:16px;letter-spacing:0;color:#60728a;margin-left:4px}.lp-v6 .lp-plan ul{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:12px}.lp-v6 .lp-plan li{position:relative;padding-left:24px;color:#425872;line-height:1.48;font-weight:850;font-size:15px;cursor:default}.lp-v6 .lp-plan li:before{content:'✓';position:absolute;left:0;top:0;color:var(--siampli-blue);font-weight:950}.lp-v6 .lp-plan li.lp-muted{font-size:14px;color:#6a7d95;font-weight:900}.lp-v6 .lp-plan li.lp-muted:before{content:'•';color:#9db0c5}
.lp-v6 .lp-plan .lp-btn{margin-top:auto;width:100%}.lp-v6 .lp-plan-featured{transform:translateY(-14px) scale(1.025);border:2px solid var(--siampli-blue);box-shadow:0 34px 95px rgba(8,102,232,.22);background:linear-gradient(180deg,#fff,#f8fbff)}.lp-v6 .lp-offer-badge{position:absolute;left:24px;right:24px;top:-18px;background:linear-gradient(135deg,#ffaf1f,#ff7a00);color:#fff;border-radius:999px;padding:10px 16px;text-align:center;font-weight:950;line-height:1.1;box-shadow:0 16px 34px rgba(255,122,0,.24);animation:lpPulse 1.9s ease-in-out infinite}.lp-v6 .lp-tip::after,.lp-v6 .lp-tip::before{position:absolute;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;transition-delay:1.5s}.lp-v6 .lp-tip::after{content:attr(data-tip);left:12px;right:12px;bottom:calc(100% + 12px);background:#071a36;color:#fff;border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.45;font-weight:800;box-shadow:0 14px 38px rgba(6,24,50,.24);transform:translateY(8px);z-index:5}.lp-v6 .lp-tip::before{content:"";left:30px;bottom:calc(100% + 4px);width:12px;height:12px;background:#071a36;transform:rotate(45deg) translateY(8px);z-index:4}.lp-v6 .lp-tip:hover::after,.lp-v6 .lp-tip:hover::before{opacity:1;transform:none}
.lp-v6 .lp-faq-grid{max-width:980px;margin:0 auto;display:grid;gap:13px}.lp-v6 .lp-faq-grid details{background:#fff;border:1px solid var(--siampli-line);border-radius:22px;box-shadow:var(--siampli-shadow-soft);overflow:hidden}.lp-v6 .lp-faq-grid summary{cursor:pointer;list-style:none;padding:22px 26px;font-weight:950;font-size:19px;display:flex;justify-content:space-between;gap:20px;align-items:center}.lp-v6 .lp-faq-grid summary::-webkit-details-marker{display:none}.lp-v6 .lp-faq-grid summary:after{content:'+';display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef6ff;color:var(--siampli-blue)}.lp-v6 .lp-faq-grid details[open] summary:after{content:'−'}.lp-v6 .lp-faq-grid p{padding:0 26px 24px;margin:0;color:#54677f;line-height:1.68}
.lp-v6 .lp-faq-more{text-align:center;margin-top:26px}.lp-v6 .lp-faq-more a{display:inline-flex;background:#fff;border:1px solid #cfe0fb;border-radius:999px;padding:14px 22px;font-weight:950;color:var(--siampli-blue)}
.lp-v6 .lp-final-cta{padding:0 34px 72px}.lp-v6 .lp-final-cta>div{border-radius:40px;text-align:center;color:#fff;padding:74px 34px;background:radial-gradient(circle at 70% 20%,rgba(23,191,215,.28),transparent 28%),linear-gradient(135deg,#061832,#0a49b8 70%,#0a8bff);box-shadow:0 34px 100px rgba(6,24,50,.25)}.lp-v6 .lp-final-cta img{width:235px;max-width:72vw;margin-bottom:18px;filter:brightness(0) invert(1)}.lp-v6 .lp-urgency-pill{display:inline-flex;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);padding:10px 16px;font-weight:950;margin:0 0 18px}.lp-v6 .lp-final-cta h2{max-width:940px;margin:0 auto;font-size:clamp(34px,4.6vw,60px);line-height:1.05;letter-spacing:-2px;color:#fff}.lp-v6 .lp-final-cta p{max-width:760px;margin:20px auto 16px;color:#ddeaff;font-size:20px;line-height:1.7}.lp-v6 .lp-cta-note{display:inline-flex;gap:6px;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:12px 18px;margin:0 0 28px;color:#eff7ff;font-weight:850}.lp-v6 .lp-cta-note b{color:#fff}
.lp-v6 .lp-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:36px 34px;border-top:1px solid var(--siampli-line);background:#fff}.lp-v6 .lp-footer-brand img{width:175px;display:block;margin-bottom:10px}.lp-v6 .lp-footer-brand span{display:block;font-weight:950;color:#233850;margin-bottom:6px}.lp-v6 .lp-footer-brand small{display:block;color:#71839b}.lp-v6 .lp-footer nav{display:flex;flex-wrap:wrap;gap:18px 22px;justify-content:flex-end}.lp-v6 .lp-footer nav a{font-weight:900;color:#223851}
.lp-v6 .cookie-banner{position:fixed;left:22px;right:22px;bottom:22px;z-index:120;display:flex;gap:20px;align-items:flex-end;justify-content:space-between;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border:1px solid var(--siampli-line);border-radius:22px;padding:18px 20px;box-shadow:0 22px 50px rgba(6,24,50,.15)}.lp-v6 .cookie-banner strong{display:block;font-size:18px;margin-bottom:8px}.lp-v6 .cookie-banner p{margin:0;color:#556880;line-height:1.55;max-width:860px}.lp-v6 .cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.lp-v6 .cookie-btn{border:1px solid #cfe0fb;border-radius:12px;padding:12px 16px;font-weight:950;background:#fff;color:var(--siampli-blue);cursor:pointer}.lp-v6 .cookie-btn.primary{background:linear-gradient(135deg,var(--siampli-blue),var(--siampli-blue-2));color:#fff;border-color:transparent}.lp-v6 .cookie-modal{position:fixed;inset:0;z-index:130;background:rgba(6,24,50,.42);display:grid;place-items:center;padding:20px}.lp-v6 .cookie-modal-card{background:#fff;border-radius:28px;max-width:560px;width:100%;padding:28px;box-shadow:0 28px 80px rgba(6,24,50,.25)}.lp-v6 .cookie-modal-card h3{margin:0 0 12px;font-size:28px;letter-spacing:-1px}.lp-v6 .cookie-modal-card p{margin:0 0 16px;color:#556880;line-height:1.65}.lp-v6 .cookie-check{display:flex;align-items:center;gap:10px;padding:14px 0 18px;font-weight:850;color:#33465e}
.legal-page{min-height:100vh;background:linear-gradient(180deg,#fbfdff,#fff);font-family:Inter,Arial,Helvetica,sans-serif;color:#081b38;padding:0 16px 40px}.legal-header{padding:26px 0;text-align:center}.legal-header img{width:186px;max-width:80vw}.legal-card{max-width:860px;margin:0 auto;background:#fff;border:1px solid #e6edf6;border-radius:28px;box-shadow:0 18px 55px rgba(6,24,50,.08);padding:34px}.legal-card h1{font-size:42px;letter-spacing:-1.8px;margin:0 0 18px}.legal-card p{color:#50647d;line-height:1.75;font-size:17px}.legal-card a{color:#0866e8;font-weight:900}
@media(max-width:1280px){.lp-v6 .lp-hero{grid-template-columns:1fr;padding:54px 24px 80px;min-height:auto}.lp-v6 .lp-section{padding:84px 24px}.lp-v6 .lp-journey,.lp-v6 .lp-tools-grid,.lp-v6 .lp-audience-grid,.lp-v6 .lp-plan-grid{grid-template-columns:1fr 1fr}.lp-v6 .lp-journey:before{display:none}.lp-v6 .lp-dito-card,.lp-v6 .lp-compare{grid-template-columns:1fr}.lp-v6 .lp-dito-image{min-height:500px}.lp-v6 .lp-plan-featured{transform:none}.lp-v6 .cookie-banner{display:block}.lp-v6 .cookie-actions{margin-top:14px}}
@media(max-width:760px){.lp-v6 .lp-header{padding:0 16px}.lp-v6 .lp-brand img{width:152px}.lp-v6 .lp-actions .lp-link,.lp-v6 .lp-actions .lp-btn{display:none}.lp-v6 .lp-hero{padding:42px 18px 64px}.lp-v6 .lp-hero p{font-size:18px}.lp-v6 .lp-hero-metrics,.lp-v6 .lp-journey,.lp-v6 .lp-tools-grid,.lp-v6 .lp-audience-grid,.lp-v6 .lp-plan-grid,.lp-v6 .lp-dito-points{grid-template-columns:1fr}.lp-v6 .lp-section{padding:72px 18px}.lp-v6 .lp-journey-note{display:block;text-align:center}.lp-v6 .lp-journey-note img{margin:0 auto 12px}.lp-v6 .lp-journey-card{min-height:auto}.lp-v6 .lp-dito-card{padding:28px 22px;gap:22px}.lp-v6 .lp-dito-image{min-height:auto}.lp-v6 .lp-dito-image img{max-height:420px}.lp-v6 .lp-final-cta{padding:0 18px 50px}.lp-v6 .lp-final-cta>div{padding:54px 22px}.lp-v6 .lp-footer{display:block;padding:30px 18px;text-align:center}.lp-v6 .lp-footer nav{justify-content:center;margin-top:18px}.lp-v6 .cookie-banner{left:14px;right:14px;bottom:14px;padding:16px}.lp-v6 .lp-price{font-size:42px}.lp-v6 .lp-plan{min-height:auto}.legal-card{padding:24px}.legal-card h1{font-size:32px}}

/* Fix cookies v0.6.1: avisos cerrables y configuración en zona inferior */
.lp-v6 .cookie-banner[hidden],
.lp-v6 .cookie-modal[hidden],
.cookie-banner[hidden],
.cookie-modal[hidden]{
  display:none!important;
}

.lp-v6 .cookie-modal{
  position:fixed;
  left:22px;
  right:22px;
  bottom:22px;
  top:auto;
  inset:auto 22px 22px 22px;
  z-index:131;
  background:transparent;
  display:block;
  padding:0;
  pointer-events:none;
}

.lp-v6 .cookie-modal-card{
  pointer-events:auto;
  margin:0 auto;
  max-width:980px;
  width:100%;
  border:1px solid var(--siampli-line);
  border-radius:22px;
  padding:20px;
  background:rgba(255,255,255,.98);
  box-shadow:0 22px 50px rgba(6,24,50,.15);
  backdrop-filter:blur(16px);
}

.lp-v6 .cookie-modal-card h3{
  font-size:20px;
  margin:0 0 8px;
}

.lp-v6 .cookie-modal-card p{
  font-size:15px;
  margin:0 0 12px;
}

.lp-v6 .cookie-check{
  padding:8px 0 14px;
}

@media(max-width:760px){
  .lp-v6 .cookie-modal{
    left:14px;
    right:14px;
    bottom:14px;
    inset:auto 14px 14px 14px;
  }
}
.lp-v6 .cookie-banner.cookie-banner{
  z-index:99990;
  display:grid;
  grid-template-columns:1fr;
  align-items:start;
  justify-content:stretch;
}
.lp-v6 .cookie-modal.cookie-modal{
  z-index:99991;
}
.lp-v6 .cookie-actions.cookie-actions{
  justify-content:flex-start;
  margin-top:0;
}
.lp-v6 .cookie-modal-card.cookie-modal-card{
  width:min(680px,94vw);
  max-width:680px;
}
.lp-v6 .cookie-check.cookie-check{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:start!important;
}

/* =========================================================
   v0.9.8 · Loader: estados circulares sin desplazamiento
   ========================================================= */
.lp-loader.app-loader .app-loader-step{
  --step-progress:18%;
  grid-template-columns:34px minmax(0,1fr)!important;
  overflow:visible!important;
}
.lp-loader.app-loader .app-loader-step i{
  grid-row:1/3!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  justify-self:start!important;
  align-self:center!important;
  width:28px!important;
  min-width:28px!important;
  height:28px!important;
  min-height:28px!important;
  border:0!important;
  border-radius:999px!important;
  overflow:hidden!important;
  background:#edf5ff!important;
  box-shadow:
    inset 0 0 0 1px rgba(8,102,232,.12),
    0 8px 18px rgba(8,102,232,.10)!important;
  transform:none!important;
  animation:none!important;
}
.lp-loader.app-loader .app-loader-step i::before,
.lp-loader.app-loader .app-loader-step i::after{
  box-sizing:border-box;
}
.lp-loader.app-loader .app-loader-step-done i{
  background:linear-gradient(135deg,#13d684 0%,#16c7d5 58%,#1478f4 100%)!important;
  box-shadow:
    0 9px 22px rgba(18,195,158,.24),
    inset 0 1px 0 rgba(255,255,255,.42)!important;
}
.lp-loader.app-loader .app-loader-step-done i::before{
  content:""!important;
  position:absolute!important;
  z-index:2!important;
  left:9px!important;
  top:8px!important;
  width:10px!important;
  height:6px!important;
  border-left:2.5px solid #fff!important;
  border-bottom:2.5px solid #fff!important;
  border-top:0!important;
  border-right:0!important;
  border-radius:0!important;
  background:transparent!important;
  transform:rotate(-45deg)!important;
}
.lp-loader.app-loader .app-loader-step-done i::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:-50%;
  background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.72) 49%,transparent 64%);
  transform:translateX(-80%) rotate(18deg);
  animation:appLoaderStepShine 2.35s ease-in-out infinite;
}
.lp-loader.app-loader .app-loader-step-active i{
  background:
    conic-gradient(#15bed8 0 var(--step-progress),rgba(8,102,232,.15) var(--step-progress) 100%)!important;
  box-shadow:
    0 9px 22px rgba(8,102,232,.18),
    inset 0 0 0 1px rgba(8,102,232,.08)!important;
  animation:appLoaderStepAura 1.55s ease-in-out infinite!important;
}
.lp-loader.app-loader .app-loader-step-active i::before{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  inset:5px!important;
  width:auto!important;
  height:auto!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  transform:none!important;
}
.lp-loader.app-loader .app-loader-step-active i::after{
  content:"";
  position:absolute;
  z-index:2;
  inset:8px;
  border-radius:999px;
  background:linear-gradient(135deg,#1378f5,#17bed6);
  box-shadow:0 0 16px rgba(21,190,216,.45);
  animation:appLoaderStepDot 1.25s ease-in-out infinite;
}
.lp-loader.app-loader .app-loader-step-complete-now i{
  animation:appLoaderStepComplete .42s cubic-bezier(.2,1.4,.35,1) both!important;
}
.lp-loader.app-loader .app-loader-step b,
.lp-loader.app-loader .app-loader-step small{
  position:relative;
  z-index:2;
}
@keyframes appLoaderStepShine{
  0%,38%{transform:translateX(-85%) rotate(18deg);opacity:0}
  52%{opacity:.9}
  78%,100%{transform:translateX(85%) rotate(18deg);opacity:0}
}
@keyframes appLoaderStepAura{
  0%,100%{box-shadow:0 9px 22px rgba(8,102,232,.16),0 0 0 0 rgba(21,190,216,.0),inset 0 0 0 1px rgba(8,102,232,.08)}
  50%{box-shadow:0 10px 25px rgba(8,102,232,.22),0 0 0 6px rgba(21,190,216,.10),inset 0 0 0 1px rgba(8,102,232,.08)}
}
@keyframes appLoaderStepDot{
  0%,100%{filter:saturate(1);opacity:.92}
  50%{filter:saturate(1.25);opacity:1}
}
@keyframes appLoaderStepComplete{
  0%{transform:scale(.78);filter:brightness(1.05)}
  68%{transform:scale(1.12);filter:brightness(1.15)}
  100%{transform:scale(1);filter:brightness(1)}
}
@media(prefers-reduced-motion:reduce){
  .lp-loader.app-loader .app-loader-step-done i::after,
  .lp-loader.app-loader .app-loader-step-active i,
  .lp-loader.app-loader .app-loader-step-active i::after,
  .lp-loader.app-loader .app-loader-step-complete-now i{
    animation:none!important;
  }
}




/* v0.6.3 hero estilo original mejorado */
.lp-v6 .lp-shell{max-width:1480px}
.lp-v6 .lp-brand img{width:150px}
.lp-v6 .lp-hero{position:relative;display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.08fr);gap:52px;align-items:center;padding:74px 46px 92px;min-height:calc(100vh - 82px);background:linear-gradient(120deg,#edf5ff 0%,#f7fbff 40%,#ecfcff 100%);border-radius:0;overflow:hidden}
.lp-v6 .lp-hero:before{content:"";position:absolute;inset:auto -10% -24% 22%;height:340px;background:radial-gradient(ellipse at center,rgba(8,102,232,.10),transparent 68%);pointer-events:none}
.lp-v6 .lp-hero-copy{position:relative;z-index:2;max-width:640px}
.lp-v6 .lp-eyebrow{margin-bottom:18px;background:rgba(255,255,255,.78)}
.lp-v6 .lp-hero h1{font-size:clamp(66px,7vw,108px);line-height:.9;letter-spacing:-5.4px;margin:0 0 24px;color:var(--siampli-navy)}
.lp-v6 .lp-hero p{font-size:22px;line-height:1.62;color:#4d617b;margin:0 0 30px;max-width:700px}
.lp-v6 .lp-hero-buttons{display:flex;gap:16px;flex-wrap:wrap}
.lp-v6 .lp-hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px;max-width:740px}
.lp-v6 .lp-hero-metrics article{background:rgba(255,255,255,.82);border:1px solid var(--siampli-line);border-radius:20px;padding:20px 18px;box-shadow:0 18px 42px rgba(6,24,50,.06)}
.lp-v6 .lp-hero-metrics b{display:block;font-size:30px;letter-spacing:-1px;color:var(--siampli-navy)}
.lp-v6 .lp-hero-metrics span{font-weight:900;color:#53657d;font-size:14px}
.lp-v6 .lp-hero-visual{position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:center}
.lp-v6 .lp-screen-wrap{position:relative;width:min(1030px,100%);padding:26px 0 28px}
.lp-v6 .lp-screen-wrap:before{content:"";position:absolute;right:-8%;top:4%;width:92%;height:88%;border-radius:42px;background:linear-gradient(135deg,rgba(8,102,232,.10),rgba(23,191,215,.10));filter:blur(2px);opacity:.75}
.lp-v6 .lp-screen-card{position:relative;background:#fff;border:1px solid #d8e7f6;border-radius:40px;overflow:hidden;box-shadow:0 34px 92px rgba(6,24,50,.14);transform:translateX(18px) scale(1.01)}
.lp-v6 .lp-screen-top{height:58px;display:flex;align-items:center;gap:8px;padding:0 20px;border-bottom:1px solid #edf2f8;color:#96a4b8;font-weight:900}
.lp-v6 .lp-screen-top i{width:10px;height:10px;border-radius:50%;background:#d5dfea}
.lp-v6 .lp-screen-top span{margin-left:10px;font-size:13px;letter-spacing:.01em}
.lp-v6 .lp-screen-card img{display:block;width:100%;height:auto}
.lp-v6 .lp-section{padding:96px 24px}
.lp-v6 .lp-plans-section .lp-section-head{max-width:980px}
.lp-v6 .lp-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}
.lp-v6 .lp-plan{min-height:unset;padding:28px 24px 24px;border-radius:30px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}
.lp-v6 .lp-plan-kicker{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#f3f8ff;border:1px solid #d9e8fb;color:#0b66da;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px}
.lp-v6 .lp-price-wrap{display:flex;align-items:flex-end;gap:10px;margin:4px 0 18px}
.lp-v6 .lp-plan .lp-price{margin:0}
.lp-v6 .lp-plan-featured{transform:translateY(-10px) scale(1.02);background:linear-gradient(180deg,#fff,#f4f9ff)}
.lp-v6 .lp-price-wrap-sale{align-items:center;gap:12px;flex-wrap:wrap}
.lp-v6 .lp-old-price{text-decoration:line-through;color:#7f8fa6;font-weight:900;font-size:24px}
.lp-v6 .lp-price-sale{font-size:58px;color:#085be4}
.lp-v6 .lp-sale-subnote{margin:-4px 0 18px;color:#5f7390;font-weight:800;font-size:13px;line-height:1.45}
.lp-v6 .lp-plan ul{gap:11px}
.lp-v6 .lp-plan li{font-size:14px;line-height:1.5}
.lp-v6 .lp-plan-off{color:#9a3e3e;background:#fff7f7;border:1px solid #ffe0e0;border-radius:14px;padding:10px 12px 10px 36px!important}
.lp-v6 .lp-plan-off:before{content:'×'!important;color:#da4040;left:13px;top:9px}
.lp-v6 .lp-plan-note{background:#f7faff;border:1px solid #e4eefc;border-radius:14px;padding:10px 12px 10px 36px!important;color:#59708d;font-size:13px!important}
.lp-v6 .lp-plan-note:before{content:'i'!important;color:#0b66da;left:14px;top:10px;font-style:normal;font-weight:950}
.lp-v6 .lp-final-cta{padding:0 24px 64px}
.lp-v6 .lp-final-cta>div{padding:58px 30px;border-radius:34px;max-width:1080px;margin:0 auto}
.lp-v6 .lp-final-cta h2{max-width:860px;font-size:clamp(30px,4vw,54px)}
.lp-v6 .lp-final-cta p{max-width:720px;margin:16px auto 22px;font-size:19px}
.lp-v6 .lp-cta-offer-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;max-width:640px;margin:0 auto 24px;padding:20px 18px;border-radius:26px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.lp-v6 .lp-cta-offer-plan{font-weight:950;text-transform:uppercase;letter-spacing:.06em;font-size:13px;color:#d9ecff}
.lp-v6 .lp-cta-offer-price{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;justify-content:center}
.lp-v6 .lp-cta-old{text-decoration:line-through;color:#bed9ff;font-size:28px;font-weight:900}
.lp-v6 .lp-cta-new{font-size:54px;line-height:1;color:#fff;font-weight:950;letter-spacing:-2px}
.lp-v6 .lp-cta-offer-box small{color:#d9ecff;font-size:12px;font-weight:700;line-height:1.4;text-align:center}
.lp-v6 .lp-final-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.lp-v6 .lp-btn-light{border-color:rgba(255,255,255,.35)!important;color:#fff!important;background:rgba(255,255,255,.06)!important}
.lp-v6 .lp-btn-light:hover{background:rgba(255,255,255,.14)!important}
@media(max-width:1280px){.lp-v6 .lp-shell{max-width:1240px}.lp-v6 .lp-hero{grid-template-columns:1fr;padding:56px 24px 78px;min-height:auto}.lp-v6 .lp-hero-copy{max-width:unset}.lp-v6 .lp-hero-visual{justify-content:center}.lp-v6 .lp-screen-card{transform:none}.lp-v6 .lp-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-v6 .lp-plan-featured{transform:none}}
@media(max-width:760px){.lp-v6 .lp-shell{max-width:none}.lp-v6 .lp-hero{padding:40px 18px 58px;gap:28px}.lp-v6 .lp-hero p{font-size:18px}.lp-v6 .lp-screen-card{transform:none}.lp-v6 .lp-screen-wrap{padding:8px 0 0}.lp-v6 .lp-hero-metrics,.lp-v6 .lp-plan-grid{grid-template-columns:1fr}.lp-v6 .lp-section{padding:70px 18px}.lp-v6 .lp-final-cta{padding:0 18px 48px}.lp-v6 .lp-final-cta>div{padding:46px 18px}.lp-v6 .lp-cta-new{font-size:42px}.lp-v6 .lp-cta-old{font-size:24px}}


/* v0.6.4 hero pantalla completa estilo original */
.lp-v6 .lp-hero.lp-shell{max-width:none;width:100%;padding:0 54px 0 60px;min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:34px;align-items:center;background:linear-gradient(100deg,#edf5ff 0%,#f7fbff 45%,#ecfbff 100%)}
.lp-v6 .lp-hero:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 86% 18%,rgba(23,191,215,.09),transparent 24%),radial-gradient(circle at 8% 14%,rgba(8,102,232,.06),transparent 22%);pointer-events:none}
.lp-v6 .lp-hero-copy{max-width:660px;padding-top:18px}
.lp-v6 .lp-eyebrow{background:rgba(255,255,255,.82);border:1px solid #dbe8f9;color:#0b66da;font-size:13px;font-weight:950}
.lp-v6 .lp-hero h1{font-size:clamp(68px,7vw,112px);line-height:.9;letter-spacing:-5.8px;margin:0 0 20px;color:var(--siampli-navy)}
.lp-v6 .lp-hero h1 strong{background:linear-gradient(90deg,var(--siampli-blue),var(--siampli-cyan));-webkit-background-clip:text;background-clip:text;color:transparent}
.lp-v6 .lp-hero p{font-size:21px;line-height:1.58;color:#4f627b;max-width:660px;margin:0 0 30px}
.lp-v6 .lp-hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.lp-v6 .lp-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:700px;margin-top:26px}
.lp-v6 .lp-hero-metrics article{background:rgba(255,255,255,.86);border:1px solid #dbe8f9;border-radius:22px;padding:18px 18px 17px;box-shadow:0 18px 42px rgba(6,24,50,.05)}
.lp-v6 .lp-hero-metrics b{display:block;font-size:20px;color:var(--siampli-navy);font-weight:950;letter-spacing:-1px;margin-bottom:4px}
.lp-v6 .lp-hero-metrics span{font-size:14px;color:#5d728f;font-weight:900;line-height:1.35}
.lp-v6 .lp-hero-visual{display:flex;justify-content:flex-end;align-items:center;padding-right:10px}
.lp-v6 .lp-screen-wrap-classic{position:relative;width:min(940px,100%);padding:22px 0 40px}
.lp-v6 .lp-screen-card-classic{background:#fff;border:1px solid #d8e6f4;border-radius:42px;overflow:hidden;box-shadow:0 38px 100px rgba(6,24,50,.13)}
.lp-v6 .lp-screen-card-classic img{display:block;width:100%;height:auto}
.lp-v6 .lp-float-card{position:absolute;display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid #e3edf8;box-shadow:0 24px 56px rgba(6,24,50,.14);backdrop-filter:blur(12px)}
.lp-v6 .lp-float-card strong{display:block;font-size:16px;line-height:1.2;color:var(--siampli-navy);font-weight:950}
.lp-v6 .lp-float-card span{display:block;font-size:14px;line-height:1.35;color:#6a809d;font-weight:800;margin-top:2px}
.lp-v6 .lp-float-card-top{right:18px;top:110px;min-width:210px}
.lp-v6 .lp-float-card-left{left:-34px;bottom:94px;min-width:236px}
.lp-v6 .lp-float-card-bottom{right:6px;bottom:10px;min-width:240px;gap:12px}
.lp-v6 .lp-float-card-bottom img{width:54px;height:54px;border-radius:16px;flex:0 0 auto;object-fit:cover}
.lp-v6 .lp-float-icon{width:40px;height:40px;border-radius:14px;flex:0 0 auto;position:relative;background:linear-gradient(135deg,#f1f7ff,#ffffff);border:1px solid #e2ebf7}
.lp-v6 .lp-float-icon:before{content:'';position:absolute;inset:10px;border-radius:8px;background:linear-gradient(135deg,#1f7ef0,#28b8ff)}
.lp-v6 .lp-float-icon-gold:before{background:linear-gradient(135deg,#f7c54a,#ff9f0a)}
.lp-v6 .lp-float-icon-sky:before{background:linear-gradient(135deg,#6e5cff,#1fbfd7)}
@media(max-width:1280px){.lp-v6 .lp-hero.lp-shell{padding:38px 28px 58px;grid-template-columns:1fr;min-height:auto}.lp-v6 .lp-hero-copy{max-width:none}.lp-v6 .lp-hero-visual{justify-content:center;padding-right:0}.lp-v6 .lp-screen-wrap-classic{width:min(980px,100%)}.lp-v6 .lp-float-card-left{left:6px}.lp-v6 .lp-float-card-top{right:6px}}
@media(max-width:760px){.lp-v6 .lp-hero.lp-shell{padding:34px 18px 48px}.lp-v6 .lp-hero h1{font-size:clamp(54px,18vw,78px);letter-spacing:-3.4px}.lp-v6 .lp-hero p{font-size:18px}.lp-v6 .lp-hero-metrics{grid-template-columns:1fr}.lp-v6 .lp-screen-wrap-classic{padding:10px 0 80px}.lp-v6 .lp-float-card{transform:scale(.9);transform-origin:center}.lp-v6 .lp-float-card-top{top:90px;right:-2px}.lp-v6 .lp-float-card-left{left:0;bottom:76px}.lp-v6 .lp-float-card-bottom{right:0;bottom:-4px;min-width:220px}}


/* v0.6.5 hero con panel inclinado sin tarjetas */
.lp-v6 .lp-screen-wrap-tilt{position:relative;width:min(980px,100%);padding:40px 0 48px;perspective:2200px;overflow:visible}
.lp-v6 .lp-screen-wrap-tilt:before{content:"";position:absolute;right:2%;top:12%;width:88%;height:78%;border-radius:46px;background:linear-gradient(135deg,rgba(8,102,232,.12),rgba(23,191,215,.12));filter:blur(20px);opacity:.95;transform:translateZ(0)}
.lp-v6 .lp-screen-wrap-tilt:after{content:"";position:absolute;left:16%;right:2%;bottom:0;height:64px;background:radial-gradient(ellipse at center,rgba(8,28,60,.22),rgba(8,28,60,0) 72%);filter:blur(18px);opacity:.55;transform:translateZ(0)}
.lp-v6 .lp-screen-card-tilt{position:relative;z-index:2;transform-origin:right center;transform:rotateY(-18deg) rotateX(5deg) rotateZ(-1deg) translateX(10px) scale(1.03);box-shadow:0 52px 120px rgba(6,24,50,.20), 0 18px 42px rgba(6,24,50,.12)}
.lp-v6 .lp-screen-card-tilt .lp-screen-top{height:54px;padding:0 20px}
.lp-v6 .lp-screen-card-tilt img{backface-visibility:hidden}
.lp-v6 .lp-float-card,.lp-v6 .lp-float-icon{display:none !important}
@media(max-width:1280px){.lp-v6 .lp-screen-card-tilt{transform:rotateY(-14deg) rotateX(4deg) translateX(0) scale(1.01)}}
@media(max-width:980px){.lp-v6 .lp-screen-wrap-tilt{perspective:none;padding:12px 0 10px}.lp-v6 .lp-screen-wrap-tilt:before,.lp-v6 .lp-screen-wrap-tilt:after{display:none}.lp-v6 .lp-screen-card-tilt{transform:none;box-shadow:0 32px 80px rgba(6,24,50,.14)}}


/* v0.6.6 ajuste centrado y fondo más llamativo para el panel */
.lp-v6 .lp-hero.lp-shell{grid-template-columns:minmax(0,.97fr) minmax(0,1.03fr);gap:16px}
.lp-v6 .lp-hero-copy{max-width:620px;justify-self:end;margin-right:8px}
.lp-v6 .lp-hero-visual{justify-content:flex-start;padding-right:0;padding-left:4px;position:relative}
.lp-v6 .lp-screen-wrap-tilt{width:min(950px,100%);padding:48px 0 60px}
.lp-v6 .lp-screen-wrap-tilt:before{right:4%;top:8%;width:92%;height:84%;border-radius:56px;background:linear-gradient(135deg,rgba(8,102,232,.22) 0%,rgba(37,126,255,.18) 24%,rgba(23,191,215,.24) 100%);filter:blur(6px);opacity:1;transform:rotate(-5deg)}
.lp-v6 .lp-screen-wrap-tilt:after{left:10%;right:2%;bottom:2px;height:86px;background:radial-gradient(ellipse at center,rgba(6,24,50,.28),rgba(6,24,50,0) 72%);filter:blur(22px);opacity:.56}
.lp-v6 .lp-screen-card-tilt{transform-origin:right center;transform:rotateY(-18deg) rotateX(5deg) rotateZ(-1deg) translateX(0) scale(1.03);box-shadow:0 56px 120px rgba(6,24,50,.22),0 24px 70px rgba(8,102,232,.12);border:1px solid rgba(218,233,247,.95)}
@media(max-width:1280px){.lp-v6 .lp-hero.lp-shell{gap:18px}.lp-v6 .lp-hero-copy{max-width:none;justify-self:start;margin-right:0}.lp-v6 .lp-hero-visual{justify-content:center;padding-left:0}.lp-v6 .lp-screen-wrap-tilt:before{right:6%;width:88%;height:82%;transform:rotate(-4deg)}}
@media(max-width:980px){.lp-v6 .lp-screen-wrap-tilt{padding:16px 0 18px}.lp-v6 .lp-screen-wrap-tilt:before,.lp-v6 .lp-screen-wrap-tilt:after{display:none}.lp-v6 .lp-screen-card-tilt{transform:none}}

/* v0.6.7 ajustes hero, nota de Dito, animación y grid equilibrado */
.lp-v6 .lp-hero-keep{display:inline-block;white-space:nowrap}
.lp-v6 .lp-journey-note{position:relative;max-width:1040px;padding:20px 24px;border-radius:30px;background:linear-gradient(135deg,#ffffff 0%,#f5fbff 58%,#eef8ff 100%);border:1px solid #cfe1fb;box-shadow:0 22px 55px rgba(6,24,50,.09);overflow:hidden}
.lp-v6 .lp-journey-note:before{content:"";position:absolute;right:-55px;top:-55px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(8,102,232,.12),rgba(8,102,232,0) 68%)}
.lp-v6 .lp-journey-note:after{content:"";position:absolute;left:-45px;bottom:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(21,190,216,.14),rgba(21,190,216,0) 66%)}
.lp-v6 .lp-journey-note-media{position:relative;z-index:1;flex:0 0 100px;width:100px;height:100px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,#ffffff,#eff7ff);border:1px solid #d3e4fb;box-shadow:0 16px 30px rgba(8,102,232,.08)}
.lp-v6 .lp-journey-note-media img{width:84px;height:84px;object-fit:cover;object-position:center 24%;border-radius:20px;box-shadow:0 8px 22px rgba(6,24,50,.1)}
.lp-v6 .lp-journey-note-copy{position:relative;z-index:1;display:grid;gap:10px}
.lp-v6 .lp-journey-note-badge{display:inline-flex;justify-self:start;align-items:center;padding:8px 12px;border-radius:999px;background:linear-gradient(90deg,rgba(8,102,232,.12),rgba(21,190,216,.12));border:1px solid #d0e5ff;color:var(--siampli-blue);font-size:12px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}
.lp-v6 .lp-journey-note p{font-size:22px;line-height:1.5;color:#32465f}
.lp-v6 .lp-journey-note b{color:var(--siampli-navy)}
.lp-v6 .lp-dito-image{position:relative;overflow:visible}
.lp-v6 .lp-dito-image img{transform-origin:50% 85%;animation:lpDitoWave 4.8s ease-in-out infinite;will-change:transform}
.lp-v6 .lp-dito-glow{animation:lpDitoGlow 5.8s ease-in-out infinite}
@keyframes lpDitoWave{0%,100%{transform:translateY(0) rotate(0deg) scale(1)}15%{transform:translateY(-5px) rotate(-2deg) scale(1.01)}30%{transform:translateY(-9px) rotate(1.8deg) scale(1.018)}45%{transform:translateY(-4px) rotate(-1.4deg) scale(1.012)}60%{transform:translateY(-10px) rotate(1.7deg) scale(1.02)}75%{transform:translateY(-3px) rotate(-1deg) scale(1.01)}}
@keyframes lpDitoGlow{0%,100%{transform:scale(1);opacity:.92}50%{transform:scale(1.07);opacity:1}}
.lp-v6 .lp-tools-grid{align-items:stretch}
@media(max-width:760px){.lp-v6 .lp-hero-keep{white-space:normal}.lp-v6 .lp-journey-note{padding:18px}.lp-v6 .lp-journey-note-badge{justify-self:center}}
@media(prefers-reduced-motion:reduce){.lp-v6 .lp-dito-image img,.lp-v6 .lp-dito-glow{animation:none!important}}

.lp-v6 .lp-hero-keep{white-space:nowrap!important}

/* v0.6.8 pricing redesign + final urgency */
.lp-v6 .lp-plan-grid-better{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch;max-width:1380px;margin:0 auto}
.lp-v6 .lp-plan-separator{display:flex;flex-direction:column;justify-content:center;gap:6px;min-height:74px;padding:16px 20px;border-radius:22px;border:1px solid #d7e7fb;background:linear-gradient(135deg,#f7fbff,#ffffff);box-shadow:0 14px 30px rgba(6,24,50,.05)}
.lp-v6 .lp-plan-separator strong{font-size:18px;letter-spacing:-.4px;color:var(--siampli-navy)}
.lp-v6 .lp-plan-separator small{font-size:13px;line-height:1.45;color:#5d718d;font-weight:800}
.lp-v6 .lp-plan-separator-own{grid-column:1/span 1;border-color:#dfe8f6}
.lp-v6 .lp-plan-separator-sell{grid-column:2/span 3;background:linear-gradient(135deg,#eef6ff,#fafdff);border-color:#cfe1fb}
.lp-v6 .lp-plan-separator-sell strong{color:#0a57cf}
.lp-v6 .lp-plan-grid-better .lp-plan{min-height:unset;padding:24px 22px 22px;border-radius:28px;background:linear-gradient(180deg,#ffffff,#fbfdff);box-shadow:0 16px 42px rgba(6,24,50,.07)}
.lp-v6 .lp-plan-grid-better .lp-plan h3{font-size:26px;margin:0 0 8px;letter-spacing:-.8px}
.lp-v6 .lp-plan-grid-better .lp-plan>p{margin:0 0 14px;font-size:15px;line-height:1.5;min-height:68px;color:#576a82}
.lp-v6 .lp-plan-grid-better .lp-plan .lp-price{font-size:50px;margin:0 0 12px}
.lp-v6 .lp-plan-grid-better .lp-price-wrap{margin-bottom:8px}
.lp-v6 .lp-plan-grid-better .lp-old-price{font-size:22px}
.lp-v6 .lp-plan-grid-better .lp-sale-subnote{font-size:13px;line-height:1.4;margin:6px 0 12px;color:#5b6d87;font-weight:850}
.lp-v6 .lp-plan-grid-better .lp-plan ul{gap:10px;margin:0 0 18px}
.lp-v6 .lp-plan-grid-better .lp-plan li{font-size:14px;line-height:1.4;padding-left:22px}
.lp-v6 .lp-plan-grid-better .lp-plan-note,.lp-v6 .lp-plan-grid-better .lp-plan-off{font-size:12.5px!important}
.lp-v6 .lp-plan-grid-better .lp-plan .lp-btn{margin-top:auto}
.lp-v6 .lp-plan-grid-better .lp-plan-featured{transform:translateY(-6px) scale(1.018);border:2px solid var(--siampli-blue);background:linear-gradient(180deg,#ffffff,#f4f9ff);box-shadow:0 26px 65px rgba(8,102,232,.18)}
.lp-v6 .lp-plan-grid-better .lp-offer-badge{left:22px;right:22px;top:-17px}

.lp-v6 .lp-final-cta>div{position:relative;overflow:hidden}
.lp-v6 .lp-final-cta>div:before{content:"";position:absolute;inset:auto auto -100px -70px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14),rgba(255,255,255,0) 70%)}
.lp-v6 .lp-final-cta>div:after{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(21,190,216,.24),rgba(21,190,216,0) 72%)}
.lp-v6 .lp-cta-countdown{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:0 auto 24px;position:relative;z-index:1}
.lp-v6 .lp-count-box{min-width:108px;padding:16px 12px;border-radius:22px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 42px rgba(2,10,30,.14);animation:lpFloatCount 3.5s ease-in-out infinite}
.lp-v6 .lp-count-box:nth-child(2){animation-delay:.25s}.lp-v6 .lp-count-box:nth-child(3){animation-delay:.5s}.lp-v6 .lp-count-box:nth-child(4){animation-delay:.75s}
.lp-v6 .lp-count-box b{display:block;font-size:36px;line-height:1;font-weight:950;color:#fff;letter-spacing:-1.5px;margin-bottom:6px}
.lp-v6 .lp-count-box span{display:block;color:#d9ecff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.lp-v6 .lp-cta-offer-box-urgent{position:relative;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.22);box-shadow:0 26px 54px rgba(2,10,30,.18)}
.lp-v6 .lp-cta-offer-box-urgent:before{content:"Oferta activa";position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,#ffb020,#ff7a00);color:#fff;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.07em;box-shadow:0 14px 28px rgba(255,122,0,.24)}
.lp-v6 .lp-final-actions{position:relative;z-index:1}
@keyframes lpFloatCount{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}

@media(max-width:1280px){
  .lp-v6 .lp-plan-grid-better{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lp-v6 .lp-plan-separator-own,.lp-v6 .lp-plan-separator-sell{grid-column:auto}
  .lp-v6 .lp-plan-grid-better .lp-plan-featured{transform:none}
}
@media(max-width:760px){
  .lp-v6 .lp-plan-grid-better{grid-template-columns:1fr}
  .lp-v6 .lp-plan-grid-better .lp-plan>p{min-height:auto}
  .lp-v6 .lp-count-box{min-width:92px;padding:14px 10px}
  .lp-v6 .lp-count-box b{font-size:30px}
}


/* v0.6.9 · Sección "Cómo funciona" estilo visual premium */
.lp-v6 .lp-flow-section{
  max-width:none;
  width:100%;
  padding:92px 34px 96px;
  background:
    radial-gradient(circle at 18% 26%, rgba(8,102,232,.10), transparent 28%),
    radial-gradient(circle at 78% 42%, rgba(21,190,216,.16), transparent 28%),
    linear-gradient(180deg,#f6fcff 0%, #e9fbff 58%, #f7fdff 100%);
  overflow:hidden;
}

.lp-v6 .lp-flow-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.75), rgba(255,255,255,0) 22%, rgba(255,255,255,0) 78%, rgba(255,255,255,.75)),
    radial-gradient(circle at 50% 100%, rgba(8,102,232,.08), transparent 44%);
  pointer-events:none;
}

.lp-v6 .lp-flow-head{
  position:relative;
  z-index:2;
  margin-bottom:48px;
}

.lp-v6 .lp-flow-head h2{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
  text-shadow:0 8px 28px rgba(6,24,50,.06);
}

.lp-v6 .lp-flow-head p{
  max-width:760px;
}

.lp-v6 .lp-journey-premium{
  position:relative;
  z-index:2;
  max-width:1420px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:42px;
  align-items:stretch;
}

.lp-v6 .lp-journey-premium:before{
  display:none!important;
}

.lp-v6 .lp-flow-card{
  position:relative;
  min-height:330px;
  padding:34px 34px 30px;
  border-radius:28px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 68%,rgba(255,255,255,.82) 100%);
  border:1px solid rgba(202,225,249,.98);
  box-shadow:
    0 26px 56px rgba(6,24,50,.10),
    0 7px 18px rgba(8,102,232,.07),
    inset 0 1px 0 rgba(255,255,255,.85);
  transform:translateZ(0);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.lp-v6 .lp-flow-card:hover{
  transform:translateY(-8px);
  box-shadow:
    0 36px 76px rgba(6,24,50,.14),
    0 12px 26px rgba(8,102,232,.12),
    inset 0 1px 0 rgba(255,255,255,.88);
}

.lp-v6 .lp-flow-card:before{
  content:"";
  position:absolute;
  left:-8%;
  right:-8%;
  bottom:-4px;
  height:92px;
  background:var(--wave-a);
  clip-path:path("M0 55 C 75 78, 135 20, 220 42 C 310 64, 375 18, 500 34 L 500 120 L 0 120 Z");
  opacity:.98;
  filter:drop-shadow(0 -8px 14px rgba(8,102,232,.08));
}

.lp-v6 .lp-flow-card:after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:18px;
  height:74px;
  background:var(--wave-b);
  clip-path:path("M0 48 C 95 18, 160 55, 255 26 C 345 -2, 405 48, 520 16 L 520 110 L 0 110 Z");
  opacity:.55;
}

.lp-v6 .lp-flow-blue{--accent:#0875f5;--accent-2:#20b7ff;--wave-a:linear-gradient(135deg,#0b7af2,#5ab8ff);--wave-b:linear-gradient(135deg,#b7dcff,#eaf6ff)}
.lp-v6 .lp-flow-cyan{--accent:#10bec8;--accent-2:#39d8df;--wave-a:linear-gradient(135deg,#18c3cb,#5be4e4);--wave-b:linear-gradient(135deg,#b8f3f3,#eaffff)}
.lp-v6 .lp-flow-purple{--accent:#7157f4;--accent-2:#9b7cff;--wave-a:linear-gradient(135deg,#7157f4,#a88cff);--wave-b:linear-gradient(135deg,#d8ccff,#f3efff)}
.lp-v6 .lp-flow-sky{--accent:#0d91e8;--accent-2:#24c4e9;--wave-a:linear-gradient(135deg,#0d91e8,#4dd2ef);--wave-b:linear-gradient(135deg,#c4ecff,#eafaff)}

.lp-v6 .lp-flow-card .lp-step-chip{
  position:relative;
  z-index:2;
  width:72px;
  height:72px;
  border-radius:18px;
  margin-bottom:34px;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#fff;
  font-size:30px;
  box-shadow:
    0 16px 28px color-mix(in srgb, var(--accent) 34%, transparent),
    inset 0 1px 0 rgba(255,255,255,.42);
}

.lp-v6 .lp-flow-card h3{
  position:relative;
  z-index:2;
  max-width:270px;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-1.15px;
  margin:0 0 14px;
  color:var(--siampli-navy);
}

.lp-v6 .lp-flow-card p{
  position:relative;
  z-index:2;
  margin:0;
  max-width:285px;
  color:#334966;
  font-size:16.5px;
  line-height:1.68;
}

.lp-v6 .lp-flow-icon{
  position:absolute;
  z-index:2;
  top:34px;
  right:32px;
  width:54px;
  height:54px;
  padding:9px;
  border-radius:18px;
  background:rgba(255,255,255,.75);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
  opacity:.92;
  filter:drop-shadow(0 14px 20px rgba(8,102,232,.10));
}

.lp-v6 .lp-flow-arrow{
  position:absolute;
  z-index:4;
  top:150px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-weight:950;
  font-size:25px;
  line-height:1;
  background:linear-gradient(135deg,#0b7af2,#19bdea);
  border:3px solid rgba(255,255,255,.90);
  box-shadow:
    0 15px 28px rgba(8,102,232,.24),
    0 0 0 6px rgba(8,102,232,.08);
  animation:lpArrowPulse 2.7s ease-in-out infinite;
}

.lp-v6 .lp-flow-arrow:before,
.lp-v6 .lp-flow-arrow:after{
  content:"";
  position:absolute;
  top:50%;
  width:8px;
  height:8px;
  margin-top:-4px;
  border-radius:50%;
  background:#27c8e7;
  box-shadow:0 0 0 4px rgba(39,200,231,.12);
}

.lp-v6 .lp-flow-arrow:before{left:-18px}
.lp-v6 .lp-flow-arrow:after{right:-18px}

.lp-v6 .lp-arrow-1{left:calc(25% - 21px)}
.lp-v6 .lp-arrow-2{left:calc(50% - 21px);background:linear-gradient(135deg,#765dff,#0b7af2)}
.lp-v6 .lp-arrow-3{left:calc(75% - 21px)}

.lp-v6 .lp-flow-note{
  position:relative;
  z-index:2;
  max-width:1020px;
  margin:42px auto 0;
  min-height:154px;
  padding:24px 36px 24px 34px;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  align-items:center;
  gap:22px;
  border-radius:32px;
  overflow:visible;
  background:
    radial-gradient(circle at 93% 24%, rgba(255,255,255,.78) 0 3px, transparent 4px) 0 0/25px 25px,
    radial-gradient(circle at 5% 58%, rgba(8,102,232,.18), transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.65),rgba(238,250,255,.78) 55%,rgba(230,249,255,.70));
  border:1px solid rgba(255,255,255,.96);
  box-shadow:
    0 28px 70px rgba(6,24,50,.12),
    inset 0 0 0 1px rgba(164,216,255,.45),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.lp-v6 .lp-flow-note:before{
  content:"✦";
  position:absolute;
  left:-18px;
  top:58px;
  color:#3aa7ff;
  font-size:28px;
  text-shadow:
    78px -18px 0 rgba(21,190,216,.46),
    940px 66px 0 rgba(255,255,255,.9),
    1005px 20px 0 rgba(255,255,255,.65);
  animation:lpSparkle 3.8s ease-in-out infinite;
}

.lp-v6 .lp-flow-note:after{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.55);
  pointer-events:none;
}

.lp-v6 .lp-flow-note-avatar{
  position:relative;
  z-index:2;
  width:126px;
  height:126px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 48%,#fff 0 52%,rgba(255,255,255,.25) 53% 62%,rgba(8,102,232,.18) 63% 100%),
    linear-gradient(135deg,#eff9ff,#dff3ff);
  box-shadow:
    0 18px 38px rgba(8,102,232,.22),
    0 0 0 9px rgba(255,255,255,.75),
    0 0 0 12px rgba(8,102,232,.08);
  border:2px solid rgba(255,255,255,.95);
}

.lp-v6 .lp-flow-note-avatar:before{
  content:"";
  position:absolute;
  inset:-16px;
  border-radius:50%;
  border:2px solid rgba(8,102,232,.18);
  border-right-color:rgba(21,190,216,.45);
  border-bottom-color:transparent;
  animation:lpOrbit 8s linear infinite;
}

.lp-v6 .lp-flow-note-avatar img{
  width:112px;
  height:112px;
  object-fit:cover;
  object-position:center 20%;
  border-radius:50%;
  margin:0;
  box-shadow:none;
}

.lp-v6 .lp-flow-note .lp-journey-note-copy{
  position:relative;
  z-index:2;
}

.lp-v6 .lp-flow-note .lp-journey-note-badge{
  display:inline-flex;
  padding:10px 20px;
  color:#fff;
  background:linear-gradient(135deg,#176df0,#21c6d5);
  border:1px solid rgba(255,255,255,.70);
  border-radius:999px;
  box-shadow:0 14px 28px rgba(8,102,232,.20);
  letter-spacing:.045em;
}

.lp-v6 .lp-flow-note p{
  margin-top:14px;
  font-size:22px;
  line-height:1.48;
  color:#203652;
}

.lp-v6 .lp-flow-note p b{
  color:#071b38;
}

@keyframes lpArrowPulse{
  0%,100%{transform:translateX(0) scale(1)}
  50%{transform:translateX(3px) scale(1.06)}
}

@keyframes lpSparkle{
  0%,100%{opacity:.55;transform:translateY(0) scale(.95)}
  50%{opacity:1;transform:translateY(-4px) scale(1.08)}
}

@keyframes lpOrbit{
  to{transform:rotate(360deg)}
}

@media(max-width:1280px){
  .lp-v6 .lp-journey-premium{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:900px;
  }
  .lp-v6 .lp-flow-arrow{
    display:none;
  }
}

@media(max-width:760px){
  .lp-v6 .lp-flow-section{
    padding:70px 18px;
  }
  .lp-v6 .lp-journey-premium{
    grid-template-columns:1fr;
    gap:22px;
  }
  .lp-v6 .lp-flow-card{
    min-height:290px;
    padding:28px;
  }
  .lp-v6 .lp-flow-note{
    grid-template-columns:1fr;
    text-align:center;
    padding:28px 20px;
  }
  .lp-v6 .lp-flow-note-avatar{
    margin:0 auto;
  }
  .lp-v6 .lp-flow-note .lp-journey-note-badge{
    justify-self:center;
  }
}


/* v0.7.0 · Aparición secuencial izquierda → derecha en los 4 pasos */
.lp-v6 .lp-flow-section .lp-flow-card{
  opacity:0!important;
  transform:translateX(-52px) translateY(18px) scale(.955)!important;
  filter:blur(8px);
  transition:
    opacity .78s cubic-bezier(.22,1,.36,1),
    transform .78s cubic-bezier(.22,1,.36,1),
    filter .78s ease,
    box-shadow .28s ease,
    border-color .28s ease!important;
}

.lp-v6 .lp-flow-section .lp-flow-arrow{
  opacity:0!important;
  transform:translateX(-18px) scale(.74)!important;
  transition:
    opacity .48s ease,
    transform .48s cubic-bezier(.22,1,.36,1)!important;
}

.lp-v6 .lp-flow-section .lp-flow-note{
  opacity:0!important;
  transform:translateY(28px) scale(.98)!important;
  filter:blur(8px);
  transition:
    opacity .72s ease,
    transform .72s cubic-bezier(.22,1,.36,1),
    filter .72s ease!important;
}

/* Paso 1 */
.lp-v6 .lp-flow-section.is-flow-sequence .lp-journey-premium .lp-flow-card:nth-of-type(1){
  opacity:1!important;
  transform:translateX(0) translateY(0) scale(1)!important;
  filter:blur(0);
  transition-delay:.10s!important;
}

/* Flecha 1 */
.lp-v6 .lp-flow-section.is-flow-sequence .lp-arrow-1{
  opacity:1!important;
  transform:translateX(0) scale(1)!important;
  transition-delay:.78s!important;
}

/* Paso 2 */
.lp-v6 .lp-flow-section.is-flow-sequence .lp-journey-premium .lp-flow-card:nth-of-type(2){
  opacity:1!important;
  transform:translateX(0) translateY(0) scale(1)!important;
  filter:blur(0);
  transition-delay:1.05s!important;
}

/* Flecha 2 */
.lp-v6 .lp-flow-section.is-flow-sequence .lp-arrow-2{
  opacity:1!important;
  transform:translateX(0) scale(1)!important;
  transition-delay:1.72s!important;
}

/* Paso 3 */
.lp-v6 .lp-flow-section.is-flow-sequence .lp-journey-premium .lp-flow-card:nth-of-type(3){
  opacity:1!important;
  transform:translateX(0) translateY(0) scale(1)!important;
  filter:blur(0);
  transition-delay:2.00s!important;
}

/* Flecha 3 */
.lp-v6 .lp-flow-section.is-flow-sequence .lp-arrow-3{
  opacity:1!important;
  transform:translateX(0) scale(1)!important;
  transition-delay:2.67s!important;
}

/* Paso 4 */
.lp-v6 .lp-flow-section.is-flow-sequence .lp-journey-premium .lp-flow-card:nth-of-type(4){
  opacity:1!important;
  transform:translateX(0) translateY(0) scale(1)!important;
  filter:blur(0);
  transition-delay:2.95s!important;
}

/* Tarjeta Dito final */
.lp-v6 .lp-flow-section.is-flow-sequence .lp-flow-note{
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
  filter:blur(0);
  transition-delay:3.75s!important;
}

/* Una vez visible, mantiene el hover premium */
.lp-v6 .lp-flow-section.is-flow-sequence .lp-flow-card:hover{
  transform:translateY(-8px) scale(1)!important;
}

/* En móvil mantenemos el mismo orden, pero algo más rápido */
@media(max-width:760px){
  .lp-v6 .lp-flow-section.is-flow-sequence .lp-journey-premium .lp-flow-card:nth-of-type(1){transition-delay:.05s!important}
  .lp-v6 .lp-flow-section.is-flow-sequence .lp-journey-premium .lp-flow-card:nth-of-type(2){transition-delay:.55s!important}
  .lp-v6 .lp-flow-section.is-flow-sequence .lp-journey-premium .lp-flow-card:nth-of-type(3){transition-delay:1.05s!important}
  .lp-v6 .lp-flow-section.is-flow-sequence .lp-journey-premium .lp-flow-card:nth-of-type(4){transition-delay:1.55s!important}
  .lp-v6 .lp-flow-section.is-flow-sequence .lp-flow-note{transition-delay:2.10s!important}
}

@media(prefers-reduced-motion:reduce){
  .lp-v6 .lp-flow-section .lp-flow-card,
  .lp-v6 .lp-flow-section .lp-flow-arrow,
  .lp-v6 .lp-flow-section .lp-flow-note{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
  }
}


/* v0.7.1 · Sección Dito premium inspirada en la referencia */
.lp-v6 .lp-dito-premium-section{
  max-width:none;
  width:100%;
  padding:84px 34px 94px;
  background:
    radial-gradient(circle at 18% 18%, rgba(8,102,232,.08), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(21,190,216,.14), transparent 30%),
    linear-gradient(180deg,#f7fdff 0%, #eafdff 52%, #f8fdff 100%);
  overflow:hidden;
}

.lp-v6 .lp-dito-premium-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);
  gap:58px;
  align-items:center;
  max-width:1400px;
  margin:0 auto;
  padding:56px 64px;
  border-radius:44px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,255,255,.54)),
    radial-gradient(circle at 95% 8%, rgba(8,102,232,.10), transparent 28%),
    radial-gradient(circle at 18% 92%, rgba(21,190,216,.12), transparent 24%);
  border:1px solid rgba(255,255,255,.94);
  box-shadow:
    0 34px 88px rgba(6,24,50,.11),
    inset 0 0 0 1px rgba(183,224,255,.50),
    inset 0 1px 0 rgba(255,255,255,.96);
  overflow:hidden;
}

.lp-v6 .lp-dito-premium-card:before{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:38px;
  border:2px solid rgba(255,255,255,.76);
  pointer-events:none;
}

.lp-v6 .lp-dito-premium-card:after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-140px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(8,102,232,.12),rgba(21,190,216,.08),transparent 70%);
  filter:blur(4px);
  pointer-events:none;
}

.lp-v6 .lp-dito-premium-copy{
  position:relative;
  z-index:2;
}

.lp-v6 .lp-dito-kicker{
  display:inline-flex;
  margin-bottom:18px;
  color:var(--siampli-blue);
  text-transform:uppercase;
  letter-spacing:.10em;
  font-size:15px;
  line-height:1;
  font-weight:950;
}

.lp-v6 .lp-dito-premium-copy h2{
  margin:0;
  max-width:690px;
  color:var(--siampli-navy);
  font-size:clamp(42px,4.4vw,78px);
  line-height:1.02;
  letter-spacing:-3.2px;
  text-shadow:0 10px 32px rgba(6,24,50,.06);
}

.lp-v6 .lp-dito-premium-copy > p{
  max-width:710px;
  margin:28px 0 0;
  color:#455d7c;
  font-size:20px;
  line-height:1.70;
}

.lp-v6 .lp-dito-premium-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:30px;
}

.lp-v6 .lp-dito-mini-card{
  position:relative;
  min-height:250px;
  padding:24px 24px 28px;
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.86));
  border:1px solid rgba(202,225,249,.98);
  box-shadow:
    0 20px 44px rgba(6,24,50,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .25s ease, box-shadow .25s ease;
}

.lp-v6 .lp-dito-mini-card:hover{
  transform:translateY(-7px);
  box-shadow:0 30px 62px rgba(6,24,50,.12);
}

.lp-v6 .lp-dito-mini-card:before{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-4px;
  height:68px;
  background:var(--dito-wave-a);
  clip-path:path("M0 45 C 80 72, 145 20, 230 42 C 320 64, 380 16, 520 32 L 520 100 L 0 100 Z");
  opacity:.96;
}

.lp-v6 .lp-dito-mini-card:after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:12px;
  height:54px;
  background:var(--dito-wave-b);
  clip-path:path("M0 36 C 95 8, 158 48, 250 22 C 340 -4, 410 40, 530 14 L 530 90 L 0 90 Z");
  opacity:.56;
}

.lp-v6 .lp-dito-mini-blue{--mini-accent:#0b7af2;--mini-accent-2:#25b8ff;--dito-wave-a:linear-gradient(135deg,#0b7af2,#55b8ff);--dito-wave-b:linear-gradient(135deg,#c4e5ff,#eff9ff)}
.lp-v6 .lp-dito-mini-cyan{--mini-accent:#12bfc9;--mini-accent-2:#40dfe2;--dito-wave-a:linear-gradient(135deg,#15c3ca,#62e7e5);--dito-wave-b:linear-gradient(135deg,#c2f5f4,#efffff)}
.lp-v6 .lp-dito-mini-purple{--mini-accent:#7157f4;--mini-accent-2:#9b7cff;--dito-wave-a:linear-gradient(135deg,#7057f4,#aa8aff);--dito-wave-b:linear-gradient(135deg,#ddd1ff,#f5f0ff)}

.lp-v6 .lp-dito-mini-icon{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin-bottom:18px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,var(--mini-accent),var(--mini-accent-2));
  box-shadow:
    0 16px 28px color-mix(in srgb, var(--mini-accent) 32%, transparent),
    inset 0 1px 0 rgba(255,255,255,.42);
}

.lp-v6 .lp-dito-mini-icon svg{
  width:34px;
  height:34px;
}

.lp-v6 .lp-dito-mini-card h3{
  position:relative;
  z-index:2;
  margin:0 0 10px;
  color:var(--siampli-navy);
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.8px;
}

.lp-v6 .lp-dito-mini-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#38506e;
  font-size:16px;
  line-height:1.58;
}

.lp-v6 .lp-dito-premium-visual{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  min-height:640px;
}

.lp-v6 .lp-dito-visual-card{
  position:relative;
  width:min(560px,100%);
  min-height:620px;
  display:grid;
  place-items:end center;
  padding:36px 34px 0;
  border-radius:42px;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(255,255,255,.78) 0 4px, transparent 5px) 0 0/26px 26px,
    radial-gradient(circle at 28% 24%, rgba(8,102,232,.12), transparent 32%),
    radial-gradient(circle at 72% 78%, rgba(112,87,244,.18), transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.72),rgba(239,251,255,.62) 50%,rgba(244,239,255,.68));
  border:2px solid rgba(255,255,255,.94);
  box-shadow:
    0 32px 72px rgba(6,24,50,.14),
    inset 0 0 0 1px rgba(180,220,255,.48),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.lp-v6 .lp-dito-visual-card:before{
  content:"";
  position:absolute;
  inset:38px 54px auto 54px;
  aspect-ratio:1;
  border-radius:50%;
  border:4px solid rgba(255,255,255,.88);
  box-shadow:
    0 0 0 18px rgba(255,255,255,.20),
    0 24px 60px rgba(8,102,232,.08);
  background:radial-gradient(circle,rgba(255,255,255,.28),rgba(255,255,255,0) 68%);
}

.lp-v6 .lp-dito-visual-card img{
  position:relative;
  z-index:4;
  width:min(430px,86%);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 24px 28px rgba(6,24,50,.12));
  animation:lpDitoPremiumWave 5.2s ease-in-out infinite;
}

.lp-v6 .lp-dito-orbit{
  position:absolute;
  z-index:2;
  width:420px;
  height:420px;
  top:76px;
  left:50%;
  margin-left:-210px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.50);
  border-right-color:rgba(21,190,216,.28);
  border-bottom-color:rgba(112,87,244,.26);
  animation:lpOrbit 12s linear infinite;
}

.lp-v6 .lp-dito-dots{
  position:absolute;
  z-index:2;
  right:46px;
  top:62px;
  width:96px;
  height:96px;
  opacity:.82;
  background:radial-gradient(circle,rgba(255,255,255,.86) 0 4px, transparent 5px) 0 0/24px 24px;
}

.lp-v6 .lp-dito-spark{
  position:absolute;
  z-index:3;
  color:#5ba4ff;
  font-size:42px;
  text-shadow:0 12px 24px rgba(8,102,232,.24);
  animation:lpSparkle 3.9s ease-in-out infinite;
}

.lp-v6 .lp-spark-1{left:62px;top:132px}
.lp-v6 .lp-spark-2{right:72px;top:180px;font-size:28px;animation-delay:.9s}
.lp-v6 .lp-spark-3{right:58px;bottom:78px;font-size:52px;color:#fff;animation-delay:1.4s}

.lp-v6 .lp-dito-wave{
  position:absolute;
  z-index:1;
  left:-10%;
  right:-10%;
  bottom:-6px;
  height:160px;
  opacity:.96;
}

.lp-v6 .lp-dito-wave-a{
  background:linear-gradient(135deg,#75d8f2,#8f7cff);
  clip-path:path("M0 80 C 110 40, 205 92, 330 48 C 455 8, 535 70, 700 30 L 700 200 L 0 200 Z");
}

.lp-v6 .lp-dito-wave-b{
  bottom:36px;
  height:132px;
  background:linear-gradient(135deg,rgba(170,239,247,.95),rgba(233,225,255,.82));
  clip-path:path("M0 70 C 110 18, 210 90, 330 38 C 440 -8, 545 64, 720 18 L 720 180 L 0 180 Z");
  opacity:.72;
}

@keyframes lpDitoPremiumWave{
  0%,100%{transform:translateY(0) rotate(0deg) scale(1)}
  25%{transform:translateY(-8px) rotate(-1.6deg) scale(1.012)}
  50%{transform:translateY(-3px) rotate(1.2deg) scale(1.006)}
  75%{transform:translateY(-9px) rotate(-1deg) scale(1.014)}
}

@media(max-width:1180px){
  .lp-v6 .lp-dito-premium-card{
    grid-template-columns:1fr;
    padding:44px 34px;
  }
  .lp-v6 .lp-dito-premium-visual{
    min-height:auto;
  }
  .lp-v6 .lp-dito-visual-card{
    max-width:560px;
  }
}

@media(max-width:760px){
  .lp-v6 .lp-dito-premium-section{
    padding:70px 18px;
  }
  .lp-v6 .lp-dito-premium-card{
    padding:30px 20px;
    border-radius:32px;
  }
  .lp-v6 .lp-dito-premium-copy h2{
    font-size:40px;
    letter-spacing:-1.8px;
  }
  .lp-v6 .lp-dito-premium-copy > p{
    font-size:17px;
  }
  .lp-v6 .lp-dito-premium-points{
    grid-template-columns:1fr;
  }
  .lp-v6 .lp-dito-mini-card{
    min-height:210px;
  }
  .lp-v6 .lp-dito-visual-card{
    min-height:480px;
    border-radius:30px;
  }
  .lp-v6 .lp-dito-visual-card img{
    width:min(350px,90%);
  }
  .lp-v6 .lp-dito-visual-card:before{
    inset:32px 34px auto 34px;
  }
}


/* v0.7.2 · Compactar Dito + plantilla premium para problema */

/* ---------------- DITO: que se vea completa y use PNG subido ---------------- */
.lp-v6 .lp-dito-premium-section{
  padding:58px 34px 64px!important;
}

.lp-v6 .lp-dito-premium-card{
  max-width:1360px!important;
  min-height:0!important;
  padding:38px 52px!important;
  gap:46px!important;
  grid-template-columns:minmax(0,1fr) minmax(380px,.82fr)!important;
}

.lp-v6 .lp-dito-premium-copy h2{
  font-size:clamp(38px,3.75vw,62px)!important;
  line-height:1.02!important;
  letter-spacing:-2.7px!important;
}

.lp-v6 .lp-dito-premium-copy > p{
  margin-top:18px!important;
  max-width:680px!important;
  font-size:18px!important;
  line-height:1.58!important;
}

.lp-v6 .lp-dito-premium-points{
  margin-top:22px!important;
  gap:16px!important;
}

.lp-v6 .lp-dito-mini-card{
  min-height:198px!important;
  padding:18px 18px 22px!important;
  border-radius:22px!important;
}

.lp-v6 .lp-dito-mini-icon{
  width:48px!important;
  height:48px!important;
  border-radius:14px!important;
  margin-bottom:12px!important;
}

.lp-v6 .lp-dito-mini-icon svg{
  width:28px!important;
  height:28px!important;
}

.lp-v6 .lp-dito-mini-card h3{
  font-size:24px!important;
}

.lp-v6 .lp-dito-mini-card p{
  font-size:14.5px!important;
  line-height:1.45!important;
}

.lp-v6 .lp-dito-premium-visual{
  min-height:500px!important;
}

.lp-v6 .lp-dito-visual-card{
  width:min(500px,100%)!important;
  min-height:500px!important;
  padding:24px 26px 0!important;
  border-radius:38px!important;
}

.lp-v6 .lp-dito-visual-card:before{
  inset:26px 48px auto 48px!important;
}

.lp-v6 .lp-dito-visual-card img{
  width:min(360px,82%)!important;
  max-height:455px!important;
  object-fit:contain!important;
  object-position:center bottom!important;
}

.lp-v6 .lp-dito-orbit{
  width:340px!important;
  height:340px!important;
  top:62px!important;
  margin-left:-170px!important;
}

.lp-v6 .lp-dito-dots{
  right:38px!important;
  top:46px!important;
}

.lp-v6 .lp-dito-wave{
  height:132px!important;
}

.lp-v6 .lp-dito-wave-b{
  height:108px!important;
  bottom:28px!important;
}

/* ---------------- PROBLEMA: estilo plantilla premium ---------------- */
.lp-v6 .lp-problem-premium-section{
  position:relative;
  max-width:none;
  width:100%;
  padding:68px 34px 78px;
  background:
    radial-gradient(circle at 9% 8%, rgba(8,102,232,.08), transparent 26%),
    radial-gradient(circle at 93% 16%, rgba(21,190,216,.12), transparent 28%),
    linear-gradient(180deg,#f7fcff 0%,#ffffff 46%,#f5fbff 100%);
  overflow:hidden;
}

.lp-v6 .lp-problem-bg-dot{
  position:absolute;
  left:42px;
  bottom:190px;
  width:170px;
  height:110px;
  opacity:.42;
  background:radial-gradient(circle,rgba(8,102,232,.22) 0 3px, transparent 4px) 0 0/28px 28px;
  pointer-events:none;
}

.lp-v6 .lp-problem-bg-ring{
  position:absolute;
  right:-115px;
  top:74px;
  width:360px;
  height:360px;
  border-radius:50%;
  border:24px solid rgba(21,190,216,.10);
  box-shadow:0 0 0 26px rgba(8,102,232,.035);
  pointer-events:none;
  animation:lpProblemRing 9s ease-in-out infinite;
}

.lp-v6 .lp-problem-spark{
  position:absolute;
  z-index:1;
  color:#34bde7;
  font-size:28px;
  text-shadow:0 14px 28px rgba(8,102,232,.18);
  animation:lpProblemSpark 3.8s ease-in-out infinite;
}

.lp-v6 .lp-problem-spark-1{left:22%;top:82px}
.lp-v6 .lp-problem-spark-2{right:21%;top:188px;animation-delay:.85s}

.lp-v6 .lp-problem-head{
  position:relative;
  z-index:2;
  margin-bottom:34px!important;
}

.lp-v6 .lp-problem-head span{
  display:none!important;
}

.lp-v6 .lp-problem-head h2{
  max-width:1000px;
  margin:0 auto;
  font-size:clamp(38px,4.7vw,74px)!important;
  line-height:1.02!important;
  letter-spacing:-3.4px!important;
  text-shadow:0 10px 30px rgba(6,24,50,.055);
}

.lp-v6 .lp-problem-head h2 strong{
  color:transparent;
  background:linear-gradient(90deg,#0b65e8,#12bfe0);
  -webkit-background-clip:text;
  background-clip:text;
  font-weight:950;
}

.lp-v6 .lp-problem-head p{
  max-width:720px;
  margin-top:20px!important;
  font-size:20px!important;
  line-height:1.48!important;
}

.lp-v6 .lp-problem-head p b{
  color:var(--siampli-blue);
}

.lp-v6 .lp-compare-premium{
  position:relative;
  z-index:2;
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px!important;
}

.lp-v6 .lp-compare-premium-card{
  position:relative;
  min-height:420px;
  padding:34px 42px 34px!important;
  border-radius:30px!important;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.93),rgba(255,255,255,.78)),
    radial-gradient(circle at 90% 5%, var(--card-glow), transparent 32%);
  border:1px solid var(--card-border)!important;
  box-shadow:
    0 28px 66px rgba(6,24,50,.10),
    inset 0 1px 0 rgba(255,255,255,.90);
}

.lp-v6 .lp-before-premium{
  --card-glow:rgba(255,138,42,.18);
  --card-border:#ffe0c8;
}

.lp-v6 .lp-after-premium{
  --card-glow:rgba(8,102,232,.16);
  --card-border:#d2e5ff;
}

.lp-v6 .lp-compare-premium-card:before{
  content:"";
  position:absolute;
  right:-36px;
  top:-42px;
  width:172px;
  height:172px;
  border-radius:50%;
  background:var(--card-glow);
  filter:blur(0);
}

.lp-v6 .lp-compare-premium-card:after{
  content:"";
  position:absolute;
  left:42px;
  right:42px;
  top:112px;
  height:2px;
  background:linear-gradient(90deg,var(--line-color),transparent);
  opacity:.65;
}

.lp-v6 .lp-before-premium:after{--line-color:#ff9e4f}
.lp-v6 .lp-after-premium:after{--line-color:#0b7af2}

.lp-v6 .lp-compare-title{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:34px;
}

.lp-v6 .lp-compare-title img{
  width:54px;
  height:54px;
  object-fit:contain;
  border-radius:14px;
  box-shadow:0 16px 28px rgba(6,24,50,.09);
}

.lp-v6 .lp-compare-title h3{
  margin:0!important;
  font-size:36px!important;
  line-height:1!important;
  letter-spacing:-1.3px!important;
  color:var(--siampli-navy)!important;
}

.lp-v6 .lp-floating-check{
  position:absolute;
  right:-18px;
  top:-10px;
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  border-radius:50%;
  color:#fff;
  font-size:35px;
  font-weight:950;
  background:radial-gradient(circle at 35% 30%,#fff,rgba(255,255,255,.18) 24%,rgba(8,102,232,.95) 70%);
  box-shadow:0 20px 42px rgba(8,102,232,.22),0 0 0 8px rgba(8,102,232,.06);
  animation:lpFloatingCheck 3.1s ease-in-out infinite;
}

.lp-v6 .lp-compare-premium-card ul{
  position:relative;
  z-index:2;
  display:grid!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
}

.lp-v6 .lp-compare-premium-card li{
  position:relative;
  display:flex;
  align-items:flex-start;
  min-height:54px;
  padding:13px 0 13px 62px!important;
  border-bottom:1px solid rgba(111,135,165,.14);
  color:#263d5c!important;
  font-size:17px!important;
  line-height:1.38!important;
  font-weight:800;
}

.lp-v6 .lp-compare-premium-card li:last-child{
  border-bottom:0;
}

.lp-v6 .lp-compare-premium-card li:before{
  display:none!important;
}

.lp-v6 .lp-compare-premium-card li:after{
  content:var(--item-symbol);
  position:absolute;
  left:0;
  top:12px;
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:50%;
  color:var(--item-color);
  background:var(--item-bg);
  box-shadow:0 10px 22px var(--item-shadow);
  font-weight:950;
  font-size:18px;
}

.lp-v6 .lp-before-premium li{
  --item-symbol:"×";
  --item-color:#ff7d2b;
  --item-bg:#fff4ed;
  --item-shadow:rgba(255,125,43,.14);
}

.lp-v6 .lp-after-premium li{
  --item-symbol:"✓";
  --item-color:#fff;
  --item-bg:linear-gradient(135deg,#0b73f1,#21b8ff);
  --item-shadow:rgba(8,102,232,.18);
}

@keyframes lpProblemSpark{
  0%,100%{opacity:.45;transform:translateY(0) scale(.92) rotate(0deg)}
  50%{opacity:1;transform:translateY(-7px) scale(1.08) rotate(8deg)}
}

@keyframes lpProblemRing{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-12px) scale(1.03)}
}

@keyframes lpFloatingCheck{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-8px) scale(1.05)}
}

@media(max-width:1180px){
  .lp-v6 .lp-dito-premium-card{
    grid-template-columns:1fr!important;
  }
  .lp-v6 .lp-dito-premium-visual{
    display:none!important;
  }
  .lp-v6 .lp-compare-premium{
    grid-template-columns:1fr;
    max-width:760px;
  }
}

@media(max-width:760px){
  .lp-v6 .lp-dito-premium-section,
  .lp-v6 .lp-problem-premium-section{
    padding:58px 18px!important;
  }
  .lp-v6 .lp-dito-premium-card{
    padding:28px 20px!important;
  }
  .lp-v6 .lp-dito-premium-copy h2{
    font-size:36px!important;
    letter-spacing:-1.6px!important;
  }
  .lp-v6 .lp-dito-premium-points{
    grid-template-columns:1fr!important;
  }
  .lp-v6 .lp-problem-head h2{
    font-size:36px!important;
    letter-spacing:-1.7px!important;
  }
  .lp-v6 .lp-compare-premium-card{
    padding:28px 24px!important;
    min-height:auto;
  }
  .lp-v6 .lp-compare-title h3{
    font-size:30px!important;
  }
  .lp-v6 .lp-floating-check{
    display:none;
  }
  .lp-v6 .lp-compare-premium-card li{
    font-size:15.5px!important;
    padding-left:48px!important;
  }
}


/* v0.7.3 · Hero con entrada, Dito estático y secciones ajustadas a plantilla */

/* ---------------- HERO: entrada visual al cargar ---------------- */
.lp-v6 .lp-hero-cinematic .lp-hero-copy{
  opacity:0;
  transform:translateX(-34px) translateY(14px);
  animation:lpHeroCopyIn .95s cubic-bezier(.22,1,.36,1) .28s forwards;
}

.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt{
  opacity:0;
  transform:translateX(52px) scale(.96);
  animation:lpHeroScreenIn 1.05s cubic-bezier(.22,1,.36,1) .48s forwards;
}

.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt:before{
  animation:lpHeroGlowIn 1.4s ease .52s both, lpHeroGlowFloat 5.6s ease-in-out 1.8s infinite;
}

.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
  opacity:0;
  transform:translateY(16px);
  animation:lpHeroMetricIn .62s cubic-bezier(.22,1,.36,1) forwards;
}

.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(1){animation-delay:.95s}
.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(2){animation-delay:1.12s}
.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(3){animation-delay:1.29s}

@keyframes lpHeroCopyIn{
  to{opacity:1;transform:translateX(0) translateY(0)}
}

@keyframes lpHeroScreenIn{
  to{opacity:1;transform:translateX(0) scale(1)}
}

@keyframes lpHeroMetricIn{
  to{opacity:1;transform:translateY(0)}
}

@keyframes lpHeroGlowIn{
  from{opacity:0;transform:scale(.82) rotate(-8deg)}
  to{opacity:1;transform:scale(1) rotate(-5deg)}
}

@keyframes lpHeroGlowFloat{
  0%,100%{filter:blur(6px);opacity:.88}
  50%{filter:blur(10px);opacity:1}
}

/* ---------------- DITO: proporción plantilla, estático y olas delante ---------------- */
.lp-v6 .lp-dito-premium-section{
  padding:54px 34px 62px!important;
}

.lp-v6 .lp-dito-premium-card{
  max-width:1460px!important;
  min-height:min(760px,calc(100vh - 155px))!important;
  padding:44px 66px!important;
  grid-template-columns:minmax(0,1fr) minmax(470px,.92fr)!important;
  gap:58px!important;
  align-items:center!important;
  border-radius:46px!important;
}

.lp-v6 .lp-dito-premium-copy h2{
  max-width:680px!important;
  font-size:clamp(42px,4.55vw,74px)!important;
  line-height:1.02!important;
  letter-spacing:-3.2px!important;
}

.lp-v6 .lp-dito-premium-copy > p{
  max-width:720px!important;
  margin-top:22px!important;
  font-size:19.5px!important;
  line-height:1.58!important;
}

.lp-v6 .lp-dito-premium-points{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  margin-top:28px!important;
}

.lp-v6 .lp-dito-mini-card{
  min-height:250px!important;
  padding:22px 24px 28px!important;
  border-radius:24px!important;
}

.lp-v6 .lp-dito-mini-icon{
  width:58px!important;
  height:58px!important;
  margin-bottom:18px!important;
  border-radius:16px!important;
}

.lp-v6 .lp-dito-mini-card h3{
  font-size:27px!important;
}

.lp-v6 .lp-dito-mini-card p{
  font-size:15.5px!important;
  line-height:1.52!important;
}

.lp-v6 .lp-dito-premium-visual{
  min-height:620px!important;
}

.lp-v6 .lp-dito-visual-card{
  width:min(585px,100%)!important;
  min-height:620px!important;
  padding:34px 34px 0!important;
  border-radius:42px!important;
}

.lp-v6 .lp-dito-visual-card:before{
  inset:42px 58px auto 58px!important;
  z-index:1!important;
}

.lp-v6 .lp-dito-orbit{
  width:424px!important;
  height:424px!important;
  top:76px!important;
  margin-left:-212px!important;
  z-index:2!important;
}

.lp-v6 .lp-dito-visual-card img{
  z-index:3!important;
  width:min(430px,86%)!important;
  max-height:560px!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  animation:none!important;
  transform:none!important;
  filter:drop-shadow(0 24px 28px rgba(6,24,50,.12))!important;
}

/* Las olas pasan por delante de la parte inferior de Dito, con transparencia como en plantilla */
.lp-v6 .lp-dito-wave{
  z-index:5!important;
  pointer-events:none;
  opacity:.72!important;
  mix-blend-mode:normal;
}

.lp-v6 .lp-dito-wave-a{
  height:170px!important;
  bottom:-8px!important;
  background:linear-gradient(135deg,rgba(104,211,240,.72),rgba(142,124,255,.72))!important;
}

.lp-v6 .lp-dito-wave-b{
  height:136px!important;
  bottom:34px!important;
  background:linear-gradient(135deg,rgba(181,244,249,.62),rgba(234,226,255,.64))!important;
}

/* Quitar cualquier movimiento heredado de Dito */
.lp-v6 .lp-dito-image img,
.lp-v6 .lp-dito-premium-visual img,
.lp-v6 .lp-dito-visual-card img{
  animation:none!important;
}

.lp-v6 .lp-dito-dots{
  z-index:2!important;
}

/* ---------------- PROBLEMA: compacta y proporción plantilla ---------------- */
.lp-v6 .lp-problem-premium-section{
  padding:42px 34px 58px!important;
  min-height:min(820px,calc(100vh - 95px));
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.lp-v6 .lp-problem-head{
  margin-bottom:28px!important;
}

.lp-v6 .lp-problem-head h2{
  max-width:950px!important;
  font-size:clamp(40px,4.4vw,70px)!important;
  line-height:1.02!important;
  letter-spacing:-3.1px!important;
}

.lp-v6 .lp-problem-head p{
  max-width:680px!important;
  margin-top:18px!important;
  font-size:19px!important;
  line-height:1.42!important;
}

.lp-v6 .lp-compare-premium{
  max-width:1140px!important;
  gap:34px!important;
}

.lp-v6 .lp-compare-premium-card{
  min-height:390px!important;
  padding:30px 42px 26px!important;
  border-radius:28px!important;
}

.lp-v6 .lp-compare-title{
  gap:18px!important;
  margin-bottom:30px!important;
}

.lp-v6 .lp-compare-title img{
  width:52px!important;
  height:52px!important;
}

.lp-v6 .lp-compare-title h3{
  font-size:34px!important;
}

.lp-v6 .lp-compare-premium-card:after{
  top:104px!important;
}

.lp-v6 .lp-compare-premium-card li{
  min-height:48px!important;
  padding:10px 0 10px 58px!important;
  font-size:16.5px!important;
  line-height:1.36!important;
  font-weight:800!important;
}

.lp-v6 .lp-compare-premium-card li:after{
  top:9px!important;
  width:31px!important;
  height:31px!important;
  font-size:18px!important;
}

/* Iconos/emoticonos visuales como plantilla */
.lp-v6 .lp-before-premium li{
  --item-symbol:"×";
}

.lp-v6 .lp-after-premium li{
  --item-symbol:"✓";
}

.lp-v6 .lp-floating-check{
  width:70px!important;
  height:70px!important;
  right:-16px!important;
  top:-12px!important;
}

.lp-v6 .lp-problem-bg-dot{
  bottom:110px!important;
}

.lp-v6 .lp-problem-bg-ring{
  right:-120px!important;
  top:38px!important;
  width:350px!important;
  height:350px!important;
}

.lp-v6 .lp-problem-spark-1{left:22%!important;top:74px!important}
.lp-v6 .lp-problem-spark-2{right:21%!important;top:198px!important}

/* Responsive */
@media(max-width:1180px){
  .lp-v6 .lp-dito-premium-card{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }

  .lp-v6 .lp-dito-premium-visual{
    display:grid!important;
    min-height:520px!important;
  }

  .lp-v6 .lp-compare-premium{
    grid-template-columns:1fr!important;
    max-width:760px!important;
  }

  .lp-v6 .lp-problem-premium-section{
    min-height:auto!important;
  }
}

@media(max-width:760px){
  .lp-v6 .lp-dito-premium-section,
  .lp-v6 .lp-problem-premium-section{
    padding:54px 18px!important;
  }

  .lp-v6 .lp-dito-premium-card{
    padding:30px 20px!important;
    border-radius:32px!important;
  }

  .lp-v6 .lp-dito-premium-copy h2{
    font-size:36px!important;
    letter-spacing:-1.6px!important;
  }

  .lp-v6 .lp-dito-premium-points{
    grid-template-columns:1fr!important;
  }

  .lp-v6 .lp-dito-premium-visual{
    min-height:430px!important;
  }

  .lp-v6 .lp-dito-visual-card{
    min-height:430px!important;
    border-radius:30px!important;
  }

  .lp-v6 .lp-dito-visual-card img{
    width:min(330px,88%)!important;
  }

  .lp-v6 .lp-dito-orbit{
    width:310px!important;
    height:310px!important;
    top:54px!important;
    margin-left:-155px!important;
  }

  .lp-v6 .lp-problem-head h2{
    font-size:34px!important;
    letter-spacing:-1.5px!important;
  }

  .lp-v6 .lp-problem-head h2 br{
    display:none;
  }

  .lp-v6 .lp-compare-premium-card{
    padding:26px 22px!important;
    min-height:auto!important;
  }

  .lp-v6 .lp-compare-premium-card li{
    padding-left:48px!important;
    font-size:15px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .lp-v6 .lp-hero-cinematic .lp-hero-copy,
  .lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt,
  .lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
  }
}




/* v0.7.7 · Hero simple temporizado + problema como plantilla */

/*
  IMPORTANTE:
  El hero ya no depende de is-ready, IntersectionObserver ni estados JS.
  El loader tarda aprox. 1.4s + 0.45s de fade.
  Por eso el hero empieza a los 2s, justo cuando el loader ya no lo tapa.
*/

body.lp-v6 .lp-hero-cinematic .lp-hero-copy{
  opacity:0;
  transform:translateX(-34px) translateY(14px);
  animation:lpHero077Copy .95s cubic-bezier(.22,1,.36,1) 2s forwards;
}

body.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt{
  opacity:0;
  transform:translateX(52px) scale(.96);
  animation:lpHero077Screen 1.05s cubic-bezier(.22,1,.36,1) 2.12s forwards;
}

body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
  opacity:0;
  transform:translateY(16px);
  animation:lpHero077Metric .62s cubic-bezier(.22,1,.36,1) forwards;
}

body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(1){animation-delay:2.60s}
body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(2){animation-delay:2.76s}
body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(3){animation-delay:2.92s}

body.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt:before{
  animation:lpHeroGlowIn 1.35s ease 2.15s both, lpHeroGlowFloat 5.6s ease-in-out 3.55s infinite;
}

@keyframes lpHero077Copy{
  from{opacity:0;transform:translateX(-34px) translateY(14px)}
  to{opacity:1;transform:translateX(0) translateY(0)}
}

@keyframes lpHero077Screen{
  from{opacity:0;transform:translateX(52px) scale(.96)}
  to{opacity:1;transform:translateX(0) scale(1)}
}

@keyframes lpHero077Metric{
  from{opacity:0;transform:translateY(16px)}
  to{opacity:1;transform:translateY(0)}
}

/* Fallback de seguridad: si el navegador no ejecuta animaciones, nunca queda invisible. */
@media(prefers-reduced-motion:reduce){
  body.lp-v6 .lp-hero-cinematic .lp-hero-copy,
  body.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt,
  body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
  }
}

/* Título de problema: corregido para que no herede estilos pequeños del span superior. */
body.lp-v6 .lp-problem-head > span{
  display:none!important;
}

body.lp-v6 .lp-problem-head h2.lp-problem-title{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  max-width:1080px!important;
  margin:0 auto!important;
  padding:0!important;
  color:var(--siampli-navy)!important;
  font-family:inherit!important;
  font-size:clamp(52px,5vw,82px)!important;
  font-weight:950!important;
  line-height:1.02!important;
  letter-spacing:-3.6px!important;
  text-align:center!important;
  text-transform:none!important;
  text-shadow:0 10px 30px rgba(6,24,50,.055)!important;
}

body.lp-v6 .lp-problem-head h2.lp-problem-title > span{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  margin:0!important;
  padding:0!important;
  color:var(--siampli-navy)!important;
  background:none!important;
  font-family:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  text-align:center!important;
  text-transform:none!important;
  white-space:nowrap!important;
}

body.lp-v6 .lp-problem-head h2.lp-problem-title strong{
  display:inline!important;
  visibility:visible!important;
  opacity:1!important;
  color:transparent!important;
  background:linear-gradient(90deg,#0b65e8 0%,#16bfe0 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  font-family:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  text-transform:none!important;
  white-space:nowrap!important;
}

/* Proporción de la sección problema más parecida a la plantilla */
body.lp-v6 .lp-problem-premium-section{
  padding-top:58px!important;
  padding-bottom:72px!important;
  min-height:auto!important;
  justify-content:flex-start!important;
}

body.lp-v6 .lp-problem-head{
  margin-bottom:34px!important;
}

body.lp-v6 .lp-problem-head p{
  max-width:720px!important;
  margin-top:22px!important;
  color:#526887!important;
  font-size:20px!important;
  line-height:1.45!important;
  text-align:center!important;
}

body.lp-v6 .lp-problem-head p b{
  color:#0b66e8!important;
}

body.lp-v6 .lp-compare-premium{
  max-width:1180px!important;
  gap:34px!important;
}

body.lp-v6 .lp-compare-premium-card{
  min-height:420px!important;
  padding:34px 42px 34px!important;
  border-radius:30px!important;
}

/* Mantener el formato de plantilla en pantallas medianas sin romper el ancho */
@media(max-width:1120px){
  body.lp-v6 .lp-problem-head h2.lp-problem-title{
    font-size:clamp(40px,6vw,66px)!important;
    letter-spacing:-2.4px!important;
  }

  body.lp-v6 .lp-problem-head h2.lp-problem-title > span,
  body.lp-v6 .lp-problem-head h2.lp-problem-title strong{
    white-space:normal!important;
  }
}

@media(max-width:760px){
  body.lp-v6 .lp-problem-head h2.lp-problem-title{
    font-size:36px!important;
    letter-spacing:-1.6px!important;
  }
}


/* v0.7.8 · Sección “El problema” igualada a la plantilla */
body.lp-v6 .lp-problem-premium-section{
  position:relative!important;
  padding:56px 34px 74px!important;
  background:
    radial-gradient(circle at 4% 10%, rgba(8,102,232,.065) 0, rgba(8,102,232,.04) 10%, transparent 18%),
    radial-gradient(circle at 97% 10%, rgba(59,201,236,.12) 0, rgba(59,201,236,.09) 10%, transparent 20%),
    linear-gradient(180deg,#f8fcff 0%,#fbfeff 44%,#f6fbff 100%)!important;
  overflow:hidden!important;
}
body.lp-v6 .lp-problem-bg-dot{
  left:44px!important;
  bottom:62px!important;
  width:136px!important;
  height:92px!important;
  opacity:.26!important;
  background:radial-gradient(circle,rgba(58,147,255,.34) 0 2.4px, transparent 3.4px) 0 0/22px 22px!important;
}
body.lp-v6 .lp-problem-bg-ring{
  right:-108px!important;
  top:14px!important;
  width:340px!important;
  height:340px!important;
  border:22px solid rgba(58,201,236,.115)!important;
  box-shadow:0 0 0 24px rgba(88,178,255,.045)!important;
  opacity:.9!important;
}
body.lp-v6 .lp-problem-spark{
  color:#4db6ff!important;
  font-size:30px!important;
  text-shadow:0 10px 24px rgba(58,147,255,.18)!important;
}
body.lp-v6 .lp-problem-spark-1{left:21.4%!important;top:74px!important}
body.lp-v6 .lp-problem-spark-2{right:20.5%!important;top:212px!important}

body.lp-v6 .lp-problem-head{
  margin-bottom:36px!important;
}
body.lp-v6 .lp-problem-head h2.lp-problem-title{
  max-width:980px!important;
  margin:0 auto!important;
  font-size:clamp(48px,4.55vw,78px)!important;
  line-height:1.01!important;
  letter-spacing:-3.35px!important;
  text-align:center!important;
  text-shadow:0 10px 30px rgba(6,24,50,.05)!important;
}
body.lp-v6 .lp-problem-head h2.lp-problem-title>span,
body.lp-v6 .lp-problem-head h2.lp-problem-title strong{
  white-space:nowrap!important;
}
body.lp-v6 .lp-problem-head p{
  max-width:660px!important;
  margin:22px auto 0!important;
  font-size:18px!important;
  line-height:1.42!important;
  letter-spacing:-.15px!important;
  color:#596d89!important;
}
body.lp-v6 .lp-problem-head p b{
  color:#0b6bf0!important;
  font-weight:800!important;
}

body.lp-v6 .lp-compare-premium{
  max-width:1188px!important;
  gap:42px!important;
  align-items:stretch!important;
}
body.lp-v6 .lp-compare-premium-card{
  min-height:456px!important;
  padding:38px 38px 30px!important;
  border-radius:30px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.83)),
    radial-gradient(circle at 91% 4%, var(--card-glow) 0 19%, transparent 20%)!important;
  box-shadow:
    0 24px 60px rgba(8,24,50,.07),
    inset 0 1px 0 rgba(255,255,255,.92)!important;
}
body.lp-v6 .lp-before-premium{
  --card-glow:rgba(255,170,94,.16)!important;
  --card-border:#ffe3cf!important;
}
body.lp-v6 .lp-after-premium{
  --card-glow:rgba(89,171,255,.14)!important;
  --card-border:#cfe1ff!important;
}
body.lp-v6 .lp-compare-premium-card:before{
  right:-28px!important;
  top:-28px!important;
  width:164px!important;
  height:164px!important;
  opacity:.95!important;
}
body.lp-v6 .lp-compare-premium-card:after{
  left:38px!important;
  right:38px!important;
  top:108px!important;
  height:2px!important;
  opacity:.7!important;
}
body.lp-v6 .lp-compare-title{
  gap:18px!important;
  margin-bottom:34px!important;
}
body.lp-v6 .lp-compare-title img{
  width:56px!important;
  height:56px!important;
  border-radius:14px!important;
  box-shadow:0 14px 24px rgba(6,24,50,.08)!important;
}
body.lp-v6 .lp-compare-title h3{
  font-size:34px!important;
  line-height:1!important;
  letter-spacing:-1.25px!important;
  font-weight:850!important;
}
body.lp-v6 .lp-floating-check{
  right:-10px!important;
  top:-4px!important;
  width:68px!important;
  height:68px!important;
  font-size:33px!important;
  background:radial-gradient(circle at 35% 28%, #ffffff 0 18%, rgba(255,255,255,.28) 19%, rgba(255,255,255,.06) 33%, rgba(19,117,245,.95) 68%, rgba(10,89,233,.98) 100%)!important;
  box-shadow:0 16px 34px rgba(11,102,232,.18), 0 0 0 6px rgba(11,102,232,.05)!important;
}
body.lp-v6 .lp-floating-check::after{
  content:"";
  position:absolute;
  right:-22px;
  top:30px;
  width:26px;
  height:18px;
  background:
    radial-gradient(circle,#6ab6ff 0 2.5px, transparent 3.5px) 0 50%/13px 13px,
    radial-gradient(circle,#6ab6ff 0 2.5px, transparent 3.5px) 13px 50%/13px 13px;
  opacity:.9;
}
body.lp-v6 .lp-compare-premium-card ul{
  gap:0!important;
}
body.lp-v6 .lp-compare-premium-card li{
  min-height:56px!important;
  padding:14px 0 14px 52px!important;
  color:#334b6a!important;
  font-size:17px!important;
  line-height:1.42!important;
  font-weight:600!important;
  border-bottom:1px solid rgba(111,135,165,.145)!important;
}
body.lp-v6 .lp-compare-premium-card li:after{
  left:0!important;
  top:15px!important;
  width:28px!important;
  height:28px!important;
  font-size:16px!important;
  box-shadow:0 8px 18px var(--item-shadow)!important;
}
body.lp-v6 .lp-before-premium li{
  --item-shadow:rgba(255,125,43,.12)!important;
}
body.lp-v6 .lp-after-premium li{
  --item-shadow:rgba(8,102,232,.15)!important;
}

@media (max-width: 1280px){
  body.lp-v6 .lp-problem-head h2.lp-problem-title{
    font-size:clamp(44px,4.2vw,68px)!important;
    letter-spacing:-2.6px!important;
  }
}
@media (max-width: 1120px){
  body.lp-v6 .lp-compare-premium{
    gap:28px!important;
  }
  body.lp-v6 .lp-problem-head h2.lp-problem-title>span,
  body.lp-v6 .lp-problem-head h2.lp-problem-title strong{
    white-space:normal!important;
  }
}
@media (max-width: 760px){
  body.lp-v6 .lp-problem-premium-section{
    padding:44px 18px 58px!important;
  }
  body.lp-v6 .lp-problem-head h2.lp-problem-title{
    font-size:35px!important;
    letter-spacing:-1.6px!important;
    line-height:1.03!important;
  }
  body.lp-v6 .lp-problem-head p{
    font-size:16px!important;
  }
  body.lp-v6 .lp-compare-premium-card{
    padding:28px 22px 22px!important;
    min-height:auto!important;
  }
  body.lp-v6 .lp-compare-title h3{
    font-size:30px!important;
  }
  body.lp-v6 .lp-compare-premium-card li{
    font-size:15.5px!important;
    padding-left:46px!important;
  }
}


/* v0.7.9 · Ajuste fino sección “El problema” según plantilla */

/* Sección más limpia y centrada, con proporción similar a la imagen de referencia */
body.lp-v6 .lp-problem-premium-section{
  padding:54px 34px 72px!important;
  background:
    radial-gradient(circle at 4% 9%, rgba(8,102,232,.07) 0, rgba(8,102,232,.045) 10%, transparent 19%),
    radial-gradient(circle at 97% 10%, rgba(42,200,232,.12) 0, rgba(42,200,232,.085) 11%, transparent 21%),
    linear-gradient(180deg,#f8fcff 0%,#fbfeff 47%,#f6fbff 100%)!important;
}

/* El título ahora usa líneas de ancho natural, centradas una a una */
body.lp-v6 .lp-problem-head h2.lp-problem-title{
  max-width:980px!important;
  font-size:clamp(48px,4.35vw,70px)!important;
  line-height:.99!important;
  letter-spacing:-2.95px!important;
  text-align:center!important;
}

body.lp-v6 .lp-problem-head h2.lp-problem-title > span{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  white-space:nowrap!important;
  text-align:center!important;
}

body.lp-v6 .lp-problem-head h2.lp-problem-title strong{
  white-space:nowrap!important;
  background:linear-gradient(90deg,#0b62f2 0%,#1297ee 58%,#18bdd8 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}

/* Subtítulo más parecido a la plantilla: compacto, centrado y legible */
body.lp-v6 .lp-problem-head p{
  max-width:660px!important;
  margin-top:18px!important;
  font-size:18px!important;
  line-height:1.38!important;
  color:#546985!important;
}

body.lp-v6 .lp-problem-head{
  margin-bottom:34px!important;
}

/* Decoración de fondo más cercana a la referencia */
body.lp-v6 .lp-problem-bg-dot{
  left:52px!important;
  bottom:70px!important;
  width:140px!important;
  height:88px!important;
  background:radial-gradient(circle,rgba(70,150,245,.30) 0 2.2px, transparent 3.4px) 0 0/22px 22px!important;
  opacity:.28!important;
}

body.lp-v6 .lp-problem-bg-ring{
  right:-122px!important;
  top:12px!important;
  width:352px!important;
  height:352px!important;
  border:22px solid rgba(28,194,222,.11)!important;
  box-shadow:0 0 0 25px rgba(8,102,232,.035)!important;
}

body.lp-v6 .lp-problem-spark-1{
  left:21.6%!important;
  top:74px!important;
}

body.lp-v6 .lp-problem-spark-2{
  right:20.2%!important;
  top:208px!important;
}

/* Tarjetas: más equilibradas y similares a la plantilla */
body.lp-v6 .lp-compare-premium{
  max-width:1160px!important;
  gap:44px!important;
}

body.lp-v6 .lp-compare-premium-card{
  min-height:394px!important;
  padding:32px 38px 28px!important;
  border-radius:29px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.84)),
    radial-gradient(circle at 91% 4%, var(--card-glow) 0 18%, transparent 19%)!important;
  box-shadow:
    0 24px 58px rgba(8,24,50,.075),
    inset 0 1px 0 rgba(255,255,255,.94)!important;
}

body.lp-v6 .lp-before-premium{
  --card-glow:rgba(255,165,88,.16)!important;
  --card-border:#ffe0c8!important;
}

body.lp-v6 .lp-after-premium{
  --card-glow:rgba(82,165,255,.14)!important;
  --card-border:#d2e5ff!important;
}

/* Línea interna justo como separador debajo del encabezado */
body.lp-v6 .lp-compare-premium-card:after{
  left:38px!important;
  right:38px!important;
  top:102px!important;
  height:2px!important;
}

body.lp-v6 .lp-compare-title{
  gap:17px!important;
  margin-bottom:29px!important;
}

body.lp-v6 .lp-compare-title img{
  width:50px!important;
  height:50px!important;
  border-radius:14px!important;
  box-shadow:0 14px 24px rgba(6,24,50,.08)!important;
}

/* Icono azul de “Con SIAmpli”: menos compacto, más tipo plantilla */
body.lp-v6 .lp-after-premium .lp-compare-title img.lp-problem-arrow-icon{
  width:47px!important;
  height:47px!important;
  border-radius:13px!important;
  object-fit:contain!important;
  box-shadow:
    0 13px 24px rgba(11,102,232,.18),
    0 0 0 4px rgba(255,255,255,.72)!important;
}

body.lp-v6 .lp-compare-title h3{
  font-size:31px!important;
  letter-spacing:-1px!important;
  font-weight:850!important;
}

/* Check flotante más pequeño y situado como en la plantilla */
body.lp-v6 .lp-floating-check{
  width:62px!important;
  height:62px!important;
  right:-3px!important;
  top:0!important;
  font-size:30px!important;
  background:radial-gradient(circle at 36% 30%, #fff 0 16%, rgba(255,255,255,.32) 17%, rgba(255,255,255,.06) 34%, rgba(28,125,246,.96) 68%, rgba(10,89,233,.98) 100%)!important;
  box-shadow:
    0 16px 32px rgba(11,102,232,.18),
    0 0 0 6px rgba(11,102,232,.045)!important;
}

/* Puntos azules al lado del check, como en la referencia */
body.lp-v6 .lp-floating-check::after{
  content:"";
  position:absolute;
  right:-24px;
  top:29px;
  width:28px;
  height:34px;
  background:
    radial-gradient(circle,rgba(82,165,255,.80) 0 2.6px, transparent 3.8px) 0 0/14px 17px,
    radial-gradient(circle,rgba(82,165,255,.65) 0 2.4px, transparent 3.6px) 14px 8px/14px 17px;
}

/* Listas: tamaño y peso más parecidos a la plantilla */
body.lp-v6 .lp-compare-premium-card li{
  min-height:49px!important;
  padding:11px 0 11px 52px!important;
  color:#334b6a!important;
  font-size:16.2px!important;
  line-height:1.42!important;
  font-weight:600!important;
  border-bottom:1px solid rgba(111,135,165,.14)!important;
}

body.lp-v6 .lp-compare-premium-card li:after{
  top:11px!important;
  width:28px!important;
  height:28px!important;
  font-size:16px!important;
}

body.lp-v6 .lp-before-premium li{
  --item-symbol:"×"!important;
  --item-color:#ff7d2b!important;
  --item-bg:#fff5ee!important;
  --item-shadow:rgba(255,125,43,.13)!important;
}

body.lp-v6 .lp-after-premium li{
  --item-symbol:"✓"!important;
  --item-color:#fff!important;
  --item-bg:linear-gradient(135deg,#0b73f1,#22b8ff)!important;
  --item-shadow:rgba(8,102,232,.16)!important;
}

@media(max-width:1280px){
  body.lp-v6 .lp-problem-head h2.lp-problem-title{
    font-size:clamp(44px,4.05vw,64px)!important;
    letter-spacing:-2.45px!important;
  }
}

@media(max-width:1120px){
  body.lp-v6 .lp-problem-head h2.lp-problem-title > span,
  body.lp-v6 .lp-problem-head h2.lp-problem-title strong{
    width:auto!important;
    white-space:normal!important;
  }

  body.lp-v6 .lp-compare-premium{
    gap:28px!important;
  }
}

@media(max-width:760px){
  body.lp-v6 .lp-problem-premium-section{
    padding:44px 18px 58px!important;
  }

  body.lp-v6 .lp-problem-head h2.lp-problem-title{
    font-size:34px!important;
    letter-spacing:-1.5px!important;
  }

  body.lp-v6 .lp-problem-head p{
    font-size:16px!important;
  }

  body.lp-v6 .lp-compare-premium-card{
    min-height:auto!important;
    padding:26px 22px 24px!important;
  }

  body.lp-v6 .lp-compare-title h3{
    font-size:28px!important;
  }

  body.lp-v6 .lp-floating-check{
    display:none!important;
  }
}


/* v0.8.0 · Eliminar bola azul flotante en la sección "Con SIAmpli" */
body.lp-v6 .lp-floating-check{
  display:none !important;
}
body.lp-v6 .lp-floating-check::after{
  display:none !important;
}


/* v0.8.1 · Refresh param + menú/etiqueta de la sección Problema */
body.lp-v6 .lp-problem-head > .lp-problem-eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  margin:0 auto 14px !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  color:#0866e8 !important;
  background:rgba(255,255,255,.76) !important;
  border:1px solid rgba(8,102,232,.14) !important;
  box-shadow:0 14px 30px rgba(8,102,232,.08), inset 0 1px 0 rgba(255,255,255,.9) !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.09em !important;
  text-transform:uppercase !important;
}

body.lp-v6 .lp-problem-head > .lp-problem-eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:linear-gradient(135deg,#0b66e8,#18bfdc);
  box-shadow:0 0 0 5px rgba(8,102,232,.08);
}

body.lp-v6 .lp-nav{
  gap:28px;
}

@media(max-width:1180px){
  body.lp-v6 .lp-nav{
    gap:20px;
  }
}


/* v0.8.2 · Sección Herramientas igualada a plantilla compacta */
body.lp-v6 .lp-tools-template{
  position:relative;
  overflow:hidden;
  padding:54px 28px 66px !important;
  min-height:calc(100vh - 86px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 13% 23%, rgba(115,135,255,.08) 0 0, transparent 22%),
    radial-gradient(circle at 96% 45%, rgba(18,190,220,.075) 0 0, transparent 20%),
    linear-gradient(180deg,#fbfdff 0%,#f8fcff 52%,#f4fbff 100%) !important;
}

body.lp-v6 .lp-tools-template::before{
  content:"";
  position:absolute;
  left:10.4%;
  top:19.6%;
  width:94px;
  height:126px;
  border-radius:48% 52% 60% 40%;
  background:linear-gradient(145deg,rgba(88,162,255,.12),rgba(124,87,255,.085) 58%,rgba(255,255,255,0));
  filter:blur(.2px);
  transform:rotate(-24deg);
  pointer-events:none;
}

body.lp-v6 .lp-tools-template::after{
  content:"";
  position:absolute;
  right:-42px;
  top:30.5%;
  width:118px;
  height:118px;
  border:2px solid rgba(76,141,255,.055);
  border-radius:28px;
  transform:rotate(-33deg);
  background:rgba(255,255,255,.18);
  pointer-events:none;
}

body.lp-v6 .lp-tools-bg-blob{
  position:absolute;
  pointer-events:none;
  z-index:0;
}

body.lp-v6 .lp-tools-bg-blob-left{
  left:-92px;
  top:0;
  width:310px;
  height:310px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(11,102,232,.07) 0 38%, transparent 66%);
}

body.lp-v6 .lp-tools-bg-blob-right{
  right:-155px;
  bottom:20px;
  width:390px;
  height:390px;
  border-radius:50%;
  border:1px solid rgba(15,167,220,.055);
  background:
    repeating-radial-gradient(circle,rgba(7,124,235,.035) 0 1px, transparent 1px 15px);
  opacity:.65;
}

body.lp-v6 .lp-tools-spark{
  position:absolute;
  z-index:1;
  color:#189deb;
  font-size:26px;
  line-height:1;
  text-shadow:0 10px 24px rgba(7,124,235,.18);
  animation:lpToolsSparkFloat 5.2s ease-in-out infinite;
  pointer-events:none;
}

body.lp-v6 .lp-tools-spark-1{left:21%;top:28%;font-size:23px;animation-delay:.2s}
body.lp-v6 .lp-tools-spark-2{right:21.2%;top:16.8%;font-size:22px;animation-delay:.8s}
body.lp-v6 .lp-tools-spark-3{left:22.7%;top:37.8%;font-size:18px;color:#695dff;animation-delay:1.3s}

@keyframes lpToolsSparkFloat{
  0%,100%{transform:translateY(0) scale(1);opacity:.78}
  50%{transform:translateY(-9px) scale(1.06);opacity:1}
}

body.lp-v6 .lp-tools-template .lp-section-head{
  position:relative;
  z-index:2;
  max-width:920px !important;
  margin:0 auto 48px !important;
  text-align:center;
}

body.lp-v6 .lp-tools-template .lp-section-head > span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  margin:0 auto 18px !important;
  padding:9px 18px !important;
  border-radius:999px !important;
  color:#0866e8 !important;
  background:rgba(255,255,255,.74) !important;
  border:1px solid rgba(8,102,232,.15) !important;
  box-shadow:0 14px 30px rgba(8,102,232,.08), inset 0 1px 0 rgba(255,255,255,.94) !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.085em !important;
  text-transform:uppercase !important;
}

body.lp-v6 .lp-tools-template .lp-section-head > span::after{
  content:"✦";
  margin-left:2px;
  color:#6c8fff;
  font-size:14px;
  transform:translateY(-7px);
}

body.lp-v6 .lp-tools-template .lp-section-head h2{
  max-width:880px !important;
  margin:0 auto !important;
  color:var(--siampli-navy) !important;
  font-size:clamp(46px,4vw,66px) !important;
  line-height:1.06 !important;
  letter-spacing:-2.6px !important;
  font-weight:950 !important;
  text-align:center !important;
}

body.lp-v6 .lp-tools-template .lp-section-head p{
  max-width:760px !important;
  margin:26px auto 0 !important;
  color:#566b89 !important;
  font-size:19px !important;
  line-height:1.52 !important;
  text-align:center !important;
}

body.lp-v6 .lp-tools-grid-template{
  position:relative;
  z-index:2;
  width:min(100%,1390px);
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:24px !important;
}

body.lp-v6 .lp-tool-card-template{
  position:relative;
  overflow:hidden;
  min-height:214px !important;
  padding:30px 30px 26px !important;
  border-radius:22px !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.86)),
    radial-gradient(circle at 96% 98%, var(--tool-glow) 0 0, transparent 30%) !important;
  border:1px solid rgba(207,224,243,.92) !important;
  box-shadow:
    0 24px 60px rgba(8,24,50,.065),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

body.lp-v6 .lp-tool-card-template:hover{
  transform:translateY(-6px);
  border-color:rgba(8,102,232,.18) !important;
  box-shadow:
    0 32px 74px rgba(8,24,50,.09),
    0 12px 28px rgba(8,102,232,.06),
    inset 0 1px 0 rgba(255,255,255,.96) !important;
}

body.lp-v6 .lp-tool-card-blue{--tool-main:#0b78f4;--tool-glow:rgba(19,157,255,.18)}
body.lp-v6 .lp-tool-card-cyan{--tool-main:#02b8cf;--tool-glow:rgba(30,210,224,.20)}
body.lp-v6 .lp-tool-card-indigo{--tool-main:#245ff4;--tool-glow:rgba(96,112,255,.17)}
body.lp-v6 .lp-tool-card-violet{--tool-main:#6a55ff;--tool-glow:rgba(125,90,255,.17)}

body.lp-v6 .lp-tool-card-template .lp-tool-icon-box{
  width:62px;
  height:62px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 22px;
  color:var(--tool-main);
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(235,247,255,.74)),
    radial-gradient(circle at 76% 28%,rgba(255,255,255,.9) 0 13%, transparent 14%);
  border:1px solid rgba(170,205,245,.62);
  box-shadow:
    0 13px 24px rgba(8,102,232,.10),
    inset 0 1px 0 rgba(255,255,255,.95);
}

body.lp-v6 .lp-tool-card-template .lp-tool-icon-box svg{
  width:38px;
  height:38px;
  display:block;
}

body.lp-v6 .lp-tool-card-template h3{
  margin:0 0 12px !important;
  color:var(--siampli-navy) !important;
  font-size:24px !important;
  line-height:1.12 !important;
  letter-spacing:-.7px !important;
  font-weight:900 !important;
}

body.lp-v6 .lp-tool-card-template p{
  margin:0 !important;
  color:#334b6a !important;
  font-size:16px !important;
  line-height:1.55 !important;
  max-width:260px;
}

body.lp-v6 .lp-card-shine{
  position:absolute;
  right:0;
  bottom:0;
  width:118px;
  height:86px;
  border-radius:80px 0 22px 0;
  background:radial-gradient(circle at 100% 100%,var(--tool-glow),transparent 70%);
  pointer-events:none;
}

body.lp-v6 .lp-card-dots{
  position:absolute;
  right:30px;
  top:31px;
  width:34px;
  height:34px;
  opacity:.78;
  background:radial-gradient(circle,var(--tool-main) 0 2.2px,transparent 3px) 0 0/12px 12px;
  pointer-events:none;
}

body.lp-v6 .lp-card-corner{
  position:absolute;
  right:8px;
  top:8px;
  width:54px;
  height:54px;
  background:linear-gradient(135deg,rgba(122,174,255,.22),rgba(255,255,255,0) 65%);
  clip-path:polygon(100% 0,0 0,100% 100%);
  pointer-events:none;
}

body.lp-v6 .lp-card-spark{
  position:absolute;
  right:30px;
  top:31px;
  color:var(--tool-main);
  opacity:.75;
  font-size:20px;
  animation:lpToolsSparkFloat 4.8s ease-in-out infinite;
  pointer-events:none;
}

@media(max-width:1220px){
  body.lp-v6 .lp-tools-grid-template{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:760px;
  }
  body.lp-v6 .lp-tools-template{
    min-height:auto;
  }
}

@media(max-width:760px){
  body.lp-v6 .lp-tools-template{
    padding:44px 18px 54px !important;
  }

  body.lp-v6 .lp-tools-template .lp-section-head{
    margin-bottom:32px !important;
  }

  body.lp-v6 .lp-tools-template .lp-section-head h2{
    font-size:34px !important;
    letter-spacing:-1.4px !important;
  }

  body.lp-v6 .lp-tools-template .lp-section-head p{
    font-size:16px !important;
    margin-top:18px !important;
  }

  body.lp-v6 .lp-tools-grid-template{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  body.lp-v6 .lp-tool-card-template{
    min-height:190px !important;
    padding:26px 24px 24px !important;
  }
}


/* v0.8.3 · Herramientas realmente sustituida y ajustada a plantilla */
body.lp-v6 section.lp-tools-premium{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  min-height:calc(100vh - 86px) !important;
  padding:46px 28px 54px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  background:
    radial-gradient(circle at 8% 2%, rgba(12,117,244,.055) 0 0, transparent 17%),
    radial-gradient(circle at 97% 42%, rgba(18,190,220,.055) 0 0, transparent 18%),
    linear-gradient(180deg,#fbfdff 0%,#f8fcff 48%,#f4fbff 100%) !important;
}

body.lp-v6 section.lp-tools-premium .tools-bg-blob,
body.lp-v6 section.lp-tools-premium .tools-bg-shape,
body.lp-v6 section.lp-tools-premium .tools-bg-spark{
  position:absolute !important;
  pointer-events:none !important;
  z-index:-1 !important;
}

body.lp-v6 section.lp-tools-premium .tools-bg-blob-left{
  left:-110px !important;
  top:-68px !important;
  width:330px !important;
  height:330px !important;
  border-radius:50% !important;
  background:radial-gradient(circle,rgba(16,132,255,.07) 0 36%,transparent 66%) !important;
}

body.lp-v6 section.lp-tools-premium .tools-bg-blob-right{
  right:-172px !important;
  bottom:14px !important;
  width:400px !important;
  height:400px !important;
  border-radius:50% !important;
  background:repeating-radial-gradient(circle,rgba(26,164,232,.032) 0 1px,transparent 1px 15px) !important;
}

body.lp-v6 section.lp-tools-premium .tools-bg-shape-left{
  left:10.5% !important;
  top:20% !important;
  width:88px !important;
  height:126px !important;
  border-radius:48% 52% 60% 40% !important;
  background:linear-gradient(145deg,rgba(76,154,255,.13),rgba(119,91,255,.09) 58%,rgba(255,255,255,0)) !important;
  transform:rotate(-24deg) !important;
}

body.lp-v6 section.lp-tools-premium .tools-bg-shape-right{
  right:-40px !important;
  top:32% !important;
  width:116px !important;
  height:116px !important;
  border-radius:28px !important;
  border:2px solid rgba(95,157,255,.055) !important;
  transform:rotate(-33deg) !important;
  background:rgba(255,255,255,.18) !important;
}

body.lp-v6 section.lp-tools-premium .tools-bg-spark{
  color:#178feb !important;
  text-shadow:0 10px 24px rgba(7,124,235,.18) !important;
  line-height:1 !important;
  animation:toolsPremiumSpark 5.5s ease-in-out infinite !important;
}

body.lp-v6 section.lp-tools-premium .tools-bg-spark-1{left:21.5% !important;top:34.5% !important;font-size:23px !important}
body.lp-v6 section.lp-tools-premium .tools-bg-spark-2{right:24.3% !important;top:17.2% !important;font-size:21px !important;animation-delay:.6s !important}
body.lp-v6 section.lp-tools-premium .tools-bg-spark-3{left:24% !important;top:39.5% !important;font-size:17px !important;color:#655dff !important;animation-delay:1.1s !important}

@keyframes toolsPremiumSpark{
  0%,100%{transform:translateY(0) scale(1);opacity:.7}
  50%{transform:translateY(-8px) scale(1.07);opacity:1}
}

body.lp-v6 section.lp-tools-premium .tools-premium-head{
  width:min(100%,920px) !important;
  margin:0 auto 42px !important;
  text-align:center !important;
}

body.lp-v6 section.lp-tools-premium .tools-eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  margin:0 auto 18px !important;
  padding:9px 18px !important;
  border-radius:999px !important;
  color:#0866e8 !important;
  background:rgba(255,255,255,.75) !important;
  border:1px solid rgba(8,102,232,.15) !important;
  box-shadow:0 14px 30px rgba(8,102,232,.08), inset 0 1px 0 rgba(255,255,255,.94) !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.085em !important;
  text-transform:uppercase !important;
}

body.lp-v6 section.lp-tools-premium .tools-eyebrow::after{
  content:"✦" !important;
  margin-left:2px !important;
  color:#6c8fff !important;
  font-size:14px !important;
  transform:translateY(-7px) !important;
}

body.lp-v6 section.lp-tools-premium .tools-premium-head h2{
  margin:0 auto !important;
  color:var(--siampli-navy,#061a3a) !important;
  font-size:clamp(42px,3.65vw,62px) !important;
  line-height:1.05 !important;
  letter-spacing:-2.55px !important;
  font-weight:950 !important;
  text-align:center !important;
}

body.lp-v6 section.lp-tools-premium .tools-premium-head h2 span{
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
  margin-inline:auto !important;
}

body.lp-v6 section.lp-tools-premium .tools-premium-head p{
  margin:24px auto 0 !important;
  color:#566b89 !important;
  font-size:18px !important;
  line-height:1.48 !important;
  text-align:center !important;
}

body.lp-v6 section.lp-tools-premium .tools-premium-grid{
  position:relative !important;
  z-index:2 !important;
  width:min(100%,1320px) !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
}

body.lp-v6 section.lp-tools-premium .tools-premium-card{
  position:relative !important;
  overflow:hidden !important;
  min-height:198px !important;
  padding:28px 28px 24px !important;
  border-radius:21px !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.965),rgba(255,255,255,.86)),
    radial-gradient(circle at 98% 98%, var(--tool-glow) 0 0, transparent 32%) !important;
  border:1px solid rgba(207,224,243,.94) !important;
  box-shadow:
    0 24px 58px rgba(8,24,50,.062),
    inset 0 1px 0 rgba(255,255,255,.96) !important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease !important;
}

body.lp-v6 section.lp-tools-premium .tools-premium-card:hover{
  transform:translateY(-6px) !important;
  border-color:rgba(8,102,232,.20) !important;
  box-shadow:
    0 34px 76px rgba(8,24,50,.092),
    0 12px 28px rgba(8,102,232,.065),
    inset 0 1px 0 rgba(255,255,255,.96) !important;
}

body.lp-v6 section.lp-tools-premium .tools-card-blue{--tool-main:#0b7bf4;--tool-glow:rgba(19,157,255,.20)}
body.lp-v6 section.lp-tools-premium .tools-card-cyan{--tool-main:#04b9d0;--tool-glow:rgba(30,210,224,.21)}
body.lp-v6 section.lp-tools-premium .tools-card-indigo{--tool-main:#245ff4;--tool-glow:rgba(96,112,255,.18)}
body.lp-v6 section.lp-tools-premium .tools-card-violet{--tool-main:#6a55ff;--tool-glow:rgba(125,90,255,.18)}

body.lp-v6 section.lp-tools-premium .tools-icon-wrap{
  width:62px !important;
  height:62px !important;
  border-radius:18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 0 20px !important;
  color:var(--tool-main) !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.94),rgba(236,247,255,.76)),
    radial-gradient(circle at 78% 24%,rgba(255,255,255,.95) 0 13%,transparent 14%) !important;
  border:1px solid rgba(170,205,245,.64) !important;
  box-shadow:
    0 13px 24px rgba(8,102,232,.11),
    inset 0 1px 0 rgba(255,255,255,.96) !important;
}

body.lp-v6 section.lp-tools-premium .tools-icon-wrap svg{
  width:38px !important;
  height:38px !important;
  display:block !important;
}

body.lp-v6 section.lp-tools-premium .tools-premium-card h3{
  margin:0 0 11px !important;
  color:var(--siampli-navy,#061a3a) !important;
  font-size:23px !important;
  line-height:1.1 !important;
  letter-spacing:-.75px !important;
  font-weight:900 !important;
}

body.lp-v6 section.lp-tools-premium .tools-premium-card p{
  margin:0 !important;
  color:#334b6a !important;
  font-size:15.4px !important;
  line-height:1.52 !important;
  max-width:265px !important;
}

body.lp-v6 section.lp-tools-premium .tools-card-shine{
  position:absolute !important;
  right:0 !important;
  bottom:0 !important;
  width:118px !important;
  height:82px !important;
  border-radius:80px 0 21px 0 !important;
  background:radial-gradient(circle at 100% 100%,var(--tool-glow),transparent 70%) !important;
  pointer-events:none !important;
}

body.lp-v6 section.lp-tools-premium .tools-card-dots{
  position:absolute !important;
  right:29px !important;
  top:29px !important;
  width:34px !important;
  height:34px !important;
  opacity:.78 !important;
  background:radial-gradient(circle,var(--tool-main) 0 2.2px,transparent 3px) 0 0/12px 12px !important;
  pointer-events:none !important;
}

body.lp-v6 section.lp-tools-premium .tools-card-corner{
  position:absolute !important;
  right:8px !important;
  top:8px !important;
  width:54px !important;
  height:54px !important;
  background:linear-gradient(135deg,rgba(122,174,255,.23),rgba(255,255,255,0) 65%) !important;
  clip-path:polygon(100% 0,0 0,100% 100%) !important;
  pointer-events:none !important;
}

body.lp-v6 section.lp-tools-premium .tools-card-spark{
  position:absolute !important;
  right:29px !important;
  top:29px !important;
  color:var(--tool-main) !important;
  opacity:.78 !important;
  font-size:20px !important;
  animation:toolsPremiumSpark 4.8s ease-in-out infinite !important;
  pointer-events:none !important;
}

/* Eliminar restos de la versión anterior si el navegador conserva reglas antiguas */
body.lp-v6 section.lp-tools-premium .lp-tools-grid,
body.lp-v6 section.lp-tools-premium .lp-tool{
  all:unset;
}

@media(max-width:1260px){
  body.lp-v6 section.lp-tools-premium{
    min-height:auto !important;
  }

  body.lp-v6 section.lp-tools-premium .tools-premium-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:760px !important;
  }
}

@media(max-width:760px){
  body.lp-v6 section.lp-tools-premium{
    padding:44px 18px 54px !important;
  }

  body.lp-v6 section.lp-tools-premium .tools-premium-head{
    margin-bottom:30px !important;
  }

  body.lp-v6 section.lp-tools-premium .tools-premium-head h2{
    font-size:34px !important;
    letter-spacing:-1.35px !important;
  }

  body.lp-v6 section.lp-tools-premium .tools-premium-head h2 span{
    width:auto !important;
  }

  body.lp-v6 section.lp-tools-premium .tools-premium-head p{
    font-size:16px !important;
    margin-top:18px !important;
  }

  body.lp-v6 section.lp-tools-premium .tools-premium-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  body.lp-v6 section.lp-tools-premium .tools-premium-card{
    min-height:184px !important;
    padding:25px 24px 23px !important;
  }
}


/* ===== PARA QUIEN ES · VISUAL STORY SECTION ===== */
body.lp-v6 .lp-audience-visual-section{
  position:relative;
  padding:92px 28px 88px;
  overflow:hidden;
  max-width:1480px;
}
body.lp-v6 .lp-audience-visual-head{
  max-width:980px;
  margin:0 auto 38px;
  position:relative;
  z-index:2;
}
body.lp-v6 .lp-audience-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0;
  background:none;
  border:none;
  box-shadow:none;
  font-size:14px;
  letter-spacing:.18em;
}
body.lp-v6 .lp-audience-kicker i{
  font-style:normal;
  color:#a8c7ff;
  font-size:12px;
}
body.lp-v6 .lp-audience-visual-head h2{
  font-size:clamp(42px,4.55vw,72px);
  line-height:1.03;
  letter-spacing:-3.2px;
  margin:0;
}
body.lp-v6 .lp-audience-visual-head p{
  max-width:820px;
  margin:18px auto 0;
  font-size:20px;
  line-height:1.55;
}
body.lp-v6 .lp-audience-visual-head p strong{
  color:#1d78ff;
  font-weight:900;
}
body.lp-v6 .lp-audience-bg,
body.lp-v6 .lp-audience-dots,
body.lp-v6 .lp-audience-wave,
body.lp-v6 .lp-audience-star{
  position:absolute;
  pointer-events:none;
}
body.lp-v6 .lp-audience-bg-left{
  width:280px;
  height:280px;
  left:-70px;
  top:78px;
  border-radius:46% 54% 56% 44%/58% 42% 58% 42%;
  background:radial-gradient(circle at 35% 35%, rgba(212,225,255,.85), rgba(209,247,255,.55) 38%, rgba(255,255,255,0) 70%);
  opacity:.92;
  filter:blur(.2px);
}
body.lp-v6 .lp-audience-bg-right{
  width:210px;
  height:210px;
  right:-60px;
  bottom:150px;
  border-radius:43% 57% 61% 39%/46% 39% 61% 54%;
  border:1px solid rgba(207,225,255,.45);
  background:linear-gradient(145deg, rgba(255,255,255,.35), rgba(223,238,255,.18));
  opacity:.75;
}
body.lp-v6 .lp-audience-star{
  color:#7ab7ff;
  font-size:28px;
  opacity:.92;
}
body.lp-v6 .lp-audience-star-left{left:220px;top:200px}
body.lp-v6 .lp-audience-star-right{right:72px;top:112px}
body.lp-v6 .lp-audience-dots-left{
  left:22px;
  top:205px;
  width:124px;
  height:124px;
  background-image:radial-gradient(circle, rgba(146,194,255,.54) 1.4px, transparent 1.6px);
  background-size:17px 17px;
  opacity:.7;
}
body.lp-v6 .lp-audience-wave{
  left:-2%;
  right:-2%;
  bottom:-26px;
  height:180px;
  background:
    radial-gradient(circle at 5% 80%, rgba(84,183,255,.26), transparent 13%),
    radial-gradient(circle at 95% 95%, rgba(178,126,255,.34), transparent 12%),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.85));
  mask: radial-gradient(120% 150px at 20% 100%, #000 55%, transparent 56%) top left,
        radial-gradient(120% 150px at 50% 100%, #000 55%, transparent 56%) top center,
        radial-gradient(120% 150px at 80% 100%, #000 55%, transparent 56%) top right,
        linear-gradient(#000, #000);
  mask-size:33.34% 100%, 33.34% 100%, 33.34% 100%, 100% 100%;
  mask-repeat:no-repeat;
  opacity:.62;
}
body.lp-v6 .lp-audience-visual{
  position:relative;
  z-index:2;
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(310px,1.02fr) minmax(300px,.92fr) minmax(360px,1fr);
  gap:34px;
  align-items:center;
}
body.lp-v6 .lp-audience-flow{
  position:absolute;
  inset:44px 110px 90px 100px;
  width:auto;
  height:auto;
  z-index:0;
  overflow:visible;
}
body.lp-v6 .lp-audience-column{
  position:relative;
  z-index:1;
}
body.lp-v6 .lp-audience-column-left,
body.lp-v6 .lp-audience-column-right{
  display:flex;
  flex-direction:column;
  gap:20px;
}
body.lp-v6 .lp-audience-column-right{
  padding-top:18px;
}
body.lp-v6 .lp-audience-route{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 20px;
  border-radius:999px;
  color:#fff;
  font-size:17px;
  font-weight:800;
  letter-spacing:-.02em;
  box-shadow:0 18px 42px rgba(80,132,255,.28);
}
body.lp-v6 .lp-audience-route::before{
  content:"";
  width:22px;
  height:22px;
  border-radius:50%;
  background:rgba(255,255,255,.92);
  box-shadow:inset 0 0 0 1px rgba(62,110,255,.12);
}
body.lp-v6 .lp-audience-route-blue{
  background:linear-gradient(135deg,#5dbeff,#1e73ff);
}
body.lp-v6 .lp-audience-route-blue::before{
  background:rgba(255,255,255,.95) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23226dff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c1.8-3.6 5-5.4 8-5.4s6.2 1.8 8 5.4'/%3E%3C/svg%3E") center/14px 14px no-repeat;
}
body.lp-v6 .lp-audience-route-purple{
  align-self:flex-end;
  background:linear-gradient(135deg,#b88fff,#8f74ff);
  box-shadow:0 18px 42px rgba(143,116,255,.26);
}
body.lp-v6 .lp-audience-route-purple::before{
  background:rgba(255,255,255,.95) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238d73ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19l14-14'/%3E%3Cpath d='M14 5h5v5'/%3E%3Cpath d='M10 14l-5 5'/%3E%3C/svg%3E") center/14px 14px no-repeat;
}
body.lp-v6 .lp-audience-story-card{
  position:relative;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(215,230,255,.9);
  border-radius:30px;
  box-shadow:0 22px 60px rgba(33,77,145,.1);
  backdrop-filter:blur(10px);
  overflow:hidden;
}
body.lp-v6 .lp-audience-story-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:30px;
  padding:1px;
  background:linear-gradient(135deg, rgba(110,180,255,.4), rgba(222,227,255,.18), rgba(170,126,255,.3));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
body.lp-v6 .lp-audience-story-card-left{
  min-height:392px;
}
body.lp-v6 .lp-audience-story-card-right{
  min-height:252px;
}
body.lp-v6 .lp-audience-story-card-right.top{margin-bottom:8px}
body.lp-v6 .lp-audience-story-card-right.bottom{margin-top:8px}
body.lp-v6 .lp-audience-visual-scene{
  position:relative;
  overflow:hidden;
}
body.lp-v6 .scene-store{
  height:188px;
  margin:24px 24px 8px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(243,248,255,.95), rgba(226,239,255,.72));
}
body.lp-v6 .scene-store-panel{
  position:absolute;
  left:42px;
  top:38px;
  width:275px;
  height:112px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(233,243,255,.82));
  box-shadow:0 22px 44px rgba(71,112,176,.18);
}
body.lp-v6 .scene-store-awning{
  position:absolute;
  left:18px;
  top:16px;
  width:84px;
  height:44px;
  border-radius:18px 18px 14px 14px;
  background:repeating-linear-gradient(90deg,#74b9ff 0 18px,#dfeeff 18px 36px);
  box-shadow:0 10px 18px rgba(89,150,255,.18);
}
body.lp-v6 .scene-store-awning::after{
  content:"";
  position:absolute;
  left:6px;
  right:6px;
  bottom:-8px;
  height:10px;
  border-radius:999px;
  background:#eff7ff;
}
body.lp-v6 .scene-store-screen{
  position:absolute;
  right:16px;
  top:24px;
  width:124px;
  height:66px;
  border-radius:16px;
  background:linear-gradient(180deg,#f8fcff,#edf5ff);
  border:1px solid #e1efff;
  padding:14px 14px 12px;
}
body.lp-v6 .scene-store-chart-bars{
  position:absolute;
  left:18px;
  bottom:14px;
  display:flex;
  align-items:flex-end;
  gap:7px;
}
body.lp-v6 .scene-store-chart-bars span{
  display:block;
  width:8px;
  border-radius:999px;
  background:linear-gradient(180deg,#5bc2ff,#2672ff);
}
body.lp-v6 .scene-store-chart-bars span:nth-child(1){height:18px}
body.lp-v6 .scene-store-chart-bars span:nth-child(2){height:28px}
body.lp-v6 .scene-store-chart-bars span:nth-child(3){height:39px}
body.lp-v6 .scene-store-chart-bars span:nth-child(4){height:25px}
body.lp-v6 .scene-store-chart-line{
  position:absolute;
  inset:18px 16px 16px 16px;
  border-radius:14px;
  background:
    linear-gradient(135deg, transparent 43%, rgba(67,150,255,.3) 43%, rgba(67,150,255,.3) 45%, transparent 45%) 10px 35px/22px 18px no-repeat,
    linear-gradient(135deg, transparent 32%, rgba(67,150,255,.38) 32%, rgba(67,150,255,.38) 34%, transparent 34%) 30px 27px/22px 18px no-repeat,
    linear-gradient(135deg, transparent 26%, rgba(67,150,255,.55) 26%, rgba(67,150,255,.55) 29%, transparent 29%) 52px 16px/28px 22px no-repeat;
}
body.lp-v6 .scene-store-browser{
  position:absolute;
  left:124px;
  top:14px;
  width:118px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg,#e7f1ff,#dfeeff);
}
body.lp-v6 .scene-store-icon{
  position:absolute;
  left:24px;
  bottom:18px;
  width:72px;
  height:72px;
  border-radius:22px;
  background:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 18px 36px rgba(74,126,207,.16);
}
body.lp-v6 .scene-store-icon img{width:34px;height:34px}
body.lp-v6 .scene-store-cup{
  position:absolute;
  right:28px;
  bottom:22px;
  width:30px;
  height:36px;
  border-radius:10px 10px 14px 14px;
  background:linear-gradient(180deg,#fff,#eaf4ff);
  box-shadow:0 10px 18px rgba(81,126,196,.12);
}
body.lp-v6 .scene-store-cup::after{
  content:"";
  position:absolute;
  right:-7px;
  top:8px;
  width:12px;
  height:12px;
  border:3px solid #dbeaff;
  border-left:none;
  border-radius:0 10px 10px 0;
}
body.lp-v6 .scene-rocket,
body.lp-v6 .scene-team{
  height:130px;
  margin:20px 22px 0;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(246,249,255,.98), rgba(232,241,255,.75));
}
body.lp-v6 .scene-rocket-mini,
body.lp-v6 .scene-rocket-board,
body.lp-v6 .scene-team-board,
body.lp-v6 .scene-team-people{
  position:absolute;
}
body.lp-v6 .scene-rocket-mini{
  left:14px;
  top:22px;
  width:64px;
  height:64px;
  background:#fff;
  border-radius:20px;
  display:grid;
  place-items:center;
  box-shadow:0 16px 34px rgba(94,128,201,.14);
}
body.lp-v6 .scene-rocket-mini img,
body.lp-v6 .scene-team-people span{display:block}
body.lp-v6 .scene-rocket-mini img{width:34px;height:34px}
body.lp-v6 .scene-rocket-board{
  left:92px;
  top:24px;
  width:150px;
  height:76px;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#eef5ff);
  box-shadow:0 18px 36px rgba(90,126,196,.14);
}
body.lp-v6 .scene-rocket-browser,
body.lp-v6 .scene-team-browser{
  position:absolute;
  left:12px;
  right:12px;
  top:12px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg,#dfe9ff,#edf4ff);
}
body.lp-v6 .scene-rocket-checks{
  position:absolute;
  left:16px;
  right:16px;
  bottom:18px;
  display:grid;
  gap:8px;
}
body.lp-v6 .scene-rocket-checks span,
body.lp-v6 .scene-team-rows span{
  display:block;
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg,#e0ecff,#d4e7ff 44%,#f7fbff 44%);
  position:relative;
}
body.lp-v6 .scene-rocket-checks span::before,
body.lp-v6 .scene-team-rows span::before{
  content:"";
  position:absolute;
  left:-2px;
  top:50%;
  width:14px;
  height:14px;
  border-radius:50%;
  transform:translateY(-50%);
  background:linear-gradient(135deg,#42a8ff,#7f7eff);
  box-shadow:0 6px 16px rgba(68,135,255,.2);
}
body.lp-v6 .scene-rocket-ship{
  position:absolute;
  right:22px;
  top:6px;
  width:92px;
  height:110px;
}
body.lp-v6 .scene-rocket-ship::before{
  content:"";
  position:absolute;
  inset:16px 18px 18px 20px;
  border-radius:46px 46px 26px 26px;
  transform:rotate(25deg);
  background:linear-gradient(180deg,#77adff,#5fe9ff 58%,#97a5ff);
  box-shadow:0 20px 36px rgba(112,142,255,.22);
}
body.lp-v6 .scene-rocket-ship::after{
  content:"";
  position:absolute;
  right:32px;
  top:35px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  border:4px solid #57bdff;
  box-shadow:0 0 0 6px rgba(117,206,255,.16);
}
body.lp-v6 .scene-team{
  background:linear-gradient(180deg, rgba(246,248,255,.98), rgba(238,241,255,.82));
}
body.lp-v6 .scene-team-people{
  left:24px;
  top:30px;
  display:flex;
  align-items:flex-end;
  gap:8px;
}
body.lp-v6 .scene-team-people span{
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(180deg,#9be5ff,#4f8dff);
  box-shadow:0 10px 24px rgba(91,145,255,.16);
  position:relative;
}
body.lp-v6 .scene-team-people span:nth-child(1),
body.lp-v6 .scene-team-people span:nth-child(3){width:34px;height:34px;opacity:.86}
body.lp-v6 .scene-team-people span::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-14px;
  width:54px;
  height:30px;
  transform:translateX(-50%);
  border-radius:18px 18px 12px 12px;
  background:linear-gradient(180deg, rgba(95,180,255,.16), rgba(95,180,255,.28));
}
body.lp-v6 .scene-team-board{
  right:18px;
  top:20px;
  width:140px;
  height:88px;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#eef5ff);
  box-shadow:0 18px 36px rgba(91,126,197,.14);
}
body.lp-v6 .scene-team-rows{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  display:grid;
  gap:10px;
}
body.lp-v6 .lp-audience-story-copy{
  position:relative;
  z-index:1;
  padding:16px 30px 30px;
}
body.lp-v6 .lp-audience-story-card-right .lp-audience-story-copy{
  padding-top:18px;
}
body.lp-v6 .lp-audience-story-mini{
  width:54px;
  height:54px;
  border-radius:18px;
  background:#fff;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  box-shadow:0 14px 28px rgba(95,132,196,.12);
}
body.lp-v6 .lp-audience-story-mini img{width:28px;height:28px}
body.lp-v6 .lp-audience-story-copy h3{
  margin:0 0 12px;
  color:var(--siampli-navy);
  font-size:23px;
  line-height:1.08;
  letter-spacing:-1px;
}
body.lp-v6 .lp-audience-story-card-left .lp-audience-story-copy h3{
  font-size:29px;
}
body.lp-v6 .lp-audience-story-copy p{
  margin:0;
  color:#566980;
  line-height:1.55;
  font-size:17px;
}
body.lp-v6 .lp-audience-column-center{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:28px;
}
body.lp-v6 .lp-audience-core-wrap{
  position:relative;
  width:292px;
  height:292px;
  display:grid;
  place-items:center;
}
body.lp-v6 .lp-audience-core-glow{
  position:absolute;
  inset:0;
  border-radius:50%;
  background:radial-gradient(circle at 50% 45%, rgba(255,255,255,.98) 0 24%, rgba(198,238,255,.75) 38%, rgba(149,173,255,.34) 56%, rgba(199,132,255,.35) 74%, rgba(255,255,255,0) 78%);
  filter:blur(4px);
}
body.lp-v6 .lp-audience-core-ring{
  position:absolute;
  inset:18px;
  border-radius:50%;
  background:conic-gradient(from 200deg, rgba(112,177,255,.95), rgba(156,245,255,.95), rgba(201,140,255,.92), rgba(112,177,255,.95));
  box-shadow:0 0 0 9px rgba(255,255,255,.66), 0 24px 60px rgba(116,144,255,.24);
  -webkit-mask:radial-gradient(circle, transparent 58%, #000 59%);
  mask:radial-gradient(circle, transparent 58%, #000 59%);
}
body.lp-v6 .lp-audience-core{
  position:relative;
  width:232px;
  height:232px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 35%, #fff, #f7fbff 55%, #edf6ff);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  box-shadow:inset 0 0 0 1px rgba(226,237,255,.95), 0 18px 40px rgba(93,135,212,.14);
}
body.lp-v6 .lp-audience-core::before,
body.lp-v6 .lp-audience-core::after{
  content:"";
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 12px rgba(124,182,255,.8);
}
body.lp-v6 .lp-audience-core::before{left:-18px;top:50%;transform:translateY(-50%)}
body.lp-v6 .lp-audience-core::after{right:-18px;top:50%;transform:translateY(-50%)}
body.lp-v6 .lp-audience-core img{width:52px;height:52px}
body.lp-v6 .lp-audience-core strong{
  font-size:52px;
  line-height:1;
  letter-spacing:-2.3px;
  color:var(--siampli-navy);
}
body.lp-v6 .lp-audience-core-tools{
  min-width:440px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(255,255,255,.92);
  border:1px solid rgba(218,232,255,.92);
  border-radius:24px;
  box-shadow:0 18px 48px rgba(66,108,176,.1);
  overflow:hidden;
}
body.lp-v6 .lp-audience-core-tools div{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  padding:16px 8px 14px;
  color:#44607f;
  font-size:15px;
  font-weight:700;
  position:relative;
}
body.lp-v6 .lp-audience-core-tools div+div::before{
  content:"";
  position:absolute;
  left:0;
  top:20px;
  bottom:20px;
  width:1px;
  background:#e7f0ff;
}
body.lp-v6 .lp-audience-core-tools img{
  width:24px;
  height:24px;
}

@media(max-width:1360px){
  body.lp-v6 .lp-audience-visual{grid-template-columns:1fr;gap:26px;max-width:980px}
  body.lp-v6 .lp-audience-flow{display:none}
  body.lp-v6 .lp-audience-column-right{padding-top:0}
  body.lp-v6 .lp-audience-route-purple{align-self:flex-start}
  body.lp-v6 .lp-audience-column-center{order:2}
  body.lp-v6 .lp-audience-column-left{order:1}
  body.lp-v6 .lp-audience-column-right{order:3}
  body.lp-v6 .lp-audience-story-card-left,
  body.lp-v6 .lp-audience-story-card-right{min-height:auto}
}
@media(max-width:760px){
  body.lp-v6 .lp-audience-visual-section{padding:72px 18px 70px}
  body.lp-v6 .lp-audience-visual-head h2{font-size:clamp(34px,10vw,48px);letter-spacing:-1.8px}
  body.lp-v6 .lp-audience-visual-head p{font-size:18px}
  body.lp-v6 .lp-audience-bg-left{left:-110px;top:120px;width:240px;height:240px}
  body.lp-v6 .lp-audience-star-left{left:auto;right:54px;top:174px}
  body.lp-v6 .lp-audience-star-right{right:18px;top:126px}
  body.lp-v6 .lp-audience-dots-left{left:-10px;top:240px;transform:scale(.84)}
  body.lp-v6 .lp-audience-route{font-size:15px;padding:10px 16px}
  body.lp-v6 .scene-store{height:160px;margin:18px 18px 0}
  body.lp-v6 .scene-store-panel{left:22px;top:30px;width:220px;height:95px}
  body.lp-v6 .scene-store-screen{width:100px;height:58px;padding:10px}
  body.lp-v6 .scene-store-awning{width:66px;height:38px}
  body.lp-v6 .scene-store-icon{width:58px;height:58px;left:18px}
  body.lp-v6 .scene-store-cup{display:none}
  body.lp-v6 .scene-rocket,body.lp-v6 .scene-team{height:114px;margin:16px 16px 0}
  body.lp-v6 .scene-rocket-board{left:78px;width:120px;height:66px}
  body.lp-v6 .scene-rocket-ship{right:8px;top:10px;transform:scale(.82);transform-origin:right top}
  body.lp-v6 .scene-team-board{width:122px;right:10px;height:76px}
  body.lp-v6 .scene-team-people{left:18px;top:34px;transform:scale(.82);transform-origin:left top}
  body.lp-v6 .lp-audience-story-copy{padding:16px 18px 22px}
  body.lp-v6 .lp-audience-story-card-left .lp-audience-story-copy h3{font-size:24px}
  body.lp-v6 .lp-audience-story-copy h3{font-size:21px}
  body.lp-v6 .lp-audience-story-copy p{font-size:16px}
  body.lp-v6 .lp-audience-core-wrap{width:240px;height:240px}
  body.lp-v6 .lp-audience-core{width:188px;height:188px}
  body.lp-v6 .lp-audience-core strong{font-size:40px}
  body.lp-v6 .lp-audience-core img{width:44px;height:44px}
  body.lp-v6 .lp-audience-core-tools{min-width:0;width:100%;grid-template-columns:repeat(2,1fr)}
}


/* v0.8.5 · Para quién es igualado a plantilla visual */
body.lp-v6 .lp-audience-template-section{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  max-width:none !important;
  width:100% !important;
  padding:62px 28px 74px !important;
  background:
    radial-gradient(circle at 9% 33%, rgba(112,177,255,.08) 0 0, transparent 20%),
    radial-gradient(circle at 96% 85%, rgba(161,115,255,.12) 0 0, transparent 18%),
    linear-gradient(180deg,#fbfdff 0%,#f7fbff 100%) !important;
}

body.lp-v6 .lp-audience-template-section .audience-template-blob,
body.lp-v6 .lp-audience-template-section .audience-template-dots,
body.lp-v6 .lp-audience-template-section .audience-template-star,
body.lp-v6 .lp-audience-template-section .audience-template-wave,
body.lp-v6 .lp-audience-template-section .audience-template-orb{
  position:absolute !important;
  pointer-events:none !important;
  z-index:-1 !important;
}

body.lp-v6 .audience-template-blob-left{
  left:-72px !important;
  top:142px !important;
  width:280px !important;
  height:280px !important;
  border-radius:48% 52% 54% 46% !important;
  background:radial-gradient(circle at 42% 40%, rgba(198,223,255,.84), rgba(216,244,255,.46) 42%, transparent 70%) !important;
  opacity:.86 !important;
}

body.lp-v6 .audience-template-blob-right{
  right:-70px !important;
  top:270px !important;
  width:220px !important;
  height:220px !important;
  border-radius:40% 60% 58% 42% !important;
  border:1px solid rgba(205,224,255,.42) !important;
  transform:rotate(-18deg) !important;
  opacity:.72 !important;
}

body.lp-v6 .audience-template-dots{
  left:18px !important;
  top:208px !important;
  width:150px !important;
  height:132px !important;
  background-image:radial-gradient(circle, rgba(143,193,255,.58) 1.5px, transparent 1.8px) !important;
  background-size:18px 18px !important;
  opacity:.65 !important;
}

body.lp-v6 .audience-template-star{
  color:#88bdff !important;
  text-shadow:0 10px 24px rgba(61,139,255,.16) !important;
  animation:audienceSparkFloat 5.8s ease-in-out infinite !important;
}
body.lp-v6 .audience-template-star-a{left:15.5% !important;top:282px !important;font-size:28px !important;}
body.lp-v6 .audience-template-star-b{right:6.4% !important;top:90px !important;font-size:30px !important;animation-delay:.8s !important;}
body.lp-v6 .audience-template-star-c{left:39.2% !important;top:435px !important;font-size:20px !important;color:#6fd4e8 !important;animation-delay:1.4s !important;}

@keyframes audienceSparkFloat{
  0%,100%{transform:translateY(0) scale(1);opacity:.76}
  50%{transform:translateY(-10px) scale(1.08);opacity:1}
}

body.lp-v6 .audience-template-wave{
  left:-2% !important;
  right:-2% !important;
  bottom:-48px !important;
  height:235px !important;
  background:
    radial-gradient(circle at 3% 89%, rgba(85,172,255,.32), transparent 10%),
    radial-gradient(circle at 97% 93%, rgba(167,111,255,.42), transparent 12%),
    linear-gradient(180deg, transparent 0%, rgba(227,247,255,.58) 70%, rgba(255,255,255,.95) 100%) !important;
  clip-path:polygon(0 46%, 9% 53%, 18% 55%, 28% 48%, 38% 44%, 49% 49%, 59% 56%, 70% 52%, 82% 43%, 92% 42%, 100% 50%, 100% 100%, 0 100%) !important;
  opacity:.76 !important;
}

body.lp-v6 .audience-template-orb{
  right:5px !important;
  bottom:12px !important;
  width:115px !important;
  height:115px !important;
  border-radius:50% !important;
  background:radial-gradient(circle at 30% 30%, #fff, rgba(111,198,255,.54) 32%, rgba(128,104,255,.4) 72%, transparent 74%) !important;
  filter:blur(.4px) !important;
  opacity:.66 !important;
}

body.lp-v6 .audience-template-head{
  position:relative !important;
  z-index:3 !important;
  text-align:center !important;
  max-width:980px !important;
  margin:0 auto 42px !important;
}

body.lp-v6 .audience-template-kicker{
  display:inline-flex !important;
  align-items:center !important;
  gap:13px !important;
  margin:0 auto 16px !important;
  padding:0 !important;
  border:none !important;
  background:none !important;
  box-shadow:none !important;
  color:#0866e8 !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}
body.lp-v6 .audience-template-kicker i{
  font-style:normal !important;
  color:#b7ceff !important;
  font-size:14px !important;
}

body.lp-v6 .audience-template-head h2{
  margin:0 auto !important;
  color:var(--siampli-navy,#061a3a) !important;
  font-size:clamp(42px,4vw,66px) !important;
  line-height:1.05 !important;
  letter-spacing:-2.9px !important;
  font-weight:950 !important;
  text-align:center !important;
}
body.lp-v6 .audience-template-head h2 span{
  display:block !important;
}
body.lp-v6 .audience-template-head p{
  max-width:770px !important;
  margin:22px auto 0 !important;
  color:#425777 !important;
  font-size:20px !important;
  line-height:1.45 !important;
  text-align:center !important;
}
body.lp-v6 .audience-template-head p strong{
  color:#0b75f0 !important;
  font-weight:950 !important;
}

body.lp-v6 .audience-template-map{
  position:relative !important;
  z-index:2 !important;
  width:min(100%,1440px) !important;
  min-height:530px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:370px 1fr 390px !important;
  align-items:center !important;
  gap:44px !important;
}

body.lp-v6 .audience-template-lines{
  position:absolute !important;
  left:240px !important;
  right:250px !important;
  top:50px !important;
  bottom:88px !important;
  width:auto !important;
  height:auto !important;
  z-index:0 !important;
  overflow:visible !important;
}
body.lp-v6 .audience-template-lines .audience-line{
  stroke:url(#siAudienceLineA) !important;
  stroke-width:4 !important;
  fill:none !important;
  stroke-linecap:round !important;
  filter:url(#siAudienceLineGlow) !important;
  opacity:.96 !important;
}
body.lp-v6 .audience-template-lines .line-dot{
  fill:#8bdfff !important;
  filter:url(#siAudienceLineGlow) !important;
}
body.lp-v6 .audience-template-left,
body.lp-v6 .audience-template-center,
body.lp-v6 .audience-template-right{
  position:relative !important;
  z-index:2 !important;
}

body.lp-v6 .audience-template-left{
  align-self:end !important;
  padding-bottom:30px !important;
}
body.lp-v6 .audience-template-right{
  display:flex !important;
  flex-direction:column !important;
  gap:22px !important;
  align-self:end !important;
  padding-bottom:18px !important;
}

body.lp-v6 .audience-route{
  position:relative !important;
  width:max-content !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:11px 19px !important;
  border-radius:999px !important;
  color:#fff !important;
  font-size:17px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
  z-index:3 !important;
}
body.lp-v6 .audience-route-use{
  margin-left:84px !important;
  margin-bottom:17px !important;
  background:linear-gradient(135deg,#65c9ff 0%,#1c78ff 100%) !important;
  box-shadow:0 18px 44px rgba(49,132,255,.25) !important;
}
body.lp-v6 .audience-route-live{
  align-self:flex-end !important;
  margin-right:34px !important;
  margin-bottom:-2px !important;
  background:linear-gradient(135deg,#b68cff 0%,#8b6dff 100%) !important;
  box-shadow:0 18px 44px rgba(142,109,255,.25) !important;
}
body.lp-v6 .route-icon{
  width:25px !important;
  height:25px !important;
  display:block !important;
  border-radius:50% !important;
  background:#fff !important;
  box-shadow:inset 0 0 0 1px rgba(43,116,255,.14) !important;
}
body.lp-v6 .route-user{
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232574ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c1.8-3.6 5-5.4 8-5.4s6.2 1.8 8 5.4'/%3E%3C/svg%3E") center/16px 16px no-repeat !important;
}
body.lp-v6 .route-rocket{
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a6dff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19l14-14'/%3E%3Cpath d='M14 5h5v5'/%3E%3Cpath d='M8 16l-3 3'/%3E%3C/svg%3E") center/16px 16px no-repeat !important;
}

body.lp-v6 .audience-big-card,
body.lp-v6 .audience-side-card{
  position:relative !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.88) !important;
  border:1px solid rgba(206,226,255,.92) !important;
  box-shadow:0 24px 70px rgba(31,81,152,.10), inset 0 1px 0 rgba(255,255,255,.9) !important;
  backdrop-filter:blur(12px) !important;
}
body.lp-v6 .audience-big-card{
  height:360px !important;
  border-radius:30px !important;
  padding:0 28px 30px !important;
}
body.lp-v6 .audience-side-card{
  min-height:214px !important;
  border-radius:27px !important;
  padding:120px 34px 28px !important;
}
body.lp-v6 .audience-big-card::after,
body.lp-v6 .audience-side-card::after{
  content:"" !important;
  position:absolute !important;
  inset:auto 0 0 auto !important;
  width:130px !important;
  height:100px !important;
  border-radius:80px 0 26px 0 !important;
  background:radial-gradient(circle at 100% 100%, rgba(93,209,255,.22), transparent 66%) !important;
  pointer-events:none !important;
}

body.lp-v6 .audience-illustration{
  position:relative !important;
  height:160px !important;
  margin:24px 0 18px !important;
  border-radius:24px !important;
  background:linear-gradient(180deg,rgba(241,248,255,.95),rgba(225,239,255,.76)) !important;
  overflow:hidden !important;
}
body.lp-v6 .business-browser{
  position:absolute !important;
  left:32px !important;
  right:38px !important;
  top:34px !important;
  height:100px !important;
  border-radius:24px !important;
  background:rgba(255,255,255,.78) !important;
  box-shadow:0 20px 42px rgba(75,119,184,.13) !important;
}
body.lp-v6 .business-awning{
  position:absolute !important;
  left:18px !important;
  top:14px !important;
  width:86px !important;
  height:44px !important;
  border-radius:18px 18px 12px 12px !important;
  background:repeating-linear-gradient(90deg,#69b5ff 0 18px,#e1f0ff 18px 36px) !important;
}
body.lp-v6 .business-storefront{
  position:absolute !important;
  left:20px !important;
  bottom:16px !important;
  width:78px !important;
  height:44px !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,rgba(44,124,255,.85),rgba(83,210,255,.58)) !important;
}
body.lp-v6 .business-storefront span{
  position:absolute !important;
  left:13px !important;
  bottom:8px !important;
  width:28px !important;
  height:28px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.35) !important;
}
body.lp-v6 .business-panel{
  position:absolute !important;
  right:12px !important;
  top:18px !important;
  width:142px !important;
  height:66px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#f8fcff,#edf6ff) !important;
  border:1px solid rgba(205,229,255,.8) !important;
}
body.lp-v6 .business-panel-top{
  position:absolute !important;
  left:12px !important;
  top:10px !important;
  width:82px !important;
  height:8px !important;
  border-radius:999px !important;
  background:#dbeaff !important;
}
body.lp-v6 .business-bars{
  position:absolute !important;
  left:18px !important;
  bottom:12px !important;
  display:flex !important;
  align-items:flex-end !important;
  gap:8px !important;
}
body.lp-v6 .business-bars i{
  width:8px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#63caff,#2373ff) !important;
}
body.lp-v6 .business-bars i:nth-child(1){height:18px !important}
body.lp-v6 .business-bars i:nth-child(2){height:30px !important}
body.lp-v6 .business-bars i:nth-child(3){height:42px !important}
body.lp-v6 .business-bars i:nth-child(4){height:24px !important}
body.lp-v6 .business-line{
  position:absolute !important;
  right:15px !important;
  bottom:17px !important;
  width:42px !important;
  height:24px !important;
  border-right:3px solid #2a7dff !important;
  border-bottom:3px solid #2a7dff !important;
  border-radius:0 0 10px 0 !important;
  transform:skew(-18deg) !important;
  opacity:.56 !important;
}
body.lp-v6 .business-dots{
  position:absolute !important;
  left:116px !important;
  top:18px !important;
  display:flex !important;
  gap:7px !important;
}
body.lp-v6 .business-dots i{
  width:7px !important;
  height:7px !important;
  border-radius:50% !important;
  background:#91c8ff !important;
}
body.lp-v6 .business-cup{
  position:absolute !important;
  right:27px !important;
  top:118px !important;
  width:30px !important;
  height:38px !important;
  border-radius:10px 10px 14px 14px !important;
  background:linear-gradient(180deg,#fff,#eaf4ff) !important;
  box-shadow:0 10px 22px rgba(78,122,188,.12) !important;
}
body.lp-v6 .business-cup::after{
  content:"" !important;
  position:absolute !important;
  right:-8px !important;
  top:9px !important;
  width:13px !important;
  height:13px !important;
  border:3px solid #d8eaff !important;
  border-left:0 !important;
  border-radius:0 12px 12px 0 !important;
}

body.lp-v6 .audience-floating-icon{
  width:65px !important;
  height:65px !important;
  border-radius:22px !important;
  display:grid !important;
  place-items:center !important;
  background:#fff !important;
  color:#0b75f0 !important;
  box-shadow:0 16px 36px rgba(61,127,211,.15) !important;
}
body.lp-v6 .audience-floating-icon svg{width:34px !important;height:34px !important}
body.lp-v6 .audience-briefcase{
  position:absolute !important;
  left:30px !important;
  top:174px !important;
}
body.lp-v6 .audience-big-card h3{
  margin:76px 0 13px !important;
  font-size:29px !important;
  line-height:1.08 !important;
  letter-spacing:-1.2px !important;
  color:var(--siampli-navy,#061a3a) !important;
  font-weight:950 !important;
}
body.lp-v6 .audience-big-card p,
body.lp-v6 .audience-side-card p{
  margin:0 !important;
  color:#425b7b !important;
  font-size:17px !important;
  line-height:1.52 !important;
}
body.lp-v6 .audience-side-card h3{
  margin:0 0 14px !important;
  font-size:27px !important;
  line-height:1.08 !important;
  letter-spacing:-1.1px !important;
  color:var(--siampli-navy,#061a3a) !important;
  font-weight:950 !important;
}

body.lp-v6 .audience-template-center{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:26px !important;
  padding-top:82px !important;
}
body.lp-v6 .audience-core-shell{
  position:relative !important;
  width:290px !important;
  height:290px !important;
  display:grid !important;
  place-items:center !important;
}
body.lp-v6 .audience-core-light{
  position:absolute !important;
  inset:-15px !important;
  border-radius:50% !important;
  background:radial-gradient(circle, rgba(255,255,255,.98) 0 25%, rgba(180,236,255,.75) 38%, rgba(139,151,255,.36) 58%, rgba(174,110,255,.35) 73%, transparent 77%) !important;
  filter:blur(4px) !important;
}
body.lp-v6 .audience-core-ring{
  position:absolute !important;
  border-radius:50% !important;
}
body.lp-v6 .audience-core-ring-a{
  inset:21px !important;
  background:conic-gradient(from 205deg,#56b4ff,#72edff,#a574ff,#56b4ff) !important;
  box-shadow:0 0 0 9px rgba(255,255,255,.64), 0 24px 65px rgba(118,142,255,.28) !important;
  -webkit-mask:radial-gradient(circle,transparent 58%,#000 59%) !important;
  mask:radial-gradient(circle,transparent 58%,#000 59%) !important;
}
body.lp-v6 .audience-core-ring-b{
  inset:42px !important;
  border:1px solid rgba(255,255,255,.72) !important;
  box-shadow:0 0 24px rgba(255,255,255,.95) !important;
}
body.lp-v6 .audience-core-card{
  position:relative !important;
  width:220px !important;
  height:220px !important;
  border-radius:50% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  background:radial-gradient(circle at 50% 35%,#fff,#f8fcff 62%,#edf7ff) !important;
  box-shadow:inset 0 0 0 1px rgba(223,237,255,.95), 0 18px 42px rgba(93,135,212,.14) !important;
}
body.lp-v6 .audience-core-card img{
  width:54px !important;
  height:54px !important;
  object-fit:contain !important;
}
body.lp-v6 .audience-core-card strong{
  color:var(--siampli-navy,#061a3a) !important;
  font-size:50px !important;
  line-height:1 !important;
  letter-spacing:-2.2px !important;
  font-weight:950 !important;
}
body.lp-v6 .core-spark{
  position:absolute !important;
  color:#fff !important;
  text-shadow:0 0 14px rgba(102,197,255,.92), 0 0 28px rgba(151,119,255,.75) !important;
  z-index:3 !important;
}
body.lp-v6 .core-spark-a{left:35px !important;top:128px !important;font-size:20px !important}
body.lp-v6 .core-spark-b{right:26px !important;top:102px !important;font-size:23px !important}
body.lp-v6 .core-spark-c{right:64px !important;bottom:52px !important;font-size:19px !important}

body.lp-v6 .audience-core-tools{
  width:500px !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  border:1px solid rgba(213,228,255,.94) !important;
  background:rgba(255,255,255,.92) !important;
  border-radius:25px !important;
  box-shadow:0 20px 52px rgba(66,108,176,.10) !important;
  overflow:hidden !important;
}
body.lp-v6 .audience-core-tools div{
  min-height:86px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  color:#3d5878 !important;
  font-size:15px !important;
  font-weight:800 !important;
  position:relative !important;
}
body.lp-v6 .audience-core-tools div+div::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:20px !important;
  bottom:20px !important;
  width:1px !important;
  background:#e4efff !important;
}
body.lp-v6 .audience-core-tools img{
  width:28px !important;
  height:28px !important;
}

body.lp-v6 .audience-side-art{
  position:absolute !important;
  left:24px !important;
  right:24px !important;
  top:20px !important;
  height:92px !important;
  border-radius:24px !important;
  background:linear-gradient(180deg, rgba(247,250,255,.96), rgba(233,240,255,.78)) !important;
  overflow:hidden !important;
}
body.lp-v6 .side-round-icon{
  position:absolute !important;
  left:18px !important;
  top:18px !important;
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:#fff !important;
  color:#8b6dff !important;
  box-shadow:0 14px 32px rgba(123,100,235,.14) !important;
}
body.lp-v6 .side-round-icon svg{width:32px !important;height:32px !important}
body.lp-v6 .entrepreneur-window{
  position:absolute !important;
  left:102px !important;
  top:19px !important;
  width:130px !important;
  height:60px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#fff,#eef5ff) !important;
  box-shadow:0 14px 30px rgba(95,126,192,.12) !important;
}
body.lp-v6 .window-top{
  position:absolute !important;
  left:12px !important;
  top:10px !important;
  right:12px !important;
  height:7px !important;
  border-radius:999px !important;
  background:#dfeaff !important;
}
body.lp-v6 .window-check{
  position:absolute !important;
  left:15px !important;
  top:27px !important;
  width:26px !important;
  height:26px !important;
  border-radius:8px !important;
  background:linear-gradient(135deg,#3aa6ff,#8f78ff) !important;
}
body.lp-v6 .window-check::after{
  content:"" !important;
  position:absolute !important;
  left:8px !important;
  top:6px !important;
  width:8px !important;
  height:13px !important;
  border-right:3px solid #fff !important;
  border-bottom:3px solid #fff !important;
  transform:rotate(42deg) !important;
}
body.lp-v6 .window-lines{
  position:absolute !important;
  left:50px !important;
  top:30px !important;
  right:14px !important;
  display:grid !important;
  gap:6px !important;
}
body.lp-v6 .window-lines i{
  height:6px !important;
  border-radius:999px !important;
  background:#d8e8ff !important;
}
body.lp-v6 .rocket-shape{
  position:absolute !important;
  right:22px !important;
  top:0 !important;
  width:90px !important;
  height:106px !important;
}
body.lp-v6 .rocket-shape::before{
  content:"" !important;
  position:absolute !important;
  left:27px !important;
  top:12px !important;
  width:40px !important;
  height:72px !important;
  border-radius:28px 28px 18px 18px !important;
  transform:rotate(32deg) !important;
  background:linear-gradient(180deg,#77adff,#53e0ff 56%,#8c8bff) !important;
  box-shadow:0 18px 34px rgba(112,142,255,.22) !important;
}
body.lp-v6 .rocket-shape::after{
  content:"" !important;
  position:absolute !important;
  right:31px !important;
  top:31px !important;
  width:16px !important;
  height:16px !important;
  border-radius:50% !important;
  background:#fff !important;
  border:4px solid #5fbfff !important;
}
body.lp-v6 .rocket-clouds{
  position:absolute !important;
  right:5px !important;
  bottom:4px !important;
  width:120px !important;
  height:30px !important;
}
body.lp-v6 .rocket-clouds i{
  position:absolute !important;
  bottom:0 !important;
  width:36px !important;
  height:28px !important;
  border-radius:50% !important;
  background:rgba(222,232,255,.88) !important;
}
body.lp-v6 .rocket-clouds i:nth-child(1){left:0}
body.lp-v6 .rocket-clouds i:nth-child(2){left:25px;width:48px;height:34px}
body.lp-v6 .rocket-clouds i:nth-child(3){left:62px}
body.lp-v6 .rocket-clouds i:nth-child(4){left:87px;width:42px;height:24px}

body.lp-v6 .agency-people{
  position:absolute !important;
  left:74px !important;
  top:38px !important;
  display:flex !important;
  align-items:flex-end !important;
  gap:9px !important;
}
body.lp-v6 .agency-people i{
  display:block !important;
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  background:linear-gradient(180deg,#99e5ff,#4f8dff) !important;
  box-shadow:0 12px 26px rgba(80,137,235,.16) !important;
  position:relative !important;
}
body.lp-v6 .agency-people i:nth-child(2){width:50px !important;height:50px !important;background:linear-gradient(180deg,#4f8dff,#272fc4) !important}
body.lp-v6 .agency-people i::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:-18px !important;
  width:58px !important;
  height:33px !important;
  transform:translateX(-50%) !important;
  border-radius:18px 18px 12px 12px !important;
  background:linear-gradient(180deg, rgba(86,164,255,.16), rgba(98,103,221,.22)) !important;
}
body.lp-v6 .agency-window{
  position:absolute !important;
  right:22px !important;
  top:22px !important;
  width:130px !important;
  height:66px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#fff,#eef5ff) !important;
  box-shadow:0 14px 30px rgba(94,126,192,.12) !important;
}
body.lp-v6 .agency-top{
  position:absolute !important;
  left:14px !important;
  right:14px !important;
  top:11px !important;
  height:7px !important;
  border-radius:999px !important;
  background:#dfeaff !important;
}
body.lp-v6 .agency-list{
  position:absolute !important;
  left:15px !important;
  top:30px !important;
  right:34px !important;
  display:grid !important;
  gap:8px !important;
}
body.lp-v6 .agency-list span{
  display:block !important;
  height:8px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#6da6ff 0 12px,#dae8ff 12px) !important;
}
body.lp-v6 .agency-mini-person{
  position:absolute !important;
  right:8px !important;
  bottom:-10px !important;
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  background:linear-gradient(180deg,#fff,#756eff) !important;
  box-shadow:0 8px 20px rgba(119,109,255,.18) !important;
}

@media(max-width:1260px){
  body.lp-v6 .audience-template-map{
    grid-template-columns:1fr !important;
    max-width:760px !important;
    min-height:auto !important;
    gap:26px !important;
  }
  body.lp-v6 .audience-template-lines{display:none !important}
  body.lp-v6 .audience-template-left,
  body.lp-v6 .audience-template-right{
    align-self:auto !important;
    padding-bottom:0 !important;
  }
  body.lp-v6 .audience-route-use,
  body.lp-v6 .audience-route-live{
    margin-left:0 !important;
    margin-right:0 !important;
    align-self:flex-start !important;
  }
  body.lp-v6 .audience-template-center{
    padding-top:0 !important;
    order:2 !important;
  }
  body.lp-v6 .audience-template-left{order:1 !important}
  body.lp-v6 .audience-template-right{order:3 !important}
}
@media(max-width:760px){
  body.lp-v6 .lp-audience-template-section{
    padding:70px 18px 74px !important;
  }
  body.lp-v6 .audience-template-head h2{
    font-size:36px !important;
    letter-spacing:-1.5px !important;
  }
  body.lp-v6 .audience-template-head p{
    font-size:17px !important;
  }
  body.lp-v6 .audience-big-card{
    height:auto !important;
    min-height:360px !important;
  }
  body.lp-v6 .audience-big-card h3{
    margin-top:70px !important;
    font-size:25px !important;
  }
  body.lp-v6 .audience-illustration{
    height:148px !important;
  }
  body.lp-v6 .business-browser{
    left:18px !important;
    right:18px !important;
  }
  body.lp-v6 .business-panel{
    width:112px !important;
  }
  body.lp-v6 .business-cup{display:none !important}
  body.lp-v6 .audience-side-card{
    padding:114px 22px 24px !important;
  }
  body.lp-v6 .audience-core-shell{
    width:250px !important;
    height:250px !important;
  }
  body.lp-v6 .audience-core-card{
    width:190px !important;
    height:190px !important;
  }
  body.lp-v6 .audience-core-card strong{
    font-size:40px !important;
  }
  body.lp-v6 .audience-core-tools{
    width:100% !important;
    grid-template-columns:repeat(2,1fr) !important;
  }
}


/* v0.8.6 · Para quién es implementado desde plantilla visual aprobada */
body.lp-v6 .lp-audience-reference-section{
  position:relative !important;
  width:100% !important;
  max-width:none !important;
  padding:26px 24px 60px !important;
  background:linear-gradient(180deg,#fbfdff 0%, #f7fbff 100%) !important;
}
body.lp-v6 .lp-audience-reference-section::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:radial-gradient(circle at 10% 16%, rgba(164,207,255,.14), transparent 20%), radial-gradient(circle at 96% 88%, rgba(170,129,255,.14), transparent 18%) !important;
  pointer-events:none !important;
}
body.lp-v6 .audience-reference-accessible{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
body.lp-v6 .audience-reference-visual{
  position:relative !important;
  z-index:2 !important;
  width:min(100%, 1672px) !important;
  margin:0 auto !important;
}
body.lp-v6 .audience-reference-visual picture,
body.lp-v6 .audience-reference-visual img{
  display:block !important;
  width:100% !important;
  height:auto !important;
}
body.lp-v6 .audience-reference-visual img{
  border-radius:36px !important;
  box-shadow:0 24px 70px rgba(49,83,140,.08) !important;
}
@media (max-width: 960px){
  body.lp-v6 .lp-audience-reference-section{
    padding:18px 14px 42px !important;
  }
  body.lp-v6 .audience-reference-visual img{
    border-radius:24px !important;
  }
}


/* v0.8.8 · Sección Para quién reconstruida como interfaz web real */
body.lp-v6 .audience-web-section{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  width:100% !important;
  max-width:none !important;
  padding:50px 24px 76px !important;
  background:
    radial-gradient(circle at 48% 57%,rgba(152,231,255,.22),transparent 26%),
    radial-gradient(circle at 96% 74%,rgba(186,143,255,.18),transparent 25%),
    linear-gradient(180deg,#fff 0%,#fbfdff 58%,#f5faff 100%) !important;
}
body.lp-v6 .audience-web-section::after{
  content:"" !important;
  position:absolute !important;
  z-index:-2 !important;
  left:-4% !important;
  right:-4% !important;
  bottom:-74px !important;
  height:210px !important;
  background:
    radial-gradient(circle at 3% 76%,rgba(86,176,255,.5),transparent 6%),
    radial-gradient(circle at 98% 66%,rgba(159,97,255,.55),transparent 9%),
    linear-gradient(180deg,transparent,rgba(224,241,255,.78)) !important;
  clip-path:polygon(0 34%,8% 54%,17% 57%,27% 42%,37% 38%,48% 50%,59% 62%,70% 56%,82% 37%,91% 35%,100% 48%,100% 100%,0 100%) !important;
}
body.lp-v6 .audience-web-dots,
body.lp-v6 .audience-web-star,
body.lp-v6 .audience-web-orb{
  position:absolute !important;
  z-index:-1 !important;
  pointer-events:none !important;
}
body.lp-v6 .audience-web-dots{
  top:132px !important;
  left:24px !important;
  width:130px !important;
  height:106px !important;
  opacity:.55 !important;
  background-image:radial-gradient(circle,rgba(104,176,255,.45) 1.4px,transparent 1.6px) !important;
  background-size:19px 19px !important;
}
body.lp-v6 .audience-web-star{
  color:#91c6ff !important;
  text-shadow:0 8px 26px rgba(53,139,255,.28) !important;
  animation:audienceWebFloat 5s ease-in-out infinite !important;
}
body.lp-v6 .audience-web-star-a{left:15.5% !important;top:188px !important;font-size:30px !important;}
body.lp-v6 .audience-web-star-b{right:6.2% !important;top:76px !important;font-size:34px !important;animation-delay:-1.5s !important;}
body.lp-v6 .audience-web-star-c{left:39.5% !important;top:426px !important;font-size:21px !important;color:#70d8ed !important;animation-delay:-2.6s !important;}
body.lp-v6 .audience-web-orb{border-radius:50% !important;filter:blur(.2px) !important;}
body.lp-v6 .audience-web-orb-a{
  left:-28px !important;
  bottom:-4px !important;
  width:94px !important;
  height:94px !important;
  opacity:.72 !important;
  background:radial-gradient(circle at 34% 29%,#d8fbff 0 7%,#6bd6ff 22%,#4787ff 53%,rgba(106,94,255,.15) 74%,transparent 76%) !important;
}
body.lp-v6 .audience-web-orb-b{
  right:-44px !important;
  bottom:-38px !important;
  width:154px !important;
  height:154px !important;
  opacity:.7 !important;
  background:radial-gradient(circle at 34% 27%,#f6eaff 0 6%,#c788ff 30%,#8b61ff 68%,transparent 70%) !important;
}
@keyframes audienceWebFloat{
  0%,100%{transform:translateY(0) scale(1);opacity:.72}
  50%{transform:translateY(-8px) scale(1.08);opacity:1}
}

body.lp-v6 .audience-web-head{
  position:relative !important;
  z-index:4 !important;
  max-width:1040px !important;
  margin:0 auto 34px !important;
  text-align:center !important;
}
body.lp-v6 .audience-web-head.lp-reveal,
body.lp-v6 .audience-web-stage.lp-reveal{
  opacity:1 !important;
  transform:none !important;
}
body.lp-v6 .audience-web-kicker{
  display:inline-flex !important;
  align-items:center !important;
  gap:13px !important;
  margin:0 auto 18px !important;
  color:#0874f7 !important;
  font-size:16px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
body.lp-v6 .audience-web-kicker i{
  color:#bed4ff !important;
  font-size:13px !important;
  font-style:normal !important;
}
body.lp-v6 .audience-web-head h2{
  margin:0 !important;
  color:#061a42 !important;
  font-size:clamp(44px,3.45vw,57px) !important;
  line-height:1.02 !important;
  letter-spacing:-.052em !important;
  font-weight:950 !important;
}
body.lp-v6 .audience-web-head p{
  margin:23px auto 0 !important;
  color:#40577c !important;
  font-size:19px !important;
  line-height:1.45 !important;
}
body.lp-v6 .audience-web-head p strong{color:#0775ef !important;font-weight:900 !important;}

body.lp-v6 .audience-web-stage{
  position:relative !important;
  z-index:2 !important;
  width:min(100%,1460px) !important;
  min-height:560px !important;
  margin:-45px auto 0 !important;
  display:grid !important;
  grid-template-columns:380px 440px 420px !important;
  justify-content:space-between !important;
  align-items:end !important;
  gap:30px !important;
}
body.lp-v6 .audience-web-connectors{
  position:absolute !important;
  z-index:0 !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  pointer-events:none !important;
}
body.lp-v6 .audience-web-connector{
  position:absolute !important;
  display:block !important;
  height:auto !important;
  max-width:none !important;
  pointer-events:none !important;
}
body.lp-v6 .audience-web-connector-left{
  left:345px !important;
  top:290px !important;
  width:315px !important;
}
body.lp-v6 .audience-web-connector-top{
  left:818px !important;
  top:74px !important;
  width:265px !important;
}
body.lp-v6 .audience-web-connector-bottom{
  left:818px !important;
  top:325px !important;
  width:265px !important;
}
body.lp-v6 .audience-web-left,
body.lp-v6 .audience-web-center,
body.lp-v6 .audience-web-right{
  position:relative !important;
  z-index:2 !important;
}
body.lp-v6 .audience-web-left{padding-bottom:31px !important;transform:translateY(-35px) !important;}
body.lp-v6 .audience-web-center{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-end !important;
  transform:translateY(-45px) !important;
}
body.lp-v6 .audience-web-right{
  display:flex !important;
  flex-direction:column !important;
  gap:22px !important;
  transform:translateY(-70px) !important;
}

body.lp-v6 .audience-web-route{
  position:relative !important;
  z-index:5 !important;
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  width:max-content !important;
  padding:7px 13px 7px 7px !important;
  border-radius:999px !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:1 !important;
  font-weight:850 !important;
  box-shadow:0 13px 30px rgba(69,117,232,.22) !important;
}
body.lp-v6 .audience-web-route-blue{
  margin:0 0 20px 82px !important;
  background:linear-gradient(135deg,#65c9ff,#1876ff) !important;
}
body.lp-v6 .audience-web-route-purple{
  align-self:center !important;
  margin:0 0 0 65px !important;
  background:linear-gradient(135deg,#b990ff,#8c6dff) !important;
}
body.lp-v6 .audience-web-route-icon{
  display:grid !important;
  place-items:center !important;
  width:27px !important;
  height:27px !important;
  flex:0 0 auto !important;
  border-radius:50% !important;
  color:currentColor !important;
  background:rgba(255,255,255,.97) !important;
}
body.lp-v6 .audience-web-route-blue .audience-web-route-icon{color:#2681ff !important;}
body.lp-v6 .audience-web-route-purple .audience-web-route-icon{color:#8e70ff !important;}
body.lp-v6 .audience-web-route-icon svg{
  width:17px !important;
  height:17px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

body.lp-v6 .audience-web-card{
  position:relative !important;
  overflow:hidden !important;
  color:#07183d !important;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(251,252,255,.84)) !important;
  border:1.5px solid rgba(193,217,255,.72) !important;
  box-shadow:0 20px 60px rgba(46,83,145,.09),inset 0 1px 0 #fff !important;
  backdrop-filter:blur(12px) !important;
}
body.lp-v6 .audience-web-card::after{
  content:"" !important;
  position:absolute !important;
  z-index:0 !important;
  right:-40px !important;
  bottom:-60px !important;
  width:180px !important;
  height:150px !important;
  border-radius:50% !important;
  background:radial-gradient(circle,rgba(116,213,255,.2),transparent 68%) !important;
}
body.lp-v6 .audience-web-card-business{
  width:380px !important;
  height:400px !important;
  border-radius:24px !important;
}
body.lp-v6 .audience-web-card-side{
  width:420px !important;
  height:244px !important;
  border-radius:24px !important;
}
body.lp-v6 .audience-web-art{
  position:absolute !important;
  z-index:1 !important;
  display:block !important;
  height:auto !important;
  pointer-events:none !important;
  filter:drop-shadow(0 12px 18px rgba(72,113,188,.1)) !important;
}
body.lp-v6 .audience-web-art-business{
  top:-7px !important;
  left:-12px !important;
  width:404px !important;
}
body.lp-v6 .audience-web-art-entrepreneur{
  top:-23px !important;
  right:-16px !important;
  width:370px !important;
}
body.lp-v6 .audience-web-art-agency{
  top:-21px !important;
  right:-17px !important;
  width:370px !important;
}
body.lp-v6 .audience-web-card-icon{
  position:absolute !important;
  z-index:3 !important;
  display:grid !important;
  place-items:center !important;
  width:61px !important;
  height:61px !important;
  border-radius:50% !important;
  color:#0878f5 !important;
  background:rgba(255,255,255,.95) !important;
  border:1px solid rgba(211,227,255,.9) !important;
  box-shadow:0 12px 29px rgba(77,111,178,.15) !important;
}
body.lp-v6 .audience-web-card-business .audience-web-card-icon{left:28px !important;top:188px !important;}
body.lp-v6 .audience-web-card-side .audience-web-card-icon{left:29px !important;top:34px !important;}
body.lp-v6 .audience-web-card-icon-purple{color:#8768f6 !important;}
body.lp-v6 .audience-web-card-icon svg{
  width:32px !important;
  height:32px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.15 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
body.lp-v6 .audience-web-card-copy{
  position:absolute !important;
  z-index:3 !important;
  left:30px !important;
  right:26px !important;
  bottom:26px !important;
}
body.lp-v6 .audience-web-card-copy h3{
  margin:0 0 11px !important;
  color:#06163a !important;
  font-size:25px !important;
  line-height:1.06 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
body.lp-v6 .audience-web-card-copy p{
  margin:0 !important;
  color:#405579 !important;
  font-size:15.5px !important;
  line-height:1.48 !important;
}
body.lp-v6 .audience-web-card-side .audience-web-card-copy{
  left:31px !important;
  right:30px !important;
  bottom:24px !important;
}
body.lp-v6 .audience-web-card-side .audience-web-card-copy h3{font-size:23px !important;margin-bottom:10px !important;}
body.lp-v6 .audience-web-card-side .audience-web-card-copy p{font-size:15px !important;line-height:1.45 !important;}

body.lp-v6 .audience-web-core{
  position:relative !important;
  width:460px !important;
  aspect-ratio:460/386 !important;
  height:auto !important;
  margin:0 auto 9px !important;
}
body.lp-v6 .audience-web-core-art{
  position:absolute !important;
  z-index:1 !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  pointer-events:none !important;
}
body.lp-v6 .audience-web-core-face{
  position:absolute !important;
  z-index:3 !important;
  left:50% !important;
  top:55% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  width:190px !important;
  gap:7px !important;
  transform:translate(-50%,-50%) !important;
}
body.lp-v6 .audience-web-core-logo-icon{
  display:block !important;
  width:55px !important;
  height:auto !important;
  object-fit:contain !important;
}
body.lp-v6 .audience-web-core-wordmark{
  display:block !important;
  width:170px !important;
  height:auto !important;
  object-fit:contain !important;
}

body.lp-v6 .audience-web-tools{
  position:relative !important;
  z-index:5 !important;
  width:510px !important;
  min-height:94px !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  align-items:center !important;
  padding:10px 0 !important;
  border:1.5px solid rgba(196,217,255,.76) !important;
  border-radius:25px !important;
  background:rgba(255,255,255,.84) !important;
  box-shadow:0 17px 36px rgba(75,103,160,.1),inset 0 1px 0 #fff !important;
  backdrop-filter:blur(14px) !important;
}
body.lp-v6 .audience-web-tools > div{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:5px !important;
  color:#344a70 !important;
  border-right:1px solid rgba(202,217,243,.62) !important;
}
body.lp-v6 .audience-web-tools > div:last-child{border-right:0 !important;}
body.lp-v6 .audience-web-tools span{
  display:grid !important;
  place-items:center !important;
  width:43px !important;
  height:43px !important;
  border-radius:50% !important;
  background:linear-gradient(145deg,#f5f9ff,#e9f0ff) !important;
}
body.lp-v6 .audience-web-tools img{display:block !important;width:25px !important;height:25px !important;object-fit:contain !important;}
body.lp-v6 .audience-web-tools small{font-size:13px !important;line-height:1 !important;white-space:nowrap !important;}

@media (max-width:1380px){
  body.lp-v6 .audience-web-stage{
    grid-template-columns:330px 400px 390px !important;
    gap:20px !important;
  }
  body.lp-v6 .audience-web-card-business{width:330px !important;}
  body.lp-v6 .audience-web-card-side{width:390px !important;}
  body.lp-v6 .audience-web-core{width:420px !important;height:auto !important;}
  body.lp-v6 .audience-web-tools{width:420px !important;}
  body.lp-v6 .audience-web-connector-left{left:306px !important;width:285px !important;}
  body.lp-v6 .audience-web-connector-top,
  body.lp-v6 .audience-web-connector-bottom{left:735px !important;width:240px !important;}
}
@media (max-width:1180px){
  body.lp-v6 .audience-web-section{padding-inline:18px !important;}
  body.lp-v6 .audience-web-stage{
    width:min(100%,920px) !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-template-areas:"center center" "left right" !important;
    align-items:start !important;
    gap:30px !important;
  }
  body.lp-v6 .audience-web-center{grid-area:center !important;width:100% !important;min-width:0 !important;margin-bottom:10px !important;transform:none !important;}
  body.lp-v6 .audience-web-left{grid-area:left !important;padding:0 !important;transform:none !important;}
  body.lp-v6 .audience-web-right{grid-area:right !important;transform:none !important;}
  body.lp-v6 .audience-web-card-business,
  body.lp-v6 .audience-web-card-side{width:100% !important;}
  body.lp-v6 .audience-web-card-business{height:410px !important;}
  body.lp-v6 .audience-web-connectors{display:none !important;}
  body.lp-v6 .audience-web-route-blue,
  body.lp-v6 .audience-web-route-purple{margin-left:28px !important;}
}
@media (max-width:720px){
  body.lp-v6 .audience-web-section{padding:38px 14px 58px !important;}
  body.lp-v6 .audience-web-head{margin-bottom:28px !important;}
  body.lp-v6 .audience-web-kicker{font-size:13px !important;margin-bottom:14px !important;}
  body.lp-v6 .audience-web-head h2{max-width:100% !important;font-size:34px !important;line-height:1.04 !important;letter-spacing:-1.7px !important;}
  body.lp-v6 .audience-web-head h2 br{display:block !important;}
  body.lp-v6 .audience-web-head p{max-width:100% !important;font-size:15px !important;line-height:1.55 !important;}
  body.lp-v6 .audience-web-desktop-break{display:none !important;}
  body.lp-v6 .audience-web-stage{
    width:100% !important;
    min-width:0 !important;
    grid-template-columns:minmax(0,1fr) !important;
    grid-template-areas:"center" "left" "right" !important;
    gap:28px !important;
  }
  body.lp-v6 .audience-web-core{width:min(112vw,460px) !important;height:auto !important;}
  body.lp-v6 .audience-web-core-logo-icon{width:48px !important;}
  body.lp-v6 .audience-web-core-wordmark{width:150px !important;}
  body.lp-v6 .audience-web-tools{
    width:100% !important;
    min-height:88px !important;
    border-radius:21px !important;
  }
  body.lp-v6 .audience-web-tools small{font-size:10.5px !important;}
  body.lp-v6 .audience-web-tools span{width:38px !important;height:38px !important;}
  body.lp-v6 .audience-web-tools img{width:22px !important;height:22px !important;}
  body.lp-v6 .audience-web-left,
  body.lp-v6 .audience-web-right{width:100% !important;}
  body.lp-v6 .audience-web-card-business{height:410px !important;}
  body.lp-v6 .audience-web-card-side{height:270px !important;}
  body.lp-v6 .audience-web-art-business{left:-5% !important;width:110% !important;}
  body.lp-v6 .audience-web-art-entrepreneur,
  body.lp-v6 .audience-web-art-agency{right:-6% !important;width:98% !important;}
  body.lp-v6 .audience-web-card-business .audience-web-card-icon{top:196px !important;}
  body.lp-v6 .audience-web-card-copy{left:24px !important;right:22px !important;}
  body.lp-v6 .audience-web-card-copy h3{font-size:23px !important;}
  body.lp-v6 .audience-web-route-blue,
  body.lp-v6 .audience-web-route-purple{margin-left:20px !important;}
  body.lp-v6 .audience-web-route-purple{align-self:flex-start !important;margin-bottom:-4px !important;}
  body.lp-v6 .audience-web-dots,
  body.lp-v6 .audience-web-star-a,
  body.lp-v6 .audience-web-star-c{display:none !important;}
}


/* =========================================================
   v0.9.0 · Planes, FAQ y CTA premium desde referencias
   ========================================================= */
body.lp-v6 .pricing-premium-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  padding:46px 5vw 68px;
  background:
    radial-gradient(circle at 12% 68%,rgba(112,181,255,.12),transparent 26%),
    radial-gradient(circle at 91% 64%,rgba(127,103,255,.12),transparent 25%),
    linear-gradient(180deg,#fff 0%,#fbfdff 60%,#f5f9ff 100%);
}
body.lp-v6 .pricing-premium-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(110deg,transparent 0 42%,rgba(230,240,255,.55) 55%,transparent 72%);
  opacity:.55;
  pointer-events:none;
}
body.lp-v6 .pricing-launch-chip{
  position:absolute;
  top:4px;
  right:12px;
  z-index:4;
  display:flex;
  align-items:center;
  gap:13px;
  min-width:385px;
  padding:9px 14px;
  border-radius:0 0 0 22px;
  color:#ff174d;
  background:rgba(255,248,250,.92);
  box-shadow:0 12px 36px rgba(188,25,75,.08);
  backdrop-filter:blur(15px);
}
body.lp-v6 .pricing-launch-clock{
  font-size:31px;
  line-height:1;
  color:#ff174d;
}
body.lp-v6 .pricing-launch-copy{
  display:flex;
  flex-direction:column;
  min-width:150px;
  padding-right:14px;
  border-right:1px solid rgba(255,23,77,.12);
}
body.lp-v6 .pricing-launch-copy strong{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.02em;
}
body.lp-v6 .pricing-launch-copy small{margin-top:3px;color:#65718b;font-size:11px;}
body.lp-v6 .pricing-launch-unit{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:31px;
}
body.lp-v6 .pricing-launch-unit b{font-size:18px;line-height:1;color:#f21d53;}
body.lp-v6 .pricing-launch-unit small{margin-top:4px;font-size:8px;font-weight:900;text-transform:uppercase;color:#62708c;}

body.lp-v6 .pricing-premium-head{
  position:relative;
  z-index:2;
  max-width:1050px;
  margin:0 auto 8px;
  text-align:center;
}
body.lp-v6 .pricing-premium-head>span{
  color:#0969e9;
  font-size:15px;
  line-height:1;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}
body.lp-v6 .pricing-premium-head h2{
  margin:14px 0 10px;
  color:#050b2c;
  font-size:clamp(45px,3.7vw,63px);
  line-height:.91;
  letter-spacing:-.055em;
  font-weight:950;
}
body.lp-v6 .pricing-premium-head p{
  margin:0;
  color:#5f7091;
  font-size:17px;
  line-height:1.45;
  font-weight:650;
}

body.lp-v6 .pricing-mode-switch{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  width:min(100%,850px);
  min-height:75px;
  margin:12px auto 18px;
  padding:5px;
  border:1.5px solid #b9c9e4;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  box-shadow:inset 0 1px 2px rgba(8,31,74,.04);
}
body.lp-v6 .pricing-mode{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:10px 20px;
  border-radius:999px;
  color:#142443;
}
body.lp-v6 .pricing-mode span:last-child{display:flex;flex-direction:column;gap:2px;text-align:left;}
body.lp-v6 .pricing-mode strong{font-size:16px;line-height:1.1;}
body.lp-v6 .pricing-mode small{font-size:12px;color:#465875;}
body.lp-v6 .pricing-mode-icon{font-size:31px;line-height:1;color:#6b7c9b;}
body.lp-v6 .pricing-mode-sell{
  color:#fff;
  background:linear-gradient(100deg,#075bf1,#0e64ff);
  box-shadow:0 7px 18px rgba(11,99,248,.26),inset 0 1px 0 rgba(255,255,255,.22);
}
body.lp-v6 .pricing-mode-sell small{color:#fff;}
body.lp-v6 .pricing-mode-sell .pricing-mode-icon{color:#fff;}

body.lp-v6 .pricing-premium-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  width:min(100%,1410px);
  margin:0 auto;
  align-items:stretch;
}
body.lp-v6 .pricing-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:470px;
  padding:18px 19px 16px;
  border:1px solid rgba(224,231,243,.94);
  border-radius:22px;
  color:#09132f;
  background:rgba(255,255,255,.91);
  box-shadow:0 16px 42px rgba(34,62,111,.08);
  backdrop-filter:blur(12px);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
body.lp-v6 .pricing-card:hover{
  transform:translateY(-7px);
  border-color:#a6c5ff;
  box-shadow:0 28px 65px rgba(31,72,143,.15);
}
body.lp-v6 .pricing-card-muted{color:#75829b;background:linear-gradient(180deg,rgba(255,255,255,.75),rgba(251,252,254,.72));}
body.lp-v6 .pricing-card-featured{
  z-index:2;
  border:1.8px solid #6a35ff;
  background:linear-gradient(180deg,#fff,#fbfaff);
  box-shadow:0 24px 55px rgba(82,41,237,.17),0 0 0 4px rgba(75,74,255,.05);
}
body.lp-v6 .pricing-card-featured:hover{border-color:#5a28f5;box-shadow:0 32px 74px rgba(83,42,235,.24),0 0 0 5px rgba(75,74,255,.07);}
body.lp-v6 .pricing-card-title{
  display:flex;
  align-items:center;
  gap:15px;
  min-height:47px;
}
body.lp-v6 .pricing-card-title h3{
  margin:0;
  color:#075eef;
  font-size:16px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
}
body.lp-v6 .pricing-card-muted .pricing-card-title h3{color:#73819a;}
body.lp-v6 .pricing-card-featured .pricing-card-title h3{color:#5f1ce8;}
body.lp-v6 .pricing-card-icon{
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  flex:0 0 auto;
  border-radius:50%;
  color:#7f8ca3;
  background:#f1f5fb;
  font-size:25px;
  font-weight:900;
}
body.lp-v6 .pricing-card-icon-blue{color:#075ef0;background:#eef5ff;}
body.lp-v6 .pricing-card-icon-purple{color:#651cff;background:#f2efff;}
body.lp-v6 .pricing-card>p{
  min-height:49px;
  margin:9px 0 9px;
  color:#50617f;
  font-size:13px;
  line-height:1.38;
  font-weight:650;
}
body.lp-v6 .pricing-card-muted>p{color:#697792;}
body.lp-v6 .pricing-price{
  display:flex;
  align-items:flex-end;
  gap:8px;
  min-height:57px;
  padding-bottom:9px;
  border-bottom:1px solid #dde4ee;
}
body.lp-v6 .pricing-price strong{
  color:#080d25;
  font-size:42px;
  line-height:1;
  letter-spacing:-.045em;
  font-weight:950;
}
body.lp-v6 .pricing-card-muted .pricing-price strong{color:#333a4a;}
body.lp-v6 .pricing-price small{padding-bottom:4px;color:#64728b;font-size:12px;font-weight:800;}
body.lp-v6 .pricing-price-sale{min-height:47px;padding:0;border:0;}
body.lp-v6 .pricing-price-sale strong{color:#0864f7;font-size:48px;}
body.lp-v6 .pricing-price-enterprise{display:block;}
body.lp-v6 .pricing-price-enterprise strong{display:block;font-size:37px;white-space:nowrap;}
body.lp-v6 .pricing-price-enterprise small{display:block;margin-top:3px;font-size:17px;}
body.lp-v6 .pricing-old-price{
  display:block;
  margin-top:0;
  color:#79849a;
  font-size:14px;
  line-height:1;
  text-decoration:line-through;
  font-weight:800;
}
body.lp-v6 .pricing-months{
  width:max-content;
  margin:3px 0 5px;
  padding:4px 17px;
  border-radius:999px;
  color:#075cf2;
  background:#eae9ff;
  font-size:11px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
}
body.lp-v6 .pricing-saving{
  width:max-content;
  margin-bottom:8px;
  padding:4px 13px;
  border-radius:999px;
  color:#ff285a;
  background:#fff0f4;
  font-size:11px;
  line-height:1;
  font-weight:850;
}
body.lp-v6 .pricing-card ul{
  display:grid;
  gap:7px;
  margin:9px 0;
  padding:0;
  list-style:none;
}
body.lp-v6 .pricing-card li{
  position:relative;
  padding-left:20px;
  color:#445472;
  font-size:12px;
  line-height:1.25;
  font-weight:750;
}
body.lp-v6 .pricing-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  display:grid;
  place-items:center;
  width:12px;
  height:12px;
  border-radius:50%;
  color:#fff;
  background:#0865f5;
  font-size:8px;
  font-weight:950;
}
body.lp-v6 .pricing-plan-note{
  margin-top:auto;
  padding:8px 13px 8px 35px;
  border:1px solid #dce5f3;
  border-radius:10px;
  color:#52627e;
  background:#f3f6fb;
  font-size:11px;
  line-height:1.25;
  font-weight:750;
}
body.lp-v6 .pricing-plan-note::before{content:"◷";position:absolute;margin-left:-22px;color:#0865f5;}
body.lp-v6 .pricing-plan-note-danger{color:#ff355b;border-color:#ffd2db;background:#fff1f3;}
body.lp-v6 .pricing-plan-note-danger::before{content:"⊕";color:#ff355b;}
body.lp-v6 .pricing-card-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:43px;
  margin-top:13px;
  border:1.5px solid #0963f3;
  border-radius:13px;
  color:#075ff0;
  background:#fff;
  font-size:16px;
  line-height:1;
  font-weight:950;
  transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease;
}
body.lp-v6 .pricing-card-button:hover{transform:translateY(-2px);color:#fff;background:#0863f5;box-shadow:0 12px 25px rgba(8,99,245,.23);}
body.lp-v6 .pricing-card-button-muted{color:#7ba5ff;border-color:#9ab9ff;background:transparent;}
body.lp-v6 .pricing-card-button-featured{
  justify-content:space-between;
  padding:0 22px 0 38px;
  color:#fff;
  border-color:transparent;
  background:linear-gradient(100deg,#075ef5,#6017ed);
  box-shadow:0 12px 25px rgba(73,37,232,.23);
}
body.lp-v6 .pricing-card-button-featured:hover{background:linear-gradient(100deg,#0756df,#5412dc);}
body.lp-v6 .pricing-card-button-featured span{font-size:25px;font-weight:500;}
body.lp-v6 .pricing-offer-ribbon{
  position:absolute;
  top:-16px;
  left:20px;
  min-width:235px;
  padding:8px 18px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(95deg,#ffb22a,#ff315f);
  box-shadow:0 12px 25px rgba(255,70,75,.2);
  font-size:12px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
}
body.lp-v6 .pricing-most-chosen{
  position:absolute;
  top:17px;
  right:15px;
  padding:6px 11px;
  border:1px solid #ff7995;
  border-radius:999px;
  color:#ff1f4f;
  background:#fff;
  font-size:10px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
}

body.lp-v6 .pricing-trust-strip{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  width:min(100%,1410px);
  margin:20px auto 0;
  padding:15px 20px;
  border-radius:22px;
  background:rgba(255,255,255,.82);
  box-shadow:0 13px 32px rgba(34,62,111,.07);
  backdrop-filter:blur(12px);
}
body.lp-v6 .pricing-trust-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 16px;
  border-right:1px solid #e2e8f2;
}
body.lp-v6 .pricing-trust-item:last-child{border-right:0;}
body.lp-v6 .pricing-trust-item>span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 auto;
  border-radius:50%;
  color:#0865f5;
  background:#edf4ff;
  font-size:20px;
}
body.lp-v6 .pricing-trust-item p{margin:0;color:#15233e;font-size:12px;line-height:1.25;}
body.lp-v6 .pricing-trust-item small{display:block;margin-top:3px;font-size:11px;color:#15233e;}

/* FAQ premium */
body.lp-v6 .faq-premium-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  min-height:900px;
  padding:42px 24px 60px;
  background:
    radial-gradient(circle at 14% 19%,rgba(190,205,255,.19),transparent 20%),
    radial-gradient(circle at 92% 23%,rgba(164,191,255,.16),transparent 22%),
    linear-gradient(180deg,#fcfdff,#f8fbff 58%,#fff);
}
body.lp-v6 .faq-premium-section::before,
body.lp-v6 .faq-premium-section::after{
  content:"";
  position:absolute;
  z-index:-1;
  border:2px solid rgba(255,255,255,.83);
  border-radius:50%;
  pointer-events:none;
}
body.lp-v6 .faq-premium-section::before{width:840px;height:840px;left:-560px;bottom:-620px;box-shadow:0 0 80px rgba(116,156,255,.12);}
body.lp-v6 .faq-premium-section::after{width:360px;height:360px;right:-210px;bottom:70px;background:rgba(226,234,255,.3);}
body.lp-v6 .faq-deco{position:absolute;pointer-events:none;}
body.lp-v6 .faq-deco-dots{
  width:106px;
  height:76px;
  background-image:radial-gradient(circle,rgba(105,151,255,.35) 2px,transparent 2.2px);
  background-size:20px 20px;
}
body.lp-v6 .faq-deco-dots-a{left:4%;top:28%;}
body.lp-v6 .faq-deco-dots-b{right:11%;bottom:14%;}
body.lp-v6 .faq-deco-star{color:#9bc5ff;text-shadow:0 10px 30px rgba(80,125,255,.22);}
body.lp-v6 .faq-deco-star-a{left:10%;top:14%;font-size:40px;opacity:.35;}
body.lp-v6 .faq-deco-star-b{left:11.5%;top:38%;font-size:36px;color:#6fb9ff;}
body.lp-v6 .faq-deco-star-c{right:7%;top:8%;font-size:44px;color:#83baff;}
body.lp-v6 .faq-deco-star-d{right:11.5%;top:49%;font-size:34px;}
body.lp-v6 .faq-deco-orbit{
  right:-80px;
  top:74px;
  width:490px;
  height:490px;
  border:2px solid rgba(126,154,255,.28);
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-radius:50%;
  transform:rotate(-22deg);
}
body.lp-v6 .faq-deco-logo{
  right:2.6%;
  bottom:17%;
  display:grid;
  place-items:center;
  width:148px;
  height:148px;
  border-radius:50%;
  background:rgba(237,242,255,.72);
}
body.lp-v6 .faq-deco-logo img{width:66px;height:66px;object-fit:contain;opacity:.65;mix-blend-mode:multiply;}
body.lp-v6 .faq-premium-head{
  position:relative;
  z-index:2;
  max-width:980px;
  margin:0 auto 34px;
  text-align:center;
}
body.lp-v6 .faq-premium-kicker{
  display:inline-flex;
  padding:11px 25px;
  border:1px solid #edf1f8;
  border-radius:999px;
  color:#2b64ef;
  background:rgba(255,255,255,.8);
  box-shadow:0 10px 25px rgba(42,71,131,.07);
  font-size:14px;
  line-height:1;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.lp-v6 .faq-premium-head h2{
  margin:17px 0 16px;
  color:#071b48;
  font-size:clamp(48px,4.7vw,76px);
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:950;
}
body.lp-v6 .faq-premium-head h2 strong{
  color:transparent;
  background:linear-gradient(105deg,#735cff,#276dff);
  -webkit-background-clip:text;
  background-clip:text;
}
body.lp-v6 .faq-premium-head p{margin:0;color:#556985;font-size:18px;line-height:1.5;font-weight:650;}
body.lp-v6 .faq-premium-list{
  position:relative;
  z-index:3;
  display:grid;
  gap:8px;
  width:min(100%,870px);
  margin:0 auto;
}
body.lp-v6 .faq-premium-list details{
  overflow:hidden;
  border:1px solid transparent;
  border-radius:17px;
  background:rgba(255,255,255,.88);
  box-shadow:0 12px 30px rgba(42,67,120,.07);
  transition:border-color .35s ease,box-shadow .35s ease,transform .35s ease,background .35s ease;
}
body.lp-v6 .faq-premium-list details:hover{transform:translateY(-2px);box-shadow:0 17px 38px rgba(42,67,120,.11);}
body.lp-v6 .faq-premium-list details[open]{
  border-color:#80a9ff;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(244,248,255,.94));
  box-shadow:0 18px 45px rgba(69,103,183,.11);
}
body.lp-v6 .faq-premium-list summary{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) 42px;
  align-items:center;
  gap:16px;
  min-height:72px;
  padding:8px 24px;
  cursor:pointer;
  list-style:none;
}
body.lp-v6 .faq-premium-list summary::-webkit-details-marker{display:none;}
body.lp-v6 .faq-item-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  color:#326cff;
  background:#eff4ff;
  font-size:20px;
  line-height:1;
  box-shadow:0 7px 18px rgba(54,102,244,.08);
}
body.lp-v6 .faq-question{color:#071a43;font-size:20px;font-weight:950;letter-spacing:-.02em;}
body.lp-v6 .faq-toggle{
  position:relative;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  color:#316df6;
  background:#fff;
  box-shadow:0 8px 20px rgba(40,73,136,.1);
}
body.lp-v6 .faq-toggle::before,
body.lp-v6 .faq-toggle::after{
  content:"";
  position:absolute;
  width:13px;
  height:2px;
  border-radius:99px;
  background:currentColor;
  transition:transform .42s cubic-bezier(.2,.8,.2,1);
}
body.lp-v6 .faq-toggle::after{transform:rotate(90deg);}
body.lp-v6 details[open] .faq-toggle{color:#fff;background:linear-gradient(135deg,#4f78ff,#2c5eff);}
body.lp-v6 details[open] .faq-toggle::after{transform:rotate(0);}
body.lp-v6 .faq-answer{
  height:0;
  opacity:0;
  overflow:hidden;
  transition:height .48s cubic-bezier(.22,.9,.28,1),opacity .32s ease;
}
body.lp-v6 .faq-answer>div{padding:0 88px 22px 94px;}
body.lp-v6 .faq-answer p{margin:0;color:#4b5f7c;font-size:17px;line-height:1.55;}
body.lp-v6 .faq-premium-list details[open] .faq-answer{opacity:1;}
body.lp-v6 .faq-premium-more{
  position:relative;
  z-index:3;
  margin-top:22px;
  text-align:center;
}
body.lp-v6 .faq-premium-more a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 30px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(105deg,#405ff3,#2f67f5);
  box-shadow:0 13px 30px rgba(47,98,243,.25);
  font-size:16px;
  line-height:1;
  font-weight:950;
  transition:transform .25s ease,box-shadow .25s ease;
}
body.lp-v6 .faq-premium-more a:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(47,98,243,.34);}

/* CTA premium */
body.lp-v6 .final-premium-cta{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  padding:52px 5.5vw 58px;
  background:
    radial-gradient(circle at 50% 0,rgba(162,193,255,.26),transparent 38%),
    linear-gradient(180deg,#f7fbff,#fff);
}
body.lp-v6 .final-premium-cta::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(132deg,transparent 0 75%,rgba(218,229,255,.55) 75% 76%,transparent 76%);
  pointer-events:none;
}
body.lp-v6 .final-premium-panel{
  position:relative;
  overflow:hidden;
  width:min(100%,1485px);
  min-height:845px;
  margin:0 auto;
  padding:26px 6% 96px;
  border:1px solid rgba(74,143,255,.45);
  border-radius:48px;
  color:#fff;
  background:
    radial-gradient(circle at 76% 37%,rgba(18,92,255,.35),transparent 26%),
    radial-gradient(circle at 18% 72%,rgba(0,74,195,.28),transparent 28%),
    linear-gradient(145deg,#03113d,#001b64 58%,#032b89);
  box-shadow:
    0 26px 75px rgba(28,72,142,.28),
    0 0 0 1px rgba(255,255,255,.12) inset,
    0 0 55px rgba(10,104,255,.28) inset;
}
body.lp-v6 .final-premium-panel::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    linear-gradient(90deg,transparent,rgba(22,136,255,.8),transparent) top/70% 2px no-repeat,
    linear-gradient(90deg,transparent,rgba(21,127,255,.8),transparent) bottom/70% 2px no-repeat;
  pointer-events:none;
}
body.lp-v6 .final-deco{position:absolute;pointer-events:none;}
body.lp-v6 .final-deco-star{z-index:2;color:#fff;text-shadow:0 0 13px #fff,0 0 25px #4f9dff;}
body.lp-v6 .final-deco-star-a{right:8%;top:13%;font-size:30px;}
body.lp-v6 .final-deco-star-b{left:14%;bottom:26%;font-size:18px;color:#ffae24;text-shadow:0 0 16px #ff8500;}
body.lp-v6 .final-deco-glow{z-index:0;border-radius:50%;filter:blur(25px);}
body.lp-v6 .final-deco-glow-a{width:240px;height:240px;right:2%;bottom:2%;background:rgba(0,89,255,.17);}
body.lp-v6 .final-deco-glow-b{width:200px;height:200px;left:0;top:34%;background:rgba(0,92,238,.16);}
body.lp-v6 .final-premium-head{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:0 auto 18px;
  text-align:center;
}
body.lp-v6 .final-urgency-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 30px;
  border:1px solid #ff8019;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(90deg,rgba(255,133,16,.22),rgba(255,80,21,.3));
  box-shadow:0 0 22px rgba(255,115,16,.42),inset 0 0 13px rgba(255,165,50,.18);
  font-size:17px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}
body.lp-v6 .final-premium-head h2{
  margin:17px 0 13px;
  color:#fff;
  font-size:clamp(42px,2.9vw,50px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:950;
}
body.lp-v6 .final-premium-head h2 strong{
  position:relative;
  color:transparent;
  background:linear-gradient(100deg,#00a6ff,#276aff);
  -webkit-background-clip:text;
  background-clip:text;
}
body.lp-v6 .final-premium-head h2 strong::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-5px;
  height:4px;
  border-radius:50%;
  background:#087fff;
  transform:rotate(-2deg);
}
body.lp-v6 .final-premium-head p{margin:0;color:#eef5ff;font-size:19px;line-height:1.5;}
body.lp-v6 .final-offer-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
  max-width:1135px;
  margin:0 auto 22px;
}
body.lp-v6 .final-countdown-side{min-width:0;}
body.lp-v6 .final-active-ribbon{
  position:relative;
  width:max-content;
  min-width:440px;
  margin:0 auto 16px;
  padding:10px 25px;
  border:1px solid #ff9818;
  border-radius:999px;
  text-align:center;
  color:#fff;
  background:linear-gradient(90deg,rgba(255,113,15,.22),rgba(255,121,21,.35));
  box-shadow:0 0 26px rgba(255,125,17,.47),inset 0 0 17px rgba(255,131,23,.18);
  font-size:16px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}
body.lp-v6 .final-active-ribbon::before,
body.lp-v6 .final-active-ribbon::after{
  content:"";
  position:absolute;
  top:50%;
  width:180px;
  height:1px;
  background:linear-gradient(90deg,transparent,#ff831a);
}
body.lp-v6 .final-active-ribbon::before{right:100%;}
body.lp-v6 .final-active-ribbon::after{left:100%;transform:scaleX(-1);}
body.lp-v6 .final-active-ribbon strong{color:#ffd232;}
body.lp-v6 .final-countdown{
  display:grid;
  grid-template-columns:repeat(7,auto);
  align-items:center;
  justify-content:center;
  gap:10px;
}
body.lp-v6 .final-countdown>div{
  display:grid;
  place-items:center;
  width:123px;
  height:100px;
  border:1px solid rgba(41,128,255,.55);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(8,55,132,.76),rgba(3,31,86,.8));
  box-shadow:inset 0 0 20px rgba(0,110,255,.12);
}
body.lp-v6 .final-countdown b{font-size:45px;line-height:1;color:#fff;letter-spacing:-.03em;}
body.lp-v6 .final-countdown span{margin-top:5px;color:#c9d9f7;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;}
body.lp-v6 .final-countdown i{font-style:normal;color:#fff;font-size:28px;font-weight:950;}
body.lp-v6 .final-benefit-chips{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:18px;
}
body.lp-v6 .final-benefit-chips span{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(4,47,121,.62);
  box-shadow:inset 0 0 20px rgba(21,102,255,.13);
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}
body.lp-v6 .final-price-card{
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:24px;
  border:1.5px solid #3d8cff;
  border-radius:24px;
  text-align:center;
  background:radial-gradient(circle at 50% 50%,rgba(20,89,255,.36),rgba(2,30,107,.5));
  box-shadow:0 0 32px rgba(9,113,255,.25),inset 0 0 24px rgba(8,99,255,.16);
}
body.lp-v6 .final-price-card>span{
  padding:7px 26px;
  border-radius:999px;
  color:#fff;
  background:#125bf4;
  font-size:14px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.07em;
}
body.lp-v6 .final-price-card>div{display:flex;align-items:center;justify-content:center;gap:24px;margin:16px 0 10px;}
body.lp-v6 .final-price-card del{color:#b6c5e5;font-size:27px;font-weight:900;}
body.lp-v6 .final-price-card strong{color:#fff;font-size:55px;line-height:1;letter-spacing:-.045em;white-space:nowrap;}
body.lp-v6 .final-price-card p{margin:0;color:#fff;font-size:16px;line-height:1.4;}
body.lp-v6 .final-premium-actions{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  max-width:1070px;
  margin:0 auto 13px;
}
body.lp-v6 .final-main-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  min-width:745px;
  min-height:112px;
  padding:0 46px;
  border:2px solid #fff6a4;
  border-radius:38px;
  color:#fff;
  background:linear-gradient(105deg,#ff5b00,#ff7d00 46%,#ffc018);
  box-shadow:0 0 25px rgba(255,89,0,.8),0 0 45px rgba(255,158,0,.45),inset 0 1px 0 rgba(255,255,255,.55);
  font-size:41px;
  line-height:1;
  font-weight:950;
  transition:transform .25s ease,filter .25s ease,box-shadow .25s ease;
}
body.lp-v6 .final-main-button:hover{transform:translateY(-4px) scale(1.01);filter:saturate(1.12);box-shadow:0 0 34px rgba(255,89,0,.95),0 0 58px rgba(255,158,0,.58);}
body.lp-v6 .final-main-button>span{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border:1.5px solid rgba(255,255,255,.7);
  border-radius:50%;
  font-size:50px;
  font-weight:400;
}
body.lp-v6 .final-main-button b{font-size:38px;}
body.lp-v6 .final-secondary-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:250px;
  min-height:70px;
  border:1.5px solid #00a8ff;
  border-radius:18px;
  color:#fff;
  background:rgba(4,38,110,.65);
  box-shadow:inset 0 0 20px rgba(0,111,255,.18);
  font-size:20px;
  font-weight:950;
  transition:transform .25s ease,background .25s ease;
}
body.lp-v6 .final-secondary-button:hover{transform:translateY(-3px);background:rgba(6,65,158,.72);}
body.lp-v6 .final-warning,
body.lp-v6 .final-setup-note{
  position:relative;
  z-index:2;
  margin:7px auto 0;
  text-align:center;
  color:#dbe8ff;
  font-size:16px;
  line-height:1.35;
}
body.lp-v6 .final-setup-note{margin-top:5px;color:#bdcce9;}
body.lp-v6 .final-trust-strip{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  min-height:70px;
  padding:0 10%;
  border-top:1px solid rgba(148,181,255,.18);
  background:rgba(1,23,75,.32);
}
body.lp-v6 .final-trust-strip span{
  display:flex;
  align-items:center;
  justify-content:center;
  border-right:1px solid rgba(148,181,255,.18);
  color:#bdcbe9;
  font-size:16px;
}
body.lp-v6 .final-trust-strip span:last-child{border-right:0;}

@media(max-width:1280px){
  body.lp-v6 .pricing-launch-chip{position:relative;top:auto;right:auto;width:max-content;max-width:100%;margin:-20px 0 20px auto;border-radius:18px;}
  body.lp-v6 .pricing-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.lp-v6 .pricing-trust-strip{grid-template-columns:repeat(2,1fr);gap:14px;}
  body.lp-v6 .pricing-trust-item{border-right:0;}
  body.lp-v6 .pricing-trust-item:last-child{grid-column:1/-1;}
  body.lp-v6 .final-premium-panel{padding-inline:5%;min-height:900px;}
  body.lp-v6 .final-offer-layout{grid-template-columns:1fr;gap:24px;max-width:760px;}
  body.lp-v6 .final-premium-actions{flex-direction:column;gap:18px;}
  body.lp-v6 .final-main-button{min-width:min(100%,745px);}
}
@media(max-width:760px){
  body.lp-v6 .pricing-premium-section{padding:34px 14px 50px;}
  body.lp-v6 .pricing-launch-chip{display:none;}
  body.lp-v6 .pricing-premium-head h2{font-size:40px;line-height:.98;}
  body.lp-v6 .pricing-premium-head h2 br,
  body.lp-v6 .pricing-premium-head p br{display:none;}
  body.lp-v6 .pricing-premium-head p{font-size:15px;}
  body.lp-v6 .pricing-mode-switch{grid-template-columns:1fr;border-radius:24px;}
  body.lp-v6 .pricing-mode{justify-content:flex-start;border-radius:19px;}
  body.lp-v6 .pricing-premium-grid{grid-template-columns:1fr;gap:26px;}
  body.lp-v6 .pricing-card{min-height:auto;}
  body.lp-v6 .pricing-trust-strip{grid-template-columns:1fr;padding:16px;}
  body.lp-v6 .pricing-trust-item,
  body.lp-v6 .pricing-trust-item:last-child{grid-column:auto;justify-content:flex-start;padding:8px 4px;}

  body.lp-v6 .faq-premium-section{min-height:auto;padding:50px 14px 58px;}
  body.lp-v6 .faq-premium-head h2{font-size:43px;}
  body.lp-v6 .faq-premium-head p br{display:none;}
  body.lp-v6 .faq-premium-head p{font-size:15px;}
  body.lp-v6 .faq-premium-kicker{font-size:11px;padding:10px 17px;}
  body.lp-v6 .faq-deco-logo,
  body.lp-v6 .faq-deco-orbit,
  body.lp-v6 .faq-deco-dots{display:none;}
  body.lp-v6 .faq-premium-list summary{grid-template-columns:40px minmax(0,1fr) 36px;gap:10px;min-height:68px;padding:7px 12px;}
  body.lp-v6 .faq-item-icon{width:36px;height:36px;font-size:17px;}
  body.lp-v6 .faq-question{font-size:16px;}
  body.lp-v6 .faq-toggle{width:34px;height:34px;}
  body.lp-v6 .faq-answer>div{padding:0 18px 20px 62px;}
  body.lp-v6 .faq-answer p{font-size:15px;}
  body.lp-v6 .faq-premium-more a{font-size:14px;padding:0 20px;}

  body.lp-v6 .final-premium-cta{padding:34px 10px 42px;}
  body.lp-v6 .final-premium-panel{min-height:auto;padding:24px 14px 92px;border-radius:30px;}
  body.lp-v6 .final-urgency-pill{font-size:12px;padding:8px 17px;}
  body.lp-v6 .final-premium-head h2{font-size:36px;}
  body.lp-v6 .final-premium-head h2 br,
  body.lp-v6 .final-premium-head p br{display:none;}
  body.lp-v6 .final-premium-head p{font-size:15px;}
  body.lp-v6 .final-active-ribbon{min-width:0;width:100%;font-size:12px;}
  body.lp-v6 .final-active-ribbon::before,
  body.lp-v6 .final-active-ribbon::after{display:none;}
  body.lp-v6 .final-countdown{grid-template-columns:repeat(7,auto);gap:4px;}
  body.lp-v6 .final-countdown>div{width:68px;height:75px;border-radius:12px;}
  body.lp-v6 .final-countdown b{font-size:28px;}
  body.lp-v6 .final-countdown span{font-size:8px;}
  body.lp-v6 .final-countdown i{font-size:18px;}
  body.lp-v6 .final-benefit-chips{grid-template-columns:1fr;}
  body.lp-v6 .final-price-card{min-height:190px;padding:20px 12px;}
  body.lp-v6 .final-price-card>div{gap:12px;}
  body.lp-v6 .final-price-card del{font-size:20px;}
  body.lp-v6 .final-price-card strong{font-size:42px;}
  body.lp-v6 .final-main-button{min-width:0;width:100%;min-height:76px;padding:0 16px;gap:12px;border-radius:25px;font-size:25px;}
  body.lp-v6 .final-main-button>span{width:42px;height:42px;font-size:36px;}
  body.lp-v6 .final-main-button b{font-size:26px;}
  body.lp-v6 .final-secondary-button{width:100%;}
  body.lp-v6 .final-warning,
  body.lp-v6 .final-setup-note{font-size:13px;}
  body.lp-v6 .final-trust-strip{grid-template-columns:1fr 1fr;padding:9px 5%;min-height:76px;}
  body.lp-v6 .final-trust-strip span{font-size:11px;border-right:0;}
}


/* v0.9.0 · Sistema modular de apariciones para toda la landing */
body.lp-v6 .motion-item{
  --motion-x:0px;
  --motion-y:42px;
  --motion-scale:.97;
  opacity:0;
  filter:blur(9px);
  transform:translate3d(var(--motion-x),var(--motion-y),0) scale(var(--motion-scale));
  transition:
    opacity .72s cubic-bezier(.18,.85,.25,1),
    transform .88s cubic-bezier(.16,1,.3,1),
    filter .72s ease;
  transition-delay:calc(var(--motion-order,0) * 72ms);
  will-change:opacity,transform,filter;
}
body.lp-v6 .motion-item[data-motion="left"]{--motion-x:-62px;--motion-y:8px;--motion-scale:.985;}
body.lp-v6 .motion-item[data-motion="right"]{--motion-x:62px;--motion-y:8px;--motion-scale:.985;}
body.lp-v6 .motion-item[data-motion="scale"]{--motion-x:0px;--motion-y:18px;--motion-scale:.86;}
body.lp-v6 .motion-stage.is-motion-visible .motion-item{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,0,0) scale(1);
}
body.lp-v6 .motion-stage.is-motion-visible .pricing-card-featured{
  animation:pricingFeaturedGlow 3.8s ease-in-out 1.1s infinite;
}
body.lp-v6 .motion-stage.is-motion-visible .pricing-mode-sell{
  animation:pricingSwitchBreath 4.2s ease-in-out 1.3s infinite;
}
body.lp-v6 .motion-stage.is-motion-visible .faq-deco-star,
body.lp-v6 .motion-stage.is-motion-visible .audience-web-star{
  animation:premiumStarFloat 5.4s ease-in-out infinite;
}
body.lp-v6 .motion-stage.is-motion-visible .final-urgency-pill,
body.lp-v6 .motion-stage.is-motion-visible .final-active-ribbon{
  animation:urgencyGlow 2.8s ease-in-out 1s infinite;
}
body.lp-v6 .motion-stage.is-motion-visible .final-main-button{
  animation:ctaButtonBreath 3.2s ease-in-out 1.5s infinite;
}
body.lp-v6 [data-countdown] b.is-ticking{
  animation:countdownTick .34s cubic-bezier(.2,.9,.3,1);
}
@keyframes pricingFeaturedGlow{
  0%,100%{box-shadow:0 24px 55px rgba(82,41,237,.17),0 0 0 4px rgba(75,74,255,.05)}
  50%{box-shadow:0 30px 72px rgba(82,41,237,.27),0 0 0 6px rgba(75,74,255,.08)}
}
@keyframes pricingSwitchBreath{
  0%,100%{box-shadow:0 7px 18px rgba(11,99,248,.26),inset 0 1px 0 rgba(255,255,255,.22)}
  50%{box-shadow:0 11px 28px rgba(11,99,248,.38),0 0 0 3px rgba(11,99,248,.07),inset 0 1px 0 rgba(255,255,255,.22)}
}
@keyframes premiumStarFloat{
  0%,100%{transform:translateY(0) rotate(0);opacity:.72}
  50%{transform:translateY(-10px) rotate(8deg);opacity:1}
}
@keyframes urgencyGlow{
  0%,100%{filter:brightness(1);box-shadow:0 0 22px rgba(255,115,16,.42),inset 0 0 13px rgba(255,165,50,.18)}
  50%{filter:brightness(1.12);box-shadow:0 0 34px rgba(255,115,16,.64),inset 0 0 18px rgba(255,165,50,.25)}
}
@keyframes ctaButtonBreath{
  0%,100%{box-shadow:0 0 25px rgba(255,89,0,.8),0 0 45px rgba(255,158,0,.45),inset 0 1px 0 rgba(255,255,255,.55)}
  50%{box-shadow:0 0 34px rgba(255,89,0,.96),0 0 62px rgba(255,158,0,.62),inset 0 1px 0 rgba(255,255,255,.62)}
}
@keyframes countdownTick{
  0%{transform:translateY(-10px) scale(.9);opacity:.2;filter:blur(4px)}
  70%{transform:translateY(2px) scale(1.06);opacity:1;filter:blur(0)}
  100%{transform:none}
}
@media(prefers-reduced-motion:reduce){
  body.lp-v6 .motion-item,
  body.lp-v6 .motion-stage.is-motion-visible .motion-item{
    opacity:1!important;
    filter:none!important;
    transform:none!important;
    transition:none!important;
  }
  body.lp-v6 .motion-stage *{animation:none!important;}
  body.lp-v6 .faq-answer{transition:none!important;}
}


/* =========================================================
   v0.9.1 · Estados funcionales, iconografía y ajustes finos
   ========================================================= */
body.lp-v6 .pricing-premium-head>span,
body.lp-v6 .pricing-premium-head h2{font-weight:780;}
body.lp-v6 .pricing-premium-head p{font-weight:560;}
body.lp-v6 .pricing-mode{
  border:0;
  font:inherit;
  cursor:pointer;
  background:transparent;
  box-shadow:none;
  transition:color .35s ease,background .42s cubic-bezier(.2,.8,.2,1),box-shadow .42s ease,transform .3s ease;
}
body.lp-v6 .pricing-mode:hover{transform:translateY(-1px);}
body.lp-v6 .pricing-mode strong{font-weight:780;}
body.lp-v6 .pricing-mode small{font-weight:520;}
body.lp-v6 .pricing-mode-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  font-size:0;
}
body.lp-v6 .pricing-mode-icon svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.lp-v6 .pricing-mode-sell,
body.lp-v6 .pricing-mode-sell small,
body.lp-v6 .pricing-mode-sell .pricing-mode-icon,
body.lp-v6 .pricing-mode-own,
body.lp-v6 .pricing-mode-own small,
body.lp-v6 .pricing-mode-own .pricing-mode-icon{color:#536681;}
body.lp-v6 .pricing-mode[aria-pressed="true"]{
  color:#fff;
  background:linear-gradient(105deg,#0756e8,#116dff);
  box-shadow:0 9px 24px rgba(11,99,248,.3),inset 0 1px 0 rgba(255,255,255,.25);
}
body.lp-v6 .pricing-mode[aria-pressed="true"] small,
body.lp-v6 .pricing-mode[aria-pressed="true"] .pricing-mode-icon{color:#fff;}
body.lp-v6 .pricing-card{
  transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .38s ease,filter .42s ease,box-shadow .4s ease,border-color .4s ease,background .4s ease;
}
body.lp-v6 .pricing-card-title h3{font-weight:820;}
body.lp-v6 .pricing-card>p{font-weight:560;}
body.lp-v6 .pricing-price strong{font-weight:820;}
body.lp-v6 .pricing-price small,
body.lp-v6 .pricing-old-price{font-weight:680;}
body.lp-v6 .pricing-card li{font-weight:610;}
body.lp-v6 .pricing-plan-note{font-weight:620;}
body.lp-v6 .pricing-premium-section[data-pricing-view="sell"] .pricing-card-own,
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-sell{
  opacity:.64;
  filter:saturate(.28);
  color:#73809a;
  border-color:#dce3ed;
  background:linear-gradient(180deg,rgba(247,249,252,.9),rgba(239,243,248,.84));
  box-shadow:0 12px 30px rgba(30,47,77,.06);
}
body.lp-v6 .pricing-premium-section[data-pricing-view="sell"] .pricing-card-own .pricing-card-title h3,
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-sell .pricing-card-title h3,
body.lp-v6 .pricing-premium-section[data-pricing-view="sell"] .pricing-card-own .pricing-price strong,
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-sell .pricing-price strong{color:#68758b;}
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-own{
  opacity:1;
  filter:none;
  border:1.8px solid #1670ff;
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 25px 58px rgba(16,100,235,.18),0 0 0 4px rgba(22,112,255,.055);
}
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-own .pricing-card-title h3,
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-own .pricing-price strong{color:#0963ef;}
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-own .pricing-card-icon{
  color:#0864f3;
  background:#eaf3ff;
}
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-own .pricing-card-button{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(105deg,#0864f5,#0b8bff);
  box-shadow:0 13px 28px rgba(8,100,245,.25);
}
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-featured{animation:none;}
body.lp-v6 .pricing-premium-section[data-pricing-view="sell"] .pricing-card-own .pricing-card-button,
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-sell .pricing-card-button{
  color:#75839a;
  border-color:#aebbd0;
  background:linear-gradient(180deg,#f8fafc,#eef2f6);
  box-shadow:none;
}
body.lp-v6 .pricing-premium-section[data-pricing-view="sell"] .pricing-card-own .pricing-card-button b,
body.lp-v6 .pricing-premium-section[data-pricing-view="own"] .pricing-card-sell .pricing-card-button b{
  color:#fff;
  background:#8d9bb0;
  box-shadow:none;
}
body.lp-v6 .pricing-card.is-switching{transform:translateY(8px) scale(.985);opacity:.35;}
body.lp-v6 .pricing-card-button{
  justify-content:space-between;
  min-height:51px;
  padding:0 10px 0 20px;
  border-radius:15px;
  font-size:15px;
  font-weight:780;
  letter-spacing:-.015em;
  background:linear-gradient(180deg,#fff,#f6f9ff);
  box-shadow:0 8px 18px rgba(22,73,153,.07);
}
body.lp-v6 .pricing-card-button b{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(135deg,#126eff,#0759e6);
  box-shadow:0 7px 15px rgba(8,96,238,.2);
  font-size:18px;
  line-height:1;
  font-weight:500;
  transition:transform .25s ease;
}
body.lp-v6 .pricing-card-button:hover b{transform:translateX(3px);}
body.lp-v6 .pricing-card-button-featured{padding-left:22px;}
body.lp-v6 .pricing-card-button-featured{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(100deg,#075ef5,#6017ed);
  box-shadow:0 12px 25px rgba(73,37,232,.23);
}
body.lp-v6 .pricing-premium-section[data-pricing-view="sell"] .pricing-card-featured .pricing-card-button-featured,
body.lp-v6 .pricing-premium-section[data-pricing-view="sell"] .pricing-card-featured .pricing-card-button-featured:hover{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(100deg,#075ef5 0%,#5420f0 56%,#6917e9 100%);
  box-shadow:0 13px 28px rgba(73,37,232,.29);
}
body.lp-v6 .pricing-card-button-featured span{font-size:15px;font-weight:780;}
body.lp-v6 .pricing-premium-section[data-pricing-view="sell"] .pricing-card-featured .pricing-card-button-featured span{
  color:#fff;
  opacity:1;
  text-shadow:0 1px 2px rgba(27,6,90,.18);
}
body.lp-v6 .pricing-card-button-featured b{
  color:#5d24e8;
  background:#fff;
  box-shadow:0 7px 17px rgba(32,10,105,.2);
}
body.lp-v6 .motion-stage.is-motion-visible .pricing-mode-sell{animation:none;}
body.lp-v6 .motion-stage.is-motion-visible .pricing-mode[aria-pressed="true"]{
  animation:pricingSwitchBreath 4.2s ease-in-out 1.3s infinite;
}

body.lp-v6 .faq-item-icon{
  color:#2869ff;
  background:radial-gradient(circle at 34% 28%,#fff 0 12%,#edf3ff 45%,#e5eeff 100%);
  border:1px solid rgba(255,255,255,.95);
  box-shadow:0 8px 22px rgba(45,99,235,.13),inset 0 0 12px rgba(71,121,255,.08);
}
body.lp-v6 .faq-item-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.lp-v6 .faq-premium-list details:nth-child(2) .faq-item-icon{color:#4f71ff;background:linear-gradient(145deg,#f9fbff,#eaf0ff);}
body.lp-v6 .faq-premium-list details:nth-child(3) .faq-item-icon{color:#2469f5;background:linear-gradient(145deg,#fbfdff,#e7f0ff);}
body.lp-v6 .faq-premium-list details:nth-child(4) .faq-item-icon{color:#3565ed;background:linear-gradient(145deg,#fbfdff,#e8efff);}
body.lp-v6 .faq-premium-list details:nth-child(5) .faq-item-icon{color:#326df9;background:linear-gradient(145deg,#fbfdff,#e9f1ff);}
body.lp-v6 .faq-answer{will-change:height,opacity;}

body.lp-v6 .final-premium-panel{
  display:flex;
  flex-direction:column;
  min-height:836px;
  padding-bottom:0;
}
body.lp-v6 .final-premium-head{margin-bottom:40px;}
body.lp-v6 .final-premium-head h2{font-size:clamp(45px,3.2vw,54px);}
body.lp-v6 .final-offer-layout{max-width:1190px;margin-bottom:38px;}
body.lp-v6 .final-benefit-chips span{
  gap:9px;
  padding-inline:10px;
}
body.lp-v6 .final-benefit-chips i{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 auto;
  border:1px solid rgba(45,122,255,.55);
  border-radius:50%;
  color:#c9e7ff;
  background:rgba(9,55,143,.72);
  box-shadow:0 0 18px rgba(22,112,255,.18);
}
body.lp-v6 .final-benefit-chips svg,
body.lp-v6 .final-warning svg,
body.lp-v6 .final-setup-note svg,
body.lp-v6 .final-trust-strip svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.lp-v6 .final-benefit-chips svg{width:19px;height:19px;}
body.lp-v6 .final-warning,
body.lp-v6 .final-setup-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
body.lp-v6 .final-warning svg,
body.lp-v6 .final-setup-note svg{width:22px;height:22px;flex:0 0 auto;}
body.lp-v6 .final-warning svg{color:#ff9c18;}
body.lp-v6 .final-setup-note svg{color:#bfd3ff;}
body.lp-v6 .final-setup-note{margin-top:16px;}
body.lp-v6 .final-trust-strip{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  width:calc(100% + 13.64%);
  min-height:70px;
  margin:14px -6.82% 0;
  margin-top:auto;
}
body.lp-v6 .final-trust-strip span{gap:10px;}
body.lp-v6 .final-trust-strip svg{
  width:25px;
  height:25px;
  flex:0 0 auto;
  color:#bfd3ff;
}
body.lp-v6 [data-countdown] b.is-ticking{animation:countdownTickClean .3s cubic-bezier(.2,.9,.3,1);}
@keyframes countdownTickClean{
  0%{transform:translateY(-6px) scale(.94);opacity:.55}
  72%{transform:translateY(1px) scale(1.035);opacity:1}
  100%{transform:none;opacity:1}
}

@media(max-width:760px){
  body.lp-v6 .pricing-mode{width:100%;}
  body.lp-v6 .pricing-card-button{min-height:54px;font-size:16px;}
  body.lp-v6 .final-premium-panel{min-height:auto;padding-bottom:0;}
  body.lp-v6 .final-premium-head{margin-bottom:24px;}
  body.lp-v6 .final-premium-head h2{font-size:36px;}
  body.lp-v6 .final-benefit-chips span{justify-content:flex-start;padding:9px 18px;}
  body.lp-v6 .final-trust-strip{
    width:calc(100% + 28px);
    margin:18px -14px 0;
    padding:10px 8px;
  }
  body.lp-v6 .final-warning,
  body.lp-v6 .final-setup-note{align-items:flex-start;text-align:left;}
}


/* =========================================================
   v0.9.3 · Responsive global, textos finales y CTA compacta
   ========================================================= */
html{overflow-x:hidden;}
body.lp-v6{overflow-x:hidden;}
body.lp-v6 img,
body.lp-v6 svg{max-width:100%;}

body.lp-v6 .final-premium-cta{
  padding-top:24px;
  padding-bottom:46px;
}
body.lp-v6 .final-premium-panel{
  min-height:806px;
}
body.lp-v6 .final-premium-head{
  margin-bottom:30px;
}
body.lp-v6 .final-offer-layout{
  margin-bottom:30px;
}
body.lp-v6 .final-main-button{
  min-height:100px;
}

body.lp-v6 .final-main-button .final-main-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  flex:0 0 58px;
  border:1.5px solid rgba(255,255,255,.74);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24);
  font-size:0;
}
body.lp-v6 .final-main-button .final-main-icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transform:translateX(1px);
}
body.lp-v6 .final-main-button .final-main-label{
  display:inline-flex;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  white-space:nowrap;
}
body.lp-v6 .final-main-button b{
  display:inline-grid;
  place-items:center;
  min-width:34px;
  line-height:1;
}

@media(max-width:1180px){
  body.lp-v6 .lp-header{
    padding-inline:24px;
  }
  body.lp-v6 .lp-hero.lp-shell{
    grid-template-columns:1fr!important;
    gap:34px!important;
    padding:48px 26px 70px!important;
    min-height:auto!important;
  }
  body.lp-v6 .lp-hero-copy{
    max-width:920px!important;
    justify-self:center!important;
    margin:0!important;
  }
  body.lp-v6 .lp-hero-visual{
    justify-content:center!important;
    padding:0!important;
  }
  body.lp-v6 .lp-screen-wrap-tilt{
    width:min(100%,940px)!important;
    padding:10px 0 0!important;
    perspective:none!important;
  }
  body.lp-v6 .lp-screen-wrap-tilt::before,
  body.lp-v6 .lp-screen-wrap-tilt::after{
    display:none!important;
  }
  body.lp-v6 .lp-screen-card-tilt{
    transform:none!important;
    border-radius:32px!important;
    box-shadow:0 30px 76px rgba(6,24,50,.14)!important;
  }
  body.lp-v6 section.lp-tools-premium .tools-premium-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:920px!important;
  }
  body.lp-v6 .pricing-premium-section{
    padding-inline:24px!important;
  }
  body.lp-v6 .pricing-premium-head p{
    max-width:920px!important;
  }
  body.lp-v6 .final-premium-panel{
    width:min(100%,1120px)!important;
    min-height:auto!important;
    padding:34px 5% 0!important;
  }
  body.lp-v6 .final-premium-head{
    margin-bottom:30px!important;
  }
  body.lp-v6 .final-premium-head h2{
    max-width:900px!important;
    margin-inline:auto!important;
    font-size:clamp(38px,5.2vw,54px)!important;
  }
  body.lp-v6 .final-premium-head p{
    max-width:820px!important;
    margin-inline:auto!important;
  }
  body.lp-v6 .final-offer-layout{
    grid-template-columns:1fr!important;
    max-width:760px!important;
    gap:26px!important;
    margin-bottom:30px!important;
  }
  body.lp-v6 .final-price-card{
    min-height:190px!important;
  }
  body.lp-v6 .final-premium-actions{
    flex-direction:column!important;
    gap:18px!important;
  }
  body.lp-v6 .final-main-button{
    min-width:min(100%,745px)!important;
  }
  body.lp-v6 .final-trust-strip{
    width:calc(100% + 10%)!important;
    margin-inline:-5%!important;
  }
}

@media(max-width:760px){
  body.lp-v6 .lp-header{
    height:70px!important;
    padding:0 16px!important;
  }
  body.lp-v6 .lp-brand img{
    width:142px!important;
  }
  body.lp-v6 .lp-mobile-panel{
    top:70px!important;
    left:12px!important;
    right:12px!important;
    max-height:calc(100vh - 90px);
    overflow:auto;
  }
  body.lp-v6 .lp-hero.lp-shell{
    grid-template-columns:1fr!important;
    padding:28px 18px 56px!important;
    gap:24px!important;
  }
  body.lp-v6 .lp-hero-copy{
    display:contents!important;
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
  body.lp-v6 .lp-eyebrow{
    order:1;
    width:fit-content;
    max-width:100%;
    padding:8px 12px!important;
    font-size:13px!important;
    line-height:1.22!important;
  }
  body.lp-v6 .lp-hero h1{
    order:2;
    max-width:100%;
    margin:0!important;
    font-size:clamp(48px,17vw,76px)!important;
    line-height:.94!important;
    letter-spacing:-.058em!important;
  }
  body.lp-v6 .lp-hero p{
    order:3;
    max-width:100%!important;
    margin:0!important;
    font-size:17px!important;
    line-height:1.55!important;
  }
  body.lp-v6 .lp-hero-buttons{
    order:4;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin:0!important;
    width:100%;
  }
  body.lp-v6 .lp-hero-buttons .lp-btn{
    width:100%;
    min-height:56px;
    font-size:17px;
  }
  body.lp-v6 .lp-hero-visual{
    order:5;
    width:100%;
    margin-top:4px;
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
  body.lp-v6 .lp-screen-wrap-tilt{
    width:100%!important;
    padding:0!important;
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
  body.lp-v6 .lp-screen-card-tilt{
    width:100%;
    border-radius:24px!important;
    box-shadow:0 22px 58px rgba(6,24,50,.13)!important;
  }
  body.lp-v6 .lp-screen-card-tilt .lp-screen-top{
    height:40px!important;
    padding:0 14px!important;
  }
  body.lp-v6 .lp-screen-top i{
    width:8px!important;
    height:8px!important;
  }
  body.lp-v6 .lp-screen-top span{
    margin-left:auto!important;
    font-size:12px!important;
  }
  body.lp-v6 .lp-hero-metrics{
    order:6;
    grid-template-columns:1fr!important;
    width:100%;
    max-width:none!important;
    margin:0!important;
    gap:12px!important;
  }
  body.lp-v6 .lp-hero-metrics article{
    min-height:88px;
    padding:18px!important;
  }

  body.lp-v6 .lp-section-head h2,
  body.lp-v6 .lp-flow-head h2,
  body.lp-v6 .lp-dito-premium-copy h2,
  body.lp-v6 .lp-problem-head h2,
  body.lp-v6 section.lp-tools-premium .tools-premium-head h2,
  body.lp-v6 .audience-web-head h2,
  body.lp-v6 .pricing-premium-head h2,
  body.lp-v6 .faq-premium-head h2,
  body.lp-v6 .final-premium-head h2{
    font-size:clamp(34px,10.8vw,44px)!important;
    line-height:1.04!important;
    letter-spacing:-.045em!important;
  }
  body.lp-v6 .lp-flow-section,
  body.lp-v6 .lp-dito-premium-section,
  body.lp-v6 .lp-problem-premium-section,
  body.lp-v6 section.lp-tools-premium,
  body.lp-v6 .audience-web-section,
  body.lp-v6 .pricing-premium-section,
  body.lp-v6 .faq-premium-section{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  body.lp-v6 .lp-dito-premium-card{
    display:flex!important;
    flex-direction:column!important;
    gap:20px!important;
  }
  body.lp-v6 .lp-dito-premium-copy{
    display:contents!important;
  }
  body.lp-v6 .lp-dito-kicker{order:1;}
  body.lp-v6 .lp-dito-premium-copy h2{order:2;}
  body.lp-v6 .lp-dito-premium-copy>p{order:3;}
  body.lp-v6 .lp-dito-premium-visual{
    order:4;
    width:100%;
    min-height:auto!important;
    margin:4px auto 2px!important;
  }
  body.lp-v6 .lp-dito-visual-card{
    width:min(100%,360px)!important;
    min-height:390px!important;
    margin-inline:auto;
    padding-top:24px!important;
    border-radius:28px!important;
  }
  body.lp-v6 .lp-dito-visual-card img{
    width:min(310px,88%)!important;
  }
  body.lp-v6 .lp-dito-orbit{
    width:280px!important;
    height:280px!important;
    top:52px!important;
    margin-left:-140px!important;
  }
  body.lp-v6 .lp-dito-visual-card:before{
    inset:26px 30px auto 30px!important;
  }
  body.lp-v6 .lp-dito-premium-points{
    order:5;
    margin-top:8px!important;
  }
  body.lp-v6 section.lp-tools-premium .tools-premium-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  body.lp-v6 section.lp-tools-premium .tools-premium-card{
    min-height:auto!important;
    padding:24px 22px!important;
    border-radius:24px!important;
  }
  body.lp-v6 .audience-web-stage{
    overflow:visible!important;
  }
  body.lp-v6 .audience-web-center,
  body.lp-v6 .audience-web-left,
  body.lp-v6 .audience-web-right{
    transform:none!important;
  }
  body.lp-v6 .pricing-mode-switch{
    max-width:100%!important;
    padding:6px!important;
  }
  body.lp-v6 .pricing-card{
    padding:22px 18px 18px!important;
    border-radius:24px!important;
  }
  body.lp-v6 .pricing-card-featured{
    transform:none!important;
  }
  body.lp-v6 .pricing-offer-ribbon{
    left:18px!important;
    right:auto!important;
    max-width:calc(100% - 36px);
    font-size:12px!important;
  }
  body.lp-v6 .pricing-most-chosen{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    display:inline-flex!important;
    width:max-content;
    margin:12px 0 0 auto!important;
  }
  body.lp-v6 .pricing-price strong{
    font-size:42px!important;
  }
  body.lp-v6 .pricing-price-sale strong{
    font-size:48px!important;
  }
  body.lp-v6 .pricing-trust-strip{
    border-radius:24px!important;
  }
  body.lp-v6 .faq-premium-list{
    max-width:100%!important;
    gap:10px!important;
  }
  body.lp-v6 .faq-premium-list summary{
    grid-template-columns:40px minmax(0,1fr) 34px!important;
    padding:8px 10px!important;
  }
  body.lp-v6 .faq-answer>div{
    padding:0 16px 20px 60px!important;
  }
  body.lp-v6 .faq-premium-more a{
    width:100%;
    min-height:58px!important;
    justify-content:center;
    text-align:center;
  }

  body.lp-v6 .final-premium-cta{
    padding:30px 10px 38px!important;
  }
  body.lp-v6 .final-premium-panel{
    width:100%!important;
    padding:24px 14px 0!important;
    border-radius:30px!important;
  }
  body.lp-v6 .final-premium-head{
    margin-bottom:22px!important;
  }
  body.lp-v6 .final-premium-head p{
    font-size:15px!important;
    line-height:1.5!important;
  }
  body.lp-v6 .final-offer-layout{
    gap:20px!important;
    margin-bottom:22px!important;
  }
  body.lp-v6 .final-active-ribbon{
    width:100%!important;
    min-width:0!important;
    padding-inline:14px!important;
    font-size:12px!important;
  }
  body.lp-v6 .final-countdown{
    gap:4px!important;
  }
  body.lp-v6 .final-countdown>div{
    width:clamp(58px,18vw,72px)!important;
    height:72px!important;
  }
  body.lp-v6 .final-countdown b{
    font-size:clamp(25px,8vw,30px)!important;
  }
  body.lp-v6 .final-countdown span{
    font-size:8px!important;
  }
  body.lp-v6 .final-countdown i{
    font-size:16px!important;
  }
  body.lp-v6 .final-benefit-chips{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body.lp-v6 .final-benefit-chips span{
    min-height:50px!important;
    border-radius:18px!important;
  }
  body.lp-v6 .final-price-card{
    min-height:auto!important;
    padding:22px 14px!important;
    border-radius:22px!important;
  }
  body.lp-v6 .final-price-card>div{
    flex-wrap:wrap;
    gap:10px!important;
  }
  body.lp-v6 .final-price-card strong{
    font-size:clamp(38px,13vw,48px)!important;
  }
  body.lp-v6 .final-price-card p{
    font-size:14px!important;
  }
  body.lp-v6 .final-main-button{
    width:100%!important;
    min-width:0!important;
    min-height:78px!important;
    padding:0 16px!important;
    gap:12px!important;
    border-radius:25px!important;
    font-size:clamp(25px,8vw,34px)!important;
    justify-content:space-between!important;
    overflow:hidden;
  }
  body.lp-v6 .final-main-button .final-main-label{
    flex:1 1 auto;
    min-width:0;
    justify-content:center;
    text-align:center;
    font-size:clamp(24px,7.2vw,29px)!important;
    letter-spacing:-.035em;
  }
  body.lp-v6 .final-main-button .final-main-icon{
    width:44px!important;
    height:44px!important;
    flex-basis:44px!important;
  }
  body.lp-v6 .final-main-button .final-main-icon svg{
    width:24px!important;
    height:24px!important;
  }
  body.lp-v6 .final-main-button b{
    font-size:25px!important;
  }
  body.lp-v6 .final-secondary-button{
    width:100%!important;
    min-height:58px!important;
  }
  body.lp-v6 .final-warning,
  body.lp-v6 .final-setup-note{
    align-items:flex-start!important;
    justify-content:flex-start!important;
    text-align:left!important;
    font-size:13.5px!important;
  }
  body.lp-v6 .final-trust-strip{
    width:calc(100% + 28px)!important;
    margin:18px -14px 0!important;
    grid-template-columns:1fr 1fr!important;
    gap:0!important;
    min-height:auto!important;
    padding:10px 6px!important;
  }
  body.lp-v6 .final-trust-strip span{
    min-height:46px;
    padding:6px;
    font-size:11.5px!important;
    line-height:1.2;
    justify-content:flex-start!important;
  }
  body.lp-v6 .final-trust-strip svg{
    width:20px!important;
    height:20px!important;
  }
}

@media(max-width:430px){
  body.lp-v6 .lp-brand img{width:132px!important;}
  body.lp-v6 .lp-menu{
    width:42px;
    height:42px;
    padding:0!important;
  }
  body.lp-v6 .lp-eyebrow{
    font-size:12px!important;
  }
  body.lp-v6 .lp-hero h1{
    font-size:clamp(44px,16.5vw,64px)!important;
  }
  body.lp-v6 .lp-screen-top span{
    font-size:10.5px!important;
  }
  body.lp-v6 .final-countdown{
    grid-template-columns:repeat(7,auto)!important;
    gap:2px!important;
  }
  body.lp-v6 .final-countdown>div{
    width:54px!important;
    height:64px!important;
    border-radius:11px!important;
  }
  body.lp-v6 .final-countdown b{
    font-size:23px!important;
  }
  body.lp-v6 .final-countdown span{
    font-size:7px!important;
  }
  body.lp-v6 .final-countdown i{
    font-size:13px!important;
  }
  body.lp-v6 .final-main-button{
    min-height:72px!important;
    gap:8px!important;
    padding-inline:12px!important;
    font-size:25px!important;
  }
  body.lp-v6 .final-main-button .final-main-icon{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
  }
  body.lp-v6 .final-main-button .final-main-label{
    font-size:24px!important;
  }
}


/* =========================================================
   v0.9.6 · Loader global de aplicación + hero sincronizado
   ========================================================= */
body.is-loading-page{
  overflow:hidden;
}
.lp-loader.app-loader{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  padding:24px;
  background:
    radial-gradient(circle at 50% 52%,rgba(12,116,240,.08),transparent 30%),
    radial-gradient(circle at 44% 48%,rgba(21,190,216,.10),transparent 22%),
    linear-gradient(135deg,#fbfdff 0%,#eef8ff 52%,#fbfdff 100%);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition:opacity .48s ease,visibility .48s ease;
}
.lp-loader.app-loader::before,
.lp-loader.app-loader::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.lp-loader.app-loader::before{
  width:min(62vw,760px);
  height:min(62vw,760px);
  background:radial-gradient(circle,rgba(21,190,216,.12),transparent 66%);
  filter:blur(18px);
  transform:translate(-18vw,14vh);
}
.lp-loader.app-loader::after{
  width:min(45vw,560px);
  height:min(45vw,560px);
  background:radial-gradient(circle,rgba(8,102,232,.10),transparent 68%);
  filter:blur(16px);
  transform:translate(22vw,-12vh);
}
.lp-loader.app-loader.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.lp-loader.app-loader .app-loader-card{
  position:relative;
  z-index:2;
  width:min(560px,92vw);
  min-height:410px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:0 18px;
  padding:46px 44px 38px;
  border:1px solid rgba(209,225,244,.88);
  border-radius:30px;
  background:rgba(255,255,255,.88);
  box-shadow:
    0 34px 95px rgba(6,24,50,.11),
    inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(18px);
}
.lp-loader.app-loader .app-loader-card div{
  width:auto;
  height:auto;
  border-radius:0;
  overflow:visible;
  background:transparent;
}
.lp-loader.app-loader .app-loader-logo{
  grid-column:1/-1;
  justify-self:center;
  width:238px;
  max-width:72%;
  margin:0 0 25px;
}
.lp-loader.app-loader .app-loader-title{
  grid-column:1/-1;
  margin:0 0 12px;
  color:#142844;
  text-align:center;
  font-size:21px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.01em;
}
.lp-loader.app-loader .app-loader-subtitle{
  grid-column:1/-1;
  margin:0 0 32px;
  color:#435773;
  text-align:center;
  font-size:15px;
  line-height:1.45;
  font-weight:760;
}
.lp-loader.app-loader .app-loader-progress{
  position:relative;
  width:100%;
  height:18px;
  border-radius:999px;
  overflow:hidden;
  background:#e4effb;
  box-shadow:inset 0 1px 2px rgba(20,60,110,.05);
}
.lp-loader.app-loader .app-loader-progress::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0 35%,rgba(255,255,255,.48) 48%,transparent 62% 100%);
  transform:translateX(-120%);
  animation:appLoaderSweep 1.35s ease-in-out infinite;
}
.lp-loader.app-loader .app-loader-bar{
  display:block;
  width:12%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#1168f6 0%,#0d7df4 45%,#18bfd0 100%);
  box-shadow:0 7px 18px rgba(11,108,238,.24);
  transition:width .28s cubic-bezier(.22,1,.36,1);
}
.lp-loader.app-loader .app-loader-percent{
  align-self:center;
  justify-self:end;
  min-width:42px;
  color:#0871ed;
  font-size:15px;
  font-weight:950;
}
.lp-loader.app-loader .app-loader-wait{
  grid-column:1/-1;
  justify-self:center;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:25px 0 27px;
  color:#68809a;
  font-size:14px;
  font-weight:760;
}
.lp-loader.app-loader .app-loader-wait span{
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  color:#52a5d7;
}
.lp-loader.app-loader .app-loader-steps{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  padding-top:20px;
  border-top:1px solid #dce9f7;
}
.lp-loader.app-loader .app-loader-step{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  align-items:center;
  gap:8px;
  padding:0 16px;
  border-right:1px solid #dce9f7;
}
.lp-loader.app-loader .app-loader-step:last-child{
  border-right:0;
}
.lp-loader.app-loader .app-loader-step i{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border:2px solid #16d28a;
  border-radius:50%;
}
.lp-loader.app-loader .app-loader-step-done i::before{
  content:"";
  width:9px;
  height:5px;
  border-left:2px solid #16d28a;
  border-bottom:2px solid #16d28a;
  transform:rotate(-45deg) translate(1px,-1px);
}
.lp-loader.app-loader .app-loader-step-active i{
  border-color:#1a8dff;
  border-top-color:transparent;
  animation:appLoaderSpin .8s linear infinite;
}
.lp-loader.app-loader .app-loader-step b{
  color:#20344f;
  font-size:12px;
  line-height:1.15;
  font-weight:950;
}
.lp-loader.app-loader .app-loader-step small{
  color:#03a979;
  font-size:11px;
  line-height:1.1;
  font-weight:850;
}
.lp-loader.app-loader .app-loader-step-active small{
  color:#0871ed;
}
@keyframes appLoaderSweep{
  0%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}
@keyframes appLoaderSpin{
  to{transform:rotate(360deg)}
}
@media(max-width:640px){
  .lp-loader.app-loader{
    padding:18px;
  }
  .lp-loader.app-loader .app-loader-card{
    width:min(100%,380px);
    min-height:0;
    grid-template-columns:1fr;
    padding:34px 22px 28px;
    border-radius:26px;
  }
  .lp-loader.app-loader .app-loader-logo{
    width:205px;
    margin-bottom:22px;
  }
  .lp-loader.app-loader .app-loader-title{
    font-size:18px;
  }
  .lp-loader.app-loader .app-loader-subtitle{
    margin-bottom:24px;
    font-size:13.5px;
  }
  .lp-loader.app-loader .app-loader-progress{
    height:16px;
  }
  .lp-loader.app-loader .app-loader-percent{
    justify-self:center;
    margin-top:10px;
  }
  .lp-loader.app-loader .app-loader-wait{
    margin:18px 0 20px;
    font-size:12.5px;
  }
  .lp-loader.app-loader .app-loader-steps{
    grid-template-columns:1fr;
    gap:10px;
    padding-top:16px;
  }
  .lp-loader.app-loader .app-loader-step{
    min-height:42px;
    padding:0;
    border-right:0;
  }
}

@media(min-width:761px){
  body.lp-v6 .lp-hero-cinematic .lp-hero-copy,
  body.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt,
  body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
    opacity:0!important;
    animation:none!important;
  }
  body.lp-v6 .lp-hero-cinematic .lp-hero-copy{
    transform:translateX(-34px) translateY(14px)!important;
  }
  body.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt{
    transform:translateX(52px) scale(.96)!important;
  }
  body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
    transform:translateY(16px)!important;
  }
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-copy{
    animation:lpHero077Copy .95s cubic-bezier(.22,1,.36,1) .08s forwards!important;
  }
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-screen-wrap-tilt{
    animation:lpHero077Screen 1.05s cubic-bezier(.22,1,.36,1) .18s forwards!important;
  }
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-metrics article{
    animation:lpHero077Metric .62s cubic-bezier(.22,1,.36,1) forwards!important;
  }
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-metrics article:nth-child(1){animation-delay:.62s!important}
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-metrics article:nth-child(2){animation-delay:.78s!important}
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-metrics article:nth-child(3){animation-delay:.94s!important}
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-screen-wrap-tilt:before{
    animation:lpHeroGlowIn 1.25s ease .2s both, lpHeroGlowFloat 5.6s ease-in-out 1.45s infinite!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .lp-loader.app-loader .app-loader-progress::after,
  .lp-loader.app-loader .app-loader-step-active i{
    animation:none!important;
  }
  body.lp-v6 .lp-hero-cinematic .lp-hero-copy,
  body.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt,
  body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
  }
}

@media(min-width:761px){
  body.lp-v6 .lp-hero-cinematic .lp-hero-copy,
  body.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt,
  body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
    animation:none!important;
    transition:
      opacity .78s cubic-bezier(.22,1,.36,1),
      transform .9s cubic-bezier(.22,1,.36,1)!important;
    will-change:opacity,transform;
  }
  body.lp-v6 .lp-hero-cinematic .lp-hero-copy{
    opacity:0!important;
    transform:translateX(-34px) translateY(14px)!important;
    transition-delay:.08s!important;
  }
  body.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt{
    opacity:0!important;
    transform:translateX(52px) scale(.96)!important;
    transition-delay:.18s!important;
  }
  body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
    opacity:0!important;
    transform:translateY(16px)!important;
  }
  body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(1){transition-delay:.62s!important}
  body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(2){transition-delay:.78s!important}
  body.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(3){transition-delay:.94s!important}
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-copy,
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-screen-wrap-tilt,
  body.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-metrics article{
    opacity:1!important;
    transform:translate3d(0,0,0) scale(1)!important;
  }
}

/* Refuerzo visual del loader global: evita herencias del loader antiguo */
.lp-loader.app-loader .app-loader-card{
  grid-template-columns:minmax(0,1fr) 56px!important;
}
.lp-loader.app-loader .app-loader-progress{
  display:block!important;
  grid-column:1/2!important;
  align-self:center!important;
  width:100%!important;
  min-width:0!important;
  height:18px!important;
  border-radius:999px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#eaf3ff,#dceafa)!important;
  box-shadow:
    inset 0 1px 2px rgba(17,48,88,.08),
    0 1px 0 rgba(255,255,255,.9)!important;
}
.lp-loader.app-loader .app-loader-bar{
  display:block!important;
  min-width:42px!important;
  height:100%!important;
  border-radius:999px!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.22),rgba(255,255,255,0) 28%),
    linear-gradient(90deg,#1167f3 0%,#0c83f6 46%,#16bfd0 100%)!important;
  box-shadow:
    0 8px 18px rgba(9,111,240,.24),
    inset 0 1px 0 rgba(255,255,255,.34)!important;
}
.lp-loader.app-loader .app-loader-percent{
  grid-column:2/3!important;
  min-width:50px!important;
  text-align:right!important;
}
@media(max-width:640px){
  .lp-loader.app-loader .app-loader-card{
    grid-template-columns:1fr!important;
  }
  .lp-loader.app-loader .app-loader-progress,
  .lp-loader.app-loader .app-loader-percent{
    grid-column:1/-1!important;
  }
  .lp-loader.app-loader .app-loader-progress{
    height:16px!important;
  }
  .lp-loader.app-loader .app-loader-percent{
    text-align:center!important;
  }
}

/* =========================================================
   v0.9.7 · Legal RGPD/LSSI + consentimiento de cookies
   ========================================================= */
.legal-page{
  min-height:100vh;
  padding:0 18px 44px;
  background:
    radial-gradient(circle at 12% 12%,rgba(21,190,216,.10),transparent 25%),
    radial-gradient(circle at 88% 8%,rgba(8,102,232,.09),transparent 28%),
    linear-gradient(180deg,#fbfdff,#fff);
}
.legal-header{
  max-width:1120px;
  margin:0 auto;
  padding:28px 0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.legal-header img{
  width:178px;
  max-width:60vw;
  display:block;
}
.legal-nav{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  justify-content:flex-end;
}
.legal-nav a{
  color:#243b5a;
  font-weight:900;
}
.legal-nav a:hover,
.legal-card a,
.legal-footer a{
  color:#0866e8;
}
.legal-card{
  max-width:980px;
  margin:0 auto 34px;
  padding:44px;
  border:1px solid #dfe9f7;
  border-radius:32px;
  background:rgba(255,255,255,.92);
  box-shadow:0 24px 70px rgba(6,24,50,.09);
}
.legal-version{
  display:inline-flex;
  margin:0 0 16px;
  padding:8px 12px;
  border-radius:999px;
  background:#eef7ff;
  color:#0866e8!important;
  font-size:13px!important;
  font-weight:950;
}
.legal-card h1{
  margin:0 0 14px;
  color:#071a38;
  font-size:clamp(38px,5vw,62px);
  line-height:1;
  letter-spacing:-2.5px;
}
.legal-intro{
  margin:0 0 32px!important;
  color:#4d607a!important;
  font-size:19px!important;
  line-height:1.6!important;
}
.legal-card section{
  padding:26px 0;
  border-top:1px solid #edf3fb;
}
.legal-card section:first-of-type{
  border-top:0;
  padding-top:0;
}
.legal-card h2{
  margin:0 0 14px;
  color:#071a38;
  font-size:28px;
  letter-spacing:-.8px;
}
.legal-card h3{
  margin:22px 0 8px;
  color:#0c2445;
  font-size:20px;
}
.legal-card p,
.legal-card li{
  color:#40536f;
  font-size:16px;
  line-height:1.74;
}
.legal-card ul{
  margin:12px 0 0;
  padding-left:22px;
}
.legal-card li+li{
  margin-top:8px;
}
.legal-table-wrap{
  width:100%;
  overflow:auto;
  margin-top:18px;
  border:1px solid #dfe9f7;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 34px rgba(6,24,50,.06);
}
.legal-cookie-table{
  width:100%;
  min-width:920px;
  border-collapse:collapse;
}
.legal-cookie-table th,
.legal-cookie-table td{
  padding:14px 15px;
  border-bottom:1px solid #edf3fb;
  text-align:left;
  vertical-align:top;
  color:#40536f;
  font-size:14px;
  line-height:1.45;
}
.legal-cookie-table th{
  color:#071a38;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.05em;
  background:#f7fbff;
}
.legal-cookie-table tr:last-child td{
  border-bottom:0;
}
.legal-cookie-open{
  border:0;
  border-radius:16px;
  padding:14px 20px;
  background:linear-gradient(135deg,#0866e8,#0a8cff);
  color:#fff;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(8,102,232,.24);
}
.legal-footer{
  max-width:1120px;
  margin:0 auto;
  border:1px solid #edf3fb;
  border-radius:26px;
}
.legal-consent-check{
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr);
  align-items:start;
  gap:10px;
  padding:12px 0 0;
  color:#40536f;
  font-size:13px;
  font-weight:760!important;
  line-height:1.45;
}
.legal-consent-check input{
  width:18px!important;
  height:18px!important;
  margin:2px 0 0!important;
  padding:0!important;
  accent-color:#0866e8;
}
.legal-consent-check a{
  color:#0866e8;
  font-weight:950;
}
.checkout-legal-checks{
  display:grid;
  gap:12px;
  margin:18px 0;
  padding:16px;
  border:1px solid #dfe9f7;
  border-radius:18px;
  background:#f8fbff;
}
.cookie-banner{
  position:fixed;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:99990;
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  align-items:start;
  justify-content:stretch;
  max-width:1180px;
  margin:0 auto;
  padding:20px;
  border:1px solid #dce8f6;
  border-radius:24px;
  background:rgba(255,255,255,.97);
  box-shadow:0 26px 70px rgba(6,24,50,.16);
  backdrop-filter:blur(18px);
}
.cookie-banner[hidden],
.cookie-modal[hidden]{
  display:none!important;
}
.cookie-copy strong{
  display:block;
  margin-bottom:8px;
  color:#071a38;
  font-size:19px;
  font-weight:950;
}
.cookie-copy p{
  max-width:820px;
  margin:0;
  color:#52667f;
  line-height:1.55;
}
.cookie-copy a{
  display:inline-flex;
  margin-top:8px;
  color:#0866e8;
  font-weight:950;
}
.cookie-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-start;
}
.cookie-btn{
  border:1px solid #cfe0fb;
  border-radius:14px;
  padding:12px 16px;
  background:#fff;
  color:#0866e8;
  font-weight:950;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.cookie-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(8,102,232,.13);
}
.cookie-btn.primary{
  border-color:transparent;
  color:#fff;
  background:linear-gradient(135deg,#0866e8,#0a8cff);
}
.cookie-modal{
  position:fixed;
  inset:0;
  z-index:99991;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(6,24,50,.48);
}
.cookie-modal-card{
  position:relative;
  width:min(680px,94vw);
  max-height:min(86vh,760px);
  overflow:auto;
  padding:30px;
  border:1px solid #dce8f6;
  border-radius:30px;
  background:#fff;
  box-shadow:0 34px 95px rgba(6,24,50,.28);
}
.cookie-modal-x{
  position:absolute;
  top:16px;
  right:16px;
  width:34px;
  height:34px;
  border:1px solid #dce8f6;
  border-radius:50%;
  background:#fff;
  color:#33465e;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.cookie-modal-card h3{
  margin:0 42px 10px 0;
  color:#071a38;
  font-size:30px;
  letter-spacing:-1px;
}
.cookie-modal-card p{
  margin:0 0 18px;
  color:#52667f;
  line-height:1.65;
}
.cookie-options{
  display:grid;
  gap:10px;
}
.cookie-check{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr);
  align-items:start!important;
  gap:12px!important;
  padding:14px!important;
  border:1px solid #e4edf8;
  border-radius:18px;
  background:#fbfdff;
  color:#33465e!important;
}
.cookie-check input{
  width:20px!important;
  height:20px!important;
  margin:2px 0 0!important;
  accent-color:#0866e8;
}
.cookie-check b{
  display:block;
  color:#0c2445;
  font-size:15px;
  font-weight:950;
}
.cookie-check small{
  display:block;
  margin-top:3px;
  color:#5b6f89;
  font-size:13px;
  line-height:1.4;
}
.cookie-modal-actions{
  margin-top:18px;
}
@media(max-width:760px){
  .legal-page{
    padding:0 14px 28px;
  }
  .legal-header{
    display:block;
    text-align:center;
    padding:22px 0 16px;
  }
  .legal-header img{
    margin:0 auto 14px;
    width:164px;
  }
  .legal-nav{
    justify-content:center;
    font-size:14px;
  }
  .legal-card{
    padding:26px 20px;
    border-radius:26px;
  }
  .legal-card h1{
    letter-spacing:-1.5px;
  }
  .legal-card h2{
    font-size:23px;
  }
  .legal-card p,
  .legal-card li{
    font-size:15px;
  }
  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
    display:block;
    padding:16px;
  }
  .cookie-actions{
    justify-content:stretch;
    margin-top:14px;
  }
  .cookie-btn{
    flex:1 1 100%;
  }
  .cookie-modal-card{
    padding:24px 18px;
    border-radius:24px;
  }
}

/* =========================================================
   v0.9.10 · Entrada sincronizada tras loader
   ========================================================= */
body.is-loader-fading{
  overflow:hidden;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-copy,
body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt,
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
  animation:none!important;
  will-change:opacity,transform,filter;
}
body.landing-page.lp-v6:not(.is-loader-gone) .lp-hero-cinematic .lp-hero-copy{
  opacity:0!important;
  transform:translate3d(-38px,16px,0)!important;
  filter:blur(8px)!important;
}
body.landing-page.lp-v6:not(.is-loader-gone) .lp-hero-cinematic .lp-screen-wrap-tilt{
  opacity:0!important;
  transform:translate3d(58px,10px,0) scale(.955)!important;
  filter:blur(10px)!important;
}
body.landing-page.lp-v6:not(.is-loader-gone) .lp-hero-cinematic .lp-hero-metrics article{
  opacity:0!important;
  transform:translate3d(0,18px,0) scale(.985)!important;
  filter:blur(6px)!important;
}
body.landing-page.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-copy,
body.landing-page.lp-v6.is-loader-gone .lp-hero-cinematic .lp-screen-wrap-tilt,
body.landing-page.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-metrics article{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-copy{
  transition:
    opacity .82s cubic-bezier(.18,1,.32,1),
    transform .9s cubic-bezier(.18,1,.32,1),
    filter .82s cubic-bezier(.18,1,.32,1)!important;
  transition-delay:.06s!important;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt{
  transition:
    opacity .92s cubic-bezier(.18,1,.32,1),
    transform 1s cubic-bezier(.18,1,.32,1),
    filter .92s cubic-bezier(.18,1,.32,1)!important;
  transition-delay:.18s!important;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
  transition:
    opacity .62s cubic-bezier(.18,1,.32,1),
    transform .72s cubic-bezier(.18,1,.32,1),
    filter .62s cubic-bezier(.18,1,.32,1)!important;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(1){transition-delay:.58s!important}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(2){transition-delay:.72s!important}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(3){transition-delay:.86s!important}

body.auth .auth-card{
  opacity:0;
  transform:translate3d(0,24px,0) scale(.975);
  filter:blur(10px);
  pointer-events:none;
  transition:
    opacity .58s cubic-bezier(.18,1,.32,1),
    transform .66s cubic-bezier(.18,1,.32,1),
    filter .58s cubic-bezier(.18,1,.32,1);
  transition-delay:.08s;
  will-change:opacity,transform,filter;
}
body.auth.is-loader-gone .auth-card{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:blur(0);
  pointer-events:auto;
}
@media(prefers-reduced-motion:reduce){
  body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-copy,
  body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt,
  body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article,
  body.auth .auth-card{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
    animation:none!important;
    pointer-events:auto!important;
  }
}

/* =========================================================
   v0.9.11 · Hero precargado y animaciones GPU-friendly
   ========================================================= */
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-copy,
body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt,
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article,
body.auth .auth-card{
  backface-visibility:hidden;
  transform-style:preserve-3d;
  will-change:opacity,transform!important;
  filter:none!important;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt,
body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-card-tilt,
body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-card-tilt img{
  backface-visibility:hidden;
  will-change:transform;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt::before,
body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt::after{
  animation:none!important;
  will-change:opacity,transform;
}
body.landing-page.lp-v6:not(.is-first-view-prepared) .lp-hero-cinematic .lp-hero-copy,
body.landing-page.lp-v6:not(.is-first-view-prepared) .lp-hero-cinematic .lp-screen-wrap-tilt,
body.landing-page.lp-v6:not(.is-first-view-prepared) .lp-hero-cinematic .lp-hero-metrics article,
body.auth:not(.is-first-view-prepared) .auth-card{
  transition:none!important;
}
body.landing-page.lp-v6:not(.is-loader-gone) .lp-hero-cinematic .lp-hero-copy{
  opacity:0!important;
  transform:translate3d(-42px,14px,0)!important;
  filter:none!important;
}
body.landing-page.lp-v6:not(.is-loader-gone) .lp-hero-cinematic .lp-screen-wrap-tilt{
  opacity:0!important;
  transform:translate3d(62px,8px,0) scale(.965)!important;
  filter:none!important;
}
body.landing-page.lp-v6:not(.is-loader-gone) .lp-hero-cinematic .lp-hero-metrics article{
  opacity:0!important;
  transform:translate3d(0,18px,0) scale(.99)!important;
  filter:none!important;
}
body.landing-page.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-copy,
body.landing-page.lp-v6.is-loader-gone .lp-hero-cinematic .lp-screen-wrap-tilt,
body.landing-page.lp-v6.is-loader-gone .lp-hero-cinematic .lp-hero-metrics article{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:none!important;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-copy{
  transition:
    opacity .72s cubic-bezier(.2,.9,.24,1),
    transform .82s cubic-bezier(.2,.9,.24,1)!important;
  transition-delay:.04s!important;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-screen-wrap-tilt{
  transition:
    opacity .78s cubic-bezier(.2,.9,.24,1),
    transform .88s cubic-bezier(.2,.9,.24,1)!important;
  transition-delay:.12s!important;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article{
  transition:
    opacity .5s cubic-bezier(.2,.9,.24,1),
    transform .58s cubic-bezier(.2,.9,.24,1)!important;
}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(1){transition-delay:.46s!important}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(2){transition-delay:.58s!important}
body.landing-page.lp-v6 .lp-hero-cinematic .lp-hero-metrics article:nth-child(3){transition-delay:.7s!important}
body.auth .auth-card{
  transition:
    opacity .48s cubic-bezier(.2,.9,.24,1),
    transform .56s cubic-bezier(.2,.9,.24,1)!important;
  filter:none!important;
}
body.auth:not(.is-loader-gone) .auth-card{
  opacity:0!important;
  transform:translate3d(0,20px,0) scale(.98)!important;
}
body.auth.is-loader-gone .auth-card{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
}

/* =========================================================
   v0.10.0 · Panel funcional, onboarding y registro progresivo
   ========================================================= */
body.panel-body{--panel-bg:#f8fbff;--panel-navy:#061832;--panel-blue:#0866e8;--panel-blue-2:#0b82ff;--panel-line:#e4ebf5;--panel-muted:#64748b;--panel-text:#071a34;--panel-shadow:0 20px 55px rgba(7,24,50,.08);background:var(--panel-bg);color:var(--panel-text);min-height:100vh}.panel-shell{min-height:100vh}.panel-sidebar{position:fixed;inset:0 auto 0 0;width:292px;padding:28px 20px;color:#fff;z-index:60;display:flex;flex-direction:column;gap:22px;background:radial-gradient(circle at 12% 10%,rgba(8,102,232,.48),transparent 24%),linear-gradient(180deg,#061a37 0%,#001326 100%);box-shadow:16px 0 60px rgba(1,14,31,.22)}.panel-brand{display:block;padding:0 4px 18px}.panel-brand img{width:178px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.18))}.panel-nav{display:grid;gap:8px}.panel-nav a{display:flex;align-items:center;gap:13px;min-height:48px;padding:0 14px;border-radius:13px;color:#edf6ff;font-weight:900;transition:transform .18s ease,background .18s ease,opacity .18s ease}.panel-nav a:hover{transform:translateX(3px);background:rgba(255,255,255,.08)}.panel-nav a.is-active{background:linear-gradient(135deg,#0d61f2,#0a91ff);box-shadow:0 14px 32px rgba(8,102,232,.34)}.panel-nav a.is-soft-locked{opacity:.58}.panel-nav-icon{display:grid;place-items:center;width:24px;height:24px;font-size:18px}.panel-nav b{margin-left:auto;background:#0a7dff;color:#fff;font-size:10px;text-transform:uppercase;border-radius:999px;padding:5px 8px}.panel-plan-card{margin-top:auto;border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:18px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.panel-plan-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;margin-bottom:12px;color:#6ee7ff;background:rgba(8,102,232,.28)}.panel-plan-card strong{display:block;margin-bottom:12px}.panel-plan-card p{margin:0 0 13px;color:#d7e8ff;font-size:14px}.panel-plan-meter{height:8px;border-radius:999px;background:rgba(255,255,255,.16);overflow:hidden}.panel-plan-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#117cff,#1ac9dc)}.panel-plan-card a{display:grid;place-items:center;margin-top:17px;min-height:42px;border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:11px;font-weight:900}.panel-user-card{display:flex;align-items:center;gap:12px;padding:13px;border-radius:18px;background:rgba(255,255,255,.06)}.panel-avatar{flex:0 0 auto;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#eaf4ff,#fff);color:#075bd2;font-weight:950;box-shadow:0 12px 28px rgba(0,0,0,.12)}.panel-avatar.small{width:34px;height:34px;font-size:12px}.panel-user-card b,.panel-profile-chip b{display:block}.panel-user-card small{display:block;color:#b9c9df;font-size:12px;max-width:145px;overflow:hidden;text-overflow:ellipsis}.panel-user-card>a{margin-left:auto;color:#fff;font-size:22px}.panel-main{margin-left:292px;min-height:100vh}.panel-topbar{position:sticky;top:0;z-index:45;height:78px;display:flex;align-items:center;gap:18px;padding:0 34px;background:rgba(255,255,255,.9);border-bottom:1px solid var(--panel-line);backdrop-filter:blur(16px)}.panel-menu-btn{display:none}.panel-search{display:flex;align-items:center;gap:12px;width:min(420px,42vw);height:44px;padding:0 16px;border:1px solid #dbe5f2;border-radius:12px;background:#fff}.panel-search span{color:#687a95}.panel-search input{border:0;outline:0;width:100%;font:inherit;color:#17243a}.panel-create-btn{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 22px;border-radius:10px;color:#fff;font-weight:950;background:linear-gradient(135deg,#075ce5,#0a8dff);box-shadow:0 16px 34px rgba(8,102,232,.24)}.panel-top-icon{position:relative;display:grid;place-items:center;width:42px;height:42px;border-radius:13px;font-size:24px;color:#071a34}.panel-top-icon b{position:absolute;top:3px;right:3px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#0866e8;color:#fff;font-size:11px}.panel-profile-chip{display:flex;align-items:center;gap:10px;font-weight:900;color:#0b1830}.panel-profile-chip i{font-style:normal;color:#64748b}.panel-email-banner,.panel-flash{margin:22px 34px 0;display:flex;align-items:center;gap:14px;padding:15px 16px;border:1px solid #bfdbfe;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#fff);box-shadow:0 12px 32px rgba(8,102,232,.08)}.panel-email-banner>span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#dbeafe;color:#075bd2;font-size:20px}.panel-email-banner p{margin:2px 0 0;color:#475b76}.panel-email-banner form{margin-left:auto}.panel-email-banner button,.panel-flash a{border:0;background:#0866e8;color:#fff;border-radius:11px;padding:11px 14px;font-weight:900;cursor:pointer}.panel-email-banner button.ghost{background:#fff;color:#0866e8;border:1px solid #bdd7ff}.panel-flash{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}.panel-flash.error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.panel-flash.info{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}.panel-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 328px;gap:24px;padding:28px 34px 38px}.panel-content-wide{grid-template-columns:1fr}.panel-workspace{display:grid;gap:22px;align-content:start}.panel-right-rail{display:grid;gap:18px;align-content:start}.panel-card{background:#fff;border:1px solid var(--panel-line);border-radius:18px;box-shadow:0 12px 34px rgba(7,24,50,.055)}.panel-card-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-card-title h3{margin:0;font-size:18px;letter-spacing:-.2px}.panel-card-title a,.panel-card-title span{color:#075bd2;font-size:13px;font-weight:900}.panel-hello-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.panel-hello-row h1{margin:0;color:#07162d;font-size:32px;letter-spacing:-1px}.panel-hello-row p{margin:6px 0 0;color:#4d6079}.panel-date-filter{display:flex;align-items:center;gap:18px;height:46px;padding:0 16px;border:1px solid #dbe5f2;border-radius:12px;background:#fff;color:#34445b;font-weight:850}.panel-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.panel-metric{position:relative;min-height:134px;padding:20px;border-radius:14px;border:1px solid var(--tone-line,#dbeafe);background:linear-gradient(135deg,#fff,var(--tone-bg,#f8fbff));overflow:hidden}.panel-metric span{font-weight:900;color:#0b1830}.panel-metric strong{display:block;margin:12px 0 8px;font-size:28px;letter-spacing:-1px}.panel-metric small{font-weight:850;color:#2e4670}.panel-metric i{position:absolute;right:20px;top:38px;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;font-style:normal;font-size:27px;color:var(--tone,#0866e8);background:rgba(255,255,255,.72);border:1px solid var(--tone-line,#dbeafe)}.panel-metric.purple{--tone:#7c3aed;--tone-bg:#fbf7ff;--tone-line:#ddd6fe}.panel-metric.green{--tone:#10a86a;--tone-bg:#f3fff9;--tone-line:#bbf7d0}.panel-metric.blue{--tone:#0866e8;--tone-bg:#f5faff;--tone-line:#bfdbfe}.panel-metric.orange{--tone:#f59e0b;--tone-bg:#fffaf0;--tone-line:#fed7aa}.quick-panel{padding:20px}.quick-panel h2{margin:0 0 16px;font-size:19px}.quick-panel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.quick-panel-grid article{position:relative;display:grid;justify-items:center;text-align:center;gap:11px;min-height:220px;padding:24px 18px 16px;border:1px solid var(--panel-line);border-radius:14px;background:linear-gradient(180deg,#fff,#fbfdff)}.quick-panel-grid article.is-locked{filter:saturate(.78);background:#f8fafc}.quick-panel-grid i{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;font-style:normal;font-size:28px;color:#075bd2;background:#eff6ff}.quick-panel-grid h3{margin:0;font-size:17px}.quick-panel-grid p{margin:0;color:#40516c;line-height:1.45}.quick-panel-grid small{color:#7a4b00;font-weight:850}.quick-panel-grid a{align-self:end;min-width:130px;padding:10px 14px;border:1px solid #cfe0fb;border-radius:9px;color:#075bd2;font-weight:900}.panel-chart-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.panel-chart-card,.panel-donut-card{padding:20px}.panel-line-chart{position:relative;min-height:220px}.panel-line-chart svg{width:100%;height:220px;display:block}.panel-line-chart b{position:absolute;right:24%;top:48%;padding:13px 14px;background:#fff;border:1px solid #dbe5f2;border-radius:10px;box-shadow:0 12px 28px rgba(7,24,50,.08);font-size:13px;line-height:1.45}.panel-donut-card{display:grid;grid-template-columns:190px 1fr;gap:14px;align-items:center}.panel-donut-card .panel-card-title{grid-column:1/-1}.panel-donut{width:170px;height:170px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#45c78a 0 var(--active),#f8bf38 var(--active) calc(var(--active) + var(--inactive)),#8b5cf6 calc(var(--active) + var(--inactive)) 100%)}.panel-donut span{display:grid;place-items:center;width:92px;height:92px;border-radius:50%;background:#fff;text-align:center}.panel-donut b{font-size:28px}.panel-donut small{color:#64748b}.panel-donut-legend{list-style:none;margin:0;padding:0;display:grid;gap:14px}.panel-donut-legend li{display:flex;align-items:center;gap:10px;color:#33445f}.panel-donut-legend i{width:13px;height:13px;border-radius:50%}.panel-donut-legend .green{background:#45c78a}.panel-donut-legend .yellow{background:#f8bf38}.panel-donut-legend .purple{background:#8b5cf6}.panel-donut-legend b{margin-left:auto}.panel-account-status{padding:20px}.account-progress{margin:18px 0}.account-progress span{font-weight:950;color:#0b1830}.account-progress div{height:9px;margin-top:10px;border-radius:999px;background:#e8eef8;overflow:hidden}.account-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0866e8,#18c0d7)}.account-checklist{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.account-check{display:grid;grid-template-columns:28px 1fr;gap:2px 10px;align-items:center;padding:12px;border:1px solid #e5edf7;border-radius:12px;background:#fbfdff}.account-check i{grid-row:1/3;width:26px;height:26px;border-radius:50%;background:#e2e8f0;position:relative}.account-check.done i{background:#22c55e}.account-check.review i,.account-check.progress i{background:#f59e0b}.account-check i:after{content:"";position:absolute;inset:8px;border-radius:50%;background:#fff}.account-check b{font-size:13px}.account-check small{font-size:12px;color:#64748b;font-weight:900}.panel-client-table{padding:18px 18px 10px}.panel-table-wrap{overflow:auto;margin-top:12px}.panel-client-table table{width:100%;border-collapse:collapse;min-width:760px}.panel-client-table th,.panel-client-table td{padding:13px 12px;border-bottom:1px solid #edf2f8;text-align:left;white-space:nowrap}.panel-client-table th{color:#65768f;font-size:13px;font-weight:900}.client-dot{display:inline-grid;place-items:center;width:34px;height:34px;margin-right:10px;border-radius:50%;background:#eef3fb;color:#071a34;font-weight:950}.service-icons{color:#0866e8;letter-spacing:5px}.panel-client-table em{font-style:normal;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950;background:#eef2ff;color:#4338ca}.panel-client-table em.active{background:#e9fff5;color:#0a8d5b}.panel-client-table em.pending{background:#fff7ed;color:#c2410c}.panel-dito-card{padding:18px;overflow:hidden}.panel-dito-card .panel-card-title span{background:#dcfce7;color:#15803d;padding:7px 10px;border-radius:999px}.panel-dito-portrait{height:205px;display:grid;place-items:end center;margin-top:4px;overflow:hidden}.panel-dito-portrait img{height:250px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(7,24,50,.14))}.panel-dito-card p{margin:0 0 14px;padding:14px;border-radius:12px;background:#f1f5fb;color:#182a44;line-height:1.45}.panel-primary-action,.panel-save-btn{display:flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:10px;background:linear-gradient(135deg,#075ce5,#0a88ff);color:#fff;font-weight:950;box-shadow:0 14px 30px rgba(8,102,232,.22);cursor:pointer}.panel-secondary-btn{min-height:42px;padding:0 16px;border-radius:10px;border:1px solid #cfe0fb;background:#fff;color:#075bd2;font-weight:950;cursor:pointer}.panel-question{display:block;margin-top:10px;padding:11px;border:1px solid #cbd7ff;border-radius:9px;color:#075bd2;font-weight:850;text-align:center}.panel-notifications{padding:18px}.panel-notifications article,.panel-notifications-page article{display:flex;gap:12px;align-items:flex-start;padding:11px 0}.panel-notifications i,.panel-notifications-page i{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;font-style:normal}.panel-notifications i.green,.panel-notifications-page i.green{background:#dcfce7;color:#16a34a}.panel-notifications i.blue,.panel-notifications-page i.blue{background:#dbeafe;color:#0866e8}.panel-notifications i.purple,.panel-notifications-page i.purple{background:#ede9fe;color:#7c3aed}.panel-notifications i.orange,.panel-notifications-page i.orange{background:#ffedd5;color:#f97316}.panel-notifications b,.panel-notifications-page b{display:block;font-size:13px}.panel-notifications small,.panel-notifications-page small{color:#53667e}.panel-invite-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#075ce5,#0a8cff);box-shadow:0 20px 45px rgba(8,102,232,.22)}.panel-invite-card h3{margin:0 0 8px}.panel-invite-card p{margin:0 0 14px;color:#eaf3ff;line-height:1.45}.panel-invite-card a{display:inline-flex;background:#fff;color:#075bd2;border-radius:9px;padding:10px 14px;font-weight:950}.panel-gift{font-size:62px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.16))}.panel-module-hero{display:grid;grid-template-columns:76px 1fr auto;gap:18px;align-items:center;padding:24px}.panel-module-hero.is-locked{background:linear-gradient(135deg,#fff,#f8fafc)}.module-hero-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#eff6ff;color:#075bd2;font-size:34px}.panel-module-hero h1{margin:0 0 8px;font-size:34px;letter-spacing:-1px}.panel-module-hero p{margin:0;color:#51647d;line-height:1.55}.panel-module-hero small{display:block;margin-top:8px;color:#9a5800;font-weight:900}.panel-module-hero>a{padding:13px 18px;border-radius:11px;background:#0866e8;color:#fff;font-weight:950}.panel-prepared-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.prepared-card{padding:20px}.prepared-card span{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#eff6ff;color:#0866e8;font-size:26px;margin-bottom:14px}.prepared-card h3{margin:0 0 8px}.prepared-card p{color:#53667e;line-height:1.55}.prepared-card small{display:inline-flex;padding:7px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-weight:900}.panel-form{padding:22px;display:grid;gap:16px}.panel-form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.panel-form label{display:grid;gap:7px;color:#26364f;font-weight:900}.panel-form input,.panel-form select{width:100%;min-height:44px;border:1px solid #dbe5f2;border-radius:10px;padding:0 12px;font:inherit}.panel-help{margin:0;padding:13px;border-radius:12px;background:#f8fafc;color:#52647b;line-height:1.5}.panel-verification-actions,.billing-card,.seller-status-card{padding:22px;display:grid;gap:14px}.limited-seller-box{border:1px solid #fed7aa;background:#fff7ed;border-radius:14px;padding:16px}.limited-seller-box h3{margin:0 0 8px;color:#9a3412}.limited-seller-box p{color:#7c2d12}.legacy-approve-form{margin-top:4px}.panel-onboarding-hero{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center;padding:24px;overflow:hidden}.panel-onboarding-hero img{width:220px;filter:drop-shadow(0 20px 38px rgba(7,24,50,.16))}.panel-onboarding-hero span{color:#0866e8;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.panel-onboarding-hero h1{font-size:40px;line-height:1.04;letter-spacing:-1.6px;margin:10px 0}.panel-onboarding-hero p{color:#52647b;line-height:1.6;font-size:17px}.onboarding-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.onboarding-steps article{padding:20px;display:grid;gap:10px}.onboarding-steps b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eff6ff;color:#0866e8}.onboarding-steps article.is-current{border-color:#86b7ff;box-shadow:0 18px 40px rgba(8,102,232,.12)}.onboarding-steps article.is-done b{background:#dcfce7;color:#16a34a}.onboarding-steps h3{margin:0}.onboarding-steps p{margin:0;color:#52647b;line-height:1.5}.onboarding-steps a,.onboarding-steps button,.panel-complete-form button,.limited-seller-box button{justify-self:start;border:0;border-radius:10px;background:#0866e8;color:#fff;padding:11px 14px;font-weight:950;cursor:pointer}.onboarding-steps button.ghost{background:#fff;color:#0866e8;border:1px solid #cfe0fb;margin-left:8px}.panel-complete-form button{margin-top:-4px}.panel-notifications-page{padding:18px}.auth-register-page{align-items:start;padding:34px 0}.auth-register-card{width:min(760px,94vw)}.auth-register-card h1{font-size:38px}.quick-register-form{gap:13px!important}.account-type-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.account-type-picker h2{grid-column:1/-1;font-size:18px;margin:4px 0 12px}.account-type-card{display:grid!important;gap:8px!important;align-content:start;min-height:142px;padding:15px!important;border:1px solid #dbe5f2;border-radius:16px;cursor:pointer;background:#fff}.account-type-card.is-selected{border-color:#0866e8;box-shadow:0 0 0 4px rgba(8,102,232,.08)}.account-type-card input{display:none}.account-type-card span{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:#eff6ff;color:#0866e8}.account-type-card b{color:#071a34}.account-type-card small{color:#53667e;line-height:1.35}.oauth-register-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.oauth-register-actions button{min-height:46px;border:1px solid #dbe5f2!important;background:#fff!important;color:#071a34!important;box-shadow:none!important}.oauth-register-actions button:disabled{opacity:.45;cursor:not-allowed}.register-divider{display:flex;align-items:center;gap:12px;color:#64748b;font-size:13px;font-weight:900}.register-divider:before,.register-divider:after{content:"";height:1px;background:#e2e8f0;flex:1}.oauth-disabled-modal[hidden]{display:none!important}.oauth-disabled-modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:rgba(6,24,50,.48);backdrop-filter:blur(10px)}.oauth-disabled-modal form{position:relative;width:min(520px,94vw);display:grid;gap:14px;padding:28px;border-radius:24px;background:#fff;box-shadow:0 30px 90px rgba(6,24,50,.28)}.oauth-disabled-modal h2{margin:0;font-size:28px;letter-spacing:-.8px}.oauth-disabled-modal p{margin:0;color:#52647b;line-height:1.55}.oauth-disabled-modal small{padding:11px;border-radius:12px;background:#fff7ed;color:#9a3412;font-weight:900}.oauth-disabled-modal div{display:flex;gap:12px}.oauth-disabled-modal button{border:0;border-radius:12px;background:#0866e8;color:#fff;padding:13px 16px;font-weight:950;cursor:pointer}.oauth-disabled-modal button.ghost{background:#fff;color:#0866e8;border:1px solid #cfe0fb}.oauth-modal-close{position:absolute;right:14px;top:12px;width:34px;height:34px;padding:0!important;border-radius:50%!important;background:#f1f5f9!important;color:#071a34!important}@media(max-width:1320px){.panel-content-grid{grid-template-columns:1fr}.panel-right-rail{grid-template-columns:1fr 1fr}.panel-dito-card{grid-row:span 2}.quick-panel-grid,.panel-metric-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:980px){.panel-sidebar{transform:translateX(-105%);transition:transform .28s ease}body.is-panel-menu-open .panel-sidebar{transform:translateX(0)}body.is-panel-menu-open:after{content:"";position:fixed;inset:0;background:rgba(6,24,50,.36);z-index:50}.panel-main{margin-left:0}.panel-menu-btn{display:grid;place-items:center;width:42px;height:42px;border:1px solid #dbe5f2;border-radius:12px;background:#fff;font-size:20px}.panel-topbar{padding:0 18px}.panel-search{width:auto;flex:1}.panel-profile-chip b{display:none}.panel-chart-grid,.panel-donut-card,.panel-right-rail,.panel-prepared-grid,.panel-form-grid,.onboarding-steps,.panel-onboarding-hero{grid-template-columns:1fr}.panel-onboarding-hero img{width:170px;margin:auto}}@media(max-width:680px){.panel-topbar{height:auto;min-height:74px;flex-wrap:wrap;padding:12px}.panel-search{order:5;flex-basis:100%;width:100%}.panel-create-btn{margin-left:0;min-height:40px;padding:0 14px}.panel-content-grid{padding:18px 14px 28px}.panel-email-banner,.panel-flash{margin:16px 14px 0;align-items:flex-start;flex-wrap:wrap}.panel-email-banner form{margin-left:0}.panel-hello-row{display:block}.panel-date-filter{margin-top:14px;width:max-content}.panel-metric-grid,.quick-panel-grid,.account-checklist,.oauth-register-actions,.account-type-picker{grid-template-columns:1fr}.panel-metric{min-height:120px}.panel-module-hero{grid-template-columns:1fr;padding:20px}.panel-module-hero>a{justify-self:start}.panel-donut-card{justify-items:center}.panel-sidebar{width:min(292px,88vw)}.auth-register-card{padding:24px}}

@media(max-width:680px){
  body.panel-body .panel-profile-chip{display:none}
}

/* v0.10.1 · Ajustes visuales del panel en anchos intermedios */
body.panel-body .panel-brand img{
  filter:brightness(0) invert(1) drop-shadow(0 10px 24px rgba(0,0,0,.2));
  opacity:.98;
}
body.panel-body .panel-main,
body.panel-body .panel-content-grid,
body.panel-body .panel-workspace,
body.panel-body .panel-metric-grid,
body.panel-body .quick-panel-grid,
body.panel-body .panel-chart-grid{
  min-width:0;
  max-width:100%;
  width:100%;
}
body.panel-body .panel-main,
body.panel-body .panel-content-grid,
body.panel-body .panel-workspace{
  width:auto;
}
body.panel-body .panel-workspace{
  grid-template-columns:minmax(0,1fr);
}

/* v0.10.2 · Cierre panel: iconos SVG, dropdown y compacidad */
body.panel-body .panel-svg-icon,
.auth .oauth-register-actions img,
.account-type-card img{
  display:block;
  width:1.1em;
  height:1.1em;
  object-fit:contain;
}
body.panel-body .panel-nav-icon .panel-svg-icon,
body.panel-body .panel-plan-icon .panel-svg-icon{
  width:22px;
  height:22px;
  filter:brightness(0) invert(1);
}
body.panel-body .module-hero-icon .panel-svg-icon,
body.panel-body .quick-panel-grid i .panel-svg-icon,
body.panel-body .prepared-card > span .panel-svg-icon,
body.panel-body .panel-metric i .panel-svg-icon{
  width:30px;
  height:30px;
}
body.panel-body .panel-create-btn .panel-svg-icon{
  width:18px;
  height:18px;
}
body.panel-body .panel-top-icon{
  border:0;
  background:#fff;
  cursor:pointer;
}
body.panel-body .panel-top-icon .panel-svg-icon{
  width:24px;
  height:24px;
}
body.panel-body .panel-notification-menu{
  position:relative;
}
body.panel-body .panel-notification-dropdown{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  z-index:80;
  width:min(360px,calc(100vw - 28px));
  padding:16px;
  border:1px solid var(--panel-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 70px rgba(7,24,50,.16);
}
body.panel-body .panel-notification-dropdown[hidden]{
  display:none!important;
}
body.panel-body .panel-notification-dropdown article{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 0;
  border-bottom:1px solid #edf2f8;
}
body.panel-body .panel-notification-dropdown article:last-child{
  border-bottom:0;
}
body.panel-body .panel-notification-dropdown i,
body.panel-body .panel-notifications i,
body.panel-body .panel-notifications-page i{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
}
body.panel-body .panel-notification-dropdown i .panel-svg-icon,
body.panel-body .panel-notifications i .panel-svg-icon,
body.panel-body .panel-notifications-page i .panel-svg-icon{
  width:18px;
  height:18px;
}
body.panel-body .service-icons{
  display:inline-flex;
  gap:7px;
  align-items:center;
  letter-spacing:0;
}
body.panel-body .service-icons .panel-svg-icon{
  width:19px;
  height:19px;
}
.auth .social-auth-block{
  display:grid;
  gap:10px;
  margin:20px 0 8px;
}
.auth .social-auth-block > strong{
  color:#0b1830;
  font-size:14px;
}
.auth .social-auth-block > div{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.auth .oauth-register-actions button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
}
.auth .oauth-register-actions button img{
  width:21px;
  height:21px;
}
.account-type-card span img{
  width:24px;
  height:24px;
}
@media(min-width:981px){
  body.panel-body .panel-content-grid{padding:22px 28px 30px}
  body.panel-body .panel-workspace{gap:18px}
  body.panel-body .panel-right-rail{gap:14px}
  body.panel-body .panel-hello-row h1{font-size:29px}
  body.panel-body .panel-metric{min-height:112px;padding:17px}
  body.panel-body .panel-metric strong{font-size:25px;margin:8px 0 5px}
  body.panel-body .panel-metric i{width:48px;height:48px;top:30px}
  body.panel-body .quick-panel{padding:18px}
  body.panel-body .quick-panel-grid article{min-height:178px;padding:20px 14px 14px}
  body.panel-body .quick-panel-grid i{width:52px;height:52px}
  body.panel-body .panel-dito-portrait{height:160px}
  body.panel-body .panel-dito-portrait img{height:205px}
  body.panel-body .panel-dito-card{padding:16px}
  body.panel-body .panel-dito-card p{font-size:14px;padding:12px}
  body.panel-body .panel-line-chart,
  body.panel-body .panel-line-chart svg{height:185px;min-height:185px}
}
@media(max-width:680px){
  .auth .social-auth-block > div{grid-template-columns:1fr}
  body.panel-body .panel-notification-menu{position:static}
  body.panel-body .panel-notification-dropdown{left:14px;right:14px;top:72px;width:auto}
}
@media(min-width:1321px) and (max-width:1600px){
  body.panel-body .panel-content-grid{
    grid-template-columns:minmax(0,1fr) 328px;
  }
  body.panel-body .panel-right-rail{
    grid-template-columns:1fr;
  }
  body.panel-body .panel-dito-card{
    grid-row:auto;
  }
  body.panel-body .panel-metric-grid,
  body.panel-body .quick-panel-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.panel-body .panel-metric,
  body.panel-body .quick-panel-grid article{
    min-width:0;
  }
  body.panel-body .panel-chart-grid{
    grid-template-columns:1fr;
  }
}

body.panel-body .panel-primary-action .panel-svg-icon,
body.panel-body .panel-save-btn .panel-svg-icon{
  width:18px;
  height:18px;
  filter:brightness(0) invert(1);
}

/* v0.10.3 · Ajuste de panel contra plantilla visual aprobada */
body.panel-body{
  overflow-x:hidden;
}
body.panel-body .panel-template-icon{
  object-fit:contain;
  filter:none;
}
body.panel-body .panel-brand{
  padding:2px 10px 20px;
}
body.panel-body .panel-brand img{
  width:178px;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.22))!important;
  opacity:1;
}
body.panel-body .panel-nav-icon .panel-template-icon{
  width:22px;
  height:22px;
  filter:none!important;
}
body.panel-body .panel-plan-icon .panel-template-icon{
  width:34px;
  height:34px;
  filter:none!important;
}
body.panel-body .panel-avatar-img{
  flex:0 0 auto;
  display:block;
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
  background:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}
body.panel-body .panel-avatar-img.small{
  width:34px;
  height:34px;
}
body.panel-body .panel-metric i .panel-template-icon{
  width:54px;
  height:54px;
}
body.panel-body .quick-panel-grid i .panel-template-icon{
  width:54px;
  height:54px;
}
body.panel-body .panel-top-icon .panel-template-icon{
  width:28px;
  height:28px;
}
body.panel-body .panel-date-filter .panel-template-icon,
body.panel-body .panel-search .panel-template-icon{
  width:22px;
  height:22px;
}
body.panel-body .panel-content-grid{
  align-items:start;
}
body.panel-body .panel-right-rail{
  min-width:0;
}
body.panel-body .panel-right-rail > *{
  width:100%;
  min-width:0;
  max-width:100%;
}
body.panel-body .panel-right-rail .panel-card-title,
body.panel-body .panel-dito-card p,
body.panel-body .panel-question,
body.panel-body .panel-primary-action{
  min-width:0;
}
body.panel-body .panel-question{
  white-space:normal;
}
body.panel-body .panel-metric{
  min-height:116px!important;
  height:116px;
  padding:16px 18px;
}
body.panel-body .panel-metric strong{
  margin:8px 0 5px;
}
body.panel-body .panel-metric i{
  top:31px;
}
body.panel-body .quick-panel{
  padding:18px;
}
body.panel-body .quick-panel h2{
  margin-bottom:14px;
}
body.panel-body .quick-panel-grid article{
  min-height:0!important;
  height:220px;
  padding:20px 16px 15px;
  gap:8px;
}
body.panel-body .quick-panel-grid i{
  width:54px;
  height:54px;
}
body.panel-body .quick-panel-grid h3{
  font-size:16px;
}
body.panel-body .quick-panel-grid p{
  font-size:13px;
  line-height:1.36;
}
body.panel-body .quick-panel-grid a{
  padding:8px 13px;
  min-width:122px;
}
body.panel-body .panel-dito-card{
  padding:18px 16px 14px;
}
body.panel-body .panel-dito-portrait{
  height:146px!important;
  margin-top:0;
  place-items:end center;
}
body.panel-body .panel-dito-portrait img{
  height:168px!important;
  width:auto;
  max-width:100%;
  object-fit:contain;
  filter:drop-shadow(0 18px 28px rgba(7,24,50,.12));
}
body.panel-body .panel-dito-card p{
  margin:0 0 10px;
  padding:11px 13px;
  font-size:13px;
  line-height:1.34;
}
body.panel-body .panel-primary-action{
  min-height:38px;
  gap:8px;
  font-size:14px;
}
body.panel-body .panel-question{
  margin-top:8px;
  padding:8px 10px;
  font-size:13px;
  line-height:1.18;
}
body.panel-body .panel-notifications{
  padding:14px 16px 12px;
}
body.panel-body .panel-notifications article{
  height:44px;
  padding:6px 0;
  overflow:hidden;
}
body.panel-body .panel-notifications b,
body.panel-body .panel-notifications small{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.panel-body .panel-notifications b{
  font-size:12px;
}
body.panel-body .panel-notifications small{
  display:block;
  font-size:12px;
}
body.panel-body .panel-invite-card{
  min-height:0;
  height:152px;
  padding:16px 18px;
  overflow:hidden;
  position:relative;
}
body.panel-body .panel-invite-card h3{
  margin-bottom:6px;
}
body.panel-body .panel-invite-card p{
  max-width:145px;
  font-size:12px;
  line-height:1.32;
  margin-bottom:10px;
}
body.panel-body .panel-invite-card a{
  padding:8px 13px;
  font-size:12px;
}
body.panel-body .panel-gift{
  flex:0 0 auto;
  display:block;
  font-size:0;
  position:absolute;
  right:10px;
  bottom:14px;
}
body.panel-body .panel-gift img{
  width:92px;
  height:auto;
  display:block;
  filter:drop-shadow(0 12px 20px rgba(0,0,0,.16));
}
@media(min-width:1321px){
  body.panel-body .panel-sidebar{
    width:245px;
    padding:28px 16px;
  }
  body.panel-body .panel-main{
    margin-left:245px;
  }
  body.panel-body .panel-topbar{
    height:70px;
    padding:0 34px;
  }
  body.panel-body .panel-search{
    width:322px;
  }
  body.panel-body .panel-content-grid{
    grid-template-columns:minmax(0,1fr) 260px!important;
    gap:24px;
    padding:28px 34px 28px;
  }
  body.panel-body .panel-right-rail{
    grid-template-columns:1fr!important;
    gap:18px;
  }
  body.panel-body .panel-metric-grid,
  body.panel-body .quick-panel-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  body.panel-body .panel-chart-grid{
    grid-template-columns:1.1fr .9fr!important;
  }
}

/* v0.10.4 · Afinado final de panel contra plantilla */
@font-face{
  font-family:"SIAmpli Panel Inter";
  src:url("/assets/fonts/Inter-400.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"SIAmpli Panel Inter";
  src:url("/assets/fonts/Inter-500.ttf") format("truetype");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"SIAmpli Panel Inter";
  src:url("/assets/fonts/Inter-600.ttf") format("truetype");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"SIAmpli Panel Inter";
  src:url("/assets/fonts/Inter-700.ttf") format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"SIAmpli Panel Inter";
  src:url("/assets/fonts/Inter-800.ttf") format("truetype");
  font-weight:800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"SIAmpli Panel Inter";
  src:url("/assets/fonts/Inter-900.ttf") format("truetype");
  font-weight:900;
  font-style:normal;
  font-display:swap;
}
body.panel-body{
  font-family:"SIAmpli Panel Inter",Inter,Arial,Helvetica,sans-serif;
  letter-spacing:-.015em;
}
body.panel-body .panel-topbar,
body.panel-body .panel-content-grid{
  font-family:"SIAmpli Panel Inter",Inter,Arial,Helvetica,sans-serif;
}
body.panel-body .panel-nav a{
  font-weight:700;
}
body.panel-body .panel-hello-row h1{
  font-size:30px;
  font-weight:800;
  letter-spacing:-1.35px;
}
body.panel-body .panel-hello-row p{
  font-weight:400;
}
body.panel-body .panel-card-title h3,
body.panel-body .quick-panel h2{
  font-weight:800;
}
body.panel-body .panel-metric span,
body.panel-body .panel-metric small,
body.panel-body .quick-panel-grid a,
body.panel-body .panel-question{
  font-weight:700;
}
body.panel-body .panel-metric strong{
  font-weight:800;
  letter-spacing:-1.15px;
}
body.panel-body .panel-metric i:has(.panel-template-icon),
body.panel-body .quick-panel-grid i:has(.panel-template-icon),
body.panel-body .panel-notifications i:has(.panel-template-icon),
body.panel-body .panel-notification-dropdown i:has(.panel-template-icon){
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:inherit;
}
body.panel-body .panel-metric i:has(.panel-template-icon){
  width:60px;
  height:60px;
  top:28px;
  right:17px;
}
body.panel-body .panel-metric i .panel-template-icon{
  width:60px;
  height:60px;
}
body.panel-body .quick-panel-grid i:has(.panel-template-icon){
  width:60px;
  height:60px;
  margin-bottom:2px;
}
body.panel-body .quick-panel-grid i .panel-template-icon{
  width:60px;
  height:60px;
}
body.panel-body .panel-notifications i:has(.panel-template-icon),
body.panel-body .panel-notification-dropdown i:has(.panel-template-icon){
  width:36px;
  height:36px;
  flex:0 0 36px;
}
body.panel-body .panel-notifications i .panel-template-icon,
body.panel-body .panel-notification-dropdown i .panel-template-icon{
  width:36px;
  height:36px;
}
body.panel-body .quick-panel-grid article:nth-child(1){
  --quick-tone:#7c3aed;
  --quick-line:#ddd6fe;
  --quick-bg:#fbf7ff;
}
body.panel-body .quick-panel-grid article:nth-child(2){
  --quick-tone:#0866e8;
  --quick-line:#bfdbfe;
  --quick-bg:#f2f8ff;
}
body.panel-body .quick-panel-grid article:nth-child(3){
  --quick-tone:#10a86a;
  --quick-line:#bbf7d0;
  --quick-bg:#f3fff9;
}
body.panel-body .quick-panel-grid article:nth-child(4){
  --quick-tone:#f59e0b;
  --quick-line:#fed7aa;
  --quick-bg:#fff8ed;
}
body.panel-body .quick-panel-grid article{
  border-color:#e4ebf5;
}
body.panel-body .quick-panel-grid article:hover{
  border-color:var(--quick-line);
  background:linear-gradient(180deg,#fff,var(--quick-bg));
}
body.panel-body .quick-panel-grid a{
  color:var(--quick-tone);
  border-color:var(--quick-line);
  background:#fff;
}
body.panel-body .quick-panel-grid article.is-locked a{
  color:#64748b;
  border-color:#dbe5f2;
}
body.panel-body .panel-primary-action .panel-template-icon,
body.panel-body .panel-create-btn .panel-template-icon{
  filter:brightness(0) invert(1)!important;
}
body.panel-body .panel-create-btn .panel-template-icon{
  width:20px;
  height:20px;
  filter:none!important;
}
body.panel-body .panel-create-btn > span{
  position:relative;
  width:20px;
  height:20px;
  display:inline-grid;
  place-items:center;
  flex:0 0 20px;
}
body.panel-body .panel-create-btn > span img{
  display:none;
}
body.panel-body .panel-create-btn > span:before,
body.panel-body .panel-create-btn > span:after{
  content:"";
  position:absolute;
  border-radius:999px;
  background:#fff;
}
body.panel-body .panel-create-btn > span:before{
  width:16px;
  height:2px;
}
body.panel-body .panel-create-btn > span:after{
  width:2px;
  height:16px;
}
body.panel-body .panel-search span:empty{
  display:none;
}
@media(min-width:1321px){
  body.panel-body .panel-content-grid{
    padding-top:26px;
  }
  body.panel-body .panel-metric-grid{
    gap:18px;
  }
  body.panel-body .quick-panel-grid{
    gap:18px;
  }
  body.panel-body .quick-panel-grid article{
    height:218px;
  }
}

/* v0.10.5 · Centro de mando superadministrador y dropdowns del panel */
body.panel-body .panel-menu-btn{
  gap:4px;
}
body.panel-body .panel-menu-btn span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:#0b1b34;
}
body.panel-body .panel-create-menu,
body.panel-body .panel-profile-menu,
body.panel-body .panel-period-menu{
  position:relative;
  display:inline-flex;
}
body.panel-body .panel-create-dropdown,
body.panel-body .panel-profile-dropdown,
body.panel-body .panel-period-dropdown{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  z-index:80;
  width:260px;
  padding:10px;
  border:1px solid #dbe5f2;
  border-radius:16px;
  background:#fff;
  box-shadow:0 24px 60px rgba(7,24,50,.16);
}
body.panel-body .panel-create-dropdown[hidden],
body.panel-body .panel-profile-dropdown[hidden],
body.panel-body .panel-period-dropdown[hidden]{
  display:none!important;
}
body.panel-body .panel-create-dropdown a,
body.panel-body .panel-profile-dropdown a,
body.panel-body .panel-profile-dropdown button,
body.panel-body .panel-period-dropdown button{
  width:100%;
  display:grid;
  gap:3px;
  padding:11px 12px;
  border:0;
  border-radius:12px;
  background:#fff;
  color:#071a34;
  text-align:left;
  font:inherit;
  cursor:pointer;
}
body.panel-body .panel-create-dropdown a:hover,
body.panel-body .panel-profile-dropdown a:hover,
body.panel-body .panel-profile-dropdown button:hover,
body.panel-body .panel-period-dropdown button:hover{
  background:#f3f7ff;
}
body.panel-body .panel-create-dropdown b,
body.panel-body .panel-profile-dropdown b{
  font-size:13px;
  font-weight:850;
}
body.panel-body .panel-create-dropdown small,
body.panel-body .panel-profile-dropdown small{
  color:#53667e;
  line-height:1.3;
}
body.panel-body .panel-profile-chip{
  border:0;
  background:transparent;
  cursor:pointer;
}
body.panel-body .panel-profile-chip i,
body.panel-body .panel-period-toggle i{
  width:7px;
  height:7px;
  border-right:2px solid #64748b;
  border-bottom:2px solid #64748b;
  transform:rotate(45deg) translateY(-2px);
}
body.panel-body .panel-period-toggle{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:42px;
  padding:0 14px;
  border:1px solid #dbe5f2;
  border-radius:12px;
  background:#fff;
  color:#17243a;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
body.panel-body .panel-period-toggle .panel-svg-icon{
  width:18px;
  height:18px;
}
body.panel-body .panel-period-dropdown{
  width:170px;
}
body.panel-body .panel-period-dropdown button{
  font-weight:750;
}
body.panel-body .panel-top-icon .panel-svg-icon,
body.panel-body .panel-notifications i .panel-svg-icon,
body.panel-body .panel-notification-dropdown i .panel-svg-icon{
  filter:none!important;
}
body.panel-body .panel-notifications i,
body.panel-body .panel-notification-dropdown i{
  overflow:visible;
}
body.panel-body .panel-plan-icon{
  overflow:hidden;
}
body.panel-body .panel-plan-icon .panel-svg-icon{
  width:24px!important;
  height:24px!important;
}
body.panel-body .panel-dito-portrait{
  height:178px!important;
  align-items:center;
}
body.panel-body .panel-dito-portrait img{
  height:205px!important;
  transform:translateY(10px);
}
body.panel-body .panel-invite-card{
  border-radius:16px;
}
body.panel-body .panel-invite-card p{
  max-width:160px;
}
body.panel-body .panel-invite-card .panel-gift img{
  width:82px;
}
body.panel-body .panel-admin-dashboard{
  display:grid;
  grid-template-columns:minmax(0,1fr) 284px;
  gap:24px;
  align-items:start;
}
body.panel-body .panel-admin-main{
  display:grid;
  gap:18px;
}
body.panel-body .panel-admin-side{
  display:grid;
  gap:18px;
  align-content:start;
}
body.panel-body .panel-admin-metrics{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
body.panel-body .panel-admin-metrics .panel-metric{
  height:116px;
}
body.panel-body .panel-admin-quick .quick-panel-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
body.panel-body .panel-admin-analytics{
  display:grid;
  grid-template-columns:1.45fr .85fr .95fr;
  gap:18px;
}
body.panel-body .panel-funnel-card{
  padding:20px;
}
body.panel-body .panel-funnel{
  display:grid;
  gap:8px;
  margin:16px 0;
}
body.panel-body .panel-funnel span{
  height:32px;
  margin:auto;
  border-radius:6px;
}
body.panel-body .panel-funnel span:nth-child(1){width:82%;background:#0866e8}
body.panel-body .panel-funnel span:nth-child(2){width:68%;background:#45c78a}
body.panel-body .panel-funnel span:nth-child(3){width:50%;background:#f8bf38}
body.panel-body .panel-funnel span:nth-child(4){width:34%;background:#ef4444}
body.panel-body .panel-opportunity-list{
  padding:20px;
  display:grid;
  gap:12px;
}
body.panel-body .panel-opportunity-list article,
body.panel-body .panel-admin-control article,
body.panel-body .panel-activity-strip article{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:12px;
  border:1px solid #e5edf7;
  border-radius:14px;
  background:#fbfdff;
}
body.panel-body .panel-opportunity-list i,
body.panel-body .panel-admin-control i,
body.panel-body .panel-activity-strip i{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:50%;
  background:#eff6ff;
  color:#0866e8;
  font-style:normal;
}
body.panel-body .panel-opportunity-list b,
body.panel-body .panel-admin-control b,
body.panel-body .panel-activity-strip b{
  display:block;
  font-size:13px;
}
body.panel-body .panel-opportunity-list small,
body.panel-body .panel-admin-control small,
body.panel-body .panel-activity-strip small{
  color:#53667e;
}
body.panel-body .panel-activity-strip{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  padding:16px;
}
body.panel-body .panel-activity-strip article{
  padding:10px;
}
body.panel-body .panel-admin-control{
  padding:16px;
  overflow:hidden;
}
body.panel-body .panel-admin-control .panel-dito-portrait{
  height:142px!important;
}
body.panel-body .panel-admin-control .panel-dito-portrait img{
  height:175px!important;
}
body.panel-body .panel-admin-control p{
  margin:0 0 12px;
  padding:13px;
  border-radius:12px;
  background:#f1f5fb;
  color:#17243a;
  line-height:1.35;
}
body.panel-body .panel-finance-summary{
  padding:18px;
  color:#fff;
  border:0;
  background:linear-gradient(135deg,#075ce5,#0a8cff);
}
body.panel-body .panel-finance-summary .panel-card-title h3,
body.panel-body .panel-finance-summary .panel-card-title span{
  color:#fff;
}
body.panel-body .panel-finance-summary dl{
  display:grid;
  gap:12px;
  margin:16px 0 0;
}
body.panel-body .panel-finance-summary div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.18);
}
body.panel-body .panel-finance-summary dt{
  color:#dbeafe;
}
body.panel-body .panel-finance-summary dd{
  margin:0;
  font-weight:850;
}
body.panel-body .panel-admin-users .panel-table-wrap{
  max-height:320px;
}
body.panel-body .panel-admin-actions-cell{
  display:flex;
  gap:8px;
  align-items:center;
}
body.panel-body .panel-admin-actions-cell a,
body.panel-body .panel-admin-actions-cell button,
body.panel-body .panel-admin-detail-actions a,
body.panel-body .panel-admin-detail-actions button{
  min-height:34px;
  padding:0 11px;
  border:1px solid #cfe0fb;
  border-radius:9px;
  background:#fff;
  color:#075bd2;
  font:inherit;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
}
body.panel-body .admin-user-detail{
  padding:22px;
  display:grid;
  gap:18px;
}
body.panel-body .admin-user-detail dl{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:0;
}
body.panel-body .admin-user-detail dl div{
  padding:14px;
  border:1px solid #e5edf7;
  border-radius:14px;
  background:#fbfdff;
}
body.panel-body .admin-user-detail dt{
  color:#64748b;
  font-size:12px;
  font-weight:850;
}
body.panel-body .admin-user-detail dd{
  margin:4px 0 0;
  font-weight:850;
}
body.panel-body .panel-admin-detail-actions{
  display:flex;
  gap:10px;
  align-items:center;
}
body.panel-body .panel-search-results{
  padding:20px;
}
body.panel-body .panel-result-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:14px;
}
body.panel-body .panel-result-grid a{
  display:grid;
  gap:5px;
  padding:15px;
  border:1px solid #e5edf7;
  border-radius:14px;
  background:#fbfdff;
}
body.panel-body .panel-result-grid small{
  color:#53667e;
}
@media(min-width:1321px){
  body.panel-body .panel-sidebar{
    padding:22px 12px;
  }
  body.panel-body .panel-brand{
    padding:0 8px 14px;
  }
  body.panel-body .panel-nav{
    gap:5px;
  }
  body.panel-body .panel-nav a{
    min-height:40px;
    padding:9px 12px;
  }
  body.panel-body .panel-plan-card{
    margin-top:12px;
    padding:14px;
  }
  body.panel-body .panel-user-card{
    margin-top:12px;
  }
  body.panel-body .panel-content-wide{
    padding-top:24px;
  }
}
@media(max-width:1320px){
  body.panel-body .panel-admin-dashboard,
  body.panel-body .panel-admin-analytics{
    grid-template-columns:1fr;
  }
  body.panel-body .panel-admin-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.panel-body .panel-activity-strip{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:680px){
  body.panel-body .panel-create-menu,
  body.panel-body .panel-profile-menu{
    position:static;
  }
  body.panel-body .panel-create-dropdown,
  body.panel-body .panel-profile-dropdown{
    left:12px;
    right:12px;
    top:72px;
    width:auto;
  }
  body.panel-body .panel-admin-metrics,
  body.panel-body .panel-result-grid,
  body.panel-body .admin-user-detail dl{
    grid-template-columns:1fr!important;
  }
}

/* v0.10.6 · Ajuste fino del centro de control superadmin */
body.panel-body .panel-create-menu{
  margin-left:auto;
}
body.panel-body .panel-create-btn{
  margin-left:0;
  border:0;
}
body.panel-body .panel-profile-chip{
  min-height:44px;
}
body.panel-body .panel-profile-copy{
  display:grid;
  gap:1px;
  line-height:1.05;
  text-align:left;
}
body.panel-body .panel-profile-copy small{
  color:#64748b;
  font-size:11px;
  font-weight:750;
}
body.panel-body .panel-platform-card{
  display:grid;
  gap:10px;
  margin-top:12px;
  padding:14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:rgba(255,255,255,.045);
}
body.panel-body .panel-platform-card strong{
  font-size:13px;
}
body.panel-body .panel-platform-card p{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  color:#d7e8ff;
  font-size:13px;
}
body.panel-body .panel-platform-card p i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 4px rgba(34,197,94,.12);
}
body.panel-body .panel-platform-card div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#d7e8ff;
  font-size:13px;
}
body.panel-body .panel-platform-card a{
  color:#fff;
  font-size:12px;
  font-weight:850;
}
body.panel-body .panel-impersonation-banner{
  margin:18px 34px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 16px;
  border:1px solid #fed7aa;
  border-radius:16px;
  background:linear-gradient(135deg,#fff7ed,#fff);
  color:#7c2d12;
  box-shadow:0 12px 32px rgba(249,115,22,.08);
}
body.panel-body .panel-impersonation-banner p{
  margin:3px 0 0;
  color:#9a3412;
}
body.panel-body .panel-impersonation-banner button{
  border:0;
  border-radius:11px;
  background:#f97316;
  color:#fff;
  padding:11px 14px;
  font-weight:900;
  cursor:pointer;
}
body.panel-body .panel-metric i,
body.panel-body .quick-panel-grid i{
  background:transparent!important;
  border:0!important;
  overflow:visible;
}
body.panel-body .panel-metric i .panel-template-icon{
  width:58px!important;
  height:58px!important;
}
body.panel-body .quick-panel-grid i .panel-template-icon{
  width:58px!important;
  height:58px!important;
}
body.panel-body .quick-panel-grid article:nth-child(1){--quick-tone:#7c3aed;--quick-line:#ddd6fe}
body.panel-body .quick-panel-grid article:nth-child(2){--quick-tone:#0866e8;--quick-line:#bfdbfe}
body.panel-body .quick-panel-grid article:nth-child(3){--quick-tone:#10a86a;--quick-line:#bbf7d0}
body.panel-body .quick-panel-grid article:nth-child(4){--quick-tone:#f59e0b;--quick-line:#fed7aa}
body.panel-body .quick-panel-grid article a{
  color:var(--quick-tone,#075bd2);
  border-color:var(--quick-line,#cfe0fb);
}
body.panel-body .panel-admin-quick .quick-panel-grid article{
  min-height:178px;
  padding:18px 16px 14px;
  gap:8px;
}
body.panel-body .panel-admin-quick .quick-panel-grid p{
  font-size:13px;
  line-height:1.35;
}
body.panel-body .panel-admin-dashboard .panel-metric{
  min-height:108px;
  height:108px;
  padding:16px 18px;
}
body.panel-body .panel-admin-dashboard .panel-metric strong{
  margin:8px 0 4px;
}
body.panel-body .panel-admin-dashboard .panel-metric i{
  top:28px;
}
body.panel-body .panel-admin-analytics .panel-line-chart,
body.panel-body .panel-admin-analytics .panel-line-chart svg{
  min-height:170px;
  height:170px;
}
body.panel-body .panel-admin-control .panel-dito-portrait{
  height:166px!important;
  place-items:end center;
}
body.panel-body .panel-admin-control .panel-dito-portrait img{
  height:205px!important;
  transform:translateY(12px);
}
body.panel-body .panel-admin-control article i{
  overflow:visible;
}
body.panel-body .panel-opportunity-list i:has(.panel-template-icon),
body.panel-body .panel-admin-control i:has(.panel-template-icon),
body.panel-body .panel-activity-strip i:has(.panel-template-icon){
  background:transparent!important;
}
body.panel-body .panel-opportunity-list i .panel-template-icon,
body.panel-body .panel-admin-control i .panel-template-icon,
body.panel-body .panel-activity-strip i .panel-template-icon{
  width:36px!important;
  height:36px!important;
}
body.panel-body .panel-admin-users .panel-table-wrap{
  max-height:none;
}
body.panel-body .panel-admin-users table{
  min-width:980px;
}
body.panel-body .panel-admin-actions-cell form{
  margin:0;
}
body.panel-body .panel-admin-dashboard{
  grid-template-columns:minmax(0,1fr) 316px;
  gap:18px;
}
body.panel-body .panel-admin-metrics{
  gap:14px!important;
}
body.panel-body .panel-admin-quick{
  padding:16px 18px!important;
}
body.panel-body .panel-admin-quick h2{
  margin-bottom:12px!important;
}
body.panel-body .panel-admin-quick .quick-panel-grid{
  gap:14px!important;
}
body.panel-body .panel-admin-quick .quick-panel-grid article{
  min-height:156px!important;
  height:156px;
  padding:12px 14px!important;
  gap:6px!important;
}
body.panel-body .panel-admin-quick .quick-panel-grid i,
body.panel-body .panel-admin-quick .quick-panel-grid i:has(.panel-template-icon){
  width:46px!important;
  height:46px!important;
  margin-bottom:0;
}
body.panel-body .panel-admin-quick .quick-panel-grid i .panel-template-icon{
  width:46px!important;
  height:46px!important;
}
body.panel-body .panel-admin-quick .quick-panel-grid h3{
  font-size:15px;
}
body.panel-body .panel-admin-quick .quick-panel-grid p{
  font-size:12px;
  line-height:1.3;
}
body.panel-body .panel-admin-quick .quick-panel-grid a{
  min-width:112px;
  min-height:34px;
  padding:7px 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
body.panel-body .panel-admin-analytics{
  grid-template-columns:1.18fr .72fr .92fr;
  gap:14px;
}
body.panel-body .panel-admin-analytics .panel-chart-card,
body.panel-body .panel-admin-analytics .panel-funnel-card,
body.panel-body .panel-admin-analytics .panel-opportunity-list{
  padding:16px!important;
}
body.panel-body .panel-admin-analytics .panel-line-chart,
body.panel-body .panel-admin-analytics .panel-line-chart svg{
  min-height:142px;
  height:142px;
}
body.panel-body .panel-funnel{
  gap:6px;
  margin:10px 0;
}
body.panel-body .panel-funnel span{
  height:24px;
}
body.panel-body .panel-opportunity-list{
  gap:8px;
}
body.panel-body .panel-opportunity-list article,
body.panel-body .panel-admin-control article,
body.panel-body .panel-activity-strip article{
  padding:9px;
}
body.panel-body .panel-activity-strip{
  gap:10px;
  padding:12px;
}
body.panel-body .panel-admin-users .panel-table-wrap{
  margin-top:8px;
}
body.panel-body .panel-admin-users th,
body.panel-body .panel-admin-users td{
  padding-top:10px;
  padding-bottom:10px;
}
body.panel-body .panel-admin-control{
  padding:14px;
}
body.panel-body .panel-admin-control .panel-dito-portrait{
  height:132px!important;
}
body.panel-body .panel-admin-control .panel-dito-portrait img{
  height:172px!important;
}
body.panel-body .panel-admin-control p{
  padding:11px;
  font-size:13px;
}
body.panel-body .panel-finance-summary{
  padding:16px;
}
@media(min-width:1321px){
  body.panel-body .panel-content-grid.panel-content-wide{
    grid-template-columns:minmax(0,1fr)!important;
  }
  body.panel-body .panel-sidebar{
    gap:12px;
  }
  body.panel-body .panel-nav a{
    min-height:38px;
    padding:8px 12px;
  }
  body.panel-body .panel-plan-card{
    margin-top:auto;
  }
  body.panel-body .panel-content-wide{
    padding:24px 28px 32px;
  }
  body.panel-body .panel-admin-main{
    gap:16px;
  }
}
@media(max-width:680px){
  body.panel-body .panel-create-menu{
    margin-left:0;
  }
  body.panel-body .panel-profile-copy{
    display:none;
  }
  body.panel-body .panel-impersonation-banner{
    margin:14px;
    align-items:flex-start;
    flex-wrap:wrap;
  }
}

/* v0.10.11 · Sin modos demo, panel conectado a datos reales */
body.panel-body .panel-nav-icon .panel-svg-icon{
  width:19px!important;
  height:19px!important;
  object-fit:contain;
  filter:brightness(0) invert(1)!important;
}
body.panel-body .panel-sidebar-profile-menu{
  position:relative;
}
body.panel-body .panel-sidebar-profile-menu>button{
  border:0;
  background:transparent;
  color:#fff;
  font-weight:950;
  cursor:pointer;
  padding:6px;
  border-radius:10px;
}
body.panel-body .panel-sidebar-profile-menu>button:hover{
  background:rgba(255,255,255,.08);
}
body.panel-body .panel-sidebar-profile-dropdown{
  position:absolute;
  left:0;
  right:0;
  bottom:calc(100% + 8px);
  z-index:90;
  display:grid;
  gap:6px;
  padding:8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:#071f3e;
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}
body.panel-body .panel-sidebar-profile-dropdown[hidden]{
  display:none!important;
}
body.panel-body .panel-sidebar-profile-dropdown a{
  display:grid;
  gap:2px;
  padding:9px 10px;
  border-radius:12px;
  color:#fff;
}
body.panel-body .panel-sidebar-profile-dropdown a:hover{
  background:rgba(255,255,255,.09);
}
body.panel-body .panel-sidebar-profile-dropdown small{
  color:#a9c4e8;
}
body.panel-body .panel-create-dropdown{
  width:350px;
}
body.panel-body .panel-create-dropdown a{
  grid-template-columns:42px 1fr;
  align-items:center;
  gap:10px;
}
body.panel-body .panel-create-dropdown a i{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:13px;
  background:#eff6ff;
}
body.panel-body .panel-create-dropdown a i .panel-svg-icon,
body.panel-body .panel-create-dropdown a i .panel-template-icon{
  width:24px!important;
  height:24px!important;
  object-fit:contain;
}
body.panel-body .panel-notification-menu{
  position:relative;
}
body.panel-body .panel-notification-dropdown{
  width:390px;
  padding:14px;
}
body.panel-body .panel-notification-head{
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:start;
  gap:10px;
  padding:2px 2px 10px;
  border-bottom:1px solid #edf2f8;
}
body.panel-body .panel-notification-head h3{
  margin:0;
  font-size:18px;
}
body.panel-body .panel-notification-head small{
  color:#64748b;
  font-weight:800;
}
body.panel-body .panel-notification-head a,
body.panel-body .panel-notification-head button,
body.panel-body .panel-notification-more a{
  border:0;
  background:transparent;
  color:#075bd2;
  font-weight:900;
  cursor:pointer;
  font:inherit;
  font-size:12px;
  padding:0;
}
body.panel-body .panel-notification-dropdown article{
  grid-template-columns:36px 1fr 28px;
  display:grid!important;
  align-items:center!important;
  gap:10px!important;
  padding:11px 4px!important;
}
body.panel-body .panel-notification-dropdown article.is-read{
  opacity:.58;
}
body.panel-body .panel-notification-dropdown article span{
  display:grid;
  gap:3px;
}
body.panel-body .panel-notification-dropdown article b{
  line-height:1.15;
}
body.panel-body .panel-notification-dropdown article small{
  line-height:1.3;
}
body.panel-body .panel-notification-dropdown article form{
  margin:0;
}
body.panel-body .panel-notification-dropdown article form button{
  width:26px;
  height:26px;
  border:1px solid #dbe7f6;
  border-radius:50%;
  background:#fff;
  color:#075bd2;
  font-weight:950;
  cursor:pointer;
}
body.panel-body .panel-notification-more{
  padding:10px 4px 2px;
  color:#53667e;
  font-size:13px;
  border-top:1px solid #edf2f8;
}
body.panel-body .panel-finance-summary .panel-period-toggle{
  color:#075bd2!important;
  background:#fff!important;
}
body.panel-body .panel-finance-summary .panel-period-toggle span,
body.panel-body .panel-finance-summary .panel-period-toggle i{
  color:#075bd2!important;
  border-color:#075bd2!important;
}
body.panel-body .admin-line-chart{
  position:relative;
}
body.panel-body .admin-line-chart circle{
  cursor:pointer;
  transition:r .16s ease, filter .16s ease;
}
body.panel-body .admin-line-chart circle:hover,
body.panel-body .admin-line-chart circle:focus{
  r:8;
  filter:drop-shadow(0 6px 10px rgba(8,102,232,.28));
  outline:none;
}
body.panel-body .admin-chart-tooltip{
  position:absolute;
  z-index:6;
  display:grid;
  gap:3px;
  width:132px;
  padding:10px 12px;
  border:1px solid #dbe7f6;
  border-radius:12px;
  background:#fff;
  color:#071a34;
  box-shadow:0 18px 38px rgba(7,24,50,.14);
  pointer-events:none;
}
body.panel-body .admin-chart-tooltip[hidden]{
  display:none!important;
}
body.panel-body .admin-chart-tooltip span{
  color:#53667e;
  font-size:12px;
}
body.panel-body .panel-funnel span{
  transition:width .38s cubic-bezier(.2,.8,.2,1), transform .18s ease, box-shadow .18s ease;
  transition-delay:var(--delay,0ms);
  cursor:help;
}
body.panel-body .panel-funnel span:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(8,102,232,.16);
}
body.panel-body .panel-funnel [data-funnel-key="visits"]{background:#0866e8}
body.panel-body .panel-funnel [data-funnel-key="registrations"]{background:#45c78a}
body.panel-body .panel-funnel [data-funnel-key="checkout"]{background:#f8bf38}
body.panel-body .panel-funnel [data-funnel-key="purchases"]{background:#ef4444}
body.panel-body .panel-donut-legend i.blue{background:#0866e8}
body.panel-body .panel-activity-key{
  padding:12px 14px;
}
body.panel-body .panel-activity-key .panel-card-title{
  margin-bottom:6px;
}
body.panel-body .panel-activity-key .panel-card-title h3{
  font-size:14px;
}
body.panel-body .panel-activity-key .panel-card-title span{
  color:#64748b;
  font-size:12px;
  font-weight:850;
}
body.panel-body .panel-activity-key .panel-activity-strip{
  padding:0!important;
  border:0;
  box-shadow:none;
  background:transparent;
}
body.panel-body .panel-activity-strip article{
  min-width:0;
}
body.panel-body .panel-activity-strip article i{
  background:transparent!important;
  width:42px!important;
  height:42px!important;
  flex-basis:42px!important;
}
body.panel-body .panel-activity-strip article i .panel-admin-template-icon{
  width:42px!important;
  height:42px!important;
  object-fit:contain;
}
body.panel-body .panel-activity-strip article span{
  min-width:0;
  display:grid;
  gap:1px;
}
body.panel-body .panel-activity-strip article strong{
  font-size:16px;
  color:#071a34;
  line-height:1;
}
body.panel-body .panel-activity-strip article small{
  font-size:11px;
  white-space:normal;
}
@media(min-width:1321px){
  body.panel-body .panel-sidebar{
    width:244px;
    padding:14px 12px;
    gap:7px!important;
    overflow:visible;
  }
  body.panel-body .panel-main{
    margin-left:244px;
  }
  body.panel-body .panel-brand{
    padding:0 10px 8px;
  }
  body.panel-body .panel-brand img{
    width:176px;
  }
  body.panel-body .panel-nav{
    gap:2px;
  }
  body.panel-body .panel-nav a{
    min-height:34px!important;
    padding:7px 10px!important;
    font-size:14px;
    gap:10px;
  }
  body.panel-body .panel-nav a b{
    font-size:10px;
    padding:4px 7px;
  }
  body.panel-body .panel-plan-card{
    padding:11px;
    gap:7px;
    margin-top:auto!important;
  }
  body.panel-body .panel-plan-card p{
    margin:0;
    font-size:12px;
    line-height:1.25;
  }
  body.panel-body .panel-plan-card a{
    min-height:34px;
    padding:8px 10px;
  }
  body.panel-body .panel-user-card{
    padding:8px 10px;
    margin-top:6px;
  }
  body.panel-body .panel-user-card .panel-avatar-img{
    width:38px;
    height:38px;
  }
  body.panel-body .panel-platform-card{
    margin-top:6px;
    padding:10px 12px;
    gap:6px;
  }
  body.panel-body .panel-platform-card p,
  body.panel-body .panel-platform-card div{
    font-size:12px;
  }
  body.panel-body .panel-content-wide{
    padding:18px 24px 22px!important;
  }
  body.panel-body .panel-admin-dashboard{
    grid-template-columns:minmax(0,1fr) 308px!important;
    gap:16px!important;
  }
  body.panel-body .panel-admin-main{
    gap:14px!important;
  }
  body.panel-body .panel-admin-hello h1{
    font-size:29px;
    margin:0 0 5px;
  }
  body.panel-body .panel-admin-hello p{
    margin:0;
  }
  body.panel-body .panel-admin-dashboard .panel-metric{
    min-height:98px!important;
    height:98px!important;
    padding:13px 15px!important;
  }
  body.panel-body .panel-admin-dashboard .panel-metric strong{
    font-size:26px;
    margin:5px 0 3px!important;
  }
  body.panel-body .panel-admin-dashboard .panel-metric i{
    width:52px;
    height:52px;
    top:23px!important;
  }
  body.panel-body .panel-admin-quick{
    padding:13px 16px!important;
  }
  body.panel-body .panel-admin-quick .quick-panel-grid article{
    height:142px!important;
    min-height:142px!important;
  }
  body.panel-body .panel-admin-quick .quick-panel-grid p{
    min-height:32px;
  }
  body.panel-body .panel-admin-analytics .panel-chart-card,
  body.panel-body .panel-admin-analytics .panel-funnel-card,
  body.panel-body .panel-admin-analytics .panel-opportunity-list{
    padding:14px!important;
  }
  body.panel-body .panel-admin-analytics .panel-line-chart,
  body.panel-body .panel-admin-analytics .panel-line-chart svg{
    min-height:134px!important;
    height:134px!important;
  }
  body.panel-body .panel-activity-strip{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.panel-body .panel-activity-strip article{
    padding:7px!important;
    gap:7px!important;
  }
  body.panel-body .panel-admin-users th,
  body.panel-body .panel-admin-users td{
    padding-top:8px!important;
    padding-bottom:8px!important;
    font-size:12px;
  }
  body.panel-body .panel-admin-control{
    padding:12px!important;
  }
  body.panel-body .panel-admin-control .panel-dito-portrait{
    height:124px!important;
  }
  body.panel-body .panel-admin-control .panel-dito-portrait img{
    height:164px!important;
  }
  body.panel-body .panel-admin-control article{
    padding:8px!important;
  }
  body.panel-body .panel-finance-summary{
    padding:13px!important;
  }
  body.panel-body .panel-finance-summary dl{
    gap:7px;
  }
}
@media(max-width:1320px){
  body.panel-body .panel-activity-strip{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  body.panel-body .panel-notification-dropdown{
    width:min(390px,calc(100vw - 28px));
  }
}
@media(max-width:680px){
  body.panel-body .panel-activity-strip{
    grid-template-columns:1fr!important;
  }
  body.panel-body .panel-notification-head{
    grid-template-columns:1fr;
  }
}

/* v0.10.11b · Compactación final para el primer pliegue del superadmin */
@media(min-width:1321px){
  body.panel-body .panel-admin-hello{
    min-height:48px;
  }
  body.panel-body .panel-admin-dashboard .panel-metric{
    min-height:86px!important;
    height:86px!important;
    padding:11px 14px!important;
  }
  body.panel-body .panel-admin-dashboard .panel-metric strong{
    font-size:24px!important;
    margin:3px 0 2px!important;
  }
  body.panel-body .panel-admin-dashboard .panel-metric span,
  body.panel-body .panel-admin-dashboard .panel-metric small{
    font-size:12px;
  }
  body.panel-body .panel-admin-dashboard .panel-metric i{
    width:46px!important;
    height:46px!important;
    top:20px!important;
    right:13px!important;
  }
  body.panel-body .panel-admin-quick{
    padding:11px 14px!important;
  }
  body.panel-body .panel-admin-quick h2{
    font-size:18px;
    margin-bottom:9px!important;
  }
  body.panel-body .panel-admin-quick .quick-panel-grid article{
    height:118px!important;
    min-height:118px!important;
    padding:9px 12px!important;
    gap:4px!important;
  }
  body.panel-body .panel-admin-quick .quick-panel-grid i,
  body.panel-body .panel-admin-quick .quick-panel-grid i:has(.panel-template-icon){
    width:38px!important;
    height:38px!important;
  }
  body.panel-body .panel-admin-quick .quick-panel-grid i .panel-template-icon{
    width:38px!important;
    height:38px!important;
  }
  body.panel-body .panel-admin-quick .quick-panel-grid h3{
    font-size:14px!important;
  }
  body.panel-body .panel-admin-quick .quick-panel-grid p{
    min-height:28px;
    font-size:11px!important;
    line-height:1.22!important;
  }
  body.panel-body .panel-admin-quick .quick-panel-grid a{
    min-height:30px!important;
    min-width:104px!important;
    padding:5px 10px!important;
    font-size:13px;
  }
  body.panel-body .panel-admin-analytics{
    grid-template-columns:1.18fr .72fr .92fr!important;
    align-items:stretch;
  }
  body.panel-body .panel-admin-analytics .panel-chart-card,
  body.panel-body .panel-admin-analytics .panel-funnel-card,
  body.panel-body .panel-admin-analytics .panel-opportunity-list{
    height:246px!important;
    min-height:246px!important;
    overflow:hidden;
  }
  body.panel-body .panel-admin-analytics .panel-line-chart,
  body.panel-body .panel-admin-analytics .panel-line-chart svg{
    min-height:112px!important;
    height:112px!important;
  }
  body.panel-body .panel-admin-analytics .panel-line-chart b{
    top:48%;
    right:21%;
    padding:9px 11px;
  }
  body.panel-body .panel-funnel{
    gap:4px!important;
    margin:6px 0!important;
  }
  body.panel-body .panel-funnel span{
    height:18px!important;
  }
  body.panel-body .panel-funnel-card .panel-donut-legend{
    gap:5px!important;
  }
  body.panel-body .panel-funnel-card .panel-donut-legend li{
    font-size:12px;
    line-height:1.1;
  }
  body.panel-body .panel-opportunity-list article{
    min-height:48px;
    padding:7px!important;
  }
  body.panel-body .panel-opportunity-list i{
    width:30px!important;
    height:30px!important;
    flex-basis:30px!important;
  }
  body.panel-body .panel-opportunity-list small{
    font-size:11px;
    line-height:1.15;
  }
  body.panel-body .panel-opportunity-list b{
    font-size:12px!important;
  }
  body.panel-body .panel-activity-key{
    padding:9px 12px!important;
  }
  body.panel-body .panel-activity-strip article{
    min-height:54px;
    padding:5px 7px!important;
  }
  body.panel-body .panel-activity-strip article i,
  body.panel-body .panel-activity-strip article i .panel-admin-template-icon{
    width:36px!important;
    height:36px!important;
    flex-basis:36px!important;
  }
  body.panel-body .panel-activity-strip article b{
    font-size:11px!important;
  }
  body.panel-body .panel-activity-strip article strong{
    font-size:15px!important;
  }
  body.panel-body .panel-activity-strip article small{
    font-size:10px!important;
    line-height:1.1;
  }
  body.panel-body .panel-admin-users{
    padding:12px 14px 8px!important;
  }
  body.panel-body .panel-admin-users .panel-table-wrap{
    max-height:184px!important;
    overflow:auto;
  }
  body.panel-body .panel-admin-users th,
  body.panel-body .panel-admin-users td{
    padding-top:6px!important;
    padding-bottom:6px!important;
  }
  body.panel-body .panel-admin-control .panel-dito-portrait{
    height:110px!important;
  }
  body.panel-body .panel-admin-control .panel-dito-portrait img{
    height:152px!important;
  }
  body.panel-body .panel-admin-control p{
    padding:9px!important;
    margin-bottom:8px!important;
  }
  body.panel-body .panel-admin-control article{
    min-height:58px;
  }
  body.panel-body .panel-finance-summary dl div{
    padding:8px 0!important;
  }
}
.panel-form textarea{width:100%;min-height:118px;border:1px solid #dbe5f2;border-radius:10px;padding:12px;font:inherit;resize:vertical;color:#17243a}
