:root{--primary:#2563eb;--primary-light:#dbeafe;--primary-dark:#1e40af;--navy:#1e3a5f;--success:#059669;--success-light:#d1fae5;--warning:#d97706;--warning-light:#fef3c7;--danger:#dc2626;--danger-light:#fee2e2;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--radius:12px;--radius-sm:8px;--shadow:0 2px 8px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--gray-50);color:var(--gray-800);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:36px;line-height:1.2}h1,h2{font-weight:700;margin-bottom:16px}h2{font-size:28px;line-height:1.3}h3{font-size:20px;font-weight:600;line-height:1.4;margin-bottom:12px}p{font-size:16px;margin-bottom:16px}.container{max-width:1100px;margin:0 auto;padding:0 24px}.container-narrow{max-width:800px;margin:0 auto;padding:0 24px}.btn{display:inline-block;padding:10px 20px;border-radius:var(--radius-sm);font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background-color:var(--primary)}.btn-primary:hover{background-color:var(--primary-dark)}.btn-outline{background-color:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background-color:var(--primary-light);color:var(--primary-dark)}.btn-success{background-color:var(--success);color:#fff}.btn-success:hover{background-color:#047857}.btn-danger{background-color:var(--danger);color:#fff}.btn-danger:hover{background-color:#b91c1c}.btn-warning{background-color:var(--warning);color:#fff}.btn-warning:hover{background-color:#b45309}.btn-lg{padding:14px 32px;font-size:18px}.btn-sm{padding:6px 12px;font-size:14px}.btn-full{width:100%;display:block}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.card{background-color:#fff;border:1px solid var(--gray-100);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--gray-100)}.card-body,.card-header{margin-bottom:16px}.card-footer{display:flex;align-items:center;justify-content:flex-end;padding-top:16px;border-top:1px solid var(--gray-100);gap:12px}.field{margin-bottom:20px;display:flex;flex-direction:column}.field label{font-weight:600;font-size:14px;color:var(--gray-700);margin-bottom:8px;display:block}.field input,.field select,.field textarea{padding:10px 12px;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-family:inherit;font-size:16px;color:var(--gray-800);background-color:#fff;transition:all .3s ease}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.field input:disabled,.field select:disabled,.field textarea:disabled{background-color:var(--gray-100);color:var(--gray-500);cursor:not-allowed}.field textarea{resize:vertical;min-height:100px}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.field-error{color:var(--danger);font-size:14px;margin-top:6px}.field.has-error input,.field.has-error select{border-color:var(--danger)}.progress-bar{width:100%;height:8px;background-color:var(--gray-200);border-radius:4px;overflow:hidden;margin-bottom:16px}.progress-bar-fill{height:100%;background-color:var(--primary);transition:width .3s ease}.progress-steps{justify-content:space-between;margin-bottom:32px}.progress-step,.progress-steps{display:flex;align-items:center}.progress-step{flex-direction:column;gap:8px;flex:1 1}.progress-step-number{width:40px;height:40px;border-radius:50%;background-color:var(--gray-200);color:var(--gray-600);display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s ease}.progress-step.active .progress-step-number{background-color:var(--primary);color:#fff}.progress-step.completed .progress-step-number{background-color:var(--success);color:#fff}.progress-step-label{font-size:14px;font-weight:500;color:var(--gray-600);text-align:center}.progress-step.active .progress-step-label{color:var(--primary);font-weight:600}.progress-step-connector{height:2px;flex:1 1;background-color:var(--gray-200);margin:0 8px}.progress-step.completed~.progress-step-connector{background-color:var(--success)}.badge{display:inline-block;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background-color:var(--gray-200);color:var(--gray-700)}.badge-success{background-color:var(--success-light);color:#065f46}.badge-warning{background-color:var(--warning-light);color:#92400e}.badge-danger{background-color:var(--danger-light);color:#7f1d1d}.badge-info{background-color:var(--primary-light);color:#1e3a8a}.tooltip{position:relative;display:inline-block;cursor:help}.tooltip:after{content:attr(data-tooltip);bottom:125%;padding:8px 12px;background-color:var(--gray-900);color:#fff;border-radius:var(--radius-sm);font-size:12px;white-space:nowrap}.tooltip:after,.tooltip:before{position:absolute;left:50%;transform:translateX(-50%);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1000}.tooltip:before{content:"";bottom:115%;border:6px solid transparent;border-top:6px solid var(--gray-900)}.tooltip:hover:after,.tooltip:hover:before{opacity:1}table{width:100%;border-collapse:collapse;margin-bottom:24px}thead{background-color:var(--gray-100)}th{text-align:left;font-weight:600;color:var(--gray-700);border-bottom:2px solid var(--gray-200)}td,th{padding:12px 16px;font-size:14px}td{border-bottom:1px solid var(--gray-200)}tbody tr:hover{background-color:var(--gray-50)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-muted{color:var(--gray-500)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}.text-primary{color:var(--primary)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.hidden{display:none!important}.invisible{visibility:hidden}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mr-1{margin-right:8px}.mr-2{margin-right:16px}.mr-3{margin-right:24px}.mr-4{margin-right:32px}.ml-1{margin-left:8px}.ml-2{margin-left:16px}.ml-3{margin-left:24px}.ml-4{margin-left:32px}.pt-1{padding-top:8px}.pt-2{padding-top:16px}.pt-3{padding-top:24px}.pt-4{padding-top:32px}.pb-1{padding-bottom:8px}.pb-2{padding-bottom:16px}.pb-3{padding-bottom:24px}.pb-4{padding-bottom:32px}.px-1{padding-left:8px;padding-right:8px}.px-2{padding-left:16px;padding-right:16px}.px-3{padding-left:24px;padding-right:24px}.px-4{padding-left:32px;padding-right:32px}.py-1{padding-top:8px;padding-bottom:8px}.py-2{padding-top:16px;padding-bottom:16px}.py-3{padding-top:24px;padding-bottom:24px}.py-4{padding-top:32px;padding-bottom:32px}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.gap-4{gap:32px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}.slide-up{animation:slideUp .3s ease}@media (max-width:768px){.container,.container-narrow{padding:0 16px}h1{font-size:28px}h2{font-size:24px}h3{font-size:18px}.field-row{grid-template-columns:1fr;gap:16px}.progress-steps{gap:8px}.progress-step{gap:4px}.progress-step-number{width:32px;height:32px;font-size:14px}.progress-step-label{font-size:12px}.card-footer{flex-direction:column;align-items:stretch}.card-footer .btn{width:100%}}@media (max-width:500px){.container,.container-narrow{padding:0 12px}h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}.btn,p{font-size:14px}.btn{padding:8px 16px}.btn-lg{padding:12px 24px;font-size:16px}.card{padding:16px}.progress-step-connector{display:none}.progress-steps{flex-wrap:wrap}.progress-step{flex:0 0 50%;margin-bottom:16px}table{font-size:12px}td,th{padding:8px 12px}}html{scroll-behavior:smooth}.hero{padding:8rem 2rem 6rem;text-align:center;max-width:820px;margin:0 auto}.hero-label{display:inline-block;font-size:.8rem;font-weight:500;color:#6b7280;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.1;color:#111827;letter-spacing:-.03em;margin-bottom:1.5rem}.hero p{font-size:1.15rem;color:#6b7280;line-height:1.7;max-width:600px;margin:0 auto 2.5rem;font-weight:400}.hero-cta{display:flex;gap:1rem;justify-content:center;align-items:center;margin-bottom:4rem}.btn-primary{font-family:inherit;font-weight:500;font-size:1rem;color:#fff;background-color:#111827;border:none;border-radius:6px;padding:14px 32px;cursor:pointer;text-decoration:none;transition:all .2s ease;display:inline-block}.btn-primary:hover{background-color:#1f2937;transform:translateY(-1px)}.btn-ghost{font-family:inherit;font-weight:500;font-size:1rem;color:#6b7280;background:none;border:1px solid #e5e7eb;border-radius:6px;padding:14px 32px;cursor:pointer;text-decoration:none;transition:all .2s ease;display:inline-block}.btn-ghost:hover{color:#111827;border-color:#d1d5db}.trust-bar{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid #f3f4f6}.trust-item{font-size:.8rem;color:#9ca3af;font-weight:500;letter-spacing:.02em}.section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-label{font-size:.8rem;font-weight:500;color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.section-desc{font-size:1.05rem;color:#6b7280;line-height:1.7;max-width:560px;margin-bottom:3rem}.how-it-works-bg{background-color:#fafafa;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.step-card{padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease}.step-card:hover{border-color:#d1d5db}.step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#111827;color:#fff;font-size:.8rem;font-weight:600;margin-bottom:1.25rem}.step-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:.5rem;letter-spacing:-.01em}.step-card p{font-size:.9rem;color:#6b7280;line-height:1.6}.value-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.value-card{padding:2rem;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease}.value-card:hover{border-color:#d1d5db}.value-icon{width:40px;height:40px;border-radius:8px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.value-icon svg{width:20px;height:20px;stroke:#111827;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.value-card h3{font-size:1.05rem;font-weight:600;color:#111827;margin-bottom:.5rem;letter-spacing:-.01em}.value-card p{font-size:.9rem;color:#6b7280;line-height:1.6}.data-section-bg{background-color:#111827;color:#fff}.data-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.data-section .section-label{color:#6b7280}.data-section h2{color:#fff;margin-bottom:1rem}.data-section .section-desc{color:#9ca3af;margin-bottom:3rem}.data-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.data-card{padding:1.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:10px}.data-card h4{font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.35rem;letter-spacing:-.01em}.data-card p{font-size:.8rem;color:#9ca3af;line-height:1.5}.pricing-bg{background-color:#fafafa;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:800px}.pricing-card{padding:2.5rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;position:relative}.pricing-card.featured{border-color:#111827}.pricing-tag{position:absolute;top:-10px;left:2rem;background:#111827;color:#fff;font-size:.7rem;font-weight:600;padding:4px 12px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.pricing-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:.5rem}.pricing-amount{font-size:2.5rem;font-weight:700;color:#111827;letter-spacing:-.03em;margin-bottom:.25rem}.pricing-period{font-size:.85rem;color:#9ca3af;margin-bottom:1.5rem}.pricing-card ul{list-style:none;margin-bottom:2rem;padding:0}.pricing-card ul li{padding:.5rem 0;font-size:.9rem;color:#6b7280;display:flex;align-items:center;gap:.5rem}.pricing-card ul li:before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111827'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2.5-2.5a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");background-size:contain;flex-shrink:0}.btn-pricing{display:block;width:100%;text-align:center;font-family:inherit;font-weight:500;font-size:.9rem;padding:12px;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .2s ease}.btn-pricing-dark{background-color:#111827;color:#fff;border:none}.btn-pricing-dark:hover{background-color:#1f2937}.btn-pricing-outline{background-color:transparent;color:#111827;border:1px solid #e5e7eb}.btn-pricing-outline:hover{border-color:#d1d5db}.cta-section{text-align:center;padding:6rem 2rem;max-width:700px;margin:0 auto}.cta-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:1rem}.cta-section p{font-size:1.05rem;color:#6b7280;margin-bottom:2rem}@media (max-width:1024px){.data-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero{padding:5rem 1.5rem 4rem}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.hero-cta .btn-ghost,.hero-cta .btn-primary{width:100%;max-width:300px;text-align:center}.section{padding:4rem 1.5rem}.section h2{font-size:1.75rem}.data-grid,.pricing-grid,.steps-grid,.value-grid{grid-template-columns:1fr}.trust-bar{gap:1.5rem}.cta-section,.data-section{padding:4rem 1.5rem}.cta-section h2{font-size:1.75rem}}@media (max-width:480px){.hero h1{font-size:2rem}.section h2{font-size:1.5rem}}.article-page{max-width:740px;margin:0 auto;padding:3rem 2rem 4rem}.article-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#6b7280;margin-bottom:2rem}.article-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .2s}.article-breadcrumb a:hover{color:#111827}.article-breadcrumb span{color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.article-category-badge{display:inline-block;background:#f3f4f6;color:#6b7280;font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.article-title{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;margin-bottom:1rem;color:#111827}.article-meta{font-size:.9rem;color:#9ca3af;display:flex;align-items:center;gap:.5rem}.meta-separator{color:#d1d5db}.article-content{font-size:1.05rem;line-height:1.8;color:#374151}.article-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin-top:2.5rem;margin-bottom:1rem;letter-spacing:-.01em}.article-content h3{font-size:1.2rem;font-weight:600;color:#111827;margin-top:2rem;margin-bottom:.75rem}.article-content p{margin-bottom:1.25rem}.article-content ol,.article-content ul{margin-bottom:1.25rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem;line-height:1.8}.article-content strong{color:#111827}.article-page .cta-section{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;padding:2.5rem;text-align:center;margin-top:3rem}.article-page .cta-section h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.article-page .cta-section p{color:#6b7280;font-size:1rem;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.article-page .cta-section .cta-button{display:inline-block;padding:.75rem 2rem;background:#111827;color:#fff;text-decoration:none;border-radius:6px;font-size:.95rem;font-weight:500;transition:background .2s}.article-page .cta-section .cta-button:hover{background:#1f2937}.related-section{margin-top:3rem;padding-top:2.5rem;border-top:1px solid #e5e7eb}.related-section h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem}.related-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-decoration:none;transition:all .2s;display:block}.related-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(17,24,39,.06)}.related-card-tag{display:inline-block;background:#f3f4f6;color:#6b7280;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:3px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.related-card-title{font-size:.95rem;font-weight:600;color:#111827;line-height:1.4}@media (max-width:768px){.article-page{padding:2rem 1rem}.article-title{font-size:1.75rem}.related-grid{grid-template-columns:1fr}}.features-hero{padding:6rem 3rem;text-align:center;background-color:#fafafa;border-bottom:1px solid #e5e7eb}.features-hero-content{max-width:800px;margin:0 auto}.features-section-label{font-size:.8rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.features-hero h1{font-size:3.5rem;font-weight:700;color:#111827;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.02em}.features-hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.features-cta-button{display:inline-block;padding:.875rem 2rem;background-color:#111827;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.95rem;transition:background-color .2s}.features-cta-button:hover{background-color:#1f2937}.features-container{max-width:1200px;margin:0 auto;padding:0 3rem}.feature-section{padding:5rem 3rem;border-bottom:1px solid #e5e7eb}.feature-section:nth-child(2n){background-color:#fafafa}.feature-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.feature-grid.reverse{direction:rtl}.feature-grid.reverse>*{direction:ltr}.feature-content h2{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.feature-content p{color:#6b7280;margin-bottom:1.5rem;line-height:1.8;font-size:1.05rem}.feature-content ul{list-style:none;margin-bottom:2rem;padding:0}.feature-content li{color:#6b7280;margin-bottom:1rem;padding-left:1.75rem;position:relative;line-height:1.7}.feature-content li:before{content:"\2022";position:absolute;left:0;color:#111827;font-weight:700}.feature-visual{background-color:#f3f4f6;border-radius:10px;padding:3rem;display:flex;align-items:center;justify-content:center;min-height:400px;border:1px solid #e5e7eb}.feature-visual svg{stroke:#111827;stroke-width:1.5;fill:none}.feature-cards{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.feature-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:2rem;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.05)}.feature-card h3{font-size:1.375rem;font-weight:700;color:#111827;margin-bottom:1rem}.feature-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.7}.feature-card svg{stroke:#111827;stroke-width:1.5;fill:none}.icon-placeholder{width:60px;height:60px;background-color:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.features-cta-section{padding:5rem 3rem;background-color:#111827;color:#fff;text-align:center}.features-cta-section h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.features-cta-section p{font-size:1.1rem;color:#d1d5db;margin-bottom:2rem}.features-cta-button-light{display:inline-block;padding:.875rem 2rem;background-color:#fff;color:#111827;text-decoration:none;border-radius:6px;font-weight:600;font-size:.95rem;transition:background-color .2s}.features-cta-button-light:hover{background-color:#f3f4f6}@media (max-width:768px){.feature-grid,.feature-grid.reverse{grid-template-columns:1fr;direction:ltr;gap:2rem}.feature-grid.reverse>*{direction:ltr}.feature-cards{grid-template-columns:1fr}.features-hero h1{font-size:2.25rem}.feature-content h2,.features-cta-section h2{font-size:1.875rem}}.about-page-header{padding:6rem 2rem 4rem;text-align:center;max-width:820px;margin:0 auto}.about-page-header h1{font-size:3rem;font-weight:700;line-height:1.1;color:#111827;letter-spacing:-.03em;margin-bottom:1.5rem}.about-page-header p{font-size:1.15rem;color:#6b7280;line-height:1.7;max-width:600px;margin:0 auto}.about-origin-section{padding:5rem 2rem;max-width:900px;margin:0 auto;border-top:1px solid #f3f4f6}.about-origin-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-origin-section p{font-size:1rem;color:#6b7280;line-height:1.8;margin-bottom:1.5rem}.about-mission-section{padding:5rem 2rem;max-width:900px;margin:0 auto;border-top:1px solid #f3f4f6}.about-mission-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-mission-statement{font-size:1.3rem;font-weight:600;color:#111827;line-height:1.7;margin-bottom:1.5rem}.about-mission-vision{font-size:1rem;color:#6b7280;line-height:1.8}.about-values-section{padding:5rem 2rem;max-width:1100px;margin:0 auto;border-top:1px solid #f3f4f6}.about-values-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.about-value-item{padding:2rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease}.about-value-item:hover{border-color:#d1d5db}.about-value-item h3{font-size:1.15rem;font-weight:600;color:#111827;margin-bottom:.75rem;letter-spacing:-.01em}.about-value-item p{font-size:.95rem;color:#6b7280;line-height:1.7}.about-team-section{padding:5rem 2rem;max-width:1100px;margin:0 auto;border-top:1px solid #f3f4f6}.about-team-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.about-team-card{text-align:center;padding:2rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease}.about-team-card:hover{border-color:#d1d5db}.about-team-avatar{width:80px;height:80px;border-radius:50%;background:#e5e7eb;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.9rem}.about-team-card h3{font-size:1.05rem;font-weight:600;color:#111827;margin-bottom:.35rem;letter-spacing:-.01em}.about-title{font-size:.85rem;color:#9ca3af;font-weight:500;margin-bottom:.75rem;letter-spacing:.02em}.about-bio{font-size:.9rem;color:#6b7280;line-height:1.6}.about-advisors-section{padding:5rem 2rem;max-width:1100px;margin:0 auto;border-top:1px solid #f3f4f6}.about-advisors-section h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.about-advisors-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.about-advisor-card{text-align:center;padding:2rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease}.about-advisor-card:hover{border-color:#d1d5db}.about-advisor-avatar{width:70px;height:70px;border-radius:50%;background:#e5e7eb;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.9rem}.about-advisor-card h4{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:.25rem;letter-spacing:-.01em}.about-cta-final{padding:5rem 2rem;max-width:900px;margin:0 auto;border-top:1px solid #f3f4f6;text-align:center}.about-cta-final h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:1rem}.about-cta-final p{font-size:1.05rem;color:#6b7280;margin-bottom:2rem}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.about-btn-primary{font-weight:500;font-size:1rem;color:#fff;background-color:#111827;border:none;border-radius:6px;padding:14px 32px;cursor:pointer;text-decoration:none;transition:all .2s ease;display:inline-block}.about-btn-primary:hover{background-color:#1f2937;transform:translateY(-1px)}.about-btn-ghost{font-weight:500;font-size:1rem;color:#6b7280;background:none;border:1px solid #e5e7eb;border-radius:6px;padding:14px 32px;cursor:pointer;text-decoration:none;transition:all .2s ease;display:inline-block}.about-btn-ghost:hover{color:#111827;border-color:#d1d5db}@media (max-width:1024px){.about-advisors-grid,.about-team-grid{grid-template-columns:repeat(2,1fr)}.about-values-grid{grid-template-columns:1fr}}@media (max-width:768px){.about-page-header{padding:4rem 1.5rem 3rem}.about-page-header h1{font-size:2rem}.about-page-header p{font-size:1rem}.about-advisors-section,.about-cta-final,.about-mission-section,.about-origin-section,.about-team-section,.about-values-section{padding:3rem 1.5rem}.about-advisors-grid,.about-team-grid{grid-template-columns:1fr}.about-cta-final h2{font-size:1.75rem}.about-cta-buttons{flex-direction:column}.about-cta-buttons .about-btn-ghost,.about-cta-buttons .about-btn-primary{width:100%;max-width:300px;text-align:center}}@media (max-width:480px){.about-advisors-section h2,.about-cta-final h2,.about-mission-section h2,.about-origin-section h2,.about-page-header h1,.about-team-section h2,.about-values-section h2{font-size:1.5rem}}.press-main{max-width:900px;margin:0 auto;padding:4rem 3rem}.press-page-header{margin-bottom:4rem;text-align:center}.press-page-header h1{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:1rem}.press-page-header p{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.press-section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;color:#9ca3af;letter-spacing:.08em;margin-bottom:1.5rem;display:inline-block}.press-featured-section{margin-bottom:4rem}.press-featured-card{background-color:#fafafa;border:1px solid #e5e7eb;border-radius:10px;padding:2rem;transition:border-color .2s}.press-featured-card:hover{border-color:#d1d5db}.press-release-date{font-size:.875rem;color:#9ca3af;margin-bottom:.75rem;font-weight:500}.press-featured-card h2{font-size:2.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:1rem;line-height:1.3}.press-featured-card p{font-size:1rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.7}.press-featured-card a{color:#111827;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.press-featured-card a:hover{color:#6b7280}.press-releases-section{margin-bottom:4rem}.press-releases-list{list-style:none;padding:0}.press-release-item{padding:2rem 0;border-bottom:1px solid #e5e7eb;transition:background-color .2s}.press-release-item:last-child{border-bottom:none}.press-release-item:hover{background-color:#fafafa}.press-release-item h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.4}.press-release-item p{font-size:.95rem;color:#6b7280;margin-bottom:1rem;line-height:1.6}.press-release-item a{color:#111827;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s}.press-release-item a:hover{color:#6b7280}.press-media-section{background-color:#f3f4f6;border-radius:10px;padding:2rem;margin-bottom:4rem}.press-media-section h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.press-media-mentions{display:flex;flex-wrap:wrap;gap:1rem}.press-media-mention{display:inline-block;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem 1rem;font-size:.9rem;color:#6b7280;transition:border-color .2s}.press-media-mention:hover{border-color:#d1d5db}.press-contact-section{background-color:#fafafa;border:1px solid #e5e7eb;border-radius:10px;padding:2rem;text-align:center}.press-contact-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.press-contact-section p{font-size:.95rem;color:#6b7280;margin-bottom:1rem}.press-contact-section a{color:#111827;text-decoration:none;font-weight:500;transition:color .2s}.press-contact-section a:hover{color:#6b7280}@media (max-width:768px){.press-main{padding:2rem 1.5rem}.press-featured-card h2,.press-page-header h1{font-size:1.75rem}.press-release-item h3{font-size:1.1rem}}.privacy-page-header{background:linear-gradient(135deg,#f0f9ff,#f8fafc);padding:4rem 2rem 3rem;text-align:center}.privacy-page-header h1{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.privacy-page-header p{color:#6b7280;font-size:1rem}.privacy-legal-content{max-width:800px;margin:0 auto;padding:3rem 2rem 4rem}.privacy-legal-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.privacy-legal-content h3{font-size:1.15rem;font-weight:600;color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.privacy-legal-content p{color:#4b5563;line-height:1.8;margin-bottom:1rem;font-size:.95rem}.privacy-legal-content ul{margin:.75rem 0 1rem 1.5rem;color:#4b5563;font-size:.95rem;line-height:1.8}.privacy-legal-content ul li{margin-bottom:.5rem}.privacy-legal-content a{color:#2563eb;text-decoration:none}.privacy-legal-content a:hover{text-decoration:underline}.privacy-effective-date{display:inline-block;background:#eff6ff;color:#2563eb;padding:.35rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;margin-bottom:2rem}@media (max-width:768px){.privacy-page-header h1{font-size:2rem}.privacy-page-header{padding:3rem 1.5rem 2rem}.privacy-legal-content{padding:2rem 1.5rem 3rem}}.terms-page-header{background:linear-gradient(135deg,#f0f9ff,#f8fafc);padding:4rem 2rem 3rem;text-align:center}.terms-page-header h1{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.terms-page-header p{color:#6b7280;font-size:1rem}.terms-legal-content{max-width:800px;margin:0 auto;padding:3rem 2rem 4rem}.terms-legal-content h2{font-size:1.5rem;font-weight:700;color:#111827;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.terms-legal-content h3{font-size:1.15rem;font-weight:600;color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.terms-legal-content p{color:#4b5563;line-height:1.8;margin-bottom:1rem;font-size:.95rem}.terms-legal-content ul{margin:.75rem 0 1rem 1.5rem;color:#4b5563;font-size:.95rem;line-height:1.8}.terms-legal-content ul li{margin-bottom:.5rem}.terms-legal-content a{color:#2563eb;text-decoration:none}.terms-legal-content a:hover{text-decoration:underline}.terms-effective-date{display:inline-block;background:#eff6ff;color:#2563eb;padding:.35rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;margin-bottom:2rem}@media (max-width:768px){.terms-page-header h1{font-size:2rem}.terms-page-header{padding:3rem 1.5rem 2rem}.terms-legal-content{padding:2rem 1.5rem 3rem}}