:root{--pub-primary:#208f85;--pub-primary-dark:#177a70;--pub-primary-darker:#0d5e59;--pub-primary-light:#e8f5f3;--pub-primary-lighter:#f0faf9;--pub-text-dark:#111827;--pub-text-body:#374151;--pub-text-muted:#6b7280;--pub-border:#e5e7eb;--pub-bg-white:#fff;--pub-bg-light:#f9fafb;--pub-nav-height:72px;--pub-radius-sm:8px;--pub-radius-md:14px;--pub-radius-lg:20px;--pub-shadow-sm:0 1px 3px #00000014,0 1px 2px #0000000f;--pub-shadow-md:0 4px 16px #0000001a;--pub-shadow-lg:0 12px 40px #00000024}.pub-navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s;position:fixed;top:0;left:0;right:0}.pub-navbar--scrolled{border-color:var(--pub-border);box-shadow:var(--pub-shadow-sm)}.pub-navbar__container{max-width:1240px;height:var(--pub-nav-height);align-items:center;gap:28px;margin:0 auto;padding:0 28px;display:flex}.pub-navbar__brand{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.pub-navbar__brand img{object-fit:contain;width:34px;height:34px}.pub-navbar__brand span{color:var(--pub-text-dark);white-space:nowrap;font-size:17px;font-weight:700}.pub-navbar__links{flex:1;align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.pub-navbar__links li a{color:var(--pub-text-body);border-radius:var(--pub-radius-sm);padding:8px 14px;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.pub-navbar__links li a:hover{background:var(--pub-bg-light);color:var(--pub-primary)}@media (max-width:860px){.pub-navbar__links{display:none}}.pub-navbar__actions{align-items:center;gap:10px;margin-left:auto;display:flex}@media (max-width:860px){.pub-navbar__actions{display:none}}.pub-navbar__login{color:var(--pub-text-body);border-radius:var(--pub-radius-sm);padding:8px 18px;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.pub-navbar__login:hover{background:var(--pub-bg-light);color:var(--pub-primary)}.pub-navbar__download{color:#fff;background:var(--pub-primary);border-radius:var(--pub-radius-sm);white-space:nowrap;align-items:center;padding:9px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 2px 8px #208f854d}.pub-navbar__download:hover{background:var(--pub-primary-dark);transform:translateY(-1px);box-shadow:0 4px 14px #208f8566}.pub-navbar__hamburger{cursor:pointer;border-radius:var(--pub-radius-sm);background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:8px;display:none}.pub-navbar__hamburger span{background:var(--pub-text-dark);border-radius:2px;width:22px;height:2px;transition:all .2s;display:block}.pub-navbar__hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.pub-navbar__hamburger.is-open span:nth-child(2){opacity:0}.pub-navbar__hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:860px){.pub-navbar__hamburger{display:flex}}.pub-navbar__mobile{border-top:1px solid var(--pub-border);background:#fff;flex-direction:column;padding:12px 24px 20px;display:flex}.pub-navbar__mobile a{color:var(--pub-text-body);border-bottom:1px solid var(--pub-border);padding:13px 0;font-size:16px;font-weight:500;text-decoration:none;transition:color .15s}.pub-navbar__mobile a:last-child{border-bottom:none}.pub-navbar__mobile a.pub-mobile-download{color:var(--pub-primary);font-weight:600}.pub-navbar__mobile a:hover{color:var(--pub-primary)}.pub-footer{color:#b7c4d5;background:radial-gradient(circle at 12% 0,#208f8538,#208f8500 32%),linear-gradient(135deg,#07172d 0%,#09213b 48%,#061321 100%);padding:36px 28px 0}.pub-footer__container{grid-template-columns:minmax(260px,1.45fr) repeat(4,minmax(120px,1fr));align-items:start;gap:40px;max-width:1240px;margin:0 auto;display:grid}@media (max-width:1060px){.pub-footer__container{grid-template-columns:1fr 1fr 1fr}.pub-footer__container .pub-footer__brand{grid-column:1/-1}}@media (max-width:640px){.pub-footer__container{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width:460px){.pub-footer__container{grid-template-columns:1fr}}@media (max-width:640px){.pub-footer__brand{grid-column:1/-1}}.pub-footer__logo{align-items:center;gap:10px;margin-bottom:16px;text-decoration:none;display:inline-flex}.pub-footer__logo img{object-fit:contain;width:32px;height:32px;box-shadow:0 8px 18px #208f852e}.pub-footer__logo span{color:#fff;letter-spacing:0;font-size:17px;font-weight:800}.pub-footer__tagline{color:#b7c4d5;max-width:280px;margin:0 0 18px;font-size:14px;line-height:1.65}.pub-footer__social{flex-wrap:wrap;gap:10px;display:flex}.pub-footer__social a{color:#c8d4e2;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .15s,color .15s,transform .15s;display:flex}.pub-footer__social a svg{fill:currentColor;width:16px;height:16px}.pub-footer__social a:hover{background:var(--pub-primary);color:#fff;transform:translateY(-1px)}.pub-footer__col h4{color:#f8fbff;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px;font-size:12px;font-weight:700}.pub-footer__col a{color:#aab8ca;margin-bottom:10px;font-size:14px;text-decoration:none;transition:color .15s;display:block}.pub-footer__col a:hover{color:#d7fff5}@media (max-width:640px){.pub-footer__col:nth-child(n+4){grid-column:auto}}.pub-footer__bottom{border-top:1px solid #ffffff1c;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;max-width:1240px;margin:34px auto 0;padding:18px 0 24px;display:flex}.pub-footer__bottom p{color:#8191a6;margin:0;font-size:12.5px}.pub-download-cta{background:radial-gradient(circle at top,#ffffff1f,#fff0 42%),linear-gradient(135deg,var(--pub-primary-dark)0%,#0f6c65 52%,var(--pub-primary)100%);text-align:center;color:#fff;padding:72px 24px}@media (max-width:768px){.pub-download-cta{padding:60px 20px}}@media (max-width:480px){.pub-download-cta{padding:48px 16px}}.pub-download-cta__inner{max-width:680px;margin:0 auto}.pub-download-cta__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffffb8;margin:0 0 12px;font-size:.85rem;font-weight:700}.pub-download-cta h2{color:#fff;margin:0;font-size:max(1.9rem,min(4vw,2.7rem));line-height:1.1}.pub-download-cta__body{color:#ffffffdb;max-width:560px;margin:16px auto 0;font-size:1.05rem;line-height:1.75}.pub-download-cta__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.pub-download-cta__actions .pub-btn-primary{color:var(--pub-primary-dark);background:#fff}.pub-download-cta__actions .pub-btn-primary:hover{background:#f3fbfa}.pub-download-cta__actions .pub-btn-secondary{color:#fff;border-color:#ffffff9e}.pub-download-cta__actions .pub-btn-secondary:hover{background:#ffffff24}.pub-download-cta__note{color:#ffffffc7;margin-top:18px;font-size:.95rem}.pub-download-cta__note a{color:#fff;text-decoration:underline}.pub-download-cta__note a:hover{color:#e6fffb}.pub-layout{flex-direction:column;min-height:100vh;display:flex}.pub-layout__main{padding-top:var(--pub-nav-height);flex:1}.pub-section{max-width:1240px;margin:0 auto;padding:80px 28px}@media (max-width:768px){.pub-section{padding:60px 20px}}@media (max-width:480px){.pub-section{padding:48px 16px}}.pub-section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--pub-primary);margin-bottom:12px;font-size:12px;font-weight:700}.pub-section-heading{color:var(--pub-text-dark);margin:0 0 16px;font-size:max(24px,min(3.2vw,34px));font-weight:800;line-height:1.2}.pub-section-sub{color:var(--pub-text-muted);max-width:640px;margin:0 auto;font-size:17px;line-height:1.65}@media (max-width:480px){.pub-section-sub{font-size:15px}}.pub-btn-primary{background:var(--pub-primary);color:#fff;border-radius:var(--pub-radius-md);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 3px 12px #208f854d}@media (max-width:480px){.pub-btn-primary{padding:12px 22px;font-size:15px}}.pub-btn-primary:hover{background:var(--pub-primary-dark);color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px #208f8566}.pub-btn-secondary{color:var(--pub-text-body);border-radius:var(--pub-radius-md);border:1.5px solid var(--pub-border);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:13px 26px;font-size:16px;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-flex}@media (max-width:480px){.pub-btn-secondary{padding:11px 20px;font-size:15px}}.pub-btn-secondary:hover{border-color:var(--pub-primary);color:var(--pub-primary);background:var(--pub-primary-lighter);text-decoration:none}.lp-hero{background:linear-gradient(160deg,#f0faf9 0%,#fff 55%,#f7fffe 100%);padding:72px 28px 60px;overflow:hidden}@media (max-width:768px){.lp-hero{padding:64px 20px 48px}}@media (max-width:480px){.lp-hero{padding:56px 16px 40px}}.lp-hero__inner{grid-template-columns:1fr 1fr;align-items:flex-start;gap:64px;max-width:1240px;margin:0 auto;padding-top:32px;display:grid}@media (max-width:900px){.lp-hero__inner{text-align:center;grid-template-columns:1fr;gap:48px;padding-top:0}}.lp-hero__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--pub-primary);align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:600;display:inline-flex}.lp-hero__eyebrow:before{content:"";background:var(--pub-primary);border-radius:2px;width:28px;height:2px;display:inline-block}.lp-hero__heading{color:var(--pub-text-dark);letter-spacing:-.02em;margin:0 0 20px;font-size:max(24px,min(2.8vw,38px));font-weight:800;line-height:1.15}.lp-hero__heading em{color:var(--pub-primary);font-style:normal}.lp-hero__sub{color:var(--pub-text-muted);max-width:520px;margin:0 0 36px;font-size:18px;line-height:1.65}@media (max-width:900px){.lp-hero__sub{margin:0 auto 36px}}@media (max-width:480px){.lp-hero__sub{margin:0 auto 28px;font-size:16px}}.lp-hero__actions{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:40px;display:flex}@media (max-width:900px){.lp-hero__actions{justify-content:center}}.lp-hero__trust{flex-wrap:wrap;align-items:center;gap:28px;display:flex}@media (max-width:900px){.lp-hero__trust{justify-content:center}}.lp-hero__trust-item{align-items:center;gap:8px;display:flex}.lp-hero__trust-item .trust-icon{background:var(--pub-primary-light);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.lp-hero__trust-item .trust-icon svg{width:32px;height:32px;fill:var(--pub-primary)}.lp-hero__trust-item .trust-text strong{color:var(--pub-text-dark);font-size:14px;font-weight:700;display:block}.lp-hero__trust-item .trust-text span{color:var(--pub-text-muted);font-size:12px}.lp-hero__visual{justify-content:center;align-items:center;min-height:450px;padding:8px 0;display:flex;position:relative}@media (max-width:900px){.lp-hero__visual{min-height:360px}}@media (max-width:480px){.lp-hero__visual{min-height:300px}}.lp-hero__showcase{object-fit:contain;filter:drop-shadow(0 24px 48px #0f172a2e);width:min(100%,520px);height:auto}@media (max-width:900px){.lp-hero__showcase{width:min(100%,450px)}}@media (max-width:480px){.lp-hero__showcase{width:min(100%,340px)}}.phone-mockup{background:#fff;border:1.5px solid #0000000f;border-radius:32px;width:220px;position:absolute;overflow:hidden;box-shadow:0 24px 64px #0000002e,0 4px 16px #00000014}@media (max-width:900px){.phone-mockup{width:185px}}.phone-mockup--main{z-index:2;top:0;left:20px}@media (max-width:900px){.phone-mockup--main{left:50%;transform:translate(-110%)}}@media (max-width:480px){.phone-mockup--main{width:200px;left:50%;transform:translate(-50%)}}.phone-mockup--secondary{z-index:1;top:50px;right:20px}@media (max-width:900px){.phone-mockup--secondary{top:40px;right:50%;transform:translate(15%)}}@media (max-width:480px){.phone-mockup--secondary{display:none}}.phone-mockup__notch{background:var(--pub-primary);justify-content:center;align-items:center;height:28px;display:flex}.phone-mockup__notch:after{content:"";background:#00000040;border-radius:10px;width:60px;height:10px}.phone-mockup__screen{background:#f9fafb}.phone-dashboard__header{background:var(--pub-primary);color:#fff;padding:10px 14px 14px}.phone-dashboard__header p{opacity:.8;margin:0;font-size:10px}.phone-dashboard__header h3{margin:2px 0 0;font-size:14px;font-weight:700}.phone-dashboard__profiles{background:#fff;border-bottom:1px solid #f0f0f0;gap:8px;padding:10px 14px;display:flex}.phone-dashboard__avatar{flex-direction:column;align-items:center;gap:4px;display:flex}.phone-dashboard__avatar .av-circle{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex;box-shadow:0 1px 4px #0000001f}.phone-dashboard__avatar span{color:#6b7280;font-size:8px}.phone-dashboard__timeline-label{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;background:#fff;padding:8px 14px 4px;font-size:9px;font-weight:700}.phone-dashboard__item{background:#fff;border-bottom:1px solid #f5f5f5;align-items:center;gap:8px;padding:7px 14px;display:flex}.phone-dashboard__item .item-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.phone-dashboard__item .item-content{flex:1}.phone-dashboard__item .item-content p{color:#111827;margin:0;font-size:9px;font-weight:600}.phone-dashboard__item .item-content span{color:#9ca3af;font-size:8px}.phone-dashboard__item .item-badge{border-radius:20px;padding:2px 6px;font-size:7px;font-weight:600}.phone-lab__header{background:#fff;border-bottom:1px solid #f0f0f0;padding:10px 14px}.phone-lab__header h4{color:#111827;margin:0 0 2px;font-size:11px;font-weight:700}.phone-lab__header p{color:#9ca3af;margin:0;font-size:8px}.phone-lab__row{background:#fff;border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:8px 14px;display:flex}.phone-lab__row .lab-name{color:#374151;font-size:9px;font-weight:600}.phone-lab__row .lab-values{text-align:right}.phone-lab__row .lab-values p{color:#111827;margin:0;font-size:9px;font-weight:700}.phone-lab__row .lab-values span{color:#9ca3af;font-size:7.5px}.phone-lab__row .lab-status{color:#065f46;background:#d1fae5;border-radius:20px;padding:3px 7px;font-size:7.5px;font-weight:700}.phone-lab__ai-note{background:#f0faf9;border-top:1px solid #d1fae5;padding:8px 14px}.phone-lab__ai-note p{color:#065f46;margin:0;font-size:8px;line-height:1.5}.phone-lab__ai-note span{color:#9ca3af;margin-top:3px;font-size:7.5px;display:block}.lp-problem{background:var(--pub-bg-light);padding:80px 28px}@media (max-width:768px){.lp-problem{padding:56px 20px}}@media (max-width:480px){.lp-problem{padding:48px 16px}}.lp-problem__inner{text-align:center;max-width:1240px;margin:0 auto}.lp-problem__cards{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:48px;display:flex}.lp-problem__card{border:1px solid var(--pub-border);border-radius:var(--pub-radius-md);text-align:center;width:188px;box-shadow:var(--pub-shadow-sm);background:#fff;padding:24px 20px;transition:box-shadow .2s,transform .2s}.lp-problem__card:hover{box-shadow:var(--pub-shadow-md);transform:translateY(-3px)}@media (max-width:640px){.lp-problem__card{width:calc(50% - 8px)}}@media (max-width:380px){.lp-problem__card{width:100%}}.lp-problem__card-icon{background:#fee2e2;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex}.lp-problem__card-icon svg{stroke:#ef4444;fill:none;width:32px;height:32px}.lp-problem__card-text{color:var(--pub-text-body);margin:0;font-size:13px;font-weight:500;line-height:1.5}.lp-problem__solution{color:var(--pub-text-body);margin-top:40px;font-size:17px}.lp-problem__solution strong{color:var(--pub-primary);font-weight:700}.lp-features{background:#fff;padding:80px 28px}@media (max-width:768px){.lp-features{padding:56px 20px}}@media (max-width:480px){.lp-features{padding:48px 16px}}.lp-features__inner{max-width:1240px;margin:0 auto}.lp-features__header{text-align:center;margin-bottom:52px}.lp-features__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;display:grid}@media (max-width:1120px){.lp-features__grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (max-width:700px){.lp-features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.lp-features__grid{grid-template-columns:1fr}}.lp-features__tile{--lp-feature-accent:#208f85;--lp-feature-glow:#208f8529;text-align:center;background:0 0;border:none;border-radius:0;flex-direction:column;align-items:center;padding:0 8px;transition:transform .2s;display:flex}.lp-features__tile:first-child{--lp-feature-accent:#1aa39a;--lp-feature-glow:#1aa39a2e}.lp-features__tile:nth-child(2){--lp-feature-accent:#7b61ff;--lp-feature-glow:#7b61ff2e}.lp-features__tile:nth-child(3){--lp-feature-accent:#3b82f6;--lp-feature-glow:#3b82f62e}.lp-features__tile:nth-child(4){--lp-feature-accent:#f59e0b;--lp-feature-glow:#f59e0b2e}.lp-features__tile:nth-child(5){--lp-feature-accent:#f4b400;--lp-feature-glow:#f4b4002e}.lp-features__tile:nth-child(6){--lp-feature-accent:#14b8a6;--lp-feature-glow:#14b8a62e}.lp-features__tile:hover{box-shadow:none;border-color:#0000;transform:translateY(-3px)}.lp-features__tile-icon{background:linear-gradient(#fff 0%,#fbfdff 100%);border-radius:999px;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:18px;display:flex;position:relative;box-shadow:0 16px 36px #0f172a14,0 4px 12px #0f172a0a}.lp-features__tile-icon:before{content:"";border-radius:inherit;background:radial-gradient(circle,var(--lp-feature-glow)0%,#fff0 72%);position:absolute;top:12px;bottom:12px;left:12px;right:12px}.lp-features__tile-icon svg{z-index:1;width:32px;height:32px;stroke:var(--lp-feature-accent);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;position:relative}.lp-features__tile-title{color:var(--pub-text-dark);max-width:180px;margin:0 0 8px;font-size:16px;font-weight:700}.lp-features__tile-desc{color:var(--pub-text-muted);max-width:180px;margin:0;font-size:14px;line-height:1.6}.lp-trust{background:radial-gradient(circle at 12% 18%,#208f8529,#208f8500 28%),radial-gradient(circle at 88% 84%,#3b82f61a,#3b82f600 24%),linear-gradient(#e1f6f1 0%,#eaf8f5 42%,#f5fcfb 100%);padding:80px 28px;position:relative;overflow:hidden}@media (max-width:768px){.lp-trust{padding:56px 20px}}@media (max-width:480px){.lp-trust{padding:48px 16px}}.lp-trust__inner{grid-template-columns:minmax(260px,.95fr) minmax(0,1.75fr);align-items:start;gap:48px;max-width:1240px;margin:0 auto;display:grid}@media (max-width:860px){.lp-trust__inner{grid-template-columns:1fr;gap:40px}}.lp-trust__content{max-width:340px}@media (max-width:860px){.lp-trust__content{text-align:center;max-width:none}}.lp-trust__tagline{color:#10213f;margin:0 0 18px;font-size:max(30px,min(3vw,40px));font-weight:800;line-height:1.14}@media (max-width:480px){.lp-trust__tagline{font-size:26px}}.lp-trust__desc{color:#4d6576;margin:0 0 22px;font-size:16px;line-height:1.75}.lp-trust__link{color:var(--pub-primary-dark);align-items:center;gap:6px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.lp-trust__link:hover{color:var(--pub-primary);text-decoration:none}.lp-trust__right{flex-direction:column;gap:16px;display:flex}.lp-trust__badge{color:#4d6576;letter-spacing:.01em;justify-content:center;align-items:center;gap:8px;width:100%;font-size:13px;font-weight:700;display:inline-flex}.lp-trust__badge svg{width:16px;height:16px;fill:var(--pub-primary);flex-shrink:0}@media (max-width:860px){.lp-trust__badge{justify-content:center}}.lp-trust__cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}@media (max-width:1100px){.lp-trust__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.lp-trust__cards{grid-template-columns:1fr}}.lp-trust__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffffd1;border:1px solid #ffffffa6;border-radius:22px;padding:24px 18px 20px;box-shadow:0 16px 36px #0f172a14}.lp-trust__card-icon{background:linear-gradient(#f7fffe 0%,#e8faf6 100%);border-radius:999px;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 16px;display:flex;box-shadow:inset 0 0 0 1px #208f8514}.lp-trust__card-icon svg{width:30px;height:30px;color:var(--pub-primary);stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.lp-trust__card h3{color:#10213f;margin:0 0 8px;font-size:15px;font-weight:700;line-height:1.3}.lp-trust__card p{color:#5f7380;margin:0;font-size:13px;line-height:1.6}.lp-problem .pub-section-heading,.lp-features .pub-section-heading,.lp-audience .pub-section-heading,.lp-trust__tagline{font-size:max(28px,min(2.6vw,32px));line-height:1.18}@media (max-width:480px){.lp-problem .pub-section-heading,.lp-features .pub-section-heading,.lp-audience .pub-section-heading,.lp-trust__tagline{font-size:26px}}.lp-trust__badge svg{width:24px;height:24px;stroke:var(--pub-primary);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.lp-audience{background:#fff;padding:80px 28px}@media (max-width:768px){.lp-audience{padding:56px 20px}}@media (max-width:480px){.lp-audience{padding:48px 16px}}.lp-audience__inner{text-align:center;max-width:1240px;margin:0 auto}.lp-audience__grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:52px;display:grid}@media (max-width:860px){.lp-audience__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.lp-audience__grid{grid-template-columns:1fr}}.lp-audience__card{--lp-audience-accent:var(--pub-primary);text-align:left;background:#fff;border:1px solid #0f172a14;border-radius:8px;transition:box-shadow .2s,transform .2s,border-color .2s;overflow:hidden;box-shadow:0 12px 30px #0f172a12}.lp-audience__card:hover{border-color:#208f8538;transform:translateY(-4px);box-shadow:0 18px 42px #0f172a1c}.lp-audience__card-img{z-index:2;aspect-ratio:4/3;background:var(--pub-bg-light);position:relative;overflow:visible}.lp-audience__card-img img{object-fit:cover;width:100%;height:100%;display:block}.lp-audience__card-img .lp-audience__card-icon{z-index:100;background:var(--lp-audience-accent);color:#fff;border:3px solid #fff;border-radius:8px;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:absolute;bottom:-23px;left:16px;box-shadow:0 10px 22px #0f172a29}.lp-audience__card-img .lp-audience__card-icon svg{color:currentColor;width:23px;height:23px}.lp-audience__card-img .lp-audience__card-icon svg *{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.lp-audience__card-body{z-index:1;background:#fff;padding:32px 18px 20px;position:relative}.lp-audience__card-body h3{color:var(--pub-text-dark);margin:0 0 6px;font-size:15px;font-weight:700}.lp-audience__card-body p{color:var(--pub-text-muted);margin:0 0 12px;font-size:13px;line-height:1.55}.lp-audience__card-body a{color:var(--pub-primary);align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.lp-audience__card-body a:hover{text-decoration:underline}.lp-cta-banner{background:linear-gradient(135deg,#0d5e59 0%,#177a70 50%,#208f85 100%);padding:64px 28px}@media (max-width:768px){.lp-cta-banner{padding:56px 20px}}@media (max-width:480px){.lp-cta-banner{padding:48px 16px}}.lp-cta-banner__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;max-width:1240px;margin:0 auto;display:flex}@media (max-width:768px){.lp-cta-banner__inner{text-align:center;flex-direction:column}}.lp-cta-banner__text h2{color:#fff;margin:0 0 8px;font-size:max(22px,min(3.5vw,32px));font-weight:800;line-height:1.25}.lp-cta-banner__text p{color:#ffffffbf;margin:0;font-size:16px}.lp-cta-banner__right{flex-direction:column;align-items:flex-end;gap:16px;display:flex}@media (max-width:768px){.lp-cta-banner__right{align-items:center}}.lp-cta-banner__badges{flex-wrap:wrap;justify-content:flex-end;gap:14px;display:flex}@media (max-width:768px){.lp-cta-banner__badges{justify-content:center}}.lp-cta-banner__badges a{transition:transform .15s;display:block}.lp-cta-banner__badges a:hover{transform:scale(1.04)}.lp-cta-banner__badges img{width:auto;height:44px}.lp-cta-banner__social-proof{align-items:center;gap:10px;display:flex}.lp-cta-banner__social-proof .avatars{display:flex}.lp-cta-banner__social-proof .avatars .av{color:#fff;border:2px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:-8px;font-size:11px;font-weight:700;display:flex}.lp-cta-banner__social-proof .avatars .av:first-child{margin-left:0}.lp-cta-banner__social-proof .rating{color:#fffc;font-size:13px}.lp-cta-banner__social-proof .rating strong{color:#fff}
