:root{--green-900: #0d3f2a;--green-800: #0f4a30;--green-700: #155f3d;--green-600: #1b7a4d;--green-500: #22965d;--primary: var(--green-700);--primary-dark: var(--green-800);--primary-light: var(--green-600);--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%)}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0;text-align:left;background:linear-gradient(var(--gray-gradient)) no-repeat;background-size:100% 600px;word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--gray-dark));font-size:20px;line-height:1.7}main{width:1080px;max-width:calc(100% - 2em);margin:auto;padding:3em 1em}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:rgb(var(--black));line-height:1.2}h1{font-size:3.052em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}strong,b{font-weight:700}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark);text-decoration:underline}p{margin-bottom:1em}.section{margin:4rem 0}.hero{text-align:center;margin:4rem 0}.hero h1{font-size:3.5rem;margin-bottom:1rem}.hero p{font-size:1.5rem;max-width:800px;margin:0 auto 2rem;color:rgb(var(--gray))}.cta-button{display:inline-block;background-color:var(--primary);color:#fff;padding:.8rem 2rem;border-radius:6px;font-weight:600;font-size:1.1rem;transition:background-color .3s ease;border:none;cursor:pointer}.cta-button:hover{background-color:var(--primary-dark);color:#fff;text-decoration:none}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.feature-item{padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000026}.feature-item h3{margin-top:0;color:var(--primary)}.expertise-section{background-color:rgba(var(--gray-light),.4);padding:3rem;border-radius:8px;margin:3rem 0}img{max-width:100%;height:auto;border-radius:8px}@media (max-width: 768px){body{font-size:16px}main{padding:1.5em 1em}h1{font-size:2.4em}h2{font-size:2em}h3{font-size:1.6em}.hero h1{font-size:2.4rem;line-height:1.3}.hero p{font-size:1.1rem;padding:0 1rem}.feature-grid{grid-template-columns:1fr;gap:1.5rem}.section{margin:3rem 0;padding:0 .5rem}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.cta-button,.secondary-button{width:100%;max-width:300px;text-align:center;margin:0}.expertise-section{padding:2rem 1.5rem}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.dev-badge{display:inline-block;background-color:rgba(var(--gray),.15);color:rgb(var(--gray-dark));font-size:.8rem;font-weight:500;padding:.25rem .6rem;border-radius:4px;margin-left:.75rem;vertical-align:middle}.dev-stage{margin-top:1rem;padding:.75rem 1rem;background-color:rgba(var(--gray-light),.6);border-left:3px solid var(--primary);border-radius:0 4px 4px 0}.timeline{display:flex;align-items:center;margin:2rem 0;width:100%;position:relative}.timeline:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background-color:rgba(var(--gray),.2);z-index:1}.timeline-point{position:relative;z-index:2;flex:1;text-align:center;padding-top:2.5rem}.timeline-point:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:16px;height:16px;border-radius:50%;background-color:#fff;border:2px solid rgba(var(--gray),.5)}.timeline-point.completed:before{background-color:var(--primary);border-color:var(--primary)}.timeline-point.active:before{background-color:#fff;border-color:var(--primary);border-width:3px}.option-card{background-color:#fff;padding:1.75rem;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.option-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.option-card h3{color:var(--primary);margin-top:.5rem;margin-bottom:1rem}.option-card .icon{font-size:2rem;color:var(--primary);margin-bottom:.5rem}.option-link{display:inline-block;margin-top:1rem;color:var(--primary);font-weight:500}.option-link:hover{text-decoration:none;color:var(--primary-dark)}.interest-tag{display:inline-block;padding:.3rem .6rem;border-radius:3px;font-size:.85rem;margin-right:.5rem;margin-bottom:.5rem;background-color:rgba(var(--gray-light),.7);cursor:pointer;transition:background-color .2s ease}.interest-tag:hover,.interest-tag.selected{background-color:rgba(var(--primary),.1);color:var(--primary)}.faq-item{border-bottom:1px solid rgba(var(--gray),.2);margin-bottom:1rem}.faq-question{padding:1rem 0;cursor:pointer;font-weight:500;display:flex;justify-content:space-between;align-items:center}.faq-question:after{content:"+";font-size:1.5rem;color:var(--primary);transition:transform .3s ease}.faq-item.active .faq-question:after{transform:rotate(45deg)}.faq-answer{padding:0 0 1rem;display:none}.faq-item.active .faq-answer{display:block}.status-note{font-size:.9rem;color:rgb(var(--gray));font-style:italic;margin-top:.5rem}.concept-badge{position:absolute;bottom:10px;right:10px;background-color:#0009;color:#fff;padding:.3rem .6rem;font-size:.75rem;border-radius:3px}.visualization-image{position:relative}.secondary-button{display:inline-block;background-color:transparent;color:var(--primary);border:2px solid var(--primary);padding:.75rem 1.75rem;border-radius:4px;font-weight:700;font-size:1.1rem;transition:background-color .3s ease;margin-left:1rem}.secondary-button:hover{background-color:rgba(var(--primary),.1);text-decoration:none}.text-link{color:var(--primary);font-weight:500;text-decoration:none;transition:color .2s ease}.text-link:hover{color:var(--primary-dark);text-decoration:underline}.section-intro{font-size:1.2rem;max-width:800px;margin:0 auto 2rem;text-align:center}.section-cta{text-align:center;margin-top:2rem}@media (max-width: 768px){.timeline{flex-direction:column;align-items:flex-start}.timeline:before{top:0;bottom:0;left:8px;width:2px;height:auto}.timeline-point{padding-top:0;padding-left:30px;text-align:left;margin-bottom:1.5rem;width:100%}.timeline-point:before{left:0;top:50%;transform:translateY(-50%)}.option-grid{grid-template-columns:1fr;gap:1.2rem}.secondary-button{margin-left:0;margin-top:1rem;display:block;text-align:center}.steps-grid{grid-template-columns:1fr}.contact-intro{margin-bottom:2rem}.contact-intro p{font-size:1rem;line-height:1.5}.participation-section,.contact-form-section,.contact-info-section,.faq-section{margin:3rem 0}.interest-tags{gap:.3rem}.interest-tag{font-size:.8rem;margin-right:.3rem;margin-bottom:.3rem;padding:.25rem .5rem}.form-row{grid-template-columns:1fr;gap:0;margin-bottom:0}.info-grid{grid-template-columns:1fr;gap:1rem}.option-card{padding:1.25rem}.hero-buttons,.cta-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-button,.secondary-button{width:100%;max-width:300px;text-align:center;margin:0}.section{margin:3rem 0;padding:0 .5rem}.section-intro{margin-bottom:1.5rem}}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}header[data-astro-cid-3ef6ksr2]{margin:0;padding:0 1em;background:#fff;box-shadow:0 2px 8px rgba(var(--black),5%);position:sticky;top:0;z-index:100}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem}.logo-image[data-astro-cid-3ef6ksr2]{height:40px;width:auto}h2[data-astro-cid-3ef6ksr2]{margin:0;font-size:1.6em}h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none;color:var(--primary)}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;max-width:1080px;margin:0 auto}.internal-links[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1rem}.cta-buttons[data-astro-cid-3ef6ksr2]{display:flex;gap:.5rem;margin-left:1rem}.cta-call[data-astro-cid-3ef6ksr2]{padding:.5rem 1rem!important;background:var(--green-700);color:#fff!important;border-radius:6px;font-weight:600;font-size:.9rem}.cta-call[data-astro-cid-3ef6ksr2]:hover{background:var(--green-800)!important}.cta-quote[data-astro-cid-3ef6ksr2]{padding:.5rem 1rem!important;border:2px solid var(--green-700);color:var(--green-700)!important;border-radius:6px;font-weight:600;font-size:.9rem}.cta-quote[data-astro-cid-3ef6ksr2]:hover{background:var(--green-700)!important;color:#fff!important}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:.5em .8em;color:var(--black);border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .2s ease}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{background-color:rgba(var(--gray-light),.7);text-decoration:none}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{color:var(--primary);font-weight:700}.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer}.mobile-menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:3px;width:100%;background-color:var(--primary);border-radius:3px;transition:all .3s ease}@media (max-width: 720px){.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:flex}.internal-links[data-astro-cid-3ef6ksr2]{flex-direction:column;position:absolute;top:100%;right:0;left:0;background:#fff;box-shadow:0 2px 8px rgba(var(--black),5%);padding:0;display:none;width:100%;z-index:100}.cta-buttons[data-astro-cid-3ef6ksr2]{flex-direction:column;margin-left:0;width:100%;gap:0}.cta-call[data-astro-cid-3ef6ksr2],.cta-quote[data-astro-cid-3ef6ksr2]{padding:1rem!important;border-top:1px solid rgba(var(--gray-light),1);width:100%;text-align:center;border-radius:0!important}.logo[data-astro-cid-3ef6ksr2]{gap:.5rem}.logo-image[data-astro-cid-3ef6ksr2]{height:32px}h2[data-astro-cid-3ef6ksr2]{font-size:1.3em}.internal-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:1rem;border-top:1px solid rgba(var(--gray-light),1);width:100%;text-align:center}.internal-links[data-astro-cid-3ef6ksr2].expanded{display:flex}nav[data-astro-cid-3ef6ksr2]{padding:.8rem 0;position:relative}.mobile-menu-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:first-child{transform:rotate(45deg) translate(5px,6px)}.mobile-menu-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.mobile-menu-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:last-child{transform:rotate(-45deg) translate(5px,-6px)}}footer[data-astro-cid-sz7xmlte]{padding:4rem 1rem 2rem;background:linear-gradient(var(--gray-gradient)) no-repeat;color:rgb(var(--gray-dark))}.footer-content[data-astro-cid-sz7xmlte]{max-width:1080px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem}.footer-logo[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.footer-logo-image[data-astro-cid-sz7xmlte]{height:48px;width:auto}.footer-logo[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{margin:0;font-size:1.8rem;color:var(--green-700)}.footer-logo[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin-top:.5rem;opacity:.8}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:4rem}.link-group[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{margin-top:0;font-size:1.1rem}.link-group[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0}.link-group[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.7rem}.link-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:rgb(var(--gray-dark));text-decoration:none;transition:color .2s ease}.link-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--primary)}.footer-bottom[data-astro-cid-sz7xmlte]{max-width:1080px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(var(--gray),.3);text-align:center;font-size:.9rem;opacity:.8}.business-info[data-astro-cid-sz7xmlte]{margin-top:.5rem;font-size:.8rem;color:var(--green-700);font-weight:500}@media (max-width: 768px){.footer-content[data-astro-cid-sz7xmlte]{flex-direction:column;gap:2rem}.footer-links[data-astro-cid-sz7xmlte]{width:100%;justify-content:space-between;gap:1rem}}.container[data-astro-cid-sckkx6r4]{max-width:1080px;margin:0 auto;padding:0 1rem}.hero-container[data-astro-cid-sckkx6r4]{text-align:center;padding:3rem 1rem}.hero-container[data-astro-cid-sckkx6r4] h1[data-astro-cid-sckkx6r4]{margin-bottom:1rem}.description[data-astro-cid-sckkx6r4]{max-width:800px;margin:0 auto;color:rgb(var(--gray))}@media (max-width: 768px){.hero-container[data-astro-cid-sckkx6r4]{padding:2rem 1rem}.hero-container[data-astro-cid-sckkx6r4] h1[data-astro-cid-sckkx6r4]{font-size:2.2rem}.description[data-astro-cid-sckkx6r4]{font-size:1rem;padding:0 .5rem}}
