.land-procurement-page{min-height:100vh;font-family:var(--font-mona-sans),sans-serif;background-color:#fcfaff;flex-direction:column;transition:background-color .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow-x:hidden}.land-procurement-page.sidebar-open section{filter:blur(3px)grayscale(.2);pointer-events:none;transition:all .7s cubic-bezier(.16,1,.3,1);transform:translate(-30px)scale(.98)}section{transition:all .6s cubic-bezier(.16,1,.3,1)}body{height:auto!important;overflow-y:auto!important}.reveal-up{opacity:0;transition:all .8s cubic-bezier(.22,1,.36,1);transform:translateY(40px)}.reveal-up.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:all .8s cubic-bezier(.22,1,.36,1);transform:translate(-40px)}.reveal-left.revealed{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:all .8s cubic-bezier(.22,1,.36,1);transform:translate(40px)}.reveal-right.revealed{opacity:1;transform:translate(0)}.reveal-stagger{opacity:0;transition:all .6s cubic-bezier(.22,1,.36,1);transform:translateY(20px)}.reveal-stagger.revealed{opacity:1;transform:translateY(0)}.hero-section{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;height:80vh;padding:0;display:flex;position:relative;overflow:hidden}.hero-section .hero-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-section .hero-background .hero-video-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-background .hero-video-bg.animated-bg{animation:10s ease-in-out infinite alternate kenBurns}.hero-section .hero-background .hero-overlay{z-index:1;background:#ffffffb3;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-background:after{content:"";filter:blur(100px);background:#805dcd26;border-radius:50%;width:400px;height:400px;animation:12s ease-in-out infinite alternate heroFloatShape;position:absolute;top:10%;right:-5%}.hero-section .hero-background:before{content:"";filter:blur(80px);background:#fdcb6e1a;border-radius:50%;width:300px;height:300px;animation:15s ease-in-out infinite alternate-reverse heroFloatShape;position:absolute;bottom:10%;left:-5%}.hero-section .hero-content{z-index:2;max-width:900px;padding:0 2rem;position:relative}.hero-section .hero-title{color:#1a1a1a;letter-spacing:-1px;margin-bottom:1.2rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-section .hero-title.reveal-up{transition-delay:.2s}.hero-section .hero-title span{color:#805dcd}@media (max-width:768px){.hero-section .hero-title{letter-spacing:-.8px;font-size:2.5rem}}.hero-section .hero-subtitle{color:#555;max-width:650px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.5}.hero-section .hero-subtitle.reveal-up{transition-delay:.4s}@media (max-width:768px){.hero-section .hero-subtitle{font-size:1.05rem}}.hero-section .hero-button{color:#fff;cursor:pointer;background-color:#805dcd;border:none;border-radius:100px;align-items:center;gap:.75rem;padding:.8rem 2rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 10px 30px #805dcd4d}.hero-section .hero-button.reveal-up{transition-delay:.6s}.hero-section .hero-button span{font-size:1.2rem;transition:transform .3s}.hero-section .hero-button:hover{background-color:#6a49b8;transform:translateY(-3px)scale(1.05);box-shadow:0 15px 35px #805dcd66}.hero-section .hero-button:hover span{transform:translate(5px)}@keyframes heroFloatShape{0%{transform:translate(0)scale(1)}to{transform:translate(30px,50px)scale(1.1)}}@keyframes kenBurns{0%{transform:scale(1)translate(0)}to{transform:scale(1.15)translate(-2%,-1%)}}.strategy-section{z-index:1;background-color:#fff;justify-content:center;align-items:center;width:100%;padding:4rem 5%;display:flex;position:relative;overflow:hidden}.strategy-section .strategy-container{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1280px;display:flex}.strategy-section .strategy-content{flex-direction:column;flex:1;align-items:flex-start;max-width:600px;display:flex}.strategy-section .strategy-content .section-eyebrow{color:#805dcd;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.8rem;font-weight:600}.strategy-section .strategy-content .section-title{color:#1a1a1a;margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;line-height:1.2}.strategy-section .strategy-content .section-title span{color:#805dcd}.strategy-section .strategy-content .section-desc{color:#555;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.strategy-section .strategy-content .benefits-list{width:100%;padding:0;list-style:none}.strategy-section .strategy-content .benefits-list li{color:#1a1a1a;background:#fffc;border:1px solid #805dcd1a;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1.2rem;padding:1rem;font-size:.95rem;font-weight:500;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #00000005}.strategy-section .strategy-content .benefits-list li:hover{border-color:#805dcd4d;transform:translate(10px);box-shadow:0 8px 25px #805dcd1a}.strategy-section .strategy-content .benefits-list li .check{color:#805dcd;background:#805dcd1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:inline-flex}.strategy-section .strategy-image-wrapper{perspective:2000px;--x:0;--y:0;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.strategy-section .strategy-image-wrapper .image-tilt-wrapper{width:100%;max-width:400px;transform:perspective(2000px)rotateX(calc(var(--y)*-20deg))rotateY(calc(var(--x)*20deg))translateZ(0);will-change:transform;z-index:1;transition:transform .3s cubic-bezier(.2,0,.2,1)}.strategy-section .strategy-image-wrapper .image-tilt-wrapper .strategy-image{border-radius:20px;width:100%;transition:box-shadow .3s;animation:6s ease-in-out infinite liveFloat;box-shadow:0 20px 50px #00000026}.strategy-section .strategy-image-wrapper:hover .image-tilt-wrapper{transform:perspective(2000px)rotateX(calc(var(--y)*-30deg))rotateY(calc(var(--x)*30deg))translateX(calc(var(--x)*20px))translateY(calc(var(--y)*20px))scale(1.05)translateZ(50px)}.strategy-section .strategy-image-wrapper:hover .image-tilt-wrapper .strategy-image{animation-play-state:paused;box-shadow:0 40px 80px #805dcd40}.strategy-section .strategy-image-wrapper .floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1a1a1a;z-index:2;background:#fffffff2;border:1px solid #805dcd1a;border-radius:12px;align-items:center;gap:.8rem;padding:1rem 1.2rem;font-size:.9rem;font-weight:600;animation:5s ease-in-out infinite alternate floatOpposite;display:flex;position:absolute;bottom:-15px;left:-15px;box-shadow:0 15px 35px #0000001a}.strategy-section .strategy-image-wrapper .floating-card .icon{color:#805dcd;background:#805dcd1a;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:1.2rem;display:flex}@media (max-width:1024px){.strategy-section .strategy-container{text-align:center;flex-direction:column}.strategy-section .strategy-content{align-items:center}.strategy-section .strategy-image-wrapper{margin-top:2rem}}@keyframes floatOpposite{0%{transform:translateY(10px)}to{transform:translateY(-10px)}}.process-section{z-index:1;background-color:#fcfaff;width:100%;padding:4rem 3%;position:relative;overflow:hidden}.process-section .process-header{text-align:center;margin-bottom:5rem}.process-section .process-header .process-title{color:#1a1a1a;margin-bottom:1.2rem;font-size:2.2rem;font-weight:700}.process-section .process-header .process-subtitle{color:#666;max-width:750px;margin:0 auto;font-size:.95rem;line-height:1.6}.process-section .process-grid{z-index:2;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.process-section .process-card{perspective:1500px;cursor:pointer;background:0 0;border-radius:20px;height:380px}.process-section .process-card .process-card-inner{text-align:left;width:100%;height:100%;transform-style:preserve-3d;border-radius:20px;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 10px 30px #0000000d}.process-section .process-card:hover .process-card-inner{transform:rotateY(180deg);box-shadow:0 25px 50px #805dcd26}.process-section .process-card .process-card-front,.process-section .process-card .process-card-back{backface-visibility:hidden;border-radius:20px;flex-direction:column;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute;overflow:hidden}.process-section .process-card .process-card-front{background:#fff;border:1px solid #00000008}.process-section .process-card .process-card-front:before{content:"";background:linear-gradient(90deg,#805dcd,#a98ce8);width:100%;height:6px;position:absolute;top:0;left:0}.process-section .process-card .process-card-front .step-image{background:#f5f5f5;border-radius:12px;flex-grow:1;margin-bottom:1.5rem;position:relative;overflow:hidden}.process-section .process-card .process-card-front .step-image img{object-fit:cover;width:100%;height:100%}.process-section .process-card .process-card-front .step-number{color:#805dcd;z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 5px 15px #0000001a}.process-section .process-card .process-card-front h3{color:#1a1a1a;margin-top:.5rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.process-section .process-card .process-card-front .hover-indicator{color:#805dcd;align-items:center;gap:.5rem;margin-top:auto;font-size:.95rem;font-weight:600;display:flex}.process-section .process-card .process-card-back{color:#fff;background:linear-gradient(135deg,#805dcd 0%,#a98ce8 100%);padding:2.5rem 2rem;transform:rotateY(180deg)}.process-section .process-card .process-card-back .step-number-back{color:#fff3;font-size:4rem;font-weight:800;position:absolute;top:-10px;right:10px}.process-section .process-card .process-card-back h3{color:#fff;z-index:1;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;position:relative}.process-section .process-card .process-card-back p{color:#fffffff2;z-index:1;font-size:1rem;line-height:1.6;position:relative}.pillars-section{z-index:1;background:#fff;padding:5rem 5%;position:relative;overflow:hidden}.pillars-section:before,.pillars-section:after{content:"";filter:blur(120px);z-index:-1;background:#805dcd0a;border-radius:50%;width:400px;height:400px;position:absolute}.pillars-section:before{animation:15s ease-in-out infinite alternate moveShape;top:-100px;right:-100px}.pillars-section:after{background:#a98ce80d;animation:20s ease-in-out infinite alternate-reverse moveShape;bottom:-150px;left:-150px}.pillars-section .pillars-container{max-width:1200px;margin:0 auto}.pillars-section .pillars-header{text-align:center;margin-bottom:4rem}.pillars-section .pillars-header .pillars-title{color:#1a1a1a;margin-bottom:1.2rem;font-size:2.2rem;font-weight:700}.pillars-section .pillars-header .pillars-title span{color:#805dcd}.pillars-section .pillars-header .pillars-subtitle{color:#666;max-width:700px;margin:0 auto;font-size:.95rem;line-height:1.6}.pillars-section .pillars-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.pillars-section .pillar-card{text-align:center;background:#fcfaff;border:1px solid #805dcd0d;border-radius:20px;flex-direction:column;align-items:center;padding:2.5rem 2rem;transition:all .4s;display:flex}.pillars-section .pillar-card:hover .pillar-icon{transform:scale(1.1)rotate(10deg)}.pillars-section .pillar-card .pillar-icon{margin-bottom:1.5rem;font-size:3rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);animation:4s ease-in-out infinite floatIcon;display:inline-block}.pillars-section .pillar-card h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.25rem;font-weight:700;position:relative}.pillars-section .pillar-card h3:after{content:"";background:#805dcd;width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.pillars-section .pillar-card:hover{background:#fff;border-color:#805dcd33;transform:translateY(-12px);box-shadow:0 25px 50px #805dcd1f}.pillars-section .pillar-card:hover .pillar-icon{animation-play-state:paused;transform:scale(1.15)rotate(12deg)}.pillars-section .pillar-card:hover h3:after{width:40px}.pillars-section .pillar-card p{color:#555;font-size:.95rem;line-height:1.6}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes moveShape{0%{transform:translate(0)rotate(0)scale(1)}to{transform:translate(50px,100px)rotate(15deg)scale(1.2)}}.contact-section{z-index:1;justify-content:center;align-items:center;width:100%;padding:4rem 5%;display:flex;position:relative;overflow:hidden}.contact-section .contact-background{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.contact-section .contact-background img{object-fit:cover;object-position:35% 35%;filter:brightness(.7);width:100%;height:100%}.contact-section .contact-container{justify-content:flex-end;align-items:center;width:100%;max-width:1100px;display:flex}.contact-section .contact-form-card{-webkit-backdrop-filter:blur(15px);background:#ffffffbf;border:5px solid #fff;border-radius:40px;width:100%;max-width:500px;padding:2.5rem;box-shadow:0 30px 60px #00000026}@media (max-width:768px){.contact-section .contact-form-card{border-width:3px;border-radius:25px;padding:1.5rem}}.contact-section .contact-form-card .form-eyebrow{color:#432c31;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:block}.contact-section .contact-form-card .form-title{color:#1a0b45;text-shadow:none;margin-bottom:2rem;font-size:2.2rem;font-weight:700;line-height:1.1}.contact-section .contact-form-card .callback-form{flex-direction:column;gap:1rem;display:flex}.contact-section .contact-form-card .callback-form .form-row{gap:1rem;display:flex}@media (max-width:768px){.contact-section .contact-form-card .callback-form .form-row{flex-direction:column}}.contact-section .contact-form-card .callback-form .form-group{flex:1}.contact-section .contact-form-card .callback-form .form-group input,.contact-section .contact-form-card .callback-form .form-group textarea{color:#432c31;background:0 0;border:none;border-bottom:1px solid #1a0b4533;border-radius:0;width:100%;padding:.8rem 0;font-family:inherit;font-size:.95rem;transition:all .3s}.contact-section .contact-form-card .callback-form .form-group input:focus,.contact-section .contact-form-card .callback-form .form-group textarea:focus{box-shadow:none;background:0 0;border-bottom-color:#1a0b45;outline:none}.contact-section .contact-form-card .callback-form .form-group input::placeholder,.contact-section .contact-form-card .callback-form .form-group textarea::placeholder{color:#432c3199}.contact-section .contact-form-card .callback-form .form-group textarea{resize:none}.contact-section .contact-form-card .callback-form .form-group.has-error input,.contact-section .contact-form-card .callback-form .form-group.has-error textarea{background:#ff4d4f05;border-color:#ff4d4f}.contact-section .contact-form-card .callback-form .form-group.has-error input:focus,.contact-section .contact-form-card .callback-form .form-group.has-error textarea:focus{box-shadow:0 0 0 3px #ff4d4f1a}.contact-section .contact-form-card .callback-form .form-group .error-message{color:#ff4d4f;margin-top:.25rem;margin-left:.25rem;font-size:.75rem;animation:.3s fadeIn;display:block}.contact-section .contact-form-card .callback-form .form-actions{align-items:center;gap:1.5rem;margin-top:.5rem;display:flex}@media (max-width:768px){.contact-section .contact-form-card .callback-form .form-actions{flex-direction:column;align-items:flex-start;gap:1rem}}.contact-section .contact-form-card .callback-form .submit-button{color:#fff;cursor:pointer;background-color:#8a66d6;border:none;border-radius:100px;align-items:center;gap:.75rem;padding:.6rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #8a66d633}.contact-section .contact-form-card .callback-form .submit-button span{font-size:1.1rem;transition:transform .3s}.contact-section .contact-form-card .callback-form .submit-button:hover:not(:disabled){background-color:#7a54c9;transform:translateY(-2px);box-shadow:0 15px 30px #8a66d64d}.contact-section .contact-form-card .callback-form .submit-button:hover:not(:disabled) span{transform:translate(3px)}.contact-section .contact-form-card .callback-form .submit-button:active:not(:disabled){transform:translateY(-1px)}.contact-section .contact-form-card .callback-form .submit-button:disabled{opacity:.7;cursor:not-allowed;filter:grayscale(.5)}.contact-section .contact-form-card .callback-form .submit-button.submitting{background-color:#9d81d9}.contact-section .contact-form-card .callback-form .success-message{color:#2e7d32;font-size:.95rem;font-weight:500;animation:.5s fadeIn}.success-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1500;background:#05081ca6;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.success-modal{text-align:center;background:#fff;border-radius:30px;flex-direction:column;gap:1.25rem;width:min(520px,100%);padding:3rem 2.5rem;display:flex;position:relative;box-shadow:0 30px 80px #0f082a33}.success-modal-close{color:#4a2e83;cursor:pointer;background:#8a66d61a;border:none;border-radius:50%;width:40px;height:40px;font-size:1.4rem;transition:transform .2s,background .2s;position:absolute;top:1rem;right:1rem}.success-modal-close:hover{background:#8a66d62e;transform:scale(1.05)}.success-modal-icon{color:#1f7a3a;background:#e8f7ed;border-radius:50%;place-items:center;width:80px;height:80px;margin:0 auto;font-size:2.5rem;display:grid;box-shadow:inset 0 0 0 4px #1f7a3a1f}.success-modal h2{color:#1a1431;margin:0;font-size:2rem;font-weight:700}.success-modal p{color:#4b4b61;white-space:pre-line;margin:0;font-size:1rem;line-height:1.7}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes liveFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}
