.popup-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.popup-content{border-radius:var(--radius-lg);background:#fff;width:100%;max-width:480px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.popup-close{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:1rem}.popup-close:hover{color:var(--gray-700)}.popup-content h2{margin-bottom:.25rem}.popup-content>p{color:var(--gray-500);margin-bottom:1.5rem}.popup-sent{text-align:center;padding:1rem 0}.popup-sent p{color:var(--gray-500);margin-bottom:1.5rem}.landing{background:#fff}.landing .container{max-width:900px}html{scroll-behavior:smooth;scroll-padding-top:70px}.landing-nav{z-index:100;background:0 0;padding:0 1rem;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{-webkit-backdrop-filter:blur(12px);background:#eff6ffbf;box-shadow:0 1px 12px #0000000f}.nav-inner{justify-content:space-between;align-items:center;display:flex}.nav-logo{width:auto;height:56px}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--gray-600);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-link-btn:hover{color:var(--blue-600)}.nav-link-btn{color:var(--gray-600);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9375rem;font-weight:500;transition:color .2s}.btn-nav{border-radius:50px;padding:.5rem 1.5rem;font-size:.875rem}.landing-hero{background:linear-gradient(160deg,#eff6ff 0%,#e0f2fe 30%,#f0fdf4 70%,#ecfdf5 100%);align-items:stretch;min-height:auto;padding:10rem 0 0;display:flex;position:relative;overflow:hidden}.landing-hero:before{content:"";background:radial-gradient(circle,#2563eb0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.hero-grid{grid-template-columns:55% 45%;align-items:stretch;gap:3rem;display:grid}.landing-hero .hero-grid{padding-bottom:0}.hero-content{padding-bottom:3.5rem;position:relative}.hero-image{justify-content:center;align-items:flex-end;animation:.8s ease-out .3s both fadeInRight;display:flex}.hero-image img{filter:drop-shadow(0 8px 24px #0000001a);max-width:120%;height:auto;max-height:504px;display:block}.landing-hero h1{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:2.4rem;line-height:1.15;animation:.6s ease-out .15s both fadeInUp;position:relative}.landing-hero .subtitle{color:var(--gray-500);max-width:480px;margin-bottom:1.75rem;font-size:1.125rem;line-height:1.6;animation:.6s ease-out .3s both fadeInUp}.landing-hero .btn{max-width:380px;animation:.6s ease-out .45s both fadeInUp}.hero-trust{color:var(--gray-600);flex-direction:column;gap:.25rem;margin-top:1.25rem;font-size:.9375rem;animation:.6s ease-out .6s both fadeInUp;display:flex}.hero-trust-item{color:var(--gray-600)}.hero-trust-item:first-letter{color:#22c55e}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.hero-badge{color:var(--blue-600);letter-spacing:.02em;background:#2563eb14;border-radius:20px;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;animation:.6s ease-out both fadeInUp;display:inline-block}.landing-stats{background:#fff;padding:3.5rem 0}.landing-stats h2{text-align:center;margin-bottom:.5rem;font-size:1.75rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:720px;margin:0 auto;display:grid}.stat-card{text-align:center;border-radius:var(--radius-lg);background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #2563eb1a;padding:1.5rem 1rem}.stat-number{color:var(--blue-600);letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.75rem;font-weight:800;line-height:1}.stat-label{color:var(--gray-600);font-size:.9375rem;line-height:1.5}.landing-industries{background:#fff;padding:3.5rem 0}.landing-industries h2{text-align:center;margin-bottom:.5rem;font-size:1.75rem}.industries-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:680px;margin:0 auto;display:flex}.industry-tag{background:var(--gray-50);border:1px solid var(--gray-200);color:var(--gray-700);white-space:nowrap;border-radius:24px;padding:.625rem 1.125rem;font-size:.9375rem;transition:background .2s,border-color .2s,transform .2s}.industry-tag:hover{background:#eff6ff;border-color:#2563eb33;transform:translateY(-1px)}.industries-more{text-align:center;color:var(--gray-400);margin-top:1.25rem;font-size:.9375rem;font-style:italic}.landing-steps{background:var(--gray-50);padding:3.5rem 0}.landing-steps h2,.landing-benefits h2{text-align:center;margin-bottom:.5rem;font-size:1.75rem}.section-subtitle{text-align:center;color:var(--gray-500);max-width:500px;margin-bottom:1.75rem;margin-left:auto;margin-right:auto;font-size:1rem}.steps-list{flex-direction:column;gap:0;max-width:600px;margin:0 auto;display:flex}.step-item{border-bottom:1px solid var(--gray-200);gap:1.5rem;padding:1.75rem 0;display:flex}.step-item:last-child{border-bottom:none}.step-number{background:var(--blue-600);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.step-body h3{color:var(--gray-900);margin-bottom:.375rem;font-size:1.0625rem}.step-body p{color:var(--gray-500);margin-bottom:.5rem;font-size:.9375rem;line-height:1.6}.step-time{color:var(--blue-600);font-size:.8125rem;font-weight:600}.landing-benefits{background:#fff;padding:3.5rem 0}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:640px;margin:0 auto;display:grid}.benefit-card{background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200);text-align:center;padding:1.5rem 1.25rem;transition:box-shadow .2s,transform .2s}.benefit-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.benefit-icon{color:var(--blue-600);margin-bottom:.75rem;font-size:1.75rem;display:block}.benefit-icon-img{object-fit:contain;width:56px;height:56px;margin-bottom:.75rem}.benefit-card h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.0625rem}.benefit-card p{color:var(--gray-500);margin-bottom:0;font-size:.9375rem;line-height:1.6}.landing-faq{background:var(--gray-50);padding:3.5rem 0}.landing-faq h2{text-align:center;margin-bottom:1.75rem;font-size:1.75rem}.faq-list{flex-direction:column;gap:.75rem;max-width:640px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;transition:box-shadow .2s;overflow:hidden}.faq-item:hover{box-shadow:var(--shadow-sm)}.faq-item[open]{box-shadow:var(--shadow-md);border-color:#2563eb33}.faq-item summary{color:var(--gray-900);cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--blue-600);flex-shrink:0;margin-left:1rem;font-size:1.25rem;font-weight:400;transition:transform .2s}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--gray-500);margin:0;padding:0 1.5rem 1.25rem;font-size:.9375rem;line-height:1.7}.landing-cta{background:linear-gradient(160deg, var(--blue-50), #f0f9ff);text-align:center;padding:3.5rem 0}.landing-cta h2{margin-bottom:.75rem;font-size:1.75rem}.landing-cta>.container>p{color:var(--gray-500);margin-bottom:1.5rem;font-size:1.0625rem}.landing-cta .btn{max-width:380px}.fanpage-cta{color:var(--gray-500);margin-top:2rem;font-size:.9375rem}.landing-footer{background:var(--gray-900);text-align:center;padding:0}.footer-follow{border-bottom:1px solid #ffffff1a;padding:2rem 0 1.5rem}.footer-follow-text{color:var(--gray-300);margin-bottom:1rem;font-size:1.0625rem}.btn-footer{color:#fff;border-radius:var(--radius-lg);background:#1877f2;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.btn-footer:hover{background:#1565d8;transform:translateY(-1px)}.footer-bottom{color:var(--gray-400);flex-direction:column;gap:.5rem;padding:1.5rem 0;font-size:.8125rem;display:flex}.footer-author{color:var(--gray-300);font-weight:500}.footer-copy{color:var(--gray-500);font-size:.75rem}.footer-bottom a{color:var(--gray-400)}.footer-bottom a:hover,.footer-contact-btn:hover{color:#fff}.footer-contact-btn{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;transition:color .2s}@media (width<=768px){.nav-inner{justify-content:center}.nav-logo{height:48px}.landing-hero{min-height:auto;padding:5rem 0 2.5rem}.hero-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-content{order:1}.hero-image{order:0}.hero-image img{max-height:200px}.landing-hero .subtitle{margin-left:auto;margin-right:auto}.hero-trust{justify-content:center}.landing-hero h1{font-size:2rem}.landing-hero .subtitle{font-size:1.0625rem}.landing-steps,.landing-benefits,.landing-cta,.landing-stats,.landing-industries,.landing-faq{padding:2.5rem 0}.stats-grid{grid-template-columns:1fr;gap:1rem;max-width:300px}.stat-number{font-size:2.25rem}.benefits-grid{grid-template-columns:1fr;max-width:400px}.industries-grid{gap:.5rem}.industry-tag{padding:.5rem .875rem;font-size:.8125rem}.hero-trust{flex-wrap:wrap}.nav-links{display:none}}.registration-header{margin-bottom:2rem;padding-top:.5rem}.registration-header h1{margin-bottom:.5rem}.registration-header p{color:var(--gray-500)}.registration-form{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:3rem;padding:2rem}.registration-success{padding-top:3rem}.registration-success h2{margin-bottom:.5rem}.token-box{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin:2rem 0;padding:1.75rem}.token-box h3{color:var(--gray-900);margin-bottom:1rem}.token-url{gap:.5rem;display:flex}.token-url input{border:1.5px solid var(--gray-300);border-radius:var(--radius);background:var(--gray-50);color:var(--gray-700);flex:1;padding:.75rem 1rem;font-family:SF Mono,Fira Code,monospace;font-size:.8125rem}.token-hint{color:var(--gray-400);margin-top:.75rem;margin-bottom:0;font-size:.8125rem}.search-row{gap:.5rem;display:flex}.search-row input{flex:1}.btn-search{white-space:nowrap;padding:.625rem 1.25rem}.search-results{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:1rem;padding:.75rem}.search-label{color:var(--gray-500);margin-bottom:.5rem;font-size:.875rem}.search-empty{color:var(--gray-500);margin:0;font-size:.875rem}.search-result-item{text-align:left;border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;background:#fff;flex-direction:column;gap:.125rem;width:100%;margin-bottom:.5rem;padding:.75rem 1rem;transition:border-color .2s,background .2s;display:flex}.search-result-item:last-child{margin-bottom:0}.search-result-item:hover{border-color:var(--blue-600);background:#eff6ff}.search-result-item strong{color:var(--gray-900);font-size:.9375rem}.search-result-item span{color:var(--gray-500);font-size:.8125rem}.place-confirmed{border-radius:var(--radius-lg);background:#f0fdf4;border:1px solid #bbf7d0;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.place-confirmed-icon{color:#16a34a;flex-shrink:0;font-size:1.25rem}.place-confirmed div{flex-direction:column;gap:.125rem;display:flex}.place-confirmed strong{color:var(--gray-900);font-size:.9375rem}.place-confirmed span{color:var(--gray-500);font-size:.8125rem}.fb-follow-box{border-radius:var(--radius-lg);text-align:center;background:#f0f2f5;margin-top:1.5rem;padding:1.25rem}.fb-follow-box p{color:var(--gray-600);margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.step-indicator{justify-content:center;align-items:center;gap:0;margin:1.5rem 0 1rem;display:flex}.step-dot{background:var(--gray-200);width:32px;height:32px;color:var(--gray-400);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:background .3s,color .3s;display:flex}.step-dot.active{background:var(--blue-600);color:#fff}.step-line{background:var(--gray-200);width:60px;height:2px}.step-label{text-align:center;color:var(--gray-500);margin-bottom:0;font-size:.9375rem}.place-confirmed-summary{position:relative}.btn-change{color:var(--blue-600);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:500;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.btn-change:hover{text-decoration:underline}.form-buttons{gap:1rem;margin-top:.5rem;display:flex}.form-buttons .btn-secondary{flex-shrink:0}.form-buttons .btn-primary{flex:1}@media (width<=640px){.registration-form{padding:1.25rem}.token-url,.search-row{flex-direction:column}}.send-review{padding-top:2rem}.send-header{margin-bottom:1.5rem}.send-header h1{margin-bottom:.25rem}.send-header p{color:var(--gray-500)}.send-review .tabs{border-bottom:2px solid var(--gray-200);gap:.25rem;margin-bottom:1.5rem;display:flex}.send-review .tab{color:var(--gray-400);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .15s;position:relative}.send-review .tab:hover{color:var(--gray-700)}.send-review .tab-active{color:var(--blue-600);border-bottom-color:var(--blue-600)}.send-review .tab-content{animation:.15s fadeIn}.send-form{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:2rem}.qr-section{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:2rem;display:flex}.qr-preview{border-radius:var(--radius);border:2px solid var(--gray-100);background:#fff;padding:1.25rem}.qr-link-row{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;display:flex}.qr-link-url{color:var(--gray-500);word-break:break-all;flex:1;font-family:SF Mono,Fira Code,monospace;font-size:.8125rem}.qr-tips{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem 2rem}.qr-tips h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1rem;font-weight:600}.qr-tips ul{margin-bottom:1rem;padding:0;list-style:none}.qr-tips li{color:var(--gray-600);border-bottom:1px solid var(--gray-100);padding:.5rem 0 .5rem 1.75rem;font-size:.9375rem;position:relative}.qr-tips li:last-child{border-bottom:none}.qr-tips li:before{content:"✓";color:#059669;font-weight:700;position:absolute;left:0}.qr-tips-note{color:var(--gray-400);border-top:1px solid var(--gray-100);margin:0;padding-top:.5rem;font-size:.8125rem;line-height:1.5}.send-footer{text-align:center;padding:1.5rem 0;font-size:.9375rem}.send-footer a{color:var(--gray-500)}.send-footer a:hover{color:var(--blue-600)}@media (width<=640px){.send-review .tab{text-align:center;flex:1;padding:.625rem .75rem;font-size:.8125rem}.send-form{padding:1.25rem}.qr-section{padding:1.5rem 1rem}.qr-tips{padding:1.25rem}.qr-link-row{flex-direction:column;align-items:stretch;gap:.5rem}}.settings{max-width:680px;padding-top:2rem;padding-bottom:3rem}.settings>h1{margin-bottom:1.5rem}.settings .tabs{border-bottom:2px solid var(--gray-200);gap:.25rem;margin-bottom:1.5rem;display:flex}.settings .tab{color:var(--gray-400);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .15s;position:relative}.settings .tab:hover{color:var(--gray-700)}.settings .tab-active{color:var(--blue-600);border-bottom-color:var(--blue-600)}.settings .tab-content{animation:.15s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tab-description{color:var(--gray-500);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.template-actions{margin-top:.25rem;margin-bottom:1.5rem}.btn-small{padding:.4rem .75rem;font-size:.8rem}.tab-content>.btn-large{margin-top:.5rem}.back-link{color:var(--gray-500);margin-bottom:1.5rem;font-size:.85rem;text-decoration:none;display:inline-block}.settings-footer{text-align:center;margin-top:2rem}.settings-footer .btn{text-decoration:none}@media (width<=640px){.settings .tab{text-align:center;flex:1;padding:.625rem .75rem;font-size:.8125rem}}.regulamin{padding-top:2rem;padding-bottom:3rem}.regulamin h1{margin-bottom:2rem}.regulamin section{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:1rem;padding:1.5rem 1.75rem}.regulamin section h2{color:var(--gray-900);margin-bottom:.75rem;font-size:1.125rem}.regulamin section p{color:var(--gray-500);margin-bottom:.75rem;font-size:.9375rem}.regulamin section p:last-child{margin-bottom:0}.regulamin ul{margin-bottom:0;padding-left:1.25rem}.regulamin li{color:var(--gray-500);margin-bottom:.5rem;font-size:.9375rem;line-height:1.6}.regulamin li:last-child{margin-bottom:0}.confirmed-page{background:var(--gray-50);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.confirmed-ps{color:var(--gray-500);margin-top:1.5rem;font-size:.85rem;line-height:1.6}@media (width<=480px){.confirmed-card{padding:1.5rem 1rem}}.confirmed-page{background:var(--gray-50);flex-direction:column;align-items:center;gap:0;min-height:100vh;padding:2rem 1rem;display:flex}.confirmed-card{border-radius:var(--radius-lg);text-align:center;background:#fff;width:100%;max-width:600px;padding:2.5rem 2rem;box-shadow:0 2px 12px #0000000f}.confirmed-icon{color:#059669;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.confirmed-card h1{margin-bottom:.75rem;font-size:1.5rem}.confirmed-subtitle{color:var(--gray-600,var(--gray-500));margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.confirmed-info-box{border-radius:var(--radius);text-align:left;background:#eff6ff;margin-bottom:0;padding:1.25rem 1.5rem}.confirmed-info-box h3{color:#1e40af;margin-bottom:.5rem;font-size:.95rem}.confirmed-info-box ul{color:var(--gray-700);margin:0;padding-left:1.25rem;font-size:.9rem;line-height:1.8}.oto-section{width:100%;max-width:760px;margin:2rem 0}.oto-header{text-align:center;margin-bottom:2rem}.oto-eyebrow{text-transform:uppercase;letter-spacing:.05em;color:#059669;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.oto-header h2{color:var(--gray-900);margin-bottom:.75rem;font-size:1.5rem;line-height:1.3}.oto-description{color:var(--gray-500);max-width:540px;margin:0 auto;font-size:.95rem;line-height:1.6}.oto-plans{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.oto-plan{border-radius:var(--radius-lg);border:2px solid var(--gray-200);background:#fff;flex-direction:column;padding:2rem 1.5rem;display:flex;position:relative;box-shadow:0 2px 12px #0000000f}.oto-plan-featured{border-color:#059669;box-shadow:0 4px 20px #05966926}.oto-plan-badge{letter-spacing:.05em;background:var(--gray-100);color:var(--gray-700);border-radius:999px;align-self:flex-start;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.oto-badge-max{color:#059669;background:#ecfdf5}.oto-plan-recommended{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#059669;border-radius:999px;padding:.25rem .75rem;font-size:.7rem;font-weight:600;position:absolute;top:-12px;right:1.5rem}.oto-plan-name{color:var(--gray-900);margin-bottom:.5rem;font-size:1.25rem}.oto-plan-desc{color:var(--gray-500);margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.oto-plan-features{flex-grow:1;margin:0 0 1.5rem;padding:0;list-style:none}.oto-plan-features li{color:var(--gray-700);padding:.35rem 0 .35rem 1.5rem;font-size:.85rem;line-height:1.4;position:relative}.oto-plan-features li:before{content:"✓";color:#059669;font-weight:700;position:absolute;left:0}.oto-plan-pricing{background:var(--gray-50);border-radius:var(--radius);text-align:center;margin-bottom:1.25rem;padding:1rem}.oto-price-old{margin-bottom:.5rem}.oto-price-crossed{color:var(--gray-400);margin-right:.5rem;font-size:1.1rem;text-decoration:line-through}.oto-price-label{color:var(--gray-400);font-size:.8rem}.oto-price-new{margin-bottom:.5rem}.oto-price-value{color:#059669;margin-right:.25rem;font-size:1.5rem;font-weight:700}.oto-price-new .oto-price-label{color:var(--gray-500);font-size:.85rem}.oto-price-condition{color:var(--gray-400);margin:0;font-size:.75rem;line-height:1.4}.btn-oto{border-radius:var(--radius);text-align:center;cursor:pointer;width:100%;padding:.85rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.btn-oto-pro{color:var(--gray-900);border:2px solid var(--gray-300);background:#fff}.btn-oto-pro:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-oto-max{color:#fff;background:#059669;border:2px solid #059669}.btn-oto-max:hover{background:#047857;border-color:#047857}.oto-comparison{text-align:center;border-radius:var(--radius);background:#eff6ff;margin-bottom:2rem;padding:1.25rem}.oto-comparison-stat{color:var(--gray-700);margin-bottom:.25rem;font-size:.9rem}.oto-comparison-note{color:#1e40af;margin:0;font-size:.85rem;font-weight:500}.oto-closing-note{text-align:center;color:var(--gray-400);margin-bottom:1.5rem;font-size:.8rem;font-style:italic}.oto-contact-box{border-radius:var(--radius-lg);text-align:center;background:#fff;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.oto-contact-box>p{color:var(--gray-700);margin-bottom:1rem;font-size:.9rem}.oto-contact-form{gap:.75rem;max-width:400px;margin:0 auto;display:flex}.oto-contact-form input{border:1.5px solid var(--gray-300);border-radius:var(--radius);flex:1;padding:.7rem 1rem;font-size:.9rem}.oto-contact-form .btn-oto{white-space:nowrap;width:auto;padding:.7rem 1.25rem}.oto-contact-sent{color:#059669;font-size:.9rem;font-weight:500}@media (width<=480px){.oto-contact-form{flex-direction:column}}.oto-how-it-works{border-radius:var(--radius-lg);background:#fff;padding:2rem;box-shadow:0 2px 12px #0000000f}.oto-how-it-works h3{text-align:center;color:var(--gray-900);margin-bottom:1.5rem;font-size:1.1rem}.oto-steps{gap:1.5rem;display:flex}.oto-step{text-align:center;flex:1}.oto-step-number{color:#059669;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto .75rem;font-size:1rem;font-weight:700;display:flex}.oto-step p{color:var(--gray-700);font-size:.85rem;line-height:1.5}.oto-bottom-card{max-width:600px}.confirmed-pwa-box{background:var(--gray-50);border-radius:var(--radius);text-align:left;margin-bottom:2rem;padding:1.5rem}.confirmed-pwa-box>h3{margin-bottom:.25rem;font-size:1rem}.confirmed-pwa-box>p{color:var(--gray-500);margin-bottom:1rem;font-size:.85rem}.pwa-instructions{flex-direction:column;gap:1rem;display:flex}.pwa-instruction{border-radius:var(--radius);border:1px solid var(--gray-200);background:#fff;padding:1rem}.pwa-instruction-header{margin-bottom:.5rem}.pwa-badge{background:var(--gray-100);color:var(--gray-500);border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.pwa-instruction ol{color:var(--gray-700);margin:0;padding-left:1.25rem;font-size:.85rem;line-height:1.8}.btn-back{text-decoration:none;display:inline-block}.confirmed-footer{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1rem}.confirmed-author{color:var(--gray-700);margin-bottom:.25rem;font-size:.9rem;font-weight:500}.confirmed-contact-link{color:var(--blue-600);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.confirmed-contact-link:hover{color:var(--blue-700)}@media (width<=768px){.oto-plans{grid-template-columns:1fr}.oto-steps{flex-direction:column;gap:1rem}.oto-header h2{font-size:1.25rem}}@media (width<=480px){.confirmed-card{padding:1.5rem 1rem}.oto-section{margin:1.5rem 0}.oto-plan,.oto-how-it-works{padding:1.5rem 1rem}}.rating-page{background:linear-gradient(135deg,#f0f9ff 0%,#f9fafb 100%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.rating-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;background:#fff;width:100%;max-width:440px;padding:2.5rem 2rem}.rating-header h1{margin-bottom:.25rem;font-size:1.5rem}.rating-subtitle{color:var(--gray-500);margin-bottom:.5rem;font-size:1.125rem}.stars-container{justify-content:center;gap:.5rem;margin:1.5rem 0 .75rem;display:flex}.star-btn{cursor:pointer;color:var(--gray-200);background:0 0;border:none;padding:.25rem;font-size:3rem;line-height:1;transition:all .15s}.star-btn:hover{transform:scale(1.15)}.star-active{color:#f59e0b}.star-label{color:var(--gray-700);min-height:1.5rem;margin-bottom:0;font-size:1rem;font-weight:600}.rating-hint{color:var(--gray-400);margin-top:1rem;margin-bottom:0;font-size:.8125rem}.rating-given{color:var(--gray-500);justify-content:center;align-items:center;gap:.25rem;margin-bottom:1.25rem;font-size:.9375rem;display:flex}.star-display{color:var(--gray-200);font-size:1.25rem}.star-filled{color:#f59e0b}.feedback-title{text-align:center;margin-bottom:1rem;font-size:1.25rem}.feedback-form{text-align:left}.feedback-form textarea{min-height:100px}.rating-card-success{padding:3rem 2rem}.rating-success-icon{margin-bottom:.75rem;font-size:3rem}.rating-redirect-text{color:var(--gray-500);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.rating-firm-thanks{color:var(--gray-400);margin-top:1.5rem;margin-bottom:0;font-size:.875rem}@media (width<=640px){.rating-page{align-items:flex-start;padding:3rem 1rem 1rem}.rating-card{padding:2rem 1.5rem}.star-btn{font-size:2.5rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-50:#eff6ff;--green-600:#16a34a;--green-50:#f0fdf4;--green-200:#bbf7d0;--green-800:#166534;--red-50:#fef2f2;--red-200:#fecaca;--red-800:#991b1b;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--radius:10px;--radius-lg:14px}body{color:var(--gray-900);background:var(--gray-50);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.app{min-height:100vh}.container{max-width:680px;margin:0 auto;padding:2rem 1.5rem}h1{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}h2{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}p{color:var(--gray-500);margin-bottom:1rem}a{color:var(--blue-600);text-decoration:none;transition:color .15s}a:hover{color:var(--blue-700);text-decoration:underline}.card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--gray-700);margin-bottom:.375rem;font-size:.9375rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1.5px solid var(--gray-300);border-radius:var(--radius);width:100%;color:var(--gray-900);background:#fff;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-400)}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue-600);outline:none;box-shadow:0 0 0 3px #2563eb1f}.form-group textarea{resize:vertical;min-height:160px;line-height:1.5}.form-group .error{color:var(--red-800);margin-top:.375rem;font-size:.8125rem;font-weight:500}.checkbox-group{align-items:flex-start;gap:.625rem;margin-bottom:1rem;display:flex}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue-600);cursor:pointer;flex-shrink:0;margin-top:.125rem}.checkbox-group label{color:var(--gray-500);cursor:pointer;font-size:.875rem;font-weight:400;line-height:1.5}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;letter-spacing:.01em;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:50px;box-shadow:0 4px 14px #2563eb59,0 1px 3px #00000014}.btn-primary:hover{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66,0 2px 6px #0000001a}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #2563eb4d}.btn-primary:disabled{cursor:not-allowed;box-shadow:none;background:#93c5fd;transform:none}.btn-secondary{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-200)}.btn-secondary:hover{background:var(--gray-200);text-decoration:none}.btn-large{border-radius:50px;width:100%;padding:1rem 2.5rem;font-size:1.0625rem}.message-success{background:var(--green-50);border:1px solid var(--green-200);color:var(--green-800);border-radius:var(--radius);margin-bottom:1.25rem;padding:1rem 1.25rem;font-size:.9375rem;font-weight:500}.message-error{background:var(--red-50);border:1px solid var(--red-200);color:var(--red-800);border-radius:var(--radius);margin-bottom:1.25rem;padding:1rem 1.25rem;font-size:.9375rem;font-weight:500}.back-link{color:var(--gray-500);margin-bottom:1.5rem;font-size:.875rem;display:inline-block}.back-link:hover{color:var(--blue-600)}.hint{color:var(--gray-400);margin-top:.375rem;font-size:.8125rem}.hint-legal{color:var(--gray-400);margin-top:.25rem;margin-left:1.75rem;font-size:.75rem;font-style:italic}@media (width<=640px){.container{padding:1.5rem 1rem}h1{font-size:1.5rem}h2{font-size:1.25rem}}
