@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary: #f97316;--primary-dark: #ea580c;--primary-foreground: #ffffff;--background: #ffffff;--foreground: #1e3a8a;--card: #ffffff;--card-foreground: #1e3a8a;--muted: #f1f5f9;--muted-foreground: #64748b;--border: #e2e8f0;--input: #e2e8f0;--radius: 1rem;--gradient-primary: linear-gradient(135deg, #f97316 0%, #f59e0b 100%);--gradient-card: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .05);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .05);font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:var(--background)}#root{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}@media(max-width:640px){#root{align-items:flex-start;padding-top:2rem}}.last-update{text-align:right;font-size:.85rem;color:var(--muted-foreground);margin-bottom:.5rem;padding-right:.5rem}.app-container{width:100%;max-width:600px;margin:0 auto}.premium-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-xl);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;transition:all .3s ease}.premium-card:hover{box-shadow:0 25px 50px -12px #000000b3;transform:translateY(-2px)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.questionnaire-container{display:flex;flex-direction:column;gap:2rem}.progress-bar-container{width:100%;height:8px;background:var(--muted);border-radius:999px;overflow:hidden}.progress-bar{height:100%;background:var(--gradient-primary);transition:width .3s ease;border-radius:999px}.question-counter{text-align:center;color:var(--muted-foreground);font-size:.875rem;font-weight:500}.question-card{animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.question-title{font-size:1.5rem;margin-bottom:.5rem}.question-text{color:var(--muted-foreground);margin-bottom:2rem;font-size:1rem}.button-grid{display:grid;gap:.75rem}.answer-button{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--muted);border:2px solid transparent;border-radius:.75rem;color:var(--foreground);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.answer-button:hover{background:var(--primary);border-color:var(--primary-dark);transform:translate(4px)}.answer-button:active{transform:scale(.98)}.answer-button.selected{background:var(--primary);border-color:var(--primary-dark);color:#fff}.answer-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--gradient-primary);border-radius:.5rem;font-weight:700;flex-shrink:0}.answer-label{flex:1}.text-input-container{display:flex;flex-direction:column;gap:1rem}.text-input{padding:1rem;background:var(--muted);border:2px solid var(--border);border-radius:.75rem;color:var(--foreground);font-size:1rem;font-family:inherit;transition:all .2s ease}.text-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.text-input::placeholder{color:var(--muted-foreground)}.submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:var(--gradient-primary);border:none;border-radius:.75rem;color:var(--primary-foreground);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.submit-button:disabled{opacity:.5;cursor:not-allowed}.back-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:2px solid var(--border);border-radius:.75rem;color:var(--foreground);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.back-button:hover{background:var(--muted);border-color:var(--primary)}.navigation-buttons{display:flex;gap:1rem;align-items:center}.next-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:2px solid var(--border);border-radius:.75rem;color:var(--foreground);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:auto}.next-button:hover:not(:disabled){background:var(--muted);border-color:var(--primary)}.next-button:disabled{opacity:.4;cursor:not-allowed;border-color:var(--muted);color:var(--muted-foreground)}.results-container{display:flex;flex-direction:column;gap:2rem;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.results-title{font-size:2rem;text-align:center;margin-bottom:-1rem}.results-subtitle{text-align:center;color:var(--muted-foreground);font-size:1rem}.top-recommendation{position:relative;border:2px solid var(--primary)}.recommendation-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--gradient-primary);border-radius:999px;font-size:.875rem;font-weight:600;color:var(--primary-foreground)}.cheapest-badge{background:linear-gradient(135deg,#10b981,#059669)}.plan-name{font-size:1.75rem;font-weight:700;color:var(--foreground);margin-top:1rem;margin-bottom:.25rem}.plan-carrier{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1.5rem}.plan-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:1.5rem}.price-amount{font-size:2.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-period{color:var(--muted-foreground);font-size:1rem}.plan-details{display:grid;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:var(--background);border-radius:.75rem}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{color:var(--muted-foreground);font-size:.875rem}.detail-value{font-weight:600;color:var(--foreground)}.score-badge{padding:.25rem .75rem;background:var(--gradient-primary);border-radius:999px;color:var(--primary-foreground);font-size:.875rem}.plan-recommendation{color:var(--muted-foreground);font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.apply-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:var(--gradient-primary);border:none;border-radius:.75rem;color:var(--primary-foreground);font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease}.apply-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.apply-button.secondary{background:var(--muted);color:var(--foreground)}.apply-button.secondary:hover{background:var(--primary);color:var(--primary-foreground)}.cheapest-plan{border:2px solid #10b981}.section-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}.rankings-list{display:flex;flex-direction:column;gap:.75rem}.ranking-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:.75rem;transition:all .2s ease}.ranking-item:hover{border-color:var(--primary);transform:translate(4px)}.ranking-number{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--gradient-primary);border-radius:.5rem;font-weight:700;font-size:1.125rem;flex-shrink:0}.ranking-content{flex:1;min-width:0}.ranking-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.ranking-plan-name{font-size:1rem;font-weight:600;color:var(--foreground)}.ranking-carrier{font-size:.75rem;color:var(--muted-foreground)}.ranking-info{display:flex;gap:1rem;font-size:.875rem;color:var(--muted-foreground)}.ranking-price{font-weight:600;color:var(--primary)}.ranking-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--muted);border-radius:.5rem;color:var(--foreground);transition:all .2s ease;flex-shrink:0}.ranking-link:hover{background:var(--primary);color:var(--primary-foreground)}.restart-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:transparent;border:2px solid var(--border);border-radius:.75rem;color:var(--foreground);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin:0 auto}.restart-button:hover{background:var(--muted);border-color:var(--primary);transform:translateY(-2px)}.start-page-container{animation:fadeIn .5s ease}.start-card{max-width:600px;margin:0 auto;text-align:center}.start-title{font-size:2.5rem;margin-bottom:2rem;line-height:1.2}.start-content{text-align:left;margin-bottom:2.5rem}.lead-text{font-size:1.25rem;line-height:1.8;margin-bottom:3rem;text-align:center}.section-heading{font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:1rem;border-left:4px solid var(--primary);padding-left:1rem}.problem-section{margin-bottom:2.5rem;background:var(--muted);padding:1.5rem;border-radius:1rem}.problem-section p{color:var(--muted-foreground);line-height:1.8;margin-bottom:1rem}.problem-section p:last-child{margin-bottom:0}.problem-list{list-style:none;margin-bottom:1.5rem;padding-left:1rem}.problem-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--muted-foreground)}.problem-list li:before{content:"•";color:var(--primary);position:absolute;left:0;font-weight:700}.problem-conclusion{font-weight:700;color:var(--foreground)!important;text-align:center;font-size:1.1rem}.solution-section{text-align:center;margin-top:3rem;padding:2rem 1rem;background:linear-gradient(135deg,#f973161a,#f59e0b1a);border-radius:1rem;border:1px solid rgba(249,115,22,.2)}.solution-title{font-size:1.5rem;margin-bottom:1.5rem}.feature-list{list-style:none;margin:1.5rem 0;display:inline-block;text-align:left}.feature-list li{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:500}.feature-list li:before{content:"✓";color:#10b981;font-weight:700}.mission-statement{margin-top:2rem;font-size:1.1rem;line-height:1.8}.start-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem 3rem;background:var(--gradient-primary);border:none;border-radius:999px;color:var(--primary-foreground);font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-lg);width:100%;max-width:400px}.start-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 20px 25px -5px #3b82f680}.affiliate-notice{margin-top:1.5rem;font-size:.75rem;color:var(--muted-foreground);text-align:center;opacity:.7}.recommendation-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:left}.summary-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--foreground)}.summary-text{color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.6}.requirement-item{display:flex;flex-direction:column;margin-bottom:1rem;background:var(--muted);padding:.75rem;border-radius:.5rem}.req-label{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;color:var(--primary);margin-bottom:.25rem}.req-text{font-size:.95rem;color:var(--foreground);padding-left:1.5rem}.strength-section,.attention-section{margin-top:1.5rem}.section-label{font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;color:var(--foreground)}.strength-text,.attention-text{font-size:.95rem;line-height:1.6;padding-left:.5rem;border-left:2px solid}.strength-text{border-color:#10b981;color:var(--muted-foreground)}.attention-text{border-color:#f59e0b;color:var(--muted-foreground)}.ranking-item{cursor:pointer;transition:background .2s ease;flex-direction:column;gap:0;align-items:stretch}.ranking-item:hover{background:var(--muted)}.ranking-item-header{display:flex;align-items:center;gap:1rem;width:100%;padding:.5rem 0}.ranking-content-compact{flex:1}.ranking-info-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.ranking-price-row{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:var(--muted-foreground)}.expand-icon{color:var(--muted-foreground)}.ranking-item-details{padding-top:1rem;border-top:1px solid rgba(255,255,255,.05);margin-top:.5rem;cursor:default}.show-more-button{width:100%;padding:1rem;margin-top:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:var(--foreground);font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.show-more-button:hover{background:#ffffff1a}.ranking-link-button{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;background:var(--primary);color:#fff;border-radius:.5rem;text-decoration:none;font-size:.9rem;font-weight:500}.ranking-link-button.cv-button{width:100%;justify-content:center;padding:1rem;margin-top:1.5rem;background:linear-gradient(135deg,var(--primary),#a855f7);font-size:1.05rem;font-weight:700;border-radius:12px;box-shadow:0 4px 15px #6366f166;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ranking-link-button.cv-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #6366f180}.ranking-link-button.cv-button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:.5s}.ranking-link-button.cv-button:hover:after{left:100%}@media(max-width:640px){.start-title{font-size:1.75rem}.lead-text{font-size:1rem}.premium-card{padding:1.5rem}}.feedback-container{margin:3rem 0;padding:2rem;background:#1e1e2899;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0000004d}.feedback-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:2rem;color:var(--foreground)}.feedback-header h2{font-size:1.4rem;margin:0;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feedback-container{margin-top:3rem;padding:2rem;background:var(--muted);border-radius:1rem;text-align:left}.feedback-container.submitted{text-align:center;background:var(--gradient-card);border:2px solid var(--border)}.submission-message h3{color:var(--primary);font-size:1.5rem;margin-bottom:.5rem}.feedback-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.feedback-header h2{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-section{margin-bottom:2rem}.form-label{display:block;font-weight:600;margin-bottom:.75rem;color:var(--foreground)}.star-rating{display:flex;gap:.5rem;justify-content:center}.star-wrapper{position:relative;display:inline-block}.star-half-overlay{position:absolute;top:0;left:0;width:50%;height:100%;cursor:pointer;z-index:1}.star-icon{cursor:pointer;transition:transform .2s ease}.star-icon:hover{transform:scale(1.1)}.input-group{display:grid;gap:1rem}@media(min-width:640px){.input-group{grid-template-columns:1fr 1fr}}.feedback-select,.feedback-input{width:100%;padding:.75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--background);color:var(--foreground);font-size:1rem}.feedback-select:focus,.feedback-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #f973161a}.badge-important{display:inline-block;background:#ef4444;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:.25rem;margin-left:.5rem;vertical-align:middle}.form-helper{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.75rem}.speed-satisfaction-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.speed-satisfaction-list{grid-template-columns:repeat(3,1fr)}}.speed-option-button{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--background);border:1px solid var(--border);border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:var(--foreground)}.speed-option-button:hover{border-color:var(--primary);background:#f973160d}.speed-option-button.selected{border-color:var(--primary);background:#f973161a;color:var(--primary);font-weight:600}.speed-icon{font-size:1.25rem}.form-actions{display:flex;justify-content:center;margin-top:2rem}.submit-feedback-button{display:flex;align-items:center;gap:.5rem;padding:1rem 3rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:999px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-lg)}.submit-feedback-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #f973164d}.submit-feedback-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}@media(max-width:640px){.app-container{padding:0 .5rem;max-width:100%}.questionnaire-container{gap:1rem}.premium-card.question-card{padding:1.25rem 1rem}.question-title{font-size:1.25rem;margin-bottom:.25rem}.question-text{font-size:.95rem;margin-bottom:1.25rem}.button-grid{gap:.5rem}.answer-button{padding:.75rem 1rem;font-size:.9rem;gap:.75rem}.answer-number{width:1.75rem;height:1.75rem;font-size:.9rem}.back-button{margin-top:-.5rem;padding:.5rem 1rem}.results-title{font-size:1.5rem;margin-bottom:.5rem}.results-subtitle{font-size:.9rem;margin-bottom:1rem}.premium-card.top-recommendation{padding:1.25rem}.rankings-section{margin-top:1rem}}.price-breakdown{margin-top:1rem;margin-bottom:1.5rem;width:100%;animation:fadeIn .5s ease}.price-note{font-size:.85rem;color:var(--muted-foreground);margin-bottom:.75rem;text-align:left;display:flex;align-items:center;gap:.5rem}.price-tiers-container{background:var(--muted);border-radius:.75rem;padding:.75rem;overflow:hidden;border:1px solid var(--border)}.price-tiers-table{width:100%;border-collapse:collapse;font-size:.9rem}.price-tiers-table td{padding:.5rem .75rem;border-bottom:1px solid rgba(0,0,0,.05);color:var(--muted-foreground)}.price-tiers-table tr:last-child td{border-bottom:none}.current-tier td{background:#f973161a;font-weight:600;color:var(--primary-dark)}.tier-data{text-align:left}.tier-price{text-align:right;font-feature-settings:"tnum"}.tier-badge{text-align:right;width:1%;white-space:nowrap}.badge-text{display:inline-block;padding:2px 8px;background:var(--primary);color:#fff;border-radius:999px;font-size:.7rem;font-weight:700;box-shadow:0 1px 2px #0000001a}.info-icon{font-size:1rem}.ranking-note{font-size:.75rem;color:var(--muted-foreground);margin-left:.5rem;font-weight:400}.povo-note{font-size:.85rem;color:var(--primary-dark);background:#f973160d;padding:.75rem;border-radius:.5rem;margin-bottom:1rem;line-height:1.6;border-left:3px solid var(--primary)}.tier-note{font-size:.75rem;color:var(--muted-foreground);margin-top:.25rem}.last-update{position:absolute;top:1rem;left:1rem;font-size:.75rem;color:var(--muted-foreground);opacity:.7}.plan-list-description{margin-bottom:2rem;text-align:center}.plan-list-text{font-size:.9rem;color:var(--muted-foreground);line-height:1.6}.plan-list-item{display:flex;flex-direction:column}.plan-static-recommendation{font-size:.85rem;color:var(--muted-foreground);margin-top:.5rem;margin-bottom:.5rem}.plan-list-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.plan-list-link{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--primary);text-decoration:none}.plan-list-link:hover{text-decoration:underline}.back-button-large{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:var(--muted);border:1px solid var(--border);border-radius:.75rem;color:var(--foreground);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin:2rem auto 0;width:100%;max-width:300px}.back-button-large:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.plan-list-link-container{margin-top:1.5rem;text-align:center;margin-bottom:2rem}.text-link{background:none;border:none;color:var(--muted-foreground);text-decoration:underline;cursor:pointer;font-size:.9rem;padding:.5rem;transition:color .2s ease}.text-link:hover{color:var(--primary)}.price-main-row{display:flex;align-items:baseline;gap:.25rem}.price-sub-row{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.9rem}.price-original{color:var(--muted-foreground);text-decoration:line-through}.price-discount-tag{background:#ef4444;color:#fff;padding:.1rem .4rem;border-radius:.25rem;font-size:.75rem;font-weight:700}.ranking-price-stack{display:flex;flex-direction:column}.ranking-price-sub{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through}.promo-banner{background:#fffbeb;border:4px solid #f97316;padding:1.5rem 2rem;border-radius:1rem;display:inline-block;text-align:center;margin-top:1rem;animation:pulse-border 2s infinite}@keyframes pulse-border{0%{box-shadow:0 0 #f9731666}70%{box-shadow:0 0 0 10px #f9731600}to{box-shadow:0 0 #f9731600}}.promo-title{font-size:1.25rem;font-weight:800;color:#ea580c;margin-bottom:.75rem}.promo-description{font-size:1.1rem;font-weight:700;color:#1f2937;line-height:1.6}.promo-highlight{color:#ef4444;margin:0 .25rem;border-bottom:2px solid #ef4444;font-weight:800}.promo-icon{margin-top:1rem;color:#ea580c;display:flex;justify-content:center;animation:bounce-promo 1.5s infinite}@keyframes bounce-promo{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.lp-root{width:100%;min-height:100vh;background:var(--background);color:var(--foreground);margin:-2rem -1rem;width:calc(100% + 2rem)}@media(max-width:640px){.lp-root{margin:-2rem -.5rem 0;width:calc(100% + 1rem)}}.lp-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.lp-header-inner{max-width:960px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.lp-logo{flex-shrink:0;display:inline-flex;align-items:center}.lp-logo img{height:36px;width:auto;display:block}.lp-nav{display:flex;align-items:center;gap:.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.lp-nav::-webkit-scrollbar{display:none}.lp-nav-link{position:relative;padding:.5rem .85rem;border-radius:.5rem;color:var(--foreground);text-decoration:none;font-size:.92rem;font-weight:600;white-space:nowrap;transition:background .2s,color .2s}.lp-nav-link:hover{background:var(--muted);color:var(--primary-dark)}.lp-nav-badge{display:inline-block;margin-left:.4rem;padding:.05rem .4rem;background:var(--muted);color:var(--muted-foreground);border-radius:999px;font-size:.65rem;font-weight:700;vertical-align:middle}.lp-main{max-width:960px;margin:0 auto;padding:0 1.25rem}.lp-section{padding:4rem 0;border-top:1px solid var(--border)}.lp-section:first-of-type{border-top:none}.lp-section-title{font-size:1.6rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:var(--foreground)}.lp-hero{padding:4.5rem 0 4rem;text-align:center}.lp-hero-title{font-size:2.4rem;line-height:1.3;font-weight:800;margin-bottom:1.25rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero-sub{font-size:1.05rem;line-height:1.8;color:var(--muted-foreground);margin-bottom:2.5rem}.lp-hero-note{margin-top:1rem;font-size:.85rem;color:var(--muted-foreground)}.lp-cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:1.1rem 2.5rem;background:var(--gradient-primary);color:var(--primary-foreground);text-decoration:none;border-radius:999px;font-size:1.1rem;font-weight:700;box-shadow:var(--shadow-lg);transition:transform .2s,box-shadow .2s}.lp-cta-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 20px 28px -8px #f9731673}.lp-cta-secondary{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.75rem;background:var(--card);color:var(--primary-dark);border:2px solid var(--primary);border-radius:999px;text-decoration:none;font-size:1rem;font-weight:600;transition:background .2s,color .2s}.lp-cta-secondary:hover{background:var(--primary);color:var(--primary-foreground)}.lp-service-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:720px){.lp-service-grid{grid-template-columns:1fr 1fr}}.lp-service-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;box-shadow:var(--shadow-md);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.lp-service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.lp-service-card--coming{background:linear-gradient(135deg,#fff,#f8fafc)}.lp-coming-badge{position:absolute;top:1rem;right:1rem;background:var(--muted);color:var(--muted-foreground);padding:.25rem .75rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.05em}.lp-service-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:1rem;margin-bottom:1.25rem;color:var(--primary-foreground)}.lp-service-icon--active{background:var(--gradient-primary)}.lp-service-icon--muted{background:var(--muted);color:var(--muted-foreground)}.lp-service-name{font-size:1.35rem;font-weight:700;margin-bottom:.6rem;color:var(--foreground)}.lp-service-desc{color:var(--muted-foreground);line-height:1.7;margin-bottom:1.5rem;flex:1}.lp-service-button{display:inline-flex;align-items:center;gap:.35rem;align-self:flex-start;padding:.7rem 1.4rem;background:var(--gradient-primary);color:var(--primary-foreground);border-radius:999px;text-decoration:none;font-weight:600;font-size:.95rem;transition:transform .2s,box-shadow .2s}.lp-service-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.lp-service-button--secondary{background:var(--muted);color:var(--foreground)}.lp-service-button--secondary:hover{background:var(--border)}.lp-service-button--disabled{background:var(--muted);color:var(--muted-foreground);cursor:not-allowed;border:none;font-family:inherit;pointer-events:none}.lp-nav-link--disabled{color:var(--muted-foreground);cursor:not-allowed;pointer-events:none;opacity:.7}.lp-feature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:720px){.lp-feature-grid{grid-template-columns:repeat(3,1fr)}}.lp-feature-item{text-align:center;padding:1.5rem 1rem}.lp-feature-icon{color:var(--primary);margin-bottom:.85rem}.lp-feature-title{font-size:1.1rem;font-weight:700;margin-bottom:.6rem;color:var(--foreground)}.lp-feature-desc{font-size:.92rem;color:var(--muted-foreground);line-height:1.75}.lp-blog{text-align:center}.lp-blog-icon{color:var(--primary);margin-bottom:.75rem}.lp-blog-desc{color:var(--muted-foreground);line-height:1.8;margin:-1.5rem auto 2rem;max-width:540px}.lp-final-cta{text-align:center;padding:4rem 0 5rem}.lp-final-title{font-size:1.5rem;font-weight:700;margin-bottom:1.75rem;color:var(--foreground)}.lp-footer{border-top:1px solid var(--border);background:var(--muted);padding:2rem 1.25rem 2.5rem}.lp-footer>div:first-child{margin-top:0!important;padding-top:0!important;border-top:none!important}.lp-copyright{text-align:center;margin-top:1.5rem;font-size:.8rem;color:var(--muted-foreground)}.lp-blog-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;margin-bottom:1.75rem}@media(min-width:720px){.lp-blog-grid{grid-template-columns:repeat(3,1fr)}}.lp-blog-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:var(--foreground);transition:transform .2s,box-shadow .2s,border-color .2s}.lp-blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--primary)}.lp-blog-thumb{aspect-ratio:16 / 9;overflow:hidden;background:var(--muted)}.lp-blog-thumb img{width:100%;height:100%;object-fit:cover;display:block}.lp-blog-card-body{padding:1rem 1.1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.lp-blog-card-title{font-size:1rem;font-weight:700;line-height:1.4;color:var(--foreground)}.lp-blog-card-excerpt{font-size:.85rem;color:var(--muted-foreground);line-height:1.6;flex:1}.lp-blog-card-more{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;color:var(--primary-dark)}.lp-blog-card--skeleton{height:220px;background:linear-gradient(90deg,var(--muted) 25%,#e2e8f0 50%,var(--muted) 75%);background-size:200% 100%;animation:lp-blog-shimmer 1.4s linear infinite}@keyframes lp-blog-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lp-article{max-width:760px;margin:0 auto;padding:3rem 0 4rem}.lp-article-title{font-size:1.9rem;font-weight:800;margin-bottom:1.25rem;color:var(--foreground);border-bottom:3px solid var(--primary);padding-bottom:.5rem;display:inline-block}.lp-article-lede{font-size:1rem;line-height:1.85;color:var(--muted-foreground);margin-bottom:2.5rem}.lp-article-section{margin-bottom:2rem}.lp-article-section h2{font-size:1.2rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem;padding-left:.75rem;border-left:4px solid var(--primary)}.lp-article-section p,.lp-article-section li{font-size:.95rem;line-height:1.9;color:var(--foreground)}.lp-article-section ul{margin:.5rem 0 0;padding-left:1.5rem}.lp-article-section li{margin-bottom:.5rem}.lp-article-meta{margin-top:3rem;font-size:.85rem;color:var(--muted-foreground);text-align:right}.lp-inline-link{color:var(--primary-dark);text-decoration:underline;text-underline-offset:2px}.lp-inline-link:hover{color:var(--primary)}.lp-info-table{border-top:1px solid var(--border);margin-bottom:2.5rem}.lp-info-row{display:grid;grid-template-columns:160px 1fr;border-bottom:1px solid var(--border);padding:.85rem 0}.lp-info-label{font-weight:600;color:var(--muted-foreground);font-size:.9rem}.lp-info-value{color:var(--foreground);font-size:.95rem;line-height:1.7;word-break:break-all}@media(max-width:640px){.lp-info-row{grid-template-columns:1fr;gap:.25rem}}.lp-contact-form{margin-top:1rem}.lp-textarea{resize:vertical;min-height:160px;font-family:inherit;line-height:1.6}.lp-required{display:inline-block;background:#ef4444;color:#fff;font-size:.7rem;padding:.1rem .45rem;border-radius:.25rem;margin-left:.4rem;vertical-align:middle;font-weight:700}.lp-form-error{display:flex;align-items:center;gap:.5rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:.5rem;padding:.75rem 1rem;font-size:.9rem;margin-top:.5rem}.lp-form-note{margin-top:1.25rem;text-align:center;font-size:.8rem;color:var(--muted-foreground)}.lp-contact-success{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#f0fdf4,#fff);border:1px solid #bbf7d0;border-radius:var(--radius)}.lp-contact-success h2{font-size:1.4rem;margin:1rem 0 .75rem;color:var(--foreground)}.lp-contact-success p{line-height:1.8;color:var(--muted-foreground)}@media(max-width:640px){.lp-header-inner{padding:.5rem 1rem}.lp-logo img{height:30px}.lp-nav-link{padding:.4rem .6rem;font-size:.85rem}.lp-section{padding:3rem 0}.lp-hero{padding:3rem 0 2.5rem}.lp-hero-title{font-size:1.85rem}.lp-hero-sub{font-size:.95rem}.lp-section-title{font-size:1.35rem;margin-bottom:1.75rem}.lp-cta-primary{width:100%;max-width:360px;padding:1rem 1.5rem;font-size:1rem}.lp-service-card{padding:1.5rem 1.25rem}}
