:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e8eaed;background-color:#0f1419;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}button{cursor:pointer;font-family:inherit;border:none;background:none;transition:all .3s ease}a{text-decoration:none;color:inherit;transition:all .3s ease}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0f1419f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(46,125,50,.2);box-shadow:0 4px 20px #0000004d}.header-container{max-width:1400px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{cursor:pointer;display:flex;flex-direction:column;gap:.2rem}.logo-text{font-size:1.8rem;font-weight:700;color:#2e7d32;letter-spacing:2px}.logo-subtitle{font-size:.7rem;color:#81c784;letter-spacing:3px;text-transform:uppercase}.nav{display:flex;gap:.5rem;align-items:center}.nav-item{position:relative;padding:.7rem 1.2rem;color:#b0bec5;font-size:.95rem;font-weight:500;background:transparent;border-radius:8px;transition:all .3s ease}.nav-item:hover{color:#81c784;background:#2e7d321a}.nav-item.active{color:#2e7d32;background:#2e7d3226}.active-indicator{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#2e7d32,#81c784);border-radius:2px}@media(max-width:1024px){.nav{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 2rem 4rem;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0}.flow-line{position:absolute;top:0;width:2px;height:100%;background:linear-gradient(to bottom,transparent,#2e7d32,transparent);animation:flowDown 4s infinite}@keyframes flowDown{0%,to{transform:translateY(-100%)}50%{transform:translateY(100%)}}.hero-content{position:relative;z-index:1;max-width:1200px;width:100%}.hero-header{text-align:center;margin-bottom:4rem}.hero-title{font-size:4rem;font-weight:700;color:#e8eaed;margin-bottom:1rem;letter-spacing:-1px}.hero-subtitle{font-size:2rem;color:#2e7d32;font-weight:600;margin-bottom:1.5rem;letter-spacing:4px}.hero-description{font-size:1.2rem;color:#b0bec5;line-height:1.8;max-width:700px;margin:0 auto}.pathway-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.pathway-card{position:relative;background:#1a233299;border:2px solid rgba(46,125,50,.3);border-radius:16px;padding:2.5rem 2rem;cursor:pointer;transition:all .3s ease;overflow:hidden}.pathway-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2e7d32,#81c784);transform:scaleX(0);transition:transform .3s ease}.pathway-card:hover:before{transform:scaleX(1)}.pathway-card:hover{border-color:#2e7d32;background:#2e7d321a;box-shadow:0 12px 40px #2e7d3233}.pathway-icon{color:#2e7d32;margin-bottom:1.5rem}.pathway-title{font-size:1.3rem;color:#e8eaed;margin-bottom:1rem;font-weight:600}.pathway-arrow{font-size:1.8rem;color:#2e7d32;opacity:0;transform:translate(-10px);transition:all .3s ease}.pathway-card:hover .pathway-arrow{opacity:1;transform:translate(0)}.data-stream{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}.data-point{width:12px;height:12px;background:#2e7d32;border-radius:50%;box-shadow:0 0 20px #2e7d32}@media(max-width:768px){.hero{padding:100px 1.5rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.pathway-grid{grid-template-columns:1fr;gap:1.5rem}}.balance-sheet{min-height:100vh;padding:120px 2rem 4rem;position:relative;overflow:hidden}.balance-sheet-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3.5rem;color:#e8eaed;margin-bottom:1rem;font-weight:700}.section-subtitle{font-size:1.2rem;color:#b0bec5;line-height:1.8}.balance-diagram{margin-bottom:3rem;display:flex;justify-content:center}.equation{display:flex;align-items:center;gap:2rem;padding:2rem 3rem;background:#1a233299;border:2px solid rgba(46,125,50,.3);border-radius:16px;box-shadow:0 8px 32px #0000004d}.equation-part{font-size:1.8rem;font-weight:600;color:#2e7d32;padding:.8rem 1.5rem;background:#2e7d321a;border-radius:8px;border:1px solid rgba(46,125,50,.3)}.equation-equals,.equation-plus{font-size:2rem;color:#81c784;font-weight:700}.category-tabs{display:flex;gap:1.5rem;margin-bottom:3rem;justify-content:center;flex-wrap:wrap}.category-tab{padding:1.5rem 2.5rem;background:#1a233299;border:2px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:200px}.category-tab:hover{border-color:var(--tab-color);background:#1a2332cc;box-shadow:0 8px 24px #0000004d}.category-tab.active{border-color:var(--tab-color);background:#1a2332e6;box-shadow:0 0 30px var(--tab-color)}.tab-label{font-size:1.1rem;font-weight:600;color:#b0bec5}.category-tab.active .tab-label{color:var(--tab-color)}.tab-value{font-size:1.5rem;font-weight:700;color:#e8eaed}.category-content{margin-bottom:3rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.item-card{background:#1a233299;border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;position:relative;overflow:hidden;transition:all .3s ease}.item-card:hover{border-color:#2e7d3280;box-shadow:0 12px 40px #2e7d3233}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.item-name{font-size:1.4rem;color:#e8eaed;font-weight:600}.item-value{font-size:1.6rem;font-weight:700;color:#2e7d32}.item-breakdown{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.sub-item{display:flex;align-items:center;gap:.8rem;font-size:.95rem;color:#b0bec5}.sub-item-dot{width:6px;height:6px;background:#2e7d32;border-radius:50%}.item-bar{position:absolute;bottom:0;left:0;right:0;height:4px}.total-display{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;background:#2e7d321a;border:2px solid rgba(46,125,50,.3);border-radius:12px;margin-top:2rem}.total-label{font-size:1.3rem;color:#b0bec5;font-weight:600}.total-amount{font-size:2rem;font-weight:700;color:#2e7d32}.flow-visualization{position:absolute;inset:0;pointer-events:none;z-index:0}.flow-particle{position:absolute;width:3px;height:3px;background:#2e7d32;border-radius:50%;box-shadow:0 0 10px #2e7d32}@media(max-width:768px){.balance-sheet{padding:100px 1.5rem 3rem}.section-title{font-size:2.5rem}.equation{flex-direction:column;gap:1rem;padding:1.5rem}.equation-part{font-size:1.3rem}.items-grid{grid-template-columns:1fr}.total-display{flex-direction:column;gap:1rem;text-align:center}}.income-statement{min-height:100vh;padding:120px 2rem 4rem;position:relative;overflow:hidden}.income-statement-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.statement-flow{display:flex;gap:3rem;align-items:flex-start;margin:4rem 0;position:relative}.flow-section{flex:1;background:#1a233299;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.revenue-section{border-top:4px solid #2e7d32}.expense-section{border-top:4px solid #c62828}.flow-header{margin-bottom:2rem;text-align:center}.flow-title{font-size:1.8rem;color:#e8eaed;margin-bottom:1rem;font-weight:600}.flow-total{font-size:2.2rem;font-weight:700;padding:1rem;border-radius:10px;display:inline-block}.revenue-total{color:#2e7d32;background:#2e7d321a;border:1px solid rgba(46,125,50,.3)}.expense-total{color:#c62828;background:#c628281a;border:1px solid rgba(198,40,40,.3)}.flow-items{display:flex;flex-direction:column;gap:1.5rem}.flow-item{padding:1.5rem;background:#0f141980;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.flow-item:hover{background:#0f1419b3;border-color:#ffffff1a;box-shadow:0 8px 24px #0000004d}.item-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.item-label{font-size:1.1rem;color:#b0bec5;font-weight:500}.item-amount{font-size:1.3rem;font-weight:700;color:#e8eaed}.item-bar-container{position:relative;height:8px;background:#ffffff0d;border-radius:4px;overflow:hidden;display:flex;align-items:center}.item-bar{height:100%;border-radius:4px;transition:width .3s ease}.revenue-bar{background:linear-gradient(90deg,#2e7d32,#81c784);box-shadow:0 0 10px #2e7d3280}.expense-bar{background:linear-gradient(90deg,#c62828,#e57373);box-shadow:0 0 10px #c6282880}.item-percentage{position:absolute;right:10px;font-size:.85rem;color:#e8eaed;font-weight:600}.flow-connector{width:80px;display:flex;align-items:center;justify-content:center;position:relative}.connector-line{width:3px;height:300px;background:linear-gradient(to bottom,#2e7d32,#c62828);border-radius:2px;position:relative;overflow:hidden}.flow-dot{position:absolute;width:8px;height:8px;background:#81c784;border-radius:50%;left:50%;transform:translate(-50%);box-shadow:0 0 10px #81c784}.net-income-display{background:#1a233299;border:2px solid rgba(46,125,50,.3);border-radius:20px;padding:3rem;margin-top:4rem;box-shadow:0 0 40px #2e7d3233}.net-income-content{text-align:center}.net-income-label{font-size:1.5rem;color:#b0bec5;margin-bottom:1.5rem;font-weight:600}.net-income-calculation{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.calc-item{font-size:1.8rem;font-weight:700;padding:.8rem 1.5rem;border-radius:10px}.calc-item.revenue{color:#2e7d32;background:#2e7d321a;border:1px solid rgba(46,125,50,.3)}.calc-item.expense{color:#c62828;background:#c628281a;border:1px solid rgba(198,40,40,.3)}.calc-operator{font-size:2rem;color:#81c784;font-weight:700}.calc-result{font-size:2.5rem;font-weight:700;color:#2e7d32;padding:1rem 2rem;background:#2e7d3226;border:2px solid #2e7d32;border-radius:12px;box-shadow:0 0 30px #2e7d324d}.statement-background{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.bg-flow-line{position:absolute;width:2px;height:100px;background:linear-gradient(to bottom,transparent,#2e7d32,transparent)}@media(max-width:1024px){.statement-flow{flex-direction:column}.flow-connector{width:100%;height:60px}.connector-line{width:100%;height:3px}.flow-dot{top:50%;left:0;transform:translateY(-50%)}}@media(max-width:768px){.income-statement{padding:100px 1.5rem 3rem}.net-income-calculation{flex-direction:column;gap:1rem}.calc-item,.calc-result{font-size:1.5rem}}.cash-flow{min-height:100vh;padding:120px 2rem 4rem;position:relative;overflow:hidden}.cash-flow-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;margin:4rem 0}.activity-card{background:#1a233299;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;transition:all .3s ease}.activity-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--activity-color)}.activity-card:hover{border-color:var(--activity-color);box-shadow:0 0 40px #0000004d;transform:translateY(-5px)}.activity-header{margin-bottom:2rem;text-align:center}.activity-title{font-size:1.5rem;color:#e8eaed;margin-bottom:1rem;font-weight:600}.activity-total{font-size:2rem;font-weight:700;padding:.8rem 1.5rem;border-radius:10px;display:inline-block}.activity-total.positive{color:#2e7d32;background:#2e7d3226;border:1px solid rgba(46,125,50,.3)}.activity-total.negative{color:#c62828;background:#c6282826;border:1px solid rgba(198,40,40,.3)}.activity-items{display:flex;flex-direction:column;gap:1rem}.activity-item{position:relative;padding:1.2rem;background:#0f141980;border-radius:12px;border:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;overflow:hidden}.activity-item:hover{background:#0f1419b3;border-color:#ffffff1a}.activity-item.inflow{border-left:3px solid #2e7d32}.activity-item.outflow{border-right:3px solid #c62828}.item-content{display:flex;align-items:center;gap:1rem}.item-indicator{font-size:1.5rem;font-weight:700}.activity-item.inflow .item-indicator{color:#2e7d32}.activity-item.outflow .item-indicator{color:#c62828}.item-text{font-size:1rem;color:#b0bec5;font-weight:500}.item-value{font-size:1.2rem;font-weight:700}.item-value.inflow{color:#2e7d32}.item-value.outflow{color:#c62828}.item-flow{position:absolute;bottom:0;height:3px;transform-origin:left}.item-flow.inflow{left:0;right:50%;background:linear-gradient(90deg,#2e7d32,transparent)}.item-flow.outflow{left:50%;right:0;background:linear-gradient(90deg,transparent,#c62828)}.activity-stream{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.stream-particle{width:6px;height:6px;background:var(--activity-color);border-radius:50%;box-shadow:0 0 10px var(--activity-color)}.net-cash-flow{background:#1a233299;border:2px solid rgba(46,125,50,.3);border-radius:20px;padding:3rem;margin-top:3rem;box-shadow:0 0 40px #2e7d3233}.net-flow-content{text-align:center;margin-bottom:2rem}.net-flow-header{margin-bottom:1.5rem}.net-flow-title{font-size:2rem;color:#e8eaed;margin-bottom:.5rem;font-weight:700}.net-flow-description{font-size:1rem;color:#b0bec5}.net-flow-value{font-size:3.5rem;font-weight:700;padding:1.5rem 3rem;border-radius:16px;display:inline-block;box-shadow:0 8px 32px #0000004d}.net-flow-value.positive{color:#2e7d32;background:#2e7d3226;border:2px solid #2e7d32}.net-flow-value.negative{color:#c62828;background:#c6282826;border:2px solid #c62828}.flow-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.breakdown-item{padding:1.5rem;background:#0f141980;border-radius:12px;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(255,255,255,.05)}.breakdown-label{font-size:.95rem;color:#b0bec5;font-weight:500}.breakdown-value{font-size:1.3rem;font-weight:700}.breakdown-value.positive{color:#2e7d32}.breakdown-value.negative{color:#c62828}.cash-background{position:absolute;inset:0;pointer-events:none;z-index:0}.cash-particle{position:absolute;width:4px;height:4px;background:#2e7d32;border-radius:50%}@media(max-width:768px){.cash-flow{padding:100px 1.5rem 3rem}.activities-grid{grid-template-columns:1fr}.net-flow-value{font-size:2.5rem;padding:1rem 2rem}.flow-breakdown{grid-template-columns:1fr}}.equity-structures{min-height:100vh;padding:120px 2rem 4rem;position:relative;overflow:hidden}.equity-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.equity-overview{text-align:center;margin:4rem 0}.overview-content{background:#1a233299;border:2px solid rgba(21,101,192,.4);border-radius:20px;padding:3rem;max-width:600px;margin:0 auto;box-shadow:0 0 50px #1565c033}.overview-title{font-size:1.8rem;color:#b0bec5;margin-bottom:1.5rem;font-weight:600}.overview-amount{font-size:4rem;font-weight:700;color:#1565c0;margin-bottom:1rem;text-shadow:0 0 30px rgba(21,101,192,.5)}.overview-description{font-size:1.1rem;color:#90caf9}.equity-composition{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem;margin:4rem 0}.composition-card{background:#1a233299;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;transition:all .3s ease}.composition-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1565c0,#42a5f5)}.composition-card:hover{border-color:#1565c080;box-shadow:0 12px 40px #1565c033}.composition-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.composition-name{font-size:1.6rem;color:#e8eaed;font-weight:600}.composition-amount{font-size:1.8rem;font-weight:700;color:#1565c0}.percentage-display{margin-bottom:2rem;position:relative}.percentage-bar-bg{width:100%;height:12px;background:#ffffff0d;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.percentage-bar-fill{height:100%;background:linear-gradient(90deg,#1565c0,#42a5f5);border-radius:6px;box-shadow:0 0 20px #1565c080}.percentage-label{font-size:1.2rem;font-weight:700;color:#42a5f5}.breakdown-list{display:flex;flex-direction:column;gap:1rem}.breakdown-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0f141980;border-radius:10px;border:1px solid rgba(255,255,255,.05)}.breakdown-dot{width:8px;height:8px;background:#1565c0;border-radius:50%;box-shadow:0 0 10px #1565c0}.breakdown-name{flex:1;font-size:1rem;color:#b0bec5;font-weight:500}.breakdown-value{font-size:1.1rem;font-weight:700;color:#e8eaed}.card-glow{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(21,101,192,.1),transparent);pointer-events:none}.equity-movement{background:#1a233299;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem;margin-top:4rem}.movement-title{font-size:2rem;color:#e8eaed;margin-bottom:2.5rem;text-align:center;font-weight:700}.movement-flow{display:flex;align-items:center;gap:1rem;overflow-x:auto;padding:1rem 0}.movement-step{display:flex;align-items:center;gap:1rem}.movement-card{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem 2rem;background:#0f141980;border:2px solid rgba(255,255,255,.1);border-radius:12px;min-width:200px;transition:all .3s ease}.movement-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000004d}.movement-card.increase{border-color:#2e7d324d;background:#2e7d320d}.movement-card.decrease{border-color:#c628284d;background:#c628280d}.movement-card.ending{border-color:#1565c080;background:#1565c01a;box-shadow:0 0 30px #1565c04d}.movement-label{font-size:.95rem;color:#b0bec5;font-weight:500;text-align:center}.movement-amount{font-size:1.5rem;font-weight:700;color:#e8eaed}.movement-card.increase .movement-amount{color:#2e7d32}.movement-card.decrease .movement-amount{color:#c62828}.movement-card.ending .movement-amount{color:#1565c0;font-size:1.8rem}.movement-arrow{font-size:2rem;color:#42a5f5;font-weight:700}.equity-background{position:absolute;inset:0;pointer-events:none;z-index:0}.structure-line{position:absolute;width:2px;height:100%;background:linear-gradient(to bottom,transparent,#1565c0,transparent)}@media(max-width:1024px){.equity-composition{grid-template-columns:1fr}.movement-flow{flex-direction:column}.movement-arrow{transform:rotate(90deg)}}@media(max-width:768px){.equity-structures{padding:100px 1.5rem 3rem}.overview-amount{font-size:3rem}.movement-card{min-width:160px}}.contact{min-height:100vh;padding:120px 2rem 4rem;position:relative;overflow:hidden}.contact-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin:4rem 0}.contact-card{background:#1a233299;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2e7d32,#81c784)}.contact-card:hover{border-color:#2e7d3280;box-shadow:0 12px 40px #2e7d3233;transform:translateY(-5px)}.card-icon{color:#2e7d32;margin-bottom:2rem;display:flex;justify-content:center}.card-title{font-size:1.8rem;color:#e8eaed;margin-bottom:1.5rem;font-weight:600}.card-description{font-size:1.05rem;color:#b0bec5;line-height:1.8;margin-bottom:2rem}.contact-link{display:inline-block;font-size:1.3rem;color:#2e7d32;font-weight:600;padding:1rem 2rem;background:#2e7d321a;border:2px solid rgba(46,125,50,.3);border-radius:12px;transition:all .3s ease}.contact-link:hover{background:#2e7d3233;border-color:#2e7d32;box-shadow:0 0 20px #2e7d324d}.address-display{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 2rem;background:#2e7d321a;border:2px solid rgba(46,125,50,.3);border-radius:12px}.address-line{font-size:1.2rem;color:#2e7d32;font-weight:600}.info-banner{background:#1a233299;border:2px solid rgba(46,125,50,.3);border-radius:20px;padding:3rem;margin:4rem 0;text-align:center;box-shadow:0 0 40px #2e7d3226}.banner-content{max-width:900px;margin:0 auto}.banner-title{font-size:2rem;color:#2e7d32;margin-bottom:1.5rem;font-weight:700}.banner-text{font-size:1.15rem;color:#b0bec5;line-height:1.8}.data-architecture{position:absolute;inset:0;pointer-events:none;z-index:0}.arch-node{position:absolute;width:8px;height:8px;background:#2e7d32;border-radius:50%;box-shadow:0 0 15px #2e7d32}.arch-line{position:absolute;height:2px;background:linear-gradient(90deg,transparent,#2e7d32,transparent)}@media(max-width:768px){.contact{padding:100px 1.5rem 3rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-card{padding:2rem}.card-title{font-size:1.5rem}.banner-title{font-size:1.6rem}.banner-text{font-size:1rem}}.footer{background:#0f1419f2;border-top:2px solid rgba(46,125,50,.2);padding:4rem 2rem 2rem;position:relative;overflow:hidden}.footer-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-title{font-size:1.8rem;color:#2e7d32;font-weight:700;margin-bottom:.5rem;letter-spacing:1px}.footer-description{font-size:1rem;color:#b0bec5;line-height:1.8}.footer-address{display:flex;flex-direction:column;gap:.3rem;font-size:.95rem;color:#81c784;padding:1rem;background:#2e7d320d;border-left:3px solid #2e7d32;border-radius:4px}.footer-heading{font-size:1.2rem;color:#e8eaed;font-weight:600;margin-bottom:.5rem}.footer-nav{display:flex;flex-direction:column;gap:.8rem}.footer-link{color:#b0bec5;font-size:.95rem;transition:all .3s ease;text-align:left;padding:.5rem 0}.footer-link:hover{color:#2e7d32;padding-left:.5rem}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-email{color:#2e7d32;font-size:1.1rem;font-weight:600;padding:.8rem 1.2rem;background:#2e7d321a;border:1px solid rgba(46,125,50,.3);border-radius:8px;transition:all .3s ease;display:inline-block}.footer-email:hover{background:#2e7d3233;border-color:#2e7d32;box-shadow:0 0 15px #2e7d3233}.footer-bottom{text-align:center;padding-top:2rem}.footer-line{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(46,125,50,.3),transparent);margin-bottom:2rem}.footer-copyright{font-size:.9rem;color:#81c784;font-weight:500}.footer-background{position:absolute;bottom:0;left:0;right:0;height:100px;pointer-events:none;z-index:0}.footer-particle{position:absolute;bottom:0;width:2px;height:40px;background:linear-gradient(to top,#2e7d32,transparent)}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.footer-section:first-child{grid-column:1 / -1}}@media(max-width:640px){.footer{padding:3rem 1.5rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-section:first-child{grid-column:1}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#0f1419,#1a2332,#0f1419);color:#e8eaed;overflow-x:hidden}main{min-height:calc(100vh - 80px)}
