.guarantees-important{background:var(--primary);color:var(--bg);padding:4rem 3rem;position:relative;font-family:"Roboto",Arial,sans-serif}.guarantees-important::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--accent)}.guarantees-important-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem}.guarantees-important-icon{color:var(--accent);flex-shrink:0}.guarantees-important-title{font-family:"Magistral",Arial,sans-serif;font-size:1.8rem;font-weight:700;color:var(--bg);letter-spacing:-.5px;text-transform:uppercase}.guarantees-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 3rem;margin-bottom:3rem}.guarantee-item{display:flex;align-items:flex-start;gap:1rem}.guarantee-item-icon{color:var(--accent);flex-shrink:0;margin-top:.2rem}.guarantee-item-text{font-size:1.05rem;line-height:1.6;color:var(--bg);font-weight:400}.guarantee-item-text strong{font-weight:700}.guarantees-footer{padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.guarantees-footer-text{font-size:1.1rem;line-height:1.7;color:rgba(255,255,255,.9);font-weight:400}.guarantees-footer-text strong{color:var(--accent);font-weight:700}@media (max-width:1200px){.guarantees-list{gap:1.5rem 2rem}}@media (max-width:768px){.guarantees-important{padding:3rem 2rem}.guarantees-important-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.guarantees-important-title{font-size:1.4rem}.guarantees-list{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.guarantee-item-text{font-size:.95rem}.guarantees-footer{padding-top:2rem}.guarantees-footer-text{font-size:1rem}}@media (max-width:480px){.guarantees-important-title{font-size:1.2rem}}