*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#2563eb;--primary-hover:#1d4ed8;--surface:#ffffff;--outline:#e5e7eb;--muted:#6b7280;--text:#111827;--brand:#3b82f6;--brand-hover:#2563eb;--brand-light:#eff6ff;--brand-yellow:#facc15;color-scheme:light}html{forced-color-adjust:none;scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:var(--text);background:var(--surface);padding-top:72px}@media (max-width:768px){body{padding-top:72px}}body,html{overflow-x:hidden}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--brand);outline-offset:2px}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;background:#111827;color:#fff;padding:.5rem 1rem;border-radius:.375rem;z-index:1000}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-header{background:var(--surface);border-bottom:1px solid var(--outline);position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.08)}.nav-availability{display:flex;flex:1 1 auto;justify-content:center}.nav-availability-link{background:0 0;border:none;color:#f59e0b;padding:.25rem .5rem}@media (max-width:768px){.nav-availability{position:sticky;top:72px;z-index:999;width:100%;margin:0}.nav-availability .nav-availability-link{width:100%;text-align:center}}.header-sticky-mobile{display:none}@media (max-width:768px){.header-sticky-mobile{position:sticky;top:72px;display:flex;justify-content:center;width:calc(100% - 2rem);margin:0 1rem;z-index:999}}.mobile-sticky-availability{display:none}@media (max-width:768px){.mobile-sticky-availability{position:sticky;top:72px;z-index:999;padding:0;background:0 0;display:flex;justify-content:center}.mobile-sticky-availability .header-badge{width:100%;justify-content:center;border-radius:0;background:0 0;border:none;color:#f59e0b;padding:.4rem 1rem}}.header-inner{display:flex;align-items:center;justify-content:center;padding:1rem;gap:1rem}.header-actions{display:flex;align-items:center;gap:.75rem;justify-content:center}.header-cta{padding:.6rem 1rem;border-radius:.6rem}.call-label-mobile{display:none}@media (max-width:768px){.call-label-mobile{display:inline;font-weight:800}}.header-availability{margin-left:.25rem;color:#ca8a04;font-weight:800;white-space:nowrap;text-decoration:none}.header-availability:hover{color:#b45309}@media (min-width:769px){.header-availability{display:none}.nav-availability{display:flex}.header-inner{justify-content:space-between}.header-actions{justify-content:flex-end}.nav-availability{justify-content:flex-start}}@media (max-width:768px){.header-actions{flex-direction:column;align-items:center;gap:.25rem}.header-availability{order:2;width:auto;text-align:center}}.brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text);font-weight:700;font-size:1.25rem}.brand-mark{background:var(--brand);color:#fff;width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700}.site-nav{display:flex;align-items:center;gap:1rem}.header-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem .9rem;font-size:1rem;font-weight:800;letter-spacing:.01em;color:#7c2d12;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;white-space:nowrap}.header-badge-strong{background:linear-gradient(180deg,#fff7ed,#fffbeb);border:1px solid #fbbf24;box-shadow:0 8px 20px rgba(251,191,36,.35);animation:borderColorChange 4s ease-in-out infinite;transition:all .3s ease}.header-badge-strong:hover{color:#7c2d12;background:linear-gradient(180deg,#fff7ed,#fffbeb);box-shadow:0 8px 20px rgba(251,191,36,.35);transform:none}@keyframes borderColorChange{0%{border-color:#fbbf24}25%{border-color:#f59e0b}50%{border-color:#d97706}75%{border-color:#f59e0b}100%{border-color:#fbbf24}}.site-nav a{text-decoration:none;color:var(--text);font-weight:500;transition:color .2s}.site-nav a:hover{color:var(--brand)}.header-phone{display:flex;align-items:center}.phone-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--brand);font-weight:600;padding:.5rem 1rem;border:2px solid var(--brand);border-radius:.5rem;transition:all .2s}.phone-link:hover{color:#f59e0b}.phone-icon{font-size:1.25rem}.phone-number{font-size:.875rem}.nav-toggle{display:none;background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.6rem;min-height:46px;border-radius:.65rem;text-decoration:none;font-weight:700;letter-spacing:.01em;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease;border:1px solid transparent;cursor:pointer;font-size:1rem;line-height:1}.btn-primary{background:linear-gradient(180deg,var(--brand),var(--brand-hover));color:#fff;border-color:rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.06),0 8px 18px rgba(37,99,235,.25)}.btn-primary:hover{background:linear-gradient(180deg,var(--brand-hover),#1e40af);color:#fff;box-shadow:none}.btn-primary:active{box-shadow:0 1px 4px rgba(37,99,235,.3)}.btn-ghost{background:0 0;color:var(--brand);border:2px solid var(--brand)}.btn-ghost:hover{background:rgba(59,130,246,.08);color:var(--brand);border-color:var(--brand-hover)}.hero{padding:4rem 0;background:linear-gradient(135deg,var(--brand-light) 0,#fff 100%);min-height:70vh}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero .eyebrow{font-size:.875rem;font-weight:700;text-transform:uppercase;color:var(--brand);letter-spacing:.06em;margin-bottom:.5rem}.hero h1{font-size:3rem;font-weight:700;line-height:.95;margin-bottom:1.5rem;color:var(--text)}.underline-yellow{display:inline;padding:0 .04em;box-shadow:inset 0 -.22em 0 0 #fef08a;border-radius:.12em;text-decoration:none;-webkit-box-decoration-break:clone;box-decoration-break:clone}.hero p{font-size:1.25rem;color:var(--text);margin-bottom:1.25rem;line-height:1.55}.hero-subtext{font-size:.95rem;color:var(--text);margin:.25rem 0 1rem;line-height:1.55}.hero-cta{display:flex;gap:.25rem;margin-bottom:.25rem;flex-wrap:wrap}.limited-spots{width:100%;margin-top:0;color:#f59e0b;background:0 0;border:none;border-radius:0;padding:0;font-weight:400;font-size:1;line-height:1.2;display:block}.hero-badges{list-style:none;display:flex;flex-direction:column;gap:.5rem}.hero-badges li{color:var(--muted);font-weight:500}.hero-art{display:flex;flex-direction:column;gap:1rem;align-items:center}.hero-image{width:100%;max-width:560px;aspect-ratio:4/3;object-fit:cover;object-position:50% 45%;border-radius:1rem;box-shadow:0 0 0 1px var(--outline),0 10px 30px rgba(0,0,0,.1);background:linear-gradient(180deg,#f8fafc,#eef2ff)}.student-profiles{display:flex;align-items:center}.profile-circle{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid #fff;background:linear-gradient(135deg,#e5e7eb,#d1d5db);margin-left:-.5rem;position:relative;z-index:1}.profile-circle:first-child{margin-left:0}.profile-circle:first-child{background:linear-gradient(135deg,#fef3c7,#fde68a)}.profile-circle:nth-child(2){background:linear-gradient(135deg,#dbeafe,#93c5fd)}.profile-circle:nth-child(3){background:linear-gradient(135deg,#fce7f3,#f9a8d4)}.profile-circle:nth-child(4){background:linear-gradient(135deg,#dcfce7,#86efac)}.profile-avatar{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid #fff;object-fit:cover;object-position:center;margin-left:-.5rem;position:relative;z-index:1;background:#e5e7eb}.profile-avatar:first-child{margin-left:0}.trust-section{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:9999px;background:#fff;border:1px solid var(--outline);max-width:560px;padding:.5rem;background:#fff;border:1px solid var(--outline);border-radius:.75rem;box-shadow:0 10px 20px rgba(0,0,0,.06)}.trust-info{display:flex;align-items:center;gap:.75rem;flex:1}.trust-icon{font-size:1.5rem;color:var(--brand)}.trust-text{font-size:.9rem;color:var(--text);font-weight:500}.trust-text strong{color:var(--brand);font-weight:700}@media (max-width:768px){.trust-section{flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-left:auto;margin-right:auto}.student-profiles{justify-content:center}.trust-info{justify-content:center}}.section{padding:4rem 0}#ceny,#kontakt,#main,#o-mnie,#oferta,#opinie{scroll-margin-top:80px}#benefits{scroll-margin-top:80px}#kontakt.section{padding-top:1rem}.section-muted{background:#f9fafb}.section h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text)}.section-bleed{padding-top:2rem;padding-bottom:2rem}.section-bleed .container{max-width:none;padding:0}#opinie{background:#f9fafb}#opinie.section-bleed{padding-bottom:1rem}.testimonials-marquee{position:relative;overflow:hidden;width:100%;margin-left:0;transform:none;padding:0 1rem}.testimonials-marquee::after,.testimonials-marquee::before{content:'';position:absolute;top:0;bottom:0;width:80px;pointer-events:none;z-index:2}.testimonials-marquee::before{left:0;background:linear-gradient(90deg,#f9fafb 0,rgba(249,250,251,0) 100%)}.testimonials-marquee::after{right:0;background:linear-gradient(270deg,#f9fafb 0,rgba(249,250,251,0) 100%)}.testimonials-track{display:flex;gap:1.25rem;padding:0 .5rem;animation:testimonialsScroll 45s linear infinite;will-change:transform}.testimonials-marquee:hover .testimonials-track{animation-play-state:paused}@keyframes testimonialsScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.countdown-section{background:linear-gradient(135deg,#f8fafc 0,#e0e7ff 50%,#fff 100%);position:relative;overflow:hidden;padding:2.5rem 0 3rem}.countdown-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.countdown-inner{display:grid;gap:2rem;position:relative;z-index:1;justify-items:center}@media (min-width:1024px){.countdown-card{display:inline-block;width:fit-content;max-width:100%;padding:1rem 1.25rem;margin-left:auto;margin-right:auto}.timer-grid{grid-template-columns:repeat(5,auto);justify-content:center;gap:.5rem;margin-bottom:.6rem}}.time-box{padding:.85rem .55rem}.countdown-text{max-width:640px;margin:.75rem auto}.countdown-header{text-align:center;max-width:600px;margin:0 auto}.countdown-header h2{font-size:1.8rem;font-weight:700;color:var(--text);margin:.25rem 0 .5rem 0;line-height:1.15;display:flex;align-items:center;justify-content:center;gap:.75rem}.countdown-highlight{background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(147,197,253,.1));border:1px solid rgba(59,130,246,.1);border-radius:1rem;padding:1.5rem;margin:1.5rem 0;position:relative}.countdown-highlight::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand),var(--brand-hover));border-radius:1rem 1rem 0 0}.highlight-text{color:var(--text);font-size:1.25rem;line-height:1.5;font-weight:500;margin:0;text-align:center}.highlight-text strong{color:var(--text);font-weight:700}.highlight-result{color:var(--text);font-weight:700;background:0 0;padding:0;border-radius:0;border:none}.countdown-details{color:var(--muted);font-size:1rem;line-height:1.6;margin:1rem 0 0 0;text-align:center}.countdown-details strong{color:var(--text);font-weight:600}.urgent-text{color:var(--text);font-weight:600;background:0 0;padding:0;border-radius:0;border:none}.countdown-card{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:1.5rem;display:grid;gap:.75rem;position:relative;min-height:320px}.countdown-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--brand-light),#dbeafe);color:var(--brand);font-weight:700;font-size:.95rem;padding:.5rem 1rem;border-radius:999px;margin-bottom:.5rem;border:1px solid rgba(59,130,246,.1);margin-left:auto;margin-right:auto}.countdown-info{color:var(--muted);margin-bottom:1.5rem;font-size:.95rem}.timer-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem;align-items:stretch;justify-items:center;margin-bottom:.75rem}.time-box{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(0,0,0,.08);border-radius:1rem;padding:1rem .6rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden;min-width:120px;min-height:88px}.time-box:first-child{border:2px solid #3b82f6;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06),0 0 0 4px rgba(59,130,246,.1)}.time-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand),var(--brand-hover));opacity:0;transition:opacity .2s ease}.time-box:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.time-box:hover::before{opacity:1}.time-value{font-size:2.25rem;font-weight:800;color:var(--text);line-height:1.1;margin-bottom:.25rem;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;display:inline-block;min-width:2ch;text-align:center}.time-label{font-size:.8rem;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.countdown-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent);margin:1.25rem 0}.countdown-text-blue{background:linear-gradient(135deg,var(--brand-light),#dbeafe);border:none;border-radius:0;padding:1.5rem 1.5rem 2.5rem 1.5rem;margin:0 -2.5rem -2.5rem -2.5rem;text-align:center}.countdown-text-unified{color:var(--text);font-size:1rem;line-height:1.6;margin:0 0 1rem 0;font-weight:400}.countdown-text-unified:last-child{margin-bottom:0}.countdown-text{margin:1rem 0}.countdown-cta{text-align:center;margin-top:1rem}@media (max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-stats{grid-template-columns:1fr}.timer-grid{grid-template-columns:repeat(2,minmax(120px,1fr));justify-items:stretch}.timer-grid .time-box:last-child{grid-column:1/-1;justify-self:center}}.stats-bar{background:linear-gradient(135deg,var(--brand),var(--brand-hover));color:#fff;padding:2.5rem 0}.stats-inner{display:flex;align-items:center;justify-content:space-around;gap:2rem}.stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:800;line-height:1}.stat-label{font-size:1rem;opacity:.95;margin-top:.5rem}.stat-divider{width:2px;height:56px;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.8),rgba(255,255,255,.2));box-shadow:0 0 16px rgba(255,255,255,.25);border-radius:999px}@media (max-width:900px){.stats-inner{flex-direction:column;gap:1rem}.stat-divider{display:block;width:80%;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.8),rgba(255,255,255,.2));box-shadow:0 0 12px rgba(255,255,255,.2);border-radius:999px}.stat-value{font-size:2.25rem}}.benefits-section{background:#f9fafb}.benefits-card{background:#fff;border:1px solid var(--outline);border-radius:1rem;padding:2rem;max-width:900px;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,.06)}.benefits-list{list-style:none;display:grid;grid-template-columns:1fr;gap:1rem 2rem}.benefit-item{display:flex;align-items:flex-start;gap:.75rem;color:var(--text)}.benefit-icon{color:var(--brand);background:var(--brand-light);border:1px solid var(--outline);width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}@media (max-width:700px){.benefits-list{grid-template-columns:1fr}}.features{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.feature{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1);text-align:center;transition:transform .2s}.feature:hover{transform:translateY(-5px)}.feature h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.feature p{color:var(--muted);line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2rem}.pricing-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1);text-align:center;position:relative;transition:transform .2s;border:2px solid transparent;max-width:520px;margin-left:auto;margin-right:auto}.pricing-card:hover{transform:translateY(-5px)}.pricing-card.featured{border-color:var(--brand);box-shadow:0 16px 40px rgba(37,99,235,.18)}.featured-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--brand);color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:600;white-space:nowrap}.pricing-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.price{display:inline-flex;align-items:baseline;gap:.35rem;font-size:3.1rem;font-weight:800;letter-spacing:-.02em;color:var(--brand);margin-bottom:1rem}.price-unit{font-size:1rem;color:var(--muted);font-weight:500}.price-note{margin-top:.25rem;margin-bottom:1rem;color:#2563eb;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.03em}.pricing-features{list-style:none;margin-bottom:2rem;text-align:left;line-height:1.6}.pricing-features li{padding:.55rem 0;color:var(--muted);position:relative;padding-left:1.5rem}.pricing-features li::before{content:"✓";position:absolute;left:0;color:var(--brand);font-weight:700}.testimonials{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.testimonial{position:relative;border:1px solid var(--outline);background:linear-gradient(180deg,#fff,#f8fafc);padding:2.25rem 1.5rem 1rem;border-radius:1rem;box-shadow:0 12px 28px rgba(0,0,0,.08);flex:0 0 auto;min-width:360px;max-width:480px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.testimonial::before{content:'★★★★★';position:absolute;top:10px;right:14px;font-size:.9rem;letter-spacing:1px;color:var(--brand-yellow);opacity:.95}.testimonial::after{content:attr(data-date);position:absolute;top:10px;left:14px;font-size:.85rem;color:var(--muted)}.testimonial:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,0,0,.12);border-color:rgba(0,0,0,.08)}.testimonial blockquote{margin:0 0 .5rem;font-weight:600;color:var(--text);font-style:italic;line-height:1.6}.testimonial figcaption{color:var(--muted);font-size:.9rem}.contact{text-align:center}.contact p{font-size:1.125rem;color:var(--muted);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-buttons{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}.contact-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--brand),var(--brand-hover));color:#fff;text-decoration:none;border-radius:.75rem;font-weight:600;font-size:1.1rem;transition:all .3s ease;min-width:280px;justify-content:center;box-shadow:0 4px 15px rgba(59,130,246,.3)}.contact-btn:hover{filter:brightness(.95);color:#fff}.contact-btn .contact-icon{font-size:1.25rem}.contact-btn .contact-text{font-weight:600}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 15px rgba(0,0,0,.1);text-align:left}.contact-icon{font-size:2rem;flex-shrink:0}.contact-item a{color:var(--brand);text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.contact-form{max-width:600px;margin:0 auto;text-align:left}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.contact-form label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.75rem;border:2px solid var(--outline);border-radius:.5rem;font-size:1rem;transition:border-color .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:0;border-color:var(--brand)}.contact-form textarea{resize:vertical;min-height:120px}.form-actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.form-hint{margin-top:1rem;font-size:.875rem;color:var(--muted);text-align:center}.site-footer{background:var(--text);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:#fff}.footer-section li,.footer-section p{color:#cbd5e1;line-height:1.7;margin-bottom:.4rem}.footer-contact a,.footer-links a{color:#cbd5e1;text-decoration:none}.footer-contact a:hover,.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#cbd5e1;font-size:.9rem}.to-top{color:#cbd5e1;text-decoration:none;font-size:.9rem}.to-top:hover{color:#fff}@media (max-width:768px){.hero-inner{grid-template-columns:1fr;text-align:center;gap:1.25rem}.hero h1{font-size:2.5rem}.features,.testimonials{grid-template-columns:1fr}.testimonials-track{animation-duration:30s}.testimonial{min-width:calc(100vw - 3rem);max-width:calc(100vw - 3rem)}.testimonials-marquee{padding-bottom:2.5rem}.slider-controls{position:absolute;left:0;right:0;bottom:.5rem;display:flex;justify-content:space-between;pointer-events:none;padding:0 1rem}.slider-btn{pointer-events:auto;width:40px;height:40px;border-radius:9999px;border:1px solid var(--outline);background:#fff;color:#111827;font-size:1.25rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.08)}.slider-btn:active{transform:scale(.96)}.slider-btn:focus{outline:2px solid #6366f1;outline-offset:2px}.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.header-phone{display:none}.nav-toggle{display:block;z-index:101;position:relative}.site-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);flex-direction:column;padding:5rem 2rem 2rem;border-top:1px solid var(--outline);box-shadow:0 4px 20px rgba(0,0,0,.1);z-index:100;justify-content:flex-start;align-items:center;gap:2rem;opacity:0;transform:translateY(-8px);will-change:transform,opacity;transition:opacity .2s ease,transform .2s ease}.site-nav[data-open=true]{display:flex;opacity:1;transform:translateY(0)}.site-nav a{font-size:1.25rem;padding:1rem;border-radius:.5rem;transition:all .2s;width:100%;text-align:center}.site-nav a:hover{background:var(--brand-light);color:var(--brand)}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:768px){.nav-toggle{display:none!important}.site-nav{display:none!important}.header-inner{justify-content:center}.header-actions{width:100%;justify-content:center}.hero-cta{justify-content:center}.hero-image{display:none}.hero-art{display:flex;gap:1rem}}@media (max-width:480px){.hero h1{font-size:2rem}.section h2{font-size:2rem}.hero-cta{flex-direction:column}.contact-info{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.about-inner{display:grid;grid-template-columns:320px 1fr;gap:2rem;align-items:center}.profile-photo{width:100%;aspect-ratio:1/1;border-radius:1rem;background:linear-gradient(135deg,var(--brand-light),#fff);border:2px solid var(--brand);box-shadow:0 10px 30px rgba(0,0,0,.08);background-image:url('');background-size:cover;background-position:center}.about-text h2{font-size:2rem;margin-bottom:1rem}.about-text p{color:var(--muted);margin-bottom:1rem}.about-cta{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}@media (max-width:768px){.about-inner{grid-template-columns:1fr;text-align:center}}.site-nav .header-badge-strong:hover{color:#7c2d12;background:linear-gradient(180deg,#fff7ed,#fffbeb);transform:none}.benefits-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:1.5rem}.benefit-tile{background:#fff;border:1px solid var(--outline);border-radius:1rem;padding:1.25rem 1.25rem 1.5rem;box-shadow:0 6px 18px rgba(0,0,0,.06);min-height:140px}.benefit-num{color:#ef4444;font-weight:800;letter-spacing:.02em;margin-bottom:.5rem}.benefit-text{color:var(--text);font-weight:600;line-height:1.5}@media (max-width:900px){.benefits-tiles{grid-template-columns:1fr 1fr}}@media (max-width:600px){.benefits-tiles{grid-template-columns:1fr}}.reasons-section{background:#f9fafb}.reasons-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}.reasons-cta{display:flex;justify-content:center;margin-top:2rem}.reason-tile{background:#fff;border:1px solid var(--outline);border-radius:1rem;padding:1.5rem;box-shadow:0 8px 24px rgba(0,0,0,.06)}.reason-num{color:var(--text);font-weight:800;margin-bottom:.5rem}.reason-title{font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.reason-text{color:var(--text);line-height:1.6}@media (max-width:900px){.reasons-grid{grid-template-columns:1fr}}.section-subtitle{text-align:center;color:var(--muted);margin-top:-1rem;margin-bottom:1.5rem}.dual-price{display:grid;grid-template-columns:1fr;gap:.75rem;margin:1rem 0 1.25rem}.price-free,.price-regular{background:#f8fafc;border:1px solid var(--outline);border-radius:.75rem;padding:.75rem 1rem}.price-free .amount{color:#059669;font-size:1.5rem;font-weight:800;margin-right:.5rem}.price-regular .amount{color:var(--brand);font-size:1.5rem;font-weight:800;margin-right:.5rem}.price-free .label,.price-regular .label{color:var(--muted);font-weight:600;font-size:.95rem}.pricing-bullets{list-style:none;text-align:left;margin:0 0 1.5rem 0;padding:0;display:grid;gap:.5rem}.pricing-bullets li{display:grid;grid-template-columns:1.25rem 1fr;align-items:start;gap:.5rem;color:var(--text)}.pricing-bullets .emoji{width:1.25rem;display:inline-block}@media (min-width:700px){.dual-price{grid-template-columns:1fr 1fr}}.section+.section{margin-bottom:0}#kontakt{margin-top:2.5rem;margin-bottom:2rem}#kontakt h2{margin-top:1.5rem}.site-footer{margin-top:2rem}h1{font-size:2.25rem;line-height:1.15}@media (max-width:768px){h1{font-size:2rem}}:where(article,aside,nav,section) h1{font-size:2.25rem;line-height:1.15}@media (max-width:768px){:where(article,aside,nav,section) h1{font-size:2rem}}@media (max-width:768px){.countdown-header h2{font-size:1.6rem}.timer-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.timer-grid .time-box:last-child{grid-column:1/-1;justify-self:center}}@media (max-width:768px){.testimonials-marquee::after,.testimonials-marquee::before{display:none!important}}@media (min-width:1024px){.countdown-card{max-width:900px;margin-left:auto;margin-right:auto}.timer-grid{grid-template-columns:repeat(5,minmax(120px,1fr));gap:.5rem}}