@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Outfit:wght@300;400;500;600&display=swap");
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--purple:#3c096c;--purple2:#6a1fa8;--purple3:#9d4edd;--lila:#c77dff;--lila-pale:#f1e2ff;--gold:#ffad03;--gold2:#ffcf70;--dark:#0d0018;--white:#fff;--cream:#f7f4fb;--text:#1a1a2e;--text-mid:#5a5a7a;--text-soft:#9a8aaa;--serif:"Playfair Display",Georgia,serif;--sans:"Outfit",system-ui,sans-serif}
body{font-family:var(--sans);color:var(--text)}
/* HERO */
.jb-hero{background:var(--dark);padding:6rem 8% 5rem;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}
.jb-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}
.jb-orb1{width:500px;height:500px;background:rgba(60,9,108,.55);top:-150px;right:-100px}
.jb-orb2{width:300px;height:300px;background:rgba(106,31,168,.25);bottom:0;left:-80px}
.jb-hero-left{position:relative;z-index:2}
.jb-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(199,125,255,.12);border:1px solid rgba(199,125,255,.25);border-radius:100px;padding:.4rem 1rem;margin-bottom:1.8rem;font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--lila)}
.jb-bdot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}
.jb-hero-title{font-family:var(--serif);font-size:clamp(2.6rem,4.5vw,5rem);font-weight:700;line-height:1.05;color:#fff;margin-bottom:1.4rem}
.jb-hero-title em{font-style:italic;color:var(--lila)}
.jb-hero-sub{font-size:.98rem;font-weight:300;color:rgba(255,255,255,.62);line-height:1.8;max-width:26rem;margin-bottom:1rem}
.jb-hero-stat{font-size:.8rem;color:rgba(255,255,255,.35);margin-bottom:2.2rem}
.jb-hero-stat strong{color:var(--lila);font-weight:500}
.jb-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}
.jb-btn-gold{display:inline-flex;align-items:center;background:var(--gold);color:#000;padding:.88rem 2.2rem;border-radius:100px;font-size:.84rem;font-weight:600;text-decoration:none}
.jb-btn-ghost{display:inline-flex;align-items:center;background:rgba(255,255,255,.07);color:rgba(255,255,255,.8);padding:.88rem 2.2rem;border-radius:100px;border:1px solid rgba(255,255,255,.12);font-size:.84rem;text-decoration:none}
.jb-pills{display:flex;gap:.7rem;flex-wrap:wrap}
.jb-pill{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:100px;padding:.32rem .88rem;font-size:.73rem;color:rgba(255,255,255,.5)}
.jb-hero-right{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:center}
.jb-photo-wrap{position:relative;width:85%;max-width:360px}
.jb-photo-glow{position:absolute;inset:-30px;border-radius:50%;background:rgba(106,31,168,.4);filter:blur(60px)}
.jb-photo-frame{width:100%;aspect-ratio:3/4;border-radius:28px 28px 0 0;background:rgba(60,9,108,.3);border:1px solid rgba(199,125,255,.2);display:flex;align-items:flex-end;justify-content:center}
.jb-photo-lbl{font-family:var(--serif);font-style:italic;color:var(--lila);font-size:1rem;padding:2rem;text-align:center}
/* TRUST */
.jb-trust{background:#fff;padding:1rem 8%;display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap;border-bottom:1px solid rgba(60,9,108,.07);box-shadow:0 2px 16px rgba(60,9,108,.05)}
.jb-ti{display:flex;align-items:center;gap:.5rem;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-soft);font-weight:500}
.jb-tdot{width:7px;height:7px;border-radius:50%;background:var(--purple2);flex-shrink:0}
/* LABELS & TITLES */
.jb-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--purple2);margin-bottom:1rem}
.jb-label::before{content:"";display:inline-block;width:1.2rem;height:1px;background:var(--purple2)}
.jb-label.gold{color:var(--gold)}.jb-label.gold::before{background:var(--gold)}
.jb-label.center{justify-content:center}
.jb-sec-title{font-family:var(--serif);font-size:clamp(1.9rem,3vw,2.8rem);font-weight:700;line-height:1.15;color:var(--text);margin-bottom:1.2rem}
.jb-sec-title em{font-style:italic;color:var(--purple2)}
.jb-sec-title .g{font-style:italic;color:var(--gold)}
.jb-sec-title.white{color:#fff}
.jb-sec-body{font-size:.97rem;font-weight:300;color:var(--text-mid);line-height:1.85;max-width:42rem}
/* ABOUT */
.jb-about{background:#fff;padding:6rem 8%;display:grid;grid-template-columns:1fr 1.3fr;gap:5rem;align-items:center}
.jb-about-photo{aspect-ratio:3/4;border-radius:24px;background:var(--lila-pale);border:1px solid rgba(60,9,108,.1);display:flex;align-items:flex-end;padding:2rem}
.jb-about-lbl{font-family:var(--serif);font-style:italic;color:var(--purple2);font-size:1rem}
.jb-creds{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.jb-cred{background:var(--cream);border-radius:14px;border-left:3px solid var(--gold);padding:1.1rem 1.2rem}
.jb-cred.p{border-left-color:var(--purple2)}
.jb-cred-n{font-family:var(--serif);font-size:1.8rem;font-weight:700;color:var(--text);line-height:1}
.jb-cred-t{font-size:.75rem;color:var(--text-soft);margin-top:.3rem;line-height:1.4}
/* SERVICES */
.jb-svc-hero{background:var(--dark);padding:5rem 8%;position:relative;overflow:hidden}
.jb-svc-hero-inner{position:relative;z-index:2;max-width:36rem}
.jb-svc-hero-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem}
.jb-svc-hero-title em{font-style:italic;color:var(--gold)}
.jb-svc-hero-sub{font-size:1rem;color:rgba(255,255,255,.58);line-height:1.8}
.jb-svc-wrap{background:#fff;padding:4rem 8%}
.jb-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.jb-svc{background:#fff;border-radius:20px;padding:2rem;position:relative;overflow:hidden}
.jb-svc:nth-child(odd){border:1.5px solid rgba(60,9,108,.08);border-top:3px solid var(--gold)}
.jb-svc:nth-child(even){border:1.5px solid rgba(60,9,108,.08);border-top:3px solid var(--purple2)}
.jb-svc-icon{width:48px;height:48px;border-radius:14px;background:rgba(255,173,3,.1);border:1px solid rgba(255,173,3,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem}
.jb-svc:nth-child(even) .jb-svc-icon{background:rgba(106,31,168,.08);border-color:rgba(106,31,168,.15)}
.jb-svc-icon svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.5}
.jb-svc:nth-child(even) .jb-svc-icon svg{stroke:var(--purple2)}
.jb-svc-name{font-family:var(--serif);font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:.7rem}
.jb-svc-desc{font-size:.87rem;color:var(--text-mid);line-height:1.7}
.jb-svc-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem;font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);text-decoration:none}
.jb-svc:nth-child(even) .jb-svc-link{color:var(--purple2)}
/* TSP */
.jb-tsp{background:var(--dark);padding:5rem 8%;display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center;position:relative;overflow:hidden}
.jb-tsp-content{position:relative;z-index:2}
.jb-tsp-body{font-size:.95rem;color:rgba(255,255,255,.58);line-height:1.8}
.jb-tsp-list{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}
.jb-tsp-list li{display:flex;align-items:flex-start;gap:.8rem;font-size:.9rem;color:rgba(255,255,255,.68);line-height:1.5}
.jb-tsp-list li::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:.45rem}
.jb-tsp-box{background:rgba(255,255,255,.05);border:1px solid rgba(255,173,3,.2);border-radius:20px;padding:2rem;position:relative;z-index:2}
.jb-tsp-box-title{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}
.jb-tsp-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.87rem}
.jb-tsp-row:last-child{border-bottom:none}
.jb-tsp-lbl{color:rgba(255,255,255,.42)}.jb-tsp-val{color:#fff}
.jb-tsp-val.hi{color:var(--gold2);font-family:var(--serif);font-size:1.1rem;font-weight:700}
.jb-tsp-note{font-size:.7rem;color:rgba(255,255,255,.28);line-height:1.5;margin-top:1.2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}
/* PACKAGES */
.jb-pkg-wrap{background:var(--cream);padding:4rem 8%}
.jb-pkg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.jb-pkg{border-radius:20px;border:1.5px solid rgba(60,9,108,.1);background:#fff;display:flex;flex-direction:column;overflow:hidden}
.jb-pkg-badge{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.45rem 1rem;display:flex;align-items:center;justify-content:center}
.jb-pkg-head{padding:1.8rem 1.6rem 1.4rem}
.jb-pkg-level{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-soft);margin-bottom:.6rem}
.jb-pkg-name{font-family:var(--serif);font-size:1.25rem;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:.5rem}
.jb-pkg-sub{font-size:.78rem;color:var(--text-soft)}
.jb-pkg-price{font-family:var(--serif);font-size:2.2rem;font-weight:700;color:var(--text);margin:.9rem 0 0;line-height:1}
.jb-pkg-price sup{font-size:1rem;font-weight:400;vertical-align:super}
.jb-pkg-note{font-size:.73rem;color:var(--text-soft);margin-top:.2rem}
.jb-pkg-body{padding:1.2rem 1.6rem 1.6rem;flex:1;display:flex;flex-direction:column}
.jb-pkg-desc{font-size:.84rem;color:var(--text-mid);line-height:1.65;margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(60,9,108,.07)}
.jb-pkg-inc{font-size:.67rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);margin-bottom:.8rem}
.jb-pkg-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;flex:1}
.jb-pkg-list li{display:flex;align-items:flex-start;gap:.55rem;font-size:.82rem;color:var(--text-mid);line-height:1.4}
.jb-pkg-list li::before{content:"✓";font-size:.7rem;flex-shrink:0;margin-top:.1rem;font-weight:700}
.jb-pkg-ideal{font-size:.76rem;color:var(--text-soft);line-height:1.5;margin-top:1rem;padding:.8rem;background:var(--cream);border-radius:10px}
.jb-pkg-ideal strong{color:var(--text-mid);display:block;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem}
.jb-pkg-cta{display:block;text-align:center;text-decoration:none;padding:.85rem;border-radius:10px;font-size:.82rem;font-weight:600;margin:1.4rem 1.6rem 1.6rem}
.jb-pkg1 .jb-pkg-head{background:#f8f5ff}
.jb-pkg1 .jb-pkg-cta{background:var(--cream);color:var(--purple);border:1.5px solid rgba(60,9,108,.2)}
.jb-pkg2{border-color:var(--gold)}.jb-pkg2 .jb-pkg-head{background:#fffbee}
.jb-pkg2 .jb-pkg-cta{background:var(--gold);color:#000}
.jb-pkg3{border-color:var(--purple2);background:var(--purple)}
.jb-pkg3 .jb-pkg-badge{background:var(--gold);color:#000}
.jb-pkg3 .jb-pkg-head{background:var(--purple2)}
.jb-pkg3 .jb-pkg-level,.jb-pkg3 .jb-pkg-sub,.jb-pkg3 .jb-pkg-note{color:rgba(255,255,255,.5)}
.jb-pkg3 .jb-pkg-name,.jb-pkg3 .jb-pkg-price{color:#fff}
.jb-pkg3 .jb-pkg-body{background:var(--purple)}
.jb-pkg3 .jb-pkg-desc{color:rgba(255,255,255,.65);border-bottom-color:rgba(255,255,255,.1)}
.jb-pkg3 .jb-pkg-inc{color:rgba(255,255,255,.4)}
.jb-pkg3 .jb-pkg-list li{color:rgba(255,255,255,.75)}
.jb-pkg3 .jb-pkg-ideal{background:rgba(255,255,255,.07);color:rgba(255,255,255,.5)}
.jb-pkg3 .jb-pkg-ideal strong{color:rgba(255,255,255,.4)}
.jb-pkg3 .jb-pkg-cta{background:var(--gold);color:#000}
.jb-pkg4{background:#1a1a2e;border-color:#2a2a4e}
.jb-pkg4 .jb-pkg-badge{background:var(--lila);color:var(--purple)}
.jb-pkg4 .jb-pkg-head{background:#22223a}
.jb-pkg4 .jb-pkg-level,.jb-pkg4 .jb-pkg-sub,.jb-pkg4 .jb-pkg-note{color:rgba(255,255,255,.4)}
.jb-pkg4 .jb-pkg-name{color:#fff}.jb-pkg4 .jb-pkg-price{color:var(--gold2)}
.jb-pkg4 .jb-pkg-body{background:#1a1a2e}
.jb-pkg4 .jb-pkg-desc{color:rgba(255,255,255,.55);border-bottom-color:rgba(255,255,255,.08)}
.jb-pkg4 .jb-pkg-inc{color:rgba(255,255,255,.35)}
.jb-pkg4 .jb-pkg-list li{color:rgba(255,255,255,.65)}
.jb-pkg4 .jb-pkg-ideal{background:rgba(255,255,255,.05);color:rgba(255,255,255,.45)}
.jb-pkg4 .jb-pkg-ideal strong{color:rgba(255,255,255,.4)}
.jb-pkg4 .jb-pkg-cta{background:var(--purple2);color:#fff}
/* STEPS */
.jb-steps-wrap{background:#fff;padding:4rem 8%}
.jb-steps-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--text);text-align:center;margin-bottom:2.5rem}
.jb-steps-title em{font-style:italic;color:var(--purple2)}
.jb-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.jb-step{background:var(--cream);border:1.5px solid rgba(60,9,108,.07);border-radius:20px;padding:2rem 1.5rem;text-align:center}
.jb-step-n{width:3.2rem;height:3.2rem;border-radius:50%;margin:0 auto 1.2rem;border:1.5px solid var(--gold);color:var(--gold);font-family:var(--serif);font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center}
.jb-step:nth-child(even) .jb-step-n{border-color:var(--purple2);color:var(--purple2)}
.jb-step-title{font-family:var(--serif);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.4rem}
.jb-step-desc{font-size:.82rem;color:var(--text-soft);line-height:1.6}
/* CALCULADORAS */
.jb-calc-wrap{background:#fff;padding:4rem 8%}
.jb-calc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.jb-calc{background:#fff;border:1.5px solid rgba(60,9,108,.08);border-radius:20px;padding:2rem;display:flex;flex-direction:column;text-decoration:none;color:inherit}
.jb-calc-new{display:inline-flex;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--purple2);border-radius:100px;padding:.25rem .7rem;margin-bottom:1rem;width:fit-content}
.jb-calc-icon{width:52px;height:52px;border-radius:14px;background:rgba(255,173,3,.1);border:1px solid rgba(255,173,3,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem}
.jb-calc:nth-child(even) .jb-calc-icon{background:rgba(106,31,168,.08);border-color:rgba(106,31,168,.15)}
.jb-calc-icon svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.5}
.jb-calc:nth-child(even) .jb-calc-icon svg{stroke:var(--purple2)}
.jb-calc-title{font-family:var(--serif);font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:.6rem}
.jb-calc-desc{font-size:.87rem;color:var(--text-mid);line-height:1.7;flex:1}
.jb-calc-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem;font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}
.jb-calc:nth-child(even) .jb-calc-link{color:var(--purple2)}
/* TESTIMONIOS */
.jb-testi-sec{background:var(--cream);padding:6rem 8%}
.jb-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.jb-testi{background:#fff;border:1.5px solid rgba(60,9,108,.07);border-radius:20px;padding:2rem;position:relative}
.jb-testi::before{content:'"';font-family:var(--serif);font-size:4.5rem;line-height:1;color:var(--lila-pale);position:absolute;top:.8rem;left:1.4rem}
.jb-testi-text{font-size:.9rem;color:var(--text-mid);line-height:1.75;margin-top:1.5rem;position:relative;z-index:1}
.jb-testi-author{display:flex;align-items:center;gap:.8rem;margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid rgba(60,9,108,.07)}
.jb-testi-av{width:38px;height:38px;border-radius:50%;background:var(--lila-pale);border:1.5px solid rgba(60,9,108,.15);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.9rem;color:var(--purple2)}
.jb-testi-name{font-size:.86rem;font-weight:600;color:var(--text)}
.jb-testi-role{font-size:.74rem;color:var(--text-soft)}
/* CTA */
.jb-cta{background:var(--dark);padding:6rem 8%;text-align:center;position:relative;overflow:hidden}
.jb-cta-inner{position:relative;z-index:1}
.jb-cta-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem}
.jb-cta-title em{font-style:italic;color:var(--gold)}
.jb-cta-sub{font-size:1rem;color:rgba(255,255,255,.55);max-width:34rem;margin:0 auto 2.5rem;line-height:1.8}
.jb-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.jb-wa{display:inline-flex;align-items:center;gap:.6rem;background:#25D366;color:#fff;padding:.92rem 2.2rem;border-radius:100px;font-size:.84rem;font-weight:600;text-decoration:none}
.jb-em-btn{display:inline-flex;align-items:center;background:rgba(255,255,255,.08);color:rgba(255,255,255,.8);padding:.92rem 2.2rem;border-radius:100px;border:1px solid rgba(255,255,255,.12);font-size:.84rem;text-decoration:none}
/* AGENDAR / CONTACTO */
.jb-dark-wrap{background:var(--dark);padding:5rem 8%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:80vh}
.jb-dark-orb1{position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(60,9,108,.55);top:-100px;right:-100px;filter:blur(90px);pointer-events:none}
.jb-dark-orb2{position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(106,31,168,.25);bottom:0;left:-60px;filter:blur(70px);pointer-events:none}
.jb-form-card{position:relative;z-index:2;background:rgba(255,255,255,.06);backdrop-filter:blur(20px);border:1px solid rgba(199,125,255,.15);border-radius:24px;padding:3.5rem;max-width:580px;width:100%}
.jb-form-title{font-family:var(--serif);font-size:2rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:.8rem}
.jb-form-title em{font-style:italic;color:var(--gold)}
.jb-form-sub{font-size:.92rem;color:rgba(255,255,255,.55);line-height:1.7;margin-bottom:2rem}
.jb-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.jb-fg{margin-bottom:1.4rem}
.jb-fl{display:block;font-size:.74rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:.5rem}
.jb-fi,.jb-fs,.jb-ft{width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.85rem 1rem;font-family:var(--sans);font-size:.9rem;color:#fff;outline:none}
.jb-fs{-webkit-appearance:none;appearance:none;cursor:pointer}
.jb-fs option{background:#1a0030;color:#fff}
.jb-ft{resize:vertical;min-height:90px}
.jb-submit{width:100%;background:var(--gold);color:#000;padding:1rem;border-radius:100px;border:none;cursor:pointer;font-family:var(--sans);font-size:.88rem;font-weight:600;margin-top:.5rem}
.jb-form-alt{text-align:center;margin-top:1.5rem;font-size:.83rem;color:rgba(255,255,255,.35)}
.jb-form-alt a{color:var(--lila);text-decoration:none}
/* CONTACTO */
.jb-contacto-wrap{background:var(--dark);padding:5rem 8%;position:relative;overflow:hidden}
.jb-contacto-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.jb-contacto-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem}
.jb-contacto-title em{font-style:italic;color:var(--gold)}
.jb-contacto-sub{font-size:.97rem;color:rgba(255,255,255,.55);line-height:1.8;margin-bottom:2.5rem}
.jb-method{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
.jb-method-icon{width:44px;height:44px;border-radius:12px;background:rgba(199,125,255,.12);border:1px solid rgba(199,125,255,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.jb-method-icon svg{width:20px;height:20px;stroke:var(--lila);fill:none;stroke-width:1.5}
.jb-method-lbl{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.38);margin-bottom:.25rem}
.jb-method-val{font-size:.93rem;color:#fff}
.jb-method-val a{color:var(--lila);text-decoration:none}
/* RESPONSIVE */
@media(max-width:1100px){.jb-pkg-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){
  .jb-hero,.jb-about,.jb-tsp,.jb-contacto-inner{grid-template-columns:1fr}
  .jb-hero-right,.jb-about-photo{display:none}
  .jb-svc-grid,.jb-calc-grid{grid-template-columns:1fr 1fr}
  .jb-steps{grid-template-columns:1fr 1fr}
  .jb-testi-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .jb-pkg-grid,.jb-svc-grid,.jb-calc-grid,.jb-steps{grid-template-columns:1fr}
  .jb-creds,.jb-form-row{grid-template-columns:1fr}
}
.entry-title { display: none; }
.elementor-page .entry-title { display: none; }