.vm-landing{--background:#f4efe7;--foreground:#292521;--paper:#fffdf9;--terracotta:#9a5e4b;--burgundy:#713f3a;--beige:#dcccbd;--muted:#8b8178;--border:#d9cec1;--font-display:var(--font-cormorant),Georgia,serif;--font-body:var(--font-inter),system-ui,-apple-system,sans-serif;--font-script:var(--font-caveat),cursive;--shadow:20 30% 10%;--radius-sm:4px;--radius-md:8px;background:var(--background);color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased}.vm-landing *{box-sizing:border-box}.vm-landing h1,.vm-landing h2,.vm-landing h3{font-family:var(--font-display);font-weight:500;color:var(--foreground);text-wrap:balance;margin:0}.vm-landing p{margin:0}.vm-landing a{color:inherit}.vm-landing .wrap{max-width:1160px;margin:0 auto;padding-inline:20px}.vm-landing .eyebrow{font-family:var(--font-body);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);font-weight:600}.vm-landing section{padding-block:clamp(48px,7vw,92px)}.vm-landing .btn{display:inline-flex;align-items:center;gap:8px;padding:.85rem 1.5rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.85rem;font-weight:500;letter-spacing:.01em;text-decoration:none;border:1px solid var(--terracotta);cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.vm-landing .btn:active{transform:translateY(1px)}.vm-landing .btn-primary{background:var(--terracotta);color:var(--paper)}.vm-landing .btn-primary:hover{background:var(--burgundy);border-color:var(--burgundy)}.vm-landing .btn-ghost{background:transparent;color:var(--foreground);border-color:var(--border)}.vm-landing .btn-ghost:hover{border-color:var(--terracotta);color:var(--terracotta)}.vm-landing .example-flag{font-family:var(--font-body);font-size:.72rem;color:var(--muted);background:var(--paper);border:1px dashed var(--border);display:inline-block;padding:5px 10px;margin-bottom:16px;letter-spacing:.01em}.vm-landing .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.vm-landing .reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.vm-landing .reveal{opacity:1;transform:none;transition:none}}.vm-landing header.nav{position:sticky;top:env(safe-area-inset-top,0);z-index:30;background:color-mix(in srgb,var(--background) 90%,transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.vm-landing .nav-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:16px}.vm-landing .logo{font-family:var(--font-display);font-size:1.15rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.vm-landing .logo span{color:var(--terracotta)}.vm-landing .nav-links{display:flex;gap:30px;font-size:.85rem;color:var(--foreground);list-style:none;margin:0;padding:0;font-weight:500}.vm-landing .nav-links a{text-decoration:none}.vm-landing .nav-links a:hover{color:var(--terracotta)}.vm-landing .nav-right{display:flex;align-items:center;gap:14px}@media (max-width:780px){.vm-landing .nav-links{display:none}}.vm-landing .nav-toggle-btn{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px 2px}.vm-landing .nav-toggle-btn span{width:22px;height:1.5px;background:var(--foreground);display:block}@media (max-width:780px){.vm-landing .nav-toggle-btn{display:flex}}.vm-landing .mobile-menu{display:none;flex-direction:column;border-top:1px solid var(--border);background:var(--background)}.vm-landing .nav-toggle-input:checked~.mobile-menu{display:flex}.vm-landing .mobile-menu a{padding:14px 20px;font-size:.95rem;font-weight:500;color:var(--foreground);text-decoration:none;border-bottom:1px solid var(--border)}.vm-landing .mobile-menu .btn{margin:14px 20px 18px;justify-content:center}.vm-landing .hero{padding-block:0}.vm-landing .hero-photo{position:relative;margin-inline:20px;margin-top:20px;border-radius:var(--radius-md);overflow:hidden;min-height:clamp(420px,68vw,620px);background-image:url(/marketing/hero.jpg);background-size:cover;background-position:center 30%;display:flex;align-items:center}@media (min-width:1201px){.vm-landing .hero-photo{background-attachment:fixed}}@media (max-width:1200px){.vm-landing .hero-photo{margin-inline:0;border-radius:0}}.vm-landing .hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(24,16,12,.68),rgba(24,16,12,.36) 42%,rgba(24,16,12,0) 66%)}.vm-landing .hero-content{position:relative;z-index:2;padding:clamp(28px,6vw,68px);max-width:680px}.vm-landing .hero-content h1{color:#fbf6ee;font-size:clamp(2.6rem,6.4vw,5rem);line-height:.94;font-weight:400}.vm-landing .hero-content .hero-sub{margin-top:22px;color:#ebdfd3;font-size:1.02rem;font-family:var(--font-body);line-height:1.6;max-width:42ch}.vm-landing .hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.vm-landing .hero-ctas .btn-ghost{background:hsla(0,0%,100%,.08);color:#fbf6ee;border-color:hsla(0,0%,100%,.4)}.vm-landing .hero-ctas .btn-primary{background:#fbf6ee;color:var(--burgundy);border-color:#fbf6ee}.vm-landing .quote-chip{position:absolute;right:8%;bottom:10%;background:var(--paper);color:var(--foreground);border-radius:var(--radius-sm);padding:14px 18px;max-width:220px;box-shadow:0 20px 40px -16px hsl(var(--shadow)/.5);font-family:var(--font-display);font-style:italic;font-size:.95rem;line-height:1.4}@media (max-width:760px){.vm-landing .quote-chip{display:none}}.vm-landing .brand-watermark{position:absolute;left:6%;bottom:8%;z-index:2;color:hsla(0,0%,100%,.6);font-family:var(--font-body);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.vm-landing .script-note{position:absolute;left:8%;top:12%;color:#fbf6ee;font-family:var(--font-script);font-weight:600;font-size:1.5rem;line-height:1.2;opacity:.85}@media (max-width:760px){.vm-landing .script-note{display:none}}.vm-landing .claims{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--paper)}.vm-landing .claims .wrap{padding-block:28px}.vm-landing .claims-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:700px){.vm-landing .claims-grid{grid-template-columns:repeat(2,1fr)}}.vm-landing .claim{text-align:center}.vm-landing .claim .num{font-family:var(--font-display);font-size:1.8rem;color:var(--terracotta);font-weight:600}.vm-landing .claim .lbl{font-family:var(--font-body);font-size:.74rem;color:var(--muted);margin-top:3px;text-transform:uppercase;letter-spacing:.04em}.vm-landing .section-head{max-width:640px;margin-bottom:40px}.vm-landing .section-head h2{font-size:clamp(2rem,3.6vw,2.9rem);margin-top:10px}.vm-landing .section-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:40px}.vm-landing .section-head-row h2{font-size:clamp(2rem,3.6vw,2.9rem);margin-top:10px}.vm-landing .link-more{font-family:var(--font-body);font-size:.86rem;color:var(--terracotta);font-weight:600;text-decoration:none;white-space:nowrap}.vm-landing .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media (max-width:860px){.vm-landing .steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.vm-landing .steps{grid-template-columns:1fr}}.vm-landing .step:nth-child(2){margin-top:28px}.vm-landing .step:nth-child(4){margin-top:-28px}@media (max-width:860px){.vm-landing .step:nth-child(2),.vm-landing .step:nth-child(4){margin-top:0}}.vm-landing .step-photo{aspect-ratio:3/3.7;border-radius:var(--radius-md);margin-bottom:14px;position:relative;overflow:hidden;background-size:cover;background-position:50%}.vm-landing .step-photo .num{position:absolute;left:14px;top:12px;color:#fff;font-family:var(--font-display);font-size:1.4rem;font-style:italic;text-shadow:0 2px 10px rgba(0,0,0,.45)}.vm-landing .step h3{font-family:var(--font-body);font-size:1.02rem;font-weight:600}.vm-landing .step p{margin-top:6px;font-family:var(--font-body);font-size:.86rem;color:var(--muted);line-height:1.5}.vm-landing .features-row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;flex-wrap:wrap}.vm-landing .features-row .section-head{margin-bottom:0}.vm-landing .features{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 26px;margin-top:40px}@media (max-width:860px){.vm-landing .features{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.vm-landing .features{grid-template-columns:1fr}}.vm-landing .feature-group{grid-column:1/-1;margin-top:8px}.vm-landing .feature-group:first-child{margin-top:0}.vm-landing .feature-group .group-label{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:22px}.vm-landing .feature .ico-badge{width:40px;height:40px;border-radius:50%;background:var(--beige);display:flex;align-items:center;justify-content:center}.vm-landing .feature .ico-badge svg{width:19px;height:19px;color:var(--terracotta)}.vm-landing .feature h3{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-top:14px}.vm-landing .feature p{font-family:var(--font-body);font-size:.85rem;color:var(--muted);margin-top:5px;line-height:1.5}.vm-landing .banner-photo{position:relative;border-radius:var(--radius-md);overflow:hidden;min-height:clamp(340px,46vw,480px);margin-inline:20px;background-image:linear-gradient(100deg,rgba(24,16,12,.5),rgba(24,16,12,.08) 46%,rgba(24,16,12,0) 66%),url(/marketing/banner-photo.jpg);background-size:cover;background-position:center 35%;display:flex;align-items:center}@media (min-width:1201px){.vm-landing .banner-photo{background-attachment:fixed}}@media (max-width:1200px){.vm-landing .banner-photo{margin-inline:0;border-radius:0}}.vm-landing .banner-card{position:relative;z-index:2;background:var(--paper);border-radius:var(--radius-sm);padding:30px 28px;max-width:380px;margin-left:clamp(20px,6vw,64px);box-shadow:0 24px 48px -20px hsl(var(--shadow)/.55)}.vm-landing .banner-card h2{font-size:1.8rem}.vm-landing .banner-card p{margin-top:12px;color:var(--muted);font-family:var(--font-body);font-size:.9rem;line-height:1.6}.vm-landing .banner-card .btn{margin-top:20px}.vm-landing .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:860px){.vm-landing .testi-grid{grid-template-columns:1fr;max-width:480px;margin-inline:auto}}.vm-landing .testi{border:1px solid var(--border);background:var(--paper);padding:26px 24px;border-radius:var(--radius-sm)}.vm-landing .testi .stars{color:var(--terracotta);font-size:.9rem;letter-spacing:2px}.vm-landing .testi p.quote{margin-top:16px;font-family:var(--font-display);font-style:italic;font-size:1.08rem;line-height:1.5;color:var(--foreground)}.vm-landing .testi .who{display:flex;align-items:center;gap:10px;margin-top:20px}.vm-landing .testi .avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--terracotta),var(--burgundy));flex-shrink:0}.vm-landing .testi .who .name{font-family:var(--font-body);font-size:.85rem;font-weight:600}.vm-landing .testi .who .when{font-family:var(--font-body);font-size:.76rem;color:var(--muted)}.vm-landing .price-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:6px}.vm-landing .price-head-row .aside{font-family:var(--font-display);font-style:italic;color:var(--muted);font-size:.98rem;display:flex;align-items:center;gap:8px}.vm-landing .plans{display:grid;grid-template-columns:repeat(3,1fr);gap:0;align-items:stretch;margin-top:34px;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}@media (max-width:860px){.vm-landing .plans{grid-template-columns:1fr;max-width:420px;margin-inline:auto;border-radius:var(--radius-sm)}}.vm-landing .plan{background:var(--paper);padding:32px 26px;display:flex;flex-direction:column;border-right:1px solid var(--border);position:relative}.vm-landing .plan:last-child{border-right:none}@media (max-width:860px){.vm-landing .plan{border-right:none;border-bottom:1px solid var(--border)}.vm-landing .plan:last-child{border-bottom:none}}.vm-landing .plan.featured{background:var(--background)}.vm-landing .plan.featured:before{content:"Najczęściej wybierane";position:absolute;top:18px;right:20px;background:var(--terracotta);color:var(--paper);font-family:var(--font-body);font-size:.62rem;letter-spacing:.06em;padding:4px 9px;border-radius:var(--radius-sm);text-transform:uppercase}.vm-landing .plan .name{font-family:var(--font-display);font-size:1.3rem;font-style:italic}.vm-landing .plan .price{font-family:var(--font-display);font-size:2.4rem;font-weight:600;margin-top:12px;font-variant-numeric:tabular-nums}.vm-landing .plan ul{list-style:none;margin:22px 0 0;padding:0;display:flex;flex-direction:column;gap:11px;flex:1}.vm-landing .plan li{font-family:var(--font-body);font-size:.85rem;color:var(--muted);display:flex;gap:8px;line-height:1.4}.vm-landing .plan li:before{content:"—";color:var(--terracotta);flex-shrink:0}.vm-landing .plan .btn{margin-top:24px;justify-content:center}.vm-landing .banner2{position:relative;border-radius:var(--radius-md);overflow:hidden;min-height:clamp(300px,40vw,400px);margin-inline:20px;background:linear-gradient(120deg,var(--beige) 0,var(--border) 100%);display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:16px;padding:44px 20px}@media (max-width:1200px){.vm-landing .banner2{margin-inline:0;border-radius:0}}.vm-landing .banner2 h2{font-size:clamp(1.8rem,3.6vw,2.4rem);max-width:22ch}.vm-landing .banner2 p{color:var(--muted);font-family:var(--font-body);max-width:46ch;font-size:.95rem;line-height:1.6}.vm-landing .album{width:220px;height:156px;background-image:url(/marketing/album.jpg);background-size:cover;background-position:50%;border-radius:var(--radius-sm);box-shadow:0 24px 44px -18px hsl(var(--shadow)/.45)}.vm-landing .faq{max-width:760px}.vm-landing .faq-item{border-bottom:1px solid var(--border)}.vm-landing .faq-item summary{cursor:pointer;list-style:none;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:var(--font-body);font-weight:600;font-size:.98rem}.vm-landing .faq-item summary::-webkit-details-marker{display:none}.vm-landing .faq-item summary .plus{color:var(--terracotta);font-size:1.1rem;flex-shrink:0;transition:transform .15s ease}.vm-landing .faq-item[open] summary .plus{transform:rotate(45deg)}.vm-landing .faq-item p{padding:0 0 22px;color:var(--muted);font-family:var(--font-body);font-size:.9rem;line-height:1.6;max-width:62ch}.vm-landing .faq-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:32px}.vm-landing footer{border-top:1px solid var(--border);padding-block:44px;padding-bottom:calc(44px + env(safe-area-inset-bottom, 0px))}.vm-landing .footer-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px}.vm-landing .footer-links{display:flex;gap:18px;font-family:var(--font-body);font-size:.82rem;color:var(--muted);list-style:none;padding:0;margin:16px 0 0;flex-wrap:wrap}.vm-landing .footer-links a{text-decoration:none}.vm-landing .footer-links a:hover{color:var(--terracotta)}.vm-landing .footer-social{display:flex;gap:10px}.vm-landing .footer-social span{width:34px;height:34px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:.76rem;color:var(--muted)}.vm-landing footer .fine{font-family:var(--font-script);font-size:1.15rem;color:var(--muted);margin-top:8px}