@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");:root{--primary-color:#e7ddd6;--primary-color-darker:#7ec835;--secondary-color:#163816;--accent-gold:#dfd13e;--polink-green:#76e73d;--bg-base:#1b1b1b;--bg-surface:rgba(27,27,27,0.55);--bg-elevated:rgba(40,40,40,0.65);--glass-bg:rgba(27,27,27,0.45);--glass-border:rgba(255,255,255,0.08);--glass-shadow:0 8px 32px rgba(0,0,0,0.45),inset 0 1px 0 rgba(255,255,255,0.06);--glass-blur:blur(18px) saturate(160%);--text-primary:#e7ddd6;--text-secondary:#909090;--text-muted:#555;--background-color:#1b1b1b;--text-color:#e7ddd6;--secondary-text-color:#909090}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--bg-base)}label{font-size:.8rem;margin-bottom:.2rem;font-weight:400;color:var(--text-secondary)}input{font-size:.9rem;padding:.5rem;border:1px solid var(--glass-border);border-radius:4px;background:rgba(255,255,255,.05);color:var(--text-primary)}a{color:var(--secondary-text-color);font-size:.8rem;font-weight:200;transition:all .2s}a:hover{color:var(--polink-green);font-weight:500}.container{min-height:100vh;display:flex;flex-direction:column}.dashboard-root{display:flex;height:100vh;overflow:hidden}.dashboard-root__content{flex:1 1;min-width:0;overflow-y:auto;padding:1rem}.dashboard-layout{height:100%;color:var(--text-primary);font-family:Roboto,sans-serif;display:flex;flex-direction:column;overflow:hidden}.dashboard-panels{display:flex;flex-direction:row;gap:1.25rem;flex:1 1;padding:0 1rem 1rem;min-height:0;overflow:hidden}@media (max-width:767px){.dashboard-root{height:auto;min-height:100dvh;overflow:visible}.dashboard-root__content{overflow-y:unset;padding-top:3.5rem;width:100%}.dashboard-layout,.dashboard-panels{height:auto;overflow:visible}.dashboard-panels{flex-direction:column;min-height:unset}}.dashboard-title{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);border-bottom:1px solid var(--glass-border);margin-bottom:.75rem;flex-shrink:0}.dashboard-actions{display:flex;align-items:center;gap:.75rem}@keyframes publish-jump{0%,to{transform:translateY(0)}35%{transform:translateY(-5px)}65%{transform:translateY(-2px)}}.btn-publish{padding:.42rem 1.1rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;border:1.5px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.35);cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-publish:disabled{opacity:.5;cursor:not-allowed}.btn-publish--dirty{border-color:var(--polink-green);color:var(--polink-green);animation:publish-jump .9s ease infinite}.btn-publish--dirty:hover{background:rgba(118,231,61,.1);animation:none;transform:translateY(-1px)}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.logo svg{height:40px}.header nav{display:flex;gap:2rem}.header a{color:#333;text-decoration:none;font-weight:500}.header a:hover{color:var(--primary-color)}.hero{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1rem;color:#111}.hero p{font-size:1.25rem;color:#666;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn,.btn-primary,.btn-secondary{padding:.6rem 1.5rem;font-size:.8rem;font-weight:600;text-decoration:none;border-radius:4px;transition:all .2s;cursor:pointer;border:transparent}.btn-primary{background:var(--primary-color);color:#111111be;font-weight:600;border-color:transparent;transition:all .2s ease}.btn-primary:hover{background:var(--primary-color-darker);box-shadow:0 0 18px rgba(159,229,74,.35);transform:translateY(-1px);color:#111}.btn-primary.small,.btn-secondary.small,.btn.small{padding:.5rem 1.5rem;font-size:.875rem}.btn-secondary{background:transparent;color:var(--primary-color-darker);border:2px solid var(--primary-color-darker)}.btn-secondary:hover{background:var(--primary-color-darker);color:white}.btn{color:var(--text-secondary);background-color:transparent;transition:all .2s ease}.btn:hover{background-color:rgba(255,255,255,.06);color:var(--text-primary)}.features{padding:4rem 2rem;background:#f9fafb}.features h2{text-align:center;font-size:2rem;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.feature{text-align:center;padding:2rem}.feature h3{font-size:1.5rem;margin-bottom:.5rem}.feature p,.footer{color:#666}.footer{padding:2rem;text-align:center;border-top:1px solid #e5e7eb}.auth-container,.dashboard-container,.pricing-container,.profile-container{max-width:600px;margin:4rem auto;padding:2rem}.form-group{margin-bottom:.8rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(79,70,229,.1)}.links-list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.link-item{display:block;padding:1rem 1.5rem;background:white;border:2px solid #e5e7eb;border-radius:12px;text-decoration:none;color:#333;transition:all .2s;text-align:center;font-weight:500}.link-item:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.pricing-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.pricing-tier{padding:2rem;border:2px solid #e5e7eb;border-radius:12px;text-align:center}.pricing-tier.featured{border-color:var(--primary-color);background:#def1c0}.price{font-size:3rem;font-weight:700;color:var(--secondary-color);margin:1rem 0}.form-actions{margin-top:1rem;display:flex;gap:.3rem;justify-content:flex-end}.lp-root{min-height:100vh;display:flex;flex-direction:column;background:#0f0f0f;color:#f0f0f0}.lp-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5%;border-bottom:1px solid #1f1f1f;background:rgba(0,0,0,.311);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:-webkit-sticky;position:sticky;top:0;z-index:100}.lp-logo{display:block}.lp-nav{display:flex;align-items:center;gap:2rem}.lp-nav a{color:#f2f2f2cb;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.lp-nav a.btn-primary{color:#00000091}.lp-nav a:hover{color:var(--primary-color)}.lp-hero{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:3rem;padding:3rem 0 0 16%;background:linear-gradient(260deg,#0b1c08 10%,#0f0f0ff5 50%);overflow:hidden}.lp-hero-content{flex-direction:column;text-align:left;max-width:560px;padding-bottom:3rem}.lp-hero-content,.lp-hero-visual{display:flex;align-items:center;flex:1 1;min-width:0}.lp-hero-visual{justify-content:center;align-self:stretch;overflow:hidden;padding-right:clamp(.5rem,1.5vw,1.5rem)}.lp-hero-banner{width:min(100%,540px);max-height:74vh;display:block;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 22px 50px rgba(0,0,0,.45))}.lp-badge{display:inline-block;background:rgba(139,205,46,.1);color:var(--primary-color);border:1px solid rgba(139,205,46,.3);border-radius:999px;padding:.35rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin-bottom:1.5rem}.lp-hero-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.15;color:#fff7e3df;max-width:760px;margin-bottom:1.25rem}.lp-highlight{color:#91e658;position:relative}.lp-hero-sub{font-size:1.15rem;color:#999;max-width:600px;line-height:1.7;margin-bottom:2.5rem}.lp-cta-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.lp-cta-main,.lp-cta-sec{font-size:1.05rem;padding:.95rem 2.25rem;border-radius:8px}.lp-hero-note{margin-top:1.25rem;font-size:.82rem;color:#9ca3af}.lp-trust-bar{display:block;padding:2rem 5%;background:var(--secondary-color);color:rgba(255,255,255,.75)}.lp-trust-bar>span{font-size:.9rem;font-weight:500;white-space:nowrap}.lp-trust-divider{width:1px;height:2.5rem;background:rgba(255,255,255,.2)}.lp-trust-stats{display:flex;gap:3rem;flex-wrap:wrap;justify-content:center}.lp-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.lp-stat strong{font-size:1.5rem;font-weight:700;color:#fff}.lp-stat span{font-size:.78rem;color:rgba(255,255,255,.45);white-space:nowrap}.lp-section{padding:5rem 5%}.lp-section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.lp-label{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-color);margin-bottom:.75rem}.lp-section-header h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#f0f0f0;margin-bottom:.9rem;line-height:1.2}.lp-section-header p{font-size:1.05rem;color:#888;line-height:1.7}.lp-features-section{background:#111111}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.75rem;gap:1.75rem;max-width:760px;margin:0}.lp-features-layout{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:clamp(2rem,4vw,4.5rem)}.lp-features-preview{flex-shrink:0;width:min(100%,270px)}.lp-feature-card{background:#161616;border:1px solid #2a2a2a;border-radius:12px;padding:2rem;transition:box-shadow .2s,transform .2s}.lp-feature-card:hover{box-shadow:0 8px 32px rgba(139,205,46,.07),0 0 0 1px rgba(139,205,46,.18);transform:translateY(-3px)}.lp-feature-icon{font-size:2.2rem}.lp-feature-card h3{font-size:1.1rem;font-weight:700;color:#f0f0f0;margin-bottom:.5rem}.lp-feature-card p{font-size:.93rem;color:#888;line-height:1.65}.lp-how-section{background:#0f0f0f}.lp-steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem;flex-wrap:wrap;max-width:1000px;margin:0 auto}.lp-step{flex:1 1;min-width:220px;max-width:280px;text-align:center;padding:1.5rem 1rem}.lp-step-num{width:3rem;height:3rem;border-radius:50%;background:var(--primary-color);color:#215425;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.lp-step h3{font-size:1.05rem;font-weight:700;color:#f0f0f0;margin-bottom:.5rem}.lp-step p{font-size:.9rem;color:#888;line-height:1.65}.lp-step-arrow{font-size:1.75rem}.lp-usecases-section{background:#0a160a}.lp-usecases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.75rem;gap:1.75rem;max-width:1100px;margin:0 auto}.lp-usecase{background:#161616;border-radius:12px;padding:2rem;text-align:center;border:1px solid #2a3a2a;transition:box-shadow .2s}.lp-usecase:hover{box-shadow:0 8px 32px rgba(139,205,46,.06),0 0 0 1px rgba(139,205,46,.18)}.lp-usecase-icon{font-size:2.5rem}.lp-usecase h3{font-size:1.1rem;font-weight:700;color:#f0f0f0;margin-bottom:.6rem}.lp-usecase p{font-size:.9rem;color:#888;line-height:1.65}.lp-pricing-section{background:#0f0f0f}.lp-pricing-card{background:#161616;border:2px solid var(--primary-color);border-radius:16px;padding:2.5rem 3rem;max-width:480px;width:100%;text-align:center;box-shadow:0 8px 64px rgba(139,205,46,.18)}.lp-pricing-tag{display:inline-block;background:rgba(139,205,46,.12);color:var(--primary-color);border-radius:999px;padding:.3rem 1rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.5rem}.lp-pricing-price{display:flex;align-items:flex-end;justify-content:center;gap:.25rem;margin-bottom:.75rem}.lp-pricing-currency{font-size:1.5rem;font-weight:700;color:#e8e8e8;align-self:flex-start;margin-top:.5rem}.lp-pricing-amount{font-size:4rem;font-weight:800;color:var(--primary-color);line-height:1}.lp-pricing-period{font-size:1rem;color:#555;margin-bottom:.5rem}.lp-pricing-desc{font-size:.95rem;color:#888;margin-bottom:1.75rem;line-height:1.6}.lp-pricing-list{list-style:none;padding:0;margin:0 0 2rem;text-align:left;display:flex;flex-direction:column;gap:.7rem}.lp-pricing-list li{font-size:.93rem;color:#c0c0c0}.lp-pricing-fine{margin-top:.9rem;font-size:.78rem;color:#555}.lp-cta-banner{background:var(--secondary-color);color:#fff;text-align:center;padding:5rem 5%}.lp-cta-banner h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;max-width:680px;margin:0 auto 1rem;line-height:1.2}.lp-cta-banner p{font-size:1.05rem;color:rgba(255,255,255,.58);max-width:540px;margin:0 auto 2rem;line-height:1.7}.lp-cta-fine{margin-top:1rem!important;font-size:.8rem!important;color:rgba(255,255,255,.3)!important}.lp-footer{background:#080808;color:#9ca3af}.lp-footer-top{display:flex;gap:4rem;flex-wrap:wrap;padding:3.5rem 5%;border-bottom:1px solid #1a1a1a}.lp-footer-brand{flex:2 1;min-width:200px}.lp-footer-brand p{margin-top:.75rem;font-size:.88rem;line-height:1.6;max-width:280px}.lp-footer-logo{filter:brightness(0) invert(1);opacity:.85}.lp-footer-links{display:flex;gap:4rem;flex-wrap:wrap}.lp-footer-col{display:flex;flex-direction:column;gap:.6rem}.lp-footer-col strong{color:#e5e7eb;font-size:.88rem;font-weight:700;margin-bottom:.25rem;letter-spacing:.04em;text-transform:uppercase}.lp-footer-col a{color:#4a4a4a;text-decoration:none;font-size:.88rem;transition:color .2s}.lp-footer-col a:hover{color:var(--primary-color)}.lp-footer-bottom{padding:1.5rem 5%;font-size:.82rem;text-align:center;color:#333}.auth-root{min-height:100vh;display:flex;flex-direction:column;background:#0f0f0f;color:#f0f0f0}.auth-main{flex:1 1;justify-content:center;padding:3rem 1.25rem}.auth-card,.auth-main{display:flex;align-items:center}.auth-card{background:#161616;border:1px solid #2a2a2a;border-radius:16px;padding:2.5rem 2.75rem;width:100%;max-width:420px;flex-direction:column;text-align:center;box-shadow:0 8px 48px rgba(0,0,0,.5)}.auth-title{font-size:1.6rem;font-weight:800;color:#f0f0f0;margin-bottom:.5rem}.auth-sub{font-size:.9rem;color:#888;margin-bottom:2rem;line-height:1.5}.auth-oauth-btn{justify-content:center;gap:.6rem;font-size:.95rem;padding:.85rem 1.5rem;margin-bottom:1.5rem}.auth-divider,.auth-oauth-btn{width:100%;display:flex;align-items:center;font-weight:600}.auth-divider{gap:.75rem;margin-bottom:1.25rem;color:#bdbdbd;text-transform:uppercase}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#303030}.auth-form{gap:.9rem}.auth-field,.auth-form{width:100%;display:flex;flex-direction:column}.auth-field{align-items:flex-start;gap:.45rem}.auth-label{font-size:.92rem;color:#c8c8c8;font-weight:600}.auth-input{width:100%;height:44px;border-radius:8px;border:1px solid #2f2f2f;background:#1d1d1d;color:#efefef;padding:0 .9rem;font-size:.95rem}.auth-input::placeholder{color:#777}.auth-input:focus{outline:none;border-color:#5d5d5d}.auth-submit-btn{width:100%;margin-top:.15rem}.auth-error{width:100%;text-align:left;color:#ff6b6b;font-size:.9rem;margin-bottom:.85rem}.auth-footer-text{font-size:.85rem;color:#666;margin-top:1.15rem}.auth-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:opacity .2s}.auth-link:hover{opacity:.8}@media (max-width:1024px){.lp-hero{padding:3rem 0 0 8%}.lp-hero-banner{max-height:60vh}.lp-features-layout{gap:2rem}.lp-features-preview{width:230px}}@media (max-width:768px){.lp-hero{flex-direction:column;padding:3rem 4%;text-align:center}.lp-hero-content{align-items:center;text-align:center;max-width:100%;padding-bottom:0}.lp-hero-visual{width:100%;justify-content:center;padding-right:0}.lp-hero-banner{width:min(100%,420px);max-height:none}.lp-features-layout{flex-direction:column;gap:2.5rem}.lp-features-grid{max-width:100%;width:100%}.lp-pricing-card{padding:1.75rem 1.5rem}.lp-hero-title{font-size:clamp(1.9rem,5vw,2.75rem)}}@media (max-width:640px){.lp-header{padding:1rem 1.25rem}.lp-nav{gap:.75rem}.lp-nav-hide-mobile{display:none}.lp-hero{flex-direction:column;padding:0;background-image:url(/assets/images/hero-phone.webp);background-size:cover;background-position:top;position:relative}.lp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.82) 0,rgba(10,10,10,.65) 60%,rgba(10,10,10,.88));z-index:0}.lp-hero-content{position:relative;z-index:1;align-items:center;text-align:center;max-width:100%;padding:5rem 1.25rem 4rem;min-height:min(120vw,42rem)}.lp-hero-visual{display:none}.lp-cta-group{flex-direction:column;width:100%}.lp-cta-main,.lp-cta-sec{width:100%;text-align:center}.lp-trust-bar{padding:3.5rem 1.25rem}.lp-features-preview{width:100%}.lp-hero-preview__phone{width:min(230px,72vw)}.lp-hero-preview__img{height:min(400px,112vw)}.lp-trust-divider{display:none}.lp-trust-stats{gap:1.5rem}.lp-section{padding:3.5rem 1.25rem}.lp-steps{flex-direction:column;align-items:center}.lp-step{min-width:100%}.lp-step-arrow{transform:rotate(90deg);padding:0}.lp-pricing-card{padding:1.5rem 1.25rem}.lp-footer-top{gap:2rem;padding:2.5rem 1.25rem}.lp-footer-links{gap:2rem}.lp-footer-col a{font-size:.9rem}}.lp-hero-preview{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;transition:transform .28s cubic-bezier(.4,0,.2,1)}.lp-hero-preview:hover{transform:translateY(-6px)}.lp-hero-preview__phone{width:230px;background:#111;border-radius:40px;border:3px solid rgba(255,255,255,.12);box-shadow:0 0 0 1px rgba(0,0,0,.6),0 32px 80px rgba(0,0,0,.65),0 0 60px rgba(139,205,46,.07);overflow:hidden;padding:14px 8px 8px;display:flex;flex-direction:column;align-items:center}.lp-hero-preview__notch{width:72px;height:4px;background:rgba(255,255,255,.12);border-radius:100px;margin-bottom:10px;flex-shrink:0}.lp-hero-preview__img{width:100%;height:400px;object-fit:cover;object-position:top center;border-radius:28px;display:block}.lp-hero-preview__cta{font-size:.78rem;color:var(--primary-color);font-weight:600;opacity:.65;transition:opacity .2s}.lp-hero-preview:hover .lp-hero-preview__cta{opacity:1}.lp-social-proof-section{background:#111111}.lp-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1100px;margin:0 auto}.lp-testimonial{background:#161616;border:1px solid #2a2a2a;border-radius:12px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.lp-testimonial__quote{font-size:.93rem;color:#b0b0b0;line-height:1.75;flex:1 1;font-style:italic;padding-left:1rem;border-left:2px solid rgba(139,205,46,.3)}.lp-testimonial__author{display:flex;align-items:center;gap:.75rem}.lp-testimonial__avatar{width:38px;height:38px;border-radius:50%;background:rgba(139,205,46,.1);border:1px solid rgba(139,205,46,.22);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.lp-testimonial__author strong{display:block;font-size:.87rem;color:#f0f0f0}.lp-testimonial__author span{font-size:.77rem;color:#555}.lp-feature-icon{display:flex;align-items:center}.lp-feature-icon,.lp-usecase-icon{color:var(--primary-color);margin-bottom:1rem}.lp-usecase-icon{display:block}.lp-step-arrow{color:#333;align-self:center;padding-bottom:2.5rem;display:flex;align-items:center;justify-content:center}.lp-coming-section{background:#0a0a0a}.lp-coming-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.75rem;gap:1.75rem;max-width:760px;margin:0 auto}.lp-coming-card{background:#161616;border:1px solid #2a2a2a;border-radius:12px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.lp-coming-badge{display:inline-block;background:rgba(139,205,46,.07);color:var(--primary-color);border:1px solid rgba(139,205,46,.18);border-radius:999px;padding:.2rem .75rem;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.lp-coming-icon{color:var(--primary-color);opacity:.5;margin:.25rem 0}.lp-coming-card h3{font-size:1.05rem;font-weight:700;color:#d0d0d0}.lp-coming-card p{font-size:.9rem;color:#555;line-height:1.65}.lp-pricing-card-wrap{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.lp-pricing-card{max-width:420px}.lp-pricing-card--locked{opacity:.45;border-color:#2a2a2a;box-shadow:none}.lp-pricing-tag--pro{background:rgba(255,255,255,.05);color:#555}.lp-pricing-amount--locked{color:#3a3a3a}.lp-pricing-list li{display:flex;align-items:center;gap:.5rem}.lp-pricing-check{color:var(--primary-color);flex-shrink:0}.lp-pricing-locked-btn{cursor:not-allowed!important;opacity:.5}.lp-faq-section{background:#111111}.lp-faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.lp-faq-item{background:#161616;border:1px solid #2a2a2a;border-radius:10px;overflow:hidden}.lp-faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;font-size:.95rem;font-weight:600;color:#f0f0f0;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:1rem}.lp-faq-question::-webkit-details-marker{display:none}.lp-faq-question:after{content:"+";font-size:1.3rem;color:var(--primary-color);flex-shrink:0;line-height:1}.lp-faq-item[open] .lp-faq-question:after{content:"−"}.lp-faq-answer{padding:.85rem 1.25rem 1.1rem;font-size:.9rem;color:#888;line-height:1.7;border-top:1px solid #222}.lp-footer-trust{padding:1rem 5%;border-bottom:1px solid #1a1a1a}.lp-footer-trust-badges{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.lp-trust-badge{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#444}@media (max-width:640px){.lp-step-arrow{padding-bottom:0}.lp-footer-trust-badges{gap:.85rem}.lp-footer-trust-badges,.lp-pricing-card-wrap{flex-direction:column;align-items:center}.lp-coming-grid{grid-template-columns:1fr}}.legal-page{flex:1 1;padding:4rem 5% 5rem}.legal-page__container{max-width:780px;margin:0 auto}.legal-page__header{margin-bottom:3rem;border-bottom:1px solid #2a2a2a;padding-bottom:2rem}.legal-page__header h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#f0f0f0;margin:.5rem 0 .75rem;line-height:1.2}.legal-page__date{font-size:.85rem;color:#555;margin:0}.legal-page__body{display:flex;flex-direction:column;gap:2.5rem}.legal-page__toc{margin-bottom:2rem}.legal-page a{color:var(--polink-green);text-decoration:underline;text-underline-offset:2px}.legal-page__toc-list{margin-left:32px}.legal-section h2{font-size:1.1rem;font-weight:600;color:#e0e0e0;margin:0 0 .75rem;padding-bottom:.4rem;border-bottom:1px solid #1e1e1e}.legal-section p{font-size:.95rem;color:#aaa;line-height:1.8;margin:0 0 .75rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:.25rem 0 .75rem 1.25rem;padding:0;display:flex;flex-direction:column;gap:.5rem;list-style:disc}.legal-section ul li{font-size:.95rem;color:#aaa;line-height:1.7}.legal-link{color:var(--primary-color,#8bcd2e);text-decoration:underline;text-underline-offset:2px}.legal-link:hover{color:#fff}@media (max-width:640px){.legal-page{padding:2.5rem 1.25rem 4rem}}.cookie-banner{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);z-index:9999;display:flex;align-items:center;gap:1rem;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:.65rem 1rem .65rem 1.25rem;box-shadow:0 4px 24px rgba(0,0,0,.5);max-width:min(92vw,540px);width:max-content}.cookie-banner--compact{bottom:.75rem;padding:.5rem .75rem .5rem 1rem}.cookie-banner__text{margin:0;font-size:.8rem;color:#888;line-height:1.4;white-space:nowrap}.cookie-banner--compact .cookie-banner__text{font-size:.75rem}.cookie-banner__link{color:#aaa;text-decoration:underline;text-underline-offset:2px}.cookie-banner__link:hover{color:#ddd}.cookie-banner__btn{flex-shrink:0;background:#2a2a2a;color:#ccc;border:none;border-radius:5px;padding:.3rem .75rem;font-size:.78rem;cursor:pointer;transition:background .15s}.cookie-banner__btn:hover{background:#333;color:#fff}@media (max-width:480px){.cookie-banner{flex-direction:column;align-items:flex-start;gap:.5rem;width:calc(100vw - 2rem);max-width:none}.cookie-banner,.cookie-banner__text{white-space:normal}}