.post-module__fFuUMG__postHeader{background-color:var(--color-primary);width:100%;color:var(--color-white);padding:80px 0 60px;position:relative;overflow:hidden}.post-module__fFuUMG__headerContainer{flex-direction:column;align-items:flex-start;display:flex}.post-module__fFuUMG__breadcrumbs{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;margin-bottom:20px;font-size:.8rem;font-weight:600;display:flex}.post-module__fFuUMG__breadcrumbLink{color:var(--color-secondary);transition:var(--transition-smooth);text-decoration:none}.post-module__fFuUMG__breadcrumbLink:hover{color:var(--color-white)}.post-module__fFuUMG__breadcrumbSep{color:#ffffff4d}.post-module__fFuUMG__metaRow{align-items:center;gap:12px;margin-bottom:20px;display:flex}.post-module__fFuUMG__categoryTag{background-color:var(--color-accent);color:var(--color-white);text-transform:uppercase;border-radius:4px;padding:4px 10px;font-size:.72rem;font-weight:800}.post-module__fFuUMG__date,.post-module__fFuUMG__readTime{color:var(--color-secondary);font-size:.8rem;font-weight:600}.post-module__fFuUMG__title{color:var(--color-white);text-transform:uppercase;max-width:900px;margin-bottom:24px;font-size:2.8rem;font-weight:800;line-height:1.2}.post-module__fFuUMG__authorBox{align-items:center;gap:12px;display:flex}.post-module__fFuUMG__authorAvatar{background-color:var(--color-secondary);width:44px;height:44px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.post-module__fFuUMG__authorDetails{flex-direction:column;display:flex}.post-module__fFuUMG__authorName{font-size:.9rem;font-weight:700}.post-module__fFuUMG__authorTitle{color:var(--color-secondary);font-size:.75rem;font-weight:600}.post-module__fFuUMG__postLayout{grid-template-columns:1.35fr .65fr;align-items:start;gap:60px;display:grid}.post-module__fFuUMG__articleBody{color:var(--color-text-gray);font-size:1.05rem;line-height:1.8}.post-module__fFuUMG__articleBody p{margin-bottom:24px}.post-module__fFuUMG__articleBody h2{color:var(--color-primary);text-transform:uppercase;border-left:4px solid var(--color-accent);margin:40px 0 20px;padding-left:14px;font-size:1.8rem;font-weight:800;line-height:1.1}.post-module__fFuUMG__articleBody h3{color:var(--color-primary);text-transform:uppercase;margin:30px 0 15px;font-size:1.35rem;font-weight:800}.post-module__fFuUMG__articleBody ul,.post-module__fFuUMG__articleBody ol{margin-bottom:24px;padding-left:24px}.post-module__fFuUMG__articleBody li{margin-bottom:10px}.post-module__fFuUMG__articleBody li strong{color:var(--color-primary)}.post-module__fFuUMG__sidebar{flex-direction:column;gap:30px;display:flex;position:sticky;top:100px}.post-module__fFuUMG__emergencyCard{background-color:var(--color-primary);border-radius:var(--border-radius);color:var(--color-white);box-shadow:var(--shadow-hover);border:1px solid #ffffff14;flex-direction:column;align-items:flex-start;padding:30px 24px;display:flex}.post-module__fFuUMG__emergencyTitle{color:var(--color-white);text-transform:uppercase;margin-bottom:8px;font-size:1.35rem;font-weight:800;line-height:1.2}.post-module__fFuUMG__emergencySubtitle{color:var(--color-secondary);margin-bottom:20px;font-size:.82rem;line-height:1.4}.post-module__fFuUMG__phoneBtn{white-space:nowrap;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:10px;font-size:.85rem;display:flex}.post-module__fFuUMG__estimateBtn{text-align:center;width:100%}.post-module__fFuUMG__recommendedSection{background-color:var(--color-secondary)}.post-module__fFuUMG__recommendedTitle{color:var(--color-primary);text-align:center;text-transform:uppercase;margin-bottom:35px;font-size:1.8rem;font-weight:800}.post-module__fFuUMG__recommendedGrid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.post-module__fFuUMG__recommendedCard{background-color:var(--color-white);border-radius:var(--border-radius);box-shadow:var(--shadow-subtle);transition:var(--transition-smooth);cursor:pointer;border:1px solid #0f3d660d;grid-template-columns:.8fr 1.2fr;display:grid;overflow:hidden}.post-module__fFuUMG__recommendedCard:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.post-module__fFuUMG__recImage{background-position:50%;background-size:cover;width:100%;height:100%;min-height:180px}.post-module__fFuUMG__recContent{flex-direction:column;justify-content:center;padding:20px;display:flex}.post-module__fFuUMG__recTag{color:var(--color-accent);text-transform:uppercase;margin-bottom:8px;font-size:.68rem;font-weight:800}.post-module__fFuUMG__recTitle{color:var(--color-primary);margin-bottom:10px;font-size:1rem;font-weight:800;line-height:1.3;transition:color .2s}.post-module__fFuUMG__recommendedCard:hover .post-module__fFuUMG__recTitle{color:var(--color-accent)}.post-module__fFuUMG__recReadTime{color:var(--color-text-gray);font-size:.75rem;font-weight:600}@media (max-width:1024px){.post-module__fFuUMG__postLayout{grid-template-columns:1fr;gap:40px}.post-module__fFuUMG__sidebar{position:static}.post-module__fFuUMG__recommendedGrid{grid-template-columns:1fr}}@media (max-width:768px){.post-module__fFuUMG__title{font-size:2.2rem}.post-module__fFuUMG__recommendedCard{grid-template-columns:1fr}.post-module__fFuUMG__recImage{height:180px}}@media (max-width:600px){.post-module__fFuUMG__articleBody h2{margin:30px 0 15px;font-size:1.4rem}.post-module__fFuUMG__articleBody h3{font-size:1.15rem}}@media (max-width:480px){.post-module__fFuUMG__metaRow{flex-wrap:wrap;gap:8px 12px}}
