:root{--primary-color: #00695c;--secondary-color: #4db6ac;--accent-color: #26a69a;--bg-dark: #031622;--bg-mid: #024370;--glass-bg: rgba(255, 255, 255, 0.06);--glass-border: rgba(255, 255, 255, 0.12)}body{font-family:"Lato", system-ui, -apple-system, sans-serif;color:#ddd;background:radial-gradient(ellipse at 20% 0%, #024370 0%, #031622 70%);font-size:18px;line-height:1.6;overflow-x:hidden}.hero-wrap{position:relative;background:url(https://cdn.eraverkko.fi/assets/kalastusluvat/hero-8a20d4f8a723f56576a4ecc1117428a1d1242d5f966f07fd5d836cfc6ac3a506.jpg);background-size:cover;background-position:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(3,22,34,0.3) 0%, rgba(3,22,34,0.65) 60%, rgba(3,22,34,0.85) 100%);z-index:1}.hero{position:relative;z-index:2;color:white;padding:3rem 0 4rem}@media screen and (min-width: 768px){.hero{padding:4rem 0 5rem}}.hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}@media screen and (min-width: 768px){.hero-inner{flex-direction:row;justify-content:center;text-align:left;gap:3rem}}.hero-logo{flex-shrink:0}.hero-logo img{width:180px;height:auto}@media screen and (min-width: 768px){.hero-logo img{width:220px}}.hero-content{min-width:0}.hero-content h1{font-size:2.5rem;margin-bottom:0.5rem;letter-spacing:-0.01em;white-space:nowrap}@media screen and (min-width: 768px){.hero-content h1{font-size:3.5rem}}@media screen and (min-width: 992px){.hero-content h1{font-size:4rem}}.hero-tagline{font-size:1.15rem;color:rgba(255,255,255,0.8);margin-bottom:2rem}@media screen and (min-width: 768px){.hero-tagline{font-size:1.35rem}}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;justify-content:center}@media screen and (min-width: 768px){.hero-actions{justify-content:flex-start}}.hero-seller-group{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 768px){.hero-seller-group{align-items:flex-start}}.hero-note{font-size:0.8rem;color:rgba(255,255,255,0.45);margin-top:0.5rem;margin-bottom:0}.hero-divider{position:relative;z-index:3;margin-top:-1px;line-height:0}.hero-divider svg{display:block;width:100%;height:50px}@media screen and (min-width: 768px){.hero-divider svg{height:70px}}h1,.h1,h2,h3{font-weight:900;color:#fff;font-family:"Special Gothic Expanded One", sans-serif}.btn-hero{padding:0.75rem 2rem;font-size:1.1rem;border-radius:50px;font-weight:700;display:inline-flex;align-items:center}.btn-cta{background:linear-gradient(135deg, #00c853, #00897b);color:#fff;border:none;display:inline-flex;align-items:center;gap:0.5rem;box-shadow:0 4px 24px rgba(0,200,83,0.3);transition:transform 0.25s ease, box-shadow 0.25s ease}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,200,83,0.45);color:#fff}.btn-cta:active{transform:translateY(0)}.btn-cta-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,0.5);display:inline-flex;align-items:center;gap:0.5rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:transform 0.25s ease, border-color 0.25s ease, background 0.25s ease}.btn-cta-outline:hover{transform:translateY(-2px);border-color:#fff;background:rgba(255,255,255,0.1);color:#fff}.btn-cta-outline:active{transform:translateY(0)}.btn-xl{padding:1rem 2.5rem;font-size:1.35rem;border-radius:50px;font-weight:700}.features-section{position:relative}.feature-card{border-radius:10px;height:100%;transition:transform 0.3s ease}@media screen and (max-width: 768px){.feature-card{text-align:center}}.feature-card img{max-width:100%;height:auto;border-radius:8px}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform 0.25s ease, background 0.25s ease}.feature-item:hover{transform:translateY(-3px);background:rgba(255,255,255,0.1)}@media screen and (max-width: 768px){.feature-item{flex-direction:column;align-items:center;text-align:center}}.feature-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, var(--primary-color), var(--accent-color));border-radius:14px;color:#fff}.feature-content h3{font-size:1.25rem;margin-bottom:0.25rem;font-family:"Special Gothic Expanded One", sans-serif}.feature-content p{margin:0;font-size:0.95rem;color:rgba(255,255,255,0.7);line-height:1.5}.canvas-wrap{z-index:1000;position:relative;text-align:center;max-height:800px;margin-bottom:4rem}@media screen and (max-width: 768px){.canvas-wrap{margin-top:-50px;max-height:680px;margin-bottom:2rem}}canvas{position:relative;width:400px;height:1000px;z-index:1000;opacity:0;transition:opacity 0.5s ease}@media screen and (max-width: 768px){canvas{width:300px;height:750px}}canvas.canvas-ready{opacity:1}.canvas-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1001;display:flex;flex-direction:column;align-items:center;gap:1.25rem;transition:opacity 0.5s ease}.canvas-loader.hidden{opacity:0;pointer-events:none}.loader-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,0.15);border-top-color:var(--accent-color);border-radius:50%;animation:spin 0.9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cta-section{padding:5rem 0 3rem;position:relative}.cta-section::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:2px;background:linear-gradient(90deg, transparent, var(--accent-color), transparent)}.cta-title{font-size:2.5rem;margin-bottom:0.75rem}@media screen and (max-width: 768px){.cta-title{font-size:1.75rem}}.cta-subtitle{font-size:1.1rem;color:rgba(255,255,255,0.65);max-width:520px;margin:0 auto 2.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.download-section{padding:3rem 0 5rem}.download-title{font-size:2rem;margin-bottom:0.5rem}@media screen and (max-width: 768px){.download-title{font-size:1.5rem}}.download-subtitle{font-size:1rem;color:rgba(255,255,255,0.6);margin-bottom:2rem}.store-badges{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.store-badge{display:inline-block;transition:transform 0.25s ease, opacity 0.25s ease;opacity:0.9}.store-badge img{height:64px}@media screen and (max-width: 768px){.store-badge img{height:52px}}.store-badge:hover{transform:translateY(-3px);opacity:1}footer{background:linear-gradient(180deg, #041e30 0%, var(--bg-dark) 100%);border-top:1px solid rgba(255,255,255,0.06);padding:2rem 0;color:rgba(255,255,255,0.45);font-size:0.9rem}.small{font-size:1rem}
