.firmowe-hero{position:relative;padding-top:var(--space-20);padding-bottom:var(--space-16);background:radial-gradient(circle at top,#1c1f2b 0,var(--color-bg) 55%)}.firmowe-hero-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);grid-gap:var(--space-10);align-items:center}.firmowe-hero-copy h1{margin-top:var(--space-4);margin-bottom:var(--space-4);max-width:32rem}.firmowe-hero-copy p{max-width:32rem}.firmowe-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6);margin-bottom:var(--space-4)}.firmowe-hero-meta{margin-top:var(--space-2)}.firmowe-hero-media{display:flex;justify-content:flex-end}.firmowe-hero-card{max-width:22rem}.firmowe-hero-eyebrow{font-size:var(--text-xs);letter-spacing:0.18em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-2)}.firmowe-hero-title{font-family:var(--font-display);font-size:var(--text-xl);margin-bottom:var(--space-4);color:var(--color-text)}.firmowe-hero-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-2);color:var(--color-text-muted);font-size:var(--text-sm)}.firmowe-section{position:relative}.firmowe-section:nth-of-type(even){background:radial-gradient(circle at top left,rgba(212,175,55,0.08) 0,rgba(5,6,8,0.96) 52%,#020308 100%)}.firmowe-split{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);grid-gap:var(--space-10);align-items:center}.firmowe-split-reverse{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}.firmowe-split-text h2{margin-bottom:var(--space-4)}.firmowe-split-media{display:flex;justify-content:flex-end}.firmowe-figure{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--color-border)}.firmowe-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-4);margin-bottom:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted)}.firmowe-list li::before{content:"•";color:var(--color-primary);margin-right:0.5rem}.firmowe-list-inline{flex-direction:row;flex-wrap:wrap}.firmowe-list-inline li{padding:0.35rem 0.9rem;border-radius:var(--radius-pill);border:1px dashed rgba(212,175,55,0.45);background:rgba(10,10,16,0.9);display:flex;align-items:center}.firmowe-cta-inline{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3);margin-top:var(--space-4)}.firmowe-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-8)}.firmowe-card{height:100%}.firmowe-timeline{position:relative;display:flex;flex-direction:column;gap:var(--space-6);margin-top:var(--space-2)}.firmowe-timeline::before{content:"";position:absolute;left:0.9rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,rgba(212,175,55,0.8),rgba(212,175,55,0.1))}.firmowe-timeline-item{position:relative;padding-left:var(--space-6)}.firmowe-timeline-time{font-size:var(--text-xs);font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--color-primary-soft);margin-bottom:var(--space-1)}.firmowe-timeline-content h3{font-size:var(--text-lg);margin-bottom:var(--space-1)}.firmowe-timeline-item::before{content:"";position:absolute;left:0.25rem;top:0.35rem;width:0.7rem;height:0.7rem;border-radius:999px;border:2px solid var(--color-primary);background:#050608;box-shadow:0 0 0 4px rgba(212,175,55,0.15)}.firmowe-info-row{margin-top:var(--space-4);display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap}.firmowe-faq-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.4fr);grid-gap:var(--space-10);align-items:flex-start}.firmowe-faq-intro h2{margin-bottom:var(--space-4)}.firmowe-faq-items{display:flex;flex-direction:column;gap:var(--space-3)}.firmowe-faq-item{border-radius:var(--radius-md);border:1px solid var(--color-border);background:rgba(10,11,18,0.9);padding:var(--space-4);cursor:pointer;transition:background-color var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base)}.firmowe-faq-item[open]{background:rgba(20,18,8,0.9);border-color:rgba(212,175,55,0.8);box-shadow:var(--shadow-sm)}.firmowe-faq-item summary{list-style:none;font-weight:500;color:var(--color-text);display:flex;justify-content:space-between;align-items:center;font-size:var(--text-sm)}.firmowe-faq-item summary::-webkit-details-marker{display:none}.firmowe-faq-item p{margin-top:var(--space-2);font-size:var(--text-sm)}.firmowe-contact{background:radial-gradient(circle at top,rgba(212,175,55,0.16) 0,rgba(5,6,8,0.98) 55%,#020308 100%)}.firmowe-contact-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);grid-gap:var(--space-10);align-items:flex-start}.firmowe-contact-copy h2{margin-bottom:var(--space-4)}.firmowe-contact-form-wrapper{width:100%}.firmowe-form{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:radial-gradient(circle at top left,rgba(212,175,55,0.22) 0,rgba(7,7,12,0.98) 48%,rgba(5,5,8,1) 100%);border:1px solid rgba(212,175,55,0.45)}.firmowe-form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-4)}.firmowe-form-consent{margin-top:var(--space-2)}.firmowe-form-consent label{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted);cursor:pointer}.firmowe-form-consent input[type="checkbox"]{width:1rem;height:1rem;margin-top:0.2rem;border-radius:var(--radius-xs);border:1px solid var(--color-border);background:rgba(9,9,14,0.9)}.firmowe-form-consent span{flex:1}.firmowe-form-submit{width:100%;margin-top:var(--space-4)}@media (max-width:1024px){.firmowe-hero{padding-top:var(--space-16)}.firmowe-hero-grid{grid-template-columns:1fr}.firmowe-hero-media{justify-content:flex-start}.firmowe-split,.firmowe-split-reverse{grid-template-columns:1fr}.firmowe-split-media{order:-1}.firmowe-grid-2{grid-template-columns:1fr}.firmowe-faq-layout{grid-template-columns:1fr}.firmowe-contact-grid{grid-template-columns:1fr}}@media (max-width:768px){.firmowe-hero-actions{flex-direction:column;align-items:stretch}.firmowe-hero-card{max-width:100%}.firmowe-timeline::before{left:0.8rem}.firmowe-timeline-item{padding-left:var(--space-5)}.firmowe-form-grid-2{grid-template-columns:1fr}.firmowe-form-submit{width:100%}}