@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#1f2937;background:#fff}.navbar{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50;width:100%}.nav-container-full{width:100%;max-width:none;gap:2rem}.nav-container,.nav-container-full{padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:4rem}.nav-container{max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;flex-shrink:0}.logo-svg{height:3rem;width:auto}.logo-icon{width:2rem;height:2rem;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem}.logo-text{font-size:1.25rem;font-weight:800;color:#1f2937}.news-ticker{flex:1;flex-direction:column;gap:.5rem;max-width:600px;margin:0 2rem;position:relative;overflow:hidden}.news-item,.news-ticker{display:flex;align-items:center}.news-item{gap:.75rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:2rem;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .3s ease;width:100%;min-height:2.5rem;justify-content:center}.news-item.fade-out{opacity:0;transform:translateY(-10px)}.news-item.fade-in{opacity:1;transform:translateY(0);animation:slideInFromTop .4s ease-out}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.news-item:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1);background:linear-gradient(135deg,#fff,#f8fafc)}.news-icon{flex-shrink:0;opacity:.8}.news-text{font-size:.875rem;font-weight:500;color:#374151;line-height:1.4;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-links{display:flex;align-items:center;gap:2rem;flex-shrink:0}.nav-link{text-decoration:none;color:#6b7280;font-weight:500;transition:color .2s}.nav-link:hover{color:#4920c9}@media (max-width:1024px){.news-ticker{max-width:400px;margin:0 1rem}.news-text{font-size:.8rem}}@media (max-width:768px){.nav-container-full{padding:0 1rem;gap:1rem}.news-ticker{max-width:300px;margin:0 .5rem}.news-text{font-size:.75rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.news-item{min-height:3rem;padding:.75rem}}@media (max-width:640px){.news-ticker{display:none}.nav-container-full{gap:.5rem}}.btn-primary{background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;padding:.5rem 1rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(73,32,201,.3)}.btn-secondary{background:#fff;color:#374151;padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary:hover{border-color:#4920c9;color:#4920c9}.hero{background:linear-gradient(135deg,#fef7ff,#f3e8ff 50%,#e0e7ff);padding:5rem 1rem;text-align:center;position:relative;overflow:hidden}.hero:before{top:-10%;right:-5%;width:300px;height:300px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234920c9' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Cpath d='M21 12c.552 0 1-.448 1-1V5c0-.552-.448-1-1-1H3c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1h18z'/%3E%3C/svg%3E") no-repeat 50%;opacity:.04;transform:rotate(-15deg);animation:float 6s ease-in-out infinite}.hero:after,.hero:before{content:"";position:absolute}.hero:after{bottom:-10%;left:-5%;width:200px;height:200px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b46c1' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22,4 12,14.01 9,11.01'/%3E%3C/svg%3E") no-repeat 50%;opacity:.05;transform:rotate(25deg);animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(-15deg)}50%{transform:translateY(-20px) rotate(-15deg)}}.hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(73,32,201,.1);color:#4920c9;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1f2937}.hero-gradient{background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2.5rem;max-width:48rem;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stats{background:#fff;padding:3rem 1rem;position:relative;overflow:hidden}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;position:relative;z-index:1;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}.features{padding:5rem 1rem;background:#f9fafb}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#1f2937}.features-subtitle{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s;border:1px solid #f3f4f6}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.feature-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon.blue{background:#dbeafe;color:#2563eb}.feature-icon.pink{background:#fce7f3;color:#4920c9}.feature-icon.green{background:#d1fae5;color:#059669}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#1f2937}.feature-description{color:#6b7280;line-height:1.6}.steps{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:5rem 1rem;position:relative;overflow:hidden}.steps:before{top:15%;right:5%;width:200px;height:200px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234920c9' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14,2 14,8 20,8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10,9 9,9 8,9'/%3E%3C/svg%3E") no-repeat 50%;opacity:.03;transform:rotate(15deg);animation:float 7s ease-in-out infinite}.steps:after,.steps:before{content:"";position:absolute}.steps:after{bottom:10%;left:8%;width:180px;height:180px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b46c1' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7V17L12 22L22 17V7L12 2Z'/%3E%3Cpath d='M12 22V12'/%3E%3Cpath d='M22 7L12 12L2 7'/%3E%3C/svg%3E") no-repeat 50%;opacity:.04;transform:rotate(-20deg);animation:float 6s ease-in-out infinite reverse}.steps-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.steps-header{text-align:center;margin-bottom:4rem}.steps-title{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#1f2937}.steps-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:stretch}.step-item{text-align:center;padding:1.25rem 1rem;flex-direction:column;min-height:180px;justify-content:flex-start}.step-number{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;border-radius:50%;font-size:1.25rem;margin:0 auto 1.5rem}.step-number,.steps .step-title{display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.steps .step-title{font-size:1.5rem!important;margin-bottom:.5rem;color:#1f2937;line-height:1.2;min-height:2.4rem;text-align:center;hyphens:auto;word-break:break-word}.steps .step-description{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0;flex-grow:1;display:flex;align-items:center;justify-content:center;text-align:center}@media (max-width:1024px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.step-item{min-height:200px}}@media (max-width:768px){.steps-grid{grid-template-columns:1fr;gap:1rem}.step-item{min-height:180px;padding:1rem}.step-number{width:3.5rem;height:3.5rem;font-size:1.25rem}.step-title{font-size:.95rem}.step-description{font-size:.8rem}}.cta{background:linear-gradient(135deg,#4920c9,#6b46c1);padding:5rem 1rem;color:#fff;position:relative;overflow:hidden}.cta:before{top:20%;left:10%;width:180px;height:180px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='7.5,4.21 12,6.81 16.5,4.21'/%3E%3Cpolyline points='7.5,19.79 7.5,14.6 3,12'/%3E%3Cpolyline points='21,12 16.5,14.6 16.5,19.79'/%3E%3C/svg%3E") no-repeat 50%;opacity:.08;animation:float 8s ease-in-out infinite}.cta:after,.cta:before{content:"";position:absolute}.cta:after{bottom:10%;right:15%;width:150px;height:150px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") no-repeat 50%;opacity:.06;transform:rotate(-20deg);animation:float 6s ease-in-out infinite reverse}.cta-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.cta-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9}.btn-white{background:#fff;color:#4920c9;padding:.75rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.analyze-header{background:linear-gradient(135deg,#fef7ff,#f3e8ff 50%,#e0e7ff);padding:3rem 1rem;text-align:center}.analyze-header-container{max-width:800px;margin:0 auto}.analyze-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#1f2937}.analyze-subtitle{font-size:1.25rem;color:#6b7280}.funnel-header{background:linear-gradient(135deg,#fef7ff,#f3e8ff 50%,#e0e7ff);padding:3rem 1rem 2rem;text-align:center}.funnel-header-container{max-width:800px;margin:0 auto}.funnel-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#1f2937}.funnel-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:3rem}.progress-steps{justify-content:center;gap:2rem;margin-top:2rem}.progress-step,.progress-steps{display:flex;align-items:center}.progress-step{flex-direction:column;gap:.5rem;opacity:.5;transition:all .3s ease}.progress-step.active{opacity:1}.progress-step.current{opacity:1;transform:scale(1.1)}.progress-step-number{width:3rem;height:3rem;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;transition:all .3s ease}.progress-step.active .progress-step-number{background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;box-shadow:0 4px 10px rgba(73,32,201,.3)}.progress-step-title{font-size:.875rem;font-weight:600;color:#6b7280;transition:color .3s ease}.progress-step.active .progress-step-title{color:#1f2937}.funnel-content{padding:4rem 1rem;background:#fff;min-height:60vh}.funnel-container{max-width:900px;margin:0 auto}.step-content{text-align:center;margin-bottom:3rem}.step-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.step-description{font-size:1.125rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.plans-grid-funnel{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.plan-card-funnel{position:relative;background:#fff;border:3px solid #e5e7eb;border-radius:1.5rem;padding:2.5rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.plan-card-funnel:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,.1);border-color:#cbd5e1}.plan-card-funnel.selected{border-color:#4920c9;transform:translateY(-4px);box-shadow:0 20px 25px rgba(73,32,201,.2);background:linear-gradient(135deg,#fef7ff,#f3e8ff)}.plan-card-funnel.popular{border-color:#4920c9;box-shadow:0 10px 15px rgba(73,32,201,.1)}.plan-card-funnel .plan-badge{top:1rem;right:1rem;padding:.5rem 1rem;border-radius:.75rem;font-size:.75rem;letter-spacing:.025em;z-index:10;box-shadow:0 4px 8px rgba(73,32,201,.3)}.plan-card-funnel .plan-badge,.plan-selected-indicator{position:absolute;background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;font-weight:600}.plan-selected-indicator{top:-1rem;left:1rem;transform:none;padding:.5rem 1.5rem;border-radius:2rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 10px rgba(73,32,201,.3);z-index:20}.url-step{max-width:600px;margin:0 auto}.url-input-large{text-align:left}.url-label-large{display:block;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937;text-align:center}.url-input-wrapper-large{position:relative;margin-bottom:1rem}.url-input-field-large{width:100%;padding:1.5rem 4rem 1.5rem 1.5rem;font-size:1.25rem;border:3px solid #e5e7eb;border-radius:1rem;transition:all .2s;background:#fff;text-align:center}.url-input-field-large:focus{outline:none;border-color:#4920c9;box-shadow:0 0 0 4px rgba(73,32,201,.1)}.url-icon-large{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:1.5rem}.url-help-large{text-align:center;font-size:1rem;color:#6b7280}.upgrades-grid-funnel{display:flex;flex-direction:column;gap:1.5rem;max-width:700px;margin:0 auto}.upgrade-card-funnel{background:#fff;border:3px solid #e5e7eb;border-radius:1.5rem;padding:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.upgrade-card-funnel:hover{transform:translateY(-2px);box-shadow:0 12px 20px rgba(0,0,0,.1);border-color:#cbd5e1}.upgrade-card-funnel.selected{border-color:#4920c9;background:linear-gradient(135deg,#fef7ff,#f3e8ff);box-shadow:0 12px 20px rgba(73,32,201,.15)}.upgrade-header-funnel{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.upgrade-icon-funnel{width:4rem;height:4rem;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.upgrade-info-funnel{flex:1;text-align:left}.upgrade-name-funnel{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#1f2937}.upgrade-price-funnel{font-size:1.25rem;font-weight:600;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.upgrade-checkbox-funnel{width:2.5rem;height:2.5rem;border:3px solid #e5e7eb;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.upgrade-card-funnel.selected .upgrade-checkbox-funnel{background:linear-gradient(135deg,#4920c9,#6b46c1);border-color:transparent;color:#fff}.upgrade-description-funnel{color:#6b7280;line-height:1.6;margin:0;text-align:left}.summary-step{max-width:600px;margin:0 auto}.summary-card{background:#fff;border:2px solid #e5e7eb;border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 25px rgba(0,0,0,.1);text-align:left}.summary-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.summary-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.summary-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.summary-item strong{font-size:1.125rem;color:#1f2937;font-weight:600}.summary-upgrades{list-style:none;padding:0;margin:.5rem 0 0}.summary-upgrades li{padding:.5rem 0;color:#6b7280}.summary-total{background:linear-gradient(135deg,#f9fafb,#e5e7eb);padding:1.5rem;border-radius:1rem;text-align:center;margin-top:1rem}.summary-total strong{font-size:1.75rem;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.funnel-navigation{display:flex;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto;gap:2rem}.funnel-navigation.center-nav{justify-content:center}.funnel-navigation.center-nav .btn-next{margin-left:0}.btn-back{background:#fff;color:#6b7280;border:2px solid #e5e7eb;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.btn-back:hover:not(:disabled){border-color:#cbd5e1;color:#374151;transform:translateY(-1px)}.btn-back:disabled{opacity:.5;cursor:not-allowed}.btn-next,.btn-start{background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;border:none;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;margin-left:auto}.btn-next:hover:not(:disabled):not(.disabled),.btn-start:hover:not(:disabled):not(.disabled){transform:translateY(-2px);box-shadow:0 10px 25px rgba(73,32,201,.3)}.btn-next.disabled,.btn-next:disabled,.btn-start.disabled,.btn-start:disabled{opacity:.5;cursor:not-allowed;transform:none;background:#9ca3af}.btn-next.disabled:hover,.btn-start.disabled:hover{transform:none;box-shadow:none}@media (max-width:768px){.funnel-title{font-size:2.25rem}.step-title{font-size:2rem}.progress-steps{gap:1rem}.progress-step-number{width:2.5rem;height:2.5rem;font-size:1rem}.plans-grid-funnel{grid-template-columns:1fr;gap:1.5rem}.plan-card-funnel{padding:2rem 1.5rem}.upgrade-header-funnel{gap:1rem}.upgrade-icon-funnel{width:3rem;height:3rem}.upgrade-name-funnel{font-size:1.25rem}.summary-card{padding:2rem 1.5rem}.funnel-navigation{flex-direction:column;gap:1rem}.btn-back,.btn-next,.btn-start{width:100%;justify-content:center}}.plans-section{padding:4rem 1rem;background:#fff}.plans-container{max-width:1200px;margin:0 auto}.plans-header{text-align:center;margin-bottom:3rem}.plans-title{font-size:2.5rem;font-weight:800;color:#1f2937}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.plan-card{position:relative;background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.plan-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.plan-card.selected{border-color:#4920c9;transform:translateY(-4px);box-shadow:0 20px 25px rgba(73,32,201,.2)}.plan-card.popular{border-color:#4920c9;box-shadow:0 10px 15px rgba(73,32,201,.1)}.plan-check{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:50%;color:#fff}.plan-check,.plan-icon{display:flex;align-items:center;justify-content:center}.plan-icon{width:4rem;height:4rem;border-radius:1rem;margin:0 auto 1.5rem}.plan-icon.blue{background:#dbeafe;color:#2563eb}.plan-icon.pink{background:#fce7f3;color:#4920c9}.plan-icon.purple{background:#f3e8ff;color:#6b46c1}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.plan-price{margin-bottom:2rem}.price-amount{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-detail{display:block;font-size:.875rem;color:#6b7280;margin-top:.25rem}.plan-features{list-style:none;padding:0;margin:0;text-align:left}.plan-feature{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#374151}.plan-feature svg{color:#059669;flex-shrink:0}.url-section{padding:4rem 1rem;background:#f9fafb}.url-container{max-width:600px;margin:0 auto}.url-form{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 15px rgba(0,0,0,.1)}.url-input-group{margin-bottom:2rem}.url-label{display:block;font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1f2937;text-align:center}.url-input-wrapper{position:relative}.url-input{width:100%;padding:1rem 3rem 1rem 1rem;font-size:1.125rem;border:2px solid #e5e7eb;border-radius:.75rem;transition:all .2s;background:#fff}.url-input:focus{outline:none;border-color:#4920c9;box-shadow:0 0 0 3px rgba(73,32,201,.1)}.url-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem}.url-help{margin-top:.5rem;font-size:.875rem;color:#6b7280;text-align:center}.analyze-button{width:100%;background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;padding:1rem 2rem;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.analyze-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px rgba(73,32,201,.3)}.analyze-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.auth-modal{background:#fff;border-radius:1rem;box-shadow:0 25px 50px rgba(0,0,0,.25);max-width:480px;width:100%;max-height:90vh;overflow-y:auto}.auth-modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 0}.auth-modal-title{font-size:1.75rem;font-weight:800;color:#1f2937}.auth-modal-close{background:none;border:none;cursor:pointer;color:#6b7280;transition:color .2s;padding:.5rem;border-radius:.5rem}.auth-modal-close:hover{color:#4920c9;background:#fef2f2}.auth-modal-content{padding:1rem 2rem 2rem}.auth-modal-subtitle{color:#6b7280;margin-bottom:2rem;line-height:1.6}.auth-form{gap:1.5rem}.auth-form,.auth-input-group{display:flex;flex-direction:column}.auth-input-group{gap:.5rem}.auth-label{font-weight:600;color:#374151;font-size:.875rem}.auth-input-wrapper{position:relative}.auth-input{width:100%;padding:.75rem .75rem .75rem 3rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s;background:#fff}.auth-input:focus{outline:none;border-color:#4920c9;box-shadow:0 0 0 3px rgba(73,32,201,.1)}.auth-input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af}.auth-submit-button{background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.auth-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px rgba(73,32,201,.3)}.auth-submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-switch{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.auth-switch p{color:#6b7280;margin:0}.auth-switch-button{background:none;border:none;color:#4920c9;font-weight:600;cursor:pointer;margin-left:.5rem;transition:color .2s}.auth-switch-button:hover{color:#4920c9;text-decoration:underline}.user-menu{position:relative}.user-button{background:linear-gradient(135deg,#4920c9,#6b46c1);border:none;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s}.user-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(73,32,201,.3)}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 15px rgba(0,0,0,.1);min-width:200px;z-index:50}.dashboard-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:#374151;text-decoration:none;font-weight:500;border-bottom:1px solid #e5e7eb;transition:background-color .2s}.dashboard-link:hover{background:#f9fafb;color:#4920c9}.user-info{padding:1rem;border-bottom:1px solid #e5e7eb}.user-name{font-weight:600;color:#1f2937;margin:0 0 .25rem}.user-email{font-size:.875rem;color:#6b7280;margin:0}.sign-out-button{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;color:#dc2626;cursor:pointer;transition:background-color .2s;font-weight:500}.sign-out-button:hover{background:#fef2f2}.progress-section{padding:4rem 1rem;background:linear-gradient(135deg,#fef7ff,#f3e8ff 50%,#e0e7ff);min-height:80vh;display:flex;align-items:center}.progress-container{max-width:600px;margin:0 auto;width:100%}.progress-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px rgba(0,0,0,.1);padding:2.5rem;border:1px solid #f3f4f6}.progress-header{margin-bottom:2rem}.progress-error,.progress-header,.progress-loading{text-align:center}.progress-spinner{color:#4920c9}.progress-error-icon,.progress-spinner,.progress-status-icon{margin-bottom:1rem}.progress-status-icon.running{color:#2563eb}.progress-status-icon.completed{color:#059669}.progress-status-icon.failed{color:#dc2626}.progress-status-icon.pending{color:#6b7280}.progress-title{font-size:2rem;font-weight:800;margin-bottom:.5rem;color:#1f2937}.progress-title.running{color:#2563eb}.progress-title.completed{color:#059669}.progress-title.failed{color:#dc2626}.progress-title.pending{color:#6b7280}.progress-subtitle{color:#6b7280;margin-bottom:2rem;line-height:1.6}.progress-job-id{color:#6b7280;font-size:.875rem;font-family:monospace}.progress-bar-section{margin-bottom:2rem}.progress-bar-header{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.progress-bar-container{width:100%;height:.75rem;background:#e5e7eb;border-radius:.375rem;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:.375rem;transition:width .5s ease-out}.progress-message{background:#f9fafb;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.progress-message p{color:#374151;font-size:.875rem;margin:0}.progress-error-message p{color:#dc2626;font-size:.75rem;margin:0}.progress-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.progress-modules{margin-bottom:2rem}.progress-modules-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.progress-modules-title svg{width:20px;height:20px;color:#4920c9}.progress-modules-list{display:flex;flex-direction:column;gap:.75rem}.progress-module{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;border:1px solid #e5e7eb;background:#f9fafb;transition:all .2s}.progress-module.completed{background:#f0fdf4;border-color:#bbf7d0}.progress-module.running{background:#eff6ff;border-color:#bfdbfe}.progress-module.failed{background:#fef2f2;border-color:#fecaca}.progress-module-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.progress-module.completed .progress-module-icon{color:#059669}.progress-module.running .progress-module-icon{color:#2563eb}.progress-module.failed .progress-module-icon{color:#dc2626}.progress-module-content{flex:1}.progress-module-name{font-weight:600;color:#1f2937;font-size:.875rem}.progress-module-status{font-size:.75rem;color:#6b7280;margin-top:.125rem}.progress-percentage{font-weight:700;font-size:1rem;color:#4920c9}.progress-step{padding:1rem;margin-bottom:1rem;background:linear-gradient(135deg,#eff6ff,#f0f9ff);border-radius:.75rem;border:1px solid #bfdbfe;animation:fadeInUp .5s ease-out}.progress-step-text{font-weight:600;color:#1e40af;margin:0;font-size:.875rem}.progress-message-box{padding:1rem;margin-bottom:1rem;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;animation:fadeInUp .5s ease-out;transition:all .3s ease}.progress-message-box:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.progress-message-text{font-weight:500;color:#374151;margin:0;font-size:.875rem;line-height:1.4}.progress-backend-status{padding:.875rem;margin-bottom:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:.5rem;border:1px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}.progress-backend-text{font-weight:500;color:#1e293b;margin:0;font-size:.875rem}.progress-backend-status svg{width:16px;height:16px;color:#4920c9;flex-shrink:0}.progress-error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.progress-error-icon{font-size:1.25rem;color:#dc2626;flex-shrink:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.nav-container-full{padding:0 1rem}.logo-svg{height:2.5rem}.logo-text{font-size:1.25rem}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.cta-title,.features-title,.steps-title{font-size:2rem}.analyze-title{font-size:2.25rem}.plans-title{font-size:2rem}.plans-grid{grid-template-columns:1fr}.url-form{padding:1.5rem}.user-dropdown{right:0;left:auto;min-width:200px}}.dashboard{min-height:100vh;padding:2rem 0;background:#fff}.dashboard-container{max-width:100%;margin:0 auto;padding:0 2rem}.dashboard-header{text-align:center;margin-bottom:3rem;padding:2rem;background:#f8fafc;border-radius:1rem;border:1px solid #e2e8f0}.dashboard-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;line-height:1.2}.dashboard-subtitle{font-size:1.125rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.5}.dashboard-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff}.loading-content{text-align:center;padding:3rem;background:#f8fafc;border-radius:1rem;border:1px solid #e2e8f0;min-width:300px}.loading-spinner{color:#4920c9;margin-bottom:1rem;animation:spin 1s linear infinite}.loading-title{font-size:1.5rem;font-weight:600;color:#1e293b}.loading-subtitle{font-size:1rem;color:#64748b;margin:1rem 0 2rem;max-width:400px}.empty-state{text-align:center;padding:4rem 2rem;background:#f8fafc;border-radius:1rem;border:1px solid #e2e8f0;max-width:500px;margin:0 auto}.empty-icon{color:#94a3b8;margin:0 auto 1.5rem}.empty-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.empty-description{color:#6b7280;margin-bottom:2rem}.empty-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}.jobs-grid{display:grid;gap:1.5rem}.job-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e2e8f0;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.job-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1);border-color:#cbd5e1}.job-card.highlighted{border-color:#4920c9;box-shadow:0 0 0 2px rgba(73,32,201,.1)}.job-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.job-info{flex:1}.job-url{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.25rem;word-break:break-all;line-height:1.3}.job-date{font-size:.875rem;color:#64748b;line-height:1.2}.job-badges{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.plan-badge{padding:.375rem .875rem;border-radius:1rem;font-size:.875rem;font-weight:500;letter-spacing:.025em}.plan-badge.basic{background:#f1f5f9;color:#475569}.plan-badge.pro{background:#fce7f3;color:#4920c9}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:1rem;font-size:.875rem;font-weight:500;letter-spacing:.025em;background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}.status-badge svg{width:16px;height:16px}.status-badge.completed,.status-badge.failed,.status-badge.running{background:#f8fafc;color:#1e293b}.job-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid #f1f5f9}.job-id{font-size:.875rem;color:#64748b;font-family:Courier New,monospace}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-primary.small{background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;border:none;padding:.5rem 1rem;font-size:.875rem;border-radius:.5rem;font-weight:500;display:inline-flex;align-items:center;gap:.375rem;transition:all .2s}.btn-primary.small:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(73,32,201,.3)}.btn-secondary.small{background:#fff;color:#1e293b;border:1px solid #e2e8f0;padding:.5rem 1rem;font-size:.875rem;border-radius:.5rem;font-weight:500;display:inline-flex;align-items:center;gap:.375rem;transition:all .2s}.btn-secondary.small:hover{border-color:#4920c9;color:#4920c9;transform:translateY(-1px)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal{background:#fff;border-radius:1rem;max-width:4xl;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.modal-subtitle{color:#64748b;word-break:break-all}.modal-close{padding:.5rem;color:#64748b;border-radius:.5rem;transition:colors .2s;border:none;background:none;outline:none}.modal-close:hover{background:#f1f5f9}.modal-content{padding:1.5rem}.results-grid{display:grid;gap:2rem}@media (min-width:768px){.results-grid{grid-template-columns:1fr 1fr}}.section-title{gap:.5rem}.modules-list{display:flex;flex-direction:column;gap:.75rem}.module-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.module-icon{color:#64748b;flex-shrink:0}.module-content{flex:1}.module-name{font-weight:500;color:#1e293b;margin-bottom:.25rem}.module-status{font-size:.875rem}.module-completed{color:#166534}.module-completed,.module-failed{display:inline-flex;align-items:center;gap:.25rem}.module-failed{color:#dc2626}.summary-content{display:flex;flex-direction:column;gap:1.5rem}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:all .2s ease}.stat-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,.06)}.stat-label{color:#64748b;font-weight:500;margin-bottom:.5rem}.stat-value{font-size:1.5rem}.report-preview h4{font-weight:600;color:#1e293b;margin-bottom:.75rem}.report-content{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;max-height:300px;overflow-y:auto}.report-item{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.report-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.report-item strong{color:#1e293b;font-size:.875rem}.report-item span{color:#64748b;font-size:.875rem;white-space:pre-wrap;word-break:break-word}.no-report,.no-results{text-align:center;padding:3rem 1rem;color:#64748b}.no-results h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:1rem 0 .5rem}.no-report p{margin-top:.5rem}@media (max-width:768px){.dashboard-title{font-size:2rem}.dashboard-subtitle{font-size:1rem}.job-card{padding:1rem}.job-header{flex-direction:column;gap:.75rem}.job-actions{flex-direction:column;align-items:stretch;gap:.5rem}.action-buttons{justify-content:center}.summary-stats{grid-template-columns:1fr}.modal{margin:1rem;max-height:calc(100vh - 2rem)}.btn-primary.small,.btn-secondary.small{padding:.5rem .75rem;font-size:.875rem}}.modal.premium-modal{max-width:1600px;width:90%;max-height:95vh}.modal-header.premium{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2rem;border-bottom:2px solid #e2e8f0}.modal-header-info{flex:1}.modal-meta{display:flex;gap:1.5rem;margin-top:.75rem}.modal-content.premium{padding:0;background:#f8fafc}.overall-score-section{padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0}.score-card{max-width:100%;margin:0}.score-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:3rem;text-align:center}.score-display{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto}.score-circle{width:250px;height:250px}.score-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.score-number{display:block;font-size:3rem;font-weight:800;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.score-label{display:block;font-size:1rem;color:#64748b;font-weight:500}.score-details{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:900px}.score-item{display:flex;align-items:center;gap:.75rem;padding:2rem;background:#fff;border-radius:1rem;border:1px solid #e2e8f0;text-align:center;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .2s ease;min-height:140px;justify-content:center}.score-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.score-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.score-icon,.score-icon.error,.score-icon.success,.score-icon.warning{background:#4920c9;color:#fff}.modules-analysis-section{padding:2rem}.section-header{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.modules-list.premium{display:grid;grid-template-columns:repeat(auto-fit,minmax(600px,1fr));gap:2rem}.module-container{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);overflow:hidden;border:1px solid #e2e8f0}.module-details{width:100%}.module-header-button{width:100%;padding:1.5rem;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s}.module-header-button:hover{background:#f8fafc}.module-header-content{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1rem}.module-icon-wrapper{width:48px;height:48px;background:linear-gradient(135deg,#fef2f8,#f3e8ff);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#4920c9;flex-shrink:0}.module-info{flex:1}.module-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.module-description{font-size:.875rem;color:#64748b;margin:0}.module-stats{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.module-status-indicator{display:flex;align-items:center;gap:.5rem;font-weight:600;padding:.5rem 1rem;border-radius:2rem}.module-status-indicator.passed{background:#dcfce7;color:#166534}.module-status-indicator.failed{background:#fee2e2;color:#dc2626}.module-metrics{display:flex;gap:1.5rem;flex-wrap:wrap}.metric-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.metric-item.violations{color:#dc2626}.metric-item.warnings{color:#f59e0b}.metric-item.success{color:#059669}.module-expand-icon{margin-left:auto;color:#64748b;transition:transform .2s}.module-expanded-content{padding:0 1.5rem 1.5rem;border-top:1px solid #e2e8f0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.module-section{margin-top:1.5rem;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem}.module-section:first-child{margin-top:0}.section-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.section-content{color:#475569;line-height:1.8;font-size:1rem}.violations-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.violation-item{padding:1.5rem;border-radius:.75rem;border:1px solid;line-height:1.7;transition:all .2s ease}.violation-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.violation-item.is-violation{background:linear-gradient(135deg,#fef7f7,#fef2f2);border-color:#f87171;color:#7f1d1d}.violation-item.is-warning{background:linear-gradient(135deg,#fffcf5,#fffbeb);border-color:#fbbf24;color:#78350f}.violation-item.is-ok{background:linear-gradient(135deg,#f7fef7,#f0fdf4);border-color:#86efac;color:#14532d}.violation-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;font-weight:600;font-size:1.1rem}.violation-header strong{flex:1;line-height:1.4}.violation-item p{margin:.75rem 0;line-height:1.6}.violation-item p:first-of-type{margin-top:0}.violation-item p:last-of-type{margin-bottom:0}.violation-item strong{color:inherit;font-weight:600}.violation-item ul{margin:.5rem 0;padding-left:1.5rem}.violation-item ul li{margin:.25rem 0;line-height:1.5}.massnahmen-block{margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.75rem}.massnahmen-block h6{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;text-transform:capitalize}.massnahmen-block ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.massnahmen-block li{padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;transition:all .2s ease}.massnahmen-block li:hover{border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,.06)}.massnahmen-block li strong{display:block;font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.massnahmen-block li p{margin:.5rem 0;color:#475569;line-height:1.6}.massnahmen-block li p:last-child{margin-bottom:0}.export-actions{display:flex;gap:1rem;justify-content:center;padding:2rem;background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap}.btn-primary.export,.btn-secondary.export{padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:.5rem;transition:all .2s ease}.btn-primary.export{background:#f8fafc!important;color:#1e293b!important;border:1px solid #e2e8f0!important}.btn-primary.export:hover{background:#f1f5f9!important;color:#1e293b!important;border-color:#cbd5e1!important}.btn-primary.export:hover,.btn-secondary.export:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}@media (min-width:1400px){.modules-list.premium{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.score-card{max-width:1000px}}@media (min-width:1800px){.modules-list.premium{grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}}@media (max-width:640px){.score-details{grid-template-columns:1fr;max-width:400px}}@media (max-width:768px){.score-display{gap:2rem}.score-circle{width:200px;height:200px}.score-number{font-size:2.5rem}.module-header-content,.module-stats{flex-direction:column;gap:1rem}.module-metrics{justify-content:center}.summary-stats{grid-template-columns:1fr}.export-actions{flex-direction:column;align-items:center}.massnahmen-block,.violation-item{padding:1.25rem}}.examples-list li{margin:.25rem 0}.criteria-section{margin:1rem 0;padding:1rem;background:hsla(0,0%,100%,.5);border-radius:.5rem;border:1px solid rgba(0,0,0,.05)}.criteria-section:last-child{margin-bottom:0}.criteria-section strong{display:block;color:inherit;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.criteria-section p{margin:0;line-height:1.6;color:inherit}.examples-list{list-style:disc;margin:.5rem 0 0;padding-left:1.5rem}.examples-list li{margin:.375rem 0;line-height:1.5;color:inherit}.partner-network{background:linear-gradient(135deg,#fff,#fafafa);padding:6rem 1rem;position:relative;overflow:hidden}.partner-network:before{content:"";position:absolute;top:10%;left:5%;width:250px;height:250px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234920c9' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E") no-repeat 50%;opacity:.03;animation:float 8s ease-in-out infinite}.partner-network:after{content:"";position:absolute;bottom:15%;right:10%;width:200px;height:200px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b46c1' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 12h-4l-3 9L9 3l-3 9H2'/%3E%3C/svg%3E") no-repeat 50%;opacity:.04;transform:rotate(10deg);animation:float 7s ease-in-out infinite reverse}.partner-network .partner-container:before{content:"";position:absolute;top:50%;right:2%;width:100px;height:100px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20,6 9,17 4,12'/%3E%3C/svg%3E") no-repeat 50%;opacity:.05;animation:pulse 6s ease-in-out infinite}.partner-container{max-width:1200px;margin:0 auto;position:relative}.partner-header{text-align:center;margin-bottom:4rem}.partner-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:#1f2937;background:linear-gradient(135deg,#000,#050505b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.partner-subtitle{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto;line-height:1.6}.partner-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:2rem;align-items:center;margin-bottom:4rem}.partner-step{background:#fff;padding:2.5rem 2rem;border-radius:1.5rem;box-shadow:0 10px 25px rgba(0,0,0,.1);text-align:center;position:relative;transition:all .3s ease;border:2px solid #f3f4f6}.partner-step:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15);border-color:#4920c9}.partner-step-number{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;box-shadow:0 4px 10px hsla(0,0%,75%,0)}.optional-badge{position:absolute;top:-1rem;right:-.5rem;background:linear-gradient(135deg,#fff,#ffffffd0);color:#000;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase;box-shadow:0 4px 8px rgba(190,11,245,0);z-index:10;border:2px solid hsla(0,0%,100%,0)}.partner-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:1rem auto 1.5rem;color:#fff}.partner-icon.ai{background:linear-gradient(135deg,#8b5cf6,#3b82f6)}.partner-icon.webdesign{background:linear-gradient(135deg,#ef4444,#f97316)}.partner-icon.certification{background:linear-gradient(135deg,#10b981,#059669)}.partner-step-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.partner-step-description{color:#6b7280;line-height:1.6}.partner-arrow{color:#000;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite}.partner-highlight{background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;padding:2.5rem;border-radius:1.5rem;display:flex;align-items:center;gap:2rem;box-shadow:0 20px 40px rgba(73,32,201,.2)}.highlight-icon{width:4rem;height:4rem;background:hsla(0,0%,100%,.2);border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.highlight-content h4{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.highlight-content p{opacity:.9;line-height:1.6}@media (max-width:1024px){.partner-steps{grid-template-columns:1fr;gap:2rem}.partner-arrow{transform:rotate(90deg)}.partner-highlight{flex-direction:column;text-align:center}}@media (max-width:768px){.partner-title{font-size:2rem}.partner-step{padding:2rem 1.5rem}.partner-step-title{font-size:1.25rem}.optional-badge{top:-.75rem;right:-.25rem;padding:.25rem .5rem;font-size:.625rem}.highlight-content h4{font-size:1.25rem}}.error-message{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fee2e2;border:1px solid #fecaca;border-radius:.375rem;margin-bottom:.75rem}.error-message p{font-size:.75rem;color:#dc2626;margin:0}.score-circle{position:relative;width:200px;height:200px;margin:0 auto}.score-ring{width:100%;height:100%;transform:rotate(-90deg)}.score-ring-bg{stroke:#e2e8f0;stroke-width:12}.score-ring-progress{stroke:url(#scoreGradient);stroke-linecap:round;stroke-width:12;transition:stroke-dashoffset 1.5s ease-in-out;filter:drop-shadow(0 0 6px rgba(0,0,0,.1))}.compliance-badge{display:inline-flex;align-items:center;gap:4px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.module-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.module-badges{display:flex;gap:8px;align-items:center}.module-score{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}.module-score.good{background-color:#d1fae5;color:#065f46}.module-score.warning{background-color:#fef3c7;color:#92400e}.module-score.poor{background-color:#fee2e2;color:#991b1b}.module-status-summary{display:flex;flex-direction:column;gap:8px;margin-top:12px}.status-description{font-size:14px;font-weight:500;color:#6b7280}.status-indicators{display:flex;gap:12px;flex-wrap:wrap}.status-indicator{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.status-indicator.success{color:#059669}.status-indicator.warning{color:#f59e0b}.status-indicator.error{color:#dc2626}@media (max-width:768px){.score-display{grid-template-columns:1fr;gap:2rem;text-align:center}.score-circle{width:150px;height:150px}.module-title-row{flex-direction:column;gap:8px;align-items:flex-start}.module-badges{align-self:flex-end}.status-indicators{justify-content:flex-start}}.upgrades-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e5e7eb}.upgrades-title{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:#1f2937}.upgrades-grid{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}.upgrade-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:1.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.upgrade-card:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.1)}.upgrade-card.selected{border-color:#4920c9;background:linear-gradient(135deg,#fef7ff,#f3e8ff);box-shadow:0 8px 15px rgba(73,32,201,.15)}.upgrade-header{gap:1rem;margin-bottom:1rem}.upgrade-header,.upgrade-icon{display:flex;align-items:center}.upgrade-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:.75rem;justify-content:center;color:#fff;flex-shrink:0}.upgrade-info{flex:1}.upgrade-name{font-size:1.25rem;font-weight:700;margin:0 0 .25rem;color:#1f2937}.upgrade-price{font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.upgrade-checkbox{width:2rem;height:2rem;border:2px solid #e5e7eb;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.upgrade-card.selected .upgrade-checkbox{background:linear-gradient(135deg,#4920c9,#6b46c1);border-color:transparent;color:#fff}.upgrade-description{color:#6b7280;line-height:1.6;margin:0}.total-price{text-align:center;margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#e5e7eb);border-radius:1rem}.total-price h4{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}@media (max-width:768px){.upgrade-header{gap:.75rem}.upgrade-icon{width:2.5rem;height:2.5rem}.upgrade-name{font-size:1.125rem}.upgrade-price{font-size:1rem}.total-price h4{font-size:1.25rem}}.url-input-professional{max-width:700px;margin:0 auto;background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid #e5e7eb}.url-input-header{text-align:center;margin-bottom:2rem}.url-input-header h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.url-input-header p{color:#6b7280;font-size:1.125rem;line-height:1.6}.url-input-field-container{margin-bottom:2rem;position:relative;display:flex;align-items:center;background:#f8fafc;border:2px solid #e5e7eb;border-radius:1rem;overflow:hidden;transition:all .3s ease}.url-input-field-container:focus-within{border-color:#4920c9;box-shadow:0 0 0 4px rgba(73,32,201,.1);background:#fff}.url-protocol{padding:1.25rem 1rem 1.25rem 1.5rem;background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;font-weight:600;font-size:1.125rem;white-space:nowrap}.url-input-field-pro{flex:1;padding:1.25rem 1.5rem;border:none;background:transparent;font-size:1.125rem;font-weight:500;color:#1f2937;outline:none}.url-input-field-pro::placeholder{color:#9ca3af}.url-validation{position:absolute;top:100%;left:0;right:0;margin-top:.5rem}.url-preview{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem}.url-preview span{color:#15803d}.url-preview strong{color:#166534;font-weight:600}.url-help-professional{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.help-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e5e7eb}.help-item svg{color:#059669;flex-shrink:0}.help-item span{font-size:.875rem;color:#374151;font-weight:500}.upgrades-professional{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.upgrade-card-professional{background:#fff;border:2px solid #e5e7eb;border-radius:1.5rem;padding:2.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05);position:relative;overflow:hidden}.upgrade-card-professional:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:#cbd5e1}.upgrade-card-professional.selected{border-color:#4920c9;background:linear-gradient(135deg,#fef7ff,#f3e8ff);box-shadow:0 20px 40px rgba(73,32,201,.15)}.upgrade-card-professional.selected:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#4920c9,#6b46c1)}.upgrade-header-professional{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}.upgrade-icon-professional{width:4rem;height:4rem;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:1.25rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 8px 20px rgba(73,32,201,.3)}.upgrade-main-info{flex:1}.upgrade-title-professional{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#1f2937}.upgrade-price-professional{font-size:1.25rem;font-weight:600;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem}.upgrade-description-professional{color:#6b7280;line-height:1.6;margin:0;font-size:1rem}.upgrade-select-indicator{flex-shrink:0}.upgrade-checkbox-professional{width:3rem;height:3rem;border:2px solid #e5e7eb;border-radius:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:#fff}.upgrade-card-professional.selected .upgrade-checkbox-professional{background:linear-gradient(135deg,#4920c9,#6b46c1);border-color:transparent;color:#fff;box-shadow:0 4px 10px rgba(73,32,201,.3)}.upgrade-details-professional{margin-bottom:1.5rem}.upgrade-details-professional h5{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.upgrade-features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.upgrade-features-list li{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:hsla(0,0%,100%,.7);border-radius:.5rem;font-size:.875rem}.upgrade-features-list li svg{color:#059669;flex-shrink:0}.upgrade-features-list li span{color:#374151;line-height:1.4}.partner-highlight-small{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:.75rem;text-align:left}.partner-logo{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.partner-info{display:flex;flex-direction:column;gap:.25rem;text-align:left}.partner-info strong{font-size:.875rem;font-weight:600;color:#1e40af}.partner-info span{font-size:.75rem;color:#1e40af}.security-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#059669;font-weight:500}.security-badge svg{color:#059669}.security-badge-black{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#1f2937;font-weight:500}.security-badge-black svg{color:#1f2937}.url-checking{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:#4920c9}.url-check-btn{background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;border:none;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.25rem;margin-left:auto;transition:all .2s}.url-check-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(73,32,201,.3)}.url-preview-modal-pro{background:#fff;border-radius:1.25rem;max-width:1200px;width:95%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 25px 50px rgba(0,0,0,.15);animation:modalSlideIn .3s ease-out;overflow:hidden}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.preview-header-pro{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.preview-header-pro h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.preview-close-pro{position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.9);border:none;cursor:pointer;color:#6b7280;padding:.5rem;border-radius:50%;transition:all .2s;z-index:10;backdrop-filter:blur(4px)}.preview-close-pro:hover{background:#fff;color:#1f2937;transform:scale(1.1)}.preview-content-pro{padding:1rem 1.5rem 0;display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto}.browser-content{height:300px}.website-preview-container{background:#f8fafc;border-radius:1rem;padding:1.5rem;border:1px solid #e5e7eb}.preview-browser{background:#fff;border-radius:.75rem;box-shadow:0 8px 25px rgba(0,0,0,.15);overflow:hidden;border:1px solid #e5e7eb}.browser-header{background:#f3f4f6;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem}.browser-controls{display:flex;gap:.5rem}.browser-dot{width:.75rem;height:.75rem;border-radius:50%}.browser-dot.red{background:#ef4444}.browser-dot.yellow{background:#f59e0b}.browser-dot.green{background:#10b981}.browser-url-bar{flex:1;background:#fff;padding:.5rem 1rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:.875rem}.browser-url-bar span{color:#6b7280;font-family:monospace}.browser-content{height:280px;background:#fff;overflow:hidden;position:relative}.website-iframe{width:100%;height:100%;border:none;background:#fff;border-radius:.5rem}.loading-preview{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#f8fafc}.loading-preview p{color:#6b7280;font-size:.875rem;margin:0}@media (max-width:768px){.browser-content{height:200px}}.website-preview{padding:1.5rem;height:100%;display:flex;flex-direction:column;gap:1rem}.preview-header-section{display:flex;align-items:center;gap:1rem}.preview-logo{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.logo-placeholder{color:#fff;font-size:1.25rem}.preview-title{font-size:1.125rem;font-weight:700;color:#1f2937}.preview-content-section{display:flex;flex-direction:column;gap:.5rem}.preview-text-line{height:.75rem;background:linear-gradient(90deg,#e5e7eb,#f3f4f6 50%,#e5e7eb);border-radius:.375rem;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.preview-text-line.long{width:85%}.preview-text-line.medium{width:60%}.preview-text-line.short{width:40%}.preview-elements{display:flex;gap:.75rem;margin-top:auto}.preview-box{width:3rem;height:2rem;background:linear-gradient(135deg,#f3e8ff,#e0e7ff);border-radius:.375rem;border:1px solid #e5e7eb}.confirmation-section{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:1rem;border:1px solid #bbf7d0}.confirmation-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#059669,#047857);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px rgba(5,150,105,.3)}.check-icon{animation:checkBounce .6s ease-out}@keyframes checkBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.confirmation-text{flex:1}.confirmation-text h4{font-size:1.125rem;font-weight:700;color:#065f46;margin:0 0 .5rem}.confirmation-text p{color:#047857;margin:0 0 1rem;line-height:1.5}.url-display{font-size:.875rem;color:#064e3b;font-family:monospace;background:hsla(0,0%,100%,.7);padding:.5rem .75rem;border-radius:.375rem;border:1px solid #86efac;word-break:break-all}.preview-actions-pro{display:flex;gap:2rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f8fafc;flex-shrink:0;justify-content:space-between}.btn-back-modal{background:#fff;color:#6b7280;border:1px solid #e5e7eb;padding:.875rem 1.25rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-shrink:0;white-space:nowrap}.btn-back-modal:hover{border-color:#4920c9;color:#4920c9;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.btn-confirm-modal{background:linear-gradient(135deg,#4920c9,#6b46c1);border:none;color:#fff;padding:.875rem 2rem;border-radius:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(73,32,201,.2);flex-shrink:0;white-space:nowrap}.btn-confirm-modal:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(73,32,201,.3)}.btn-confirm-modal:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.btn-confirm-modal:hover:before{left:100%}.btn-confirm-modal.disabled-countdown{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;opacity:.7}.btn-confirm-modal.disabled-countdown:hover{transform:none;box-shadow:0 4px 12px rgba(73,32,201,.2)}.btn-confirm-modal.disabled-countdown:before{display:none}@media (max-width:768px){.preview-actions-pro{flex-direction:column;padding:1rem;gap:1rem}.btn-back-modal,.btn-confirm-modal{width:100%;justify-content:center}}.preview-info-section{padding:.5rem 0;margin:0}.info-text{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:0;padding:0;color:#6b7280}.info-text .info-icon{margin-top:.2rem;flex-shrink:0}.info-text p{margin:0;font-size:.875rem;line-height:1.5;text-align:left}@media (min-width:1400px){.url-preview-modal-pro{max-width:1400px}.browser-content{height:400px}}@media (min-width:768px) and (max-width:1399px){.browser-content{height:350px}}@media (max-width:768px){.url-preview-modal-pro{max-height:90vh}.browser-content{height:250px}.preview-content-pro{padding:.75rem 1rem 0}}.page-count-step{max-width:800px;margin:0 auto}.page-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.page-option-card{background:#fff;border:3px solid #e5e7eb;border-radius:1.5rem;padding:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.page-option-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,.1);border-color:#cbd5e1}.page-option-card.selected{border-color:#4920c9;transform:translateY(-4px);box-shadow:0 20px 25px rgba(73,32,201,.2);background:linear-gradient(135deg,#fef7ff,#f3e8ff)}.page-option-header{gap:1.5rem;margin-bottom:1rem}.page-icon,.page-option-header{display:flex;align-items:center}.page-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:1rem;justify-content:center;color:#fff;flex-shrink:0}.page-info{flex:1;text-align:left}.page-label{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#1f2937}.page-price{font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.page-select-indicator{flex-shrink:0}.page-checkbox{width:2.5rem;height:2.5rem;border:3px solid #e5e7eb;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.page-option-card.selected .page-checkbox{background:linear-gradient(135deg,#4920c9,#6b46c1);border-color:transparent;color:#fff}.page-description{color:#6b7280;line-height:1.6;margin:0;text-align:left}.invoice-summary{background:#fff;border:2px solid #e5e7eb;border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 25px rgba(0,0,0,.1);max-width:700px;margin:0 auto}.invoice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.invoice-header h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.invoice-number{font-size:.875rem;color:#6b7280;font-family:monospace}.invoice-details{display:flex;flex-direction:column;gap:2rem}.customer-info{padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e5e7eb}.customer-info h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.customer-info p{color:#374151;margin:.25rem 0;font-size:.875rem}.order-items{background:#fff}.item-header{padding:.75rem 0;border-bottom:2px solid #e5e7eb;font-weight:600;color:#1f2937;font-size:.875rem}.item-header,.order-item{display:flex;justify-content:space-between}.order-item{align-items:flex-start;padding:1rem 0;border-bottom:1px solid #f3f4f6}.order-item:last-child{border-bottom:none}.item-details{flex:1;text-align:left}.item-details strong{display:block;font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.item-details span{font-size:.875rem;color:#6b7280;line-height:1.4}.item-price{font-size:1rem;font-weight:600;color:#1f2937;text-align:right;flex-shrink:0;margin-left:1rem}.calculation-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.calc-line{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem}.calc-line span{color:#374151}.total-line{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:1.125rem}.total-line strong{color:#1f2937;font-weight:700}.payment-info{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:.75rem;border:1px solid #e5e7eb}.payment-security{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}@media (max-width:768px){.page-options-grid{grid-template-columns:1fr}.page-option-card{padding:1.5rem}.page-option-header{gap:1rem}.page-icon{width:2.5rem;height:2.5rem}.page-label{font-size:1.125rem}.invoice-summary{padding:2rem 1.5rem}.invoice-header{flex-direction:column;gap:.5rem;text-align:center}.payment-security{flex-direction:column;gap:1rem}}.footer{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#1f2937;padding:4rem 0 0;margin-top:auto;border-top:1px solid #e2e8f0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#1f2937;margin-bottom:.5rem}.footer-logo .logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}.footer-logo .logo-text{font-size:1.5rem;font-weight:800;color:#1f2937}.footer-description{color:#4b5563;line-height:1.6;margin:0;font-size:.875rem}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.875rem}.contact-item svg{color:#4920c9;flex-shrink:0}.footer-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-links a{color:#4b5563;text-decoration:none;font-size:.875rem;transition:all .2s;display:block;padding:.25rem 0}.footer-links a:hover{color:#4920c9;transform:translateX(4px)}.footer-bottom{border-top:1px solid #e2e8f0;padding:2rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:#6b7280;font-size:.875rem;margin:0}.footer-badges{display:flex;gap:1rem;flex-wrap:wrap}.footer-badge{padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:2rem;font-size:.75rem;font-weight:500;color:#1f2937;transition:all .2s ease}.footer-badge:hover{transform:translateY(-1px);box-shadow:0 4px 6px rgba(0,0,0,.05)}.footer-badge span{color:#4b5563}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.footer{padding:3rem 0 0}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section{gap:1rem}.footer-logo{justify-content:center}.footer-contact{align-items:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-badges{justify-content:center}}.support-header{background:linear-gradient(135deg,#fef7ff,#f3e8ff 50%,#e0e7ff);padding:4rem 1rem 3rem;text-align:center}.support-header-container{max-width:800px;margin:0 auto}.support-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#1f2937;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.support-subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.support-content{padding:4rem 1rem;background:#fff}.support-container{max-width:1200px;margin:0 auto}.support-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.contact-form-section{background:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 10px 25px rgba(0,0,0,.1);border:1px solid #e5e7eb}.form-header{margin-bottom:2.5rem;text-align:center}.form-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.form-description{color:#6b7280;font-size:1.125rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{display:flex;align-items:center;gap:.5rem}.form-label svg{color:#4920c9}.form-input,.form-select,.form-textarea{padding:1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s;background:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#4920c9;box-shadow:0 0 0 3px rgba(73,32,201,.1)}.form-textarea{min-height:120px}.submit-button{background:linear-gradient(135deg,#4920c9,#6b46c1);color:#fff;border:none;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px rgba(73,32,201,.3)}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-spinner{width:20px;height:20px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin 1s ease-in-out infinite}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.contact-card,.faq-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e5e7eb}.contact-card-title,.faq-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-detail{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#4920c9,#6b46c1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-text{flex:1}.contact-text h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.contact-text p{font-size:1rem;color:#4920c9;font-weight:600;margin:0 0 .25rem}.contact-text span{font-size:.875rem;color:#6b7280}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e5e7eb}.faq-item h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.faq-item p{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width:1024px){.support-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.support-title{font-size:2.25rem}.support-subtitle{font-size:1.125rem}.contact-form-section{padding:2rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-title{font-size:1.75rem}.contact-detail{flex-direction:column;text-align:center}.contact-icon{margin:0 auto}}.legal-page{min-height:100vh;background:#f9fafb;padding:2rem 0}.legal-container{max-width:900px;margin:0 auto;padding:0 1rem}.legal-header{text-align:center;margin-bottom:3rem;padding:3rem 2rem;background:linear-gradient(135deg,#fef7ff,#f3e8ff);border-radius:1.5rem;position:relative;overflow:hidden}.legal-header:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(73,32,201,.1) 0,transparent 70%);border-radius:50%}.legal-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(73,32,201,.1);color:#4920c9;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.legal-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#1f2937;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-subtitle{font-size:1.125rem;color:#6b7280;margin:0}.legal-content{display:flex;flex-direction:column;gap:2rem;line-height:1.7}.legal-section{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e5e7eb;position:relative;transition:all .3s ease}.legal-section:hover{box-shadow:0 10px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.section-icon{position:absolute;top:2.5rem;right:2.5rem;width:3rem;height:3rem;background:linear-gradient(135deg,rgba(73,32,201,.1),rgba(107,70,193,.1));border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#4920c9}.legal-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f3f4f6;padding-right:4rem}.legal-section h3{font-size:1.25rem;font-weight:600;color:#374151;margin:1.5rem 0 1rem}.legal-info{color:#374151}.legal-info p{margin-bottom:1rem;line-height:1.8}.legal-info p:last-child{margin-bottom:0}.legal-info ul{margin:1rem 0;padding-left:0;list-style:none}.legal-info li{position:relative;padding-left:2rem;margin-bottom:.75rem;line-height:1.6}.legal-info li:before{content:"✓";position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;background:rgba(73,32,201,.1);color:#4920c9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.legal-info strong{color:#1f2937;font-weight:600}.info-divider{height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent);margin:1.5rem 0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.contact-item{padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.contact-item strong{display:block;margin-bottom:.5rem;color:#4920c9}.highlight-box{background:linear-gradient(135deg,rgba(73,32,201,.05),rgba(107,70,193,.05));padding:1rem;border-radius:.5rem;border:1px solid rgba(73,32,201,.2);margin:1rem 0}.last-updated{background:#f9fafb;padding:1.5rem;border-radius:.5rem;border-left:4px solid #4920c9;margin-top:1rem}.legal-link{color:#4920c9;text-decoration:none;font-weight:500;transition:all .2s;position:relative}.legal-link:hover{color:#6b46c1;text-decoration:none}.legal-link:after{content:"";position:absolute;width:100%;height:2px;bottom:-2px;left:0;background:linear-gradient(135deg,#4920c9,#6b46c1);transform:scaleX(0);transition:transform .3s ease;transform-origin:right}.legal-link:hover:after{transform:scaleX(1);transform-origin:left}@media (max-width:768px){.legal-page{padding:1rem 0}.legal-title{font-size:2rem}.legal-subtitle{font-size:1rem}.legal-section{padding:2rem 1.5rem}.legal-content{gap:2rem}}.payment-success-section{padding:4rem 1rem;background:linear-gradient(135deg,#fef7ff,#f3e8ff 50%,#e0e7ff);min-height:100vh;display:flex;align-items:center}.payment-success-container{max-width:800px;margin:0 auto;width:100%}.payment-success-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:3rem;border:1px solid #e5e7eb;text-align:center}.success-header{margin-bottom:2.5rem}.success-icon{margin:0 auto 1.5rem;width:5rem;height:5rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:successPulse 1s ease-out}@keyframes successPulse{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:.75rem;background:linear-gradient(135deg,#4920c9,#6b46c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.success-subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6}.payment-summary{background:#f8fafc;border-radius:1rem;padding:2rem;margin-bottom:2.5rem;text-align:left}.payment-summary h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-align:center}.payment-info{display:flex;flex-direction:column;gap:1rem}.payment-detail{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.payment-detail:last-child{border-bottom:none}.detail-label{font-weight:500;color:#6b7280}.detail-value{font-weight:600;color:#1f2937;word-break:break-all}.next-steps{margin-bottom:2.5rem}.next-steps h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.steps-list{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.step-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.75rem;transition:all .2s}.step-item.completed{background:#dcfce7;color:#166534}.step-item.active{background:#dbeafe;color:#1e40af;border:2px solid #3b82f6}.step-item:not(.completed):not(.active){background:#f3f4f6;color:#6b7280}.step-circle{width:1.5rem;height:1.5rem;background:#9ca3af;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:600}.success-actions{margin-bottom:1.5rem}.auto-redirect-notice{padding:1rem;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-radius:.75rem;border:1px solid #f59e0b}.auto-redirect-notice p{font-size:.875rem;color:#92400e;margin:0;font-style:italic}@media (max-width:768px){.payment-success-card{padding:2rem 1.5rem}.success-title{font-size:2rem}.success-subtitle{font-size:1.125rem}.payment-summary{padding:1.5rem}.payment-detail{flex-direction:column;align-items:flex-start;gap:.5rem}.steps-list{max-width:none}}.payment-error,.payment-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.payment-error{text-align:center}.payment-status-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500}.payment-status-indicator.paid{background:#dcfce7;color:#166534}.payment-status-indicator.pending{background:#fef3c7;color:#92400e}.payment-status-indicator.failed{background:#fee2e2;color:#dc2626}.paywall-notice{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:1rem;display:flex;gap:1rem;align-items:flex-start}.paywall-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.paywall-content{flex:1;text-align:left}.paywall-content h4{font-size:1.125rem;font-weight:700;color:#92400e;margin:0 0 .75rem}.paywall-content p{font-size:.875rem;color:#92400e;line-height:1.6;margin:0}@media (max-width:768px){.paywall-notice{flex-direction:column;align-items:center;padding:1.25rem}.paywall-content,.paywall-notice{text-align:center}}.coupon-section{margin-bottom:20px;padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.coupon-section h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#333}.coupon-input-container{position:relative;display:flex;align-items:center}.coupon-input{width:100%;padding:12px 16px;border:2px solid #ddd;border-radius:6px;font-size:14px;transition:all .2s ease}.coupon-input:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px rgba(236,72,153,.1)}.coupon-loading{position:absolute;right:12px;color:#6b7280}.coupon-validation{margin-top:8px;padding:8px 12px;border-radius:6px;font-size:13px;display:flex;align-items:center;gap:6px}.coupon-validation.valid{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.coupon-validation.invalid{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.coupon-error,.coupon-success{display:flex;align-items:center;gap:6px}.discount-amount,.discount-line{color:#059669!important;font-weight:600}.upgrade-section{margin:1rem 0;padding:1rem;background:#fafafa;border-radius:.5rem;border:1px solid #e5e7eb}.upgrade-section-title{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}.upgrade-items{display:flex;flex-direction:column;gap:.5rem}.upgrade-item-card{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#fff;border-radius:.375rem;border:1px solid #e5e7eb;transition:all .2s ease}.upgrade-item-card:hover{border-color:#d1d5db;box-shadow:0 1px 3px rgba(0,0,0,.1)}.upgrade-item-header{display:flex;align-items:center;gap:.75rem}.upgrade-icon{font-size:1.1rem}.upgrade-info{display:flex;flex-direction:column;gap:.25rem}.upgrade-name{font-weight:500;color:#374151;font-size:.875rem}.upgrade-start-btn,.upgrade-status{font-size:.75rem;font-weight:500}.upgrade-start-btn{padding:.375rem .75rem;background:linear-gradient(135deg,#ec4899,#4920c9);color:#fff;border:none;border-radius:.25rem;cursor:pointer;transition:all .2s ease}.upgrade-start-btn:hover:not(:disabled){background:linear-gradient(135deg,#4920c9,#9d174d);transform:translateY(-1px);box-shadow:0 2px 4px rgba(236,72,153,.3)}.upgrade-start-btn:disabled{opacity:.6;cursor:not-allowed}.upgrade-waiting{font-size:.75rem;color:#6b7280;font-style:italic}.floating-decorations{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.floating-icon{position:absolute;color:#4920c9;opacity:.04;animation:floatSlow 20s ease-in-out infinite}.floating-icon-1{top:15%;left:80%;animation-delay:0s;animation-duration:25s}.floating-icon-2{top:45%;left:5%;animation-delay:-8s;animation-duration:22s;color:#6b46c1}.floating-icon-3{top:70%;left:85%;animation-delay:-15s;animation-duration:28s}.floating-icon-4{top:25%;left:10%;animation-delay:-3s;animation-duration:24s;color:#059669}.floating-icon-5{top:60%;left:15%;animation-delay:-12s;animation-duration:26s;color:#dc2626}@keyframes floatSlow{0%,to{transform:translateY(0) translateX(0) rotate(0deg);opacity:.04}25%{transform:translateY(-30px) translateX(20px) rotate(5deg);opacity:.06}50%{transform:translateY(-60px) translateX(-10px) rotate(-3deg);opacity:.03}75%{transform:translateY(-20px) translateX(30px) rotate(8deg);opacity:.05}}@media (max-width:768px){.floating-decorations{display:none}.cta:after,.cta:before,.hero:after,.hero:before,.partner-network:after,.partner-network:before,.stats:after,.stats:before,.steps:after,.steps:before{width:120px;height:120px;opacity:.02}}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.stat-card{background:#fff;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);gap:1rem}.stat-card,.stat-icon{border-radius:12px;display:flex;align-items:center}.stat-icon{width:48px;height:48px;justify-content:center}.stat-icon.pending{background:#fef3c7;color:#f59e0b}.stat-icon.running{background:#dbeafe;color:#3b82f6}.stat-icon.success{background:#d1fae5;color:#10b981}.stat-content{flex:1}.stat-value{font-size:2rem;font-weight:700;color:#111827}.stat-label{font-size:.875rem;color:#6b7280;margin-top:.25rem}.tasks-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.tasks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.task-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s}.task-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.task-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0;word-break:break-word}.task-info{flex-direction:column;margin-bottom:1rem}.info-item,.task-info{display:flex;gap:.5rem}.info-item{align-items:center;font-size:.875rem;color:#6b7280}.info-item svg{color:#9ca3af}.task-progress{background:#f3f4f6;border-radius:8px;padding:.75rem;margin-bottom:1rem}.progress-label{font-size:.875rem;color:#6b7280}.task-actions{display:flex;gap:.5rem;flex-wrap:wrap}.certificate-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem;background:#d1fae5;border-radius:8px;width:fit-content}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-textarea{resize:vertical;min-height:100px}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s}.btn-success:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.btn-success.small{padding:.5rem 1rem;font-size:.875rem}.auth-required-card{max-width:600px;margin:0 auto 3rem;padding:3rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);text-align:center}.auth-icon{color:#6366f1;margin:0 auto 1.5rem}.auth-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}.auth-description{font-size:1.125rem;color:#6b7280;line-height:1.75;margin-bottom:2rem}.auth-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.auth-button-primary{display:inline-flex;align-items:center;padding:.75rem 2rem;background-color:#6366f1;color:#fff;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.auth-button-primary:hover{background-color:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.auth-button-secondary{display:inline-flex;align-items:center;padding:.75rem 2rem;background-color:#fff;color:#6366f1;font-weight:600;border:2px solid #e5e7eb;border-radius:.5rem;text-decoration:none;transition:all .2s;cursor:pointer}.auth-button-secondary:hover{border-color:#6366f1;background-color:#f9fafb}.public-info-section{max-width:800px;margin:0 auto}.public-info-title{font-size:1.5rem;font-weight:700;color:#111827;text-align:center;margin-bottom:2rem}.public-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.public-info-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);text-align:center}.public-info-icon{color:#6366f1;margin:0 auto 1rem}.public-info-card h4{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.public-info-card p{color:#6b7280}@media (max-width:640px){.auth-required-card{padding:2rem 1.5rem}.auth-title{font-size:1.5rem}.auth-description{font-size:1rem}.auth-buttons{flex-direction:column;width:100%}.auth-button-primary,.auth-button-secondary{width:100%;justify-content:center}.public-info-grid{grid-template-columns:1fr;gap:1.5rem}}.compliance-offer{margin:2rem 0}.offer-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.offer-icon.success{color:#16a34a}.offer-icon.warning{color:#f59e0b}.certificate-offer-card,.certificate-status-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.certificate-status-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac}.status-content{text-align:center}.status-content h4{color:#166534;font-size:1.25rem;margin-bottom:.75rem}.status-content p{color:#15803d;margin-bottom:1.5rem}.status-info{list-style:none;padding:0;margin:1.5rem 0;display:flex;flex-direction:column;gap:.75rem}.status-info li{display:flex;align-items:center;gap:.5rem;color:#166534;font-weight:500}.status-info svg{color:#16a34a}.next-steps{margin-top:1.5rem;padding:1.25rem;background:hsla(0,0%,100%,.8);border-radius:.5rem;border:1px solid #bbf7d0}.next-steps p{margin:.5rem 0;color:#166534}.next-steps p:first-child{font-weight:600;color:#15803d}@media (max-width:768px){.offer-header{flex-direction:column;text-align:center;align-items:center}.certificate-offer-card,.certificate-status-card{padding:1rem}}.plan-badge{padding:.375rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.plan-badge.enterprise{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}.plan-badge.basic{background:#3b82f6;color:#fff}.back-to-dashboard-btn{display:flex;align-items:center;gap:.5rem;background:transparent;color:#64748b;border:none;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem;width:fit-content}.back-to-dashboard-btn:hover{background:#f1f5f9;color:#374151;transform:translateY(-1px)}.ai-score-section{background:#fff;padding:2rem}.ai-score-container{max-width:1400px;margin:0 auto;background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 20px 40px -10px rgba(73,32,201,.1);border:1px solid rgba(73,32,201,.1);position:relative;overflow:hidden}.ai-score-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:transparent}.ai-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.ai-title-group{display:flex;align-items:center;gap:1.5rem}.ai-title{font-size:1.75rem;font-weight:800;color:#000;margin:0}.ai-badge{position:relative;background:transparent;color:#64748b;padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.ai-badge-pulse{width:8px;height:8px;background:#64748b;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}.analysis-meta{display:flex;gap:1rem;align-items:center}.meta-item{gap:.5rem;font-size:.875rem}.meta-item,.website-link-small{display:flex;align-items:center;color:#64748b}.website-link-small{gap:.375rem;background:transparent;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s ease;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.website-link-small:hover{background:#f1f5f9;color:#374151}.ai-score-display{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:center}.score-visualization{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.score-ring-container{position:relative;width:240px;height:240px}.score-ring-svg{width:100%;height:100%;filter:drop-shadow(0 10px 30px rgba(73,32,201,.2))}.score-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.score-value{font-size:3.5rem;font-weight:800;color:#1e293b;line-height:1}.score-unit{font-size:.875rem;color:#64748b;font-weight:500;margin-top:.25rem}.compliance-level{margin-top:.75rem;font-size:.875rem;font-weight:700;color:#000;letter-spacing:.05em}.score-insight{text-align:center}.insight-badge{background:transparent;color:#000;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.875rem;display:inline-block}.stats-dashboard{flex:1;display:flex;align-items:center;justify-content:center}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}.stat-module{background:#f8fafc;border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0;position:relative;overflow:hidden;transition:all .3s ease}.stat-module:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.08)}.stat-module.passed{border-top:3px solid #16a34a}.stat-module.warnings{border-top:3px solid #eab308}.stat-module.violations{border-top:3px solid #dc2626}.stat-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stat-icon{width:16px;height:16px}.stat-module.passed .stat-icon{color:#16a34a}.stat-module.warnings .stat-icon{color:#eab308}.stat-module.violations .stat-icon{color:#dc2626}.stat-title{font-size:.875rem;font-weight:600;color:#1e293b}.stat-value{font-size:2.5rem;font-weight:800;color:#1e293b;line-height:1;margin-bottom:.25rem}.stat-sublabel{font-size:.75rem;color:#1e293b;margin-bottom:1rem}.stat-progress{margin-top:auto}.progress-bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.progress-fill{height:100%;border-radius:2px;transition:width 1s ease}.progress-fill.passed{background:linear-gradient(90deg,#16a34a,#22c55e)}.progress-fill.warnings{background:linear-gradient(90deg,#eab308,#fbbf24)}.progress-fill.violations{background:linear-gradient(90deg,#dc2626,#ef4444)}.ai-insights{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:transparent;border-radius:1rem;border:none}.insight-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#000}.insight-icon{color:#64748b}@media (max-width:1024px){.ai-score-display{grid-template-columns:1fr;gap:2rem}.score-visualization{margin:0 auto}.stats-grid{grid-template-columns:1fr;gap:1rem}.ai-header{flex-direction:column;gap:1rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}}@media (max-width:640px){.ai-score-container{padding:1.5rem;border-radius:1rem}.ai-title{font-size:1.25rem}.back-to-dashboard-btn{padding:.5rem .75rem;font-size:.75rem;margin-bottom:1rem}.analysis-meta{flex-direction:column;gap:.5rem;align-items:flex-end}.website-link-small{font-size:.6rem;padding:.2rem .4rem;max-width:150px}.score-ring-container{width:180px;height:180px}.score-value{font-size:2.5rem}.stat-module{padding:1rem}.stat-value{font-size:2rem}}