:root{--primary: 187 69% 28%;--primary-foreground: 40 30% 98%;--secondary: 199 89% 48%;--accent: 24 85% 58%;--accent-foreground: 40 30% 98%;--background: 40 30% 96%;--foreground: 215 25% 27%;--card: 40 25% 98%;--muted: 40 20% 92%;--muted-foreground: 215 15% 50%;--destructive: 0 84% 60%;--border: 40 15% 85%;--radius: .5rem;--camp-green: 142 76% 36%;--camp-green-light: 142 50% 88%;--camp-green-dark: 142 76% 28%;--camp-sky: 199 89% 48%;--camp-sky-light: 199 60% 90%;--camp-yellow: 45 93% 58%;--accent-light: 24 60% 90%;--accent-dark: 24 85% 45%;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{line-height:1.2;color:hsl(var(--foreground))}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{position:sticky;top:0;z-index:100;background:hsla(var(--card),.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border))}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.logo{font-size:1.25rem;font-weight:800;color:hsl(var(--foreground));letter-spacing:-.02em}.logo span{color:hsl(var(--primary))}.header-actions{display:flex;align-items:center;gap:.75rem}.header-link{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));padding:.5rem 1rem;transition:color .2s}.header-link:hover{color:hsl(var(--primary))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:.5rem;transition:all .2s;cursor:pointer;border:none;font-family:inherit}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.btn-md{font-size:.9375rem;padding:.75rem 1.5rem}.btn-lg{font-size:1rem;padding:1rem 2rem}.btn-primary{background:hsl(var(--accent));color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:hsl(var(--accent-dark));transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:hsl(var(--camp-green-dark));border:2px solid hsl(var(--camp-green))}.btn-outline:hover{background:hsl(var(--camp-green));color:#fff}.btn-ghost{background:transparent;color:hsl(var(--muted-foreground))}.btn-ghost:hover{background:hsl(var(--muted))}.hero{padding:3rem 0 2.5rem;background:linear-gradient(180deg,hsl(var(--background)),hsl(var(--card)))}.hero-grid{display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:3rem}}.hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.text-gradient{background:linear-gradient(135deg,hsl(var(--accent)),hsl(var(--primary)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem;max-width:500px}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.trust-badge{display:flex;align-items:center;gap:.375rem}.trust-badge svg{width:1rem;height:1rem;color:hsl(var(--camp-green))}.social-proof{display:flex;align-items:center;gap:.5rem}.hero-screenshot{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-lg)}.browser-chrome{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:hsl(var(--muted));border-bottom:1px solid hsl(var(--border))}.features-overview{padding:3rem 0;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border))}.overview-grid{display:grid;gap:1.25rem}@media(min-width:640px){.overview-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.overview-grid{grid-template-columns:repeat(4,1fr)}}.overview-item{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.25rem;transition:box-shadow .2s,transform .2s}.overview-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.overview-title{font-size:.9375rem;font-weight:700;margin-bottom:.5rem;color:hsl(var(--foreground))}.overview-points{list-style:none}.overview-points li{font-size:.8125rem;color:hsl(var(--muted-foreground));margin-bottom:.375rem;padding-left:.875rem;position:relative}.overview-points li:before{content:"•";position:absolute;left:0;color:hsl(var(--camp-green));font-weight:700}.overview-points li strong{color:hsl(var(--foreground));font-weight:600}.persona-section{padding:3rem 0;background:hsl(var(--card));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.persona-section .section-header{margin-bottom:1.5rem}.persona-list{display:grid;gap:1.25rem 2.5rem}@media(min-width:768px){.persona-list{grid-template-columns:repeat(2,1fr)}}.persona-item{padding-bottom:1.25rem;border-bottom:1px solid hsl(var(--border))}.persona-item:last-child,.persona-item:nth-last-child(2):nth-child(odd){border-bottom:none;padding-bottom:0}@media(min-width:768px){.persona-item:nth-last-child(-n+2){border-bottom:none;padding-bottom:0}.persona-item{border-bottom:none;padding-bottom:0}}.persona-name{font-size:.9375rem;font-weight:700;color:hsl(var(--primary));margin-bottom:.375rem}.persona-text{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.55}.persona-text .highlight{background:linear-gradient(135deg,hsl(var(--primary) / .12),hsl(var(--camp-green) / .12));color:hsl(var(--primary));font-weight:600;padding:.125rem .375rem;border-radius:.25rem}.features{padding:3rem 0}.section-header{text-align:center;margin-bottom:2rem}.section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin-bottom:.5rem}.features-grid{display:grid;gap:1.5rem}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:1.5rem;transition:box-shadow .2s}.feature-card:hover{box-shadow:var(--shadow-md)}.feature-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.feature-desc{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.75rem}.feature-list{list-style:none;margin-bottom:.75rem}.feature-list li{display:flex;align-items:flex-start;gap:.375rem;font-size:.8125rem;margin-bottom:.375rem}.feature-list svg{width:.875rem;height:.875rem;margin-top:.125rem;flex-shrink:0}.feature-stat{font-size:.8125rem;font-weight:600;padding:.5rem .75rem;border-radius:.375rem;margin-bottom:.75rem}.feature-stat.green{background:hsl(var(--camp-green-light));color:hsl(var(--camp-green-dark))}.feature-stat.orange{background:hsl(var(--accent-light));color:hsl(var(--accent-dark))}.feature-stat.blue{background:hsl(var(--camp-sky-light));color:hsl(var(--camp-sky))}.feature-screenshot{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:.5rem;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;color:hsl(var(--muted-foreground))}.feature-screenshot svg{width:2rem;height:2rem;margin-bottom:.5rem;opacity:.5}.feature-screenshot p{font-size:.75rem;font-weight:500}.video-section{padding:3rem 0;background:hsl(var(--card));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.video-wrapper{max-width:800px;margin:0 auto}.stats{padding:2.5rem 0;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--secondary)))}.stats-grid{display:grid;gap:1.5rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{text-align:center;padding:1.5rem}.stat-icon{width:2.5rem;height:2.5rem;background:#fff3;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.stat-icon svg{width:1.25rem;height:1.25rem;color:#fff}.stat-value{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;color:#fff;line-height:1;margin-bottom:.25rem}.stat-label{font-size:.9375rem;font-weight:600;color:#ffffffe6;margin-bottom:.25rem}.stat-desc{font-size:.8125rem;color:#ffffffb3}.final-cta{padding:3rem 0}.cta-grid{display:grid;gap:1.5rem;max-width:800px;margin:0 auto}@media(min-width:768px){.cta-grid{grid-template-columns:repeat(2,1fr)}}.cta-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:1.5rem}.cta-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.cta-card .feature-list{margin-bottom:1rem}.cta-card .btn{width:100%}.footer{padding:1.5rem 0;background:hsl(var(--card));border-top:1px solid hsl(var(--border))}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media(min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer-brand{font-size:1rem;font-weight:700}.footer-brand span{color:hsl(var(--primary))}.footer-tagline{font-size:.8125rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.footer-links{display:flex;gap:1.5rem;font-size:.8125rem;font-weight:600}.footer-links a{color:hsl(var(--foreground));transition:color .2s}.footer-links a:hover{color:hsl(var(--primary))}.footer-copyright{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center}.skip-link{position:absolute;top:-100px;left:0;background:hsl(var(--primary));color:#fff;padding:.75rem 1.25rem;font-weight:600;z-index:1000;border-radius:0 0 .5rem}.skip-link:focus{top:0}@media(max-width:767px){.hide-mobile{display:none}}
