:root{--pl-bg: #0C4A7E;--pl-bg2:#2F5F97;--pl-text:#1F2937;--pl-muted:#6B7280;--pl-white:#ffffff;--pl-card:#ffffff;--pl-surface:#F5F7FA;--pl-accent:#F08C24;--pl-accent-600:#DB7D1C;--pl-success:#16A34A}*,*:before,*:after{box-sizing:border-box}img{max-width:100%;height:auto;display:block}html,body{margin:0;padding:0}body.pickuply-body{font-family:ui-sans-serif,system-ui,Segoe UI,Roboto,Helvetica,Arial;color:var(--pl-text);line-height:1.6;overflow-x:hidden;background:var(--pl-surface)}html{scroll-behavior:smooth}.pl-container{max-width:1200px;width:100%;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.pl-main{background:var(--pl-surface)}#back-to-top{position:fixed;bottom:24px;right:24px;width:52px;height:52px;border-radius:999px;border:none;background:var(--pl-accent);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px #0000002e;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;transform:translateY(12px);cursor:pointer;z-index:1000}#back-to-top:hover{background:var(--pl-accent-600)}#back-to-top:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}#back-to-top svg{width:20px;height:20px;fill:currentColor}#back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.pl-header{background:var(--pl-white);box-shadow:0 1px #0000000f;position:sticky;top:0;z-index:50;width:100%}.pl-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;flex-wrap:wrap}.pl-logo{display:flex;align-items:center;gap:12px;color:#111827;text-decoration:none;font-weight:700;letter-spacing:.2px;flex-shrink:0}.pl-logo-img{display:block;height:32px;width:auto;max-width:100%}.pl-logo-text{font-weight:700;font-size:18px;letter-spacing:.2px;color:#0f172a}@media (min-width: 640px){.pl-logo-img{height:36px}}.pl-menu{display:none;flex-direction:column;gap:12px;width:100%;align-items:flex-start;padding-top:12px;border-top:1px solid #e5e7eb;flex:1 1 100%}.pl-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;width:100%}.pl-menu-item{width:100%}.pl-menu a{color:#374151;text-decoration:none;font-weight:500;white-space:nowrap;display:inline-flex;align-items:center}.pl-menu a:hover{color:#111827}.pl-nav-cluster{display:flex;align-items:center;gap:12px;width:100%;justify-content:flex-end;flex-wrap:wrap;order:3}.pl-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end;width:100%}.pl-btn-primary{background:var(--pl-accent);color:#fff;padding:12px 20px;border-radius:12px;text-decoration:none;font-weight:600;box-shadow:0 1px #0000000a;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex-shrink:0}.pl-btn-primary:hover{background:var(--pl-accent-600)}.pl-lang{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.pl-lang a{color:#111827;text-decoration:none;font-weight:700}.pl-lang a.is-active{opacity:1}.pl-lang a:not(.is-active){opacity:.5}.pl-sep{opacity:.4}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pl-menu-toggle{display:inline-flex;flex-direction:column;gap:6px;padding:10px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#111827;cursor:pointer}.pl-menu-toggle:focus-visible{outline:2px solid var(--pl-accent);outline-offset:2px}.pl-menu-toggle-bar{width:22px;height:2px;background:#111827;border-radius:999px;display:block}.pl-header.is-nav-open .pl-menu{display:flex}@media (max-width: 767px){.pl-nav{padding:6px 0;min-height:56px;flex-wrap:nowrap}.pl-actions{justify-content:flex-end;width:auto;flex-wrap:nowrap;gap:8px}.pl-nav-cluster{order:initial;width:auto;margin-left:auto;flex-wrap:nowrap;gap:8px}.pl-btn-primary{padding:10px 14px}.pl-menu-toggle{padding:8px}.pl-menu{display:none;position:fixed;top:56px;right:0;height:calc(100vh - 56px);width:260px;max-width:82vw;background:#fff;box-shadow:-6px 0 24px #0000001f;padding:16px;overflow:auto;z-index:60;transform:translate(100%);transition:transform .25s ease}.pl-header.is-nav-open .pl-menu{display:block;transform:translate(0)}.pl-menu-list{flex-direction:column;gap:14px;width:100%}.pl-menu a{color:#111827}.pl-menu-backdrop{display:none;position:fixed;inset:56px 0 0;background:#0f172a59;-webkit-backdrop-filter:saturate(120%) blur(1px);backdrop-filter:saturate(120%) blur(1px);z-index:55}.pl-header.is-nav-open .pl-menu-backdrop{display:block}html[dir=rtl] .pl-menu{left:0;right:auto;transform:translate(-100%)}html[dir=rtl] .pl-menu-list{align-items:flex-end;text-align:right}}@media (min-width: 768px){.pl-nav{flex-wrap:nowrap;gap:24px}.pl-nav-cluster{order:initial;width:auto;margin-left:auto;flex-wrap:nowrap;gap:16px}.pl-actions{width:auto;flex-wrap:nowrap;justify-content:flex-end}}@media (min-width: 1025px){.pl-menu{display:flex;flex-direction:row;gap:0;align-items:center;padding-top:0;border-top:0;width:auto;justify-content:center;flex:1 1 auto;min-width:0}.pl-menu-list{flex-direction:row;gap:28px;width:auto;align-items:center;justify-content:center}.pl-menu-item{width:auto;flex-shrink:0}.pl-menu-toggle{display:none}}@media (max-width: 1024px){html[dir=rtl] .pl-nav{justify-content:space-between}html[dir=rtl] .pl-nav-cluster{margin-left:0;margin-right:auto;width:auto;justify-content:flex-end;flex-wrap:nowrap;gap:8px}html[dir=rtl] .pl-nav-cluster>*{flex-shrink:0}html[dir=rtl] .pl-actions{width:auto;flex-wrap:nowrap;gap:8px}}@media (min-width: 768px) and (max-width: 1024px){.pl-menu{display:none;position:fixed;top:72px;right:0;height:calc(100vh - 72px);width:min(45vw,300px);background:#fff;box-shadow:-6px 0 24px #0000001f;padding:20px;overflow:auto;z-index:60;transform:translate(100%);transition:transform .25s ease}.pl-header.is-nav-open .pl-menu{display:block;transform:translate(0)}.pl-menu-list{flex-direction:column;gap:16px}.pl-menu a{color:#111827}.pl-menu-backdrop{display:none;position:fixed;inset:72px 0 0;background:#0f172a59;-webkit-backdrop-filter:saturate(120%) blur(1px);backdrop-filter:saturate(120%) blur(1px);z-index:55}.pl-header.is-nav-open .pl-menu-backdrop{display:block}html[dir=rtl] .pl-menu{left:0;right:auto;transform:translate(-100%)}html[dir=rtl] .pl-menu-list{align-items:flex-end;text-align:right}}.section-hero{background:linear-gradient(135deg,var(--pl-bg),var(--pl-bg2));color:#e5effa;padding:56px 0 64px}.hero-grid{display:grid;gap:40px;align-items:center;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hero-content{max-width:620px}.hero-title{color:#fff;font-weight:800;letter-spacing:.2px;font-size:clamp(32px,5vw,48px);line-height:1.2;margin:0 0 16px}.hero-sub{color:#dbe6f4;font-size:18px;line-height:1.6;margin-bottom:20px}.hero-ctas{display:flex;gap:16px;margin:20px 0 24px;flex-wrap:wrap}.hero-ctas a{flex:1 1 220px;text-align:center}.btn-secondary{background:#fff;color:var(--pl-text);border-radius:12px;padding:12px 20px;text-decoration:none;font-weight:600;border:2px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center}.btn-secondary:hover{background:#f8fafc}.hero-icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;color:#fff;opacity:.95}.hero-badge{display:flex;align-items:center;gap:10px;justify-content:flex-start}.hero-badge .icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.hero-badge .icon img,.hero-badge .icon svg{display:block;width:20px;height:20px}.hero-badge .icon svg path[fill="#ffffff"],.hero-badge .icon svg rect[fill="#ffffff"],.hero-badge .icon svg circle[fill="#ffffff"],.hero-badge .icon svg polygon[fill="#ffffff"],.hero-badge .icon svg polyline[fill="#ffffff"]{fill:var(--pl-accent)}.hero-badge .icon svg path[stroke="#ffffff"],.hero-badge .icon svg rect[stroke="#ffffff"],.hero-badge .icon svg circle[stroke="#ffffff"],.hero-badge .icon svg line[stroke="#ffffff"],.hero-badge .icon svg polyline[stroke="#ffffff"],.hero-badge .icon svg polygon[stroke="#ffffff"]{stroke:var(--pl-accent)}.hero-img{border-radius:18px;overflow:hidden;background:#1e293b;padding:12px;max-width:560px;margin:0 auto}.hero-img img{display:block;width:100%;height:auto;border-radius:12px}.section{padding:64px 0}.section-white{background:var(--pl-white)}.section-muted{background:var(--pl-surface)}.section h2{font-size:36px;line-height:44px;letter-spacing:.2px;margin:0 0 8px;color:#111827;text-align:center}.section p.lead{color:var(--pl-muted);text-align:center;margin:0 0 26px}#why-pickup{margin-bottom:0}#services{margin-top:0}.grid-3{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-2{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.why-grid{display:grid;gap:22px;margin-top:22px;grid-template-columns:1fr}.why-grid .card{height:100%;display:flex;flex-direction:column}@media (min-width: 768px){.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{background:var(--pl-card);border-radius:16px;padding:24px;box-shadow:0 10px 20px #0000000f}.card .title{font-weight:800;color:#111827;margin:0 0 6px}.card .muted{color:var(--pl-muted)}.card .icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.card .icon svg{width:24px;height:24px}.icon-circle{border-radius:999px;background:var(--pl-accent);color:#fff}.icon-square{border-radius:12px;background:var(--pl-accent);color:#fff}.icon-circle svg,.icon-square svg{display:block}.service-card-heading{display:flex;align-items:center;gap:14px;margin-bottom:12px}.service-card-icon{width:44px;height:44px;border-radius:12px;background:var(--pl-accent);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.service-card-icon svg{width:24px;height:24px}.service-card-heading .title{margin:0}.list{margin:12px 0 0;padding:0 0 0 24px;color:#4b5563}.list li{margin:6px 0}.services-grid-section{background:var(--pl-surface);padding:72px 0}.services-grid-wrapper{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;flex-direction:column;gap:36px}@media (min-width: 640px){.services-grid-wrapper{padding:0 24px}}@media (min-width: 1024px){.services-grid-wrapper{padding:0 32px}}.services-grid-header{text-align:center;max-width:720px;margin:0 auto}.services-grid-header h2{font-size:36px;line-height:1.2;margin:0;color:#1f2937;font-weight:800}.services-grid-header .lead{margin:8px auto 0;font-size:18px;line-height:1.6;color:#6b7280;font-weight:500}.services-grid-cards{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 768px){.services-grid-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}}.services-grid-card{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:30px;padding:32px 36px;border:1px solid #eef2f7;box-shadow:0 24px 60px #0f172a14;display:flex;flex-direction:column;height:100%}@media (max-width: 640px){.services-grid-card{padding:28px}}.services-grid-card-heading{display:flex;gap:18px;align-items:flex-start}.services-grid-icon{width:56px;height:56px;border-radius:18px;background:#f7931e;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 12px 24px #f7931e40}.services-grid-icon svg{width:28px;height:28px}.services-grid-card-heading h3{margin:0;font-size:24px;color:#1f2937;font-weight:800}.services-grid-card-sub{margin:6px 0 0;color:#4b5768;font-size:16px;line-height:1.6}.services-grid-bullets{list-style:none;margin:22px 0 0;padding:0;display:flex;flex-direction:column;gap:12px;color:#4b5768;font-size:15px}.services-grid-bullet{display:flex;gap:10px;align-items:flex-start;line-height:1.6}.services-grid-bullet-icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;flex-shrink:0}.brand-strip{background:linear-gradient(135deg,var(--pl-bg),var(--pl-bg2));padding:56px 0;color:#e5effa}.shopping-media{display:flex;justify-content:center;margin-bottom:24px}.shopping-media img{max-width:560px;width:100%;height:auto;border-radius:16px;box-shadow:0 18px 36px #0000002e;-o-object-fit:cover;object-fit:cover}.brands{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px 24px;background:#ffffff1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:18px;padding:22px 24px}.brand{flex:1 1 140px;min-width:120px;display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff;text-align:center}.brand-logo{width:100%;max-width:110px;height:64px;display:flex;align-items:center;justify-content:center;color:#fff}.brand-logo-img,.brand-logo svg{display:block;max-height:48px;max-width:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;opacity:.95;margin:0 auto}.brand-label{font-weight:600;letter-spacing:.15px}.center{text-align:center}.delivery-layout{display:grid;gap:32px;align-items:center;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.delivery-features{display:flex;flex-direction:column;gap:22px}.delivery-card{display:flex;align-items:center;gap:18px;padding:26px 28px;border-radius:20px;box-shadow:0 12px 24px #0c4a7e1f}.delivery-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:var(--pl-accent);color:#fff;flex-shrink:0}.delivery-icon svg{width:28px;height:28px}.delivery-card-body{display:flex;flex-direction:column;gap:6px;text-align:left}.delivery-card .title{margin:0;font-size:20px;color:#111827;font-weight:800}.delivery-card .muted{margin:0;color:#6b7280}.delivery-map{display:flex;align-items:center;justify-content:center;height:100%}.delivery-map-frame{background:#bfdbfe99;border-radius:24px;padding:16px;border:1px solid #bfdbfe;box-shadow:inset 0 1px #fff,0 20px 35px #0f172a1f;width:100%;max-width:520px}.delivery-map-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:20px;display:block}.timeline{position:relative;max-width:960px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:#fde7c6;border-radius:999px;transform:translate(-50%)}.step{display:grid;grid-template-columns:1fr 84px 1fr;gap:32px;align-items:center;margin:26px 0}.step-icon{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.step .dot{width:56px;height:56px;border-radius:999px;background:var(--pl-accent);display:grid;place-items:center;color:#fff;box-shadow:0 10px 24px #f08c2459}.step .dot svg{width:26px;height:26px}.step-content{display:flex;flex-direction:column;gap:6px;align-items:flex-end;text-align:right}.step-content--right{align-items:flex-start;text-align:left}.step h4{margin:0;font-size:20px;color:#111827;font-weight:800}.step p{margin:0;color:#6b7280}.step-placeholder{display:block}@media (max-width: 900px){.timeline:before{left:32px;transform:none}.step{grid-template-columns:48px 1fr;gap:24px;margin:22px 0}.step-placeholder{display:none}.step-icon{justify-content:flex-start;order:1}.step-content,.step-content--right{align-items:flex-start;text-align:left;order:2}}@media (min-width: 768px) and (max-width: 1024px){html[dir=rtl] .timeline:before{left:50%;transform:translate(-50%)}html[dir=rtl] .step{grid-template-columns:1fr 84px 1fr;gap:32px;margin:26px 0}html[dir=rtl] .step-placeholder{display:block}html[dir=rtl] .step-icon{justify-content:center;order:initial}html[dir=rtl] .step-content{align-items:flex-end;text-align:right;order:initial}html[dir=rtl] .step-content--right{align-items:flex-start;text-align:left}}.track-card{max-width:840px;margin:0 auto;background:#fff;border-radius:18px;box-shadow:0 18px 30px #00000014;padding:24px}.track-row{display:grid;gap:16px;margin-bottom:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:flex-end}.track-row--inline{grid-template-columns:minmax(0,1fr) auto;align-items:center}.quote-grid{display:grid;gap:16px;margin-top:8px;grid-template-columns:1fr;align-items:start}.quote-field{display:flex;flex-direction:column;gap:6px}.quote-field--panel,.quote-field--panel .status{height:100%}.quote-field--submit{display:flex;align-items:flex-end;justify-content:flex-end}.input-error{color:#dc2626;font-size:14px;margin-top:4px}@media (max-width: 767px){.quote-field--submit{justify-content:flex-start}}@media (min-width: 768px){.quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.input{border:2px solid #e5e7eb;border-radius:12px;padding:14px 16px;font-size:16px;width:100%;background:#fff;color:var(--pl-text);transition:border-color .2s ease,box-shadow .2s ease}.input:hover{border-color:#cbd5e1}.input:focus{outline:none;border-color:var(--pl-accent);box-shadow:0 0 0 3px #f08c241a}.input::-moz-placeholder{color:#9ca3af}.input::placeholder{color:#9ca3af}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;padding-right:44px;cursor:pointer}select.input:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}select.input:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23F08C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}html[dir=rtl] select.input{background-position:left 16px center;padding-right:16px;padding-left:44px}select.input option{color:var(--pl-text);padding:8px}select.input option:disabled{color:#9ca3af;font-style:italic}.status{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.status-item{display:flex;align-items:center;gap:12px;color:#4b5563}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px}.status-icon svg{width:16px;height:16px}.status-icon--success{background:var(--pl-success)}.status-icon--progress{background:var(--pl-accent)}.status-icon--pending{background:#d1d5db}.status-icon--failing{background:#dc2626}.status-icon--contact{background:#eab308}.status-item.pending{color:#9ca3af}.pl-footer{padding:36px 0;background:#111827;color:#9ca3af}.pl-footer p{margin:0}.contact-section{background:linear-gradient(135deg,var(--pl-bg),var(--pl-bg2));padding:64px 0;color:#e5effa}.contact-title{color:#fff;font-weight:800;letter-spacing:.2px;font-size:36px;line-height:44px;margin:0 0 6px;text-align:center}.contact-sub{color:#c8daee;text-align:center;margin:0 0 26px}.contact-grid{display:grid;gap:36px;align-items:start;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.contact-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 25px 50px #0003}.contact-card-title{color:#111827;margin:0 0 12px;font-weight:800}.contact-feedback{border-radius:12px;padding:12px 16px;font-weight:600;margin-bottom:16px;font-size:15px;line-height:1.5}.contact-feedback--success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534;box-shadow:0 4px 12px #16653414}.contact-feedback--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.contact-feedback--error ul{margin:0;padding-left:18px}.recaptcha-notice{margin-top:8px;font-size:12px;line-height:1.6;color:#6b7280}.recaptcha-notice__link{color:#374151;text-decoration:underline}.recaptcha-notice__link:hover{text-decoration:none}.grecaptcha-badge{display:none!important}.contact-form-grid{display:grid;gap:12px}.contact-submit{display:block;text-align:center;width:100%;background:#f7931e!important;color:#fff;font-weight:700;padding:16px 20px;border-radius:12px;box-sizing:border-box}.contact-details{display:grid;gap:18px}.contact-item{display:flex;align-items:flex-start;gap:12px}.contact-icon{width:40px;height:40px;border-radius:10px;background:var(--pl-accent);display:inline-grid;place-items:center}.contact-item-title{color:#fff;font-weight:700}.contact-item-desc{color:#dbe6f4}.contact-info-panel{border-radius:16px;padding:32px;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 45px #0000004d}.contact-info-panel__title{margin:0 0 18px;color:#fff;font-weight:800;font-size:20px;line-height:1.4}@media (max-width: 1024px){.contact-grid{grid-template-columns:1fr}}@media (min-width: 768px){.contact-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (max-width: 1024px){.delivery-map{margin-top:32px}}@media (max-width: 768px){.hero-content{text-align:center;margin:0 auto}.hero-ctas,.hero-badge{justify-content:center}}@media (max-width: 1024px){.hero-icons{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;justify-items:start;align-items:start}.hero-badge{justify-content:flex-start;margin:0;padding:0}.hero-badge .icon{width:28px;height:28px;flex:0 0 28px}.hero-badge .icon img,.hero-badge .icon svg{width:20px;height:20px}}@media (min-width: 768px) and (max-width: 1024px){html[dir=rtl] .hero-badge{align-items:flex-start;text-align:right}html[dir=rtl] .hero-badge .icon{margin-top:2px}}@media (max-width: 640px){.hero-title{font-size:32px;line-height:1.25}.hero-ctas a{flex:1 1 100%}.track-row--inline{grid-template-columns:1fr}.track-row--inline button{width:100%}}.faq-accordion{max-width:920px;margin:24px auto 0;display:flex;flex-direction:column;gap:16px}.faq-item{border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 15px 30px #0f172a14;overflow:hidden;transition:box-shadow .3s ease,border-color .3s ease}.faq-item:hover{box-shadow:0 20px 40px #0f172a1f;border-color:#cbd5e1}.faq-item.is-open{border-color:#bfdbfe}.faq-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:none;border:0;font-size:18px;font-weight:700;color:#0f172a;text-align:left;cursor:pointer;transition:background-color .2s ease}.faq-toggle:hover{background:#fafbfc}.faq-toggle:focus-visible{outline:2px solid var(--pl-accent);outline-offset:2px}.faq-chevron{width:32px;height:32px;border-radius:999px;background:#eff4fb;color:#1d4ed8;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .3s ease}.faq-toggle:hover .faq-chevron{background:#dbeafe}.faq-item.is-open .faq-chevron{transform:rotate(180deg);background:#dbeafe}.faq-panel{color:#475569;line-height:1.7;overflow:hidden;padding:0 24px}.faq-panel p{margin:0;padding-bottom:20px}.faq-enter,.faq-leave{transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1),padding-bottom .4s cubic-bezier(.4,0,.2,1)}.faq-enter-start,.faq-leave-end{max-height:0;opacity:0;padding-bottom:0}.faq-enter-end,.faq-leave-start{max-height:300px;opacity:1;padding-bottom:20px}
