:root{--color-earth: #2D4A2B;--color-sage: #5A7556;--color-moss: #8B9D83;--color-sand: #F5F1E8;--color-cream: #FDFBF7;--color-clay: #B8956A;--color-slate: #3C4A47;--font-display: "Cormorant Garamond", serif;--font-body: "DM Sans", sans-serif;--ease-smooth: cubic-bezier(.4, 0, .2, 1)}[data-astro-cid-j7pv25f6]{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--color-slate);background:var(--color-cream);line-height:1.6;overflow-x:hidden}header[data-astro-cid-j7pv25f6]{position:fixed;top:0;width:100%;padding:1.5rem 5%;display:flex;justify-content:space-between;align-items:center;background:#fdfbf7f2;backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(45,74,43,.08);animation:slideDown .6s var(--ease-smooth)}.logo[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:1.75rem;font-weight:600;color:var(--color-earth);letter-spacing:-.02em}nav[data-astro-cid-j7pv25f6]{display:flex;gap:2.5rem}nav[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{color:var(--color-sage);text-decoration:none;font-size:.95rem;font-weight:500;position:relative;transition:color .3s var(--ease-smooth)}nav[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover{color:var(--color-earth)}nav[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--color-earth);transition:width .3s var(--ease-smooth)}nav[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover:after{width:100%}.hero[data-astro-cid-j7pv25f6]{min-height:100vh;display:flex;align-items:center;padding:8rem 5% 4rem;position:relative;overflow:hidden;background:var(--color-cream)}.hero[data-astro-cid-j7pv25f6]:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(139,157,131,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(90,117,86,.04) 0%,transparent 50%);z-index:0}.hero[data-astro-cid-j7pv25f6]:after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='1200' height='800' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E .connection %7B stroke: %235A7556; stroke-width: 1; opacity: 0.15; %7D .node %7B fill: %232D4A2B; opacity: 0.2; %7D .pulse %7B fill: %234CAF50; opacity: 0.15; %7D%3C/style%3E%3C/defs%3E%3C!-- Network Grid --%3E%3Cg%3E%3C!-- Connection Lines --%3E%3Cline class='connection' x1='200' y1='150' x2='400' y2='250'/%3E%3Cline class='connection' x1='400' y1='250' x2='600' y2='200'/%3E%3Cline class='connection' x1='600' y1='200' x2='800' y2='350'/%3E%3Cline class='connection' x1='800' y1='350' x2='1000' y2='300'/%3E%3Cline class='connection' x1='400' y1='250' x2='500' y2='450'/%3E%3Cline class='connection' x1='600' y1='200' x2='700' y2='100'/%3E%3Cline class='connection' x1='300' y1='500' x2='500' y2='450'/%3E%3Cline class='connection' x1='500' y1='450' x2='700' y2='550'/%3E%3Cline class='connection' x1='800' y1='350' x2='700' y2='550'/%3E%3Cline class='connection' x1='200' y1='150' x2='300' y2='500'/%3E%3Cline class='connection' x1='700' y1='100' x2='1000' y2='300'/%3E%3C!-- IoT Sensor Nodes --%3E%3Ccircle class='node' cx='200' cy='150' r='8'/%3E%3Ccircle class='node' cx='400' cy='250' r='8'/%3E%3Ccircle class='node' cx='600' cy='200' r='8'/%3E%3Ccircle class='node' cx='800' cy='350' r='8'/%3E%3Ccircle class='node' cx='1000' cy='300' r='8'/%3E%3Ccircle class='node' cx='300' cy='500' r='8'/%3E%3Ccircle class='node' cx='500' cy='450' r='8'/%3E%3Ccircle class='node' cx='700' cy='550' r='8'/%3E%3Ccircle class='node' cx='700' cy='100' r='8'/%3E%3C!-- Pulse Rings for Active Sensors --%3E%3Ccircle class='pulse' cx='400' cy='250' r='15'%3E%3Canimate attributeName='r' values='15;25;15' dur='3s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='0.15;0.05;0.15' dur='3s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle class='pulse' cx='800' cy='350' r='15'%3E%3Canimate attributeName='r' values='15;25;15' dur='3s' begin='1s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='0.15;0.05;0.15' dur='3s' begin='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle class='pulse' cx='500' cy='450' r='15'%3E%3Canimate attributeName='r' values='15;25;15' dur='3s' begin='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='0.15;0.05;0.15' dur='3s' begin='2s' repeatCount='indefinite'/%3E%3C/circle%3E%3C!-- Data Flow Particles --%3E%3Ccircle class='pulse' cx='200' cy='150' r='3'%3E%3CanimateMotion path='M0,0 L200,100' dur='4s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='0;0.2;0' dur='4s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle class='pulse' cx='400' cy='250' r='3'%3E%3CanimateMotion path='M0,0 L200,-50' dur='4s' begin='1s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='0;0.2;0' dur='4s' begin='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle class='pulse' cx='600' cy='200' r='3'%3E%3CanimateMotion path='M0,0 L200,150' dur='4s' begin='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='0;0.2;0' dur='4s' begin='2s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center;background-size:70%;z-index:0;pointer-events:none}.hero-content[data-astro-cid-j7pv25f6]{max-width:800px;z-index:1;animation:fadeInUp .8s var(--ease-smooth) .2s both;position:relative}.hero-subtitle[data-astro-cid-j7pv25f6]{display:flex;gap:3rem;margin-top:3rem;flex-wrap:wrap;position:relative;z-index:1}.hero-feature[data-astro-cid-j7pv25f6]{flex:1;min-width:200px}.hero-feature-icon[data-astro-cid-j7pv25f6]{width:50px;height:50px;margin-bottom:1rem;color:var(--color-sage);opacity:.8}.hero-feature[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:var(--color-earth);margin-bottom:.5rem}.hero-feature[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{font-size:.95rem;color:var(--color-sage);line-height:1.6}.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:clamp(3rem,8vw,5.5rem);font-weight:400;line-height:1.1;color:var(--color-earth);margin-bottom:1.5rem;letter-spacing:-.03em}.hero[data-astro-cid-j7pv25f6] .subtitle[data-astro-cid-j7pv25f6]{font-size:clamp(1.15rem,2vw,1.35rem);color:var(--color-sage);margin-bottom:3rem;font-weight:400;max-width:600px;line-height:1.7}.features[data-astro-cid-j7pv25f6]{padding:8rem 5%;background:var(--color-sand);position:relative;overflow:hidden}.features[data-astro-cid-j7pv25f6]:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='800' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 80 0 L 0 0 0 80' fill='none' stroke='%238B9D83' stroke-width='0.5' opacity='0.1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='800' height='600' fill='url(%23grid)'/%3E%3C!-- Field Zones --%3E%3Crect x='50' y='50' width='200' height='150' fill='none' stroke='%235A7556' stroke-width='1.5' opacity='0.08' rx='4'/%3E%3Crect x='300' y='80' width='180' height='180' fill='none' stroke='%235A7556' stroke-width='1.5' opacity='0.08' rx='4'/%3E%3Crect x='520' y='60' width='220' height='140' fill='none' stroke='%235A7556' stroke-width='1.5' opacity='0.08' rx='4'/%3E%3Crect x='100' y='280' width='250' height='200' fill='none' stroke='%235A7556' stroke-width='1.5' opacity='0.08' rx='4'/%3E%3Crect x='400' y='320' width='300' height='180' fill='none' stroke='%235A7556' stroke-width='1.5' opacity='0.08' rx='4'/%3E%3C!-- Sensor Icons --%3E%3Ccircle cx='150' cy='125' r='4' fill='%234CAF50' opacity='0.15'/%3E%3Ccircle cx='390' cy='170' r='4' fill='%234CAF50' opacity='0.15'/%3E%3Ccircle cx='630' cy='130' r='4' fill='%234CAF50' opacity='0.15'/%3E%3Ccircle cx='225' cy='380' r='4' fill='%234CAF50' opacity='0.15'/%3E%3Ccircle cx='550' cy='410' r='4' fill='%234CAF50' opacity='0.15'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:cover;opacity:.6;z-index:0;pointer-events:none}.section-title[data-astro-cid-j7pv25f6],.section-subtitle[data-astro-cid-j7pv25f6],.features-grid[data-astro-cid-j7pv25f6]{position:relative;z-index:1}.section-title[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:var(--color-earth);margin-bottom:1rem;text-align:center;letter-spacing:-.02em}.section-subtitle[data-astro-cid-j7pv25f6]{text-align:center;color:var(--color-sage);font-size:1.15rem;margin-bottom:5rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.feature-card[data-astro-cid-j7pv25f6]{padding:3rem 2.5rem;background:var(--color-cream);border:1px solid rgba(45,74,43,.08);transition:all .4s var(--ease-smooth);position:relative;overflow:hidden}.feature-card[data-astro-cid-j7pv25f6]:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--color-earth) 0%,transparent 100%);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease-smooth)}.feature-card[data-astro-cid-j7pv25f6]:hover:before{transform:scaleX(1)}.feature-card[data-astro-cid-j7pv25f6]:hover{transform:translateY(-4px);box-shadow:0 12px 30px #2d4a2b14}.feature-icon[data-astro-cid-j7pv25f6]{width:60px;height:60px;margin-bottom:1.5rem;color:var(--color-sage);opacity:.9}.feature-card[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:1.75rem;font-weight:500;color:var(--color-earth);margin-bottom:1rem;letter-spacing:-.01em}.feature-card[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{color:var(--color-sage);line-height:1.8}.use-cases[data-astro-cid-j7pv25f6]{padding:8rem 5%;background:var(--color-sand);position:relative;overflow:hidden}.use-cases[data-astro-cid-j7pv25f6]:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='1000' height='800' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E .circuit %7B stroke: %235A7556; stroke-width: 2; opacity: 0.08; fill: none; %7D .dot %7B fill: %232D4A2B; opacity: 0.12; %7D%3C/style%3E%3C/defs%3E%3C!-- Circuit Paths --%3E%3Cpath class='circuit' d='M100,100 L300,100 L300,200 L500,200'/%3E%3Cpath class='circuit' d='M500,200 L700,200 L700,350'/%3E%3Cpath class='circuit' d='M300,200 L300,400 L150,400'/%3E%3Cpath class='circuit' d='M700,350 L900,350 L900,500'/%3E%3Cpath class='circuit' d='M500,200 L500,450 L650,450'/%3E%3Cpath class='circuit' d='M150,400 L150,600 L400,600'/%3E%3Cpath class='circuit' d='M650,450 L800,450 L800,600'/%3E%3C!-- Connection Nodes --%3E%3Ccircle class='dot' cx='100' cy='100' r='6'/%3E%3Ccircle class='dot' cx='300' cy='100' r='6'/%3E%3Ccircle class='dot' cx='300' cy='200' r='6'/%3E%3Ccircle class='dot' cx='500' cy='200' r='6'/%3E%3Ccircle class='dot' cx='700' cy='200' r='6'/%3E%3Ccircle class='dot' cx='700' cy='350' r='6'/%3E%3Ccircle class='dot' cx='300' cy='400' r='6'/%3E%3Ccircle class='dot' cx='500' cy='450' r='6'/%3E%3Ccircle class='dot' cx='900' cy='350' r='6'/%3E%3Ccircle class='dot' cx='150' cy='400' r='6'/%3E%3Ccircle class='dot' cx='650' cy='450' r='6'/%3E%3Ccircle class='dot' cx='900' cy='500' r='6'/%3E%3C!-- Micro Components --%3E%3Crect x='295' y='195' width='10' height='10' class='dot' rx='1'/%3E%3Crect x='495' y='195' width='10' height='10' class='dot' rx='1'/%3E%3Crect x='695' y='345' width='10' height='10' class='dot' rx='1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right;background-size:60%;opacity:.5;z-index:0;pointer-events:none}.use-cases-grid[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;position:relative;z-index:1}.use-case-card[data-astro-cid-j7pv25f6]{background:var(--color-cream);padding:2.5rem;border-top:4px solid var(--color-clay);transition:all .4s var(--ease-smooth);position:relative}.use-case-card[data-astro-cid-j7pv25f6]:hover{transform:translateY(-6px);box-shadow:0 12px 30px #2d4a2b1a;border-top-color:var(--color-earth)}.use-case-card[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--color-earth);margin-bottom:1rem;letter-spacing:-.01em}.use-case-card[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{color:var(--color-sage);line-height:1.8;margin-bottom:1.5rem}.use-case-list[data-astro-cid-j7pv25f6]{list-style:none;padding:0}.use-case-list[data-astro-cid-j7pv25f6] li[data-astro-cid-j7pv25f6]{color:var(--color-sage);padding-left:1.5rem;margin-bottom:.5rem;position:relative}.use-case-list[data-astro-cid-j7pv25f6] li[data-astro-cid-j7pv25f6]:before{content:"→";position:absolute;left:0;color:var(--color-clay);font-weight:600}.advantages[data-astro-cid-j7pv25f6]{padding:8rem 5%;background:var(--color-cream);position:relative;overflow:hidden}.advantages[data-astro-cid-j7pv25f6]:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='1200' height='800' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E .mesh-line %7B stroke: %238B9D83; stroke-width: 1; opacity: 0.1; %7D .mesh-node %7B fill: %235A7556; opacity: 0.15; %7D%3C/style%3E%3C/defs%3E%3C!-- Hexagonal Mesh Pattern --%3E%3Cg transform='translate(100,100)'%3E%3Cpolygon class='mesh-line' points='50,0 100,25 100,75 50,100 0,75 0,25' fill='none'/%3E%3Cpolygon class='mesh-line' points='150,0 200,25 200,75 150,100 100,75 100,25' fill='none'/%3E%3Cpolygon class='mesh-line' points='250,0 300,25 300,75 250,100 200,75 200,25' fill='none'/%3E%3Cpolygon class='mesh-line' points='50,100 100,125 100,175 50,200 0,175 0,125' fill='none'/%3E%3Cpolygon class='mesh-line' points='150,100 200,125 200,175 150,200 100,175 100,125' fill='none'/%3E%3Cpolygon class='mesh-line' points='250,100 300,125 300,175 250,200 200,175 200,125' fill='none'/%3E%3Ccircle class='mesh-node' cx='50' cy='0' r='4'/%3E%3Ccircle class='mesh-node' cx='150' cy='0' r='4'/%3E%3Ccircle class='mesh-node' cx='250' cy='0' r='4'/%3E%3Ccircle class='mesh-node' cx='100' cy='75' r='4'/%3E%3Ccircle class='mesh-node' cx='200' cy='75' r='4'/%3E%3Ccircle class='mesh-node' cx='150' cy='100' r='4'/%3E%3C/g%3E%3Cg transform='translate(600,300)'%3E%3Cpolygon class='mesh-line' points='50,0 100,25 100,75 50,100 0,75 0,25' fill='none'/%3E%3Cpolygon class='mesh-line' points='150,0 200,25 200,75 150,100 100,75 100,25' fill='none'/%3E%3Cpolygon class='mesh-line' points='50,100 100,125 100,175 50,200 0,175 0,125' fill='none'/%3E%3Cpolygon class='mesh-line' points='150,100 200,125 200,175 150,200 100,175 100,125' fill='none'/%3E%3Ccircle class='mesh-node' cx='50' cy='0' r='4'/%3E%3Ccircle class='mesh-node' cx='150' cy='0' r='4'/%3E%3Ccircle class='mesh-node' cx='100' cy='75' r='4'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left center;background-size:80%;opacity:.4;z-index:0;pointer-events:none}.advantages-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.advantage-card[data-astro-cid-j7pv25f6]{padding:2.5rem;background:var(--color-sand);border-left:3px solid var(--color-moss);transition:all .4s var(--ease-smooth)}.advantage-card[data-astro-cid-j7pv25f6]:hover{border-left-color:var(--color-earth);transform:translate(8px)}.advantage-number[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:2.5rem;font-weight:300;color:var(--color-clay);margin-bottom:1rem;line-height:1}.advantage-card[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--color-earth);margin-bottom:.75rem;letter-spacing:-.01em}.advantage-card[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{color:var(--color-sage);line-height:1.8}.vision-mission[data-astro-cid-j7pv25f6]{padding:8rem 5%;background:var(--color-earth);color:var(--color-cream);position:relative;overflow:hidden}.vision-mission[data-astro-cid-j7pv25f6]:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='1400' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E .wave %7B stroke: %238B9D83; stroke-width: 1.5; fill: none; opacity: 0.08; %7D .flow-dot %7B fill: %23B8956A; opacity: 0.1; %7D%3C/style%3E%3C/defs%3E%3C!-- Data Flow Waves --%3E%3Cpath class='wave' d='M0,150 Q350,100 700,150 T1400,150'/%3E%3Cpath class='wave' d='M0,250 Q350,200 700,250 T1400,250'/%3E%3Cpath class='wave' d='M0,350 Q350,300 700,350 T1400,350'/%3E%3Cpath class='wave' d='M0,450 Q350,400 700,450 T1400,450'/%3E%3C!-- Flow Particles --%3E%3Ccircle class='flow-dot' cx='200' cy='150' r='3'%3E%3CanimateMotion path='M0,0 Q350,-50 700,0' dur='8s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle class='flow-dot' cx='150' cy='250' r='3'%3E%3CanimateMotion path='M0,0 Q350,-50 700,0' dur='8s' begin='2s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle class='flow-dot' cx='300' cy='350' r='3'%3E%3CanimateMotion path='M0,0 Q350,-50 700,0' dur='8s' begin='4s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle class='flow-dot' cx='100' cy='450' r='3'%3E%3CanimateMotion path='M0,0 Q350,-50 700,0' dur='8s' begin='6s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:cover;z-index:0;pointer-events:none}.vm-container[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:4rem;position:relative;z-index:1}.vm-card[data-astro-cid-j7pv25f6]{padding:3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .4s var(--ease-smooth)}.vm-card[data-astro-cid-j7pv25f6]:hover{background:#ffffff14;transform:translateY(-4px)}.vm-icon[data-astro-cid-j7pv25f6]{width:60px;height:60px;margin-bottom:2rem;color:var(--color-clay)}.vm-card[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:2.25rem;font-weight:500;margin-bottom:1.5rem;letter-spacing:-.01em}.vm-card[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{line-height:1.8;font-size:1.05rem;opacity:.95}.how-it-works[data-astro-cid-j7pv25f6]{padding:8rem 5%;background:var(--color-cream)}.steps[data-astro-cid-j7pv25f6]{max-width:900px;margin:0 auto}.step[data-astro-cid-j7pv25f6]{display:flex;gap:3rem;margin-bottom:5rem;align-items:flex-start;opacity:0;animation:fadeInUp .6s var(--ease-smooth) forwards}.step[data-astro-cid-j7pv25f6]:nth-child(1){animation-delay:.1s}.step[data-astro-cid-j7pv25f6]:nth-child(2){animation-delay:.2s}.step[data-astro-cid-j7pv25f6]:nth-child(3){animation-delay:.3s}.step-number[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:4rem;font-weight:300;color:var(--color-moss);line-height:1;min-width:80px}.step-content[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:2rem;font-weight:500;color:var(--color-earth);margin-bottom:1rem;letter-spacing:-.01em}.step-content[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{color:var(--color-sage);line-height:1.8;font-size:1.05rem}.contact-section[data-astro-cid-j7pv25f6]{padding:8rem 5%;background:var(--color-earth);color:var(--color-cream)}.contact-container[data-astro-cid-j7pv25f6]{max-width:1000px;margin:0 auto;text-align:center}.contact-section[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;margin-bottom:1.5rem;letter-spacing:-.02em}.contact-section[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{font-size:1.15rem;opacity:.9;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.contact-info-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.contact-info-item[data-astro-cid-j7pv25f6]{padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;transition:all .3s var(--ease-smooth)}.contact-info-item[data-astro-cid-j7pv25f6]:hover{background:#ffffff14;transform:translateY(-4px)}.contact-info-item[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:1.25rem;margin-bottom:.75rem;color:var(--color-clay)}.contact-info-item[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{color:var(--color-cream);text-decoration:none;font-size:1.15rem;transition:opacity .3s var(--ease-smooth)}.contact-info-item[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover{opacity:.8}.contact-info-item[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{margin:0;font-size:1rem}footer[data-astro-cid-j7pv25f6]{padding:4rem 5% 2rem;background:var(--color-sand);border-top:1px solid rgba(45,74,43,.08)}.footer-content[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section[data-astro-cid-j7pv25f6] h4[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:var(--color-earth);margin-bottom:1rem}.footer-section[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6],.footer-section[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{color:var(--color-sage);text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s var(--ease-smooth)}.footer-section[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover{color:var(--color-earth)}.footer-bottom[data-astro-cid-j7pv25f6]{text-align:center;padding-top:2rem;border-top:1px solid rgba(45,74,43,.08);color:var(--color-sage);font-size:.9rem}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}@media (max-width: 768px){header[data-astro-cid-j7pv25f6]{padding:1rem 5%}nav[data-astro-cid-j7pv25f6]{display:none}.hero[data-astro-cid-j7pv25f6]{padding:6rem 5% 3rem}.hero-subtitle[data-astro-cid-j7pv25f6]{flex-direction:column;gap:2rem}.features[data-astro-cid-j7pv25f6],.use-cases[data-astro-cid-j7pv25f6],.advantages[data-astro-cid-j7pv25f6],.vision-mission[data-astro-cid-j7pv25f6],.how-it-works[data-astro-cid-j7pv25f6],.contact-section[data-astro-cid-j7pv25f6]{padding:4rem 5%}.vm-container[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:2rem}.vm-card[data-astro-cid-j7pv25f6]{padding:2rem}.step[data-astro-cid-j7pv25f6]{flex-direction:column;gap:1rem}.step-number[data-astro-cid-j7pv25f6]{font-size:3rem}}
