@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,400&display=swap);:root{--fd-green:#16a34a;--fd-green-light:#22c55e;--fd-green-dark:#15803d;--fd-green-glow:#16a34a40;--fd-dark:#0a0f1e;--fd-surface:#111827;--fd-surface2:#1f2937;--fd-white:#fff;--fd-gray:#9ca3af;--fd-gray-light:#f3f4f6;--fd-orange:#f97316;--fd-radius:12px;--fd-radius-lg:20px;--fd-shadow:0 4px 24px #00000026;--fd-shadow-lg:0 8px 48px #00000040;--fd-font-head:"Syne",sans-serif;--fd-font-body:"DM Sans",sans-serif;--fd-transition:0.3s cubic-bezier(0.4,0,0.2,1)}html{scroll-behavior:smooth}body{background:#fff;background:var(--fd-white);color:#1a1a2e;font-family:DM Sans,sans-serif;font-family:var(--fd-font-body);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;outline:none}button,input,select,textarea{font-family:DM Sans,sans-serif;font-family:var(--fd-font-body)}img{display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#16a34a;background:var(--fd-green);border-radius:3px}.fd-container{margin:0 auto;max-width:1200px;padding:0 24px}.fd-section{padding:80px 0}.fd-section-dark{background:#0a0f1e;background:var(--fd-dark);color:#fff;color:var(--fd-white)}.fd-section-light{background:#f3f4f6;background:var(--fd-gray-light)}.fd-app{display:flex;flex-direction:column;min-height:100vh}.fd-main{flex:1 1;padding-top:80px}.fdn-nav{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #16a34a1f;height:80px;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.fdn-nav.fdn-scrolled{background:#fffffffa;box-shadow:0 4px 32px #00000014}.fdn-container{align-items:center;display:flex;gap:32px;height:100%;margin:0 auto;max-width:1280px;padding:0 28px}.fdn-logo{align-items:baseline;background:none;border:none;cursor:pointer;display:flex;flex-direction:row;flex-shrink:0;flex-wrap:wrap;gap:2px;padding:0;position:relative}.fdn-logo-fuel{color:#0f172a}.fdn-logo-drop,.fdn-logo-fuel{font-family:Syne,sans-serif;font-size:26px;font-weight:800;letter-spacing:-1px}.fdn-logo-drop{color:#16a34a}.fdn-logo-tag{color:#6b7280;display:block;font-family:DM Sans,sans-serif;font-size:9px;font-weight:500;letter-spacing:1.5px;line-height:1;margin-top:-2px;text-transform:uppercase;width:100%}.fdn-links{align-items:center;display:flex;gap:4px;list-style:none;margin-left:auto}.fdn-item{position:relative}.fdn-link{align-items:center;background:none;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;gap:6px;padding:8px 14px;transition:all .2s;white-space:nowrap}.fdn-link:hover{background:#16a34a14;color:#16a34a}.fdn-link.fdn-active{background:#16a34a1a;color:#16a34a}.fdn-arrow{font-size:10px;transition:transform .2s}.fdn-has-dropdown:hover .fdn-arrow{transform:rotate(180deg)}.fdn-dropdown{animation:fdn-fade-in .15s ease;background:#fff;border:1px solid #16a34a1f;border-radius:12px;box-shadow:0 8px 40px #0000001f;display:flex;flex-direction:column;left:50%;min-width:200px;padding:8px;position:absolute;top:100%;transform:translateX(-50%)}@keyframes fdn-fade-in{0%{opacity:0;transform:translateX(-50%) translateY(-8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.fdn-drop-item{background:none;border:none;border-radius:8px;color:#374151;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;padding:10px 14px;text-align:left;transition:all .15s;white-space:nowrap}.fdn-drop-item:hover{background:#16a34a14;color:#16a34a}.fdn-drop-active{color:#16a34a;font-weight:500}.fdn-cta{align-items:center;background:#16a34a;border-radius:50px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Syne,sans-serif;font-size:14px;font-weight:600;gap:8px;letter-spacing:.3px;padding:11px 22px;transition:all .25s;white-space:nowrap}.fdn-cta:hover{background:#15803d;box-shadow:0 4px 20px #16a34a66;transform:translateY(-1px)}.fdn-hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px}.fdn-hamburger span{background:#374151;border-radius:2px;display:block;height:2px;transition:all .3s;width:24px}.fdn-mobile{background:#fff;border-top:1px solid #16a34a1f;display:flex;flex-direction:column;gap:14px;padding:16px 24px 24px}.fdn-mob-link,.fdn-mob-sub{background:none;border:none;border-radius:8px;color:#1f5229;cursor:pointer;font-family:DM Sans,sans-serif;font-size:15px;padding:10px 14px;text-align:left;transition:all .15s}.fdn-mob-link:hover,.fdn-mob-sub:hover{background:#16a34a14;color:#16a34a}.fdn-mob-label{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:1.5px;padding:8px 14px 4px;text-transform:uppercase}.fdn-mob-sub{font-size:14px;padding-left:28px}.fdn-mob-cta{align-self:flex-start;margin-top:8px}@media (max-width:1024px){.fdn-cta:not(.fdn-mob-cta),.fdn-links{display:none}.fdn-hamburger{display:flex}}.fdf-footer{background:#0a0f1e;color:#d1d5db;font-family:DM Sans,sans-serif}.fdf-top{padding:72px 0 48px}.fdf-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr 1.6fr;margin:0 auto;max-width:1280px;padding:0 28px}.fdf-logo{align-items:baseline;background:none;border:none;cursor:pointer;display:flex;gap:2px;margin-bottom:12px}.fdf-logo-fuel{color:#fff}.fdf-logo-drop,.fdf-logo-fuel{font-family:Syne,sans-serif;font-size:28px;font-weight:800;letter-spacing:-1px}.fdf-logo-drop{color:#16a34a}.fdf-tagline{color:#9ca3af;font-size:14px;line-height:1.7;margin-bottom:20px}.fdf-socials{display:flex;gap:10px}.fdf-social{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;color:#9ca3af;display:flex;font-size:14px;height:38px;justify-content:center;transition:all .2s;width:38px}.fdf-social:hover{background:#16a34a;border-color:#16a34a;color:#fff}.fdf-links-col h4{color:#fff;font-family:Syne,sans-serif;font-size:15px;font-weight:700;letter-spacing:.3px;margin-bottom:16px}.fdf-links-col a,.fdf-links-col button{background:none;border:none;color:#9ca3af;cursor:pointer;display:block;font-family:DM Sans,sans-serif;font-size:14px;padding:5px 0;text-align:left;text-decoration:none;transition:color .2s}.fdf-links-col a:hover,.fdf-links-col button:hover{color:#22c55e}.fdf-contact-col h4{color:#fff;font-family:Syne,sans-serif;font-size:15px;font-weight:700;margin-bottom:16px}.fdf-contact-col p{align-items:flex-start;color:#9ca3af;display:flex;font-size:13px;gap:8px;margin-bottom:8px}.fdf-contact-col p i{color:#16a34a;flex-shrink:0;margin-top:2px}.fdf-apps{display:flex;flex-direction:column;gap:8px;margin-top:16px}.fdf-app-btn{align-items:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;color:#fff;display:flex;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;gap:8px;padding:9px 16px;text-decoration:none;transition:all .2s}.fdf-app-btn:hover{background:#16a34a;border-color:#16a34a}.fdf-app-btn i{font-size:16px}.fdf-bottom{border-top:1px solid #ffffff14;padding:20px 0}.fdf-bottom .fdf-bottom-links{color:#fff}.fdf-bottom-inner{align-items:center;display:flex;grid-template-columns:none;justify-content:space-between}.fdf-bottom p{color:#6b7280;font-size:13px}.fdf-bottom-links{display:flex;gap:24px}.fdf-bottom-links a{color:#6b7280;font-size:13px;text-decoration:none;transition:color .2s}.fdf-bottom-links a:hover{color:#22c55e}@media (max-width:1024px){.fdf-container{grid-template-columns:1fr 1fr 1fr}.fdf-brand{grid-column:1/-1}.fdf-contact-col{grid-column:span 2}}@media (max-width:640px){.fdf-container{grid-template-columns:1fr 1fr}.fdf-bottom-inner{flex-direction:column;gap:12px;text-align:center}}.fdh-hero{height:calc(100vh - 80px);min-height:600px;overflow:hidden;position:relative}.fdh-slide{inset:0;opacity:0;position:absolute;transition:opacity 1s ease}.fdh-slide.fdh-active{opacity:1}.fdh-slide-img{height:100%;object-fit:cover;width:100%}.fdh-slide-overlay{background:linear-gradient(135deg,#000000b8,#0000004d 60%,#0000001a);inset:0;position:absolute}.fdh-hero-content{animation:fdh-slide-up .8s ease;bottom:0;left:0;max-width:800px;padding:0 60px 100px;position:absolute;right:0}@keyframes fdh-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fdh-sub{color:#22c55e;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.fdh-title{color:#fff;font-family:Syne,sans-serif;font-size:clamp(36px,5vw,62px);font-weight:800;line-height:1.1;margin-bottom:32px}.fdh-green{color:#22c55e}.fdh-hero-btns{display:flex;flex-wrap:wrap;gap:16px}.fdh-btn-primary{align-items:center;background:#16a34a;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-family:Syne,sans-serif;font-size:15px;font-weight:700;gap:8px;padding:14px 28px;transition:all .25s}.fdh-btn-primary:hover{background:#15803d;box-shadow:0 8px 28px #16a34a80;transform:translateY(-2px)}.fdh-btn-outline{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:2px solid #fff6;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-family:Syne,sans-serif;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;transition:all .25s}.fdh-btn-outline:hover{background:#ffffff40}.fdh-dots{bottom:40px;display:flex;gap:10px;left:60px;position:absolute}.fdh-dot{background:#ffffff59;border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .3s;width:8px}.fdh-dot-active{background:#22c55e;border-radius:4px;width:24px}.fdh-badge{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff1f;border:1px solid #fff3;border-radius:16px;bottom:60px;display:flex;gap:12px;padding:16px;position:absolute;right:60px}.fdh-badge img{border-radius:10px;height:56px;object-fit:cover;width:56px}.fdh-badge div{display:flex;flex-direction:column}.fdh-badge strong{color:#fff;font-family:Syne,sans-serif;font-size:14px}.fdh-badge span{color:#22c55e;font-size:12px}.fdh-stats{background:#0a0f1e;padding:0}.fdh-stats-inner{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1280px;padding:0 28px}.fdh-stat{border-right:1px solid #ffffff0f;padding:32px 24px;text-align:center}.fdh-stat:last-child{border-right:none}.fdh-stat-num{color:#22c55e;display:block;font-family:Syne,sans-serif;font-size:36px;font-weight:800}.fdh-stat-label{color:#9ca3af;font-size:14px}.fdh-section-header{margin-bottom:56px;text-align:center}.fdh-eyebrow{color:#16a34a;display:block;font-size:12px;font-weight:700;letter-spacing:2.5px;margin-bottom:10px;text-transform:uppercase}.fdh-eyebrow-light{color:#22c55e}.fdh-section-header h2{color:#0f172a;font-family:Syne,sans-serif;font-size:clamp(28px,3.5vw,44px);font-weight:800;line-height:1.15;margin-bottom:16px}.fdh-section-header-light h2{color:#fff}.fdh-section-header p{color:#6b7280;font-size:16px;margin:0 auto;max-width:600px}.fdh-fuel-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.fdh-fuel-card{align-items:center;background:#fff;border:2px solid #f0f9f4;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;padding:36px 24px;text-align:center;transition:all .3s}.fdh-fuel-card:hover{border-color:#16a34a;box-shadow:0 16px 48px #16a34a26;transform:translateY(-6px)}.fdh-fuel-icon{align-items:center;border-radius:50%;display:flex;font-size:32px;height:72px;justify-content:center;margin:0 auto 16px;width:72px}.fdh-fuel-card h3{color:#0f172a;font-family:Syne,sans-serif;font-size:20px;font-weight:700;margin-bottom:8px}.fdh-fuel-price{color:#6b7280;font-size:14px;margin-bottom:16px}.fdh-fuel-cta{color:#16a34a;font-family:Syne,sans-serif;font-size:13px;font-weight:700;letter-spacing:.5px}.fdh-sol-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.fdh-sol-card{background:#fff;border-radius:20px;box-shadow:0 4px 24px #0000000f;cursor:pointer;overflow:hidden;transition:all .3s}.fdh-sol-card:hover{box-shadow:0 20px 60px #0000001f;transform:translateY(-8px)}.fdh-sol-img-wrap{height:200px;overflow:hidden;position:relative}.fdh-sol-img-wrap img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.fdh-sol-card:hover .fdh-sol-img-wrap img{transform:scale(1.08)}.fdh-sol-overlay{background:linear-gradient(0deg,#00000080,#0000);inset:0;position:absolute}.fdh-sol-icon{align-items:center;background:#ffffffe6;border-radius:12px;display:flex;font-size:28px;height:48px;justify-content:center;position:absolute;right:16px;top:16px;width:48px}.fdh-sol-content{padding:20px}.fdh-sol-content h3{color:#0f172a;font-family:Syne,sans-serif;font-size:18px;font-weight:700;margin-bottom:8px}.fdh-sol-content p{color:#6b7280;font-size:13px;line-height:1.6;margin-bottom:12px}.fdh-explore{color:#16a34a;font-family:Syne,sans-serif;font-size:13px;font-weight:700}.fdh-why-inner{grid-gap:72px;align-items:center;display:grid;gap:72px;grid-template-columns:1fr 1fr}.fdh-why-img{position:relative}.fdh-why-img img{aspect-ratio:4/3;border-radius:24px;object-fit:cover;width:100%}.fdh-why-badge-card{background:#16a34a;border-radius:16px;bottom:-20px;box-shadow:0 8px 32px #16a34a66;color:#fff;display:flex;flex-direction:column;left:-20px;padding:20px 28px;position:absolute}.fdh-why-badge-num{font-family:Syne,sans-serif;font-size:32px;font-weight:800}.fdh-why-badge-card span{font-size:13px;opacity:.85}.fdh-why-text{padding:20px 0}.fdh-why-text h2{color:#0f172a;font-family:Syne,sans-serif;font-size:clamp(26px,3vw,38px);font-weight:800;line-height:1.2;margin:12px 0 20px}.fdh-why-text p{color:#6b7280;font-size:15px;line-height:1.8;margin-bottom:24px}.fdh-checklist{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;list-style:none;margin-bottom:32px}.fdh-checklist li{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:8px}.fdh-checklist li i{color:#16a34a;font-size:16px}.fdh-tech-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}.fdh-tech-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:28px 20px;text-align:center;transition:all .3s}.fdh-tech-card:hover{background:#16a34a1a;border-color:#16a34a4d}.fdh-tech-icon{font-size:36px;margin-bottom:14px}.fdh-tech-card h3{color:#fff;font-family:Syne,sans-serif;font-size:15px;font-weight:700;margin-bottom:8px}.fdh-tech-card p{color:#9ca3af;font-size:13px;line-height:1.6}.fdh-client-logos{flex-wrap:wrap;gap:24px}.fdh-client-logo,.fdh-client-logos{align-items:center;display:flex;justify-content:center}.fdh-client-logo{background:#fff;border:1px solid #e5e7eb;border-radius:12px;filter:grayscale(1);height:80px;min-width:140px;opacity:.7;padding:20px 32px;transition:all .3s}.fdh-client-logo:hover{border-color:#16a34a;filter:grayscale(0);opacity:1}.fdh-client-logo img{max-height:40px;max-width:120px;object-fit:contain}.fdh-test-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr 1fr 1fr}.fdh-test-stat{background:#16a34a;border-radius:20px;color:#fff;display:flex;flex-direction:column;gap:8px;padding:36px 28px}.fdh-test-num{font-family:Syne,sans-serif;font-size:56px;font-weight:800;line-height:1}.fdh-test-label{font-family:Syne,sans-serif;font-size:18px;font-weight:700}.fdh-test-stat p{font-size:14px;margin-top:8px;opacity:.85}.fdh-stars{color:#fbbf24;font-size:20px;letter-spacing:2px;margin-top:auto}.fdh-test-card{background:#fff;border-radius:20px;box-shadow:0 4px 24px #0000000f;padding:32px 28px;position:relative}.fdh-test-quote{color:#16a34a;font-family:Syne,sans-serif;font-size:80px;font-weight:800;left:24px;line-height:1;opacity:.12;position:absolute;top:10px}.fdh-test-card p{color:#374151;font-size:14px;line-height:1.8;margin-bottom:20px;position:relative}.fdh-test-name{color:#16a34a;font-family:Syne,sans-serif;font-size:13px;font-weight:700}.fdh-app-inner{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.fdh-app-text h2{color:#fff;font-family:Syne,sans-serif;font-size:clamp(26px,3vw,40px);font-weight:800;line-height:1.2;margin:12px 0 16px}.fdh-app-btns{display:flex;flex-direction:column;gap:12px;margin-top:28px;max-width:280px}.fdh-app-store-btn{align-items:center;background:#ffffff14;border:1px solid #fff3;border-radius:12px;color:#fff;display:flex;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;gap:10px;padding:14px 24px;text-decoration:none;transition:all .2s}.fdh-app-store-btn:hover{background:#16a34a;border-color:#16a34a}.fdh-app-store-btn i{font-size:20px}.fdh-phone-img{aspect-ratio:3/4;border-radius:24px;max-width:400px;object-fit:cover;width:100%}.fdh-cta-banner{background:linear-gradient(135deg,#16a34a,#0f6a30);padding:80px 0}.fdh-cta-inner{text-align:center}.fdh-cta-inner h2{color:#fff;font-family:Syne,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:800;margin-bottom:12px}.fdh-cta-inner p{color:#fffc;font-size:16px;margin-bottom:32px}.fdh-btn-large{background:#fff;color:#16a34a;font-size:18px;padding:18px 40px}.fdh-btn-large:hover{background:#f0fdf4;box-shadow:0 8px 32px #0003;transform:translateY(-2px)}@media (max-width:1200px){.fdh-tech-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.fdh-fuel-grid,.fdh-sol-grid{grid-template-columns:repeat(2,1fr)}.fdh-why-inner{grid-template-columns:1fr}.fdh-test-grid{grid-template-columns:1fr 1fr}.fdh-stats-inner{grid-template-columns:repeat(2,1fr)}.fdh-app-inner{grid-template-columns:1fr;text-align:center}.fdh-app-btns{margin:28px auto 0}.fdh-phone-img{margin:0 auto}}@media (max-width:640px){.fdh-hero-content{padding:0 24px 80px}.fdh-fuel-grid{grid-template-columns:repeat(2,1fr)}.fdh-sol-grid,.fdh-test-grid{grid-template-columns:1fr}.fdh-tech-grid{grid-template-columns:1fr 1fr}.fdh-badge{display:none}.fdh-checklist{grid-template-columns:1fr}}.fdh-fuels-layout{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:1fr 420px}.fdh-price-widget-wrap{position:-webkit-sticky;position:sticky;top:20px}@media (max-width:1024px){.fdh-fuels-layout{grid-template-columns:1fr}.fdh-price-widget-wrap{position:static}}.fpw-root{background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 24px #00000012;font-family:DM Sans,sans-serif;overflow:hidden;width:100%}.fpw-header{background:#fafafa;border-bottom:1px solid #f0f0f0;gap:12px;justify-content:space-between;padding:16px 20px}.fpw-header,.fpw-header-left{align-items:center;display:flex;flex-wrap:wrap}.fpw-header-left{gap:8px}.fpw-live-dot{animation:fpw-pulse 1.8s infinite;background:#22c55e;border-radius:50%;box-shadow:0 0 0 3px #22c55e40;flex-shrink:0;height:8px;width:8px}@keyframes fpw-pulse{0%,to{box-shadow:0 0 0 3px #22c55e40}50%{box-shadow:0 0 0 7px #22c55e14}}.fpw-title{color:#0f172a;font-family:Syne,sans-serif;font-size:14px;font-weight:700}.fpw-updated{background:#f3f4f6;border-radius:20px;color:#9ca3af;font-size:11px;padding:3px 8px}.fpw-city-select{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;outline:none;padding:6px 10px;transition:border-color .2s}.fpw-city-select:focus{border-color:#16a34a}.fpw-body{padding:8px 0}.fpw-loading{align-items:center;color:#9ca3af;display:flex;font-size:14px;gap:10px;padding:28px 20px}.fpw-spinner{animation:fpw-spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#16a34a;flex-shrink:0;height:18px;width:18px}@keyframes fpw-spin{to{transform:rotate(1turn)}}.fpw-row{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:nowrap;gap:12px;padding:16px 20px;transition:background .2s}.fpw-row:last-child{border-bottom:none}.fpw-row:hover{background:#f0fdf4;background:var(--fb,#f0fdf4)}.fpw-row-left{align-items:center;display:flex;flex-shrink:0;gap:8px;min-width:80px}.fpw-row-icon{font-size:22px}.fpw-row-name{color:#0f172a;font-family:Syne,sans-serif;font-size:14px;font-weight:700}.fpw-today{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.fpw-today-label{color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:1px;margin-bottom:2px;text-transform:uppercase}.fpw-today-price{color:#16a34a;color:var(--fc,#16a34a);font-family:Syne,sans-serif;font-size:20px;font-weight:800;line-height:1}.fpw-today-unit{color:#9ca3af;font-size:11px;margin-top:2px}.fpw-divider{background:#e5e7eb;flex-shrink:0;height:36px;width:1px}.fpw-past{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;min-width:72px}.fpw-past-label{color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:1px;margin-bottom:2px;text-transform:uppercase}.fpw-past-price{color:#6b7280;font-family:Syne,sans-serif;font-size:16px;font-weight:700;line-height:1}.fpw-badge{align-items:center;border-radius:20px;display:flex;flex-shrink:0;font-size:12px;font-weight:700;gap:3px;justify-content:center;min-width:56px;padding:5px 10px}.fpw-badge-arrow{font-size:13px;font-weight:800}.fpw-badge-val{font-size:12px}.fpw-footer{background:#fafafa;border-top:1px solid #f0f0f0;color:#9ca3af;font-size:11px;padding:10px 20px}.fpw-footer strong{color:#374151}@media (max-width:400px){.fpw-row{gap:8px;padding:14px}.fpw-today-price{font-size:17px}.fpw-past-price{font-size:14px}.fpw-row-left{min-width:64px}}.fda-page{font-family:DM Sans,sans-serif}.fda-hero{height:420px;overflow:hidden;position:relative}.fda-hero img{height:100%;object-fit:top;width:100%}.fda-hero-overlay{background:linear-gradient(90deg,#000000bf,#0000004d);display:flex;flex-direction:column;inset:0;justify-content:center;padding:60px;position:absolute}.fda-hero-overlay span{color:#22c55e;font-size:12px;font-weight:700;letter-spacing:2.5px;margin-bottom:12px}.fda-hero-overlay h1{color:#fff;font-family:Syne,sans-serif;font-size:clamp(36px,5vw,60px);font-weight:800;margin-bottom:12px}.fda-hero-overlay h1 span{color:#22c55e}.fda-hero-overlay p{color:#ffffffbf;font-size:16px}.fda-eyebrow{color:#16a34a;display:block;font-size:12px;font-weight:700;letter-spacing:2.5px;margin-bottom:10px;text-transform:uppercase}.fda-eyebrow-light{color:#22c55e}.fda-green{color:#16a34a}.fda-section-header{margin-bottom:52px;text-align:center}.fda-section-header h2{color:#0f172a;font-family:Syne,sans-serif;font-size:clamp(28px,3.5vw,42px);font-weight:800}.fda-section-header-light h2{color:#fff}.fda-mission-grid{grid-gap:72px;align-items:center;display:grid;gap:72px;grid-template-columns:1fr 1fr}.fda-mission-text h2{color:#0f172a;font-family:Syne,sans-serif;font-size:clamp(26px,3vw,38px);font-weight:800;margin:12px 0 20px}.fda-mission-text p{color:#6b7280;font-size:15px;line-height:1.8;margin-bottom:16px}.fda-highlights{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-top:32px}.fda-hl{background:#f0fdf4;border-radius:12px;padding:16px;text-align:center}.fda-hl strong{color:#16a34a;display:block;font-family:Syne,sans-serif;font-size:24px;font-weight:800}.fda-hl span{color:#6b7280;font-size:12px;font-weight:600}.fda-mission-img img{aspect-ratio:4/3;border-radius:20px;object-fit:cover;width:100%}.fda-values-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.fda-value-card{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;padding:32px;transition:all .3s}.fda-value-card:hover{box-shadow:0 12px 36px #0000001a;transform:translateY(-4px)}.fda-value-icon{font-size:36px;margin-bottom:14px}.fda-value-card h3{color:#0f172a;font-family:Syne,sans-serif;font-size:18px;font-weight:700;margin-bottom:8px}.fda-value-card p{color:#6b7280;font-size:14px;line-height:1.7}.fda-timeline{display:flex;flex-direction:column;gap:0;margin:0 auto;max-width:800px}.fda-milestone{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:80px 20px 1fr;padding:0 0 32px;position:relative}.fda-milestone:after{background:#ffffff1a;bottom:-16px;content:"";left:80px;margin-left:8px;position:absolute;top:10px;width:2px}.fda-milestone:last-child:after{display:none}.fda-milestone-year{color:#22c55e;font-family:Syne,sans-serif;font-size:15px;font-weight:800;padding-top:4px}.fda-milestone-dot{background:#16a34a;border-radius:50%;box-shadow:0 0 0 4px #16a34a33;flex-shrink:0;height:16px;margin-top:4px;width:16px}.fda-milestone-event{color:#d1d5db;font-size:15px;line-height:1.6;padding-top:2px}.fda-cta-inner{text-align:center}.fda-cta-inner h2{color:#0f172a;font-size:clamp(24px,3vw,38px);font-weight:800;margin-bottom:24px}.fda-btn,.fda-cta-inner h2{font-family:Syne,sans-serif}.fda-btn{background:#16a34a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:16px 36px;transition:all .25s}.fda-btn:hover{background:#15803d;box-shadow:0 8px 28px #16a34a66;transform:translateY(-2px)}@media (max-width:1024px){.fda-mission-grid{grid-template-columns:1fr}.fda-highlights{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.fda-values-grid{grid-template-columns:1fr 1fr}}.fdc-page{font-family:DM Sans,sans-serif}.fdc-hero{background:linear-gradient(135deg,#0a0f1e,#0f2d1e);padding:80px 60px;text-align:center}.fdc-hero span{color:#22c55e;display:block;font-size:12px;font-weight:700;letter-spacing:2.5px;margin-bottom:12px;text-transform:uppercase}.fdc-hero h1{color:#fff;font-family:Syne,sans-serif;font-size:clamp(32px,4vw,52px);font-weight:800;margin-bottom:16px}.fdc-hero h1 span{color:#22c55e}.fdc-hero p{color:#9ca3af;font-size:16px;margin:0 auto;max-width:520px}.fdc-eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:2.5px;margin-bottom:10px;text-transform:uppercase}.fdc-eyebrow,.fdc-green{color:#16a34a}.fdc-section-header{margin-bottom:44px;text-align:center}.fdc-section-header h2{color:#0f172a;font-family:Syne,sans-serif;font-size:clamp(26px,3vw,40px);font-weight:800}.fdc-list{display:flex;flex-direction:column;gap:16px;margin:0 auto 32px;max-width:900px}.fdc-job-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;display:flex;gap:24px;justify-content:space-between;padding:24px 28px;transition:all .25s}.fdc-job-card:hover{border-color:#16a34a;box-shadow:0 4px 20px #16a34a1a}.fdc-job-info h3{color:#0f172a;font-family:Syne,sans-serif;font-size:17px;font-weight:700;margin-bottom:8px}.fdc-job-tags{display:flex;flex-wrap:wrap;gap:16px}.fdc-job-tags span{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.fdc-job-tags i{color:#16a34a}.fdc-apply-btn{background:#16a34a;border:none;border-radius:50px;color:#fff;cursor:pointer;flex-shrink:0;font-family:Syne,sans-serif;font-size:14px;font-weight:700;padding:11px 24px;transition:all .2s;white-space:nowrap}.fdc-apply-btn:hover{background:#15803d;box-shadow:0 4px 16px #16a34a59}.fdc-success{align-items:flex-start;background:#f0fdf4;border:1px solid #86efac;border-radius:14px;display:flex;gap:16px;margin:0 auto;max-width:900px;padding:20px 24px}.fdc-success i{color:#16a34a;flex-shrink:0;font-size:24px;margin-top:2px}.fdc-success strong{color:#15803d;display:block;font-family:Syne,sans-serif;margin-bottom:4px}.fdc-success p{color:#166534;font-size:14px}.fdc-success button{background:none;border:none;color:#6b7280;cursor:pointer;flex-shrink:0;font-size:18px;margin-left:auto}.fdc-perks-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.fdc-perk-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000d;padding:28px;transition:all .3s}.fdc-perk-card:hover{box-shadow:0 10px 32px #0000001a;transform:translateY(-4px)}.fdc-perk-icon{font-size:36px;margin-bottom:12px}.fdc-perk-card h3{color:#0f172a;font-family:Syne,sans-serif;font-size:16px;font-weight:700;margin-bottom:6px}.fdc-perk-card p{color:#6b7280;font-size:14px;line-height:1.6}@media (max-width:640px){.fdc-job-card{align-items:flex-start;flex-direction:column}.fdc-perks-grid{grid-template-columns:1fr 1fr}}.fds-page{font-family:DM Sans,sans-serif}.fds-hero{background:linear-gradient(135deg,#0a0f1e,#0f2d1e);padding:80px 60px;text-align:center}.fds-hero span{color:#22c55e;display:block;font-size:12px;font-weight:700;letter-spacing:2.5px;margin-bottom:12px;text-transform:uppercase}.fds-hero h1{color:#fff;font-family:Syne,sans-serif;font-size:clamp(32px,4vw,52px);font-weight:800;margin-bottom:16px}.fds-hero h1 span{color:#22c55e}.fds-hero p{color:#9ca3af;font-size:16px;margin:0 auto;max-width:520px}.fds-sol-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr)}.fds-sol-card{background:#fff;border-radius:24px;box-shadow:0 4px 24px #00000012;overflow:hidden;transition:all .3s}.fds-sol-card:hover{box-shadow:0 20px 60px #0000001f;transform:translateY(-6px)}.fds-sol-img{height:240px;overflow:hidden}.fds-sol-img img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.fds-sol-card:hover .fds-sol-img img{transform:scale(1.05)}.fds-sol-body{padding:28px}.fds-sol-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.fds-tag{background:#f0fdf4;border-radius:50px;color:#16a34a;font-size:12px;font-weight:700;letter-spacing:1px;padding:4px 12px;text-transform:uppercase}.fds-sol-icon{font-size:32px}.fds-sol-body h2{color:#0f172a;font-family:Syne,sans-serif;font-size:22px;font-weight:800;margin-bottom:10px}.fds-sol-body p{color:#6b7280;font-size:14px;line-height:1.7;margin-bottom:16px}.fds-features{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;list-style:none;margin-bottom:24px}.fds-features li{align-items:center;color:#374151;display:flex;font-size:13px;gap:6px}.fds-features li i{color:#16a34a}.fds-sol-actions{display:flex;gap:12px}.fds-learn-btn{background:none;border:2px solid #16a34a;border-radius:50px;color:#16a34a;cursor:pointer;font-family:Syne,sans-serif;font-size:14px;font-weight:700;padding:10px 20px;transition:all .2s}.fds-learn-btn:hover{background:#f0fdf4}.fds-order-btn{background:#16a34a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:Syne,sans-serif;font-size:14px;font-weight:700;padding:10px 20px;transition:all .2s}.fds-order-btn:hover{background:#15803d;box-shadow:0 4px 16px #16a34a4d}@media (max-width:768px){.fds-sol-grid{grid-template-columns:1fr}}.fdsd-page{font-family:DM Sans,sans-serif}.fdsd-hero{grid-gap:48px;align-items:center;background:linear-gradient(135deg,#0a0f1e,#0f2d1e);display:grid;gap:48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1280px;padding:72px 60px}.fdsd-tag{background:#16a34a26;border:1px solid #16a34a4d;border-radius:50px;color:#22c55e;display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:16px;padding:5px 14px;text-transform:uppercase}.fdsd-hero-text h1{color:#fff;font-family:Syne,sans-serif;font-size:clamp(30px,4vw,52px);font-weight:800;line-height:1.15;margin-bottom:16px}.fdsd-hero-text p{color:#9ca3af;font-size:16px;line-height:1.7;margin-bottom:32px}.fdsd-hero-btns{display:flex;gap:14px}.fdsd-btn-primary{background:#16a34a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:Syne,sans-serif;font-size:15px;font-weight:700;padding:13px 28px;transition:all .25s}.fdsd-btn-primary:hover{background:#15803d;box-shadow:0 6px 24px #16a34a66}.fdsd-btn-outline{background:#ffffff14;border:2px solid #ffffff40;border-radius:50px;color:#fff;cursor:pointer;font-family:Syne,sans-serif;font-size:15px;font-weight:600;padding:13px 28px;transition:all .2s}.fdsd-btn-outline:hover{background:#ffffff26}.fdsd-hero-img img{aspect-ratio:4/3;border-radius:20px;object-fit:cover;width:100%}.fdsd-green{color:#16a34a}.fdsd-content-grid{grid-gap:64px;align-items:start;display:grid;gap:64px;grid-template-columns:1fr 1fr}.fdsd-content-grid h2{color:#0f172a;font-family:Syne,sans-serif;font-size:clamp(24px,3vw,36px);font-weight:800;margin-bottom:16px}.fdsd-content-grid p{color:#6b7280;font-size:15px;line-height:1.8;margin-bottom:24px}.fdsd-features{display:flex;flex-direction:column;gap:10px;list-style:none}.fdsd-features li{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:10px}.fdsd-features li i{color:#16a34a;flex-shrink:0;font-size:15px}.fdsd-specs{background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;padding:28px}.fdsd-specs h3{color:#0f172a;font-family:Syne,sans-serif;font-size:18px;font-weight:700;margin-bottom:20px}.fdsd-spec-row{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 0}.fdsd-spec-row:last-child{border-bottom:none}.fdsd-spec-label{color:#6b7280;font-size:14px;font-weight:500}.fdsd-spec-val{color:#0f172a;font-family:Syne,sans-serif;font-size:14px;font-weight:600}@media (max-width:1024px){.fdsd-content-grid,.fdsd-hero{grid-template-columns:1fr}.fdsd-hero{padding:60px 28px}}.fdct-page{font-family:DM Sans,sans-serif}.fdct-hero{background:linear-gradient(135deg,#0a0f1e,#0f2d1e);padding:80px 60px;text-align:center}.fdct-hero span{color:#22c55e;display:block;font-size:12px;font-weight:700;letter-spacing:2.5px;margin-bottom:12px;text-transform:uppercase}.fdct-hero h1{color:#fff;font-family:Syne,sans-serif;font-size:clamp(32px,4vw,52px);font-weight:800;margin-bottom:12px}.fdct-hero h1 span{color:#22c55e}.fdct-hero p{color:#9ca3af;font-size:16px}.fdct-grid{grid-gap:64px;display:grid;gap:64px;grid-template-columns:1fr 1.5fr}.fdct-info h2{color:#0f172a;font-family:Syne,sans-serif;font-size:30px;font-weight:800;margin-bottom:14px}.fdct-info>p{color:#6b7280;font-size:15px;line-height:1.8;margin-bottom:32px}.fdct-contact-items{display:flex;flex-direction:column;gap:20px;margin-bottom:28px}.fdct-item{align-items:flex-start;display:flex;gap:16px}.fdct-item-icon{align-items:center;background:#f0fdf4;border-radius:12px;color:#16a34a;display:flex;flex-shrink:0;font-size:18px;height:48px;justify-content:center;width:48px}.fdct-item div{display:flex;flex-direction:column;gap:2px}.fdct-item strong{color:#0f172a;font-family:Syne,sans-serif;font-size:14px;font-weight:700}.fdct-item span{color:#6b7280;font-size:13px}.fdct-social-row{display:flex;gap:10px}.fdct-social-row a{align-items:center;background:#f0fdf4;border-radius:50%;color:#16a34a;display:flex;font-size:15px;height:40px;justify-content:center;text-decoration:none;transition:all .2s;width:40px}.fdct-social-row a:hover{background:#16a34a;color:#fff}.fdct-form-wrap{background:#fff;border-radius:24px;box-shadow:0 4px 32px #00000014;padding:40px}.fdct-form h3{color:#0f172a;font-family:Syne,sans-serif;font-size:22px;font-weight:800;margin-bottom:24px}.fdct-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.fdct-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.fdct-field label{color:#374151;font-size:13px;font-weight:600}.fdct-field input,.fdct-field textarea{border:1.5px solid #e5e7eb;border-radius:10px;color:#0f172a;font-family:DM Sans,sans-serif;font-size:14px;padding:11px 14px;resize:none;transition:border-color .2s}.fdct-field input:focus,.fdct-field textarea:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a;outline:none}.fdct-submit{align-items:center;background:#16a34a;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:Syne,sans-serif;font-size:16px;font-weight:700;gap:8px;justify-content:center;padding:15px;transition:all .25s;width:100%}.fdct-submit:hover{background:#15803d;box-shadow:0 8px 24px #16a34a59}.fdct-success{align-items:center;display:flex;flex-direction:column;gap:12px;padding:60px 20px;text-align:center}.fdct-success-icon{font-size:56px}.fdct-success h3{color:#0f172a;font-family:Syne,sans-serif;font-size:24px;font-weight:800}.fdct-success p{color:#6b7280;font-size:15px}.fdct-success button{background:#16a34a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:Syne,sans-serif;font-weight:700;margin-top:8px;padding:11px 24px}@media (max-width:1024px){.fdct-grid{grid-template-columns:1fr}}@media (max-width:640px){.fdct-row{grid-template-columns:1fr}}.fdct-success-message{background:#f0fff4;border:1px solid #9ae6b4;border-radius:12px;padding:40px 20px;text-align:center}.fdct-success-message .success-icon{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;font-size:30px;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.fdct-success-message h3{color:#065f46;font-size:22px;margin-bottom:10px}.fdct-success-message p{color:#047857;font-size:15px}.fdct-error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:14px;margin-bottom:20px;padding:12px 16px;text-align:center}.fdct-field input:disabled,.fdct-field textarea:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.7}:root{--of-green:#16a34a;--of-green-dk:#0f6a30;--of-green-lt:#f0fdf4;--of-ink:#0a0f1e;--of-mid:#374151;--of-soft:#6b7280;--of-line:#e5e7eb;--of-bg:#f8fafc;--of-white:#fff;--of-radius:16px;--of-shadow:0 4px 24px #00000012}.of-page{background:#f8fafc;background:var(--of-bg);font-family:DM Sans,sans-serif;min-height:100vh}.of-progress{background:#fff;background:var(--of-white);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--of-line);padding:18px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.of-progress__bar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:860px;padding:0 24px}.of-prog-step{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:6px;position:relative}.of-prog-line{background:#e5e7eb;background:var(--of-line);height:2px;left:56%;position:absolute;top:18px;transition:background .3s;width:88%}.of-prog-step--done .of-prog-line{background:#16a34a;background:var(--of-green)}.of-prog-circle{align-items:center;background:#e5e7eb;background:var(--of-line);border-radius:50%;color:#9ca3af;display:flex;font-family:Syne,sans-serif;font-size:16px;font-weight:700;height:36px;justify-content:center;position:relative;transition:all .3s;width:36px;z-index:1}.of-prog-step--active .of-prog-circle,.of-prog-step--done .of-prog-circle{background:#16a34a;background:var(--of-green);color:#fff}.of-prog-step--active .of-prog-circle{box-shadow:0 0 0 5px #16a34a2e}.of-prog-label{color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.of-prog-step--active .of-prog-label,.of-prog-step--done .of-prog-label{color:#16a34a;color:var(--of-green)}.of-layout{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:1fr 288px;margin:0 auto;max-width:1020px;padding:36px 24px}.of-main{background:#fff;background:var(--of-white);border-radius:20px;box-shadow:0 4px 24px #00000012;box-shadow:var(--of-shadow);padding:36px}.of-step__header{margin-bottom:28px}.of-step__header h2{color:#0a0f1e;color:var(--of-ink);font-family:Syne,sans-serif;font-size:22px;font-weight:800;margin-bottom:6px}.of-step__header p{color:#6b7280;color:var(--of-soft);font-size:14px}.of-fuel-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr)}.of-fuel-card{align-items:center;background:#f0fdf4;background:var(--fb,var(--of-green-lt));border:2px solid #0000;border-radius:16px;border-radius:var(--of-radius);cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:22px 12px;position:relative;transition:all .25s}.of-fuel-card:hover{border-color:#16a34a;border-color:var(--fc,var(--of-green));box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.of-fuel-card--sel{background:var(--fb)!important;border-color:#16a34a!important;border-color:var(--fc,var(--of-green))!important;box-shadow:0 0 0 3px #16a34a1f}.of-fuel-card__icon{font-size:36px}.of-fuel-card__name{color:#0a0f1e;color:var(--of-ink);font-family:Syne,sans-serif;font-size:15px;font-weight:700}.of-fuel-card__price{color:#16a34a;color:var(--fc,var(--of-green));font-size:12px;font-weight:600}.of-fuel-card__tick{align-items:center;background:#16a34a;background:var(--fc,var(--of-green));border-radius:50%;color:#fff;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;position:absolute;right:10px;top:10px;width:20px}.of-vehicle-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.of-chip{background:#fff;background:var(--of-white);border:2px solid #e5e7eb;border:2px solid var(--of-line);border-radius:10px;color:#374151;color:var(--of-mid);cursor:pointer;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;padding:11px 10px;transition:all .2s}.of-chip:hover{border-color:#16a34a;border-color:var(--of-green)}.of-chip--sel,.of-chip:hover{color:#16a34a;color:var(--of-green)}.of-chip--sel{background:#f0fdf4;background:var(--of-green-lt);border-color:#16a34a!important;border-color:var(--of-green)!important;font-weight:700}.of-field{margin-bottom:20px}.of-field label{color:#374151;color:var(--of-mid);display:block;font-size:13px;font-weight:600;margin-bottom:8px}.of-field input,.of-field select{background:#fff;background:var(--of-white);border:1.5px solid #e5e7eb;border:1.5px solid var(--of-line);border-radius:10px;box-sizing:border-box;color:#0a0f1e;color:var(--of-ink);font-family:DM Sans,sans-serif;font-size:15px;padding:12px 14px;transition:all .2s;width:100%}.of-field input:focus,.of-field select:focus{border-color:#16a34a;border-color:var(--of-green);box-shadow:0 0 0 3px #16a34a1a;outline:none}.of-qty-input{display:flex}.of-qty-input input{border-radius:10px 0 0 10px;border-right:none;flex:1 1}.of-qty-unit{align-items:center;border:1.5px solid #e5e7eb;border:1.5px solid var(--of-line);border-left:none;border-radius:0 10px 10px 0;color:#16a34a;color:var(--of-green);display:flex;font-size:13px;font-weight:700;padding:12px 16px}.of-price-box,.of-qty-unit{background:#f0fdf4;background:var(--of-green-lt)}.of-price-box{border:1px solid #bbf7d0;border-radius:14px;margin-top:20px;padding:20px}.of-price-box__row{color:#374151;color:var(--of-mid);font-size:14px;padding:5px 0}.of-price-box__row,.of-price-box__total{display:flex;justify-content:space-between}.of-price-box__total{border-top:1px solid #86efac;color:#0a0f1e;color:var(--of-ink);font-family:Syne,sans-serif;font-size:16px;font-weight:800;margin-top:6px;padding-top:10px}.of-price-box__total strong{color:#16a34a;color:var(--of-green)}.of-form{grid-gap:0 20px;display:grid;gap:0 20px;grid-template-columns:1fr 1fr}.of-field--full{grid-column:1/-1}.of-mobile{display:flex}.of-mobile__code{align-items:center;background:#f0fdf4;background:var(--of-green-lt);border:1.5px solid #e5e7eb;border:1.5px solid var(--of-line);border-radius:10px 0 0 10px;border-right:none;color:#374151;color:var(--of-mid);display:flex;font-size:14px;font-weight:600;padding:12px 14px}.of-mobile input{border-radius:0 10px 10px 0;flex:1 1}.of-dates{display:flex;flex-wrap:wrap;gap:10px}.of-date{background:#fff;background:var(--of-white);border:2px solid #e5e7eb;border:2px solid var(--of-line);border-radius:10px;color:#374151;color:var(--of-mid);cursor:pointer;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;padding:10px 16px;transition:all .2s}.of-date:hover{border-color:#16a34a;border-color:var(--of-green)}.of-date--sel,.of-date:hover{color:#16a34a;color:var(--of-green)}.of-date--sel{background:#f0fdf4;background:var(--of-green-lt);border-color:#16a34a!important;border-color:var(--of-green)!important;font-weight:700}.of-slot-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.of-slot{align-items:center;background:#fff;background:var(--of-white);border:2px solid #e5e7eb;border:2px solid var(--of-line);border-radius:10px;color:#374151;color:var(--of-mid);cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:14px;gap:8px;padding:14px 16px;transition:all .2s}.of-slot:hover{border-color:#16a34a;border-color:var(--of-green)}.of-slot--sel,.of-slot:hover{color:#16a34a;color:var(--of-green)}.of-slot--sel{background:#f0fdf4;background:var(--of-green-lt);border-color:#16a34a!important;border-color:var(--of-green)!important;font-weight:700}.of-review{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.of-review-card{background:#f8fafc;background:var(--of-bg);border:1px solid #e5e7eb;border:1px solid var(--of-line);border-radius:14px;padding:20px}.of-review-card--bill{background:#f0fdf4;background:var(--of-green-lt);border-color:#bbf7d0}.of-review-card__title{color:#0a0f1e;color:var(--of-ink);font-family:Syne,sans-serif;font-size:13px;font-weight:700;margin-bottom:14px}.of-rv-row{align-items:flex-start;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--of-line);display:flex;font-size:13px;justify-content:space-between;padding:6px 0}.of-rv-row:last-child{border-bottom:none}.of-rv-row span{color:#6b7280;color:var(--of-soft);flex-shrink:0}.of-rv-row strong{color:#0a0f1e;color:var(--of-ink);font-weight:600;max-width:60%;text-align:right}.of-rv-total{border-top:2px solid #16a34a;border-top:2px solid var(--of-green);display:flex;font-family:Syne,sans-serif;justify-content:space-between;margin-top:8px;padding-top:10px}.of-rv-total span{color:#0a0f1e;color:var(--of-ink);font-size:14px;font-weight:700}.of-rv-total strong{font-size:18px}.of-amount,.of-rv-total strong{color:#16a34a;color:var(--of-green)}.of-amount{font-size:20px}.of-pay-methods{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.of-pay-card{align-items:center;background:#fff;background:var(--of-white);border:2px solid #e5e7eb;border:2px solid var(--of-line);border-radius:14px;cursor:pointer;display:flex;gap:14px;padding:18px 20px;transition:all .25s}.of-pay-card:hover{border-color:#16a34a;border-color:var(--of-green)}.of-pay-card--sel{background:#f0fdf4;background:var(--of-green-lt);border-color:#16a34a!important;border-color:var(--of-green)!important}.of-pay-card__icon{flex-shrink:0;font-size:30px}.of-pay-card__info{flex:1 1;text-align:left}.of-pay-card__info strong{color:#0a0f1e;color:var(--of-ink);display:block;font-family:Syne,sans-serif;font-size:15px}.of-pay-card__info span{color:#6b7280;color:var(--of-soft);font-size:12px}.of-radio{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;height:20px;transition:all .2s;width:20px}.of-radio--sel{background:radial-gradient(circle at center,#16a34a 7px,#0000 0);background:radial-gradient(circle at center,var(--of-green) 7px,#0000 7px);border-color:#16a34a;border-color:var(--of-green)}.of-payment-wrap,.of-place-btn{margin-top:16px}.of-place-btn{align-items:center;background:linear-gradient(135deg,#16a34a,#0f6a30);background:linear-gradient(135deg,var(--of-green),var(--of-green-dk));border:none;border-radius:50px;box-shadow:0 4px 24px #16a34a66;color:#fff;cursor:pointer;display:inline-flex;font-family:Syne,sans-serif;font-size:16px;font-weight:700;gap:8px;padding:15px 32px;transition:all .25s}.of-place-btn:hover{box-shadow:0 8px 32px #16a34a80;transform:translateY(-2px)}.of-notice{border-radius:10px;font-size:14px;margin-top:14px;padding:12px 16px}.of-notice--success{background:#dcfce7;border:1px solid #86efac;color:#166534}.of-notice--error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.of-nav{border-top:1px solid #e5e7eb;border-top:1px solid var(--of-line);display:flex;gap:12px;margin-top:28px;padding-top:24px}.of-nav__back{background:#fff;background:var(--of-white);border:2px solid #e5e7eb;border:2px solid var(--of-line);border-radius:50px;color:#374151;color:var(--of-mid);cursor:pointer;font-family:Syne,sans-serif;font-size:14px;font-weight:600;padding:12px 22px;transition:all .2s}.of-nav__back:hover{border-color:#374151;border-color:var(--of-mid)}.of-nav__next{background:#16a34a;background:var(--of-green);border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:Syne,sans-serif;font-size:15px;font-weight:700;margin-left:auto;padding:13px 28px;transition:all .25s}.of-nav__next:hover{background:#0f6a30;background:var(--of-green-dk);box-shadow:0 6px 20px #16a34a59;transform:translateY(-1px)}.of-sidebar{background:#fff;background:var(--of-white);border-radius:18px;box-shadow:0 4px 24px #00000012;box-shadow:var(--of-shadow);overflow:hidden;position:-webkit-sticky;position:sticky;top:88px}.of-sidebar__title{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--of-line);color:#0a0f1e;color:var(--of-ink);font-family:Syne,sans-serif;font-size:15px;font-weight:700;padding:20px 20px 16px}.of-sidebar__body{padding:16px 20px}.of-sb-fuel{align-items:center;background:#f0fdf4;background:var(--of-green-lt);border-radius:10px;display:flex;gap:12px;margin-bottom:14px;padding:12px}.of-sb-fuel__icon{font-size:24px}.of-sb-fuel strong{color:#0a0f1e;color:var(--of-ink);display:block;font-family:Syne,sans-serif;font-size:14px}.of-sb-fuel span{color:#6b7280;color:var(--of-soft);font-size:12px}.of-sb-row{display:flex;font-size:13px;justify-content:space-between;padding:7px 0}.of-sb-row span{color:#6b7280;color:var(--of-soft)}.of-sb-row strong{color:#0a0f1e;color:var(--of-ink);font-weight:600;max-width:55%;text-align:right}.of-sb-total{border-top:2px solid #16a34a;border-top:2px solid var(--of-green);display:flex;font-family:Syne,sans-serif;justify-content:space-between;margin-top:8px;padding:12px 0 4px}.of-sb-total span{color:#0a0f1e;color:var(--of-ink);font-weight:700}.of-sb-total strong{color:#16a34a;color:var(--of-green);font-size:18px}.of-sidebar__secure{background:#f0fdf4;background:var(--of-green-lt);border-top:1px solid #bbf7d0;color:#166534;font-size:12px;font-weight:600;padding:12px 20px}.of-error{color:#ef4444;font-size:12px;margin-top:6px}.ofc-wrap{align-items:flex-start;background:#f8fafc;background:var(--of-bg);display:flex;justify-content:center;min-height:100vh;padding:48px 24px}.ofc-card{background:#fff;background:var(--of-white);border-radius:24px;box-shadow:0 8px 48px #0000001a;max-width:600px;padding:48px;text-align:center;width:100%}.ofc-success-ring{align-items:center;background:linear-gradient(135deg,#16a34a,#0f6a30);background:linear-gradient(135deg,var(--of-green),var(--of-green-dk));border-radius:50%;box-shadow:0 8px 32px #16a34a66;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.ofc-check{color:#fff;font-size:36px;font-weight:700}.ofc-card h2{color:#0a0f1e;color:var(--of-ink);font-family:Syne,sans-serif;font-size:30px;font-weight:800;margin-bottom:8px}.ofc-sub{color:#6b7280;color:var(--of-soft);font-size:15px;margin-bottom:16px}.ofc-order-pill{background:#f0fdf4;background:var(--of-green-lt);border-radius:8px;color:#374151;color:var(--of-mid);display:inline-block;font-size:13px;margin-bottom:28px;padding:6px 16px}.ofc-order-pill strong{color:#16a34a;color:var(--of-green);font-family:Syne,sans-serif}.ofc-driver{align-items:center;background:linear-gradient(135deg,#0a0f1e,#0f2d1e);border-radius:18px;display:flex;gap:14px;margin-bottom:20px;padding:22px;text-align:left}.ofc-driver img{border:3px solid #16a34a;border:3px solid var(--of-green);border-radius:50%;flex-shrink:0;height:60px;object-fit:cover;width:60px}.ofc-driver__info{flex:1 1}.ofc-driver__name{color:#fff;font-family:Syne,sans-serif;font-size:17px;font-weight:700}.ofc-driver__role{color:#9ca3af;font-size:12px;margin-bottom:4px}.ofc-driver__meta{color:#d1d5db;font-size:12px;margin-bottom:3px}.ofc-driver__eta{color:#d1d5db;font-size:13px}.ofc-driver__eta strong{color:#f0fdf4;color:var(--of-green-lt)}.ofc-call{background:#16a34a;background:var(--of-green);border-radius:10px;color:#fff;flex-shrink:0;font-family:Syne,sans-serif;font-size:13px;font-weight:700;padding:10px 16px;text-decoration:none;transition:all .2s}.ofc-call:hover{background:#0f6a30;background:var(--of-green-dk)}.ofc-summary{background:#f8fafc;background:var(--of-bg);border-radius:14px;margin-bottom:20px;padding:20px;text-align:left}.ofc-row{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--of-line);color:#374151;color:var(--of-mid);display:flex;font-size:14px;justify-content:space-between;padding:7px 0}.ofc-row span{color:#6b7280;color:var(--of-soft)}.ofc-row--total{border:none;border-top:2px solid #16a34a;border-top:2px solid var(--of-green);font-family:Syne,sans-serif;font-size:15px;font-weight:800;margin-top:4px;padding-top:10px}.ofc-row--total strong{color:#16a34a;color:var(--of-green)}.ofc-tracking-note{background:#f0fdf4;background:var(--of-green-lt);border-radius:12px;color:#166534;font-size:13px;line-height:1.6;margin-bottom:24px;padding:14px 18px;text-align:left}.ofc-home-btn{background:#16a34a;background:var(--of-green);border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:Syne,sans-serif;font-size:15px;font-weight:700;padding:14px 32px;transition:all .25s}.ofc-home-btn:hover{background:#0f6a30;background:var(--of-green-dk);box-shadow:0 6px 24px #16a34a59}@media (max-width:900px){.of-layout{grid-template-columns:1fr}.of-sidebar{position:static}}@media (max-width:640px){.of-progress__bar{gap:2px}.of-prog-label{display:none}.of-prog-line{width:50%}.of-fuel-grid,.of-vehicle-grid{grid-template-columns:repeat(2,1fr)}.of-form,.of-review,.of-slot-grid{grid-template-columns:1fr}.of-field--full{grid-column:auto}.of-main{padding:24px}.ofc-driver{flex-direction:column;text-align:center}}.amount-mobile-form{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 10px 30px #00000014;margin:0 auto;max-width:480px;padding:2rem;width:100%}.form-title{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:2rem;padding-bottom:.5rem;position:relative;text-align:center}.form-title:after{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:3px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.payment-form{gap:1.5rem}.form-group,.payment-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{color:#2c3e50;font-size:.95rem;font-weight:600}.form-input{background-color:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:.9rem 1rem;transition:all .3s ease}.form-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-input-readonly{background-color:#f8fafc!important;border-color:#cbd5e1;color:#1e293b;cursor:not-allowed;font-size:1.2rem;font-weight:600}.input-hint{color:#64748b;font-size:.75rem;margin-top:.2rem}.error-message{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;display:flex;font-size:.85rem;gap:8px;padding:12px}.error-icon{font-size:1rem}.submit-button{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:1rem;transition:all .3s ease}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#2980b9,#3498db);box-shadow:0 6px 20px #2980b94d;transform:translateY(-2px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;transform:none}.button-loader{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.hidden-form{display:none}.payment-note{border-top:1px solid #e2e8f0;color:#64748b;font-size:.75rem;margin-top:1rem;padding-top:.5rem;text-align:center}.redirecting-container{padding:2rem;text-align:center}.redirecting-container .spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#3498db;height:50px;margin:0 auto 1rem;width:50px}.redirecting-container p{color:#2c3e50;font-size:1rem;margin:.5rem 0}.redirect-note{color:#64748b;font-size:.8rem}@media (max-width:480px){.amount-mobile-form{border-radius:12px;padding:1.5rem}.form-title{font-size:1.5rem}.form-input{padding:.8rem}.submit-button{padding:.9rem}}:root{--rp-white:#fff;--rp-bg:#fdf8f5;--rp-surface:#fff;--rp-border:#ede4db;--rp-border-h:#f0c9a0;--rp-orange:#ea6c00;--rp-orange-lt:#fff5ed;--rp-orange-md:#fcd1a8;--rp-orange-text:#c05800;--rp-green:#16a34a;--rp-green-lt:#f0fdf4;--rp-green-md:#bbf7d0;--rp-amber:#b45309;--rp-amber-lt:#fffbeb;--rp-amber-md:#fde68a;--rp-red:#dc2626;--rp-red-lt:#fef2f2;--rp-text:#271400;--rp-text-2:#5c3a1e;--rp-text-3:#a07850;--rp-font-h:"Nunito",sans-serif;--rp-font-b:"DM Sans",sans-serif;--rp-r:12px;--rp-r-sm:8px}.rp-page{background:#fdf8f5;background:var(--rp-bg);color:#271400;color:var(--rp-text);font-family:DM Sans,sans-serif;font-family:var(--rp-font-b);min-height:100vh;padding-bottom:56px}.rp-header{align-items:center;background:#fff;background:var(--rp-white);border-bottom:1px solid #ede4db;border-bottom:1px solid var(--rp-border);display:flex;height:54px;justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.rp-back{background:none;border:none;color:#5c3a1e;color:var(--rp-text-2);cursor:pointer;font-family:DM Sans,sans-serif;font-family:var(--rp-font-b);font-size:13px;transition:color .2s}.rp-back:hover{color:#ea6c00;color:var(--rp-orange)}.rp-logo{color:#271400;color:var(--rp-text);font-family:Nunito,sans-serif;font-family:var(--rp-font-h);font-size:16px;font-weight:800;letter-spacing:-.3px}.rp-hmail{color:#ea6c00;color:var(--rp-orange);font-family:monospace;font-size:12px;opacity:.85;text-decoration:none;transition:opacity .2s}.rp-hmail:hover{opacity:1}.rp-hero{background:#fff;background:var(--rp-white);border-bottom:1px solid #ede4db;border-bottom:1px solid var(--rp-border);padding:40px 24px 36px;text-align:center}.rp-hero-pill{background:#fff5ed;background:var(--rp-orange-lt);border:1px solid #fcd1a8;border:1px solid var(--rp-orange-md);border-radius:999px;color:#c05800;color:var(--rp-orange-text);display:inline-block;font-size:11px;font-weight:700;letter-spacing:.7px;margin-bottom:16px;padding:5px 14px;text-transform:uppercase}.rp-hero-h1,.rp-hero-pill{font-family:Nunito,sans-serif;font-family:var(--rp-font-h)}.rp-hero-h1{color:#271400;color:var(--rp-text);font-size:clamp(26px,5vw,35px);font-weight:900;letter-spacing:-1px;line-height:1.1;margin-bottom:8px}.rp-hero-h1 span{color:#ea6c00;color:var(--rp-orange)}.rp-hero-sub{color:#a07850;color:var(--rp-text-3);font-size:14px;font-weight:300;margin-bottom:20px}.rp-hero-tags{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.rp-hero-tags span{background:#fdf8f5;background:var(--rp-bg);border:1px solid #ede4db;border:1px solid var(--rp-border);border-radius:999px;color:#5c3a1e;color:var(--rp-text-2);font-family:Nunito,sans-serif;font-family:var(--rp-font-h);font-size:12px;font-weight:600;padding:5px 12px}.rp-list{display:flex;flex-direction:column;gap:8px;margin:28px auto 0;max-width:700px;padding:0 16px}.rp-item{animation:rp-rise .4s ease both;background:#fff;background:var(--rp-surface);border:1.5px solid #ede4db;border:1.5px solid var(--rp-border);border-radius:12px;border-radius:var(--rp-r);overflow:hidden;transition:border-color .2s,box-shadow .2s}.rp-item:hover{border-color:#f0c9a0;border-color:var(--rp-border-h)}.rp-item--open{border-color:#fcd1a8!important;border-color:var(--rp-orange-md)!important;box-shadow:0 2px 18px #ea6c0017}@keyframes rp-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rp-item-head{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:12px;justify-content:space-between;padding:15px 18px;transition:background .15s;width:100%}.rp-item--open .rp-item-head{background:#fff5ed;background:var(--rp-orange-lt);border-bottom:1px solid #fcd1a8;border-bottom:1px solid var(--rp-orange-md)}.rp-item-head:hover{background:#fdf8f5;background:var(--rp-bg)}.rp-item--open .rp-item-head:hover{background:#fff5ed;background:var(--rp-orange-lt)}.rp-item-left{align-items:center;display:flex;gap:10px}.rp-item-emoji{flex-shrink:0;font-size:18px;line-height:1}.rp-item-title{color:#271400;color:var(--rp-text);font-family:Nunito,sans-serif;font-family:var(--rp-font-h);font-size:15px;font-weight:700;text-align:left}.rp-item--open .rp-item-title{color:#c05800;color:var(--rp-orange-text)}.rp-chevron{color:#a07850;color:var(--rp-text-3);flex-shrink:0;font-size:20px;line-height:1;transform:rotate(90deg);transition:transform .25s ease,color .2s}.rp-chevron--up{color:#ea6c00;color:var(--rp-orange);transform:rotate(-90deg)}.rp-item-body{animation:rp-reveal .22s ease;display:none;flex-direction:column;gap:14px;padding:18px 20px 22px}.rp-item--open .rp-item-body{display:flex}@keyframes rp-reveal{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.rp-alert{align-items:flex-start;background:#fffbeb;background:var(--rp-amber-lt);border:1px solid #fde68a;border:1px solid var(--rp-amber-md);border-radius:8px;border-radius:var(--rp-r-sm);color:#b45309;color:var(--rp-amber);display:flex;font-size:13.5px;font-weight:500;gap:10px;line-height:1.55;padding:12px 15px}.rp-alert span:first-child{flex-shrink:0;font-size:16px;margin-top:1px}.rp-highlight{align-items:flex-start;background:#f0fdf4;background:var(--rp-green-lt);border:1px solid #bbf7d0;border:1px solid var(--rp-green-md);border-radius:8px;border-radius:var(--rp-r-sm);color:#16a34a;color:var(--rp-green);display:flex;font-size:13.5px;font-weight:500;gap:10px;line-height:1.55;padding:12px 15px}.rp-highlight span:first-child{flex-shrink:0;font-size:16px;margin-top:1px}.rp-points{display:flex;flex-direction:column;gap:9px;list-style:none}.rp-points li{align-items:flex-start;color:#5c3a1e;color:var(--rp-text-2);display:flex;font-size:13.5px;gap:10px;line-height:1.6}.rp-dot{background:#ea6c00;background:var(--rp-orange);border-radius:50%;flex-shrink:0;height:6px;margin-top:7px;width:6px}.rp-table-block{display:flex;flex-direction:column;gap:8px}.rp-table-label{border-bottom:1.5px solid #fff5ed;border-bottom:1.5px solid var(--rp-orange-lt);color:#c05800;color:var(--rp-orange-text);font-family:Nunito,sans-serif;font-family:var(--rp-font-h);font-size:12px;font-weight:700;letter-spacing:.6px;padding-bottom:6px;text-transform:uppercase}.rp-table-wrap{border:1px solid #ede4db;border:1px solid var(--rp-border);border-radius:8px;border-radius:var(--rp-r-sm);overflow-x:auto}.rp-table{border-collapse:collapse;font-size:13px;min-width:380px;width:100%}.rp-table thead tr{background:#fff5ed;background:var(--rp-orange-lt)}.rp-table th{color:#c05800;color:var(--rp-orange-text);font-family:Nunito,sans-serif;font-family:var(--rp-font-h);font-size:11.5px;font-weight:700;letter-spacing:.5px;text-align:left;text-transform:uppercase;white-space:nowrap}.rp-table td,.rp-table th{border-bottom:1px solid #ede4db;border-bottom:1px solid var(--rp-border);padding:10px 14px}.rp-table td{color:#5c3a1e;color:var(--rp-text-2);line-height:1.5;vertical-align:top}.rp-table tbody tr:last-child td{border-bottom:none}.rp-table tbody tr:nth-child(2n){background:#fdf8f5;background:var(--rp-bg)}.rp-table tbody tr:hover td{background:#fff5ed;background:var(--rp-orange-lt);color:#271400;color:var(--rp-text)}.rp-steps{display:flex;flex-direction:column;gap:0;position:relative}.rp-steps:before{background:#fcd1a8;background:var(--rp-orange-md);border-radius:2px;bottom:22px;content:"";left:19px;position:absolute;top:22px;width:2px}.rp-step{align-items:flex-start;display:flex;gap:16px;padding:13px 0;position:relative}.rp-step-num{align-items:center;background:#fff5ed;background:var(--rp-orange-lt);border:2px solid #ea6c00;border:2px solid var(--rp-orange);border-radius:50%;color:#c05800;color:var(--rp-orange-text);display:flex;flex-shrink:0;font-family:Nunito,sans-serif;font-family:var(--rp-font-h);font-size:12px;font-weight:800;height:40px;justify-content:center;width:40px;z-index:1}.rp-step-body{flex:1 1;padding-top:8px}.rp-step-body strong{color:#271400;color:var(--rp-text);display:block;font-family:Nunito,sans-serif;font-family:var(--rp-font-h);font-size:14px;font-weight:700;margin-bottom:3px}.rp-step-body p{color:#5c3a1e;color:var(--rp-text-2);font-size:13px;line-height:1.55;margin:0}.rp-cards{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.rp-card{background:#fdf8f5;background:var(--rp-bg);border:1px solid #ede4db;border:1px solid var(--rp-border);border-radius:8px;border-radius:var(--rp-r-sm);display:flex;flex-direction:column;gap:6px;padding:14px;transition:border-color .2s,box-shadow .2s}.rp-card:hover{border-color:#fcd1a8;border-color:var(--rp-orange-md);box-shadow:0 2px 8px #ea6c0012}.rp-card-emoji{font-size:20px}.rp-card strong{color:#271400;color:var(--rp-text);font-family:Nunito,sans-serif;font-family:var(--rp-font-h);font-size:13px;font-weight:700}.rp-card p{color:#a07850;color:var(--rp-text-3);font-size:12.5px;line-height:1.5;margin:0}.rp-contact{border:1px solid #ede4db;border:1px solid var(--rp-border);border-radius:8px;border-radius:var(--rp-r-sm);overflow:hidden}.rp-contact-row{align-items:flex-start;border-bottom:1px solid #ede4db;border-bottom:1px solid var(--rp-border);display:flex;gap:12px;padding:10px 14px}.rp-contact-row:last-child{border-bottom:none}.rp-contact-row:nth-child(odd){background:#fdf8f5;background:var(--rp-bg)}.rp-contact-key{color:#a07850;color:var(--rp-text-3);flex-shrink:0;font-family:Nunito,sans-serif;font-family:var(--rp-font-h);font-size:11px;font-weight:700;letter-spacing:.5px;min-width:100px;padding-top:1px;text-transform:uppercase}.rp-contact-val{color:#271400;color:var(--rp-text);font-size:13px;line-height:1.5}.rp-footer{display:flex;flex-direction:column;gap:4px;margin:24px auto 0;max-width:700px;padding:0 16px;text-align:center}.rp-footer p{color:#a07850;color:var(--rp-text-3);font-size:12px;line-height:1.6}.rp-footer a{color:#ea6c00;color:var(--rp-orange);font-weight:500;text-decoration:none}.rp-footer a:hover{text-decoration:underline}@media (max-width:480px){.rp-hero-h1{font-size:24px}.rp-hmail{display:none}.rp-list{padding:0 12px}.rp-item-head{padding:13px 14px}.rp-item-body{padding:14px 14px 18px}.rp-cards{grid-template-columns:1fr 1fr}.rp-contact-key{min-width:80px}}:root{--tc-white:#fff;--tc-bg:#f5f7fb;--tc-surface:#fff;--tc-border:#e2e8f5;--tc-border-h:#b6c9f0;--tc-blue:#2563eb;--tc-blue-lt:#eff4ff;--tc-blue-md:#bfcffa;--tc-blue-text:#1d4ed8;--tc-amber:#d97706;--tc-amber-lt:#fffbeb;--tc-amber-md:#fde68a;--tc-text:#0f1f3d;--tc-text-2:#3d5278;--tc-text-3:#7a90b8;--tc-font-h:"Nunito",sans-serif;--tc-font-b:"DM Sans",sans-serif;--tc-r:12px;--tc-r-sm:8px;--tc-r-lg:18px}.tc-page{background:#f5f7fb;background:var(--tc-bg);color:#0f1f3d;color:var(--tc-text);font-family:DM Sans,sans-serif;font-family:var(--tc-font-b);min-height:100vh;padding-bottom:56px}.tc-header{align-items:center;background:#fff;background:var(--tc-white);border-bottom:1px solid #e2e8f5;border-bottom:1px solid var(--tc-border);display:flex;height:54px;justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.tc-back{background:none;border:none;color:#3d5278;color:var(--tc-text-2);cursor:pointer;font-family:DM Sans,sans-serif;font-family:var(--tc-font-b);font-size:13px;transition:color .2s}.tc-back:hover{color:#2563eb;color:var(--tc-blue)}.tc-logo{color:#0f1f3d;color:var(--tc-text);font-family:Nunito,sans-serif;font-family:var(--tc-font-h);font-size:16px;font-weight:800;letter-spacing:-.3px}.tc-hmail{color:#2563eb;color:var(--tc-blue);font-family:monospace;font-size:12px;opacity:.85;text-decoration:none;transition:opacity .2s}.tc-hmail:hover{opacity:1}.tc-hero{background:#fff;background:var(--tc-white);border-bottom:1px solid #e2e8f5;border-bottom:1px solid var(--tc-border);padding:40px 24px 36px;text-align:center}.tc-hero-pill{background:#eff4ff;background:var(--tc-blue-lt);border:1px solid #bfcffa;border:1px solid var(--tc-blue-md);border-radius:999px;color:#1d4ed8;color:var(--tc-blue-text);display:inline-block;font-size:11px;font-weight:700;letter-spacing:.7px;margin-bottom:16px;padding:5px 14px;text-transform:uppercase}.tc-hero-h1,.tc-hero-pill{font-family:Nunito,sans-serif;font-family:var(--tc-font-h)}.tc-hero-h1{color:#0f1f3d;color:var(--tc-text);font-size:clamp(28px,5vw,36px);font-weight:900;letter-spacing:-1px;line-height:1.1;margin-bottom:8px}.tc-hero-h1 span{color:#2563eb;color:var(--tc-blue)}.tc-hero-sub{color:#7a90b8;color:var(--tc-text-3);font-size:14px;font-weight:300;margin-bottom:20px}.tc-hero-tags{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.tc-hero-tags span{background:#f5f7fb;background:var(--tc-bg);border:1px solid #e2e8f5;border:1px solid var(--tc-border);border-radius:999px;color:#3d5278;color:var(--tc-text-2);font-family:Nunito,sans-serif;font-family:var(--tc-font-h);font-size:12px;font-weight:600;padding:5px 12px}.tc-list{display:flex;flex-direction:column;gap:8px;margin:28px auto 0;max-width:700px;padding:0 16px}.tc-item{animation:tc-rise .4s ease both;background:#fff;background:var(--tc-surface);border:1.5px solid #e2e8f5;border:1.5px solid var(--tc-border);border-radius:12px;border-radius:var(--tc-r);overflow:hidden;transition:border-color .2s,box-shadow .2s}.tc-item:hover{border-color:#b6c9f0;border-color:var(--tc-border-h)}.tc-item--open{border-color:#bfcffa!important;border-color:var(--tc-blue-md)!important;box-shadow:0 2px 16px #2563eb14}@keyframes tc-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tc-item-head{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:12px;justify-content:space-between;padding:15px 18px;transition:background .15s;width:100%}.tc-item--open .tc-item-head{background:#eff4ff;background:var(--tc-blue-lt);border-bottom:1px solid #bfcffa;border-bottom:1px solid var(--tc-blue-md)}.tc-item-head:hover{background:#f5f7fb;background:var(--tc-bg)}.tc-item--open .tc-item-head:hover{background:#eff4ff;background:var(--tc-blue-lt)}.tc-item-left{align-items:center;display:flex;gap:10px}.tc-item-emoji{flex-shrink:0;font-size:18px;line-height:1}.tc-item-title{color:#0f1f3d;color:var(--tc-text);font-family:Nunito,sans-serif;font-family:var(--tc-font-h);font-size:15px;font-weight:700;text-align:left}.tc-item--open .tc-item-title{color:#1d4ed8;color:var(--tc-blue-text)}.tc-chevron{color:#7a90b8;color:var(--tc-text-3);flex-shrink:0;font-size:20px;line-height:1;transform:rotate(90deg);transition:transform .25s ease,color .2s}.tc-chevron--up{color:#2563eb;color:var(--tc-blue);transform:rotate(-90deg)}.tc-item-body{animation:tc-reveal .22s ease;display:none;display:flex;flex-direction:column;gap:14px;padding:18px 20px 22px}.tc-item--open .tc-item-body{display:flex}@keyframes tc-reveal{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.tc-item:not(.tc-item--open) .tc-item-body{display:none!important}.tc-alert{align-items:flex-start;background:#fffbeb;background:var(--tc-amber-lt);border:1px solid #fde68a;border:1px solid var(--tc-amber-md);border-radius:8px;border-radius:var(--tc-r-sm);color:#d97706;color:var(--tc-amber);display:flex;font-size:13.5px;font-weight:500;gap:12px;line-height:1.6;padding:13px 16px}.tc-alert-icon{flex-shrink:0;font-size:17px;margin-top:1px}.tc-points{display:flex;flex-direction:column;gap:9px;list-style:none}.tc-points li{align-items:flex-start;color:#3d5278;color:var(--tc-text-2);display:flex;font-size:13.5px;gap:10px;line-height:1.6}.tc-dot{background:#2563eb;background:var(--tc-blue);border-radius:50%;flex-shrink:0;height:6px;margin-top:7px;width:6px}.tc-group{display:flex;flex-direction:column;gap:8px}.tc-group-label{border-bottom:1.5px solid #eff4ff;border-bottom:1.5px solid var(--tc-blue-lt);color:#2563eb;color:var(--tc-blue);font-family:Nunito,sans-serif;font-family:var(--tc-font-h);font-size:12px;font-weight:700;letter-spacing:.6px;padding-bottom:6px;text-transform:uppercase}.tc-cards{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.tc-card{background:#f5f7fb;background:var(--tc-bg);border:1px solid #e2e8f5;border:1px solid var(--tc-border);border-radius:8px;border-radius:var(--tc-r-sm);display:flex;flex-direction:column;gap:6px;padding:14px;transition:border-color .2s,box-shadow .2s}.tc-card:hover{border-color:#bfcffa;border-color:var(--tc-blue-md);box-shadow:0 2px 8px #2563eb12}.tc-card-emoji{font-size:20px}.tc-card strong{color:#0f1f3d;color:var(--tc-text);font-family:Nunito,sans-serif;font-family:var(--tc-font-h);font-size:13px;font-weight:700}.tc-card p{line-height:1.5;margin:0}.tc-card p,.tc-note{color:#7a90b8;color:var(--tc-text-3);font-size:12.5px}.tc-note{font-style:italic;line-height:1.55;padding:2px 4px}.tc-contact{border:1px solid #e2e8f5;border:1px solid var(--tc-border);border-radius:8px;border-radius:var(--tc-r-sm);overflow:hidden}.tc-contact-row{align-items:flex-start;border-bottom:1px solid #e2e8f5;border-bottom:1px solid var(--tc-border);display:flex;gap:12px;padding:10px 14px}.tc-contact-row:last-child{border-bottom:none}.tc-contact-row:nth-child(odd){background:#f5f7fb;background:var(--tc-bg)}.tc-contact-key{color:#7a90b8;color:var(--tc-text-3);flex-shrink:0;font-family:Nunito,sans-serif;font-family:var(--tc-font-h);font-size:11px;font-weight:700;letter-spacing:.5px;min-width:120px;padding-top:1px;text-transform:uppercase}.tc-contact-val{color:#0f1f3d;color:var(--tc-text);font-size:13px;line-height:1.5}.tc-footer{display:flex;flex-direction:column;gap:4px;margin:24px auto 0;max-width:700px;padding:0 16px;text-align:center}.tc-footer p{color:#7a90b8;color:var(--tc-text-3);font-size:12px;line-height:1.6}.tc-footer a{color:#2563eb;color:var(--tc-blue);font-weight:500;text-decoration:none}.tc-footer a:hover{text-decoration:underline}@media (max-width:480px){.tc-hero-h1{font-size:26px}.tc-hmail{display:none}.tc-list{padding:0 12px}.tc-item-head{padding:13px 14px}.tc-item-body{padding:14px 14px 18px}.tc-cards{grid-template-columns:1fr 1fr}.tc-contact-key{min-width:95px}}:root{--pp-white:#fff;--pp-bg:#f7f9f6;--pp-surface:#fff;--pp-border:#e8eee5;--pp-border-h:#c6dfc0;--pp-green:#2a9d5c;--pp-green-lt:#e8f7ef;--pp-green-md:#b8e8ce;--pp-green-text:#1e7a45;--pp-text:#1a2e1f;--pp-text-2:#4a6358;--pp-text-3:#7a9688;--pp-font-h:"Nunito",sans-serif;--pp-font-b:"DM Sans",sans-serif;--pp-r:12px;--pp-r-sm:8px;--pp-r-lg:18px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.pp-page{background:#f7f9f6;background:var(--pp-bg);color:#1a2e1f;color:var(--pp-text);font-family:DM Sans,sans-serif;font-family:var(--pp-font-b);min-height:100vh;padding-bottom:48px}.pp-header{align-items:center;background:#fff;background:var(--pp-white);border-bottom:1px solid #e8eee5;border-bottom:1px solid var(--pp-border);display:flex;height:54px;justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.pp-back{background:none;border:none;color:#4a6358;color:var(--pp-text-2);cursor:pointer;font-family:DM Sans,sans-serif;font-family:var(--pp-font-b);font-size:13px;transition:color .2s}.pp-back:hover{color:#2a9d5c;color:var(--pp-green)}.pp-logo{color:#1a2e1f;color:var(--pp-text);font-family:Nunito,sans-serif;font-family:var(--pp-font-h);font-size:16px;font-weight:800;letter-spacing:-.3px}.pp-hmail{color:#2a9d5c;color:var(--pp-green);font-family:monospace;font-size:12px;opacity:.85;text-decoration:none;transition:opacity .2s}.pp-hmail:hover{opacity:1}.pp-hero{background:#fff;background:var(--pp-white);border-bottom:1px solid #e8eee5;border-bottom:1px solid var(--pp-border);padding:40px 24px 36px;text-align:center}.pp-hero-pill{background:#e8f7ef;background:var(--pp-green-lt);border:1px solid #b8e8ce;border:1px solid var(--pp-green-md);border-radius:999px;color:#1e7a45;color:var(--pp-green-text);display:inline-block;font-size:11px;font-weight:700;letter-spacing:.7px;margin-bottom:16px;padding:5px 14px;text-transform:uppercase}.pp-hero-h1,.pp-hero-pill{font-family:Nunito,sans-serif;font-family:var(--pp-font-h)}.pp-hero-h1{color:#1a2e1f;color:var(--pp-text);font-size:36px;font-weight:900;letter-spacing:-1px;line-height:1.1;margin-bottom:8px}.pp-hero-h1 span{color:#2a9d5c;color:var(--pp-green)}.pp-hero-sub{color:#7a9688;color:var(--pp-text-3);font-size:14px;font-weight:300;margin-bottom:20px}.pp-hero-tags{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.pp-hero-tags span{background:#f7f9f6;background:var(--pp-bg);border:1px solid #e8eee5;border:1px solid var(--pp-border);border-radius:999px;color:#4a6358;color:var(--pp-text-2);font-family:Nunito,sans-serif;font-family:var(--pp-font-h);font-size:12px;font-weight:600;padding:5px 12px}.pp-list{display:flex;flex-direction:column;gap:8px;margin:28px auto 0;max-width:680px;padding:0 16px}.pp-item{animation:pp-rise .4s ease both;background:#fff;background:var(--pp-surface);border:1.5px solid #e8eee5;border:1.5px solid var(--pp-border);border-radius:12px;border-radius:var(--pp-r);overflow:hidden;transition:border-color .2s,box-shadow .2s}.pp-item:hover{border-color:#c6dfc0;border-color:var(--pp-border-h)}.pp-item--open{border-color:#b8e8ce!important;border-color:var(--pp-green-md)!important;box-shadow:0 2px 16px #2a9d5c14}@keyframes pp-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pp-item-head{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:12px;justify-content:space-between;padding:15px 18px;transition:background .15s;width:100%}.pp-item--open .pp-item-head{background:#e8f7ef;background:var(--pp-green-lt);border-bottom:1px solid #b8e8ce;border-bottom:1px solid var(--pp-green-md)}.pp-item-head:hover:not(.pp-item--open .pp-item-head){background:#f7f9f6;background:var(--pp-bg)}.pp-item-left{align-items:center;display:flex;gap:10px}.pp-item-emoji{font-size:18px;line-height:1}.pp-item-title{color:#1a2e1f;color:var(--pp-text);font-family:Nunito,sans-serif;font-family:var(--pp-font-h);font-size:15px;font-weight:700;text-align:left}.pp-item--open .pp-item-title{color:#1e7a45;color:var(--pp-green-text)}.pp-item-chevron{color:#7a9688;color:var(--pp-text-3);flex-shrink:0;font-size:20px;line-height:1;transform:rotate(90deg);transition:transform .25s ease,color .2s}.pp-item-chevron--up{color:#2a9d5c;color:var(--pp-green);transform:rotate(-90deg)}.pp-item-body{animation:pp-reveal .25s ease;display:none;padding:18px 20px 20px}.pp-item--open .pp-item-body{display:block}@keyframes pp-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pp-points{display:flex;flex-direction:column;gap:9px;list-style:none}.pp-points li{align-items:flex-start;color:#4a6358;color:var(--pp-text-2);display:flex;font-size:13.5px;gap:10px;line-height:1.6}.pp-dot{background:#2a9d5c;background:var(--pp-green);border-radius:50%;flex-shrink:0;height:6px;margin-top:7px;width:6px}.pp-contact{border:1px solid #e8eee5;border:1px solid var(--pp-border);border-radius:8px;border-radius:var(--pp-r-sm);display:flex;flex-direction:column;gap:0;overflow:hidden}.pp-contact-row{align-items:flex-start;border-bottom:1px solid #e8eee5;border-bottom:1px solid var(--pp-border);display:flex;gap:12px;padding:10px 14px}.pp-contact-row:last-child{border-bottom:none}.pp-contact-row:nth-child(odd){background:#f7f9f6;background:var(--pp-bg)}.pp-contact-key{color:#7a9688;color:var(--pp-text-3);flex-shrink:0;font-family:Nunito,sans-serif;font-family:var(--pp-font-h);font-size:11px;font-weight:700;letter-spacing:.5px;min-width:110px;padding-top:1px;text-transform:uppercase}.pp-contact-val{color:#1a2e1f;color:var(--pp-text);font-size:13px;line-height:1.5}.pp-footer{display:flex;flex-direction:column;gap:4px;margin:24px auto 0;max-width:680px;padding:0 16px;text-align:center}.pp-footer p{color:#7a9688;color:var(--pp-text-3);font-size:12px;line-height:1.6}.pp-footer a{color:#2a9d5c;color:var(--pp-green);font-weight:500;text-decoration:none}.pp-footer a:hover{text-decoration:underline}@media (max-width:480px){.pp-hero-h1{font-size:28px}.pp-hmail{display:none}.pp-list{padding:0 12px}.pp-item-head{padding:13px 14px}.pp-item-body{padding:14px 16px 16px}.pp-contact-key{min-width:90px}}
/*# sourceMappingURL=main.f62752bf.css.map*/