:root{--color-primary-green: #3BA87C;--color-primary-green-light: #4BC590;--color-primary-green-dark: #2A8A65;--color-accent-orange: #E8825F;--color-accent-orange-light: #F29A7A;--color-accent-orange-dark: #D66B4A;--color-corporate-blue: #4A6FA5;--color-corporate-blue-light: #5F88C4;--color-pastel-cream: #F8F5EF;--color-pastel-sage: #E5F0E8;--color-pastel-mint: #E0F2E9;--color-pastel-blue: #E6EDF5;--color-pastel-peach: #FFEEE8;--color-white: #FFFFFF;--color-gray-light: #F5F5F5;--color-gray-medium: #5A6370;--color-gray-dark: #1F2937;--color-text-primary: #1A2E25;--color-text-secondary: #3F5449;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-pastel-cream);color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6{color:var(--color-text-primary);font-weight:600;line-height:1.3}a{color:var(--color-corporate-blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-corporate-blue-light)}button{border-radius:8px;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease}button:focus-visible{outline:2px solid var(--color-primary-green);outline-offset:2px}.landing-page{min-height:100vh;background:#fff}.header{position:sticky;top:0;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(107,142,127,.08);z-index:100;padding:1rem 0}.nav-container{max-width:1120px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-v-icon{width:44px;height:44px;background:linear-gradient(135deg,#3ba87c,#2a8a65);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:800;border-radius:50%;border:2px solid #2A8A65;box-shadow:0 2px 8px #3aa87c40;position:relative;transform:rotate(-8deg);transition:all .2s ease}.logo-v-icon:before{content:"";position:absolute;inset:-5px;border:1.5px dashed rgba(42,138,101,.5);border-radius:50%}.logo-container:hover .logo-v-icon{transform:translateY(-1px) rotate(-5deg);box-shadow:0 4px 12px #3aa87c59}.logo-text{display:flex;align-items:baseline;font-size:1.7rem;font-weight:800;letter-spacing:-.5px}.logo-vetted{color:#3ba87c}.logo-hire{color:#a68968}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--color-text-primary);font-weight:500;font-size:.95rem;transition:color .2s ease;letter-spacing:.01em}.nav-link:hover{color:var(--color-primary-green)}.nav-cta-button{background:var(--color-primary-green);color:#fff;padding:.6rem 1.4rem;border-radius:6px;font-weight:600;font-size:.95rem;transition:all .2s ease;text-decoration:none}.nav-cta-button:hover{background:var(--color-primary-green-dark);transform:translateY(-1px);box-shadow:0 2px 8px #3aa87c4d;color:#fff}.hero-section{max-width:1120px;margin:0 auto;padding:6rem 2rem 5rem}.hero-content{max-width:760px}.hero-content h1{font-size:3.25rem;margin-bottom:1.5rem;color:var(--color-text-primary);line-height:1.12;font-weight:700;letter-spacing:-.02em}.hero-subtitle{font-size:1.2rem;color:var(--color-text-secondary);margin-bottom:2.5rem;line-height:1.7;font-weight:400;max-width:640px}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.primary-button{background:var(--color-primary-green);color:#fff;padding:.9rem 1.75rem;font-size:1rem;font-weight:600;border-radius:8px;display:inline-block;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.primary-button:hover{background:var(--color-primary-green-dark);transform:translateY(-2px);box-shadow:0 4px 16px #3aa87c4d;color:#fff}.secondary-button{background:transparent;color:var(--color-primary-green);padding:.9rem 1.75rem;font-size:1rem;font-weight:600;border:2px solid var(--color-primary-green);border-radius:8px;text-decoration:none;display:inline-block;transition:all .2s ease}.secondary-button:hover{background:var(--color-pastel-sage);color:var(--color-primary-green-dark)}.hero-trust-line{display:flex;align-items:center;gap:.75rem}.trust-marker{width:3px;height:20px;background:var(--color-primary-green);border-radius:2px;flex-shrink:0}.hero-trust-line p{font-size:.95rem;color:var(--color-text-secondary);font-weight:500;letter-spacing:.01em}.hero-founder-line{margin-top:-.25rem;margin-bottom:2rem;font-size:1.35rem;color:var(--color-primary-green);font-weight:800;font-style:italic;letter-spacing:.01em;line-height:1.4}.report-showcase-section{background:linear-gradient(180deg,var(--color-white) 0%,var(--color-pastel-sage) 100%);padding:5rem 2rem;border-top:1px solid rgba(0,0,0,.04)}.section-container{max-width:1120px;margin:0 auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:2.5rem;margin-bottom:.75rem;color:var(--color-text-primary);font-weight:700;letter-spacing:-.02em}.section-header p{font-size:1.15rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-weight:400;line-height:1.6}.approach-section{background:var(--color-white);padding:5rem 2rem;border-top:1px solid rgba(0,0,0,.04)}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.approach-card{background:#f4f8f5;padding:2rem;border-radius:10px;border:1px solid #D9E8DD;transition:all .3s ease;position:relative;box-shadow:0 2px 8px #0000000a}.approach-card:nth-child(2){border-color:#d6e2ef;background:#f3f6fa}.approach-card:nth-child(3){border-color:#e8ded2;background:#faf7f3}.approach-card:nth-child(4){border-color:#d9e8dd;background:#f4f8f5}.approach-card:nth-child(5){border-color:#d6e2ef;background:#f3f6fa}.approach-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #3aa87c1f;border-color:var(--color-primary-green)}.approach-card-number{font-size:.85rem;font-weight:700;color:var(--color-primary-green);margin-bottom:1rem;letter-spacing:.05em;opacity:.7}.approach-card h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--color-text-primary);font-weight:700}.approach-card p{color:var(--color-text-secondary);line-height:1.7;font-size:.98rem}.process-section{background:linear-gradient(180deg,var(--color-pastel-sage) 0%,#F0F7F2 100%);padding:5rem 2rem}.process-steps{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:0}.process-step{display:flex;gap:1.75rem;align-items:stretch}.process-step-indicator{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:48px}.process-step-number{width:48px;height:48px;background:linear-gradient(135deg,#3ba87c,#2a8a65);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.process-step-line{width:2px;flex:1;background:linear-gradient(180deg,#3ba87c,#3ba87c26);margin:.5rem 0}.process-step-content{padding-bottom:2.5rem;flex:1}.process-step:last-child .process-step-content{padding-bottom:0}.process-step-content h3{font-size:1.35rem;color:var(--color-text-primary);margin-bottom:.25rem;font-weight:700}.process-step-duration{font-size:.85rem;color:var(--color-primary-green);font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.04em}.process-step-content>p:last-child{color:var(--color-text-secondary);line-height:1.7;font-size:.98rem}.engagement-section{background:var(--color-white);padding:5rem 2rem;border-top:1px solid rgba(0,0,0,.04)}.engagement-structure{max-width:720px;margin:0 auto;background:#fafbfa;border:1px solid #E5F0E8;border-radius:12px;padding:2.5rem}.engagement-item{display:flex;gap:2rem;align-items:flex-start;padding:1.25rem 0}.engagement-item:first-child{padding-top:0}.engagement-item:last-child{padding-bottom:0}.engagement-label{font-size:1rem;font-weight:700;color:var(--color-text-primary);min-width:200px;flex-shrink:0}.engagement-detail{flex:1}.engagement-price{display:inline-block;font-size:.95rem;font-weight:700;color:var(--color-primary-green);margin-bottom:.35rem}.engagement-detail p{font-size:.93rem;color:var(--color-text-secondary);line-height:1.6}.engagement-divider{height:1px;background:#e5f0e8;margin:0}.engagement-cta{text-align:center;margin-top:3rem}.founding-section{background:linear-gradient(135deg,#1a2e25,#2a4035);padding:5rem 2rem;color:#fff;overflow:visible}.founding-header{text-align:center;margin-bottom:3rem}.founding-badge{display:inline-block;background:#3ba87c26;border:1px solid rgba(59,168,124,.4);color:#6dd4a8;font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:20px;margin-bottom:1rem;letter-spacing:.02em}.founding-header h2{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:.75rem}.founding-header p{color:#ffffffb3;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}.founding-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;align-items:start}.founding-terms{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.founding-term{display:flex;gap:1rem;align-items:flex-start;min-width:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.1rem 1.25rem}.founding-term-icon{width:38px;height:38px;min-width:38px;background:#3ba87c26;color:#6dd4a8;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.founding-term h3{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem}.founding-term p{font-size:.85rem;color:#fff9;line-height:1.5}.founding-return{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;margin-top:.5rem}.founding-return h4{font-size:.9rem;font-weight:600;color:#fffc;margin-bottom:.75rem}.founding-return ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.founding-return li{font-size:.85rem;color:#fff9;line-height:1.5;padding-left:1.2rem;position:relative}.founding-return li:before{content:"→";position:absolute;left:0;color:#6dd4a8}.founding-return li strong{color:#ffffffd9}.founding-form-wrapper{position:sticky;top:2rem}.founding-form-card{background:#fff;border-radius:14px;padding:2rem;color:#1a2e25;box-shadow:0 20px 60px #0000004d}.founding-form-card h3{font-size:1.2rem;font-weight:700;margin-bottom:.35rem}.founding-form-card>p{font-size:.85rem;color:#3f5449;margin-bottom:1rem;line-height:1.5}.founding-tally-embed{border:none;min-height:400px}.pricing-section{background:linear-gradient(135deg,#f8f5ef,#f0f7f2);padding:5rem 2rem;border-top:1px solid rgba(0,0,0,.04)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;align-items:stretch}.pricing-card{background:var(--color-white);border:1px solid #D9E8DD;border-radius:12px;padding:2.5rem 2rem;text-align:center;position:relative;transition:all .3s ease;box-shadow:0 2px 10px #0000000a;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #3aa87c1f;border-color:var(--color-primary-green)}.pricing-card-featured{border-color:var(--color-primary-green);border-width:2px;box-shadow:0 4px 20px #3aa87c26;transform:scale(1.03)}.pricing-card-featured:hover{transform:scale(1.03) translateY(-4px)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--color-primary-green);color:#fff;font-size:.78rem;font-weight:700;padding:.3rem 1.1rem;border-radius:20px;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.pricing-tier{font-size:1.15rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.25rem;letter-spacing:.01em}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.15rem;margin-bottom:.25rem}.pricing-currency{font-size:1.5rem;font-weight:700;color:var(--color-primary-green)}.pricing-amount{font-size:2.75rem;font-weight:800;color:var(--color-text-primary);line-height:1}.pricing-per{font-size:.88rem;color:var(--color-text-secondary);margin-bottom:1.75rem;font-weight:500}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left;flex:1}.pricing-features li{font-size:.92rem;color:var(--color-text-secondary);padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.5;border-bottom:1px solid rgba(0,0,0,.04)}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--color-primary-green);font-weight:700;font-size:.85rem}.pricing-cta{display:inline-block;background:var(--color-primary-green);color:#fff;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease;margin-top:auto}.pricing-cta:hover{background:var(--color-primary-green-dark);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3aa87c4d}.pricing-card-featured .pricing-cta{background:var(--color-primary-green-dark);padding:.9rem 2.25rem}.pricing-card-featured .pricing-cta:hover{background:#228b5b}.pricing-footnote{text-align:center;margin-top:2rem;font-size:.88rem;color:var(--color-text-secondary);font-style:italic}.technology-section{background:linear-gradient(135deg,var(--color-pastel-mint) 0%,#EDF5F0 100%);padding:5rem 2rem}.technology-section .section-header h2{color:var(--color-gray-dark)}.technology-section .section-header p{color:var(--color-gray-medium)}.technology-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.technology-item{background:#ffffffe6;border:1px solid rgba(59,168,124,.12);padding:1.75rem;border-radius:10px;transition:all .3s ease;box-shadow:0 2px 10px #0000000a}.technology-item:hover{background:#fff;border-color:var(--color-primary-green);transform:translateY(-3px);box-shadow:0 4px 16px #0000000f}.technology-item-number{font-size:.8rem;font-weight:700;color:var(--color-primary-green-light);margin-bottom:.75rem;letter-spacing:.06em;opacity:.8}.technology-item h3{font-size:1.15rem;color:var(--color-gray-dark);margin-bottom:.6rem;font-weight:700}.technology-item p{color:var(--color-gray-medium);line-height:1.65;font-size:.93rem}.founders-section{background:linear-gradient(135deg,var(--color-pastel-cream) 0%,#F5F0EA 100%);padding:5rem 2rem}.founders-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px;margin:0 auto}.founders-item{background:#ffffffd9;padding:2rem;border-radius:10px;border-left:3px solid var(--color-primary-green);transition:all .2s ease;box-shadow:0 2px 10px #0000000d}.founders-item:hover{transform:translate(4px);box-shadow:0 4px 16px #6b8e7f1a}.founders-item h3{font-size:1.2rem;margin-bottom:.6rem;color:var(--color-text-primary);font-weight:700}.founders-item p{color:var(--color-text-secondary);line-height:1.7;font-size:.95rem}.fit-section{background:var(--color-white);padding:4rem 2rem;border-top:1px solid rgba(0,0,0,.04)}.fit-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:820px;margin:0 auto}.fit-column{padding:2rem;border-radius:10px}.fit-yes{background:#fafbfa;border:1px solid #E5F0E8}.fit-no{background:#fcfafa;border:1px solid #F0E5E5}.fit-column h3{font-size:1.2rem;font-weight:700;margin-bottom:1.25rem;color:var(--color-text-primary)}.fit-yes h3{color:var(--color-primary-green)}.fit-no h3{color:#9b6b6b}.fit-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.fit-column li{font-size:.95rem;line-height:1.55;color:var(--color-text-secondary);padding-left:1.25rem;position:relative}.fit-yes li:before{content:"✓";position:absolute;left:0;color:var(--color-primary-green);font-weight:700}.fit-no li:before{content:"✕";position:absolute;left:0;color:#9b6b6b;font-weight:700}.about-section{background:#fff;padding:5rem 2rem}.about-content{display:flex;gap:3.5rem;align-items:flex-start;max-width:960px;margin:0 auto}.about-photo{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:1rem}.about-photo img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:3px solid var(--color-primary-green);box-shadow:0 4px 16px #3ba87c26}.about-photo-caption{display:flex;flex-direction:column;align-items:center;gap:.2rem}.about-name{font-weight:700;font-size:.95rem;color:var(--color-text-primary)}.about-role{font-size:.8rem;color:var(--color-text-secondary);letter-spacing:.04em;text-transform:uppercase}.about-linkedin{display:inline-flex;align-items:center;gap:.35rem;margin-top:.4rem;font-size:.8rem;color:#0a66c2;text-decoration:none;font-weight:600;transition:opacity .2s}.about-linkedin:hover{opacity:.75}.about-text h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--color-text-primary);font-weight:700}.about-text p{color:var(--color-text-secondary);line-height:1.8;font-size:.95rem;margin-bottom:1rem}.about-text p:last-child{margin-bottom:0}.about-closing{font-style:italic;color:var(--color-primary-green)!important;font-weight:500;margin-top:.5rem}.cta-section{background:var(--color-gray-dark);padding:5rem 2rem}.cta-inner{max-width:640px;margin:0 auto;text-align:center}.cta-section h2{font-size:2.25rem;margin-bottom:1rem;color:#fff;font-weight:700;letter-spacing:-.02em}.cta-section p{font-size:1.1rem;margin-bottom:2rem;color:#fffc;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.65}.cta-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-section .primary-button{background:var(--color-primary-green);color:#fff;font-size:1.05rem}.cta-section .primary-button:hover{background:var(--color-primary-green-light)}.cta-link{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s ease}.cta-link:hover{color:#ffffffe6}.footer-links a{color:var(--color-gray-light);opacity:.75;transition:opacity .2s ease;font-size:.9rem}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;padding:.5rem;cursor:pointer;z-index:200}.hamburger-line{display:block;width:24px;height:2.5px;background:var(--color-text-primary);border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{display:none;position:fixed;inset:0;background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;z-index:150;padding:2rem}.nav-links.nav-open{display:flex}.nav-links .nav-link{font-size:1.25rem;font-weight:600;padding:.75rem 1rem}.nav-links .nav-cta-button{margin-top:.5rem;font-size:1.1rem;padding:.9rem 2rem}.hero-section{padding:3.5rem 1.5rem 3rem}.hero-content h1{font-size:2.25rem}.hero-buttons{flex-direction:column}.section-header h2{font-size:2rem}.approach-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card-featured{transform:scale(1)}.pricing-card-featured:hover{transform:translateY(-4px)}.founders-grid,.fit-columns{grid-template-columns:1fr}.about-content{flex-direction:column;align-items:center;text-align:center;gap:2rem}.about-text h2{text-align:center}.engagement-item{flex-direction:column;gap:.5rem}.engagement-label{min-width:auto}.footer-container{grid-template-columns:1fr;gap:2rem}.founding-layout{grid-template-columns:1fr}.founding-form-wrapper{position:static}.founding-header h2{font-size:1.8rem}}@media(max-width:480px){.hero-content h1{font-size:1.85rem}.section-header h2{font-size:1.7rem}.engagement-structure{padding:1.5rem}}.footer{background:var(--color-gray-dark);color:var(--color-gray-light);padding:3rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.06)}.footer-container{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand{max-width:340px}.footer-logo{display:flex;align-items:baseline;font-size:1.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.75rem}.footer-logo .logo-vetted{color:#3ba87c}.footer-logo .logo-hire{color:#a68968}.footer-column h4{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-column p{line-height:1.7;opacity:.75;font-size:.9rem}.footer-company-info{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-company-info p{font-size:.8rem;line-height:1.6;opacity:.6;margin:0}.footer-company-info .footer-company-name{font-weight:600;opacity:.8;font-size:.85rem;margin-bottom:.15rem}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:var(--color-gray-light);opacity:.75;transition:opacity .2s ease;font-size:.9rem;text-decoration:none}.footer-links a:hover{opacity:1;color:var(--color-primary-green-light)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);opacity:.6;font-size:.85rem}.footer-address{margin-top:.5rem;font-size:.8rem}.footer-email{margin-top:.35rem;font-size:.8rem}.footer-email a{color:var(--color-primary-green-light);text-decoration:none;transition:opacity .2s ease}.footer-email a:hover{opacity:.8}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:2rem}}.report-carousel{max-width:1100px;margin:0 auto;padding-top:0}.carousel-tabs{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.carousel-tab{padding:.6rem 1.5rem;border-radius:8px;border:1px solid #D9E8DD;background:transparent;color:var(--color-text-secondary);font-size:.92rem;font-weight:600;cursor:pointer;transition:all .2s ease}.carousel-tab:hover{border-color:var(--color-primary-green-light);color:var(--color-primary-green)}.carousel-tab-active{background:var(--color-primary-green);color:#fff;border-color:var(--color-primary-green)}.carousel-tab-active:hover{background:var(--color-primary-green-dark);color:#fff;border-color:var(--color-primary-green-dark)}.carousel-viewport{position:relative;display:flex;align-items:center;gap:1rem}.carousel-track{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:12px;border:1px solid #D9E8DD;background:#fff;box-shadow:0 8px 40px #0000001a}.carousel-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:.5rem;opacity:0;transition:opacity .6s ease;pointer-events:none}.carousel-slide-active{opacity:1;pointer-events:auto}.carousel-slide img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.carousel-arrow{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:1px solid #D9E8DD;background:#fff;color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;box-shadow:0 2px 12px #00000014}.carousel-arrow:hover{background:var(--color-primary-green);color:#fff;border-color:var(--color-primary-green);transform:scale(1.05)}.carousel-caption{text-align:center;margin-top:1.25rem;font-size:1rem;color:var(--color-text-secondary);font-weight:500;line-height:1.5;min-height:1.5em}.carousel-dots{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#d9e8dd;cursor:pointer;padding:0;transition:all .25s ease}.carousel-dot-active{background:var(--color-primary-green);width:24px;border-radius:4px}.carousel-dot:hover:not(.carousel-dot-active){background:var(--color-primary-green-light)}.carousel-disclaimer{text-align:center;margin-top:.75rem;font-size:.78rem;color:var(--color-gray-medium);font-style:italic;opacity:.7}.carousel-lightbox{position:fixed;inset:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;animation:lightbox-fade-in .25s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.carousel-lightbox-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#fff;cursor:pointer;z-index:10;padding:.5rem;border-radius:50%;transition:background .2s}.carousel-lightbox-close:hover{background:#ffffff26}.carousel-lightbox-nav{display:flex;align-items:center;gap:1rem;max-width:95vw;max-height:90vh}.carousel-lightbox-arrow{flex-shrink:0;background:#ffffff1f;border:none;color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.carousel-lightbox-arrow:hover{background:#ffffff40}.carousel-lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px;touch-action:pinch-zoom}.carousel-slide img{cursor:zoom-in}@media(max-width:768px){.report-carousel{max-width:100%}.carousel-track{aspect-ratio:4 / 3}.carousel-arrow{width:38px;height:38px}.carousel-arrow svg{width:16px;height:16px}.carousel-caption{font-size:1rem;line-height:1.6}.carousel-lightbox-arrow{width:36px;height:36px}}@media(max-width:480px){.carousel-viewport{gap:.35rem}.carousel-arrow{width:28px;height:28px}.carousel-arrow svg{width:14px;height:14px}.carousel-track{aspect-ratio:auto;min-height:360px}.carousel-caption{font-size:1.05rem;line-height:1.65}.carousel-lightbox-arrow{width:32px;height:32px}.carousel-lightbox-img{max-width:98vw;max-height:88vh}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#e5f0e8,#f5ede4);padding:3rem 2rem}.legal-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 24px #00000014}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#3ba87c;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:all .2s ease}.back-link:hover{color:#2d8a63;transform:translate(-4px)}.back-link svg{transition:transform .2s ease}.back-link:hover svg{transform:translate(-2px)}.legal-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700;line-height:1.2}.legal-intro{font-size:1.125rem;color:#6c757d;margin-bottom:.5rem;line-height:1.6}.legal-last-updated{color:#a68968;font-size:.938rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e9ecef}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:600}.legal-section p{color:#495057;line-height:1.8;font-size:1rem;margin-bottom:1rem}.legal-subsection{margin-left:1.5rem;margin-top:1.5rem;padding-left:1rem;border-left:3px solid #3BA87C}.legal-subsection h3{font-size:1.125rem;color:#3ba87c;margin-bottom:.75rem;font-weight:600}.legal-subsection p{color:#495057;line-height:1.7;font-size:.938rem}.legal-contact{background:linear-gradient(135deg,#e5f0e8,#f5ede4);padding:1.5rem;border-radius:12px;margin-top:3rem;border:2px solid rgba(59,168,124,.2)}.legal-contact p{color:#2c3e50;line-height:1.6;font-size:1rem;margin:0}.legal-contact a,.legal-subsection a{color:#3ba87c;text-decoration:none;font-weight:600;transition:all .2s ease}.legal-contact a:hover,.legal-subsection a:hover{color:#2d8a63;text-decoration:underline}.legal-section ul,.legal-section ol{margin:.75rem 0 1rem 1.5rem;color:#495057;font-size:.95rem;line-height:1.7}.legal-section ul li,.legal-section ol li{margin-bottom:.4rem}.legal-section ol{padding-left:0}.legal-subsection ul,.legal-subsection ol{margin:.5rem 0 .75rem 1rem;font-size:.938rem}.subprocessor-website{font-size:.9rem;margin-top:.5rem;color:#6c757d}.subprocessor-website a{color:#3ba87c;font-weight:500}.legal-page .footer{margin-top:0}@media(max-width:768px){.legal-page{padding:2rem 1rem}.legal-container{padding:2rem 1.5rem}.legal-page h1{font-size:2rem}.legal-section h2{font-size:1.25rem}.legal-subsection{margin-left:0}}
