.sp-features{padding:var(--spacing-md) 0;background:#fff}.sp-features .seed-b2b-section-title{text-align:center}.sp-features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem;display:grid}.sp-feature-card{border-radius:var(--radius-lg);height:100%;box-shadow:var(--shadow-sm);border:1px solid var(--neutral-200);transition:var(--transition-base);background:#fff;padding:2rem;position:relative;overflow:hidden}.sp-feature-card:before{content:"";background:linear-gradient(135deg, var(--seed-primary), var(--seed-secondary));height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.sp-feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--seed-primary);transform:translateY(-8px)}.sp-feature-card:hover:before{transform:scaleX(1)}.sp-feature-icon{border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;display:flex}.sp-feature-icon img{object-fit:contain;width:40px;height:40px}.sp-feature-icon.primary{background:linear-gradient(135deg,#0097b21a,#0097b233)}.sp-feature-icon.info{background:linear-gradient(135deg,#00b8d81a,#00b8d833)}.sp-feature-icon.success{background:linear-gradient(135deg,#4caf501a,#4caf5033)}.sp-feature-icon.warning{background:linear-gradient(135deg,#ff914d1a,#ff914d33)}.sp-feature-title{color:var(--neutral-900);text-align:center;justify-content:center;align-items:center;min-height:60px;margin-bottom:1rem;font-size:1.25rem;font-weight:600;display:flex}.sp-feature-description{color:var(--neutral-600);text-align:center;font-size:.938rem;line-height:1.6}.sp-asterisk{color:#ff5757;font-weight:700}.sp-features-note{text-align:center;color:var(--neutral-500);margin-top:2rem;font-size:.875rem}@media (max-width:991px){.sp-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.sp-features-grid{grid-template-columns:1fr}.sp-feature-title{min-height:auto}}.sp-comparison{padding:var(--spacing-md) 0;background:linear-gradient(#fff 0%,#f8f9fb 100%)}.sp-comparison .seed-b2b-section-title{text-align:center}.sp-comparison-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;margin-top:1.5rem;display:grid}.sp-profile-card{border:1px solid var(--neutral-200);background:#fff;border-radius:24px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.sp-profile-card-basic{box-shadow:0 4px 20px #0097b214}.sp-profile-card-premium{border:2px solid #d9a746;box-shadow:0 8px 40px #d9a74626}.sp-card-header{padding:40px 35px 30px}.sp-profile-card-basic .sp-card-header{background:linear-gradient(135deg,#e1f7fa 0%,#fff 100%)}.sp-profile-card-premium .sp-card-header{background:linear-gradient(135deg,#fffbf0 0%,#fff 100%)}.sp-recommended-badge{color:#fff;letter-spacing:1.5px;z-index:2;background:linear-gradient(135deg,#d9a746 0%,#f4c563 100%);border-radius:0 22px 0 24px;padding:12px 28px;font-size:12px;font-weight:700;position:absolute;top:0;right:0;box-shadow:0 4px 20px #d9a74666}.sp-profile-badge{text-transform:uppercase;letter-spacing:1px;color:#fff;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 20px;font-size:13px;font-weight:700;display:inline-flex}.sp-profile-badge-basic{background:linear-gradient(135deg, var(--seed-primary) 0%, #00c4d8 100%);box-shadow:0 4px 15px #0097b24d}.sp-profile-badge-premium{background:linear-gradient(135deg,#d9a746 0%,#f4c563 100%);box-shadow:0 4px 15px #d9a74666}.sp-profile-title{color:var(--neutral-900);letter-spacing:-.5px;margin-bottom:12px;font-size:32px;font-weight:700;line-height:1.2}.sp-profile-tagline{color:var(--neutral-600);margin:0;font-size:17px;font-weight:500;line-height:1.5}.sp-card-body{flex-direction:column;flex-grow:1;padding:20px 35px 40px;display:flex}.sp-profile-description{color:var(--neutral-900);background:#d9a7460f;border-left:4px solid #d9a746;border-radius:12px;margin:0 0 25px;padding:18px 20px;font-size:15px}.sp-profile-description strong{color:#c9973d;font-weight:700}.sp-profile-features{flex-grow:1;margin:0 0 30px;padding:0;list-style:none}.sp-profile-feature{transition:var(--transition-base);background:#00000003;border-radius:12px;align-items:flex-start;margin-bottom:16px;padding:16px;display:flex}.sp-profile-feature:hover{background:#00000005;transform:translate(8px)}.sp-profile-card-premium .sp-profile-feature{background:#d9a74608}.sp-profile-feature-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-right:16px;display:flex}.sp-profile-card-basic .sp-profile-feature-icon{background:linear-gradient(135deg,#e1f7fa 0%,#bde9f1 100%)}.sp-profile-card-basic .sp-profile-feature-icon i{color:var(--seed-primary);font-size:20px}.sp-profile-card-premium .sp-profile-feature-icon{background:linear-gradient(135deg,#fff9e6 0%,#ffe9b3 100%)}.sp-profile-card-premium .sp-profile-feature-icon i{color:#d9a746;font-size:22px}.sp-profile-feature-text{color:var(--neutral-900);margin:0;padding-top:4px;font-size:15px;font-weight:500;line-height:1.6}.sp-card-divider{background:linear-gradient(90deg, transparent 0%, var(--neutral-200) 50%, transparent 100%);height:1px;margin:10px 0 30px}.sp-profile-note{border-radius:16px;padding:24px;font-size:15px;line-height:1.7}.sp-profile-card-basic .sp-profile-note{background:linear-gradient(135deg,#e1f7fa 0%,#f0f9fb 100%);border:1px solid #0097b21a}.sp-profile-card-premium .sp-profile-note{background:linear-gradient(135deg,#fffbf0 0%,#fff9e6 100%);border:1px solid #d9a74633}.sp-profile-note strong{margin-bottom:8px;font-size:16px;font-weight:700;display:block}.sp-profile-card-basic .sp-profile-note strong{color:var(--seed-primary)}.sp-profile-card-premium .sp-profile-note strong{color:#c9973d}@media (max-width:991px){.sp-comparison-grid{grid-template-columns:1fr}.sp-profile-title{font-size:26px}}.sp-preview{padding:var(--spacing-md) 0;background:linear-gradient(#f8fafb 0%,#fff 100%)}.sp-preview-intro{text-align:center;max-width:700px;margin:0 auto 2.5rem}.sp-preview-intro p{color:var(--neutral-700);font-size:1.063rem;line-height:1.7}.sp-preview-toggle{justify-content:center;align-items:center;margin-bottom:2.5rem;display:flex}.sp-toggle-btn{border:2px solid var(--neutral-300);color:var(--neutral-600);cursor:pointer;background:#fff;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.sp-toggle-btn:first-child{border-right:1px solid var(--neutral-300);border-radius:50px 0 0 50px}.sp-toggle-btn:last-child{border-left:1px solid var(--neutral-300);border-radius:0 50px 50px 0}.sp-toggle-btn.active{background:var(--seed-primary);border-color:var(--seed-primary);color:#fff;z-index:1;box-shadow:0 4px 16px #0097b24d}.sp-toggle-btn:last-child.active{background:linear-gradient(135deg,#6c5ce7,#a29bfe);border-color:#6c5ce7;box-shadow:0 4px 16px #6c5ce74d}.sp-toggle-badge{text-transform:uppercase;letter-spacing:.5px;color:#6c5ce7;background:#6c5ce726;border-radius:50px;padding:.15rem .5rem;font-size:.6rem;font-weight:700}.sp-toggle-btn:last-child.active .sp-toggle-badge{color:#fff;background:#ffffff40}.sp-browser-frame{border:1px solid #0000001a;border-radius:12px;max-width:1050px;margin:0 auto;overflow:hidden;box-shadow:0 12px 48px #0000001f}.sp-browser-toolbar{background:#f1f3f4;border-bottom:1px solid #00000014;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.sp-browser-dots{gap:6px;display:flex}.sp-browser-dots span{border-radius:50%;width:12px;height:12px}.sp-browser-dots span:first-child{background:#ff5f57}.sp-browser-dots span:nth-child(2){background:#ffbd2e}.sp-browser-dots span:nth-child(3){background:#28c840}.sp-browser-url{color:var(--neutral-600);white-space:nowrap;text-overflow:ellipsis;background:#fff;border-radius:6px;flex:1;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.75rem;display:flex;overflow:hidden}.sp-browser-url i{color:#28c840;font-size:.7rem}.sp-browser-body{background:#fff;height:550px;position:relative}.sp-browser-body iframe{border:none;width:100%;height:100%}.sp-preview-label{color:var(--neutral-500);justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.85rem;font-weight:500;display:flex}@media (max-width:991px){.sp-preview{display:none}}.sp-works{padding:var(--spacing-md) 0;background:linear-gradient(#fff 0%,#f8f9fb 100%);position:relative;overflow:hidden}.sp-works .seed-b2b-section-title{text-align:center}.sp-works-card{border:1px solid var(--neutral-200);background:#fff;border-radius:32px;max-width:1200px;margin:0 auto;padding:2.5rem;position:relative;box-shadow:0 20px 60px #00000014}.sp-works-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:2.5rem;display:grid}.sp-works-text{color:var(--neutral-700);border-left:4px solid var(--seed-primary);margin:0;padding-left:2rem;font-size:1.05rem;line-height:1.9}.sp-works-highlight{color:var(--seed-primary);background:linear-gradient(135deg,#0097b214,#00b8d814);border-radius:4px;padding:.15rem .5rem;font-weight:600}.sp-works-img{border-radius:24px;overflow:hidden;box-shadow:0 15px 50px #0000001f}.sp-works-img img{object-fit:cover;width:100%;height:300px;display:block}@media (max-width:991px){.sp-works-grid{grid-template-columns:1fr;gap:2rem}.sp-works-text{padding-left:1.25rem}}
