.hero-section *{margin:0;padding:0;box-sizing:border-box}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8rem 1.5rem 5rem;background:linear-gradient(180deg,#fff,#f8f4ff,#ede4ff,#f3e8ff,#ede4ff)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4;animation:floatOrb 20s infinite ease-in-out}.orb-1{width:800px;height:800px;background:linear-gradient(135deg,#e4ccff,#d4bfff);top:-300px;right:-200px;animation-duration:25s}.orb-2{width:600px;height:600px;background:linear-gradient(135deg,#ffe4ec,#ffccd5);bottom:-200px;left:-150px;animation-duration:30s;animation-direction:reverse}.orb-3{width:500px;height:500px;background:linear-gradient(135deg,#c7f0db,#a7e9c1);top:40%;left:50%;transform:translate(-50%,-50%);animation-duration:35s}@keyframes floatOrb{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(-30px) scale(1.05)}50%{transform:translateY(20px) scale(.95)}75%{transform:translateY(-20px) scale(1.02)}}.hero-container{position:relative;width:100%;max-width:1400px;margin:0 auto;z-index:1}.hero-center{position:relative;width:100%;margin:0 auto;text-align:center;padding:0 4rem}.hero-heading{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.15;color:#1f2937;margin-bottom:1.5rem;letter-spacing:-.03em;animation:fadeInUp .8s ease-out}.text-purple-gradient{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subheading{font-size:1.125rem;line-height:1.7;color:#6b7280;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .9s ease-out}.button-group{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out}.supporting-text{font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:2.5rem;opacity:.95;animation:fadeIn 1.1s ease-out}.primary-button,.secondary-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:.625rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.primary-button{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;box-shadow:0 4px 14px #8b5cf64d}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf666}.secondary-button{background:#fff;color:#6b7280;border:1.5px solid #e5e7eb;box-shadow:0 2px 8px #0000000a}.secondary-button:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateY(-2px)}.stats-container{display:flex;justify-content:center;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap;animation:fadeIn 1.2s ease-out}.stat-box{display:flex;align-items:center;gap:.5rem}.stat-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-radius:.625rem;color:#fff}.stat-icon svg{width:1.25rem;height:1.25rem}.stat-info{text-align:left}.stat-number{font-size:1rem;font-weight:700;color:#1f2937;line-height:1.2}.stat-text{font-size:.75rem;color:#6b7280}.tab-container{display:inline-flex;background:#fff;padding:.375rem;border-radius:.75rem;box-shadow:0 4px 20px #00000014;gap:.25rem;animation:slideInUp 1.3s ease-out}.tab-button{padding:.625rem 1.25rem;background:0 0;border:0;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.tab-icon{width:1rem;height:1rem;flex-shrink:0}.tab-button:hover{background:#f9fafb;color:#8b5cf6}.tab-button.tab-active{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.screenshot-section{margin-top:3rem;animation:fadeInUp 1.4s ease-out;perspective:1200px}.browser-window{background:#fff;border-radius:.75rem;box-shadow:0 10px 40px #0000001a;overflow:hidden;max-width:900px;margin:0 auto;transition:all .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;transform:rotateX(0)}.browser-window:hover{box-shadow:0 15px 50px #00000026}.browser-window.tilt-effect{transform:rotateX(-5deg) rotateY(2deg)}.browser-header{background:linear-gradient(180deg,#f9fafb,#f3f4f6);padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}.browser-dots{display:flex;gap:.5rem}.dot{width:.75rem;height:.75rem;border-radius:50%;opacity:.8}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.browser-url{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#fff;border-radius:.375rem;font-size:.75rem;color:#6b7280;border:1px solid #e5e7eb}.browser-url svg{width:.75rem;height:.75rem;color:#9ca3af}.screenshot-container{position:relative;height:400px;background:linear-gradient(180deg,#f9fafb,#fff);overflow:hidden}.screenshot{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;display:flex;align-items:center;justify-content:center}.screenshot.active{opacity:1}.screenshot-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.placeholder-content{text-align:center;padding:2rem}.placeholder-content svg{color:#8b5cf6;margin-bottom:1rem}.placeholder-content p{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.placeholder-content span{font-size:.875rem;color:#6b7280}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-section{padding:6rem 1rem 3rem}.hero-center{padding:0 1.5rem}.hero-heading{font-size:2.5rem}.hero-subheading{font-size:1rem}.screenshot-section{margin-top:2rem}.browser-header{padding:.5rem}.browser-url{font-size:.625rem;padding:.125rem .5rem}.screenshot-container{height:250px}.button-group{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:100%;max-width:250px;justify-content:center}.stats-container{gap:1.5rem}.tab-container{flex-direction:column;width:100%;max-width:250px}.tab-button{width:100%;justify-content:center}}@media (max-width:480px){.hero-heading{font-size:2rem}.stats-container{flex-direction:column;gap:1rem}}.problem-section[data-astro-cid-jy2z23rr]{padding:5rem 0;background:linear-gradient(180deg,#f8f4ff,#ede4ff,#f3e8ff,#ede4ff,#f8f4ff);position:relative;overflow:hidden}.container[data-astro-cid-jy2z23rr]{max-width:1100px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.background-orbs[data-astro-cid-jy2z23rr]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.gradient-orb[data-astro-cid-jy2z23rr]{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;animation:floatOrb 20s infinite ease-in-out}.orb-1[data-astro-cid-jy2z23rr]{width:600px;height:600px;background:linear-gradient(135deg,#e4ccff,#d4bfff);top:-200px;left:-150px;animation-duration:25s}.orb-2[data-astro-cid-jy2z23rr]{width:500px;height:500px;background:linear-gradient(135deg,#ffe4ec,#ffccd5);bottom:-150px;right:-100px;animation-duration:30s;animation-direction:reverse}@keyframes floatOrb{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(-20px) scale(1.05)}50%{transform:translateY(15px) scale(.95)}75%{transform:translateY(-15px) scale(1.02)}}.section-header[data-astro-cid-jy2z23rr]{text-align:center;margin-bottom:3rem}.section-title[data-astro-cid-jy2z23rr]{font-size:2.5rem;font-weight:800;line-height:1.2;color:#1f2937;margin-bottom:.75rem;letter-spacing:-.02em}.text-gradient-red[data-astro-cid-jy2z23rr]{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-astro-cid-jy2z23rr]{font-size:1.125rem;color:#6b7280;max-width:500px;margin:0 auto}.comparison-grid[data-astro-cid-jy2z23rr]{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:center;margin-bottom:0;max-width:800px;margin-left:auto;margin-right:auto}.comparison-card[data-astro-cid-jy2z23rr]{background:#ffffffb3;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;padding:2rem;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a,inset 0 1px 1px #fffc,inset 0-1px 1px #00000008;border:1.5px solid rgba(255,255,255,.3);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:slideIn .6s ease forwards;position:relative;overflow:hidden}.comparison-card[data-astro-cid-jy2z23rr]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.8) 50%,transparent 100%);opacity:.5}.chaos-card[data-astro-cid-jy2z23rr]{animation-delay:.1s;background:linear-gradient(135deg,#fef2f2bf,#ffffffb3);border:1.5px solid rgba(220,38,38,.2)}.chaos-card[data-astro-cid-jy2z23rr]:before{background:linear-gradient(90deg,transparent 0,rgba(254,202,202,.6) 50%,transparent 100%)}.solution-card[data-astro-cid-jy2z23rr]{animation-delay:.3s;background:linear-gradient(135deg,#faf5ffcc,#f3e8ffbf);border:1.5px solid rgba(139,92,246,.3)}.solution-card[data-astro-cid-jy2z23rr]:before{background:linear-gradient(90deg,transparent 0,rgba(216,180,254,.5) 50%,transparent 100%)}.comparison-card[data-astro-cid-jy2z23rr]:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #0000001f,0 8px 16px #00000014,inset 0 2px 2px #ffffffe6,inset 0-2px 2px #0000000a;border-color:#ffffff80}.card-label[data-astro-cid-jy2z23rr]{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;margin-bottom:.75rem}.big-number[data-astro-cid-jy2z23rr]{font-size:3rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.03em}.big-number[data-astro-cid-jy2z23rr] span[data-astro-cid-jy2z23rr]{font-size:1.5rem;font-weight:600;opacity:.7}.negative[data-astro-cid-jy2z23rr]{color:#ef4444}.positive[data-astro-cid-jy2z23rr]{color:#10b981}.point-list[data-astro-cid-jy2z23rr]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.point-list[data-astro-cid-jy2z23rr] li[data-astro-cid-jy2z23rr]{font-size:.9375rem;color:#4b5563;padding-left:1.5rem;position:relative;line-height:1.5}.chaos-card[data-astro-cid-jy2z23rr] .point-list[data-astro-cid-jy2z23rr] li[data-astro-cid-jy2z23rr]:before{content:"×";position:absolute;left:0;color:#ef4444;font-weight:700;font-size:1.25rem;line-height:1}.solution-card[data-astro-cid-jy2z23rr] .point-list[data-astro-cid-jy2z23rr] li[data-astro-cid-jy2z23rr]:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1rem}.arrow-container[data-astro-cid-jy2z23rr]{display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeIn .8s ease forwards;animation-delay:.5s}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.section-title[data-astro-cid-jy2z23rr]{font-size:1.875rem}.comparison-grid[data-astro-cid-jy2z23rr]{grid-template-columns:1fr;gap:1.5rem}.arrow-container[data-astro-cid-jy2z23rr]{transform:rotate(90deg)}.comparison-card[data-astro-cid-jy2z23rr]{padding:1.5rem}.big-number[data-astro-cid-jy2z23rr]{font-size:2.5rem}.big-number[data-astro-cid-jy2z23rr] span[data-astro-cid-jy2z23rr]{font-size:1.25rem}}.how-it-works-section[data-astro-cid-kojs5727]{padding:5rem 0;background:linear-gradient(180deg,#fff,#f9fafb,#f3f4f6);position:relative;overflow:hidden}.how-it-works-section[data-astro-cid-kojs5727]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1200px;height:100%;background:radial-gradient(circle at 50%0,rgba(139,92,246,.03)0,transparent 70%);pointer-events:none}.container[data-astro-cid-kojs5727]{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-header[data-astro-cid-kojs5727]{text-align:center;margin-bottom:4rem}.section-badge[data-astro-cid-kojs5727]{display:inline-block;padding:.375rem 1rem;background:linear-gradient(135deg,#8b5cf61a,#ec48991a);border:1px solid rgba(139,92,246,.2);border-radius:2rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#8b5cf6;margin-bottom:1.5rem;text-transform:uppercase}.section-title[data-astro-cid-kojs5727]{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.1;color:#111827;margin-bottom:1.5rem;letter-spacing:-.03em}.text-gradient[data-astro-cid-kojs5727]{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-astro-cid-kojs5727]{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.7}.systems-grid[data-astro-cid-kojs5727]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.system-card[data-astro-cid-kojs5727]{background:#fffc;backdrop-filter:blur(10px);border:1px solid rgba(229,231,235,.8);border-radius:1.25rem;padding:2rem;position:relative;transition:all .3s ease}.system-card[data-astro-cid-kojs5727]:hover{transform:translateY(-8px);box-shadow:0 12px 32px #8b5cf61f;border-color:#8b5cf64d}.system-number[data-astro-cid-kojs5727]{position:absolute;top:1.5rem;right:1.5rem;font-size:3rem;font-weight:900;color:#8b5cf614;line-height:1}.system-icon[data-astro-cid-kojs5727]{width:60px;height:60px;background:linear-gradient(135deg,#8b5cf614,#a88bfa0f);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;overflow:hidden}.system-icon[data-astro-cid-kojs5727]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2)0,transparent 100%);pointer-events:none}.system-icon[data-astro-cid-kojs5727] svg[data-astro-cid-kojs5727]{color:#8b5cf6;width:28px;height:28px}.system-title[data-astro-cid-kojs5727]{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.system-description[data-astro-cid-kojs5727]{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.system-features[data-astro-cid-kojs5727]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.system-features[data-astro-cid-kojs5727] li[data-astro-cid-kojs5727]{font-size:.9375rem;color:#374151;padding-left:1.75rem;position:relative}.system-features[data-astro-cid-kojs5727] li[data-astro-cid-kojs5727]:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.connection-message[data-astro-cid-kojs5727]{text-align:center;max-width:700px;margin:0 auto 3rem;padding:2.5rem;background:linear-gradient(135deg,#8b5cf60d,#a88bfa0d);border:1px solid rgba(139,92,246,.2);border-radius:1.25rem}.connection-icon[data-astro-cid-kojs5727]{width:64px;height:64px;background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.connection-icon[data-astro-cid-kojs5727] svg[data-astro-cid-kojs5727]{color:#fff}.connection-message[data-astro-cid-kojs5727] h3[data-astro-cid-kojs5727]{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.connection-message[data-astro-cid-kojs5727] p[data-astro-cid-kojs5727]{font-size:1.0625rem;color:#6b7280;line-height:1.7}.cta-wrapper[data-astro-cid-kojs5727]{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.btn-primary[data-astro-cid-kojs5727],.btn-secondary[data-astro-cid-kojs5727]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-weight:600;font-size:1rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease}.btn-primary[data-astro-cid-kojs5727]{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;box-shadow:0 4px 12px #8b5cf640}.btn-primary[data-astro-cid-kojs5727]:hover{transform:translateY(-2px) translate(4px);box-shadow:0 6px 20px #8b5cf659}.btn-primary[data-astro-cid-kojs5727] svg[data-astro-cid-kojs5727]{transition:transform .3s ease}.btn-primary[data-astro-cid-kojs5727]:hover svg[data-astro-cid-kojs5727]{transform:translate(4px)}.btn-secondary[data-astro-cid-kojs5727]{background:#fff;color:#8b5cf6;border:2px solid #8b5cf6}.btn-secondary[data-astro-cid-kojs5727]:hover{background:#8b5cf60d;transform:translateY(-2px)}@media (max-width:768px){.systems-grid[data-astro-cid-kojs5727]{grid-template-columns:1fr;gap:1.5rem}.connection-message[data-astro-cid-kojs5727]{padding:2rem 1.5rem}.cta-wrapper[data-astro-cid-kojs5727]{flex-direction:column;width:100%}.btn-primary[data-astro-cid-kojs5727],.btn-secondary[data-astro-cid-kojs5727]{width:100%}}.comparison-section[data-astro-cid-pxg57mgg]{padding:5rem 0;background:linear-gradient(180deg,#fff,#fafbff,#f5f7ff);position:relative;overflow:hidden}.comparison-section[data-astro-cid-pxg57mgg]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 20%,rgba(139,92,246,.03)0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(236,72,153,.03)0,transparent 50%);pointer-events:none}.container[data-astro-cid-pxg57mgg]{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-header[data-astro-cid-pxg57mgg]{text-align:center;margin-bottom:3.5rem}.section-badge[data-astro-cid-pxg57mgg]{display:inline-block;padding:.375rem 1rem;background:linear-gradient(135deg,#8b5cf61a,#ec48991a);border:1px solid rgba(139,92,246,.2);border-radius:2rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#8b5cf6;margin-bottom:1.5rem;text-transform:uppercase}.section-title[data-astro-cid-pxg57mgg]{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.1;color:var(--color-gray-900);margin-bottom:1.5rem;letter-spacing:-.03em}.text-gradient[data-astro-cid-pxg57mgg]{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-astro-cid-pxg57mgg]{font-size:1.125rem;color:var(--color-gray-600);max-width:600px;margin:0 auto;line-height:1.7}.comparison-grid[data-astro-cid-pxg57mgg]{display:grid;grid-template-columns:240px repeat(4,1fr);gap:1rem;max-width:1200px;margin:0 auto 3rem}.feature-labels[data-astro-cid-pxg57mgg]{display:flex;flex-direction:column}.label-header[data-astro-cid-pxg57mgg]{height:120px;display:flex;align-items:center;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;padding:1.5rem 0}.label-item[data-astro-cid-pxg57mgg]{height:60px;display:flex;align-items:center;gap:.875rem;font-size:.9375rem;font-weight:500;color:#374151}.label-item[data-astro-cid-pxg57mgg].price-label{height:90px;font-weight:600}.feature-icon[data-astro-cid-pxg57mgg]{flex-shrink:0;color:#6b7280}.brand-card[data-astro-cid-pxg57mgg]{background:#fff9;backdrop-filter:blur(10px);border:1px solid rgba(229,231,235,.6);border-radius:1.25rem;padding:0;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 4px 12px #0000000a}.brand-card[data-astro-cid-pxg57mgg]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;border-color:#8b5cf626}.hero-card[data-astro-cid-pxg57mgg]{background:linear-gradient(180deg,#8b5cf60f,#a88bfa0a);border:2px solid rgba(139,92,246,.25);box-shadow:0 8px 32px #8b5cf626,0 0 0 1px #8b5cf60d;transform:scale(1.02)}.hero-card[data-astro-cid-pxg57mgg]:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 48px #8b5cf640,0 0 0 1px #8b5cf61a}.card-header[data-astro-cid-pxg57mgg]{height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;padding:1.5rem 1rem;border-bottom:1px solid rgba(229,231,235,.3)}.hero-card[data-astro-cid-pxg57mgg] .card-header[data-astro-cid-pxg57mgg]{border-bottom-color:#8b5cf626}.brand-name[data-astro-cid-pxg57mgg]{font-size:1.125rem;font-weight:700;color:#6b7280;text-align:center}.hero-card[data-astro-cid-pxg57mgg] .brand-name[data-astro-cid-pxg57mgg]{background:linear-gradient(135deg,#8b5cf6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.25rem}.brand-badge[data-astro-cid-pxg57mgg]{padding:.25rem .75rem;background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;font-size:.625rem;font-weight:700;border-radius:1rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #8b5cf64d}.card-item[data-astro-cid-pxg57mgg]{height:60px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(229,231,235,.15)}.card-item[data-astro-cid-pxg57mgg]:last-child{border-bottom:none}.card-price[data-astro-cid-pxg57mgg]{height:90px;font-size:1.5rem;font-weight:800;color:#111827;letter-spacing:-.02em}.hero-card[data-astro-cid-pxg57mgg] .card-price[data-astro-cid-pxg57mgg]{font-size:2rem;color:#8b5cf6;font-weight:900}.check[data-astro-cid-pxg57mgg]{color:#10b981}.partial[data-astro-cid-pxg57mgg]{color:#f59e0b}.cross[data-astro-cid-pxg57mgg]{color:#ef4444}.comparison-legend[data-astro-cid-pxg57mgg]{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem}.legend-item[data-astro-cid-pxg57mgg]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-gray-600)}.legend-icon[data-astro-cid-pxg57mgg]{flex-shrink:0}.comparison-cta[data-astro-cid-pxg57mgg]{text-align:center}.btn-comparison[data-astro-cid-pxg57mgg]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;text-decoration:none;font-weight:600;font-size:.9375rem;border-radius:.75rem;box-shadow:0 4px 12px #8b5cf640;transition:all .3s ease;border:0}.btn-comparison[data-astro-cid-pxg57mgg]:hover{transform:translateY(-2px) translate(4px);box-shadow:0 6px 20px #8b5cf659}.btn-comparison[data-astro-cid-pxg57mgg] svg[data-astro-cid-pxg57mgg]{flex-shrink:0;transition:transform .3s ease}.btn-comparison[data-astro-cid-pxg57mgg]:hover svg[data-astro-cid-pxg57mgg]{transform:translate(4px)}@media (max-width:1024px){.comparison-grid[data-astro-cid-pxg57mgg]{grid-template-columns:180px repeat(4,1fr);gap:.75rem}.label-header[data-astro-cid-pxg57mgg],.card-header[data-astro-cid-pxg57mgg]{height:100px}.brand-name[data-astro-cid-pxg57mgg]{font-size:.9375rem}.hero-card[data-astro-cid-pxg57mgg] .brand-name[data-astro-cid-pxg57mgg]{font-size:1.0625rem}.label-item[data-astro-cid-pxg57mgg]{font-size:.875rem;height:55px}.card-item[data-astro-cid-pxg57mgg]{height:55px}.label-item[data-astro-cid-pxg57mgg].price-label{height:75px}.card-price[data-astro-cid-pxg57mgg]{height:75px;font-size:1.25rem}.hero-card[data-astro-cid-pxg57mgg] .card-price[data-astro-cid-pxg57mgg]{font-size:1.625rem}}@media (max-width:768px){.comparison-grid[data-astro-cid-pxg57mgg]{grid-template-columns:1fr;gap:1rem}.feature-labels[data-astro-cid-pxg57mgg]{display:none}.brand-card[data-astro-cid-pxg57mgg]{padding:0}.card-header[data-astro-cid-pxg57mgg]{height:auto;padding:1.5rem 1rem}.card-item[data-astro-cid-pxg57mgg]{height:auto;padding:1rem;flex-direction:row;justify-content:space-between;gap:1rem}.card-item[data-astro-cid-pxg57mgg]:before{content:attr(data-label);font-size:.875rem;font-weight:500;color:#6b7280}.card-price[data-astro-cid-pxg57mgg]{height:auto;padding:1.5rem}}