html,body{overflow-x:hidden;width:100%;max-width:100vw;position:relative}:root{--primary-green: #24A948;--dark-green: #1e5d3f;--light-green: #24A948;--dark-blue: #08004E;--white: #ffffff;--black: #000000;--light-gray: #f5f5f5;--text-gray: #666666}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.header{background:var(--white);padding:18px 0;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:1000}.header-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:50px;position:relative}.logo{display:flex;align-items:center;gap:8px;font-size:22px;font-weight:600;flex-shrink:0}.logo-icon{width:32px;height:32px;display:inline-block;object-fit:contain;flex-shrink:0}.logo-text{color:#1a2332;font-weight:600;letter-spacing:-.2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.nav{display:flex;gap:32px;align-items:center;flex:1;justify-content:center}.nav-link{text-decoration:none;color:#1a1a1a;font-weight:500;font-size:15px;transition:color .3s;text-transform:none;letter-spacing:.1px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.nav-link.active{color:var(--primary-green);font-weight:600}.nav-link:not(.active):hover{color:var(--primary-green)}.btn-contact{background:var(--primary-green);color:var(--white);border:none;padding:11px 26px;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:background .3s;text-transform:uppercase;letter-spacing:.8px;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.btn-contact:hover{background:var(--dark-green)}.hero{padding:100px 0;background:var(--white);position:relative;overflow:hidden;min-height:80vh;display:flex;align-items:center}.hero-decorations{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.decoration-star{position:absolute;width:40px;height:40px;opacity:.4;object-fit:contain;animation:float 4s ease-in-out infinite}.decoration-top-left{top:20%;left:5%;animation-delay:.5s}.decoration-bottom-right{bottom:15%;right:8%;animation-delay:1.5s}.decoration-circle{position:absolute;width:60px;height:60px;opacity:.3;object-fit:contain}.decoration-circle-l{position:absolute;width:20px;height:20px;left:20%;opacity:.4;object-fit:contain;animation:float 4s ease-in-out infinite}.decoration-top-right{top:12%;right:10%}.decoration-middle-right-below{top:50%;right:30%;width:22px;height:21px}.decoration-corn{position:absolute;width:10%;height:25%;opacity:.6;object-fit:contain;display:block}.decoration-middle-right{top:15%;right:8%;animation:float 5s ease-in-out infinite;animation-delay:1s}.decoration-tractor{position:absolute;width:15%;height:17%;opacity:.6;object-fit:contain;display:block}.decoration-bottom-left{bottom:20%;left:15%;animation:float 6s ease-in-out infinite;animation-delay:0s}.decoration-wave{position:absolute;width:10%;height:auto;opacity:.6;bottom:15%;left:5%;transform:rotate(-3deg);object-fit:contain;display:block}.decoration-center-circles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border:2px dashed #e0e0e0;border-radius:50%;opacity:.2}.decoration-center-circles:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;border:2px dashed #e0e0e0;border-radius:50%;opacity:.15}.decoration-center-circles:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border:2px dashed #e0e0e0;border-radius:50%;opacity:.1}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.hero-text{display:flex;flex-direction:column;align-items:center}.hero-text h1{font-size:72px;font-weight:900;line-height:1.1;margin-bottom:25px;letter-spacing:-1px}.text-black{color:#1a1a1a}.text-green{color:var(--primary-green)}.hero-tagline{font-size:32px;color:#1a1a1a;margin-bottom:15px;font-weight:500}.hero-description{font-size:20px;color:#4a4a4a;margin-bottom:40px;line-height:1.6;max-width:700px}.hero-buttons{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.btn-primary{background:var(--primary-green);color:var(--white);border:none;padding:16px 32px;border-radius:6px;font-weight:600;font-size:16px;cursor:pointer;transition:background .3s;text-transform:uppercase;letter-spacing:.5px}.btn-primary:hover{background:var(--dark-green)}.btn-secondary{background:transparent;color:var(--primary-green);border:2px solid var(--primary-green);padding:16px 32px;border-radius:6px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.btn-secondary:hover{background:var(--primary-green);color:var(--dark-green)}.book-machinery{padding:60px 20px}.book-machinery-card{position:relative;background-image:url(../Gradient.svg);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:20px;min-height:550px;overflow:hidden;color:var(--white);box-shadow:0 10px 40px #0003}.book-machinery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;border-radius:20px}.book-machinery-content{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;padding:70px 60px;align-items:center;min-height:550px}.book-machinery-left{display:flex;flex-direction:column;gap:30px}.book-machinery-left h2{font-size:48px;font-weight:700;line-height:1.2;margin:0;text-align:left;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.3)}.testimonials-preview{display:flex;align-items:center;gap:15px}.avatar-group{display:flex;align-items:center}.avatar{width:50px;height:50px;border-radius:50%;border:3px solid var(--white);margin-left:-12px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.avatar:first-child{margin-left:0;z-index:5}.avatar:nth-child(2){z-index:4}.avatar:nth-child(3){z-index:3}.avatar:nth-child(4){z-index:2}.avatar:nth-child(5){z-index:1}.read-testimonials{color:var(--white);font-size:16px;font-weight:500;text-decoration:none;transition:opacity .3s;white-space:nowrap}.read-testimonials:hover{opacity:.8;text-decoration:underline}.inline-arrow{width:16px;height:16px;display:inline-block;vertical-align:middle;margin-left:5px}.inline-arrow-small{width:12px;height:12px;display:inline-block;vertical-align:middle;margin:0 4px}.brand-buttons{display:flex;gap:15px;flex-wrap:wrap}.brand-button{background:#4a4a4a;border:1px solid var(--white);color:var(--white);padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.brand-button:hover{background:#5a5a5a;transform:translateY(-2px)}.book-machinery-right{display:flex;align-items:center;justify-content:flex-end}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;width:100%;max-width:400px}.stat-item{display:flex;flex-direction:column;align-items:flex-start}.stat-number{font-size:42px;font-weight:700;margin-bottom:8px;line-height:1;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.3)}.stat-label{font-size:16px;opacity:.95;font-weight:500;color:var(--white)}.services{padding:100px 20px;background:var(--white)}.section-title{text-align:center;font-size:48px;margin-bottom:20px;font-weight:700;line-height:1.2}.title-dark{color:#1a1a1a}.title-green{color:var(--primary-green)}.section-description{text-align:center;font-size:18px;color:#666;max-width:900px;margin:0 auto 60px;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.service-card{background:var(--white);border:2px solid transparent;border-radius:12px;padding:40px 30px;text-align:center;transition:all .3s;box-shadow:0 2px 8px #0000000d}.service-card-featured{border:2px solid transparent;background:var(--white)}.service-card:hover{border:2px solid #e8f5e9;background:#f9fff9;box-shadow:0 8px 24px #2d865926;transform:translateY(-5px)}.service-icon{display:flex;justify-content:center;align-items:center;margin-bottom:24px;height:60px}.service-icon img{width:72px;height:72px;object-fit:contain}.service-card h3{font-size:20px;color:#1a1a1a;margin-bottom:16px;font-weight:700;line-height:1.4}.service-card p{color:#666;line-height:1.7;font-size:16px;text-align:left}.partners{padding:100px 20px;background:var(--white);position:relative}.partners:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#e0e0e0 1px,transparent 1px);background-size:30px 30px;background-position:0 0,15px 15px;opacity:.3;pointer-events:none}.partners-title{text-align:center;font-size:48px;margin-bottom:60px;font-weight:700;line-height:1.2;position:relative;z-index:1}.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;align-items:center;justify-items:center;max-width:1200px;margin:0 auto;position:relative;z-index:1}.partner-logo{display:flex;align-items:center;justify-content:center;width:100%;height:auto;padding:20px;transition:transform .3s ease}.partner-logo:hover{transform:scale(1.05)}.partner-logo img{max-width:100%;height:auto;object-fit:contain;filter:grayscale(0);transition:filter .3s ease}.partner-logo:hover img{filter:grayscale(0)}.app-banner{position:relative;padding:100px 20px;background-image:url(../Rectangle%207.svg);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--white);min-height:500px;display:flex;align-items:center;overflow:hidden}.app-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000001a,#0009);z-index:1}.app-banner-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:40px;max-width:1200px;margin:0 auto}.app-download-sections{display:flex;gap:40px;justify-content:center;align-items:flex-start;flex-wrap:wrap}.app-download-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:30px;display:flex;gap:25px;align-items:center;min-width:350px;border:1px solid rgba(255,255,255,.2)}.app-download-left{display:flex;align-items:center;justify-content:center}.qr-code-image{width:120px;height:120px;background:var(--white);border-radius:8px;padding:8px;object-fit:contain}.app-download-right{display:flex;flex-direction:column;gap:15px;align-items:flex-start}.google-play-button{display:inline-block;transition:transform .3s ease}.google-play-button:hover{transform:scale(1.05)}.google-play-button img{height:50px;width:auto;display:block}.app-label{color:var(--white);font-size:16px;font-weight:500;margin:0;text-align:left}.app-banner-title{font-size:56px;font-weight:700;text-align:center;margin:0;text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 10px rgba(0,0,0,.5)}.app-banner-subtitle{font-size:18px;text-align:center;margin:0;opacity:.95;font-weight:400}.different{padding:100px 20px;background:var(--white)}.different-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto}.different-small-text{font-size:16px;color:#4a4a4a;margin:0 0 10px;font-weight:400;text-align:left;position:relative;padding-top:15px}.different-small-text:before{content:"";position:absolute;top:0;left:0;width:60px;height:3px;background:var(--primary-green)}.different-left h2{font-size:48px;margin-bottom:40px;font-weight:700;line-height:1.2}.gotractor-text{color:var(--primary-green)}.different-text{color:#1a1a1a}.different-list{list-style:disc;margin-bottom:30px;padding-left:20px}.different-list li{padding:8px 0;font-size:16px;color:#333;line-height:1.6;list-style-type:disc;margin-left:0}.different-list li::marker{color:#000}.different-description{font-size:16px;color:#666;line-height:1.8;margin-bottom:40px}.btn-consultation{background:transparent;border:2px solid var(--primary-green);color:#1a1a1a;padding:14px 32px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s}.btn-consultation:hover{background:var(--primary-green);color:var(--white)}.different-right{position:relative;height:100%}.different-images{position:relative;height:650px;width:100%;max-width:550px}.different-image-1{position:absolute;top:0;left:0;width:480px;height:400px;border-radius:8px;overflow:hidden;z-index:2}.different-image-1 img{width:100%;height:100%;object-fit:cover;display:block}.different-image-2{position:absolute;bottom:10%;right:0;width:300px;height:300px;border-radius:8px;overflow:hidden;z-index:2}.different-image-2 img{width:100%;height:100%;object-fit:cover;display:block}.connection-lines{position:absolute;top:69px;left:140px;width:65%;height:78%;z-index:1;pointer-events:none;object-fit:contain}.testimonials{padding:100px 20px;background:var(--white)}.testimonials-title{font-size:48px;margin-bottom:60px;font-weight:700;line-height:1.2}.testimonials-number{color:var(--primary-green)}.testimonials-text{color:#4a4a4a}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:50px;max-width:1200px;margin-left:auto;margin-right:auto}.testimonial-card{background:#f5f5f5;padding:40px 20px;margin-bottom:27px;border-radius:12px;display:flex;gap:25px;position:relative;box-shadow:0 2px 8px #0000000d}.testimonial-left{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;padding-top:0}.testimonial-avatar{width:120px;height:120px;border-radius:12px;margin-top:-60px;margin-bottom:15px;overflow:hidden;border:none;box-shadow:none;background:var(--white)}.testimonial-avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}.testimonial-card h4{font-size:18px;color:#4a4a4a;margin-bottom:5px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.testimonial-role{color:#999;font-size:14px;margin-bottom:0;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.testimonial-right{flex:1;position:relative;display:flex;flex-direction:column}.testimonial-quote{color:#4a4a4a;line-height:1.6;font-size:15px;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.quote-icon{position:absolute;bottom:0;right:0;font-size:100px;color:#d0d0d0;font-family:Georgia,serif;font-weight:700;line-height:1;opacity:.4;pointer-events:none;transform:translateY(20px)}.testimonials-nav{display:flex;justify-content:flex-start;gap:15px;max-width:1200px;margin:0 auto;padding-left:20px}.nav-arrow-square{width:50px;height:50px;border-radius:8px;border:2px solid var(--primary-green);background:var(--white);cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;padding:0}.nav-arrow-icon{width:20px;height:20px;object-fit:contain}.nav-arrow-square:hover{background:var(--primary-green)}.nav-arrow-square:hover .nav-arrow-icon{filter:brightness(0) invert(1)}.faq{padding:80px 20px;background:var(--white)}.faq-content{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start}.faq-left{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.faq-left h2{font-size:42px;color:#4a4a4a;margin-bottom:30px;font-weight:700;text-align:left}.faq-icon-large{width:200px;height:auto;min-height:380px;margin:20px auto;align-self:center;object-fit:contain;display:block;opacity:.6}.faq-left p{font-size:40px;color:#28282c;text-align:left;margin-top:0}.faq-right{display:flex;flex-direction:column;gap:15px}.faq-item{border:2px solid var(--light-gray);border-radius:10px;overflow:hidden}.faq-question{padding:20px;background:var(--white);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--black);transition:background .3s}.faq-question:hover{background:var(--light-gray)}.faq-toggle{font-size:24px;color:var(--primary-green);font-weight:700}.faq-answer{padding:0 20px 20px;color:var(--text-gray);line-height:1.6}.clients{padding:100px 20px;background:var(--white)}.clients-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;column-gap:30px;row-gap:60px;max-width:1200px;margin:0 auto;align-items:start}.clients-grid>.intro-card,.clients-grid>.video-card{grid-row:1}.clients-grid>.app-promo-card{grid-row:2;grid-column:1}.clients-grid>.rental-card{grid-row:2;grid-column:2}.client-card{border-radius:16px;position:relative;overflow:hidden;min-height:400px;display:flex;flex-direction:column;visibility:visible;opacity:1}.intro-card{background:#f5f5f5;padding:50px 45px;width:720px;display:flex;flex-direction:column;justify-content:space-between;min-height:400px}.intro-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;gap:25px}.intro-content h3{font-size:18px;color:#000;font-weight:700;margin-bottom:0;line-height:1.4;letter-spacing:-.3px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.intro-content p{font-size:15px;color:#666;line-height:1.7;margin-bottom:0;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.clients-cta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:30px;width:100%;gap:15px}.clients-cta-text{font-size:28px;color:#000;font-weight:700;line-height:1.2;letter-spacing:-.3px;flex:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.clients-arrow-btn{width:56px;height:56px;border-radius:50%;background:var(--primary-green);color:var(--white);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0;padding:0}.clients-arrow-icon{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.clients-arrow-btn:hover{background:var(--dark-green);transform:scale(1.05)}.video-card{position:relative;min-height:400px;width:100%;max-width:100%;display:flex;align-items:center;justify-content:center}.video-background{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1;border-radius:16px}.play-video-button{position:absolute;z-index:2;background:#808080bf;border:none;border-radius:10px;padding:14px 22px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);top:50%;right:8%;transform:translateY(-50%)}.play-video-button:hover{background:#808080e6;transform:translateY(-50%) scale(1.05)}.play-icon{width:0;height:0;border-left:10px solid var(--white);border-top:7px solid transparent;border-bottom:7px solid transparent;display:block;flex-shrink:0}.play-video-button span{font-size:15px;color:var(--white);font-weight:500;white-space:nowrap}.app-promo-card{background-image:url("../Background%20(1).svg");background-size:cover;background-position:center;background-repeat:no-repeat;padding:0 28px;width:630px;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;position:relative;overflow:hidden;min-height:400px}.app-promo-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1}.app-promo-content{position:relative;z-index:2}.app-promo-content h3{font-size:36px;color:var(--white);font-weight:700;margin-bottom:12px;line-height:1.2;letter-spacing:-.5px;word-wrap:break-word;overflow-wrap:break-word}.app-promo-content p{font-size:15px;color:#ffffffd9;margin-bottom:35px;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.app-download-section{display:flex;flex-direction:column;gap:25px}.app-download-item{display:flex;flex-direction:column;gap:12px}.app-name{color:var(--white);font-size:15px;font-weight:500;margin-bottom:4px}.google-play-btn{display:inline-block;transition:transform .3s;width:fit-content}.google-play-btn:hover{transform:scale(1.05)}.google-play-btn img{height:48px;width:auto;display:block}.phone-mockup-container{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:center;height:100%}.phone-mockup{width:100%;max-width:200px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.rental-card{position:relative;min-height:400px;overflow:hidden;margin-left:-100px;display:block}.rental-background{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1;display:block}.rental-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:space-between;padding:35px 30px;z-index:2}.rental-text{align-self:flex-end;text-align:right;color:var(--white);margin-top:130px;display:flex;flex-direction:column;align-items:flex-end}.rental-line1{font-size:24px;font-weight:700;display:block;text-shadow:0 3px 10px rgba(0,0,0,.7);margin-bottom:4px;line-height:1.2}.rental-line2{font-size:24px;font-weight:700;display:block;text-shadow:0 3px 10px rgba(0,0,0,.7);margin-bottom:8px;line-height:1.2}.rental-percent{font-size:90px;font-weight:900;display:block;line-height:1;text-shadow:0 3px 10px rgba(0,0,0,.7);letter-spacing:-3px}.latest-offer-tag{align-self:flex-start;background:#000000d9;color:var(--white);padding:10px 18px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.5px}.footer{background:var(--dark-blue);color:var(--white);position:relative;width:100%}.footer-main{padding:60px 20px 0}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:50px;margin-bottom:0;padding-bottom:40px}.footer-middle-wrapper{display:contents}.footer-left{position:relative}.footer-logo{display:flex;align-items:center;gap:8px;font-size:24px;font-weight:700;margin-bottom:20px}.footer-logo-icon{width:28px;height:28px;display:inline-block;object-fit:contain;flex-shrink:0}.footer-logo-text{color:var(--white)}.footer-description{margin-bottom:30px;opacity:.9;font-size:15px;line-height:1.6}.footer-subscribe{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.footer-email-input{padding:12px 15px;border:1px solid rgba(255,255,255,.4);border-radius:5px;font-size:16px;background:var(--dark-blue);color:var(--white);width:100%}.footer-email-input::placeholder{color:#fff9}.footer-email-input:focus{outline:none;border-color:var(--primary-green);background:#ffffff26}.btn-subscribe{background:var(--primary-green);color:var(--white);border:none;padding:12px 24px;border-radius:5px;font-weight:600;cursor:pointer;transition:background .3s;width:100%;font-size:16px}.btn-subscribe:hover{background:var(--dark-green)}.footer-copyright{font-size:14px;color:var(--white);margin:0;opacity:.95;white-space:nowrap;flex-shrink:0}.footer-tractor-bg{position:absolute;bottom:-20px;left:-10px;font-size:150px;opacity:.15;z-index:0;pointer-events:none;color:#add8e64d;filter:grayscale(100%) brightness(1.5)}.footer-middle-left,.footer-middle-right{position:relative;z-index:1}.footer-column h4{margin-bottom:20px;font-size:18px;font-weight:600;color:var(--white)}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:var(--white);text-decoration:none;opacity:.85;transition:opacity .3s;font-size:15px}.footer-column ul li a:hover{opacity:1;color:var(--primary-green)}.footer-right{position:relative;z-index:1}.footer-connect-text{margin-bottom:20px;opacity:.85;font-size:14px;line-height:1.6}.footer-email-link{margin-bottom:10px}.footer-email-link a{color:var(--white);text-decoration:underline;opacity:.9;font-size:15px;transition:opacity .3s}.footer-email-link a:hover{opacity:1;color:var(--primary-green)}.footer-phone{margin-bottom:20px;opacity:.9;font-size:15px}.social-network-section{margin-top:20px}.social-network-label{display:block;margin-bottom:12px;font-size:14px;opacity:.9}.social-icons{display:flex;gap:12px;margin-top:0}.social-icon{width:32px;height:32px;background:transparent;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--white);text-decoration:none;transition:all .3s;font-weight:600;font-family:Arial,sans-serif}.social-icon:hover{background:var(--primary-green);border-color:var(--primary-green);color:var(--white)}.footer-bottom-bar{background:var(--primary-green);width:100%;padding:18px 0}.footer-bottom-bar .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:20px}.footer-copyright{color:var(--white);font-size:14px;font-weight:500;margin:0;white-space:nowrap;flex-shrink:0}.footer-bottom-links{display:flex;gap:25px;flex-wrap:nowrap;white-space:nowrap;flex-shrink:0}.footer-bottom-links a{color:var(--white);text-decoration:none;font-size:15px;font-weight:500;transition:opacity .3s;white-space:nowrap}.footer-bottom-links a:hover{opacity:.8}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.header-content{flex-direction:row;gap:20px}.nav{flex-wrap:wrap;justify-content:center;gap:15px}.hero{padding:60px 0;min-height:70vh}.hero-text h1{font-size:42px}.hero-tagline{font-size:24px}.hero-description{font-size:18px}.decoration-star{font-size:30px}.decoration-tractor{font-size:60px}.decoration-corn{font-size:40px}.decoration-circle{width:40px;height:40px}.decoration-center-circles{width:300px;height:300px}.decoration-center-circles:before{width:220px;height:220px}.decoration-center-circles:after{width:150px;height:150px}.book-machinery{padding:40px 15px}.book-machinery-card{min-height:auto}.book-machinery-content{grid-template-columns:1fr;gap:40px;padding:40px 25px;min-height:auto}.book-machinery-left{text-align:center}.book-machinery-left h2{font-size:32px;text-align:center}.testimonials-preview{justify-content:center;flex-wrap:wrap}.avatar{width:45px;height:45px}.book-machinery-right{justify-content:center}.stats-grid{max-width:100%;gap:25px}.stat-number{font-size:36px}.stat-label{font-size:14px}.brand-buttons{justify-content:center;gap:10px}.brand-button{padding:10px 18px;font-size:13px}.app-banner{padding:60px 20px;min-height:400px}.app-banner-title{font-size:36px}.app-banner-subtitle{font-size:16px}.app-download-sections{flex-direction:column;gap:25px}.app-download-card{min-width:100%;max-width:100%;flex-direction:column;padding:25px}.app-download-right{align-items:center;width:100%}.app-label{text-align:center}.app-banner-content{gap:30px}.different{padding:60px 20px}.different-content{grid-template-columns:1fr;gap:50px}.different-left h2{font-size:36px}.different-images{height:500px}.different-image-1{width:100%;max-width:350px;height:250px}.different-image-2{width:100%;max-width:250px;height:250px}.connection-lines{display:none}.faq{padding:50px 15px}.faq-content{grid-template-columns:1fr;gap:40px;align-items:start}.faq-left{width:100%;align-items:flex-start;text-align:left}.faq-left h2{font-size:32px;text-align:left;margin-bottom:20px}.faq-icon-large{width:150px;min-height:250px;margin:20px 0;align-self:flex-start}.faq-left p{font-size:28px;text-align:left}.faq-right,.faq-item{width:100%}.faq-question{padding:15px;font-size:15px}.faq-answer{padding:0 15px 15px;font-size:14px}.footer-content{grid-template-columns:1fr;gap:40px;padding-bottom:30px}.footer-middle-wrapper{display:flex;flex-direction:row;gap:30px;width:100%}.footer-middle-left,.footer-middle-right{flex:1;width:auto}.footer-tractor-bg{font-size:80px;bottom:-20px}.footer-bottom-bar{padding:15px 0;width:100%}.footer-bottom-bar .container{padding:0 20px}.footer-bottom-content{flex-direction:row;justify-content:space-between;align-items:center;gap:15px;flex-wrap:nowrap}.footer-copyright{text-align:left;font-size:12px;flex-shrink:0}.footer-bottom-links{flex-wrap:nowrap;justify-content:flex-end;gap:20px;flex-shrink:0}.footer-bottom-links a{font-size:12px;white-space:nowrap}.partners{padding:60px 20px}.partners-title{font-size:36px;margin-bottom:40px}.partners-grid{grid-template-columns:repeat(2,1fr);gap:30px}.partner-logo{padding:15px}.services{padding:60px 20px}.section-title{font-size:36px}.section-description{font-size:16px;margin-bottom:40px}.services-grid{grid-template-columns:1fr;gap:25px}.service-card{padding:30px 25px}.service-card h3{font-size:18px}.service-card p{font-size:15px;text-align:left}.service-icon img{width:56px;height:56px}.testimonials{padding:60px 20px}.testimonials-title{font-size:36px;margin-bottom:40px}.testimonials-grid{grid-template-columns:1fr;gap:25px}.testimonial-card{padding:25px}.quote-icon{font-size:80px;bottom:15px;right:20px}.testimonials-nav{justify-content:center;padding-left:0}.clients{padding:60px 20px}.clients-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:20px;column-gap:15px;row-gap:20px}.clients-grid>.intro-card{grid-row:1;grid-column:1}.clients-grid>.video-card{grid-row:1;grid-column:2}.clients-grid>.app-promo-card{grid-row:2;grid-column:1}.clients-grid>.rental-card{grid-row:2;grid-column:2}.intro-card{width:100%;padding:30px 20px;min-height:auto}.intro-content h3{font-size:16px}.intro-content p{font-size:13px}.clients-cta-text{font-size:18px}.clients-arrow-btn{width:44px;height:44px}.video-card{min-height:200px;height:100%;display:flex;align-items:stretch}.video-background{width:100%;height:100%;min-height:200px}.app-promo-card{width:100%;grid-template-columns:1fr;padding:25px 20px;min-height:auto;display:grid}.app-promo-content h3{font-size:20px}.app-promo-content p{font-size:12px;margin-bottom:20px}.phone-mockup-container{margin-top:15px;justify-content:center}.phone-mockup{max-width:120px}.rental-card{width:100%;margin-left:0;min-height:200px;height:100%;display:block}.rental-background{width:100%;height:100%;min-height:200px}.rental-text{text-align:right;margin-top:40px}.rental-line1,.rental-line2{font-size:16px}.rental-percent{font-size:48px}.latest-offer-tag{font-size:11px;padding:6px 12px}.partners-grid{grid-template-columns:1fr;gap:25px}}@media (max-width: 480px){.partners-title{font-size:28px}}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative;flex-shrink:0;align-self:center}.hamburger-line{width:100%;height:3px;background-color:#1a2332;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.btn-contact-mobile{display:none}@media (max-width: 1200px){.container{padding:0 30px}}@media (max-width: 1024px){.book-machinery-content{grid-template-columns:1fr;gap:40px;padding:50px 40px}.book-machinery-left h2{font-size:36px;text-align:center}.book-machinery-right{justify-content:center}.stats-grid{max-width:500px;margin:0 auto}.faq-content{gap:50px}.faq-left h2{font-size:36px}.faq-icon-large{width:180px;min-height:320px}.faq-left p{font-size:32px}.services-grid{grid-template-columns:repeat(2,1fr);gap:25px}.testimonials-grid,.clients-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 968px){.header-content{gap:20px}.nav{gap:24px}.nav-link{font-size:14px}.btn-contact{padding:10px 20px;font-size:14px}}@media (max-width: 768px){.mobile-menu-toggle{display:flex;order:-1}.btn-contact{display:none}.btn-contact-mobile{display:block;width:100%;background:var(--primary-green);color:var(--white);border:none;padding:12px 24px;border-radius:6px;font-weight:600;font-size:15px;cursor:pointer;transition:background .3s;margin-top:20px}.btn-contact-mobile:hover{background:var(--dark-green)}.header-content{display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:100%;overflow-x:hidden}.header{width:100%;max-width:100vw;overflow-x:hidden}.mobile-menu-toggle{display:flex;order:-1;align-self:center;flex-shrink:0;margin:0}.logo{flex:1;justify-content:center;order:0;display:flex;flex-direction:row;align-items:center;min-width:0;overflow:hidden;margin:0}.nav{position:fixed;top:0;left:-100%;width:280px;max-width:80vw;height:100vh;background:var(--white);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:80px 30px 30px;box-shadow:2px 0 10px #0000001a;transition:left .3s ease;z-index:1000;gap:0;overflow-y:auto;overflow-x:hidden}.nav.mobile-open{left:0}.nav-link{width:100%;padding:15px 0;border-bottom:1px solid #f0f0f0;font-size:16px}.nav-link:last-of-type{border-bottom:none}.hero{padding:80px 0 60px;min-height:auto}.hero-text h1{font-size:36px;line-height:1.2}.hero-tagline{font-size:20px;margin:15px 0}.hero-description{font-size:16px;margin-bottom:25px}.hero-buttons{flex-direction:column;gap:15px;width:100%}.btn-primary,.btn-secondary{width:100%;padding:14px 24px}.book-machinery{padding:40px 15px}.book-machinery-card{min-height:auto;border-radius:15px}.book-machinery-content{grid-template-columns:1fr;gap:30px;padding:40px 25px;min-height:auto;align-items:flex-start}.book-machinery-left{width:100%;gap:20px}.book-machinery-left h2{font-size:32px;text-align:center}.book-machinery-right{width:100%;justify-content:center;align-items:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:15px;max-width:100%;width:100%;margin-left:0;margin-right:0}.stat-number{font-size:32px}.stat-label{font-size:14px}.avatar{width:40px;height:40px;margin-left:-10px}.avatar:first-child{margin-left:0}.testimonials-preview{flex-wrap:wrap;justify-content:center;gap:10px}.read-testimonials{font-size:14px}.brand-buttons{flex-wrap:wrap;gap:10px;justify-content:center}.brand-button{font-size:12px;padding:8px 16px}.services-grid{grid-template-columns:1fr;gap:25px}.partners-grid{grid-template-columns:repeat(2,1fr);gap:20px}.app-download-sections{flex-direction:column;gap:20px}.app-download-card{width:100%}.different-content{flex-direction:column;gap:40px}.different-left,.different-right{width:100%}.testimonials-grid{grid-template-columns:1fr;gap:25px}.testimonial-card{flex-direction:column}.testimonial-left,.testimonial-right{width:100%}.faq{padding:50px 15px}.faq-content{grid-template-columns:1fr;gap:40px;align-items:start}.faq-left{width:100%;align-items:flex-start;text-align:left}.faq-left h2{font-size:32px;text-align:left;margin-bottom:20px}.faq-icon-large{width:150px;min-height:250px;margin:20px 0;align-self:flex-start}.faq-left p{font-size:28px;text-align:left}.faq-right,.faq-item{width:100%}.faq-question{padding:15px;font-size:15px}.faq-answer{padding:0 15px 15px;font-size:14px}.clients-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:15px;column-gap:12px;row-gap:15px}.clients-grid>.intro-card{grid-row:1;grid-column:1}.clients-grid>.video-card{grid-row:1;grid-column:2}.clients-grid>.app-promo-card{grid-row:2;grid-column:1}.clients-grid>.rental-card{grid-row:2;grid-column:2}.intro-card{width:100%;padding:25px 15px;min-height:auto}.intro-content{gap:15px}.intro-content h3{font-size:14px;line-height:1.3}.intro-content p{font-size:12px;line-height:1.5}.clients-cta{padding-top:15px;gap:10px}.clients-cta-text{font-size:16px}.clients-arrow-btn{width:40px;height:40px}.clients-arrow-icon{width:20px;height:20px}.video-card{min-height:180px;height:100%;display:flex;visibility:visible;opacity:1}.video-background{border-radius:12px;min-height:180px;height:100%}.app-promo-card{width:100%;grid-template-columns:1fr;padding:20px 15px;gap:20px;min-height:auto;display:grid;visibility:visible;opacity:1}.app-promo-content h3{font-size:18px;margin-bottom:8px}.app-promo-content p{font-size:11px;margin-bottom:15px}.app-download-section{gap:15px}.app-name{font-size:13px}.google-play-btn img{height:35px}.phone-mockup-container{margin-top:10px}.phone-mockup{max-width:100px}.rental-card{width:100%;margin-left:0;min-height:180px;height:100%;display:block;visibility:visible;opacity:1}.rental-background{min-height:180px;height:100%}.rental-overlay{padding:20px 15px}.rental-text{margin-top:30px}.rental-line1,.rental-line2{font-size:14px}.rental-percent{font-size:40px}.latest-offer-tag{font-size:10px;padding:5px 10px}.footer-content{display:grid;grid-template-columns:1fr;gap:40px}.footer-left,.footer-right{width:100%}.footer-middle-wrapper{display:flex;flex-direction:row;gap:20px;width:100%}.footer-middle-left,.footer-middle-right{flex:1;width:auto}.footer-subscribe{flex-direction:column;gap:15px}.footer-email-input{width:100%}.footer-bottom-bar{padding:15px 0;width:100%}.footer-bottom-bar .container{padding:0 20px}.footer-bottom-content{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;flex-wrap:nowrap}.footer-copyright{text-align:left;font-size:11px;flex-shrink:1;min-width:0}.footer-bottom-links{flex-wrap:nowrap;justify-content:flex-end;gap:15px;flex-shrink:0}.footer-bottom-links a{font-size:11px;white-space:nowrap}}@media (max-width: 480px){.container{padding:0 20px}.header{padding:15px 0}.logo-text{font-size:18px}.hero-text h1{font-size:28px}.hero-tagline{font-size:18px}.hero-description{font-size:15px}.section-title{font-size:32px}.partners-title{font-size:24px}.book-machinery{padding:30px 10px}.book-machinery-card{border-radius:12px}.book-machinery-content{padding:30px 20px;gap:25px}.book-machinery-left h2{font-size:24px;line-height:1.3}.book-machinery-left{gap:15px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-left:25px}.stat-number{font-size:24px}.stat-label{font-size:12px}.avatar{width:35px;height:35px;margin-left:-8px}.read-testimonials{font-size:12px}.brand-button{font-size:11px;padding:6px 12px}.faq-content{gap:30px;align-items:start}.faq-left{align-items:flex-start;text-align:left}.faq-left h2{font-size:24px;margin-bottom:15px;text-align:left}.faq-icon-large{width:120px;min-height:200px;margin:15px 0;align-self:flex-start}.faq-left p{font-size:22px;text-align:left}.faq-toggle,.service-card h3{font-size:20px}.service-card p{font-size:14px}.app-banner-title{font-size:24px}.app-banner-subtitle{font-size:14px}.different-left h2{font-size:28px}.different-list li,.different-description{font-size:14px}.testimonials-title{font-size:24px}.testimonial-card h4{font-size:18px}.testimonial-quote{font-size:14px}.faq{padding:40px 10px}.faq-content{gap:30px}.faq-left h2{font-size:24px;margin-bottom:15px}.faq-icon-large{width:120px;min-height:200px;margin:15px auto}.faq-left p{font-size:22px}.faq-question{font-size:14px;padding:12px}.faq-answer{font-size:13px;padding:0 12px 12px}.faq-toggle,.clients-title{font-size:20px}.footer-logo-text,.footer-column h4{font-size:18px}.footer-column ul li{font-size:14px}.nav{width:100%;max-width:320px}.brand-buttons{flex-wrap:wrap;gap:10px}.brand-button{font-size:12px;padding:8px 16px}}@media (max-width: 360px){.hero-text h1{font-size:24px}.section-title{font-size:28px}.service-card,.testimonial-card{padding:20px}}.mobile-menu-overlay{display:none}@media (max-width: 768px){.mobile-menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}@media (max-width: 768px){html{overflow-x:hidden;width:100%}body.menu-open{overflow:hidden;overflow-x:hidden;position:fixed;width:100%;max-width:100%}html.menu-open{overflow:hidden;overflow-x:hidden;width:100%}.App{width:100%;overflow-x:hidden;max-width:100vw;position:relative}.header,.header-content{width:100%;max-width:100%;overflow-x:hidden}.container{width:100%;max-width:100%;padding:0 15px;box-sizing:border-box}section{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.hero,.services,.partners,.testimonials,.faq,.footer,.book-machinery,.app-banner,.different,.clients{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}img{max-width:100%;height:auto}.services-grid,.testimonials-grid,.partners-grid,.clients-grid,.packages-grid{width:100%;max-width:100%;box-sizing:border-box}}.packages-container{min-height:100vh;padding:80px 20px 40px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.packages-header{text-align:center;margin-bottom:50px}.packages-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:10px}.packages-header p{font-size:1.1rem;color:#7f8c8d}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.package-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.package-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.package-header{margin-bottom:20px}.package-header h2{font-size:1.8rem;color:#2c3e50;margin-bottom:15px}.package-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:15px}.package-content{flex-grow:1;margin-bottom:20px}.package-description{color:#7f8c8d;line-height:1.6;margin-bottom:20px;font-size:.95rem}.package-price{display:flex;align-items:baseline;gap:5px;margin-bottom:20px}.price-amount{font-size:2rem;font-weight:700;color:#27ae60}.price-interval{font-size:1rem;color:#7f8c8d;text-transform:capitalize}.btn-select-package{width:100%;padding:15px 30px;background:linear-gradient(135deg,#27ae60,#229954);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}.btn-select-package:hover:not(:disabled){background:linear-gradient(135deg,#229954,#1e8449);transform:scale(1.02)}.btn-select-package:disabled{opacity:.6;cursor:not-allowed}.packages-loading,.packages-error,.packages-empty{text-align:center;padding:60px 20px}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #27ae60;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}.packages-error h2{color:#e74c3c;margin-bottom:15px}.packages-error p{color:#7f8c8d;margin-bottom:20px}.btn-retry{padding:12px 30px;background:#27ae60;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.btn-retry:hover{background:#229954}.error-message{background:#fee;color:#c33;padding:15px;border-radius:8px;margin-bottom:20px;max-width:1200px;margin-left:auto;margin-right:auto;text-align:center}@media (max-width: 1024px){.packages-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 768px){.packages-container{padding:60px 15px 30px}.packages-header{margin-bottom:40px}.packages-header h1{font-size:2rem}.packages-header p{font-size:1rem}.packages-grid{grid-template-columns:1fr;gap:20px}.package-card{padding:25px}.package-header h2{font-size:1.5rem}.package-image{height:180px}.price-amount{font-size:1.75rem}.btn-select-package{padding:14px 24px;font-size:1rem}}@media (max-width: 480px){.packages-container{padding:50px 15px 25px}.packages-header h1{font-size:1.75rem}.packages-header p{font-size:.9rem}.package-card{padding:20px}.package-header h2{font-size:1.3rem}.package-description{font-size:.9rem}.price-amount{font-size:1.5rem}.price-interval{font-size:.9rem}.btn-select-package{padding:12px 20px;font-size:.95rem}.error-message{padding:12px;font-size:.9rem}}.checkout-success-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.checkout-success-card{background:#fff;border-radius:12px;padding:50px 40px;max-width:600px;width:100%;box-shadow:0 8px 20px #0000001a;text-align:center}.success-icon{width:80px;height:80px;background:#27ae60;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;font-size:3rem;color:#fff;animation:scaleIn .5s ease}.pending-icon{width:80px;height:80px;background:#f39c12;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;font-size:3rem;color:#fff;animation:scaleIn .5s ease}.error-icon{width:80px;height:80px;background:#e74c3c;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;font-size:3rem;color:#fff}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.checkout-success-card h1{font-size:2.5rem;color:#2c3e50;margin-bottom:15px}.success-message,.pending-message{font-size:1.1rem;color:#7f8c8d;margin-bottom:30px;line-height:1.6}.payment-details{background:#f8f9fa;border-radius:8px;padding:25px;margin:30px 0;text-align:left}.payment-details h3{font-size:1.3rem;color:#2c3e50;margin-bottom:20px;text-align:center}.detail-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:#7f8c8d}.detail-value{color:#2c3e50;font-weight:500}.status-paid{color:#27ae60;font-weight:600}.session-id{font-family:monospace;font-size:.9rem;color:#7f8c8d}.success-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.btn-primary,.btn-secondary{padding:15px 30px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-primary{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 8px #27ae604d}.btn-secondary{background:#fff;color:#27ae60;border:2px solid #27ae60}.btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px)}.checkout-loading,.checkout-error{text-align:center}.checkout-loading p{font-size:1.1rem;color:#7f8c8d;margin-top:20px}.checkout-error h2{color:#e74c3c;margin:20px 0 15px}.checkout-error p{color:#7f8c8d;margin-bottom:30px;line-height:1.6}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #27ae60;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.checkout-success-card{max-width:550px}}@media (max-width: 768px){.checkout-success-container{padding:40px 15px 20px;align-items:flex-start}.checkout-success-card{padding:30px 20px;max-width:100%}.checkout-success-card h1{font-size:2rem}.success-icon,.pending-icon,.error-icon{width:70px;height:70px;font-size:2.5rem}.success-message,.pending-message{font-size:1rem}.payment-details{padding:20px}.payment-details h3{font-size:1.1rem}.detail-row{flex-direction:column;gap:5px;padding:10px 0}.detail-label{font-size:.9rem}.detail-value{font-size:.95rem}.success-actions{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{width:100%;padding:14px 24px}}@media (max-width: 480px){.checkout-success-container{padding:30px 10px 15px}.checkout-success-card{padding:25px 15px}.checkout-success-card h1{font-size:1.75rem}.success-icon,.pending-icon,.error-icon{width:60px;height:60px;font-size:2rem;margin-bottom:20px}.success-message,.pending-message{font-size:.95rem;margin-bottom:25px}.payment-details{padding:15px;margin:20px 0}.payment-details h3{font-size:1rem;margin-bottom:15px}.detail-row{padding:8px 0}.detail-label{font-size:.85rem}.detail-value{font-size:.9rem}.session-id{font-size:.8rem;word-break:break-all}.btn-primary,.btn-secondary{padding:12px 20px;font-size:.95rem}.checkout-loading p,.checkout-error p{font-size:.95rem}.checkout-error h2{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;width:100%;position:relative}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;overflow-x:hidden;width:100%;position:relative}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;min-height:100vh;overflow-x:hidden;position:relative}a{text-decoration:none}button{font-family:inherit}
