:root{--accent-primary: #4ADE80;--accent-teal: #4ADE80;--accent-dark-teal: #35B863;--bg-dark: var(--theme-bg, #000000);--bg-darker: var(--theme-bg-secondary, #000000);--text-white: var(--theme-text-heading, #FFFFFF);--text-muted: var(--theme-text-secondary, #C0C0C0);--green: #4ADE80;--lavender: #4ADE80;--coral: #4ADE80;--peach: #4ADE80;--mint: #4ADE80}.hero-section[data-astro-cid-pkoevwkv]{position:relative;min-height:100vh;background:var(--bg-dark);overflow:hidden}.hero-inner[data-astro-cid-pkoevwkv]{position:relative;z-index:10;padding:8rem 2rem 4rem;max-width:1400px;margin:0 auto}.speed-lines[data-astro-cid-pkoevwkv]{position:absolute;inset:0;overflow:hidden;pointer-events:none}.speed-line[data-astro-cid-pkoevwkv]{position:absolute;height:2px;background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);animation:speedLine 3s ease-in-out infinite;opacity:.3}.speed-line[data-astro-cid-pkoevwkv]:nth-child(1){top:20%;width:200px;animation-delay:0s}.speed-line[data-astro-cid-pkoevwkv]:nth-child(2){top:35%;width:150px;animation-delay:.5s}.speed-line[data-astro-cid-pkoevwkv]:nth-child(3){top:50%;width:250px;animation-delay:1s}.speed-line[data-astro-cid-pkoevwkv]:nth-child(4){top:65%;width:180px;animation-delay:1.5s}.speed-line[data-astro-cid-pkoevwkv]:nth-child(5){top:80%;width:220px;animation-delay:2s}@keyframes speedLine{0%{left:-300px;opacity:0}50%{opacity:.5}to{left:100%;opacity:0}}.hero-grid[data-astro-cid-pkoevwkv]{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}@media(max-width:1024px){.hero-grid[data-astro-cid-pkoevwkv]{grid-template-columns:1fr}}.hero-content[data-astro-cid-pkoevwkv]{padding-top:2rem;display:flex;flex-direction:column;align-items:flex-start;max-width:600px}.hero-badge[data-astro-cid-pkoevwkv]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#4ade801a;border:1px solid rgba(74,222,128,.2);border-radius:999px;font-size:.875rem;color:var(--accent-primary);margin-bottom:2rem}.badge-dot[data-astro-cid-pkoevwkv]{width:8px;height:8px;background:var(--accent-primary);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title[data-astro-cid-pkoevwkv]{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1;color:var(--theme-text-heading);letter-spacing:-.02em;margin-bottom:1.5rem}.hero-subtitle[data-astro-cid-pkoevwkv]{font-size:1.125rem;color:var(--theme-text-secondary);line-height:1.7;margin-bottom:3rem}.tracking-timeline[data-astro-cid-pkoevwkv]{margin-top:2rem;padding:1.5rem 2rem;background:var(--theme-overlay-subtle);border-radius:16px;border:1px solid var(--theme-overlay-light);min-width:400px;overflow-x:auto}@media(max-width:500px){.tracking-timeline[data-astro-cid-pkoevwkv]{min-width:unset;width:100%}}.timeline-track[data-astro-cid-pkoevwkv]{position:relative;height:4px;background:var(--theme-overlay-medium);border-radius:2px;margin-bottom:1rem}.timeline-progress[data-astro-cid-pkoevwkv]{position:absolute;left:0;top:0;height:100%;width:65%;background:linear-gradient(90deg,var(--accent-primary),var(--accent-teal));border-radius:2px;animation:progressGrow 2s ease-out forwards}@keyframes progressGrow{0%{width:0}to{width:65%}}.timeline-stops[data-astro-cid-pkoevwkv]{display:flex;justify-content:space-between;gap:1rem}.timeline-stop[data-astro-cid-pkoevwkv]{display:flex;flex-direction:column;align-items:center;gap:.75rem}.stop-dot[data-astro-cid-pkoevwkv]{width:16px;height:16px;background:var(--theme-overlay-medium);border-radius:50%;position:relative}.timeline-stop[data-astro-cid-pkoevwkv].completed .stop-dot[data-astro-cid-pkoevwkv]{background:var(--accent-primary)}.timeline-stop[data-astro-cid-pkoevwkv].active .stop-dot[data-astro-cid-pkoevwkv]{background:var(--accent-teal)}.pulse-ring[data-astro-cid-pkoevwkv]{position:absolute;inset:-4px;border:2px solid var(--accent-teal);border-radius:50%;animation:pulseRing 1.5s ease-out infinite}@keyframes pulseRing{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.timeline-stop[data-astro-cid-pkoevwkv] span[data-astro-cid-pkoevwkv]{font-size:.875rem;color:var(--text-muted);white-space:nowrap}.timeline-stop[data-astro-cid-pkoevwkv].completed span[data-astro-cid-pkoevwkv],.timeline-stop[data-astro-cid-pkoevwkv].active span[data-astro-cid-pkoevwkv]{color:var(--text-white)}.hero-form-card[data-astro-cid-pkoevwkv]{background:var(--theme-card-bg);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(74,222,128,.1);overflow:hidden}.form-card-header[data-astro-cid-pkoevwkv]{padding:1.5rem 2rem;background:linear-gradient(135deg,rgba(74,222,128,.1),transparent);border-bottom:1px solid var(--theme-overlay-light)}.form-card-title[data-astro-cid-pkoevwkv]{display:block;font-size:1.25rem;font-weight:600;color:var(--text-white);margin-bottom:.25rem}.form-card-subtitle[data-astro-cid-pkoevwkv]{font-size:.875rem;color:var(--text-muted)}.hero-form[data-astro-cid-pkoevwkv]{padding:2rem;display:flex;flex-direction:column;gap:1rem}.section-dark[data-astro-cid-pkoevwkv]{background:var(--bg-dark);padding:6rem 0}.section-mint[data-astro-cid-pkoevwkv]{background:var(--accent-primary);padding:6rem 0}.container[data-astro-cid-pkoevwkv]{max-width:1200px;margin:0 auto;padding:0 4rem}.container-full[data-astro-cid-pkoevwkv]{max-width:100%;padding:0}.section-header-center[data-astro-cid-pkoevwkv]{text-align:center;max-width:800px;margin:0 auto 4rem}.headline-dark[data-astro-cid-pkoevwkv]{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;color:var(--theme-text-heading);letter-spacing:-.02em;margin-bottom:1rem}.headline-white[data-astro-cid-pkoevwkv]{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;color:var(--text-white);letter-spacing:-.02em;margin-bottom:1rem}.headline-accent[data-astro-cid-pkoevwkv]{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;color:var(--accent-primary);letter-spacing:-.02em;margin-bottom:1rem}.subheadline[data-astro-cid-pkoevwkv]{font-size:1.125rem;color:var(--text-muted);line-height:1.7}.subheadline-dark[data-astro-cid-pkoevwkv]{font-size:1.125rem;color:var(--theme-text-secondary);line-height:1.7}.video-browser[data-astro-cid-pkoevwkv]{background:var(--theme-bg-tertiary);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006}.video-browser-header[data-astro-cid-pkoevwkv]{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--theme-overlay-medium);border-bottom:1px solid var(--theme-overlay-light)}.video-browser-dots[data-astro-cid-pkoevwkv]{display:flex;gap:6px}.video-browser-dots[data-astro-cid-pkoevwkv] .dot[data-astro-cid-pkoevwkv]{width:12px;height:12px;border-radius:50%}.video-browser-dots[data-astro-cid-pkoevwkv] .dot[data-astro-cid-pkoevwkv].red{background:#ff5f57}.video-browser-dots[data-astro-cid-pkoevwkv] .dot[data-astro-cid-pkoevwkv].yellow{background:#febc2e}.video-browser-dots[data-astro-cid-pkoevwkv] .dot[data-astro-cid-pkoevwkv].green{background:#28c840}.video-browser-title[data-astro-cid-pkoevwkv]{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem}.video-logo[data-astro-cid-pkoevwkv]{height:16px;opacity:.7}.video-wrapper[data-astro-cid-pkoevwkv]{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-embed[data-astro-cid-pkoevwkv]{position:absolute;top:0;left:0;width:100%;height:100%}.video-description[data-astro-cid-pkoevwkv]{margin-top:3rem;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}.video-desc-highlight[data-astro-cid-pkoevwkv]{font-size:1.25rem;font-weight:600;color:var(--theme-text-heading);margin-bottom:1.5rem}.video-desc-text[data-astro-cid-pkoevwkv]{font-size:1rem;color:var(--theme-text-secondary);line-height:1.7;margin-bottom:1rem}.video-desc-text[data-astro-cid-pkoevwkv]:last-child{margin-bottom:0}.features-scroll-container[data-astro-cid-pkoevwkv]{overflow-x:auto;padding:2rem 0;scrollbar-width:none;-ms-overflow-style:none}.features-scroll-container[data-astro-cid-pkoevwkv]::-webkit-scrollbar{display:none}.features-scroll[data-astro-cid-pkoevwkv]{display:flex;gap:2rem;padding:0 2rem;min-width:min-content}.feature-scroll-card[data-astro-cid-pkoevwkv]{flex:0 0 350px;background:var(--theme-overlay-subtle);border-radius:20px;padding:2rem;border:1px solid var(--theme-overlay-light);transition:transform .3s,border-color .3s;animation:fadeInUp .5s ease-out forwards;animation-delay:var(--delay);opacity:0}.feature-scroll-card[data-astro-cid-pkoevwkv]:hover{transform:translateY(-8px);border-color:#4ade8033}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-number[data-astro-cid-pkoevwkv]{font-size:.875rem;font-weight:600;color:var(--accent-primary);margin-bottom:1rem}.feature-icon-box[data-astro-cid-pkoevwkv]{width:56px;height:56px;background:#4ade801a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon-box[data-astro-cid-pkoevwkv] svg[data-astro-cid-pkoevwkv]{width:28px;height:28px;color:var(--accent-primary)}.feature-scroll-title[data-astro-cid-pkoevwkv]{font-size:1.25rem;font-weight:500;color:var(--text-white);margin-bottom:.75rem}.feature-scroll-desc[data-astro-cid-pkoevwkv]{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.feature-preview[data-astro-cid-pkoevwkv]{border-radius:8px;overflow:hidden;background:#0003}.feature-preview[data-astro-cid-pkoevwkv] img[data-astro-cid-pkoevwkv]{width:100%;opacity:.8}.speed-tabs[data-astro-cid-pkoevwkv]{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.speed-tab[data-astro-cid-pkoevwkv]{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--theme-overlay-subtle);border:1px solid var(--theme-overlay-medium);border-radius:12px;color:var(--text-muted);font-size:.95rem}.speed-tab[data-astro-cid-pkoevwkv] svg[data-astro-cid-pkoevwkv]{width:20px;height:20px}.delivery-grid[data-astro-cid-pkoevwkv]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:768px){.delivery-grid[data-astro-cid-pkoevwkv]{grid-template-columns:1fr}}.delivery-card[data-astro-cid-pkoevwkv]{background:var(--theme-bg-secondary);border-radius:16px;padding:2rem;color:var(--theme-text)}.delivery-card-icon[data-astro-cid-pkoevwkv]{width:64px;height:64px;margin-bottom:1.5rem}.delivery-card-icon[data-astro-cid-pkoevwkv] svg[data-astro-cid-pkoevwkv]{width:100%;height:100%;color:var(--theme-text-heading)}.delivery-card-title[data-astro-cid-pkoevwkv]{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--theme-text-heading)}.delivery-card-content[data-astro-cid-pkoevwkv]{margin-bottom:1.5rem}.delivery-card-para[data-astro-cid-pkoevwkv]{font-size:.95rem;color:var(--theme-text);line-height:1.6;margin-bottom:1rem}.delivery-card-para[data-astro-cid-pkoevwkv]:last-child{margin-bottom:0}.delivery-card-bullets[data-astro-cid-pkoevwkv]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.delivery-card-bullets[data-astro-cid-pkoevwkv] li[data-astro-cid-pkoevwkv]{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--theme-text)}.delivery-card-bullets[data-astro-cid-pkoevwkv] .check-icon[data-astro-cid-pkoevwkv]{width:20px;height:20px;flex-shrink:0}.section-light[data-astro-cid-pkoevwkv]{background:var(--theme-bg-secondary)}.carriers-section[data-astro-cid-pkoevwkv]{padding:5rem 0}.headline-dark[data-astro-cid-pkoevwkv]{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:var(--theme-text-heading);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1rem;text-align:center}.subheadline-dark[data-astro-cid-pkoevwkv]{font-size:1.125rem;color:var(--theme-text-secondary);line-height:1.6;max-width:700px;margin:0 auto 3rem;text-align:center}.country-tabs[data-astro-cid-pkoevwkv]{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;background:var(--theme-bg-tertiary);padding:.5rem;border-radius:999px;max-width:fit-content;margin-left:auto;margin-right:auto}.country-tab[data-astro-cid-pkoevwkv]{padding:.75rem 1.5rem;border-radius:999px;font-size:.875rem;font-weight:500;border:none;background:transparent;color:var(--theme-text-muted);cursor:pointer;transition:all .2s}.country-tab[data-astro-cid-pkoevwkv].active{background:var(--theme-overlay-strong);color:var(--theme-text-heading)}.country-tab[data-astro-cid-pkoevwkv]:hover:not(.active){color:var(--theme-text-heading)}.carrier-panels[data-astro-cid-pkoevwkv]{min-height:120px}.carrier-panel[data-astro-cid-pkoevwkv]{display:none}.carrier-panel[data-astro-cid-pkoevwkv].active{display:block}.carrier-logos-grid[data-astro-cid-pkoevwkv]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:2rem 0}.carrier-logo-item[data-astro-cid-pkoevwkv]{display:flex;align-items:center;justify-content:center}.carrier-logo-item[data-astro-cid-pkoevwkv] img[data-astro-cid-pkoevwkv]{height:48px;max-width:160px;object-fit:contain;filter:grayscale(0);transition:all .2s}.carrier-logo-item[data-astro-cid-pkoevwkv]:hover img[data-astro-cid-pkoevwkv]{transform:scale(1.05)}.carriers-note[data-astro-cid-pkoevwkv]{text-align:center;font-size:.9rem;color:var(--theme-text-secondary);margin-top:1.5rem}@media(max-width:768px){.country-tabs[data-astro-cid-pkoevwkv]{border-radius:16px;padding:.5rem}.country-tab[data-astro-cid-pkoevwkv]{padding:.5rem 1rem;font-size:.75rem}.carrier-logos-grid[data-astro-cid-pkoevwkv]{gap:2rem}.carrier-logo-item[data-astro-cid-pkoevwkv] img[data-astro-cid-pkoevwkv]{height:36px;max-width:120px}}.impact-split[data-astro-cid-pkoevwkv]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1024px){.impact-split[data-astro-cid-pkoevwkv]{grid-template-columns:1fr}}.impact-visual-side[data-astro-cid-pkoevwkv]{position:relative}.impact-image-frame[data-astro-cid-pkoevwkv]{position:relative;border-radius:24px;overflow:hidden}.impact-image-frame[data-astro-cid-pkoevwkv] img[data-astro-cid-pkoevwkv]{width:100%;display:block}.image-overlay-pattern[data-astro-cid-pkoevwkv]{position:absolute;inset:0;background:linear-gradient(135deg,rgba(74,222,128,.1) 0%,transparent 50%);pointer-events:none}.floating-stat[data-astro-cid-pkoevwkv]{position:absolute;background:var(--bg-dark);border-radius:12px;padding:1rem 1.5rem;border:1px solid var(--theme-overlay-medium);box-shadow:0 20px 40px #0000004d}.stat-1[data-astro-cid-pkoevwkv]{top:-20px;right:-20px}.stat-2[data-astro-cid-pkoevwkv]{bottom:40px;left:-20px}.stat-number[data-astro-cid-pkoevwkv]{display:block;font-size:1.5rem;font-weight:600;color:var(--accent-primary)}.stat-label[data-astro-cid-pkoevwkv]{font-size:.75rem;color:var(--text-muted)}.impact-checklist[data-astro-cid-pkoevwkv]{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.impact-item[data-astro-cid-pkoevwkv]{display:flex;gap:1rem;animation:fadeInUp .5s ease-out forwards;animation-delay:var(--delay);opacity:0}.impact-check[data-astro-cid-pkoevwkv]{flex-shrink:0;width:32px;height:32px;background:var(--accent-primary);border-radius:8px;display:flex;align-items:center;justify-content:center}.impact-check[data-astro-cid-pkoevwkv] svg[data-astro-cid-pkoevwkv]{width:18px;height:18px;color:#000}.impact-title[data-astro-cid-pkoevwkv]{font-size:1.125rem;font-weight:500;color:var(--text-white);margin-bottom:.25rem}.impact-desc[data-astro-cid-pkoevwkv]{font-size:.95rem;color:var(--text-muted);line-height:1.5}.testimonial-fullwidth[data-astro-cid-pkoevwkv]{position:relative;padding:8rem 0;min-height:500px;display:flex;align-items:center}.testimonial-bg[data-astro-cid-pkoevwkv]{position:absolute;inset:0;z-index:0}.testimonial-bg[data-astro-cid-pkoevwkv] img[data-astro-cid-pkoevwkv]{width:100%;height:100%;object-fit:cover}.testimonial-overlay[data-astro-cid-pkoevwkv]{position:absolute;inset:0;background:linear-gradient(90deg,#0d1512f2,#0d1512b3);z-index:1}.testimonial-quote-box[data-astro-cid-pkoevwkv]{position:relative;z-index:10;max-width:700px}.quote-mark[data-astro-cid-pkoevwkv]{font-family:Georgia,serif;font-size:clamp(4rem,10vw,8rem);line-height:.5;color:var(--accent-primary);opacity:.5}.testimonial-blockquote[data-astro-cid-pkoevwkv]{font-size:1.5rem;color:var(--theme-text-heading);line-height:1.5;margin:1.5rem 0 2rem;font-style:normal}.testimonial-author[data-astro-cid-pkoevwkv]{display:flex;align-items:center;gap:1rem}.author-avatar[data-astro-cid-pkoevwkv]{width:48px;height:48px;background:var(--accent-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#000}.author-name[data-astro-cid-pkoevwkv]{display:block;font-size:1rem;font-weight:600;color:var(--theme-text-heading);font-style:normal}.author-location[data-astro-cid-pkoevwkv]{font-size:.875rem;color:var(--theme-text-secondary)}.testimonial-nav[data-astro-cid-pkoevwkv]{display:flex;gap:.5rem;margin-top:2rem}.nav-dot[data-astro-cid-pkoevwkv]{width:10px;height:10px;border-radius:50%;background:var(--theme-overlay-medium);border:none;cursor:pointer;transition:all .2s}.nav-dot[data-astro-cid-pkoevwkv].active{background:var(--accent-primary);width:24px;border-radius:5px}.crossborder-cta-card[data-astro-cid-pkoevwkv]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:var(--theme-overlay-subtle);border-radius:24px;padding:4rem;border:1px solid var(--theme-overlay-light)}@media(max-width:1024px){.crossborder-cta-card[data-astro-cid-pkoevwkv]{grid-template-columns:1fr;padding:2rem}}.crossborder-icon-row[data-astro-cid-pkoevwkv]{display:flex;gap:.75rem;margin-bottom:2rem}.cb-icon[data-astro-cid-pkoevwkv]{width:40px;height:40px;color:var(--text-muted);opacity:.6}.crossborder-headline[data-astro-cid-pkoevwkv]{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;color:var(--text-white);letter-spacing:-.02em;margin-bottom:1rem}.crossborder-headline[data-astro-cid-pkoevwkv] .accent[data-astro-cid-pkoevwkv]{color:var(--accent-primary)}.crossborder-desc[data-astro-cid-pkoevwkv]{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.btn-outline-light[data-astro-cid-pkoevwkv]{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:1px solid var(--theme-overlay-medium);border-radius:12px;color:var(--text-white);font-weight:500;transition:all .2s}.btn-outline-light[data-astro-cid-pkoevwkv] svg[data-astro-cid-pkoevwkv]{width:18px;height:18px;transition:transform .2s}.btn-outline-light[data-astro-cid-pkoevwkv]:hover{background:var(--theme-overlay-light);border-color:var(--accent-primary);color:var(--accent-primary)}.btn-outline-light[data-astro-cid-pkoevwkv]:hover svg[data-astro-cid-pkoevwkv]{transform:translate(4px)}.crossborder-map[data-astro-cid-pkoevwkv]{position:relative}.crossborder-map[data-astro-cid-pkoevwkv] img[data-astro-cid-pkoevwkv]{width:100%;opacity:.8}.map-connections[data-astro-cid-pkoevwkv]{position:absolute;inset:0;pointer-events:none}.connection-dot[data-astro-cid-pkoevwkv]{position:absolute;width:12px;height:12px;background:var(--accent-primary);border-radius:50%;animation:connectionPulse 2s ease-in-out infinite}.dot-1[data-astro-cid-pkoevwkv]{top:30%;left:20%;animation-delay:0s}.dot-2[data-astro-cid-pkoevwkv]{top:50%;left:60%;animation-delay:.5s}.dot-3[data-astro-cid-pkoevwkv]{top:40%;left:80%;animation-delay:1s}.dot-4[data-astro-cid-pkoevwkv]{top:70%;left:40%;animation-delay:1.5s}@keyframes connectionPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.section-cta-gradient[data-astro-cid-pkoevwkv]{background:linear-gradient(135deg,var(--accent-primary),var(--accent-teal));padding:6rem 0}.cta-split-layout[data-astro-cid-pkoevwkv]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1024px){.cta-split-layout[data-astro-cid-pkoevwkv]{grid-template-columns:1fr}}.cta-headline[data-astro-cid-pkoevwkv]{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.2;color:#000;letter-spacing:-.02em;margin-bottom:1rem}.cta-desc[data-astro-cid-pkoevwkv]{font-size:1.125rem;color:#000;opacity:.8;line-height:1.6;margin-bottom:2rem}.cta-features[data-astro-cid-pkoevwkv]{display:flex;flex-direction:column;gap:.75rem}.cta-feature[data-astro-cid-pkoevwkv]{display:flex;align-items:center;gap:.75rem;color:#000}.cta-feature[data-astro-cid-pkoevwkv] svg[data-astro-cid-pkoevwkv]{width:20px;height:20px;flex-shrink:0}.cta-form-container[data-astro-cid-pkoevwkv]{background:var(--bg-dark);border-radius:20px;padding:2.5rem}.cta-form[data-astro-cid-pkoevwkv]{display:flex;flex-direction:column;gap:1rem}.form-row[data-astro-cid-pkoevwkv]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.form-row[data-astro-cid-pkoevwkv]{grid-template-columns:1fr}}.form-field[data-astro-cid-pkoevwkv]{display:flex;flex-direction:column;gap:.5rem}.form-field[data-astro-cid-pkoevwkv] label[data-astro-cid-pkoevwkv]{font-size:.875rem;color:var(--theme-text)}.required[data-astro-cid-pkoevwkv]{color:var(--accent-primary)}.form-field[data-astro-cid-pkoevwkv] input[data-astro-cid-pkoevwkv],.form-field[data-astro-cid-pkoevwkv] select[data-astro-cid-pkoevwkv]{padding:.875rem 1rem;border-radius:10px;border:1px solid var(--theme-input-border);background:var(--theme-input-bg);color:var(--theme-text);font-size:.95rem;transition:border-color .2s}.form-field[data-astro-cid-pkoevwkv] input[data-astro-cid-pkoevwkv]::placeholder{color:var(--theme-text-muted)}.form-field[data-astro-cid-pkoevwkv] input[data-astro-cid-pkoevwkv]:focus,.form-field[data-astro-cid-pkoevwkv] select[data-astro-cid-pkoevwkv]:focus{outline:none;border-color:var(--accent-primary)}.form-field[data-astro-cid-pkoevwkv] select[data-astro-cid-pkoevwkv]{cursor:pointer}.form-field[data-astro-cid-pkoevwkv] select[data-astro-cid-pkoevwkv] option[data-astro-cid-pkoevwkv]{background:var(--theme-bg);color:var(--theme-text)}.btn-submit[data-astro-cid-pkoevwkv]{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--accent-primary);color:#000;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.btn-submit[data-astro-cid-pkoevwkv] svg[data-astro-cid-pkoevwkv]{width:18px;height:18px;transition:transform .2s}.btn-submit[data-astro-cid-pkoevwkv]:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ade804d}.btn-submit[data-astro-cid-pkoevwkv]:hover svg[data-astro-cid-pkoevwkv]{transform:translate(4px)}.btn-submit-dark[data-astro-cid-pkoevwkv]{background:var(--accent-primary);color:#000;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem;width:100%}.btn-submit-dark[data-astro-cid-pkoevwkv]:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ade804d}
