@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&family=Space+Mono:wght@400;700&display=swap";:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--off-white:#f7f5f1;--grey-light:#e5e2dc;--grey-mid:#b0aba3;--grey-text:#78726a;--dark:#1c1814;--orange:#f05520;--orange-dark:#d94810;--orange-pale:#fff0eb}body{background:var(--off-white);color:var(--dark);min-height:100vh;font-family:Inter,sans-serif}#root{justify-content:center;align-items:center;min-height:100vh;padding:3rem 2rem;display:flex}.page-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1080px;display:grid}.pitch-eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:.16em;align-items:center;gap:.7rem;margin-bottom:1.4rem;font-family:Space Mono,monospace;font-size:.62rem;display:flex}.pitch-eyebrow:after{content:"";background:var(--orange);width:2.5rem;height:1px;display:inline-block}.pitch-headline{letter-spacing:-.03em;color:var(--dark);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.2rem,3.8vw,3.1rem);font-weight:700;line-height:1.18}.pitch-headline em{color:var(--orange);font-style:italic}.pitch-body{color:var(--grey-text);margin-bottom:2.5rem;font-size:.96rem;line-height:1.8}.rule{background:var(--grey-light);width:2.5rem;height:2px;margin-bottom:2.5rem}.benefits-list{flex-direction:column;gap:1.1rem;list-style:none;display:flex}.benefit-item{color:var(--dark);align-items:flex-start;gap:1rem;font-size:.9rem;line-height:1.6;display:flex}.benefit-icon{background:var(--orange-pale);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.55rem;height:1.55rem;margin-top:.05rem;display:flex}.benefit-icon svg{width:.7rem;height:.7rem;stroke:var(--orange);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.form-card{background:var(--white);border:1px solid var(--grey-light);padding:2.75rem}.form-card-header{margin-bottom:2rem}.form-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--orange);margin-bottom:.7rem;font-family:Space Mono,monospace;font-size:.6rem}.form-card-header h2{color:var(--dark);font-family:Playfair Display,serif;font-size:1.55rem;font-weight:700;line-height:1.3}.form-card-header p{color:var(--grey-text);margin-top:.5rem;font-size:.83rem;line-height:1.65}form{flex-direction:column;gap:1.25rem;display:flex}.row2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.field{flex-direction:column;gap:.4rem;display:flex}.field label{text-transform:uppercase;letter-spacing:.08em;color:var(--dark);font-size:.7rem;font-weight:600}.req{color:var(--orange);margin-left:.1rem}input[type=text],input[type=email],input[type=tel]{border:1.5px solid var(--grey-light);background:var(--off-white);width:100%;color:var(--dark);appearance:none;border-radius:0;outline:none;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.88rem;transition:border-color .18s,background .18s}input::placeholder{color:var(--grey-mid);font-weight:300}input:focus{border-color:var(--orange);background:var(--white)}.error-msg{color:#dc3030;font-size:.68rem;display:none}.field.has-error input{border-color:#dc3030}.field.has-error .error-msg{display:block}.phone-field .PhoneInput{align-items:stretch;gap:.5rem;display:flex}.phone-field .PhoneInputCountry{border:1.5px solid var(--grey-light);background:var(--off-white);align-items:stretch;margin:0;padding:0;transition:border-color .18s,background .18s;display:flex;position:relative}.phone-field .PhoneInputCountry:focus-within{border-color:var(--orange);background:var(--white)}.phone-field .PhoneInputInput{border:1.5px solid var(--grey-light);background:var(--off-white);width:100%;min-width:0;color:var(--dark);appearance:none;border-radius:0;outline:none;flex:1;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.88rem;transition:border-color .18s,background .18s}.phone-field .PhoneInputInput::placeholder{color:var(--grey-mid);font-weight:300}.phone-field .PhoneInputInput:focus{border-color:var(--orange);background:var(--white)}.phone-field.has-error .PhoneInputInput,.phone-field.has-error .PhoneInputCountry{border-color:#dc3030}.cs{align-items:stretch;display:flex;position:relative}.cs__trigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0 .75rem;font-family:inherit;display:flex}.cs__trigger:disabled{cursor:not-allowed;opacity:.6}.cs__flag{align-items:center;width:1.4rem;display:flex}.cs__flag img,.cs__flag svg{width:1.4rem;height:auto;display:block}.cs__arrow{border-left:4px solid #0000;border-right:4px solid #0000;border-top:5px solid var(--grey-text);opacity:.85;width:0;height:0}.cs__panel{z-index:30;background:var(--white);border:1.5px solid var(--grey-light);flex-direction:column;width:270px;max-width:78vw;display:flex;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 18px 40px -18px #1c181459}.cs__search{border-bottom:1px solid var(--grey-light);padding:.6rem}.cs__search input{border:1.5px solid var(--grey-light);background:var(--off-white);width:100%;color:var(--dark);border-radius:0;outline:none;padding:.55rem .7rem;font-family:Inter,sans-serif;font-size:.85rem}.cs__search input:focus{border-color:var(--orange);background:var(--white)}.cs__list{overscroll-behavior:contain;height:240px;margin:0;padding:.25rem 0;list-style:none;overflow-y:auto}.cs__list::-webkit-scrollbar{width:8px}.cs__list::-webkit-scrollbar-thumb{background:var(--grey-light)}.cs__option{cursor:pointer;text-align:left;width:100%;color:var(--dark);background:0 0;border:none;align-items:center;gap:.6rem;padding:.55rem .85rem;font-family:Inter,sans-serif;font-size:.86rem;display:flex}.cs__option:hover{background:var(--orange-pale)}.cs__option.is-selected{background:var(--orange-pale);font-weight:600}.cs__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.cs__empty{color:var(--grey-mid);text-align:center;padding:1rem .85rem;font-size:.82rem}.submit-btn{background:var(--orange);width:100%;color:var(--white);cursor:pointer;text-transform:uppercase;letter-spacing:.14em;border:none;justify-content:center;align-items:center;gap:.65rem;padding:1rem;font-family:Space Mono,monospace;font-size:.72rem;transition:background .18s,transform .1s;display:flex}.submit-btn:hover:not(:disabled){background:var(--orange-dark)}.submit-btn:active:not(:disabled){transform:scale(.99)}.submit-btn:disabled{cursor:not-allowed;opacity:.75}.submit-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1rem;height:1rem;transition:transform .18s}.submit-btn:hover:not(:disabled) svg{transform:translate(4px)}.btn-spinner{border:2px solid #ffffff73;border-top-color:var(--white);border-radius:50%;width:.95rem;height:.95rem;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.api-error{color:#dc3030;background:#fdeaea;border:1px solid #f3caca;padding:.7rem .85rem;font-size:.74rem;line-height:1.5}.privacy{text-align:center;color:var(--grey-mid);font-size:.7rem;line-height:1.6}.privacy a{color:var(--grey-text);text-underline-offset:2px}.success{text-align:center;flex-direction:column;align-items:center;gap:1.4rem;padding:2rem 0;display:flex}.success-icon{background:var(--orange-pale);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.success-icon svg{width:1.75rem;height:1.75rem;stroke:var(--orange);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.success h3{color:var(--dark);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.success p{color:var(--grey-text);max-width:270px;font-size:.86rem;line-height:1.7}@media (width<=800px){.page-grid{grid-template-columns:1fr;gap:2.5rem}#root{padding:2rem 1.25rem}}@media (width<=480px){.row2{grid-template-columns:1fr}.form-card{padding:2rem 1.4rem}.pitch-headline{font-size:2rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important}}
