.ga-form-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.95fr);gap:2rem;display:grid}.ga-form-card{border-radius:var(--radius-lg);transition:transform var(--transition-normal),box-shadow var(--transition-normal),border-color var(--transition-normal),background-color var(--transition-normal);background:#fff;border:1px solid #e2e8f0f2;padding:2rem 1.9rem 1.9rem;box-shadow:0 20px 60px #008a4e1f}.ga-form-card:hover{border-color:#10b98166;transform:translateY(-2px);box-shadow:0 28px 80px #008a4e2e}.ga-form-title{color:var(--text-main);margin-bottom:.5rem;font-family:inherit;font-size:1.25rem;font-weight:700}.ga-form-subtitle{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.ga-form-fields{gap:.75rem;margin-top:1.1rem;display:grid}.ga-field{flex-direction:column;gap:.25rem;display:flex}.ga-label{font-size:.8rem;font-weight:500}.ga-input,.ga-select,.ga-textarea{border:1px solid var(--border-input);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast),transform var(--transition-fast);background:#fff;border-radius:.9rem;outline:none;padding:.7rem .85rem;font-size:.9rem}.ga-input:focus,.ga-select:focus,.ga-textarea:focus{border-color:#10b981b3;box-shadow:0 0 0 1px #10b98159,0 14px 35px #22c55e2e}.ga-select{appearance:none;cursor:pointer;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='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.4rem}.ga-phone-country{width:100%;position:relative}.ga-phone-country-control{border:1px solid var(--border-input);width:100%;min-height:3rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);background:#fff;border-radius:.9rem;align-items:stretch;display:flex;overflow:hidden}.ga-phone-country-control:focus-within,.ga-phone-country-control.is-open{border-color:#10b981b3;box-shadow:0 0 0 1px #10b98159,0 14px 35px #22c55e1f}.ga-phone-country-trigger{color:#64748b;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;gap:.4rem;padding:0 .85rem;display:inline-flex}.ga-phone-country-trigger:disabled{opacity:.6;cursor:not-allowed}.ga-phone-country-flag{object-fit:cover;background:#f1f5f9;border-radius:3px;width:28px;height:20px;box-shadow:inset 0 0 0 1px #0f172a14}.ga-phone-country-caret{flex-shrink:0}.ga-phone-country-divider{background:#e2e8f0;align-self:stretch;width:1px;margin:.7rem 0}.ga-phone-country-input-wrap{flex:1;align-items:center;gap:.45rem;min-width:0;padding:0 .9rem 0 .75rem;display:flex}.ga-phone-country-dial{color:#0f172a;flex-shrink:0;font-size:.95rem;font-weight:600;line-height:1}.ga-phone-country-input{color:#0f172a;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:none;padding:.85rem 0;font-size:.95rem}.ga-phone-country-input::placeholder{color:#94a3b8}.ga-phone-country-dropdown{z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;flex-direction:column;width:100%;max-height:17rem;display:flex;position:absolute;top:calc(100% + .4rem);left:0;right:0;overflow:hidden;box-shadow:0 18px 40px #0f172a24}.ga-phone-country-search{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.65rem;align-items:center;gap:.55rem;margin:.65rem .65rem .35rem;padding:.55rem .7rem;display:flex}.ga-phone-country-search-input{color:#0f172a;width:100%;font:inherit;background:0 0;border:0;outline:none;font-size:.9rem}.ga-phone-country-search-input::placeholder{color:#94a3b8;text-transform:lowercase}.ga-phone-country-list{margin:0;padding:.25rem 0 .45rem;list-style:none;overflow-y:auto}.ga-phone-country-option{text-align:left;cursor:pointer;color:#0f172a;width:100%;font:inherit;background:0 0;border:0;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.7rem .9rem;display:grid}.ga-phone-country-option:hover,.ga-phone-country-option.is-selected{background:#f1f5f9}.ga-phone-country-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.92rem;font-weight:500;overflow:hidden}.ga-phone-country-code{color:#64748b;font-size:.88rem;font-weight:500}.ga-phone-country-empty{color:#64748b;text-align:center;padding:.9rem;font-size:.9rem}.ga-phone-field{align-items:stretch;gap:.5rem;display:flex}.ga-phone-prefix{border:1px solid var(--border-input);min-width:4.25rem;color:var(--text-muted);white-space:nowrap;background:#f8fafc;border-radius:.9rem;justify-content:center;align-items:center;padding:0 .75rem;font-size:.9rem;font-weight:600;display:inline-flex}.ga-phone-input{flex:1;min-width:0}.ga-textarea{resize:vertical;min-height:80px}.ga-helper{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.ga-form-footer{flex-direction:column;gap:.45rem;margin-top:1rem;display:flex}.ga-form-note{color:var(--text-muted);font-size:.75rem}.ga-form-secondary{color:var(--text-muted);font-size:.76rem}.ga-form-secondary strong{color:#047857}@media (max-width:960px){.ga-form-grid{grid-template-columns:minmax(0,1fr)}}.ga-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ga-modal-content{border-radius:var(--radius-lg);background:#fff;width:100%;max-width:600px;max-height:none;margin:auto;padding:2rem;animation:.3s ease-out slideUp;position:relative;overflow:visible;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ga-modal-close{cursor:pointer;color:var(--text-muted);transition:all var(--transition-fast);z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex;position:absolute;top:1rem;right:1rem}.ga-modal-close:hover{color:var(--text-main);background:#0000000d;transform:rotate(90deg)}.ga-modal-close:active{transform:rotate(90deg)scale(.95)}@media (max-width:640px){.ga-modal-content{max-height:95vh;padding:1.5rem}.ga-modal-close{top:.75rem;right:.75rem}}.ga-footer{background:var(--bg-footer);color:#ffffffb3;margin-top:4rem;padding:0;position:relative;overflow:hidden}.ga-footer-grid-bg,.ga-footer-glow,.ga-footer-watermark-mark,.ga-footer-grain{pointer-events:none;position:absolute}.ga-footer-grid-bg{background-image:linear-gradient(90deg,#ffffff0b 1px,#0000 1px),linear-gradient(#ffffff0b 1px,#0000 1px);background-size:56px 56px;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 0,#000 35%,#0000 100%);mask-image:radial-gradient(70% 60% at 50% 0,#000 35%,#0000 100%)}.ga-footer-glow{background:radial-gradient(50% 50%,#16cf8b38,#0000);width:40rem;height:22rem;top:-10rem;left:50%;transform:translate(-50%)}.ga-footer-watermark-mark{opacity:.22;mix-blend-mode:screen;width:13rem;height:auto;top:2rem;right:-2.5rem;-webkit-mask-image:radial-gradient(75% 75% at 42% 45%,#000 45%,#0000 92%);mask-image:radial-gradient(75% 75% at 42% 45%,#000 45%,#0000 92%)}.ga-footer-grain{opacity:.18;mix-blend-mode:screen;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='ga-grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23ga-grain)'/%3E%3C/svg%3E");background-size:140px 140px;inset:0}.ga-footer-inner{z-index:10;padding-top:4rem;padding-bottom:0;position:relative}.ga-footer .ga-jr-accent{color:#16cf8b}.ga-faq-intro-video-caption{color:#1a2e1c;margin:.65rem 0 0;font-size:.9rem;font-weight:500;line-height:1.5}.ga-footer-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr);align-items:start;gap:2.5rem 2rem;display:grid}.ga-footer-brand-section{flex-direction:column;gap:0;max-width:22rem;display:flex}.ga-footer-brand{color:#fff;letter-spacing:-.02em;align-items:center;gap:.5rem;width:fit-content;margin-bottom:0;font-family:inherit;font-size:1.25rem;font-weight:600;text-decoration:none;display:inline-flex}.ga-footer-logo-wrap{border-radius:11px;flex-shrink:0;width:36px;height:36px;display:inline-flex;position:relative;box-shadow:0 1px 2px #020e098c,0 10px 20px -10px #020e09e6,0 0 24px -2px #16cf8b73}.ga-footer-logo{object-fit:contain;filter:none;border-radius:11px;width:100%;height:100%;max-height:none}.ga-footer-logo-sheen{background:linear-gradient(150deg,#ffffff52,#ffffff12 30%,#0000 52%);border-radius:11px;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff8c,inset 0 -4px 8px -4px #02221799,inset 0 0 0 1px #fff3}.ga-footer-description{color:#ffffffb3;margin:1rem 0 0;font-size:.875rem;line-height:1.5}.ga-footer-col{flex-direction:column;gap:.75rem;display:flex}.ga-footer-col-title{font-family:var(--font-mono),ui-monospace,monospace;letter-spacing:.14em;text-transform:uppercase;color:#ffffffb8;border-bottom:none;margin:0;padding-bottom:0;font-size:.75rem;font-weight:500;position:static}.ga-footer-col-title:after{display:none}.ga-footer-col-links{flex-direction:column;gap:.75rem;font-size:.875rem;display:flex}.ga-footer-col-links a{color:#ffffffb3;width:fit-content;font-weight:400;text-decoration:none;transition:color .15s;position:relative}.ga-footer-col-links a:hover{color:#fff}.ga-footer-contact-col{gap:1.05rem}.ga-footer-contact-info{flex-direction:column;gap:.65rem;margin-top:1.5rem;display:flex}.ga-footer-contact-item{color:#ffffffb3;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.45;text-decoration:none;transition:color .15s;display:flex}.ga-footer-contact-item:hover{color:#fff}.ga-footer-contact-icon{color:#16cf8b;flex-shrink:0;width:15px;height:15px;margin-top:.2rem}.ga-footer-address{margin:0;font-style:normal}.ga-footer-address .ga-footer-contact-item span span{display:block}.ga-footer-follow-copy{color:#ffffffb3;margin:0;font-size:.875rem;line-height:1.5}.ga-footer-cta-btn{border:1px solid var(--primary-button-border);border-radius:var(--radius-button);background-image:linear-gradient(to bottom,var(--primary-button-from),var(--primary-dark));color:#fff;width:fit-content;font-family:inherit;font-weight:var(--font-weight-semibold);cursor:pointer;box-shadow:var(--shadow-button);transition:transform var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;align-items:center;margin-top:.15rem;padding:.65rem 1.15rem;font-size:.875rem;text-decoration:none;display:inline-flex}.ga-footer-cta-btn:hover{color:#fff}.ga-footer-cta-btn:active{transform:scale(.98)}.ga-footer-social-row{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.ga-footer-social-icon{color:currentColor;width:40px;height:40px;transition:transform var(--transition-fast);background:0 0;border-radius:0;justify-content:center;align-items:center;display:inline-flex}.ga-footer-social-icon:hover{background:0 0;transform:translateY(-2px)}.ga-footer-social-youtube{color:red}.ga-footer-social-linkedin{color:#0a66c2}.ga-footer-social-icon svg{width:22px;height:22px}.ga-footer-bottom{color:#ffffff8c;border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:3.5rem;padding:2rem 0;font-size:.75rem;display:flex}.ga-footer-bottom p{margin:0}.ga-footer-kicker{font-family:var(--font-mono),ui-monospace,monospace;letter-spacing:.14em;text-transform:uppercase;color:#ffffffb8;font-size:.75rem;font-weight:500}.ga-footer-legal{flex-wrap:wrap;align-items:center;display:flex}.ga-footer-legal a{color:#ffffffb3;text-decoration:none}.ga-footer-legal a:not(:last-child):after{content:"·";color:#ffffff59;pointer-events:none;margin:0 .55rem}.ga-footer-bottom a:hover{color:#fff}.ga-footer-wordmark{z-index:0;text-align:center;letter-spacing:-.05em;white-space:nowrap;color:#ffffff0e;-webkit-user-select:none;user-select:none;margin:0 0 -.18em;padding:0 1.25rem;font-size:clamp(3.5rem,17vw,13rem);font-weight:700;line-height:1;position:relative;transform:translateY(.06em)}.ga-footer-wordmark span{color:#16cf8b26}@media (max-width:960px){.ga-footer{padding:0}.ga-footer-inner{padding-top:3.25rem}.ga-footer-grid{grid-template-columns:1fr 1fr;gap:2rem 1.75rem}.ga-footer-brand-section{grid-column:1/-1;max-width:none}.ga-footer-watermark-mark{width:18rem;right:-3.5rem}.ga-footer-bottom{text-align:center;flex-direction:column;gap:.75rem}.ga-footer-legal{justify-content:center}}@media (max-width:560px){.ga-footer-grid{grid-template-columns:1fr}.ga-footer-watermark-mark{width:13rem;right:-2.5rem}}.ga-fade-in{opacity:0;animation:gaFadeInUp .75s var(--transition-normal)forwards;transform:translateY(18px)}.ga-fade-in-delayed{opacity:0;animation:.75s .16s forwards gaFadeInUp;transform:translateY(22px)}@keyframes gaFadeInUp{to{opacity:1;transform:translateY(0)}}.ga-faq-list{flex-direction:column;gap:.65rem;display:flex}.ga-faq-item{border-radius:var(--radius-sm);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);background:#fff;border:1px solid #008a4e1a;display:block;overflow:hidden;box-shadow:0 2px 10px #008a4e0a}.ga-faq-item[open]{border-color:#008a4e38;box-shadow:0 8px 24px #008a4e14}.ga-faq-item summary{list-style:none}.ga-faq-item summary::-webkit-details-marker{display:none}.ga-faq-summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.25rem;display:flex}.ga-faq-toggle{width:28px;height:28px;color:var(--primary-dark,#006b3c);transition:background var(--transition-fast),border-color var(--transition-fast);background:#008a4e14;border:1.5px solid #008a4e47;border-radius:50%;flex-shrink:0;place-items:center;font-size:0;line-height:1;display:grid;position:relative}.ga-faq-toggle:before,.ga-faq-toggle:after{content:"";background:currentColor;border-radius:1px;width:12px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ga-faq-toggle:after{transition:opacity .15s;transform:translate(-50%,-50%)rotate(90deg)}.ga-faq-item[open] .ga-faq-toggle{background:#008a4e24;border-color:#008a4e66}.ga-faq-item[open] .ga-faq-toggle:after{opacity:0}.ga-faq-summary:hover .ga-faq-toggle{background:#008a4e24;border-color:#008a4e66}.ga-faq-q-badge{background:var(--primary-light);min-width:2rem;height:2rem;color:var(--primary-dark);letter-spacing:.02em;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0 .4rem;font-size:.7rem;font-weight:800;display:inline-flex}.ga-faq-question{color:var(--text-main);letter-spacing:-.01em;flex:1;margin:0;padding:.1rem 0 0;font-size:1.05rem;font-weight:700;line-height:1.4}.ga-faq-summary:hover .ga-faq-question,.ga-faq-summary:focus .ga-faq-question,.ga-faq-item[open] .ga-faq-question{color:var(--text-main)}.ga-faq-chevron{color:var(--primary);transition:transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;display:flex}.ga-faq-item[open] .ga-faq-chevron{transform:rotate(180deg)}.ga-faq-answer-wrap{box-sizing:border-box;background:linear-gradient(#e8f9ef40 0%,#0000 100%);border-top:1px solid #008a4e14;width:100%;padding:0 1.25rem 1.15rem;display:block}.ga-faq-answer,.ga-faq-answer-wrap .ga-faq-answer,.ga-faq-answer-wrap p{color:var(--text-muted);margin:.75rem 0 0;padding:0;font-size:.95rem;line-height:1.65}@media (max-width:860px){.ga-faq-layout{grid-template-columns:1fr;gap:1.75rem}.ga-faq-intro{position:static}.ga-faq-intro-text{max-width:none}.ga-faq-intro-video{max-width:min(280px,100%)}}@media (max-width:720px){.ga-faq-index{margin-bottom:1.25rem;padding:.85rem 1rem}.ga-faq-index-link{font-size:.95rem}.ga-faq-summary{gap:.75rem;padding:1rem}.ga-faq-question{font-size:1rem}.ga-faq-answer-wrap{padding:0 1rem 1rem}}
