.root-repair-page{padding:2rem}.hero-root-section{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-direction:row;gap:2rem}.hero-image img{width:100%;max-width:500px;border-radius:1rem;object-fit:cover}.hero-right-content{flex:1 1;min-width:300px;max-width:600px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.info-card{background-color:#f9f9f9;border:1px solid #e0e0e0;padding:1rem;border-radius:1rem;text-align:right;transition:.3s ease}.info-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08)}.info-card-title{font-size:1.1rem;font-weight:700;color:#1c2c38;margin-bottom:.5rem}.info-card-text{font-size:.95rem;color:#555;line-height:1.6}.button-container{text-align:center;margin-top:1rem}.root-order-button{display:inline-block;padding:1rem 2.5rem;background-color:#ff0000;color:white;border-radius:12px;font-size:1.1rem;font-weight:700;text-align:center;text-decoration:none;transition:.3s ease}.root-order-button:hover{background-color:#cc0000}@media (max-width:768px){.hero-root-section{flex-direction:column}.hero-right-content{width:100%}}