.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.btn:focus-visible{outline:2px solid #0e3048;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn{border-radius:.5rem;font-size:1rem;height:40px;padding:.75rem 1.5rem}.btn--sm{height:32px;padding:.75rem 1rem;font-size:.875rem}.btn--lg{height:48px;padding:1rem 2rem;font-size:1.125rem}.btn--xl{height:56px;padding:1.25rem 2.5rem;font-size:1.25rem;border-radius:.75rem}.btn--primary{background:#0e3048;color:#fff}.btn--primary:hover{background:#1a4a6e;color:#fff}.btn--primary:active{background:#092538}.btn--accent{background:#1890ff;color:#fff}.btn--accent:hover{background:#40a9ff;color:#fff}.btn--accent:active{background:#0076e4}.btn--secondary{background:#fff;color:#0e3048;border:1px solid #0e3048}.btn--secondary:hover{background:#e8f4fc;color:#0e3048}.btn--ghost{background:transparent;color:#595959}.btn--ghost:hover{background:#f5f5f5;color:#1a1a1a}.btn--dark{background:#1a1a1a;color:#fff}.btn--dark:hover{background:#262626;color:#fff}.btn--light{background:#fff;color:#0e3048}.btn--light:hover{background:#f5f5f5;color:#0e3048}.btn--light:active{background:#f0f0f0}.btn--ghost-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn--ghost-light:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}.btn--block{width:100%}.btn__icon{width:20px;height:20px;flex-shrink:0}.input{width:100%;height:40px;padding:0 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;color:#1a1a1a;background:#fff;border:1px solid #d9d9d9;border-radius:.5rem;transition:border-color .15s ease,box-shadow .15s ease}.input::-moz-placeholder{color:#bfbfbf}.input::placeholder{color:#bfbfbf}.input:hover{border-color:#1a4a6e}.input:focus-visible{border-color:#0e3048;box-shadow:0 0 0 2px #e8f4fc;outline:none}.input--lg{height:48px;padding:0 1.25rem;font-size:1.125rem}.input-group{display:flex;gap:.75rem}@media (max-width: 767px){.input-group{flex-direction:column}}.input-group__input{flex:1}.input-group__btn{flex-shrink:0}@media (max-width: 767px){.input-group__btn{width:100%}}.card{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:0 8px 24px #0000001f}.card{padding:1rem}@media (min-width: 1024px){.card{padding:1.5rem}}.card--clickable{cursor:pointer}.card--clickable:hover{transform:translateY(-4px)}.card--bordered{box-shadow:none;border:1px solid #f0f0f0}.card--bordered:hover{border-color:#0e3048;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.card--highlight{border:2px solid #0e3048;position:relative}.card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#e8f4fc;color:#0e3048;border-radius:.75rem;margin-bottom:1rem;font-size:1.5rem}.card__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.card__description{font-size:1rem;color:#595959;line-height:1.625}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px;text-transform:uppercase;letter-spacing:.025em}.badge--primary{background:#e8f4fc;color:#0e3048}.badge--success{background:#f6ffed;color:#52c41a}.badge--warning{background:#fffbe6;color:#faad14}.badge--info{background:#e6f7ff;color:#1890ff}.badge--dark{background:#262626;color:#fff}.section-header{text-align:center;max-width:800px;margin:0 auto 3rem}.section-header__label{display:inline-block;font-size:.875rem;font-weight:600;color:#0e3048;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.section-header__title{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.25}@media (min-width: 1024px){.section-header__title{font-size:2.25rem}}.section-header__subtitle{font-size:1.125rem;color:#595959;line-height:1.625}@media (min-width: 1024px){.section-header__subtitle{font-size:1.25rem}}.section-header--left{text-align:left;margin-left:0}.grid{display:grid;gap:1rem}@media (min-width: 768px){.grid{gap:1.5rem}}@media (min-width: 1024px){.grid{gap:2rem}}.grid--2-col{grid-template-columns:1fr}@media (min-width: 768px){.grid--2-col{grid-template-columns:repeat(2,1fr)}}.grid--3-col{grid-template-columns:1fr}@media (min-width: 768px){.grid--3-col{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid--3-col{grid-template-columns:repeat(3,1fr)}}.grid--4-col{grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.grid--4-col{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.grid--4-col{grid-template-columns:repeat(4,1fr)}}.icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.icon--sm{width:16px;height:16px}.icon--md{width:24px;height:24px}.icon--lg{width:32px;height:32px}.icon--xl{width:48px;height:48px}.icon--bg{padding:.75rem;border-radius:.75rem}.icon--bg-primary{background:#e8f4fc;color:#0e3048}.icon--bg-success{background:#f6ffed;color:#52c41a}.icon--bg-warning{background:#fffbe6;color:#faad14}.divider{height:1px;background:#f0f0f0;margin:2rem 0}.divider--dark{background:#434343}.section--gray{background:#fafafa}.section--dark{background:#1a1a1a;color:#fff}.section--gradient{background:linear-gradient(135deg,#f8fafc,#e8f4fc)}.trust-indicators{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:center}@media (min-width: 1024px){.trust-indicators{gap:2.5rem}}.trust-indicators__item{display:flex;align-items:center;gap:.5rem;color:#595959;font-size:.875rem}.trust-indicators__item svg{color:#52c41a}.logo-grid{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center}.logo-grid__item{opacity:.5;transition:opacity .2s ease;filter:grayscale(100%)}.logo-grid__item:hover{opacity:1;filter:grayscale(0%)}.logo-grid__item img{height:32px;width:auto}.accordion{border:1px solid #f0f0f0;border-radius:.75rem;overflow:hidden}.accordion__item{border-bottom:1px solid #f0f0f0}.accordion__item:last-child{border-bottom:none}.accordion__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:transparent;border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;font-weight:500;color:#1a1a1a;text-align:left;cursor:pointer;transition:background .15s ease}.accordion__header:hover{background:#fafafa}.accordion__header[aria-expanded=true] .accordion__icon{transform:rotate(180deg)}.accordion__icon{width:20px;height:20px;flex-shrink:0;transition:transform .2s ease;color:#8c8c8c}.accordion__content{padding:0 1.5rem 1.25rem;color:#595959;line-height:1.625}.steps{display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.steps{flex-direction:row}}.steps__item{flex:1;position:relative;text-align:center}@media (min-width: 1024px){.steps__item{text-align:left}}.steps__number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#0e3048;color:#fff;font-size:1.25rem;font-weight:700;border-radius:9999px;margin:0 auto 1rem}@media (min-width: 1024px){.steps__number{margin:0 0 1rem}}.steps__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.steps__description{font-size:1rem;color:#595959;line-height:1.625}.steps__connector{display:none}@media (min-width: 1024px){.steps__connector{display:block;position:absolute;top:24px;left:calc(50% + 32px);width:calc(100% - 64px);height:2px;background:#f0f0f0}}.testimonial{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease,transform .2s ease}.testimonial:hover{box-shadow:0 8px 24px #0000001f}.testimonial{padding:1.5rem}.testimonial__content{font-size:1.125rem;color:#1a1a1a;line-height:1.625;margin-bottom:1.5rem;font-style:italic}.testimonial__content:before{content:'"';font-size:2.25rem;color:#0e3048;line-height:0;vertical-align:bottom;margin-right:.25rem}.testimonial__author{display:flex;align-items:center;gap:.75rem}.testimonial__avatar{width:48px;height:48px;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.testimonial__name{font-weight:600;color:#1a1a1a}.testimonial__role{font-size:.875rem;color:#595959}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 1024px){.stats{grid-template-columns:repeat(4,1fr)}}.stats__item{text-align:center}.stats__value{font-size:2.25rem;font-weight:700;color:#0e3048;line-height:1.25}@media (min-width: 1024px){.stats__value{font-size:3rem}}.stats__label{font-size:1rem;color:#595959;margin-top:.5rem}.key-takeaway{margin:1.5rem 0;padding:1rem 1.5rem;background:#e8f4fc;border-left:4px solid #0e3048;border-radius:0 .5rem .5rem 0}.key-takeaway__label{display:block;color:#0e3048;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.key-takeaway__content{margin:.5rem 0 0;color:#1a1a1a;font-size:1rem;line-height:1.625}.legal-page{background:#fff}.legal-page__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.legal-page__title{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}@media (min-width: 1024px){.legal-page__title{font-size:2.25rem}}.legal-page__date{font-size:.875rem;color:#595959}.legal-page__content{max-width:680px}.legal-page__footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #f0f0f0}.prose{font-size:1rem;line-height:1.625;color:#1a1a1a}@media (min-width: 1024px){.prose{font-size:1.125rem}}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:#1a1a1a;margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.25}.prose h1:first-child,.prose h2:first-child,.prose h3:first-child,.prose h4:first-child,.prose h5:first-child,.prose h6:first-child{margin-top:0}.prose h2{font-size:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}@media (min-width: 1024px){.prose h2{font-size:1.875rem}}.prose h3{font-size:1.25rem}@media (min-width: 1024px){.prose h3{font-size:1.5rem}}.prose h4{font-size:1.125rem}@media (min-width: 1024px){.prose h4{font-size:1.25rem}}.prose p{margin-bottom:1rem}.prose p:last-child{margin-bottom:0}.prose a{color:#1890ff;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.prose a:hover{color:#40a9ff}.prose ul,.prose ol{margin:1rem 0;padding-left:1.5rem}.prose ul li,.prose ol li{margin-bottom:.5rem}.prose ul li:last-child,.prose ol li:last-child{margin-bottom:0}.prose ul{list-style-type:disc}.prose ul ul{list-style-type:circle;margin-top:.5rem}.prose ol{list-style-type:decimal}.prose ol ol{list-style-type:lower-alpha;margin-top:.5rem}.prose strong,.prose b{font-weight:600;color:#1a1a1a}.prose em,.prose i{font-style:italic}.prose blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #0e3048;background:#fafafa;color:#595959;font-style:italic;border-radius:0 .5rem .5rem 0}.prose blockquote p:last-child{margin-bottom:0}.prose code{font-family:SF Mono,Fira Code,Fira Mono,Menlo,Monaco,Consolas,monospace;font-size:.875em;padding:.25rem .5rem;background:#f5f5f5;border-radius:.25rem;color:#0e3048}.prose pre{margin:1.5rem 0;padding:1rem;background:#1a1a1a;border-radius:.5rem;overflow-x:auto}.prose pre code{padding:0;background:transparent;color:#f5f5f5}.prose hr{margin:2rem 0;border:none;border-top:1px solid #f0f0f0}.prose table{width:100%;margin:1.5rem 0;border-collapse:collapse;font-size:.875rem}@media (min-width: 1024px){.prose table{font-size:1rem}}.prose th,.prose td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #f0f0f0}.prose th{font-weight:600;background:#fafafa}.prose img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem}.modal[hidden]{display:none}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.modal__container{position:relative;width:100%;max-width:520px;max-height:calc(100vh - 2rem);background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0f0}.modal__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:9999px;color:#8c8c8c;cursor:pointer;transition:all .15s ease}.modal__close:hover{background:#f5f5f5;color:#1a1a1a}.modal__close:focus-visible{outline:2px solid #0e3048;outline-offset:2px}.modal__close svg{width:24px;height:24px}.modal__body{padding:1.5rem;overflow-y:auto}.modal__grid{display:grid;gap:1.25rem}@media (min-width: 768px){.modal__grid{grid-template-columns:repeat(2,1fr)}}.modal__form{display:contents}.form-group{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 768px){.form-group--full{grid-column:span 2}}.form-group__label{font-size:.875rem;font-weight:500;color:#1a1a1a}.form-group__required{color:#ff4d4f}.form-group__error{font-size:.75rem;color:#ff4d4f;min-height:16px;opacity:0;transition:opacity .15s ease}.form-group__error--visible{opacity:1}.phone-input{display:flex;align-items:center;border:1px solid #d9d9d9;border-radius:.5rem;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.phone-input:focus-within{border-color:#0e3048;box-shadow:0 0 0 2px #e8f4fc}.phone-input__prefix{display:flex;align-items:center;justify-content:center;padding:0 .75rem;height:40px;background:#f5f5f5;color:#595959;font-size:.875rem;font-weight:500;border-right:1px solid #d9d9d9;white-space:nowrap}.phone-input__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E") no-repeat right 8px center;border:none;border-right:1px solid #d9d9d9;padding:0 1.5rem 0 .75rem;height:40px;font-size:.875rem;font-weight:500;color:#595959;cursor:pointer;min-width:85px}.phone-input__select:focus-visible{outline:2px solid #0e3048;outline-offset:-2px;background-color:#f0f0f0}.phone-input__field{border:none;border-radius:0}.phone-input__field:focus-visible{box-shadow:none}.phone-input--with-select .phone-input__field{flex:1}.textarea{resize:vertical;min-height:100px;padding-top:.75rem;padding-bottom:.75rem}.input--error{border-color:#ff4d4f}.input--error:focus-visible{box-shadow:0 0 0 2px #fff2f0}.phone-input:has(.input--error){border-color:#ff4d4f}.phone-input:has(.input--error):focus-within{box-shadow:0 0 0 2px #fff2f0}.modal__footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #f0f0f0;background:#fafafa}.modal__success,.modal__error,.modal__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;min-height:300px}.modal__success[hidden],.modal__error[hidden],.modal__loading[hidden]{display:none}.modal__success-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#f6ffed;border-radius:9999px;color:#52c41a;margin-bottom:1.5rem}.modal__success-icon svg{width:32px;height:32px}.modal__success-message{font-size:1rem;color:#595959;line-height:1.625;max-width:360px;margin-bottom:1.5rem}.modal__error-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff2f0;border-radius:9999px;color:#ff4d4f;margin-bottom:1.5rem}.modal__error-icon svg{width:32px;height:32px}.modal__error-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem}.modal__error-message{font-size:1rem;color:#595959;line-height:1.625;max-width:360px;margin-bottom:1.5rem}.modal__spinner{width:48px;height:48px;border:3px solid #f0f0f0;border-top-color:#0e3048;border-radius:9999px;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.modal__loading p{color:#595959;font-size:.875rem}.modal__container--result{max-width:440px;padding:0}.modal__container--result .modal__close{position:absolute;top:1rem;right:1rem;z-index:1}.modal__result{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem 2rem;text-align:center;min-height:280px}.modal__result[hidden]{display:none}.modal__result-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:9999px;margin-bottom:1.5rem}.modal__result-icon svg{width:40px;height:40px}.modal__result-icon--success{background:#f6ffed;color:#52c41a}.modal__result-icon--error{background:#fff2f0;color:#ff4d4f}.modal__result-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem}.modal__result-message{font-size:1rem;color:#595959;line-height:1.625;max-width:320px;margin:0 0 2rem}.modal__result-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.modal__result-actions--error{flex-direction:column-reverse;width:100%;max-width:280px}@media (min-width: 768px){.modal__result-actions--error{flex-direction:row;max-width:none}}.modal__result-actions .btn{min-width:120px}.hero-section{background:linear-gradient(135deg,#f8fafc,#e8f4fc);display:flex;flex-direction:column}.hero-section__container{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;padding-top:3rem;padding-bottom:3rem}@media (min-width: 1024px){.hero-section__container{grid-template-columns:1fr 360px;gap:2.5rem;padding-top:4rem;padding-bottom:4rem}}@media (min-width: 1280px){.hero-section__container{grid-template-columns:1fr 400px;gap:3rem}}.hero-section__left{display:flex;flex-direction:column;gap:1.5rem;text-align:center}@media (min-width: 1024px){.hero-section__left{text-align:left}}.hero-section__headline{font-size:1.875rem;font-weight:700;color:#1a1a1a;line-height:1.25;margin:0}@media (min-width: 768px){.hero-section__headline{font-size:2.25rem}}@media (min-width: 1024px){.hero-section__headline{font-size:3rem}}.hero-section__subheadline{font-size:1.125rem;color:#595959;line-height:1.625;max-width:560px;margin:0 auto}@media (min-width: 1024px){.hero-section__subheadline{font-size:1.25rem;margin:0}}.hero-section__cta{display:flex;flex-direction:column;gap:1rem}.hero-section__cta-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:520px;margin:0 auto}@media (min-width: 1024px){.hero-section__cta-form{margin:0}}.hero-section__input,.hero-section__button{width:100%}.hero-section__benefits{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width: 1024px){.hero-section__benefits{justify-content:flex-start}}.hero-section__benefit{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#595959}.hero-section__benefit .anticon{color:#52c41a}.hero-section__demo-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:1px solid #d9d9d9;border-radius:.5rem;font-size:1rem;font-weight:500;color:#595959;cursor:pointer;transition:all .15s ease;width:-moz-fit-content;width:fit-content;margin:0 auto}@media (min-width: 1024px){.hero-section__demo-btn{margin:0}}.hero-section__demo-btn:hover{border-color:#0e3048;color:#0e3048}.hero-section__demo-btn:focus-visible{outline:2px solid #0e3048;outline-offset:2px}.hero-section__demo-btn .anticon{font-size:20px}.hero-section__demo-duration{font-size:.75rem;color:#8c8c8c;background:#f5f5f5;padding:.25rem .5rem;border-radius:.25rem}.hero-section__right{display:flex;justify-content:center;order:-1}@media (min-width: 1024px){.hero-section__right{order:0}}.hero-section__features{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;width:100%;max-width:380px}@media (min-width: 1024px){.hero-section__features{padding:2rem}}.hero-section__feature{text-align:center;animation:featureFadeIn .3s ease-out}.hero-section__feature-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;margin:0 auto 1rem;font-size:28px;transition:all .2s ease}.hero-section__feature-label{display:block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;transition:color .2s ease}.hero-section__feature-headline{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.25}@media (min-width: 1024px){.hero-section__feature-headline{font-size:1.875rem}}.hero-section__feature-detail{font-size:1rem;color:#595959;line-height:1.625;margin:0}.hero-section__indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.hero-section__indicator{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid #f0f0f0;border-radius:.5rem;font-size:18px;color:#8c8c8c;cursor:pointer;transition:all .15s ease}.hero-section__indicator:hover{border-color:#bfbfbf;color:#595959}.hero-section__indicator:focus-visible{outline:2px solid #0e3048;outline-offset:2px}.hero-section__indicator--active{background:#fff;box-shadow:0 1px 2px #0000000d}.hero-section__trust{background:#fff;border-top:1px solid #f0f0f0;padding:1.25rem 0}.hero-section__trust-items{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:center}@media (min-width: 1024px){.hero-section__trust-items{gap:4rem}}.hero-section__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#595959}@media (min-width: 1024px){.hero-section__trust-item{font-size:1rem}}.hero-section__trust-icon{color:#52c41a;font-size:18px}.hero-section__trust-stars{color:#faad14;letter-spacing:2px}@keyframes featureFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hero-section__feature{animation:none}}.product-overview{background:#fafafa}.product-overview__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.product-overview__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.product-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;transition:all .2s ease}@media (min-width: 1024px){.product-card{padding:2rem}}.product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.product-card--pro{border-top:4px solid #0e3048}.product-card--care{border-top:4px solid #ff6f2c}.product-card__header{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.product-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#e8f4fc;color:#0e3048;border-radius:.75rem;margin-bottom:1rem;font-size:28px}@media (min-width: 1024px){.product-card__icon{width:80px;height:80px;font-size:36px}}.product-card__icon--care{background:#fff7f0;color:#ff6f2c}.product-card__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}@media (min-width: 1024px){.product-card__title{font-size:1.875rem}}.product-card__subtitle{font-size:1.125rem;font-weight:500;color:#0e3048;margin-bottom:.75rem}.product-card--care .product-card__subtitle{color:#0e3048}.product-card__description{font-size:1rem;color:#595959;line-height:1.625;margin-bottom:1.5rem}@media (min-width: 1024px){.product-card__description{font-size:1.125rem}}.product-card__features{list-style:none;padding:0;margin:0 0 1.5rem;flex-grow:1}.product-card__feature{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:1rem;color:#595959;line-height:1.5}.product-card__feature-check{color:#52c41a;font-weight:700;flex-shrink:0}.product-card__footer{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:1px solid #f0f0f0;margin-top:auto}.product-card__target{font-size:.875rem;color:#8c8c8c}.product-card__cta{display:inline-flex;align-items:center;gap:.5rem;width:100%}@media (min-width: 768px){.product-card__cta{width:auto}}.product-card__cta .anticon{transition:transform .15s ease}.product-card__cta:hover .anticon{transform:translate(4px)}.ecosystem-section{background:#fafafa}.ecosystem-section__definitions{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media (min-width: 768px){.ecosystem-section__definitions{grid-template-columns:repeat(2,1fr);gap:2rem}}.ecosystem-section__connection{text-align:center;margin-bottom:2rem}.ecosystem-section__connection-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}@media (min-width: 1024px){.ecosystem-section__connection-title{font-size:1.5rem}}.ecosystem-section__connection-description{font-size:1rem;color:#595959;line-height:1.625;max-width:600px;margin:0 auto 2rem}@media (min-width: 1024px){.ecosystem-section__connection-description{font-size:1.125rem}}.ecosystem-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;position:relative;transition:transform .2s ease,box-shadow .2s ease}@media (min-width: 1024px){.ecosystem-card{padding:2rem}}.ecosystem-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.ecosystem-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;margin-bottom:1rem;color:#fff}.ecosystem-card--pro .ecosystem-card__icon{background:#0e3048}.ecosystem-card--care .ecosystem-card__icon{background:#52c41a}.ecosystem-card__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}@media (min-width: 1024px){.ecosystem-card__title{font-size:1.25rem}}.ecosystem-card__definition{font-size:1rem;color:#595959;line-height:1.625;margin-bottom:1rem}.ecosystem-card__badge{position:absolute;top:1rem;right:1rem}@media (min-width: 1024px){.ecosystem-card__badge{top:1.5rem;right:1.5rem}}.ecosystem-diagram{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000d}@media (min-width: 768px){.ecosystem-diagram{flex-direction:row;justify-content:center;gap:1.5rem;padding:2rem}}.ecosystem-diagram__node{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:.75rem;min-width:120px;text-align:center;transition:transform .15s ease}@media (min-width: 768px){.ecosystem-diagram__node{min-width:140px}}.ecosystem-diagram__node:hover{transform:scale(1.05)}.ecosystem-diagram__node--pro{background:#e8f4fc}.ecosystem-diagram__node--pro .ecosystem-diagram__node-icon{color:#0e3048}.ecosystem-diagram__node--cloud{background:#f5f5f5}.ecosystem-diagram__node--cloud .ecosystem-diagram__node-icon{color:#595959}.ecosystem-diagram__node--care{background:#f6ffed}.ecosystem-diagram__node--care .ecosystem-diagram__node-icon{color:#52c41a}.ecosystem-diagram__node-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.ecosystem-diagram__node-label{font-size:.875rem;font-weight:500;color:#1a1a1a}@media (min-width: 768px){.ecosystem-diagram__node-label{font-size:1rem}}.ecosystem-diagram__arrow{color:#bfbfbf;transform:rotate(90deg)}@media (min-width: 768px){.ecosystem-diagram__arrow{transform:rotate(0)}}.ecosystem-diagram__arrow svg{width:32px;height:24px}@media (min-width: 768px){.ecosystem-diagram__arrow svg{width:40px}}.features-section--pro{background:#fff}.features-section--care{background:#fafafa}.features-section__grid{margin-top:2rem}.feature-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .2s ease;display:flex;flex-direction:column;height:100%}.feature-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.feature-card--pro{border-bottom:3px solid transparent}.feature-card--pro:hover{border-bottom-color:#0e3048}.feature-card--care{border-bottom:3px solid transparent}.feature-card--care:hover{border-bottom-color:#ff6f2c}.feature-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;margin-bottom:1rem;font-size:24px}.feature-card__icon--pro{background:#e8f4fc;color:#0e3048}.feature-card__icon--care{background:#fff7f0;color:#ff6f2c}.feature-card__content{flex:1;display:flex;flex-direction:column}.feature-card__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.25}@media (min-width: 1024px){.feature-card__title{font-size:1.25rem}}.feature-card__description{font-size:1rem;color:#595959;line-height:1.625;flex:1}.feature-card__status{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;margin-top:1rem;padding:.5rem .75rem;border-radius:.5rem}.feature-card__status .anticon{font-size:14px}.feature-card__status--available{background:#f6ffed;color:#52c41a}.feature-card__status--coming{background:#e6f7ff;color:#1890ff}.benefits-section{background:linear-gradient(135deg,#0e3048,#061a28);color:#fff;overflow:hidden}.benefits-section .section-header__label{color:#ff6f2c;font-weight:700}.benefits-section .section-header__title{color:#fff}.benefits-section .section-header__subtitle{color:#ffffffd9}.benefits-section__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem}@media (min-width: 1024px){.benefits-section__stats{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center;padding:1.5rem;background:#ffffff1a;border-radius:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.stat-card:hover{background:#ffffff26;transform:translateY(-4px)}.stat-card__value{font-size:2.25rem;font-weight:700;line-height:1.25;margin-bottom:.5rem;color:#ff6f2c}@media (min-width: 1024px){.stat-card__value{font-size:3rem}}.stat-card__label{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.stat-card__description{font-size:.875rem;opacity:.8}.comparison{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}@media (min-width: 768px){.comparison{grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:stretch}}.comparison__column{border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column}@media (min-width: 1024px){.comparison__column{padding:2rem}}.comparison__column--traditional{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.comparison__column--traditional .comparison__icon{color:#ff4d4f;opacity:.7}.comparison__column--traditional .comparison__text{color:#ffffffb3}.comparison__column--traditional .comparison__detail{color:#ffffff80}.comparison__column--vetlyx{background:#ffffff1f;border:2px solid #ff6f2c;position:relative}.comparison__column--vetlyx:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:1rem;background:linear-gradient(135deg,rgba(255,111,44,.3),transparent);z-index:-1;filter:blur(20px)}.comparison__column--vetlyx .comparison__icon{color:#52c41a}.comparison__column--vetlyx .comparison__text{color:#fff;font-weight:500}.comparison__column--vetlyx .comparison__detail{color:#ffffffbf}.comparison__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.15)}.comparison__title{font-size:1.25rem;font-weight:700;color:#fff;margin:0}@media (min-width: 1024px){.comparison__title{font-size:1.5rem}}.comparison__badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#ff6f2c;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;border-radius:9999px}.comparison__list{list-style:none;padding:0;margin:0;flex-grow:1}.comparison__item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.comparison__item:last-child{border-bottom:none}.comparison__icon{flex-shrink:0;font-size:20px;margin-top:2px}.comparison__content{display:flex;flex-direction:column;gap:.25rem}.comparison__text{font-size:1rem;line-height:1.5}@media (min-width: 1024px){.comparison__text{font-size:1.125rem}}.comparison__detail{font-size:.875rem;line-height:1.5}.comparison__footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.comparison__cta{width:100%}@media (min-width: 768px){.comparison__cta{width:auto}}.comparison__divider{display:none}@media (min-width: 768px){.comparison__divider{display:flex;align-items:center;justify-content:center}}.comparison__vs{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ff6f2c;color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px;box-shadow:0 4px 16px #ff6f2c66}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.benefits-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.benefit-card{text-align:center;padding:1.25rem;background:#ffffff14;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);transition:all .2s ease}@media (min-width: 1024px){.benefit-card{padding:1.5rem}}.benefit-card:hover{background:#ffffff1f;transform:translateY(-4px);border-color:#fff3}.benefit-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ff6f2c33;color:#ff6f2c;border-radius:.75rem;margin:0 auto 1rem;font-size:24px}@media (min-width: 1024px){.benefit-card__icon{width:56px;height:56px;font-size:28px}}.benefit-card__title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem}@media (min-width: 1024px){.benefit-card__title{font-size:1.125rem}}.benefit-card__text{font-size:.875rem;color:#ffffffbf;line-height:1.625;margin:0}@media (min-width: 1024px){.benefit-card__text{font-size:1rem}}@media (max-width: 767px){.comparison__column{padding:1.25rem}.comparison__item{gap:.75rem;padding:.75rem 0}.comparison__divider{display:flex;justify-content:center;padding:.5rem 0}.comparison__vs{width:40px;height:40px;font-size:.75rem}.benefit-card{padding:1rem}.benefit-card__icon{width:40px;height:40px;font-size:20px}}.testimonials-section{background:#fff}.testimonials-section__carousel{display:flex;align-items:center;gap:1rem;max-width:800px;margin:0 auto}@media (min-width: 768px){.testimonials-section__carousel{gap:2rem}}.testimonials-section__nav{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d9d9d9;border-radius:9999px;cursor:pointer;transition:all .15s ease;font-size:16px;color:#595959}.testimonials-section__nav:hover{background:#0e3048;border-color:#0e3048;color:#fff}.testimonials-section__nav:focus-visible{outline:2px solid #0e3048;outline-offset:2px}@media (max-width: 767px){.testimonials-section__nav{display:none}}.testimonials-section__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonials-section__dot{width:24px;height:24px;border-radius:9999px;background:transparent;border:none;cursor:pointer;transition:all .15s ease;position:relative;display:flex;align-items:center;justify-content:center}.testimonials-section__dot:after{content:"";width:10px;height:10px;border-radius:9999px;background:#d9d9d9;transition:all .15s ease}.testimonials-section__dot:hover:after{background:#bfbfbf}.testimonials-section__dot:focus-visible{outline:2px solid #0e3048;outline-offset:2px}.testimonials-section__dot--active:after{width:24px;background:#0e3048}.testimonials-section__trusted{margin-top:4rem;text-align:center}.testimonials-section__trusted-label{font-size:.875rem;font-weight:500;color:#8c8c8c;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.testimonials-section__logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}@media (min-width: 1024px){.testimonials-section__logos{gap:2.5rem}}.testimonials-section__logo{padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#8c8c8c;background:#f5f5f5;border-radius:.5rem;transition:all .15s ease}.testimonials-section__logo:hover{background:#f0f0f0;color:#595959}.testimonial-card{flex:1;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;text-align:center}@media (min-width: 1024px){.testimonial-card{padding:2.5rem}}.testimonial-card__quote{font-size:1.125rem;line-height:1.625;color:#1a1a1a;font-style:italic;margin-bottom:2rem;position:relative}@media (min-width: 1024px){.testimonial-card__quote{font-size:1.25rem}}.testimonial-card__quote-mark{font-size:3.75rem;color:#0e3048;line-height:0;vertical-align:bottom;margin-right:.5rem;font-style:normal;opacity:.3}.testimonial-card__author{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-card__avatar{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#0e3048;color:#fff;font-size:1.25rem;font-weight:700;border-radius:9999px}.testimonial-card__info{text-align:left}.testimonial-card__name{font-size:1rem;font-weight:600;color:#1a1a1a}.testimonial-card__role{font-size:.875rem;color:#0e3048;font-weight:500}.testimonial-card__clinic{font-size:.875rem;color:#595959}.how-it-works{padding-bottom:2.5rem}@media (min-width: 1024px){.how-it-works{padding-bottom:3rem}}.how-it-works__tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem;background:#fff;border-radius:.75rem;padding:.25rem;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;box-shadow:0 1px 2px #0000000d}.how-it-works__tab{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#595959;background:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease}.how-it-works__tab:hover{color:#1a1a1a;background:#f5f5f5}.how-it-works__tab:focus-visible{outline:2px solid #0e3048;outline-offset:2px}.how-it-works__tab--active{background:#0e3048;color:#fff}.how-it-works__tab--active:hover{background:#1a4a6e;color:#fff}.how-it-works__steps{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.how-it-works__steps{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.how-it-works__steps{grid-template-columns:repeat(4,1fr)}}.how-it-works__cta{text-align:center;margin-top:3rem}.how-it-works__cta-note{font-size:.875rem;color:#595959;margin-top:.75rem}.step-card{position:relative;background:#fff;border-radius:.75rem;padding:1.5rem;text-align:center;box-shadow:0 2px 8px #00000014;transition:all .2s ease}.step-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.step-card__number{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#0e3048;color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px}.step-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#e8f4fc;color:#0e3048;border-radius:.75rem;margin:1rem auto;font-size:28px}.step-card__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.step-card__description{font-size:1rem;color:#595959;line-height:1.625}.step-card__connector{display:none}@media (min-width: 1024px){.step-card__connector{display:block;position:absolute;top:50%;right:-1rem;width:2rem;height:2px;background:#f0f0f0}.step-card__connector:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#f0f0f0}}.step-card:last-child .step-card__connector{display:none}.faq-section{padding-top:3rem;padding-bottom:3rem}@media (min-width: 1024px){.faq-section{padding-top:4rem;padding-bottom:4rem}}.faq-section__tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.faq-section__tab{padding:.75rem 1.25rem;font-size:1rem;font-weight:500;color:#595959;background:#fff;border:1px solid #d9d9d9;border-radius:.5rem;cursor:pointer;transition:all .15s ease}.faq-section__tab:hover{border-color:#0e3048;color:#0e3048}.faq-section__tab:focus-visible{outline:2px solid #0e3048;outline-offset:2px}.faq-section__tab--active{background:#0e3048;border-color:#0e3048;color:#fff}.faq-section__tab--active:hover{background:#1a4a6e;border-color:#1a4a6e;color:#fff}.faq-section__accordion{width:100%;border:1px solid #f0f0f0;border-radius:.75rem;overflow:hidden;background:#fff}.faq-section__panel--hidden{display:none}.faq-section__contact{text-align:center;margin-top:2rem}.faq-section__contact p{font-size:1rem;color:#595959;margin-bottom:.75rem}.accordion-item{border-bottom:1px solid #f0f0f0}.accordion-item:last-child{border-bottom:none}.accordion-item__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:transparent;border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;text-align:left;cursor:pointer;transition:background .15s ease}@media (min-width: 1024px){.accordion-item__header{font-size:1.125rem}}.accordion-item__header:hover{background:#fafafa}.accordion-item__header:focus-visible{outline:2px solid #0e3048;outline-offset:2px;outline-offset:-2px}.accordion-item__question{font-weight:500;color:#1a1a1a;line-height:1.375}.accordion-item__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#8c8c8c;transition:transform .2s ease}.accordion-item__content{padding:0 1.5rem 1.25rem}.accordion-item__content p{font-size:1rem;color:#595959;line-height:1.625}.accordion-item--open .accordion-item__header{background:#fafafa}.accordion-item--open .accordion-item__question,.accordion-item--open .accordion-item__icon{color:#0e3048}.final-cta{background:#fafafa;padding-top:3rem}@media (min-width: 1024px){.final-cta{padding-top:4rem}}.final-cta__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.final-cta__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.final-cta__card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f0f0f0}@media (min-width: 768px){.final-cta__card{padding:2rem}}.final-cta__badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem;margin-bottom:1rem}.final-cta__badge--pro{background:#0e3048;color:#fff}.final-cta__badge--care{background:#fff7f0;color:#ff6f2c}.final-cta__headline{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.25}@media (min-width: 768px){.final-cta__headline{font-size:1.5rem}}.final-cta__description{font-size:1rem;color:#595959;line-height:1.625;margin:0 0 1.25rem}.final-cta__form{display:flex;flex-direction:column;gap:.75rem}.final-cta__input{width:100%;height:48px;padding:0 1rem;font-size:1rem;color:#1a1a1a;background:#fff;border:1px solid #d9d9d9;border-radius:.5rem;transition:border-color .15s ease,box-shadow .15s ease}.final-cta__input::-moz-placeholder{color:#8c8c8c}.final-cta__input::placeholder{color:#8c8c8c}.final-cta__input:hover{border-color:#bfbfbf}.final-cta__input:focus-visible{outline:none;border-color:#0e3048;box-shadow:0 0 0 3px #0e30481a}.final-cta__input.input--error{border-color:#ff4d4f}.final-cta__input.input--error:focus-visible{border-color:#ff4d4f;box-shadow:0 0 0 3px #ff4d4f1a}.final-cta__button{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:.5rem}.final-cta__button .anticon{font-size:14px}.final-cta__note{font-size:.875rem;color:#8c8c8c;margin:1rem 0 0;text-align:center}.final-cta__error{font-size:.875rem;color:#ff4d4f;margin:.5rem 0 0;text-align:left}.final-cta__success{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#52c41a1a;border-radius:.5rem;color:#52c41a;font-weight:500}.final-cta__success .anticon{font-size:20px}*,*:before,*:after{box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1a1a1a;background-color:#fff;min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}.footer{flex-shrink:0}h1,h2,h3,h4,h5,h6{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-weight:700;line-height:1.25;color:#1a1a1a}h1{font-size:1.875rem}@media (min-width: 1024px){h1{font-size:3rem}}h2{font-size:1.5rem}@media (min-width: 1024px){h2{font-size:2.25rem}}h3{font-size:1.25rem}@media (min-width: 1024px){h3{font-size:1.5rem}}p{margin:0 0 1rem}a{color:#1890ff;text-decoration:none;transition:color .15s ease}a:hover{color:#40a9ff}.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}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media (min-width: 768px){.container{padding-left:2rem;padding-right:2rem}}@media (min-width: 1024px){.container{padding-left:2.5rem;padding-right:2.5rem}}.section{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.section{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1024px){.section{padding-top:6rem;padding-bottom:6rem}}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:9999;padding:.75rem 1.5rem;background:#0e3048;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:500;transition:top .15s ease}.skip-link:focus-visible{top:1rem;outline:2px solid #0e3048;outline-offset:2px}.header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid #f0f0f0}.header__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media (min-width: 768px){.header__container{padding-left:2rem;padding-right:2rem}}@media (min-width: 1024px){.header__container{padding-left:2.5rem;padding-right:2.5rem}}.header__container{display:flex;align-items:center;justify-content:space-between;height:56px;overflow:visible}@media (min-width: 1024px){.header__container{height:64px}}.header__logo{display:flex;align-items:center}.header__logo img{height:28px;width:auto}@media (min-width: 1024px){.header__logo img{height:32px}}.header__nav{display:none}@media (min-width: 1024px){.header__nav{display:flex;gap:2rem}}.header__nav-list{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.header__nav-item--dropdown{position:relative;display:flex;align-items:center}.header__nav-link{color:#595959;font-weight:500;text-decoration:none;transition:color .15s ease}.header__nav-link:hover{color:#0e3048}.header__nav-link--dropdown{display:flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;padding:0}.header__dropdown-icon{transition:transform .15s ease}[aria-expanded=true] .header__dropdown-icon{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;left:0;z-index:100;min-width:180px;margin-top:.5rem;padding:.5rem 0;background:#fff;border:1px solid #f0f0f0;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;list-style:none;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .15s ease}[aria-expanded=true]+.header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-link{display:block;padding:.75rem 1rem;color:#1a1a1a;font-size:.875rem;text-decoration:none}.header__dropdown-link:hover{background:#fafafa;color:#0e3048}.header__dropdown-divider{height:1px;margin:.5rem 0;background:#f0f0f0}.header__actions{display:flex;align-items:center;gap:.75rem;overflow:visible}@media (min-width: 1024px){.header__actions{gap:1rem}}.header__login-btn{display:none}@media (min-width: 1024px){.header__login-btn{display:inline-flex}}.header__cta-btn{display:none}@media (min-width: 1024px){.header__cta-btn{display:inline-flex}}.header__mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer}@media (min-width: 1024px){.header__mobile-menu-btn{display:none}}.header__hamburger{position:relative;width:24px;height:2px;background:#1a1a1a;transition:background .15s ease}.header__hamburger:before,.header__hamburger:after{content:"";position:absolute;left:0;width:100%;height:2px;background:#1a1a1a;transition:transform .2s ease}.header__hamburger:before{top:-8px}.header__hamburger:after{top:8px}.header--menu-open .header__hamburger{background:transparent}.header--menu-open .header__hamburger:before{transform:translateY(8px) rotate(45deg)}.header--menu-open .header__hamburger:after{transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;top:56px;left:0;right:0;bottom:0;z-index:300;background:#fff;transform:translate(100%);transition:transform .2s ease;overflow-y:auto;display:flex;flex-direction:column}@media (min-width: 1024px){.mobile-menu{display:none}}.mobile-menu--open{transform:translate(0)}.mobile-menu__nav{list-style:none;margin:0;padding:1.5rem}.mobile-menu__nav-item{border-bottom:1px solid #f0f0f0}.mobile-menu__nav-link{display:block;padding:1rem 0;color:#1a1a1a;font-size:1.125rem;font-weight:500;text-decoration:none}.mobile-menu__nav-link--submenu{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;font-family:inherit}.mobile-menu__submenu-icon{transition:transform .15s ease}[aria-expanded=true] .mobile-menu__submenu-icon{transform:rotate(180deg)}.mobile-menu__submenu{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .2s ease}.mobile-menu__submenu[aria-hidden=false]{max-height:200px}.mobile-menu__submenu-link{display:block;padding:.75rem 1rem;color:#595959;font-size:1rem;text-decoration:none}.mobile-menu__submenu-link:hover{color:#0e3048}.mobile-menu__footer{margin-top:auto;padding:1.5rem;border-top:1px solid #f0f0f0}.mobile-menu__actions{display:flex;flex-direction:column;gap:.75rem}.mobile-menu__language{margin-bottom:1rem}.mobile-menu__language .language-switcher{width:100%}.mobile-menu__language .language-switcher__trigger{width:100%;justify-content:space-between}.mobile-menu__language .language-switcher__dropdown{left:0;right:0;min-width:100%}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:299;background:#00000080}@media (min-width: 1024px){.mobile-menu-overlay{display:none!important}}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media (min-width: 768px){.footer__container{padding-left:2rem;padding-right:2rem}}@media (min-width: 1024px){.footer__container{padding-left:2.5rem;padding-right:2.5rem}}.footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 768px){.footer__grid{grid-template-columns:2fr repeat(4,1fr);gap:2rem}}@media (min-width: 768px){.footer__brand{grid-column:span 1}}.footer__logo{display:block;margin-bottom:1rem}.footer__logo img{height:32px;width:auto}.footer__tagline{color:#bfbfbf;font-size:.875rem;line-height:1.625;max-width:280px;margin-bottom:1rem}.footer__contact-link{display:inline-flex;align-items:center;color:#bfbfbf;font-size:.875rem;text-decoration:none;transition:color .15s ease}.footer__contact-link:hover{color:#fff}.footer__column h4{color:#fff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer__links{list-style:none;margin:0;padding:0}.footer__link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#bfbfbf;font-size:.875rem;text-decoration:none;transition:color .15s ease}.footer__link:hover{color:#fff}.footer__link svg{flex-shrink:0}.footer__label{display:block;padding:.5rem 0;color:#8c8c8c;font-size:11px;font-weight:600;letter-spacing:.05em;margin-top:.75rem;cursor:default}.footer__label:first-child{margin-top:0}.footer__bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;margin-top:2rem;border-top:1px solid #434343}@media (min-width: 768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer__copyright{color:#8c8c8c;font-size:.875rem}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#bfbfbf;background:#ffffff0d;border-radius:9999px;transition:all .15s ease}.footer__social-link:hover{color:#fff;background:#ffffff1a}.footer__social-link svg{width:20px;height:20px}.language-switcher{position:relative;display:none}@media (min-width: 1024px){.language-switcher{display:block}}.mobile-menu__language .language-switcher{display:block}.language-switcher__trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:1px solid #d9d9d9;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#1a1a1a;transition:all .15s ease}.language-switcher__trigger:hover{border-color:#0e3048}.language-switcher__trigger svg{width:16px;height:16px;transition:transform .15s ease}.language-switcher--open .language-switcher__trigger svg{transform:rotate(180deg)}.language-switcher__dropdown{position:absolute;top:100%;right:0;z-index:100;min-width:150px;margin-top:.5rem;background:#fff;border:1px solid #f0f0f0;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .15s ease}.language-switcher--open .language-switcher__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.language-switcher__option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.875rem;color:#1a1a1a;text-align:left;transition:background .15s ease}.language-switcher__option:hover{background:#fafafa}.language-switcher__option--active{font-weight:500;color:#0e3048}.language-switcher__option:first-child{border-radius:.5rem .5rem 0 0}.language-switcher__option:last-child{border-radius:0 0 .5rem .5rem}
