.ServicesSection-module__ZVNfMW__section{padding:var(--space-8)0;background:var(--color-muted);color:var(--color-foreground)}.ServicesSection-module__ZVNfMW__kicker{font-size:var(--fs-sm);font-weight:var(--font-weight-medium);color:var(--color-muted-foreground);border:1px solid var(--color-border);margin-bottom:var(--space-4);background:#ffffff8c;border-radius:999px;padding:6px 10px;display:inline-block}.ServicesSection-module__ZVNfMW__title{margin-bottom:var(--space-4)}.ServicesSection-module__ZVNfMW__lead{color:var(--color-foreground);max-width:62ch;margin-bottom:var(--space-5)}.ServicesSection-module__ZVNfMW__topGrid{gap:var(--space-6);grid-template-columns:1.2fr .8fr;align-items:stretch;display:grid}.ServicesSection-module__ZVNfMW__textBlock{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-6);box-shadow:var(--shadow-sm)}.ServicesSection-module__ZVNfMW__perks{margin:0 0 var(--space-6);gap:var(--space-3);padding:0;list-style:none;display:grid}.ServicesSection-module__ZVNfMW__perks li{color:var(--color-foreground);align-items:center;gap:10px;display:flex}.ServicesSection-module__ZVNfMW__disclaimer{font-size:var(--fs-sm);color:var(--color-muted-foreground);border-top:1px dashed var(--color-border);padding-top:var(--space-4)}.ServicesSection-module__ZVNfMW__imageBlock{gap:var(--space-3);grid-template-rows:1fr 1fr;grid-template-columns:1.15fr .85fr;height:100%;min-height:520px;display:grid}.ServicesSection-module__ZVNfMW__imageCardA,.ServicesSection-module__ZVNfMW__imageCardB,.ServicesSection-module__ZVNfMW__imageCardC{border-radius:calc(var(--radius) + 6px);border:1px solid var(--color-border);box-shadow:var(--shadow-md);background:var(--color-background);position:relative;overflow:hidden}.ServicesSection-module__ZVNfMW__imageCardA{grid-area:1/1/span 2}.ServicesSection-module__ZVNfMW__imageCardB{grid-area:1/2}.ServicesSection-module__ZVNfMW__imageCardC{grid-area:2/2}.ServicesSection-module__ZVNfMW__image{object-fit:cover}.ServicesSection-module__ZVNfMW__gridTitle{margin:var(--space-8)0 var(--space-4)}.ServicesSection-module__ZVNfMW__cardsGrid{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ServicesSection-module__ZVNfMW__card{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-5);box-shadow:var(--shadow-sm);transition:transform .18s,box-shadow .18s}.ServicesSection-module__ZVNfMW__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.ServicesSection-module__ZVNfMW__cardHeader{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.ServicesSection-module__ZVNfMW__cardIcon{background:var(--color-secondary);width:34px;height:34px;color:var(--color-secondary-foreground);border-radius:10px;place-items:center;display:grid}.ServicesSection-module__ZVNfMW__badge{font-size:var(--fs-xs);border:1px solid var(--color-border);color:var(--color-foreground);font-weight:var(--font-weight-medium);background:#7a472f14;border-radius:999px;padding:6px 10px}.ServicesSection-module__ZVNfMW__cardTitle{margin-bottom:var(--space-2)}.ServicesSection-module__ZVNfMW__cardSubtitle{color:var(--color-muted-foreground);margin-bottom:var(--space-4)}.ServicesSection-module__ZVNfMW__cardList{color:var(--color-foreground);gap:8px;margin:0;padding-left:18px;display:grid}.ServicesSection-module__ZVNfMW__cardFooter{margin-top:var(--space-5);justify-content:flex-end;display:flex}.ServicesSection-module__ZVNfMW__cardLink{color:var(--color-primary);font-weight:var(--font-weight-medium)}.ServicesSection-module__ZVNfMW__cardLink:hover{text-decoration:underline}.ServicesSection-module__ZVNfMW__ctaPanel{margin-top:var(--space-8);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-6);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:var(--space-5);display:flex}.ServicesSection-module__ZVNfMW__ctaTitle{margin-bottom:var(--space-2)}.ServicesSection-module__ZVNfMW__ctaLead{color:var(--color-muted-foreground);margin:0}.ServicesSection-module__ZVNfMW__ctaAuthBlock{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.ServicesSection-module__ZVNfMW__ctaHint{font-size:var(--fs-sm);color:var(--color-muted-foreground)}.ServicesSection-module__ZVNfMW__ctaButtons{gap:var(--space-4);flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex}.ServicesSection-module__ZVNfMW__catalogBtn{border:1px solid var(--color-border);color:var(--color-foreground);background:0 0}.ServicesSection-module__ZVNfMW__catalogBtn:hover{background:var(--color-muted)}@media (max-width:980px){.ServicesSection-module__ZVNfMW__topGrid{grid-template-columns:1fr;align-items:stretch}.ServicesSection-module__ZVNfMW__imageBlock{min-height:unset;grid-template-rows:240px 240px 240px;grid-template-columns:1fr;height:auto}.ServicesSection-module__ZVNfMW__imageCardA{grid-area:1/1}.ServicesSection-module__ZVNfMW__imageCardB{grid-area:2/1}.ServicesSection-module__ZVNfMW__imageCardC{grid-area:3/1}.ServicesSection-module__ZVNfMW__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.ServicesSection-module__ZVNfMW__ctaPanel{text-align:left;flex-direction:column;align-items:stretch}.ServicesSection-module__ZVNfMW__ctaAuthBlock{align-items:stretch}.ServicesSection-module__ZVNfMW__ctaButtons{justify-content:flex-start}.ServicesSection-module__ZVNfMW__ctaButtons .btn{width:100%}}@media (max-width:640px){.ServicesSection-module__ZVNfMW__cardsGrid{grid-template-columns:1fr}.ServicesSection-module__ZVNfMW__imageBlock{grid-template-rows:220px 220px 220px}}@media (max-width:480px){.ServicesSection-module__ZVNfMW__imageBlock{grid-template-rows:210px 210px 210px}.ServicesSection-module__ZVNfMW__ctaButtons .btn{font-size:16px}}
