.home-live{background:#fff;border:1px solid #cfe5f1;border-radius:28px;padding:18px;box-shadow:0 24px 64px rgba(11,58,94,.13);overflow:hidden}.home-live-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.home-live-head small,.home-live-head strong{display:block}.home-live-head small{color:#5f7384;font-size:.72rem}.home-live-head strong{color:#0b2740;font-size:1rem}.home-live-badge{font-size:.68rem;font-weight:900;color:#087a4b;background:#eafaf2;border:1px solid #bdebd2;border-radius:999px;padding:5px 8px}.home-live-body{display:grid;grid-template-columns:.78fr 1.22fr;gap:13px}.home-live-tools{display:grid;gap:8px;align-content:start}.home-live-label{font-size:.72rem;color:#607689;font-weight:800}.home-live-models,.home-live-colors{display:flex;flex-wrap:wrap;gap:6px}.home-live-model{border:1px solid #d4e4ee;background:#fff;color:#17344a;border-radius:10px;padding:7px 8px;font-weight:800;font-size:.69rem;cursor:pointer}.home-live-model.active{border-color:#3cb6e7;background:#effaff;color:#08689d}.home-live-color{width:25px;height:25px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #c9dbe6;cursor:pointer}.home-live-color.active{box-shadow:0 0 0 2px #15344b}.home-live-color[data-color="#0ea5e9"]{background:#0ea5e9}.home-live-color[data-color="#10b981"]{background:#10b981}.home-live-color[data-color="#8b5cf6"]{background:#8b5cf6}.home-live-color[data-color="#f97316"]{background:#f97316}.home-live-note{margin-top:8px;background:#f3fbff;border:1px solid #d9eef7;border-radius:11px;padding:9px;color:#31546b;font-size:.68rem}.home-live-note strong{color:#0879b2}.home-phone-stage{display:grid;place-items:center;background:radial-gradient(circle at 50% 30%,#fff,#edf9fe);border-radius:18px;padding:12px}.home-phone{width:190px;border:6px solid #15344b;border-radius:28px;padding:5px;background:#fff;box-shadow:0 18px 38px rgba(14,58,89,.18)}.home-captive{--accent:#0ea5e9;border-radius:19px;overflow:hidden;background:#fff}.home-captive-hero{text-align:center;padding:25px 10px 15px;background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 15%,white),#fff)}.home-captive-logo{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 6px;border-radius:10px;background:var(--accent);color:#fff;font-weight:900;font-size:.65rem}.home-captive-hero small{display:block;color:var(--accent);font-size:.5rem;font-weight:900;letter-spacing:.08em}.home-captive-hero h3{font-size:1rem;line-height:1.05;margin:5px 0;color:#0b2740}.home-captive-hero p{font-size:.51rem;color:#627789;margin:0}.home-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:7px}.home-plans span{border:1px solid #dce9f0;border-radius:6px;padding:5px 2px;text-align:center;font-size:.48rem;font-weight:800;color:#345366}.home-plans span:nth-child(2){border-color:var(--accent);color:var(--accent)}.home-connect{margin:0 7px 8px;border-radius:7px;padding:7px;text-align:center;background:var(--accent);color:#fff;font-size:.55rem;font-weight:900}.home-live-cta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px;padding-top:12px;border-top:1px solid #e4eef4}.home-live-cta span{font-size:.7rem;color:#607689}.home-live-cta a{font-size:.72rem;font-weight:900;color:#0874ad;text-decoration:none}.home-demo-band{margin-top:28px;border:1px solid #cfe8f2;background:linear-gradient(135deg,#f4fbff,#effff9);border-radius:24px;padding:22px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:22px}.home-demo-band h3{margin:0 0 5px;font-size:1.4rem;color:#0b2740}.home-demo-band p{margin:0;color:#5d7183}.home-demo-actions{display:flex;gap:9px;flex-wrap:wrap}.home-trial-cta{background:linear-gradient(135deg,#eafaff,#ecfff8);border:1px solid #c8e9f1!important}.home-trial-cta h2{color:#0b2740!important}.home-trial-cta p{color:#546f82!important}.home-trial-cta .contact{background:#fff;color:#0b2740!important;border:1px solid #d8e7ef}.home-trial-cta .contact span{color:#607589!important}.home-trial-cta .contact strong{color:#0b2740!important}.home-trial-points{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.home-trial-points span{padding:6px 9px;border:1px solid #cce6f0;background:#fff;border-radius:999px;font-size:.75rem;font-weight:800;color:#31566f}@media(max-width:760px){.home-live-body{grid-template-columns:1fr}.home-live-tools{order:2}.home-phone-stage{order:1}.home-demo-band{grid-template-columns:1fr}.home-demo-actions{justify-content:flex-start}}

.home-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.home-offer-card{background:#fff;border:1px solid #cfe7f0;border-radius:20px;padding:18px;box-shadow:0 12px 28px rgba(11,58,94,.06)}.home-offer-card>span{display:block;font-size:.72rem;font-weight:950;letter-spacing:.08em;color:#0879b2}.home-offer-card>strong{display:block;font-size:1.65rem;color:#0b2740;margin:7px 0}.home-offer-card>p{margin:0 0 14px!important;font-size:.9rem}.home-offer-card.free{border-color:#bdebd2;background:linear-gradient(145deg,#f1fcf7,#fff)}.home-offer-card.free>span{color:#087a4b}.home-offer-card.local{background:linear-gradient(145deg,#f4fbff,#fff)}@media(max-width:760px){.home-offer-grid{grid-template-columns:1fr}}
