:root{--primary:#1a3a2a;--primary-light:#2d5a41;--secondary:#d4af37;--accent:#e9c46a;--white:#fff;--bg-light:#f8f9f8;--bg-dark:#12261d;--text-dark:#1a1a1a;--text-muted:#555;--border:#e0e0e0;--shadow:0 10px 30px #0000000d;--shadow-hover:0 20px 40px #0000001a;--transition:all .4s cubic-bezier(.165, .84, .44, 1);--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--white);width:100%;line-height:1.6;position:relative;overflow-x:hidden}.landing-page{width:100%;overflow-x:hidden}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-family:var(--font-heading);color:var(--primary);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.section-title.centered{text-align:center}.gradient-text{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.badge{color:var(--white);text-transform:uppercase;letter-spacing:1px;background:#0d2a1c;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-section{background:radial-gradient(circle at 10% 20%, #d4af370d 0%, transparent 40%), radial-gradient(circle at 90% 80%, #1a3a2a0a 0%, transparent 40%), var(--bg-light);align-items:center;min-height:65vh;padding:120px 0 60px;display:flex;position:relative;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.hero-headline{font-family:var(--font-heading);color:var(--primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.1}.hero-subheadline{color:var(--primary-light);font-size:1.25rem;font-weight:600;font-family:var(--font-heading);margin-bottom:1.2rem}.hero-body-copy{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:.95rem;line-height:1.7}.hero-cta-group{gap:1.5rem;display:flex}.btn{transition:var(--transition);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:1rem 2rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-large{padding:.9rem 2.2rem;font-size:1rem}.btn-primary{background:var(--primary);color:var(--white);border:1px solid var(--primary)}.btn-primary:hover{background:var(--primary-light);box-shadow:var(--shadow-hover);transform:translateY(-5px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-5px)}.hero-cta-group .btn{box-shadow:0 4px 15px #0000000d;background:var(--white)!important;color:#0d2a1c!important;border:1px solid #0d2a1c!important}.hero-cta-group .btn:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0d2a1c33;color:var(--white)!important;background:#0d2a1c!important}.hero-image-wrapper{width:100%;max-width:480px;margin:0 auto;animation:6s ease-in-out infinite floatImg;position:relative}.hero-main-image{border:4px solid var(--white);border-radius:30px;width:100%;height:auto;box-shadow:0 30px 60px #00000026}.hero-image-decoration{background:radial-gradient(circle, var(--secondary) 0%, transparent 70%);opacity:.1;z-index:-1;border-radius:50%;width:150px;height:150px;position:absolute;top:-20px;right:-20px}@keyframes floatImg{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.problem-section{background-color:var(--bg-light);padding:50px 0}.problem-header{text-align:center;max-width:1100px;margin:0 auto 4rem}.problem-intro,.how-intro,.services-intro,.who-intro{color:var(--text-muted);font-size:1.25rem}.problem-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:5rem;display:grid}.problem-card{background:var(--white);text-align:center;border:1px solid #1a3a2a0d;border-radius:24px;flex-direction:column;align-items:center;padding:2.2rem 1.5rem;transition:all .5s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 10px 30px #00000005}.problem-card:hover{border-color:#d4af374d;transform:translateY(-8px);box-shadow:0 20px 50px #1a3a2a14}.problem-icon{width:60px;height:60px;color:var(--primary);background:#2d5a410f;border-radius:18px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .4s;display:flex}.problem-icon svg{width:28px;height:28px;stroke:var(--primary);transition:all .4s}.problem-card:hover .problem-icon{background:var(--primary);transform:scale(1.05)}.problem-card:hover .problem-icon svg{stroke:var(--white)}.problem-card-content h3{font-size:1.2rem;font-weight:700;font-family:var(--font-heading);color:var(--primary);margin-bottom:.8rem}.problem-card-content p{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (width<=1024px){.problem-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.problem-grid{grid-template-columns:1fr}}.problem-footer{text-align:center}.problem-closing-line{font-size:1.4rem;font-family:var(--font-heading);color:#fff;background:#0d2a1c;border-radius:12px;padding:2.5rem;font-weight:700;line-height:1.4;box-shadow:0 10px 30px #0d2a1c26}.solution-section{padding:50px 0}.solution-header{text-align:center;max-width:900px;margin:0 auto 4rem}.solution-description{font-size:1.5rem;font-family:var(--font-heading);color:var(--primary-light);margin-top:1rem;line-height:1.4}.solution-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;margin-bottom:4rem;display:grid}.solution-highlight{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.solution-for h3{text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1rem}.for-tags{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.tag{color:var(--white);cursor:default;background:#0d2a1c;border:1px solid #0d2a1c;border-radius:50px;align-items:center;gap:.8rem;padding:.8rem 1.5rem;font-weight:600;display:flex}.tag-icon{width:18px;height:18px;stroke:var(--white)}.tag:hover .tag-icon{stroke:var(--white)}.solution-footer{text-align:center;background-color:#fff;background-image:radial-gradient(at 0 0,#f0f0f066 0,#0000 50%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cfilter id='stucco-wall'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3CfeDiffuseLighting surfaceScale='2' lighting-color='white'%3E%3CfeDistantLight azimuth='45' elevation='60'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23stucco-wall)' opacity='0.25'/%3E%3C/svg%3E");background-attachment:fixed;border-top:1px solid #0000000d;margin-top:4rem;padding:3rem 2rem;position:relative;overflow:hidden}.brush-stroke-wrapper{z-index:1;max-width:95vw;padding:1rem 4rem;display:inline-block;position:relative}.brush-stroke-wrapper:before{content:"";z-index:-1;width:160%;height:140%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 200' preserveAspectRatio='none'%3E%3Cfilter id='bristles'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.15 0.05' numOctaves='6' seed='42'/%3E%3CfeDisplacementMap in='SourceGraphic' scale='25'/%3E%3C/filter%3E%3Crect x='40' y='30' width='920' height='140' filter='url(%23bristles)' fill='black'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 200' preserveAspectRatio='none'%3E%3Cfilter id='hairs'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.4 0.02' numOctaves='3' seed='15'/%3E%3CfeDisplacementMap in='SourceGraphic' scale='10'/%3E%3C/filter%3E%3Crect x='20' y='50' width='960' height='100' filter='url(%23hairs)' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 200' preserveAspectRatio='none'%3E%3Cfilter id='bristles'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.15 0.05' numOctaves='6' seed='42'/%3E%3CfeDisplacementMap in='SourceGraphic' scale='25'/%3E%3C/filter%3E%3Crect x='40' y='30' width='920' height='140' filter='url(%23bristles)' fill='black'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 200' preserveAspectRatio='none'%3E%3Cfilter id='hairs'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.4 0.02' numOctaves='3' seed='15'/%3E%3CfeDisplacementMap in='SourceGraphic' scale='10'/%3E%3C/filter%3E%3Crect x='20' y='50' width='960' height='100' filter='url(%23hairs)' fill='black'/%3E%3C/svg%3E");-webkit-mask-size:100% 100%;mask-size:100% 100%;mask-composite:source-over;-webkit-mask-composite:source-over;background:#f9d03d linear-gradient(175deg,#ffffff26 0%,#0000 40%,#0000000d 100%);position:absolute;top:50%;left:50%;transform:translate(-42%,-50%)rotate(-.5deg);box-shadow:0 4px 15px #f9d03d1a}.brush-stroke-wrapper .closing-line{color:#0d2a1c;letter-spacing:-.025em;white-space:nowrap;text-shadow:0 .5px .5px #ffffff1a;margin:0;font-size:clamp(1.2rem,3.5vw,1.7rem);font-weight:900;line-height:1;position:relative;transform:translate(-4.5rem)}.solution-visual{background:var(--bg-dark);border-radius:32px;padding:4rem;position:relative;overflow:hidden;box-shadow:0 40px 80px #12261d33}.kiosk-box{background:var(--white);z-index:2;border-radius:16px;flex-direction:column;gap:1.5rem;width:220px;height:320px;margin:0 auto;padding:2rem 1.5rem;display:flex;position:relative;box-shadow:0 20px 50px #0000004d}.kiosk-header{color:var(--primary);text-align:center;letter-spacing:2px;border-bottom:2px solid var(--bg-light);padding-bottom:1rem;font-size:.8rem;font-weight:900}.kiosk-screen{background:var(--primary);border-radius:8px;flex-direction:column;flex:1;gap:1.2rem;padding:1.5rem;display:flex}.screen-item{align-items:center;gap:1rem;display:flex}.screen-item svg{width:20px;height:20px;stroke:var(--white);stroke-width:2px;opacity:.9}.screen-item-text{flex-direction:column;flex:1;gap:4px;display:flex}.screen-line{background:#ffffff26;border-radius:2px;width:100%;height:4px}.screen-line.short{width:60%}.kiosk-icons{display:none}.floating-elements div{background:var(--secondary);color:var(--primary);z-index:3;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;font-weight:700;animation:4s ease-in-out infinite float;position:absolute}.el-1{top:20%;left:10%}.el-2{top:50%;right:10%;animation-delay:1s!important}.el-3{bottom:20%;left:15%;animation-delay:2s!important}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.services-section{background-color:var(--bg-light);padding:50px 0}.services-header{text-align:center;margin-bottom:4rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.service-card{background:var(--white);text-align:center;border:1px solid #1a3a2a0d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:200px;padding:2.5rem 2rem;transition:all .5s cubic-bezier(.165,.84,.44,1);display:flex}.service-card:hover{border-color:#d4af374d;transform:translateY(-8px);box-shadow:0 20px 40px #1a3a2a14}.service-icon{width:60px;height:60px;color:var(--primary);background:#2d5a410d;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;transition:all .4s;display:flex}.service-icon img{object-fit:contain;width:34px;height:34px;transition:all .4s}.service-card:hover .service-icon{background:var(--primary);color:var(--white);border:2px solid var(--secondary);transform:scale(1.1)rotate(5deg)}.service-card:hover .service-icon svg,.service-card:hover .service-icon img{filter:brightness(0)invert();stroke:var(--white);stroke-width:2px}.service-content h3{color:var(--primary);font-size:1.25rem;font-weight:700;line-height:1.4;font-family:var(--font-heading)}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-grid{grid-template-columns:1fr}}.features-section{padding:70px 0}.features-header{text-align:center;margin-bottom:5rem}.features-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.features-list{flex-direction:column;gap:2.5rem;display:flex}.feature-item{align-items:center;gap:1.5rem;display:flex}.feature-icon{width:54px;height:54px;color:var(--primary);background:#2d5a4114;border-radius:14px;justify-content:center;align-items:center;transition:all .4s;display:flex}.feature-icon svg{width:26px;height:26px;stroke:var(--primary);stroke-width:1.5px}.feature-item:hover .feature-icon{background:var(--primary);color:var(--white);transform:translateY(-2px)}.feature-item:hover .feature-icon svg{stroke:var(--white)}.feature-text h3{color:var(--primary);font-size:1.15rem;font-weight:700;font-family:var(--font-heading);margin-bottom:0}.platform-mockup-wrapper{width:100%;max-width:600px;transition:var(--transition);background:var(--bg-dark);border:4px solid #ffffff1a;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000040}.platform-mockup-wrapper:hover{border-color:var(--secondary);transform:translateY(-10px)rotate(-1deg);box-shadow:0 50px 120px #00000059}.dashboard-image{object-fit:cover;opacity:.9;width:100%;height:auto;transition:var(--transition);display:block}.platform-mockup-wrapper:hover .dashboard-image{opacity:1;transform:scale(1.02)}.mockup-overlay{pointer-events:none;background:linear-gradient(135deg,#1a3a2a00 0%,#1a3a2a33 100%);width:100%;height:100%;position:absolute;top:0;left:0}.how-it-works-section{background-color:var(--bg-light);padding:70px 0}.how-header{text-align:center;margin-bottom:6rem}.how-timeline{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.how-step{text-align:center;z-index:2;position:relative}.step-badge{background:var(--primary);width:40px;height:40px;color:var(--white);border:4px solid var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-weight:800;display:flex}.step-visual{background:#fff;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:all .4s;display:flex;box-shadow:0 10px 20px #0000000d}.step-visual svg{width:32px;height:32px;stroke:var(--primary);stroke-width:1.5px}.how-step:hover .step-visual{background:var(--primary);transform:translateY(-5px);box-shadow:0 15px 30px #1a3a2a33}.how-step:hover .step-visual svg{stroke:var(--white)}.step-content h3{color:var(--primary);font-size:1.1rem;font-weight:700;font-family:var(--font-heading);margin-bottom:.5rem}.step-desc{color:var(--text-muted);max-width:200px;margin:0 auto;font-size:.9rem;line-height:1.5}.step-connector{background:var(--border);z-index:-1;width:calc(100% - 40px);height:2px;position:absolute;top:20px;left:calc(50% + 20px)}.who-its-for-section{padding:70px 0}.who-header{text-align:center;margin-bottom:5rem}.segments-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.segment-card{background:var(--white);box-shadow:var(--shadow);text-align:center;transition:var(--transition);border:1px solid var(--border);border-radius:20px;padding:3.5rem 2.5rem}.segment-card:hover{border-color:var(--primary);transform:translateY(-15px)}.segment-icon{width:90px;height:90px;color:var(--primary);background:#2d5a410d;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 2rem;transition:all .4s;display:flex}.segment-icon svg,.segment-png-icon{width:44px;max-height:44px;stroke:var(--primary);stroke-width:1.5px;object-fit:contain;transition:all .4s}.segment-card:hover .segment-icon{background:var(--primary);color:var(--white);transform:rotate(5deg)scale(1.1)}.segment-card:hover .segment-icon svg,.segment-card:hover .segment-icon .segment-png-icon{stroke:var(--white);filter:brightness(0)invert()}.segment-card h3{font-family:var(--font-heading);color:var(--primary);margin-bottom:2rem;font-size:1.6rem}.segment-benefits{text-align:left;list-style:none}.segment-benefits li{color:var(--text-muted);align-items:center;gap:1rem;margin-bottom:1rem;font-size:.95rem;display:flex}.segment-benefits li svg{width:18px;height:18px;stroke:var(--primary-light);flex-shrink:0}.benefits-section{background-color:var(--primary);color:var(--white);padding:60px 0}.benefits-section .section-title{color:var(--white)}.benefits-split{grid-template-columns:1fr 1.2fr;gap:4rem;margin-top:5rem;display:grid}.benefits-column h3{font-family:var(--font-heading);color:var(--secondary);border-bottom:1px solid #d4af3733;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.benefits-grid{flex-direction:column;gap:1.2rem;display:flex}.benefit-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1.2rem;padding:1rem 1.5rem;transition:all .3s;display:flex}.benefit-card:hover{background:#ffffff14;border-color:#d4af374d;transform:translate(10px)}.benefit-icon{width:24px;height:24px;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-icon svg{width:20px;height:20px;stroke:var(--white);stroke-width:1.5px;transition:all .3s}.benefit-card:hover .benefit-icon svg{stroke:var(--secondary);transform:scale(1.1)}.benefit-title{color:#ffffffe6;font-size:1rem;font-weight:500}.why-crosby-section{background-color:var(--bg-light);padding:60px 0}.why-header{text-align:center;margin-bottom:5rem}.why-comparison{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem;display:grid}.comparison-card{border-radius:20px;padding:3rem}.comparison-card.traditional{background:#f0f0f0}.comparison-card.crosby{background:var(--white);border:2px solid var(--primary);box-shadow:var(--shadow)}.comparison-card h3{margin-bottom:2rem;font-size:1.4rem}.comparison-list{list-style:none}.comparison-list li{color:var(--text-dark);border-radius:8px;align-items:center;gap:1.2rem;margin-bottom:1.25rem;padding:.5rem;font-size:1.05rem;transition:all .3s;display:flex}.comparison-list li:hover{background:#2d5a4108;transform:translate(5px)}.comparison-list li svg{stroke-width:2.5px;flex-shrink:0;width:20px;height:20px}.traditional .comparison-list li svg{stroke:#999}.crosby .comparison-list li svg{stroke:var(--primary)}.why-footer{text-align:center;margin-top:5rem}.why-footer .closing-line{font-size:1.4rem;font-family:var(--font-heading);color:#fff;background:#0d2a1c;border-radius:12px;padding:1.5rem 2.5rem;font-weight:700;line-height:1.4;display:inline-block;box-shadow:0 10px 30px #0d2a1c26}.about-section{padding:60px 0}.about-grid{grid-template-columns:1fr 1.5fr;align-items:center;gap:6rem;display:grid}.legal-seal{background:var(--white);border:4px solid #acc02e;border-radius:50%;justify-content:center;align-items:center;width:380px;height:380px;margin:0 auto;padding:3rem;transition:all .5s;display:flex;position:relative;box-shadow:0 20px 50px #0d2a1c1a}.legal-seal:hover{transform:rotate(5deg)scale(1.05);box-shadow:0 30px 60px #2d5a4126}.seal-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.seal-logo{width:240px;height:auto}.seal-text{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:2px;font-size:.9rem;font-weight:700}.about-description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem}.expertise-list h3{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:1.5rem;font-size:1rem}.expertise-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.expertise-item{color:var(--primary);align-items:center;gap:1rem;font-size:1rem;font-weight:600;display:flex}.expertise-check{width:20px;height:20px;stroke:var(--primary);stroke-width:3px}.about-closing{font-family:var(--font-heading);color:#acc02e;font-size:1.5rem;font-weight:700}.final-cta-section{background:var(--bg-dark);color:var(--white);padding:100px 0}.cta-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.final-cta-section .section-title{color:var(--white);font-size:3.5rem}.cta-description{opacity:.8;margin-bottom:2rem;font-size:1.2rem}.cta-highlight h3{color:var(--secondary);font-size:1.5rem}.cta-form-container{background:var(--white);color:var(--text-dark);border-radius:20px;width:100%;max-width:480px;padding:2.5rem;box-shadow:0 10px 40px #0000001a}.demo-form h3{text-align:center;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);background:var(--white);border-radius:6px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230a2f1f' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");background-position:right 1.2rem center;background-repeat:no-repeat;background-size:1.2rem;padding-right:3rem}.btn-full{width:100%}.btn-with-icon{justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;font-weight:700;transition:all .3s;display:flex!important}.btn-icon{width:20px;height:20px;stroke:var(--white);stroke-width:2px;transition:transform .3s}.btn-with-icon:hover .btn-icon{transform:translate(5px)}.header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;background:#fffffffa;border-bottom:1px solid #00000014;align-items:center;height:90px;padding:0;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 30px #00000008}.header .section-container{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.logo-wrapper{align-items:center;width:280px;height:90px;display:flex;position:relative}.header-logo-img{z-index:1001;filter:drop-shadow(0 10px 15px #0000001a);width:auto;height:120px;transition:transform .3s;position:absolute;top:-15px;left:0}.header-logo-img:hover{transform:scale(1.05)translateY(2px)}.nav{align-items:center;gap:2.5rem;display:flex}.nav a{color:#0d2a1c;transition:var(--transition);font-weight:600;text-decoration:none}.nav a:hover{color:#16a34a}.btn-nav{text-transform:uppercase;letter-spacing:.5px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:700;background:var(--primary)!important;border-color:var(--primary)!important;color:var(--white)!important;opacity:1!important}.btn-nav:hover{box-shadow:0 5px 15px #1a3a2a33;background:var(--primary-light)!important;color:var(--white)!important;transform:translateY(-2px)!important}.footer-advanced{color:var(--text-muted);background:#fff;border-top:1px solid #0000000d;padding:15px 0 35px;position:relative;overflow:hidden}.footer-advanced:before{content:"";background:linear-gradient(to right, var(--primary), var(--secondary), var(--primary));opacity:.1;width:100%;height:4px;position:absolute;top:0;left:0}.footer-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-bottom:40px;display:grid;position:relative}.footer-brand-col{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.footer-contact-col{text-align:left;flex-direction:column;gap:4rem;padding-top:4rem;display:flex}.contact-item h4{font-family:var(--font-heading);color:var(--primary);margin-bottom:.8rem;font-size:1.4rem}.contact-item p{color:#4b5563;font-size:1.1rem;line-height:1.6}.contact-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.contact-icon{color:#0d2a1c;stroke-width:2.5px;width:24px;height:24px}.footer-brand-col .footer-logo-img{filter:drop-shadow(0 10px 20px #00000014);height:200px;margin-bottom:0;margin-left:-20px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.footer-brand-col .footer-logo-img:hover{transform:scale(1.05)}.footer-description{color:#4b5563;max-width:450px;margin-top:-.5rem;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.6}.social-links{gap:1.5rem;display:flex}.social-link{width:45px;height:45px;color:var(--white);background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.social-link:hover{background:var(--secondary);color:var(--primary);border-color:var(--secondary);transform:translateY(-8px)rotate(8deg);box-shadow:0 10px 20px #d4af3733}.footer-nav-col h4{color:var(--secondary);font-family:var(--font-heading);letter-spacing:.05em;margin-bottom:2.5rem;font-size:1.4rem;font-weight:700}.footer-nav-col ul{padding:0;list-style:none}.footer-nav-col li{margin-bottom:1.2rem}.footer-nav-col a{color:#fff9;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-block}.footer-nav-col a:hover{color:var(--primary);transform:translate(8px)}.footer-bottom-bar{color:#4b5563;border-top:1px solid #0000000f;justify-content:center;align-items:center;padding-top:30px;font-size:1rem;display:flex}.legal-links{gap:3rem;display:flex}.legal-links a{color:var(--text-muted);transition:var(--transition);text-decoration:none}.legal-links a:hover{color:var(--primary)}.mobile-menu-toggle{cursor:pointer;z-index:1002;background:0 0;border:none;padding:10px;display:none}.hamburger{background:var(--primary);width:25px;height:2px;transition:var(--transition);display:block;position:relative}.hamburger:before,.hamburger:after{content:"";background:var(--primary);width:25px;height:2px;transition:var(--transition);position:absolute}.hamburger:before{top:-8px;left:0}.hamburger:after{bottom:-8px;left:0}.hamburger.active{background:0 0}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0d2a1c66;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--white);text-align:center;border-radius:24px;width:90%;max-width:500px;padding:3rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) modalScale;position:relative;box-shadow:0 30px 60px #0003}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;transition:color .3s;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:var(--primary)}.modal-content h3{font-family:var(--font-heading);color:var(--primary);margin-bottom:1rem;font-size:1.8rem}.modal-info{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.email-display-card{background:#f8faf9;border:1px solid #1a3a2a1a;border-radius:16px;flex-direction:column;align-items:center;gap:1.2rem;margin-bottom:2.5rem;padding:1.5rem;display:flex}.email-display-card code{color:var(--primary);word-break:break-all;font-family:inherit;font-size:1.1rem;font-weight:700}.copy-btn{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:50px;padding:.8rem 2rem;font-weight:600;transition:all .3s}.copy-btn:hover{background:#1a4d33;transform:translateY(-2px);box-shadow:0 4px 12px #1a4d3333}.copy-btn.copied{background:#10b981}.modal-note{color:#9ca3af;font-size:.9rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScale{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.hamburger.active:before{top:0;transform:rotate(45deg)}.hamburger.active:after{bottom:0;transform:rotate(-45deg)}@media (width<=1024px){.section-container{padding:0 1.5rem}.hero-container,.solution-grid,.features-content,.cta-grid,.about-grid,.benefits-split,.why-comparison,.footer-grid,.brush-stroke-wrapper{text-align:center;grid-template-columns:1fr;gap:4rem}.solution-footer{padding:4rem 1.5rem;overflow-x:hidden}.brush-stroke-wrapper{width:100%;max-width:90vw;margin:0 auto;padding:1.5rem 1rem}.brush-stroke-wrapper:before{width:110%;transform:translate(-50%,-50%)rotate(-.5deg)}.brush-stroke-wrapper .closing-line{white-space:normal;text-align:center;font-size:1.35rem;line-height:1.3;transform:translate(0)!important}.footer-brand-col,.footer-contact-col{text-align:center;align-items:center}.footer-contact-col{gap:2rem;padding-top:0}.hero-content{flex-direction:column;align-items:center;display:flex}.hero-body-copy{margin-left:auto;margin-right:auto}.hero-cta-group{justify-content:center}.hero-image-wrapper{max-width:400px;margin-top:2rem}.problem-grid-wrapper{margin:0 -1.5rem;padding:0 1.5rem;overflow:hidden}.problem-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.how-timeline{grid-template-columns:repeat(2,1fr);gap:3rem}.step-connector{display:none}.segments-grid,.expertise-grid{grid-template-columns:repeat(2,1fr)}.cta-form-container{margin:0 auto}.cta-highlight h3,.form-group label{text-align:left}.final-cta-section .section-title{font-size:2.8rem}}@media (width<=768px){.header{height:70px}.header-logo-img{height:80px;top:-5px}.logo-wrapper{width:180px;height:70px}.mobile-menu-toggle{display:block}.nav{background:var(--white);z-index:1001;flex-direction:column;gap:2rem;width:100%;height:calc(100vh - 70px);padding:3rem 2rem;transition:transform .4s cubic-bezier(.165,.84,.44,1);position:fixed;top:70px;left:0;overflow-y:auto;transform:translate(100%);box-shadow:0 10px 30px #0000001a}.nav.active{transform:translate(0)}.btn-nav{width:100%;margin-top:1rem}.section-title{font-size:2rem}.hero-headline{font-size:2.2rem}.problem-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:1rem 0 2rem;display:flex;overflow-x:auto}.problem-grid::-webkit-scrollbar{display:none}.problem-card{scroll-snap-align:center;flex:0 0 85%}.services-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:1rem 0 2rem;display:flex;overflow-x:auto}.services-grid::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:center;flex:0 0 85%}.how-timeline,.segments-grid,.expertise-grid{grid-template-columns:1fr}.footer-grid{text-align:center;grid-template-columns:1fr;gap:1rem}.footer-brand-col .footer-logo-img{height:100px;margin:0 auto .5rem;display:block}.footer-description{max-width:100%;margin:1rem auto 0;font-size:1rem;line-height:1.5}.footer-contact-col{gap:1rem;padding-top:1rem}.contact-item{width:100%}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem;font-size:.95rem}.hero-subheadline,.hero-body-copy,.problem-intro,.solution-description,.how-intro,.services-intro,.who-intro,.about-description,.cta-description,.footer-description{line-height:1.6;font-size:1.1rem!important}.legal-links{flex-wrap:wrap;justify-content:center;gap:1.5rem}.legal-seal{width:250px;height:250px;padding:2rem}}@media (width<=480px){.section-title,.hero-headline{font-size:1.8rem}.hero-cta-group{flex-direction:column;width:100%}.hero-cta-group .btn{width:100%}.tag{justify-content:center;width:100%}.solution-visual{padding:2rem 1rem}.kiosk-box{width:180px;height:260px}.cta-form-container{padding:1.5rem}.final-cta-section .section-title{font-size:2.2rem}.footer-logo-img{height:180px!important}.footer-description{font-size:1rem}}.site-header{border-bottom:1px solid var(--border-light);z-index:100;background-color:#fff;justify-content:space-between;align-items:center;padding:30px 80px;display:flex;position:sticky;top:0}.logo-container{font-family:var(--font-serif);color:var(--primary-green);align-items:center;gap:10px;font-size:1.5rem;font-weight:700;display:flex}.site-nav{gap:20px;display:flex}.landing-page{flex-direction:column;display:flex}.hero{background-image:linear-gradient(#f9fbf9 0%,#fff 100%);grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;min-height:90vh;padding:0 80px;display:grid}.hero-content{text-align:left}.hero-subtitle{color:var(--text-main);max-width:600px;margin:32px 0 48px;font-size:1.5rem}.hero-actions{gap:16px;display:flex}.hero-image{position:relative}.kiosk-illustration{box-shadow:var(--shadow-soft);background-color:#f0f4f0;border-radius:20px;padding:40px;position:relative;overflow:hidden}.kiosk-logo{background-color:var(--primary-green);color:#fff;text-align:center;padding:10px;font-weight:700;position:absolute;bottom:0;left:0;right:0}.problem-section-horizontal{text-align:center;border-top:1px solid var(--border-light);padding:80px;position:relative}.problem-header-text{letter-spacing:.1em;font-size:1.25rem;font-family:var(--font-sans);color:#333;z-index:2;margin-bottom:40px;font-weight:600;position:relative}.problem-items-container{z-index:2;flex-wrap:wrap;justify-content:center;gap:60px;margin-bottom:40px;display:flex;position:relative}.problem-card-mini{text-align:left;align-items:flex-start;gap:15px;display:flex}.warning-icon{color:var(--accent-yellow);font-size:1.5rem}.problem-card-text strong{color:#1a1a1a;font-size:1.1rem;display:block}.problem-card-text p{color:#666;font-size:1rem}.problem-footer-line{color:#444;z-index:2;justify-content:center;align-items:center;gap:12px;font-weight:500;display:flex;position:relative}.dot-marker{background-color:#c9d8d1;border-radius:50%;width:10px;height:10px}.bg-fade-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#fff 60%,#fffc 100%);position:absolute;inset:0}.info-grid-section{border-top:1px solid var(--border-light)}.info-grid-container{grid-template-columns:1fr 1fr;min-height:800px;display:grid}.quadrant{flex-direction:column;padding:60px 80px;display:flex}.quadrant-light{color:var(--text-heading);background-color:#fff}.quadrant-dark{background-color:var(--primary-green);color:#fff;background-image:url(https://www.transparenttextures.com/patterns/dark-leather.png)}.quad-title{letter-spacing:.1em;font-size:1.5rem;font-family:var(--font-sans);text-transform:uppercase;margin-bottom:40px;font-weight:700}.about-intro{align-items:center;gap:20px;margin-bottom:30px;display:flex}.kiosk-graphic-container{flex-shrink:0;width:120px}.kiosk-graphic-svg{width:100%;height:auto}.about-intro p{color:#444;font-size:1.15rem;line-height:1.6}.check-list-large{flex-direction:column;gap:12px;display:flex}.check-list-large li{color:#333;align-items:center;gap:15px;font-size:1.1rem;display:flex}.check-list-large span{color:var(--primary-green);font-weight:700}.steps-container{flex-direction:column;gap:25px;margin-bottom:40px;display:flex}.step-item-mini{align-items:flex-start;gap:20px;display:flex}.step-number{opacity:.5;font-size:1.25rem;font-weight:900}.step-item-mini strong{margin-bottom:4px;font-size:1.1rem;display:block}.step-item-mini p{opacity:.8;font-size:.95rem}.partner-btn{color:var(--primary-green);background-color:#fff;align-self:flex-start;margin-top:auto}.benefits-list-mini{flex-direction:column;gap:20px;display:flex}.benefit-item-mini{align-items:center;gap:15px;display:flex}.benefit-icon{flex-shrink:0;width:24px;height:24px}.quadrant-light .benefit-icon{color:var(--primary-green)}.quadrant-dark .benefit-icon{color:#fff}.benefit-item-mini strong{font-size:1.05rem}.check-mark{color:#4caf50;font-weight:700}.quote-badge{color:#888;align-items:center;gap:10px;margin-top:auto;padding-top:40px;font-size:.9rem;font-style:italic;display:flex}.quote-badge:before{content:"";background:#ddd;width:40px;height:2px;display:block}.footer-cta{text-align:center;background-color:#f9fbf9;padding:100px 40px}.footer-cta h2{max-width:800px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:2.5rem}.footer-cta p{color:var(--text-main);margin-bottom:40px;font-size:1.2rem}.hero-actions.center{justify-content:center}@media (width<=1024px){.benefits-grid{grid-template-columns:1fr;gap:40px}}
