@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
@font-face{font-family:Agrandir;src:url(/fonts/Agrandir-TextBold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Agrandir;src:url(/fonts/Agrandir-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--background:#f4f5f3;--foreground:#1a1a19;--foreground-90:#1a1a19f2;--foreground-60:#1a1a1999;--brand:#0969b3;--brand-yellow:var(--brand);--primary-blue:#f7f676;--success-green:#059033;--muted:#5a5a5b;--muted-light:#717172;--border:#d5d6d2;--card:#fff;--card-hover:#f9f9f8;--nav-bg:#f4f5f3e6;--accent:#1cdce8;--accent-hover:#17c5d1;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px}.dark{--background:#1a1b18;--foreground:#e6f2fb;--foreground-90:#e6f2fbe6;--foreground-60:#e6f2fb99;--brand:#f7f676;--brand-yellow:var(--brand);--primary-blue:#087bc9;--success-green:#00a63b;--muted:#737374;--muted-light:#a1a1a2;--border:#403f3f;--card:#2a2b2a;--card-hover:#333334;--nav-bg:#1a1a18d9;--accent:#1cdce8;--accent-hover:#17c5d1;--shadow-sm:0 1px 2px 0 #0003;--shadow-md:0 4px 6px -1px #0000004d;--shadow-lg:0 10px 15px -3px #0006}html{scroll-behavior:smooth;font-size:16px}body{background:var(--background);color:var(--foreground-90);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;transition:background-color .2s,color .2s}h1,.h1{letter-spacing:-.02em;color:var(--foreground-90);font-family:Agrandir,monospace;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}h2,.h2{letter-spacing:-.015em;color:var(--foreground-90);font-family:Agrandir,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2}h3,.h3{color:var(--foreground-90);font-family:Agrandir,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4}p{color:var(--foreground-60);font-size:1rem;line-height:1.65}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.landing-nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.logo{color:var(--foreground-90);font-family:Agrandir,sans-serif;font-size:1.8rem;font-weight:700;text-decoration:none}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--foreground-90);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--foreground-90)}.nav-cta{background:var(--primary-blue);border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .15s;color:#000!important}.nav-cta:hover{opacity:.9}.hero{text-align:center;align-items:center;min-height:100vh;padding-top:4rem;display:flex}.hero-content{max-width:680px;margin:0 auto}.hero-badge{background:var(--card);border:1px solid var(--border);color:var(--foreground-90);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.375rem .875rem;font-size:.8125rem;display:inline-flex}.hero-headline{flex-direction:column;align-items:center;gap:.1em;margin-bottom:1rem;display:flex}.headline-line{display:block}.yellow{color:var(--brand)}.rotating-text{width:100%;min-height:1.2em;display:block;position:relative}.rotating-word{text-align:center;white-space:nowrap;opacity:0;width:100%;color:var(--foreground-90);animation:9s infinite slideFromRight;position:absolute;left:0}.rotating-word:first-child{animation-delay:0s}.rotating-word:nth-child(2){animation-delay:3s}.rotating-word:nth-child(3){animation-delay:6s}@keyframes slideFromRight{0%{opacity:0;transform:translate(40px)}8%,28%{opacity:1;transform:translate(0)}33%{opacity:0;transform:translate(-40px)}to{opacity:0;transform:translate(-40px)}}.hero-desc{max-width:520px;color:var(--foreground-60);margin:0 auto 2rem;font-size:1.0625rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-primary{background:var(--primary-blue);color:#000;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6875rem 1.375rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.btn-primary:hover{opacity:.9}.btn-secondary{color:var(--foreground-90);border:1px solid var(--border);background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.6875rem 1.375rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.btn-secondary:hover{background:var(--card)}.stats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);margin-top:3.5rem;padding:1.25rem 0;display:grid}.stat{text-align:center;padding:0 1rem}.stat:not(:last-child){border-right:1px solid var(--border)}.stat-value{color:var(--brand);margin-bottom:.125rem;font-family:Agrandir,monospace;font-size:1.75rem;font-weight:700}.stat-label{color:var(--muted);font-size:.8125rem}.section-header{text-align:center;margin-bottom:2.5rem}.section-label{color:var(--muted);margin-bottom:.625rem;font-size:.8125rem;font-weight:500;display:inline-block}.section-header p{max-width:460px;margin:.625rem auto 0}.how-it-works{background:var(--background);border-top:1px solid var(--border)}.steps{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.step{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:border-color .2s}.step:hover{border-color:var(--brand)}.step-number{background:var(--brand);width:1.875rem;height:1.875rem;color:var(--background);border-radius:6px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:inline-flex}.step h3{margin-bottom:.5rem}.step p{font-size:.9375rem}.features{border-top:1px solid var(--border)}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.features-grid.features-grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.features-grid.features-grid-3{grid-template-columns:1fr}}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.375rem;transition:border-color .2s}.feature-card:hover{border-color:var(--brand)}.feature-icon{background:var(--background);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-bottom:.875rem;font-size:1.125rem;display:inline-flex}.feature-card h3{margin-bottom:.375rem;font-size:1rem}.feature-card p{font-size:.875rem}.map-section{border-top:1px solid var(--border)}.map-container{grid-template-columns:1fr 1.1fr;align-items:center;gap:3rem;display:grid}.map-content .section-label{text-align:left}.map-content h2{text-align:left;margin-bottom:.875rem}.map-content>p{text-align:left;margin-bottom:1.5rem}.map-features{flex-direction:column;gap:.625rem;list-style:none;display:flex}.map-features li{color:var(--foreground-60);align-items:flex-start;gap:.5rem;font-size:.9375rem;display:flex}.map-features li:before{content:"✓";color:var(--success-green);flex-shrink:0;font-weight:600}.map-visual{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.poland-map{aspect-ratio:1.25;background:var(--background);border-radius:8px;width:100%;position:relative;overflow:hidden}.poland-map:before{content:"";background:radial-gradient(circle at 35% 35%,#f8f67626 0%,#0000 30%),radial-gradient(circle at 65% 45%,#f8f6761f 0%,#0000 25%),radial-gradient(circle at 45% 65%,#f8f67621 0%,#0000 28%),radial-gradient(circle at 25% 55%,#f8f6761a 0%,#0000 20%),radial-gradient(circle at 75% 70%,#f8f6761c 0%,#0000 22%);position:absolute;inset:0}.map-pin{background:var(--brand);width:8px;height:8px;box-shadow:0 0 10px var(--brand);border-radius:50%;animation:2s infinite pulse;position:absolute}.map-pin:first-child{top:30%;left:40%}.map-pin:nth-child(2){animation-delay:.3s;top:40%;left:65%}.map-pin:nth-child(3){animation-delay:.6s;top:55%;left:35%}.map-pin:nth-child(4){animation-delay:.9s;top:50%;left:55%}.map-pin:nth-child(5){animation-delay:1.2s;top:65%;left:45%}.map-pin:nth-child(6){animation-delay:.15s;top:35%;left:52%}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.map-stats{border-top:1px solid var(--border);justify-content:space-around;margin-top:1rem;padding-top:1rem;display:flex}.map-stat{text-align:center}.map-stat-value{color:var(--brand);font-family:Agrandir,monospace;font-size:1.125rem;font-weight:700}.map-stat-label{color:var(--muted);font-size:.75rem}.brands{text-align:center;border-top:1px solid var(--border);padding:2.5rem 0}.brands-label{color:var(--muted);margin-bottom:1.25rem;font-size:.8125rem}.brands-grid{flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem;display:flex}.brand{color:var(--muted);cursor:pointer;font-size:.9375rem;font-weight:500;transition:color .15s}.brand:hover{color:var(--foreground-90)}.cta{text-align:center;border-top:1px solid var(--border)}.cta h2{margin-bottom:.625rem}.cta p{max-width:380px;margin:0 auto 1.25rem}footer{background:var(--background);border-top:1px solid var(--border);padding:1.75rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-links{gap:1.5rem;list-style:none;display:flex}.footer-links a{color:var(--muted);font-size:.8125rem;text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--foreground-90)}.copyright{color:var(--muted);font-size:.8125rem}.theme-toggle{background:var(--card);border:1px solid var(--border);cursor:pointer;color:var(--brand);border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:background .15s;display:flex}.theme-toggle:hover{background:var(--card-hover)}@media (max-width:768px){.nav-container{padding:0;display:block}.nav-links{display:none}section{padding:3rem 0}.hero{padding-top:5rem}.stats{grid-template-columns:1fr;gap:0}.stat{border-bottom:1px solid var(--border);padding:.875rem 0;border-right:none!important}.stat:last-child{border-bottom:none}.steps,.features-grid{grid-template-columns:1fr}.map-container{grid-template-columns:1fr;gap:1.5rem}.footer-content{flex-direction:column;gap:1rem}.footer-links{flex-wrap:wrap;justify-content:center}}.mobile-cta{background:var(--background);border-top:1px solid var(--border);z-index:50;padding:.75rem;transition:transform .3s ease-out;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}@media (max-width:640px){.mobile-cta{display:block}.mobile-cta.visible{transform:translateY(0)}body{padding-bottom:76px}}.mobile-cta a{background:var(--primary-blue);color:#000;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-weight:600;text-decoration:none;display:flex}.mobile-nav-bar{width:100%;display:none}@media (max-width:768px){.nav-container{padding:0;display:block}.mobile-nav-bar{justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;display:flex}.nav-container>.logo,.nav-links,.nav-container>.desktop-nav-actions{display:none}}.mobile-menu-btn{color:var(--foreground-90);cursor:pointer;background:0 0;border:none;padding:.5rem;color:#1a1b18!important}.mobile-menu-btn:hover{color:var(--foreground-90)}.mobile-add-btn{background:var(--brand);color:var(--background);border-radius:8px;padding:.5rem .875rem;font-size:.875rem;font-weight:600;text-decoration:none}.mobile-menu-overlay{z-index:200;background:#00000080;position:fixed;inset:0}.mobile-menu-panel{background:var(--card);border-right:1px solid var(--border);z-index:201;flex-direction:column;width:280px;transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.mobile-menu-panel.open{transform:translate(0);display:flex!important}.mobile-menu-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.mobile-menu-title{color:var(--foreground-90);font-family:Agrandir,sans-serif;font-size:1.25rem;font-weight:700}.mobile-menu-close{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem}.mobile-menu-close:hover{color:var(--foreground-90);background:var(--background)}.mobile-menu-content{flex:1;padding:1rem;overflow-y:auto}.mobile-menu-item{color:var(--foreground-90);border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.mobile-menu-item:hover{background:var(--background)}.mobile-menu-icon{color:var(--brand)}.mobile-menu-icon-muted{color:var(--muted)}.mobile-menu-divider{background:var(--border);height:1px;margin:.75rem 0}.mobile-menu-footer{border-top:1px solid var(--border);padding:1rem}.mobile-menu-theme-row{color:var(--foreground-90);justify-content:space-between;align-items:center;padding:.5rem 1rem;font-weight:500;display:flex}.hero-with-animation{text-align:left;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-with-animation .hero-content{grid-area:1/1;max-width:none;margin:0}.hero-with-animation .hero-phone-wrapper{grid-area:1/2/3}.hero-with-animation .hero-stats{grid-area:2/1}.hero-with-animation .hero-headline{align-items:flex-start}.hero-with-animation .hero-buttons{justify-content:flex-start}@media (max-width:1024px){.hero-with-animation{text-align:center;grid-template-rows:auto;grid-template-columns:1fr;gap:2rem}.hero-with-animation .hero-content{order:1;max-width:680px;margin:0 auto}.hero-with-animation .hero-phone-wrapper{order:2;grid-area:auto/1}.hero-with-animation .hero-stats{order:3;grid-area:auto/1}.hero-with-animation .hero-headline{align-items:center}.hero-with-animation .hero-buttons{justify-content:center}}.hero-phone-wrapper{perspective:1000px;justify-content:center;display:flex}.hero-phone{background:linear-gradient(145deg,#1a1a1a 0%,#0a0a0a 100%);border-radius:40px;width:280px;padding:8px;animation:4s ease-in-out infinite phoneFloat;box-shadow:0 50px 100px -20px #0000004d,0 30px 60px -30px #0006}.dark .hero-phone{box-shadow:0 50px 100px -20px #00000080,0 30px 60px -30px #0009}@keyframes phoneFloat{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-10px)rotate(-3deg)}}.hero-phone-screen{background:#fff;border-radius:32px;overflow:hidden}.hero-phone-notch{background:#1a1a1a;border-radius:16px;width:100px;height:24px;margin:0 auto;position:relative;top:-4px}.hero-phone-content{margin-top:-8px;padding:0 1rem 1.25rem}.hero-progress{gap:6px;margin-bottom:1rem;display:flex}.hero-progress-step{background:#e5e7eb;border-radius:4px;flex:1;height:4px;transition:background .3s}.hero-progress-step.active{background:var(--brand)}.hero-car-image{border-radius:16px;margin-bottom:1rem;position:relative;overflow:hidden}.hero-car-image img{object-fit:cover;width:100%;height:140px}.hero-car-overlay{background:linear-gradient(#0000,#000c);padding:.75rem;position:absolute;bottom:0;left:0;right:0}.hero-car-detected{color:#4ade80;align-items:center;gap:6px;margin-bottom:2px;font-size:.75rem;font-weight:500;display:flex}.hero-car-name{color:#fff;font-size:.875rem;font-weight:700}.hero-detected-info{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.hero-info-row{justify-content:space-between;font-size:.8125rem;display:flex}.hero-info-label{color:#6b7280}.hero-info-value{color:#1f2937;font-weight:500}.hero-ai-status{background:linear-gradient(135deg,var(--brand)0%,#f59e0b 100%);color:#1a1a1a;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:600;display:flex}.hero-ai-spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:640px){.hero-phone{width:260px}}.poland-map-container{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;position:relative}.poland-map-back{z-index:10;background:var(--background);border:1px solid var(--border);color:var(--foreground-90);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:background .15s;display:flex;position:absolute;top:1rem;left:1rem}.poland-map-back:hover{background:var(--card-hover)}.poland-map-badge{z-index:10;background:rgba(var(--brand-rgb,13,115,119); --brand-yellow-rgb: var(--brand-rgb),.15);color:var(--brand);text-transform:capitalize;border-radius:8px;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;position:absolute;top:1rem;right:1rem}.poland-map-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;margin-top:.75rem;padding-top:.75rem;font-size:.75rem;display:flex}.map-visual-wrapper{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.map-visual-wrapper .poland-map-container{border:none;border-radius:0}@media (min-width:1025px){.hero-with-animation .hero-headline{flex-flow:wrap;align-items:baseline;gap:0 .3em}.hero-with-animation .hero-headline .headline-line:last-child{flex-basis:100%;margin-top:.1em}.hero-with-animation .rotating-text{width:auto;min-width:380px;display:inline-block}.hero-with-animation .rotating-word{text-align:left}}.desktop-nav-actions{align-items:center;gap:.75rem;display:flex}@media (max-width:768px){.nav-container{padding:0;display:block}.desktop-nav-actions{display:none!important}}.mobile-nav-bar .logo{text-align:center;flex:1}.mobile-nav-bar{position:relative}.mobile-nav-bar .logo{position:absolute;left:50%;transform:translate(-50%)}.dark .mobile-menu-btn{color:#f4f5f3!important}.poland-map-svg,.zoomable-map-container{touch-action:none}.zoom-controls{z-index:10;flex-direction:column;gap:.25rem;display:flex;position:absolute;top:.5rem;right:.5rem}.zoom-btn{background:var(--card);border:1px solid var(--border);width:32px;height:32px;color:var(--foreground-90);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.zoom-btn:hover{background:var(--card-hover);border-color:var(--brand)}.zoom-btn:active{background:var(--background)}@media (max-width:768px){.zoom-controls{flex-direction:row;top:auto;bottom:.5rem}.zoom-btn{width:36px;height:36px}}.step1-card{padding:2rem}.step1-description{margin-bottom:1.5rem}.media-upload-area{padding:3rem 2rem}.media-upload-icon{margin-bottom:1rem}.media-upload-title,.media-upload-subtitle{margin-bottom:.5rem}.media-upload-hint{color:var(--muted);font-size:.875rem}@media (max-width:768px){.step1-card{padding:1.25rem}.step1-description{margin-bottom:1rem;font-size:.9rem}.media-upload-area{padding:1.5rem 1rem}.media-upload-icon{margin-bottom:.75rem}.media-upload-icon svg{width:32px;height:32px}.media-upload-title{margin-bottom:.375rem;font-size:1rem}.media-upload-subtitle{margin-bottom:.375rem;font-size:.875rem}.media-upload-hint{font-size:.75rem}}
