:root{--starter-primary:#0066FF;--starter-secondary:#4DA6FF;--starter-accent:#0052CC;--starter-light:#80BFFF;--starter-success:#10b981;--starter-warning:#f59e0b;--starter-gradient:linear-gradient(135deg, #0066FF, #4DA6FF);--starter-gradient-hover:linear-gradient(135deg, #0052CC, #0066FF);--starter-gradient-vertical:linear-gradient(180deg, #0066FF, #4DA6FF);--starter-glow:rgba(0, 102, 255, 0.08);--starter-glow-intense:rgba(0, 102, 255, 0.12);--starter-glass:rgba(0, 102, 255, 0.04);--starter-glass-border:rgba(0, 102, 255, 0.1)}.service-details{background:var(--dark-surface);padding:80px 0;position:relative;border-top:1px solid var(--starter-glass-border)}.feature-toggle,.pricing-card,.feature-item,.verdetto-feature-item{background:var(--starter-glass)!important;border:1px solid var(--starter-glass-border)!important;backdrop-filter:blur(20px) saturate(180%)}.service-hero .hero-badge{background:var(--starter-gradient);box-shadow:0 2px 12px rgb(0 102 255 / .2);border:1px solid rgb(0 102 255 / .2)}.service-hero .hero-badge.warning{background:linear-gradient(135deg,var(--starter-warning),#fbbf24);box-shadow:0 2px 12px rgb(245 158 11 / .15)}.service-hero .hero-badge.success{background:linear-gradient(135deg,var(--starter-success),#34d399);box-shadow:0 2px 12px rgb(16 185 129 / .15)}.hero-title::after{background:var(--starter-gradient);box-shadow:0 0 10px var(--starter-glow)}.hero-subtitle strong,.details-description strong,.pricing-card strong,.cta-subtitle strong{color:var(--starter-light)}.service-details{background:var(--dark-surface);padding:80px 0;position:relative}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.details-content{position:relative;z-index:2}.details-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:600;color:var(--text);margin-bottom:24px;position:relative;text-align:center}.details-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--starter-gradient);border-radius:2px}.details-description{font-size:1.1rem;color:var(--text-muted);line-height:1.8;margin-bottom:40px;font-weight:400}.features-list{list-style:none;padding:0;margin:0 0 40px 0}.features-list li{display:flex;align-items:center;gap:16px;margin-bottom:20px;color:var(--text-muted);font-size:1.05rem}.features-accordion{margin:0 0 40px 0}.feature-toggle{background:var(--glass);backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border);border-radius:16px;margin-bottom:16px;overflow:hidden;transition:all 0.3s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow;contain:layout style paint}.feature-toggle:hover{border-color:var(--starter-primary);box-shadow:0 4px 15px rgb(0 102 255 / .08);transform:translateY(-2px);background:var(--starter-glass)}.feature-toggle.active{border-color:var(--starter-primary);box-shadow:0 4px 15px rgb(0 102 255 / .1);background:var(--starter-glass)}.feature-header{display:flex;align-items:center;gap:16px;padding:24px;cursor:pointer;transition:background-color 0.2s ease;position:relative;user-select:none}.feature-header:hover{background:rgb(0 102 255 / .1)}.feature-header:active{background:rgb(0 102 255 / .2)}.feature-header:focus{outline:2px solid var(--starter-primary);outline-offset:2px}.feature-header:focus:not(:focus-visible){outline:none}.feature-header .material-icons:first-child{color:var(--secondary);font-size:24px;background:rgb(0 210 216 / .1);padding:10px;border-radius:12px;flex-shrink:0;transition:all 0.2s ease}.feature-toggle.active .feature-header .material-icons:first-child{background:rgb(0 102 255 / .2);color:var(--starter-secondary)}.feature-title{flex:1;font-size:1.1rem;color:var(--text);font-weight:600;line-height:1.4;transition:color 0.2s ease}.feature-toggle.active .feature-title{color:var(--starter-primary)}.toggle-icon{color:var(--text-muted);font-size:24px;transition:transform 0.3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.feature-toggle.active .toggle-icon{transform:rotate(180deg);color:var(--starter-primary)}.feature-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease;background:rgb(0 0 0 / .3)}.feature-toggle.active .feature-content{max-height:1000px}.feature-content p{color:var(--text);line-height:1.7;margin:0 0 20px 0;padding:20px 24px 20px 24px;font-size:1rem;font-weight:400}.feature-content ul{list-style:none;padding:20px 24px 24px 24px;margin:0}.feature-content li{position:relative;margin-bottom:16px;color:var(--text);font-size:1rem;line-height:1.6;font-weight:400;padding:12px 16px 12px 48px;background:rgb(255 255 255 / .03);border-radius:8px;border-left:3px solid var(--success);transition:all 0.2s ease}.feature-content li:hover{background:rgb(255 255 255 / .06);transform:translateX(4px)}.feature-content li::before{content:'✓';position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--success);font-weight:700;font-size:16px;background:rgb(16 185 129 / .1);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-content li strong{color:var(--text);font-weight:600}.feature-content li.warning{border-left-color:var(--warning);background:rgb(245 158 11 / .05)}.feature-content li.warning::before{content:'⚠';position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--warning);background:rgb(245 158 11 / .1);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.feature-content li.warning:hover{background:rgb(245 158 11 / .08)}.feature-content li.negative{border-left-color:var(--accent);background:rgb(255 106 94 / .05)}.feature-content li.negative::before{content:'✗';position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--accent);background:rgb(255 106 94 / .1);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.feature-content li.negative:hover{background:rgb(255 106 94 / .08)}section[style*="--dark-bg"] .feature-content li{border-left-color:#ef4444;background:rgb(239 68 68 / .05)}section[style*="--dark-bg"] .feature-content li::before{content:'✗';color:#ef4444;background:rgb(239 68 68 / .1)}section[style*="--dark-bg"] .feature-content li:hover{background:rgb(239 68 68 / .08)}.feature-item{background:var(--glass);padding:20px;border-radius:16px;margin-bottom:20px;border:1px solid var(--glass-border);transition:all 0.3s ease}.feature-item h4{color:var(--starter-primary);margin-bottom:10px;font-size:1.1rem;font-weight:600;text-shadow:0 0 5px var(--starter-glow)}.feature-item:hover{border-color:var(--starter-primary);box-shadow:0 4px 15px var(--starter-glow);background:var(--starter-glass);transform:translateY(-2px)}.verdetto-subtitle{color:var(--text);font-size:1.4rem;margin-bottom:20px;font-weight:600}.verdetto-feature-item{background:var(--glass);padding:20px;border-radius:16px;margin-bottom:20px;border:1px solid var(--success);display:flex;align-items:flex-start;gap:16px;transition:all 0.3s ease}.verdetto-feature-icon{color:var(--starter-primary);font-size:24px;margin-top:2px;flex-shrink:0;background:var(--starter-glass);padding:8px;border-radius:50%;border:1px solid var(--starter-glass-border)}.verdetto-feature-item:hover{border-color:var(--starter-primary);box-shadow:0 4px 15px var(--starter-glow);background:var(--starter-glass)}.verdetto-feature-content h4{color:var(--text);margin-bottom:10px;font-weight:600;font-size:1.1rem}.verdetto-feature-content p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.verdetto-cost-transparency{background:var(--starter-gradient);color:#fff;padding:25px;border-radius:16px;margin-bottom:30px;display:flex;align-items:flex-start;gap:16px;border:1px solid var(--starter-primary);box-shadow:0 2px 15px var(--starter-glow)}.verdetto-cost-icon{font-size:28px;margin-top:2px;flex-shrink:0}.verdetto-cost-content{text-align:left}.verdetto-cost-content h4{margin-bottom:15px;font-size:1.2rem}.verdetto-cost-content ul{margin:0;padding-left:20px;line-height:1.6}.verdetto-growth-strategy{background:var(--starter-glass);border:2px solid var(--starter-primary);padding:25px;border-radius:16px;margin-bottom:30px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 2px 12px var(--starter-glow)}.verdetto-growth-icon{color:var(--starter-primary);font-size:28px;margin-top:2px;flex-shrink:0;background:var(--starter-glass);padding:8px;border-radius:50%;border:1px solid var(--starter-glass-border)}.verdetto-growth-content{text-align:left}.verdetto-growth-content h4{color:var(--text);margin-bottom:15px}.verdetto-growth-content p{color:var(--text);margin-bottom:15px;line-height:1.6}.verdetto-growth-content p:last-child{color:var(--text-muted);margin:0;font-style:italic}.verdetto-final-cta{text-align:center;margin-bottom:30px}.verdetto-final-icon{color:var(--starter-primary);font-size:48px;margin-bottom:16px;display:block;text-shadow:0 0 15px var(--starter-glow)}.verdetto-final-title{color:var(--text);font-size:1.2rem;font-weight:600;margin-bottom:16px}.verdetto-final-description{color:var(--text-muted);font-size:1rem;line-height:1.6;margin:0}.pricing-card{background:var(--glass);backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border);border-radius:24px;padding:40px;position:relative;z-index:2}.pricing-header{text-align:center;margin-bottom:32px}.pricing-title{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:var(--text);margin-bottom:12px}.pricing-subtitle{color:var(--text-muted);font-size:.95rem;font-weight:400}.pricing-amount{text-align:center;margin-bottom:32px}.price-main{font-family:var(--font-mono);font-size:3rem;font-weight:700;color:var(--starter-primary);margin-bottom:8px}.price-period{color:var(--text-muted);font-size:1rem;font-weight:400}.price-note{font-size:.9rem;color:var(--success);text-align:center;margin-bottom:32px;font-weight:500}.pricing-features{list-style:none;padding:0;margin:0 0 32px 0}.pricing-features li{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:var(--text-muted);font-weight:400}.pricing-features .material-icons{color:var(--starter-primary);font-size:20px;background:var(--starter-glass);padding:4px;border-radius:50%}.pricing-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:18px 32px;background:var(--starter-gradient);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;font-size:1.1rem;text-align:center;transition:all 0.3s ease;box-shadow:0 2px 12px rgb(0 102 255 / .15);position:relative;border:1px solid rgb(0 102 255 / .2)}.pricing-cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgb(0 102 255 / .2);color:#fff;background:var(--starter-gradient-hover);border-color:var(--starter-light)}.pricing-cta .material-icons{font-size:22px;transition:transform 0.3s ease}.pricing-cta:hover .material-icons{transform:scale(1.1)}.contract-terms{background:var(--dark-bg);padding:80px 0;position:relative}.terms-container{max-width:800px;margin:0 auto}.terms-title{font-family:var(--font-heading);font-size:2.2rem;font-weight:800;color:var(--text);text-align:center;margin-bottom:50px;position:relative}.terms-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px;background:var(--starter-gradient)}.terms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:50px}.term-card{background:var(--glass);backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border);border-radius:20px;padding:30px;position:relative;transition:all 0.4s cubic-bezier(.25,.46,.45,.94)}.term-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px var(--starter-glow)}.term-icon{width:60px;height:60px;background:var(--starter-gradient);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:1px solid var(--starter-primary)}.term-icon .material-icons{font-size:28px;color:#fff}.term-title{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:12px}.term-description{color:var(--text-muted);line-height:1.6}.service-cta-section{background:var(--dark-bg);padding:80px 0 120px;text-align:center;position:relative;overflow:hidden;margin-bottom:60px}.service-cta-section::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:200px;height:2px;background:linear-gradient(90deg,transparent,var(--starter-primary),transparent);border-radius:1px}.service-cta-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--starter-glow) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cta-content{position:relative;z-index:2}.cta-title{font-family:var(--font-heading);font-size:2.8rem;font-weight:700;color:var(--text);margin-bottom:20px}.cta-subtitle{font-size:1.2rem;color:var(--text-muted);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:30px;font-weight:600;font-size:1rem;text-decoration:none;transition:all 0.4s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer;position:relative;overflow:hidden}.btn-primary{background:var(--starter-gradient);color:#fff;box-shadow:0 2px 15px var(--starter-glow);transition:all 0.3s ease;border:1px solid var(--starter-primary)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 20px var(--starter-glow);color:#fff;background:var(--starter-gradient-hover);border-color:var(--starter-light)}.btn-secondary{background:var(--starter-glass);color:var(--text);border:2px solid var(--starter-glass-border);backdrop-filter:blur(20px);transition:all 0.3s ease}.btn-secondary:hover{transform:translateY(-2px);background:var(--starter-glass);color:var(--text);box-shadow:0 2px 12px var(--starter-glow);border-color:var(--starter-primary)}.btn .material-icons{transition:transform 0.3s ease}.btn:hover .material-icons{transform:translateX(2px)}@media (max-width:1024px){.details-grid{grid-template-columns:1fr;gap:40px}.pricing-card{max-width:500px;margin:0 auto}}@media (max-width:768px){.container{padding:0 20px}.service-hero{padding:120px 0 60px}.hero-title{font-size:2.5rem;margin-bottom:16px}.hero-subtitle{font-size:1.1rem;margin-bottom:32px}.hero-badges{gap:12px;margin-bottom:32px}.hero-badge{flex:1;min-width:0;text-align:center;font-size:.85rem;padding:8px 12px}.service-details{padding:60px 0}.details-title{font-size:2rem;text-align:center}.details-title::after{left:50%;transform:translateX(-50%)}.feature-header{padding:16px 20px;flex-wrap:wrap;gap:12px}.feature-title{font-size:1rem;flex:1;min-width:0}.feature-content p,.feature-content ul{padding-left:20px;padding-right:20px}.feature-content li{font-size:.9rem;align-items:flex-start}.pricing-card{padding:30px 24px;margin:0 20px}.price-main{font-size:2.5rem}.pricing-features li{font-size:.95rem}.cta-title{font-size:2.2rem}.cta-subtitle{font-size:1.1rem;padding:0 20px}.cta-buttons{flex-direction:column;align-items:center;gap:16px}.btn{width:100%;max-width:300px;justify-content:center}.feature-item{padding:16px;margin-bottom:16px}.feature-item h4{font-size:1rem}.feature-item p{font-size:.9rem}.verdetto-feature-item{padding:16px;gap:12px}.verdetto-feature-icon{font-size:20px}.verdetto-feature-content h4{font-size:1rem}.verdetto-feature-content p{font-size:.85rem}.verdetto-cost-transparency,.verdetto-growth-strategy{padding:20px;gap:12px}.verdetto-cost-icon,.verdetto-growth-icon{font-size:24px}.verdetto-final-icon{font-size:40px}.verdetto-final-title{font-size:1.1rem}.verdetto-final-description{font-size:.95rem}}@media (max-width:480px){.service-hero{padding:100px 0 50px}.hero-title{font-size:2rem;margin-bottom:12px;line-height:1.2}.hero-subtitle{font-size:1rem;margin-bottom:24px;line-height:1.6}.hero-badges{flex-direction:column;gap:8px;margin-bottom:24px}.hero-badge{width:100%;max-width:none;font-size:.8rem;padding:10px 16px}.service-details{padding:40px 0}.details-title{font-size:1.8rem}.feature-header{padding:14px 16px}.feature-title{font-size:.95rem}.feature-content p,.feature-content ul{padding-left:16px;padding-right:16px}.feature-content li{font-size:.85rem;margin-bottom:10px}.pricing-card{padding:24px 20px;margin:0 10px}.price-main{font-size:2rem}.pricing-features li{font-size:.9rem;margin-bottom:12px}.cta-title{font-size:1.8rem}.cta-subtitle{font-size:1rem;padding:0 10px}.btn{padding:14px 24px;font-size:.95rem}.feature-item{padding:14px;margin-bottom:12px}.feature-item h4{font-size:.95rem}.feature-item p{font-size:.85rem}.verdetto-feature-item{padding:14px;gap:10px;flex-direction:column;text-align:center}.verdetto-feature-icon{align-self:center;margin-top:0}.verdetto-cost-transparency,.verdetto-growth-strategy{padding:16px;gap:10px;flex-direction:column;text-align:center}.verdetto-cost-content,.verdetto-growth-content{text-align:center}.verdetto-final-icon{font-size:36px}}@media (max-width:360px){.container{padding:0 15px}.details-title{font-size:1.6rem}.feature-header{padding:12px 14px}.feature-title{font-size:.9rem}.pricing-card{padding:20px 16px;margin:0 5px}.price-main{font-size:1.8rem}.cta-title{font-size:1.6rem}.btn{padding:12px 20px;font-size:.9rem}}@media print{.service-details{background:white!important;color:black!important}.feature-toggle{border:1px solid #ccc!important;background:white!important}.feature-content{max-height:none!important;background:white!important}.pricing-card{background:white!important;border:2px solid #ccc!important}}