.nav{position:sticky;top:0;z-index:2147483647;width:100%;padding:.875rem 0}.nav-light{background:var(--section-bg);box-shadow:0 1px #0000000f}html.dark .nav-light{box-shadow:0 1px #ffffff0f}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem}.nav-logo-block{display:flex;align-items:center;text-decoration:none;color:var(--gray-700)}.nav-logo-block:hover{color:var(--accent)}.nav-logo-img{height:72px;width:auto;display:block;object-fit:contain}@media (max-width: 768px){.nav-logo-img{height:56px}}.nav-toggle{display:none;background:none;border:none;color:var(--gray-700);cursor:pointer;padding:.5rem}.nav-menu{display:flex;align-items:center;gap:1.75rem;list-style:none}.nav-light .nav-menu a{color:var(--gray-600);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s}.nav-light .nav-menu a:hover{color:var(--accent)}.nav-menu .nav-icon-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--gray-100);color:var(--gray-700);text-decoration:none;transition:background .2s,color .2s}.nav-menu .nav-icon-link:hover{background:var(--gray-200);color:var(--accent)}.nav-theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:var(--gray-700);cursor:pointer;transition:background .2s,color .2s}.nav-theme-toggle:hover{background:transparent;color:var(--accent)}.nav-theme-toggle .material-symbols-outlined{font-size:22px}.nav-theme-icon{width:22px;height:22px;display:block}.btn-nav{padding:.5rem 1.25rem;font-size:.9rem;border-radius:8px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex;align-items:center}.btn-nav-primary{background:var(--accent);color:var(--white);border:none}.nav-light .nav-menu a.btn-nav-primary{color:var(--white)}.btn-nav-primary:hover{background:var(--primary-hover);color:var(--white)}.nav-light .nav-menu a.btn-nav-primary:hover{color:var(--white)}@media (max-width: 768px){.nav-toggle{display:block}.nav-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:1rem;background:var(--white);box-shadow:0 4px 12px #0000001a;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s,opacity .2s}.nav-menu-open{max-height:320px;opacity:1}.nav-menu li{padding:.75rem 0;border-bottom:1px solid var(--gray-200)}.nav-menu li:last-child{border-bottom:none}}.hero{position:relative;z-index:1}.hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;min-height:480px;max-width:1200px;margin:0 auto;padding:3rem 1.5rem 4rem;align-items:center}@media (max-width: 900px){.hero-layout{grid-template-columns:1fr;min-height:auto;padding:2rem 1.5rem 3rem}.hero-right,.hero-card{display:none!important}}.hero-left{padding:0}.hero-content h1{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;margin-bottom:1rem;color:var(--gray-700);letter-spacing:-.02em;line-height:1.25}.hero-content .hero-desc{color:var(--gray-600);font-size:1rem;line-height:1.7;margin-bottom:1.75rem;max-width:520px}.hero-highlight{color:var(--accent)}@media (max-width: 900px){.hero-left{text-align:center}.hero-content .hero-desc{margin-left:auto;margin-right:auto}}.hero-cta-wrap{display:flex;flex-wrap:wrap;gap:.75rem}.hero-cta-wrap .btn-hero-solid:hover,.hero-cta-wrap .btn-hero-outline:hover{transform:translateY(-2px)}@media (max-width: 900px){.hero-cta-wrap{justify-content:center}}.btn-hero-solid{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;background:var(--accent);color:var(--white);border:none;font-family:inherit;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.btn-hero-solid:hover{background:var(--primary-hover);transform:translateY(-2px)}.btn-hero-outline{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;background:var(--white);color:var(--accent);border:2px solid var(--accent);font-family:inherit;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.btn-hero-outline:hover{background:var(--accent-soft);transform:translateY(-2px)}.hero-right{display:flex;align-items:center;justify-content:center;padding:0}.hero-card{background:var(--hero-card-bg);border:1px solid var(--hero-card-border);border-radius:16px;padding:1.75rem;box-shadow:0 4px 24px #00000014;width:100%;max-width:400px}html.dark .hero-card{box-shadow:0 4px 24px #0000004d}.hero-card-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.hero-card-list li{display:flex;align-items:center;gap:1rem;transition:transform .2s ease}.hero-card-list li:hover{transform:translate(4px)}.hero-card-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);border-radius:10px}.hero-card-icon .material-symbols-outlined{font-size:22px}.hero-card-label{font-weight:500;color:var(--gray-700);font-size:.95rem}.btn{display:inline-block;background:var(--primary);color:var(--white);font-weight:600;padding:.875rem 1.75rem;border-radius:10px;text-decoration:none;transition:background .2s;border:none;cursor:pointer;font-size:1rem;font-family:inherit}.btn:hover{background:var(--primary-hover)}.btn:disabled{opacity:.7;cursor:not-allowed}.values{padding:4.5rem 1.5rem;background:var(--section-bg);border-top:1px solid var(--section-divider);content-visibility:auto;contain-intrinsic-size:700px}.values .container{max-width:1100px;margin:0 auto}.values h2{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-700);opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.values.animate-in-view h2{opacity:1;transform:translateY(0)}.values .values-intro{text-align:center;color:var(--gray-600);max-width:560px;margin:0 auto 2.5rem;line-height:1.7;font-size:1rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease .1s,transform .5s ease .1s}.values.animate-in-view .values-intro{opacity:1;transform:translateY(0)}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.card{background:var(--gray-50);border-radius:14px;padding:1.75rem;border:1px solid var(--gray-200);transition:box-shadow .2s,border-color .2s,transform .4s ease,opacity .4s ease;opacity:0;transform:translateY(24px)}.values.animate-in-view .card{opacity:1;transform:translateY(0)}.values.animate-in-view .card:nth-child(1){transition-delay:.1s}.values.animate-in-view .card:nth-child(2){transition-delay:.2s}.values.animate-in-view .card:nth-child(3){transition-delay:.3s}.values.animate-in-view .card:nth-child(4){transition-delay:.4s}.card:hover{border-color:var(--gray-200);box-shadow:0 4px 12px #0000000f;transform:translateY(-4px)}.values.animate-in-view .card:hover{transform:translateY(-4px)}@media (max-width: 768px){.cards{grid-template-columns:1fr}}.card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);border-radius:12px;margin-bottom:1.25rem}.card-icon .material-symbols-outlined{font-size:26px}.card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-700)}.card p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.process{margin-top:0;padding:4.5rem 1.5rem 5rem;background:transparent;content-visibility:auto;contain-intrinsic-size:900px}.process .container{max-width:1120px;margin:0 auto}.process h2{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-700);opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.process.animate-in-view h2{opacity:1;transform:translateY(0)}.process-intro{text-align:center;color:var(--gray-600);max-width:680px;margin:0 auto 3.25rem;line-height:1.7;font-size:1rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease .1s,transform .5s ease .1s}.process.animate-in-view .process-intro{opacity:1;transform:translateY(0)}.process-timeline{max-width:980px;margin:0 auto;position:relative}.process-timeline-item{display:grid;grid-template-columns:minmax(0,1fr) 88px minmax(0,1fr);gap:1.25rem;align-items:start;opacity:0;transform:translateY(22px);transition:opacity .45s ease,transform .45s ease;min-height:124px}.process.animate-in-view .process-timeline-item{opacity:1;transform:translateY(0)}.process.animate-in-view .process-timeline-item:nth-child(1){transition-delay:.1s}.process.animate-in-view .process-timeline-item:nth-child(2){transition-delay:.18s}.process.animate-in-view .process-timeline-item:nth-child(3){transition-delay:.26s}.process.animate-in-view .process-timeline-item:nth-child(4){transition-delay:.34s}.process-timeline-separator{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:center;justify-self:center;position:relative;z-index:1}.process-timeline-dot{width:56px;height:56px;border-radius:999px;background:var(--hero-card-bg);border:3px solid rgba(102,187,106,.45);color:var(--accent);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #388e3c1f}.process-timeline-dot .material-symbols-outlined{font-size:26px}.process-timeline-connector{width:2px;min-height:68px;margin-top:.35rem;border-radius:999px;background:linear-gradient(180deg,#66bb6a8c,#66bb6a2e)}.process-timeline-connector-hidden{visibility:hidden}.process-timeline-copy{align-self:center;max-width:320px}.process-timeline-copy-left{grid-column:1;justify-self:end;text-align:right}.process-timeline-copy-right{grid-column:3;justify-self:start;text-align:left}.process-number{display:inline-block;margin-bottom:.4rem;color:var(--accent);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.process-timeline-copy h3{color:var(--gray-700);font-size:1.45rem;font-weight:700;line-height:1.2}.process-timeline-copy p{margin-top:.35rem;color:var(--gray-600);font-size:.98rem;line-height:1.45}.process-timeline-item:nth-child(1) .process-timeline-dot{border-color:#81c78473}.process-timeline-item:nth-child(2) .process-timeline-dot{border-color:#66bb6a8c}.process-timeline-item:nth-child(3) .process-timeline-dot{border-color:#388e3c8c}.process-timeline-item:nth-child(4) .process-timeline-dot{border-color:#66bb6ab3}@media (max-width: 980px){.process-timeline-item{grid-template-columns:68px minmax(0,1fr);gap:.9rem;min-height:0}.process-timeline-copy,.process-timeline-copy-left,.process-timeline-copy-right{grid-column:2;justify-self:start;text-align:left;max-width:none}.process-timeline-separator{grid-column:1;grid-row:1;justify-self:center}.process-timeline-dot{width:48px;height:48px}.process-timeline-dot .material-symbols-outlined{font-size:22px}.process-timeline-connector{min-height:78px}.process-timeline-copy h3{font-size:1.15rem}}.knowledge{padding:4.5rem 1.5rem;border-top:1px solid var(--section-divider);content-visibility:auto;contain-intrinsic-size:700px}.knowledge .container{max-width:1100px;margin:0 auto}.knowledge h2{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-700);opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.knowledge.animate-in-view h2{opacity:1;transform:translateY(0)}.knowledge-intro{text-align:center;color:var(--gray-600);max-width:640px;margin:0 auto 2.5rem;line-height:1.7;font-size:1rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease .1s,transform .5s ease .1s}.knowledge.animate-in-view .knowledge-intro{opacity:1;transform:translateY(0)}.knowledge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.knowledge-card{background:var(--gray-50);border-radius:14px;padding:1.5rem;border:1px solid var(--gray-200);transition:box-shadow .2s,transform .2s,opacity .4s ease;opacity:0;transform:translateY(24px)}.knowledge.animate-in-view .knowledge-card{opacity:1;transform:translateY(0)}.knowledge.animate-in-view .knowledge-card:nth-child(1){transition-delay:.1s}.knowledge.animate-in-view .knowledge-card:nth-child(2){transition-delay:.2s}.knowledge.animate-in-view .knowledge-card:nth-child(3){transition-delay:.3s}.knowledge.animate-in-view .knowledge-card:nth-child(4){transition-delay:.4s}@media (max-width: 768px){.knowledge-grid{grid-template-columns:1fr}}.knowledge-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000000f}.knowledge-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);border-radius:12px;margin-bottom:1rem}.knowledge-card h3{color:var(--gray-700);font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.knowledge-card p{color:var(--gray-600);font-size:.94rem;line-height:1.6}.knowledge-link{display:inline-flex;margin-top:.9rem;color:var(--accent);font-weight:600;text-decoration:none}.knowledge-link:hover{text-decoration:underline}.faq{padding:4.5rem 1.5rem;background:var(--section-bg);border-top:1px solid var(--section-divider);content-visibility:auto;contain-intrinsic-size:650px}.faq .container{max-width:900px;margin:0 auto}.faq h2{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:var(--gray-700);opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.faq.animate-in-view h2{opacity:1;transform:translateY(0)}.faq-list{display:grid;gap:.875rem}.faq-item{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:1rem 1.1rem;opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease}.faq.animate-in-view .faq-item{opacity:1;transform:translateY(0)}.faq.animate-in-view .faq-item:nth-child(1){transition-delay:.1s}.faq.animate-in-view .faq-item:nth-child(2){transition-delay:.15s}.faq.animate-in-view .faq-item:nth-child(3){transition-delay:.2s}.faq.animate-in-view .faq-item:nth-child(4){transition-delay:.25s}.faq-item summary{list-style:none;cursor:pointer;color:var(--gray-700);font-weight:600;line-height:1.4;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::marker{content:""}.faq-item summary:after{content:"";width:.55rem;height:.55rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);flex-shrink:0;transition:transform .2s ease}.faq-item[open] summary:after{transform:rotate(225deg)}.faq-item p{margin-top:.75rem;color:var(--gray-600);line-height:1.65;font-size:.95rem}.blog-page{min-height:calc(100vh - 120px)}.blog-hero{padding:4rem 1.5rem 2rem}.blog-eyebrow,.blog-card-category{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:.82rem}.blog-hero h1,.blog-article-card h1,.blog-not-found h1{margin-top:1rem;color:var(--gray-700);font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2}.blog-lead{margin-top:1rem;max-width:760px;color:var(--gray-600);font-size:1.05rem;line-height:1.8}.blog-toolbar{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:end;justify-content:space-between}.blog-search{display:flex;flex-direction:column;gap:.45rem;min-width:min(100%,420px)}.blog-search-label{color:var(--gray-700);font-weight:600;font-size:.92rem}.blog-search input{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid var(--gray-200);background:var(--section-bg);color:var(--gray-700);font:inherit}.blog-search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #66bb6a29}.blog-results-count{color:var(--gray-600);font-size:.95rem;font-weight:500}.blog-listing{padding:1rem 1.5rem 4.5rem}.blog-grid,.blog-related-grid{display:grid;grid-template-columns:1fr;gap:1rem}.blog-card,.blog-related-card,.blog-article-card,.blog-not-found{background:var(--section-bg);border:1px solid var(--section-divider);border-radius:18px;box-shadow:0 12px 30px #0f172a14}html.dark .blog-card,html.dark .blog-related-card,html.dark .blog-article-card,html.dark .blog-not-found{box-shadow:0 12px 30px #00000040}.blog-card{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:1.5rem 1.6rem}.blog-card h2{margin-top:1rem;font-size:1.2rem;line-height:1.4}.blog-card h2 a{color:var(--gray-700);text-decoration:none}.blog-card h2 a:hover,.blog-card-link:hover,.blog-back-link:hover,.blog-related-card:hover strong{color:var(--accent)}.blog-card p{margin-top:.75rem;color:var(--gray-600);line-height:1.7;max-width:980px}.blog-card-link{display:inline-flex;margin-top:1rem;color:var(--accent);text-decoration:none;font-weight:700}.blog-empty-state{padding:2rem;border-radius:18px;border:1px solid var(--section-divider);background:var(--section-bg);text-align:center}.blog-empty-state h2{color:var(--gray-700);margin-bottom:.5rem}.blog-empty-state p{color:var(--gray-600)}.blog-list-pagination{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.blog-list-pagination-pages{display:flex;flex-wrap:wrap;gap:.5rem}.blog-list-pagination-button,.blog-list-page-button{border:1px solid var(--gray-200);background:var(--section-bg);color:var(--gray-700);border-radius:10px;padding:.7rem .95rem;font:inherit;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.blog-list-pagination-button:hover:not(:disabled),.blog-list-page-button:hover:not(.blog-list-page-button-active){border-color:var(--accent);color:var(--accent)}.blog-list-pagination-button:disabled{opacity:.55;cursor:not-allowed}.blog-list-page-button-active{background:var(--accent);border-color:var(--accent);color:var(--white)}.blog-card-category{margin-bottom:.15rem}.blog-card-date{margin-top:.7rem;color:var(--gray-600);font-size:.88rem;font-weight:500}.blog-article{padding:2rem 1.5rem 4.5rem;width:100%;max-width:1320px;margin:0 auto}.blog-breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem;color:var(--gray-600);font-size:.92rem}.blog-breadcrumbs a{color:var(--accent);text-decoration:none}.blog-breadcrumbs a:hover{text-decoration:underline}.blog-back-link{display:inline-flex;margin-bottom:1rem;color:var(--accent);text-decoration:none;font-weight:700}.blog-article-card{padding:2rem;width:100%}.blog-meta{margin-top:.65rem;color:var(--gray-600);font-size:.92rem}.blog-meta-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.65rem}.blog-meta-row .blog-meta{margin-top:0}.blog-section{margin-top:1.75rem}.blog-section h2,.blog-related h2{color:var(--gray-700);font-size:1.3rem;margin-bottom:.75rem}.blog-section p,.blog-section li{color:var(--gray-600);line-height:1.8}.blog-section ul,.blog-section ol{padding-left:1.2rem}.blog-section li+li{margin-top:.5rem}.blog-cta{margin-top:1.75rem}.blog-related{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--section-divider)}.blog-pagination{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--section-divider);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.blog-pagination-link,.blog-pagination-spacer{min-height:100%}.blog-pagination-link{display:flex;flex-direction:column;gap:.45rem;padding:1rem 1.1rem;border-radius:14px;border:1px solid var(--section-divider);background:var(--gray-50);text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.blog-pagination-link:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 20px #0f172a14}.blog-pagination-link span{color:var(--accent);font-size:.82rem;font-weight:700}.blog-pagination-link strong{color:var(--gray-700);line-height:1.5}.blog-pagination-link-next{text-align:right}.blog-related-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;padding:1.15rem 1.2rem;text-decoration:none}.blog-related-card span{display:inline-flex;align-items:center;color:var(--accent);font-size:.82rem;font-weight:700}.blog-related-card strong{color:var(--gray-700);line-height:1.5;transition:color .2s ease}.blog-not-found{padding:2rem;margin-top:2rem;text-align:center}@media (max-width: 768px){.blog-hero,.blog-listing,.blog-article{padding-left:1rem;padding-right:1rem}.blog-article-card{padding:1.35rem}.blog-meta-row{gap:.4rem 1rem;flex-direction:column}.blog-toolbar,.blog-list-pagination{align-items:stretch}.blog-list-pagination{flex-direction:column}.blog-pagination{grid-template-columns:1fr}.blog-pagination-link-next{text-align:left}}.signup{padding:4.5rem 1.5rem;border-top:1px solid var(--section-divider);content-visibility:auto;contain-intrinsic-size:620px}.signup h2{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-700);opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.signup.animate-in-view h2{opacity:1;transform:translateY(0)}.signup .sub{text-align:center;color:var(--gray-600);margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.7;font-size:.95rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease .1s,transform .5s ease .1s}.signup.animate-in-view .sub{opacity:1;transform:translateY(0)}.signup-form{max-width:400px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease .2s,transform .5s ease .2s}.signup.animate-in-view .signup-form{opacity:1;transform:translateY(0)}.signup-form input{padding:.875rem 1rem;border-radius:10px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:1rem;font-family:inherit;transition:border-color .2s}.signup-form input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #66bb6a33}.signup-form input::placeholder{color:var(--gray-600)}.signup-form input:disabled{opacity:.7}.signup-form .btn{background:var(--accent);color:var(--white);padding:.875rem 1.75rem;border-radius:10px;font-weight:600}.signup-form .btn:hover{background:var(--primary-hover);color:var(--white)}.success-msg{text-align:center;color:var(--accent);font-weight:500;margin-top:1rem}.error-msg{text-align:center;color:#dc2626;margin-top:1rem}footer{padding:1.75rem 1.5rem;text-align:center;color:var(--gray-600);font-size:.875rem;background:var(--section-bg);border-top:1px solid var(--section-divider)}:root{--bg: #0f172a;--surface: #1e293b;--primary: #2f7d32;--primary-hover: #1f5a23;--text: #f8fafc;--text-muted: #94a3b8;--accent: #2f7d32;--accent-soft: #e8f5e9;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-600: #475569;--gray-700: #334155;--hero-bg: #e8f0e9;--hero-shape-1: rgba(129, 199, 132, .35);--hero-shape-2: rgba(102, 187, 106, .28);--hero-shape-3: rgba(56, 142, 60, .22);--hero-shape-4: rgba(129, 199, 132, .2);--hero-shape-5: rgba(102, 187, 106, .2);--section-overlay: rgba(255, 255, 255, .78);--section-overlay-strong: rgba(255, 255, 255, .92);--content-overlay: rgba(255, 255, 255, .55);--hero-card-bg: #ffffff;--hero-card-border: rgba(0, 0, 0, .06);--section-divider: rgba(0, 0, 0, .08);--section-bg: #ffffff}html.dark{--white: #0f172a;--gray-50: #1e293b;--gray-100: #334155;--gray-200: #475569;--gray-300: #64748b;--gray-600: #94a3b8;--gray-700: #f1f5f9;--hero-bg: #0f172a;--hero-shape-1: rgba(129, 199, 132, .4);--hero-shape-2: rgba(102, 187, 106, .32);--hero-shape-3: rgba(56, 142, 60, .28);--hero-shape-4: rgba(129, 199, 132, .24);--hero-shape-5: rgba(102, 187, 106, .25);--section-overlay: rgba(15, 23, 42, .82);--section-overlay-strong: rgba(15, 23, 42, .94);--content-overlay: rgba(15, 23, 42, .65);--hero-card-bg: #1e293b;--hero-card-border: rgba(255, 255, 255, .1);--section-divider: rgba(255, 255, 255, .08);--section-bg: #0f172a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background:var(--hero-bg);color:var(--gray-700);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.app-wrap{position:relative;min-height:100vh}.app-content{position:relative;z-index:2;min-height:100vh;background:var(--section-overlay-strong)}.hero-section__bg{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0;pointer-events:none;will-change:transform;background:var(--hero-bg);background-image:radial-gradient(ellipse 140% 100% at 50% -10%,rgba(129,199,132,.35) 0%,transparent 55%),radial-gradient(ellipse 100% 140% at 110% 110%,rgba(102,187,106,.28) 0%,transparent 50%),radial-gradient(ellipse 80% 100% at -10% 50%,rgba(129,199,132,.22) 0%,transparent 50%),radial-gradient(ellipse 70% 80% at 80% 20%,rgba(102,187,106,.15) 0%,transparent 45%)}.hero-section__bg--static{transform:none!important}html.dark .hero-section__bg{background-image:radial-gradient(ellipse 140% 100% at 50% -10%,rgba(129,199,132,.45) 0%,transparent 55%),radial-gradient(ellipse 100% 140% at 110% 110%,rgba(102,187,106,.38) 0%,transparent 50%),radial-gradient(ellipse 80% 100% at -10% 50%,rgba(129,199,132,.28) 0%,transparent 50%),radial-gradient(ellipse 70% 80% at 80% 20%,rgba(102,187,106,.2) 0%,transparent 45%)}.hero-section{position:relative;background:transparent;overflow:visible}.hero-section__shape{position:absolute;border-radius:50%;filter:blur(56px);opacity:.9;mix-blend-mode:normal;transition:background .3s ease,opacity .3s ease}.hero-section__shape--1{width:55vw;max-width:520px;height:55vw;max-height:520px;background:var(--hero-shape-1);top:-20%;left:-15%}.hero-section__shape--2{width:50vw;max-width:480px;height:50vw;max-height:480px;background:var(--hero-shape-2);bottom:-25%;right:-12%}.hero-section__shape--3{width:35vw;max-width:320px;height:35vw;max-height:320px;background:var(--hero-shape-3);top:40%;left:40%;opacity:.55;filter:blur(56px)}.hero-section__shape--4{width:45vw;max-width:380px;height:45vw;max-height:380px;background:var(--hero-shape-4);top:60%;left:-10%;opacity:.7;filter:blur(64px)}.hero-section__shape--5{width:40vw;max-width:340px;height:40vw;max-height:340px;background:var(--hero-shape-5);top:15%;right:10%;opacity:.5;filter:blur(60px)}@media (hover: none) and (pointer: coarse){.app-content{background:var(--section-overlay-strong);backdrop-filter:none;-webkit-backdrop-filter:none}.hero-section__bg{will-change:auto}.hero-section__shape{opacity:.7;filter:blur(50px)}}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-rendering:optimizeLegibility;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}
