@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@700;800&family=Oswald:wght@500;600;700&family=Karla:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");.ph-hero{background:var(--ph-bg);overflow:hidden;padding:var(--ph-pad-top) clamp(20px,5vw,56px) var(--ph-pad-bottom);position:relative}.ph-hero .ph-hero-blob{border-radius:42% 58% 63% 37%/41% 44% 56% 59%;pointer-events:none;position:absolute;z-index:0}.ph-hero .ph-hero-blob-1{aspect-ratio:1/1;background:radial-gradient(circle at 32% 30%,var(--ph-blob-1),var(--ph-blob-2) 70%);max-width:820px;right:-14%;top:-12%;width:56vw}.ph-hero .ph-hero-blob-2{aspect-ratio:1/1;background:radial-gradient(circle at 60% 60%,var(--ph-blob-2),transparent 72%);bottom:-18%;left:-10%;max-width:380px;width:30vw}.ph-hero .ph-hero-inner{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.ph-hero .ph-kicker{align-items:center;color:var(--ph-kicker);display:inline-flex;font-family:Oswald,sans-serif;font-size:13px;font-weight:600;gap:10px;justify-content:center;letter-spacing:.16em;margin:0 0 18px;text-transform:uppercase}.ph-hero .ph-heading{color:var(--ph-heading);font-family:Kanit,sans-serif;font-size:clamp(34px,5.6vw,58px);font-weight:800;letter-spacing:-.025em;line-height:1.06;margin:0 0 28px}.ph-hero .ph-reveal-line{display:block;overflow:hidden}.ph-hero .ph-reveal-line span{display:inline-block;transform:translateY(112%);transition:transform .85s cubic-bezier(.16,.84,.3,1)}.ph-hero.is-in-view .ph-reveal-line span{transform:translateY(0)}.ph-hero .ph-reveal-line:nth-child(2) span{transition-delay:.08s}.ph-hero .ph-subheading{color:var(--ph-body);font-family:Karla,sans-serif;font-size:18px;line-height:1.6;margin:0 auto 34px;max-width:600px;opacity:0;transform:translateY(14px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:.32s}.ph-hero.is-in-view .ph-subheading{opacity:1;transform:translateY(0)}.ph-hero .ph-subheading p:not(:last-child){margin-bottom:10px}.ph-hero .ph-float-badge{position:absolute;white-space:nowrap;z-index:0}.ph-hero .ph-badge-inner{align-items:center;background:var(--ph-pill-bg);border-radius:999px;box-shadow:0 8px 32px rgba(4,44,72,.2);color:var(--ph-pill-text);display:inline-flex;font-family:Oswald,sans-serif;font-size:13px;font-weight:600;gap:9px;opacity:0;padding:11px 18px 11px 14px}.ph-hero .ph-badge-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.ph-hero .ph-badge-top-left{left:-2%;top:7%}.ph-hero .ph-badge-top-right{right:-1%;top:13%}.ph-hero .ph-badge-bottom-left{left:-1%;top:27%}.ph-hero .ph-badge-bottom-right{right:1%;top:31%}.ph-hero.is-in-view .ph-badge-inner{animation:ph-badge-in .85s cubic-bezier(.16,.84,.3,1) forwards,ph-badge-float 5s ease-in-out infinite}.ph-hero.is-in-view .ph-badge-top-left .ph-badge-inner{animation-delay:.55s,1.4s}.ph-hero.is-in-view .ph-badge-top-right .ph-badge-inner{animation-delay:.7s,1.6s}.ph-hero.is-in-view .ph-badge-bottom-left .ph-badge-inner{animation-delay:.85s,1.8s}.ph-hero.is-in-view .ph-badge-bottom-right .ph-badge-inner{animation-delay:1s,2s}@keyframes ph-badge-in{0%{opacity:0;transform:translateY(20px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ph-badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media (max-width:960px){.ph-hero .ph-float-badge{display:inline-block;margin:0 3px 10px;opacity:1!important;position:static;transform:none!important}.ph-hero .ph-badge-bottom-left,.ph-hero .ph-badge-bottom-right,.ph-hero .ph-badge-top-left,.ph-hero .ph-badge-top-right{left:auto;right:auto;top:auto}}@media (max-width:760px){.ph-hero .ph-badge-inner{font-size:11px;gap:6px;padding:8px 14px 8px 10px}.ph-hero .ph-badge-dot{height:6px;width:6px}}@media (max-width:480px){.ph-hero .ph-badge-inner{font-size:10px;padding:7px 12px 7px 9px}}.ph-hero .ph-hero-form-wrap{margin:0 auto 12px;max-width:var(--ph-form-max-w);opacity:0;transform:translateY(14px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:.42s}.ph-hero.is-in-view .ph-hero-form-wrap{opacity:1;transform:translateY(0)}.ph-hero .ph-hero-form-placeholder{align-items:center;background:var(--ph-demo-card-bg);border:2px dashed var(--ph-form-input-border);border-radius:16px;color:var(--ph-body);display:flex;font-family:Karla,sans-serif;font-size:14px;gap:10px;padding:14px 18px;text-align:left}.ph-hero .ph-hero-form-placeholder span{flex:1}.ph-hero .ph-hero-cta{align-items:center;background:var(--ph-form-btn-bg) var(--ph-arrow-icon) no-repeat right 20px center;border:none;border-radius:999px;box-sizing:border-box;color:var(--ph-form-btn-text);cursor:pointer;display:inline-flex;font-family:Oswald,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:.06em;line-height:1.2;min-height:50px;padding:0 46px 0 24px;text-decoration:none;text-transform:uppercase;transition:transform .18s cubic-bezier(.2,.8,.2,1),filter .18s ease}.ph-hero .ph-hero-cta:focus-visible,.ph-hero .ph-hero-cta:hover{color:var(--ph-form-btn-text);filter:brightness(.94);text-decoration:none;transform:translateY(-2px)}.ph-hero .ph-hero-cta:focus-visible{outline:3px solid var(--ph-form-focus);outline-offset:3px}.ph-hero .ph-hero-form{background:var(--ph-form-input-bg);border:1.5px solid var(--ph-form-input-border);border-radius:999px;box-shadow:0 1px 3px rgba(4,44,72,.08),0 1px 2px rgba(4,44,72,.06);margin:0 auto;max-width:var(--ph-form-max-w);padding:7px;padding-right:calc(var(--ph-btn-w) + 14px);position:relative;text-align:left;transition:border-color .18s ease,box-shadow .18s ease}.ph-hero .ph-hero-form:focus-within{border-color:var(--ph-form-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--ph-form-focus-solid) 32%,transparent)}.ph-hero .ph-hero-form .hs-form,.ph-hero .ph-hero-form .hs-form-field,.ph-hero .ph-hero-form .hs-form-field>.input,.ph-hero .ph-hero-form fieldset,.ph-hero .ph-hero-form fieldset.form-columns-1,.ph-hero .ph-hero-form form.hs-form{border:none!important;float:none!important;margin:0!important;max-width:none!important;padding:0!important;width:100%!important}.ph-hero .ph-hero-form .hs-form-field.hs_submit,.ph-hero .ph-hero-form .hs_submit{margin:0!important;position:absolute!important;right:7px!important;top:7px!important;width:var(--ph-btn-w)!important}.ph-hero .ph-hero-form .hs-submit .actions,.ph-hero .ph-hero-form .hs_submit .actions{margin:0!important;padding:0!important}.ph-hero .ph-hero-form .hs-field-desc,.ph-hero .ph-hero-form .hs-form-field label:not(.hs-error-msg),.ph-hero .ph-hero-form .hs-form-field>label,.ph-hero .ph-hero-form .hs-form-field>legend{display:none!important}.ph-hero .ph-hero-form .hs-input:not([type=submit]):not([type=checkbox]):not([type=radio]){-webkit-appearance:none!important;appearance:none!important;background:transparent var(--ph-mail-icon) no-repeat 16px center!important;border:none!important;border-radius:0!important;box-shadow:none!important;box-sizing:border-box!important;color:var(--ph-heading)!important;font-family:Karla,sans-serif!important;font-size:15px!important;font-weight:500!important;height:50px!important;margin:0!important;outline:none!important;padding:0 8px 0 46px!important;width:100%!important}.ph-hero .ph-hero-form .hs-input::placeholder{color:var(--ph-form-placeholder)!important;font-weight:500!important}.ph-hero .ph-hero-form .hs-button{container-type:inline-size!important;width:100%}.ph-hero .ph-hero-form .hs-button,.ph-hero .ph-hero-form .hs-button.primary,.ph-hero .ph-hero-form .hs-button.primary.large,.ph-hero .ph-hero-form input[type=submit]{background:var(--ph-form-btn-bg) var(--ph-arrow-icon) no-repeat right 20px center!important;border:none!important;border-radius:999px!important;box-sizing:border-box!important;color:var(--ph-form-btn-text)!important;cursor:pointer!important;font-family:Oswald,sans-serif!important;font-size:.9rem!important;font-weight:700!important;height:50px!important;letter-spacing:.06em!important;line-height:50px!important;margin:0!important;overflow:hidden!important;padding:0 46px 0 20px!important;text-align:left!important;text-overflow:ellipsis!important;text-transform:uppercase!important;transition:transform .18s cubic-bezier(.2,.8,.2,1),filter .18s ease!important;white-space:nowrap!important;width:100%!important}.ph-hero .ph-hero-form .hs-button:hover,.ph-hero .ph-hero-form input[type=submit]:hover{filter:brightness(.94)!important;transform:translateY(-2px)!important}.ph-hero .ph-hero-form .hs-error-msgs{flex:1 1 100%!important;list-style:none!important;margin:0 0 0 20px!important;order:9!important;padding:0!important}.ph-hero .ph-hero-form .hs-error-msg,.ph-hero .ph-hero-form .hs-main-font-element,.ph-hero .ph-hero-form label.hs-error-msg{color:var(--ph-form-error)!important;font-family:Karla,sans-serif!important;font-size:12.5px!important;margin:0!important}.ph-hero .ph-hero-form:has(.submitted-message){padding-right:7px!important}.ph-hero .ph-hero-form .submitted-message{align-items:center!important;color:var(--ph-heading)!important;display:flex!important;font-family:Karla,sans-serif!important;font-size:15px!important;font-weight:600!important;gap:9px!important;min-height:50px!important;padding:0 16px!important}.ph-hero .ph-hero-form .legal-consent-container{color:var(--ph-body)!important;flex:1 1 100%!important;font-family:Karla,sans-serif!important;font-size:12px!important;line-height:1.5!important;margin-top:8px!important;padding:0 6px!important}@media (max-width:560px){.ph-hero .ph-hero-form{border-radius:18px;padding-right:7px}.ph-hero .ph-hero-form .hs-form-field.hs_submit,.ph-hero .ph-hero-form .hs_submit{margin:7px 0 0!important;position:static!important;width:100%!important}.ph-hero .ph-hero-form .hs-button,.ph-hero .ph-hero-form .hs-button.primary,.ph-hero .ph-hero-form .hs-button.primary.large,.ph-hero .ph-hero-form input[type=submit]{background-position:right 18px center!important;padding:0 46px!important;text-align:center!important}.ph-hero .ph-hero-form .hs-error-msgs{margin-left:14px!important}.ph-hero .ph-hero-cta{display:flex;width:100%}}@media (prefers-reduced-motion:reduce){.ph-hero .ph-hero-cta{transition:none!important}.ph-hero .ph-hero-cta:hover{transform:none!important}}.ph-hero .ph-demo-shell{background:var(--ph-demo-card-bg);border-radius:22px;box-shadow:0 30px 70px rgba(4,44,72,.22);margin:56px auto 0;max-width:var(--ph-demo-max-w);opacity:0;overflow:hidden;position:relative;text-align:left;transform:translateY(28px);transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1);transition-delay:.5s;z-index:1}.ph-hero.is-in-view .ph-demo-shell{opacity:1;transform:translateY(0)}.ph-hero .ph-demo-bar{align-items:center;border-bottom:1px solid var(--ph-demo-card-border);display:flex;gap:14px;padding:22px 26px}.ph-hero .ph-demo-search-icon{color:var(--ph-demo-search-icon);flex-shrink:0}.ph-hero .ph-demo-type{color:var(--ph-demo-typed);flex:1;font-family:Karla,sans-serif;font-size:17px;font-weight:500;min-height:1.3em}.ph-hero .ph-demo-caret{animation:ph-caret-blink 1s step-end infinite;background:var(--ph-demo-typed);display:inline-block;height:18px;margin-left:2px;vertical-align:-3px;width:2px}@keyframes ph-caret-blink{50%{opacity:0}}.ph-hero .ph-demo-search-btn{background:var(--ph-demo-search-btn-bg);border:none;border-radius:999px;color:var(--ph-demo-search-btn-text);cursor:pointer;flex-shrink:0;font-family:Oswald,sans-serif;font-size:13px;font-weight:700;letter-spacing:.05em;padding:11px 22px;text-transform:uppercase}.ph-hero .ph-demo-filters{border-bottom:1px solid var(--ph-demo-card-border);display:flex;flex-wrap:wrap;gap:10px;padding:18px 26px}.ph-hero .ph-demo-pill{background:var(--ph-filter-inactive-bg);border:none;border-radius:999px;color:var(--ph-filter-inactive-text);cursor:pointer;font-family:Oswald,sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em;padding:8px 16px;text-transform:uppercase;transition:background .18s ease,color .18s ease,transform .18s ease;user-select:none}.ph-hero .ph-demo-pill:active{transform:scale(.96)}.ph-hero .ph-demo-pill.is-active{background:var(--ph-filter-active-bg);color:var(--ph-filter-active-text)}.ph-hero .ph-demo-rows{padding:8px 0}.ph-hero .ph-demo-panel{display:none}.ph-hero .ph-demo-panel.is-active{display:block}.ph-hero .ph-demo-row{align-items:center;display:flex;gap:16px;opacity:0;padding:16px 26px;transform:translateY(10px);transition:opacity .4s cubic-bezier(.2,.7,.2,1),transform .4s cubic-bezier(.2,.7,.2,1)}.ph-hero .ph-demo-row.show{opacity:1;transform:translateY(0)}.ph-hero .ph-demo-row+.ph-demo-row{border-top:1px solid var(--ph-demo-card-border)}.ph-hero .ph-demo-icon{align-items:center;background:var(--ph-demo-icon-bg);border-radius:8px;display:flex;flex-shrink:0;font-size:18px;height:38px;justify-content:center;width:38px}.ph-hero .ph-demo-icon-has-image{overflow:hidden;padding:4px}.ph-hero .ph-demo-icon-has-image img{border-radius:5px;display:block;height:100%;object-fit:contain;width:100%}.ph-hero .ph-demo-row-text{flex:1;min-width:0}.ph-hero .ph-demo-name{color:var(--ph-demo-name);font-family:Karla,sans-serif;font-size:15px;font-weight:700}.ph-hero .ph-demo-meta{color:var(--ph-demo-meta);font-family:Karla,sans-serif;font-size:13px;margin-top:1px}.ph-hero .ph-demo-price{color:var(--ph-demo-price);flex-shrink:0;font-family:Oswald,sans-serif;font-size:15px;font-weight:600;margin-left:auto}@media (max-width:900px){.ph-hero{padding-left:clamp(16px,5vw,40px);padding-right:clamp(16px,5vw,40px)}}.ph-marquee-section{background:var(--ph-marquee-bg);border-bottom:1px solid var(--ph-marquee-border);border-top:1px solid var(--ph-marquee-border);overflow:hidden;padding:var(--ph-marquee-pad-y) 0}.ph-marquee-label{color:var(--ph-marquee-label-color);font-family:Oswald,sans-serif;font-size:12px;letter-spacing:.14em;margin:0 0 24px;text-align:center;text-transform:uppercase}.ph-marquee-track{animation:ph-marquee-scroll var(--ph-marquee-speed) linear infinite;display:flex;gap:88px;width:max-content}.ph-marquee-section:hover .ph-marquee-track{animation-play-state:paused}@keyframes ph-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ph-marquee-track img{filter:grayscale(1);height:var(--ph-logo-h);object-fit:contain;opacity:.72;transition:opacity .4s ease,filter .4s ease;width:auto}.ph-marquee-track img:hover{filter:grayscale(0);opacity:1}@media (prefers-reduced-motion:reduce){.ph-hero .ph-demo-row,.ph-hero .ph-demo-shell,.ph-hero .ph-hero-form-wrap,.ph-hero .ph-reveal-line span,.ph-hero .ph-subheading{transition:none!important}.ph-hero.is-in-view .ph-badge-inner{animation:none!important;opacity:1!important}.ph-marquee-track{animation:none!important;flex-wrap:wrap;justify-content:center}}