.buying-step{width:310px;height:460px;background-color:white;border-radius:12px;padding:1rem;box-shadow:0 2px 12px rgba(0,0,0,.08);justify-content:flex-start;gap:1rem}.buying-step,.step-content{display:flex;flex-direction:column}.step-content{flex-grow:1;gap:.75rem}.step-image{width:100%;height:260px;overflow:hidden;border-radius:8px}.step-title{font-size:22px;font-weight:700;color:var(--primary-color);line-height:1.3;margin-top:.5rem}.step-description{font-size:14px;color:#333;line-height:1.5;margin-top:.25rem;overflow:hidden;text-overflow:ellipsis}.page-wrapper{background-color:var(--white-color)}.buying-process-section{text-align:center}.buying-title{font-size:36px;color:var(--pure-white);padding-bottom:1rem;padding-top:1rem;margin-bottom:30px;background-color:var(--primary-color);width:100%}.buy-land-now-button{background-color:var(--primary-accent);color:white;border:none;padding:1rem 2rem;border-radius:9999px;font-size:17px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(0,0,0,.1);margin-top:35px;margin-bottom:15px}.buy-land-now-button:hover{transform:scale(1.05);background-color:var(--secondary-color);box-shadow:0 4px 12px rgba(0,0,0,.2)}.buying-row{display:flex;justify-content:center;align-items:center}.arrow-icon{margin:0 25px;color:var(--primary-accent)}.buying-arrow-down-1{margin:10px 0 10px 32%}.buying-arrow-down-1,.buying-arrow-down-2{display:flex;justify-content:center;color:var(--primary-accent)}.buying-arrow-down-2{margin:10px 32% 10px 0}.last-step{display:flex;justify-content:center;margin-bottom:20px}.last-step-content{width:700px;height:360px;background-color:white;border-radius:12px;padding:1rem;box-shadow:0 2px 12px rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;gap:2rem}.last-step-title{font-size:22px;font-weight:700;color:var(--primary-color);margin-top:.5rem}.last-step-description{font-size:18px;color:#333;margin-top:.25rem}.last-step-image{width:400px;height:260px;overflow:hidden;border-radius:8px}.why-wrapper{background-color:white;padding:1rem;text-align:center}.why-title{color:#484e2e;font-size:32px;font-weight:700;margin-bottom:3rem}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:800px;margin:0 auto}.why-card{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;height:280px;max-width:350px;margin:0 auto;text-align:center}.why-icon{font-size:50px;color:#b8aca1;margin-bottom:1rem}.why-subtitle{font-size:16px;font-weight:600;color:#484e2e;margin-bottom:.5rem;text-transform:uppercase}.why-card p{font-size:14px;color:#484e2e;line-height:1.4;max-width:260px}@media (max-width:768px){.why-grid{grid-template-columns:1fr}.why-card{max-width:100%;width:90%;height:auto;min-height:220px}.buying-process-section{display:flex;flex-direction:column;align-items:center}.buying-row{flex-direction:column;gap:1rem}.arrow-icon{display:none}.buying-arrow-down-1,.buying-arrow-down-2{margin:10px 0}.arrow-mobile{display:flex;justify-content:center;margin:1rem 0;width:100%}.last-step-content{flex-direction:column;width:90%;height:auto}.last-step-image{width:100%;height:auto}}