.tp-page{--tp-primary: #001d6e;--tp-primary-light: #2c408f;--tp-green: #22C55E;--tp-text: #171b26;--tp-text-muted: #454651;--tp-bg: #faf8ff;--tp-bg-alt: #F8FAFC;--tp-border: #E2E8F0;--tp-white: #ffffff;--tp-radius: 12px;--tp-container: 1280px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;color:var(--tp-text);background:var(--tp-bg);overflow-x:hidden}.tp-page *{box-sizing:border-box}.tp-h2{font-size:28px;font-weight:700;color:var(--tp-primary);margin:0 0 12px;letter-spacing:-.01em}.tp-subtext{color:var(--tp-text-muted);font-size:16px;line-height:1.6;margin:0}.tp-icon{display:inline-block}.tp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:14px;font-weight:700;font-size:15px;text-decoration:none;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.tp-btn--primary{background:var(--tp-green);color:#fff;box-shadow:0 8px 20px #22c55e40}.tp-btn--primary:hover{transform:translateY(-2px)}.tp-btn--outline{background:transparent;color:var(--tp-primary);border:2px solid var(--tp-primary)}.tp-btn--outline:hover{background:#eef0fb}.tp-link-cta{display:inline-flex;align-items:center;gap:8px;color:var(--tp-primary);font-weight:700;text-decoration:none;white-space:nowrap}.tp-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;justify-content:center;align-items:center;z-index:99999}.tp-popup-content{background-color:#fff;padding:32px;border-radius:var(--tp-radius);box-shadow:0 10px 40px #00000026;text-align:center;max-width:440px;width:90%;position:relative;animation:tpPopupFadeIn .25s ease-out}@keyframes tpPopupFadeIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.tp-popup-close-btn{position:absolute;top:12px;right:18px;font-size:28px;cursor:pointer;color:var(--tp-text-muted);line-height:1}.tp-popup-close-btn:hover{color:var(--tp-text)}.tp-popup-text-content{text-align:left;margin-bottom:24px}.tp-popup-text-content h3{margin:0 0 8px;color:var(--tp-primary);font-size:18px;font-weight:700}.tp-popup-text-content p{color:var(--tp-text-muted);font-size:14px;line-height:1.6;margin:0}.tp-popup-redirect-btn{display:inline-block;padding:14px 28px;background-color:var(--tp-primary);color:#fff;text-decoration:none;border-radius:10px;font-weight:700;font-size:15px;transition:opacity .2s;width:100%}.tp-popup-redirect-btn:hover{opacity:.9}.tp-hero{background:#eceefc;padding:60px 24px}.tp-hero__inner{max-width:var(--tp-container);margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:1024px){.tp-hero__inner{grid-template-columns:1fr 1fr}}.tp-hero__left,.tp-hero__right{min-width:0;width:100%}.tp-hero__left{display:flex;flex-direction:column;justify-content:center}.tp-hero__right{position:relative;display:flex;align-items:center;justify-content:center}.tp-hero__eyebrow{color:var(--tp-green);font-weight:700;font-size:13px;letter-spacing:.05em;text-transform:uppercase;margin:0 0 8px}.tp-hero__title{font-size:38px;line-height:1.15;font-weight:700;color:var(--tp-primary);margin:0 0 20px}@media(min-width:768px){.tp-hero__title{font-size:48px}}.tp-hero__highlight{color:var(--tp-primary-light)}.tp-hero__subtext{font-size:18px;line-height:1.6;color:var(--tp-text-muted);max-width:32rem;margin-bottom:24px}.tp-hero__subtext p{margin:0}.tp-hero__ctas{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:28px}.tp-hero__trust{display:flex;flex-wrap:wrap;gap:28px;padding-top:20px;border-top:1px solid var(--tp-border)}.tp-hero__trust-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--tp-text-muted)}.tp-trust-dot{width:8px;height:8px;border-radius:50%;background:var(--tp-green);flex-shrink:0}.tp-hero__img,.tp-hero__img-placeholder{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16/9;border-radius:var(--tp-radius);object-fit:cover;box-shadow:0 20px 50px #00000026}.tp-hero__img-placeholder{background:#d6d9e8}.tp-services{background:#fff;padding:70px 24px}.tp-services__inner{max-width:var(--tp-container);margin:0 auto;text-align:center}.tp-tabs{display:inline-flex;padding:4px;background:#eef0fb;border-radius:999px;margin-bottom:40px}.tp-tab{padding:12px 32px;border-radius:999px;border:none;background:transparent;font-weight:600;font-size:14px;color:var(--tp-text-muted);cursor:pointer;transition:all .2s ease}.tp-tab--active{background:#fff;color:var(--tp-primary);box-shadow:0 1px 3px #00000014}.tp-cards-group{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch}@media(min-width:640px){.tp-cards-group{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tp-cards-group{grid-template-columns:repeat(3,1fr)}}.tp-cards-group--hidden{display:none}.tp-card{background:#fff;border:1px solid var(--tp-border);border-radius:var(--tp-radius);padding:32px;text-align:left;width:100%;min-width:0;display:flex;flex-direction:column;position:relative;transition:box-shadow .2s ease}.tp-card:hover{box-shadow:0 10px 30px #00000014}.tp-card--wide{padding:40px}.tp-card__badge{position:absolute;top:24px;right:24px;background:#22c55e1a;color:var(--tp-green);font-size:10px;font-weight:700;padding:4px 8px;border-radius:6px;text-transform:uppercase}.tp-card__icon{width:48px;height:48px;background:#001d6e0d;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:20px;color:var(--tp-primary)}.tp-card__title{font-size:22px;font-weight:700;color:var(--tp-primary);margin:0 0 16px}.tp-card__title--lg{font-size:26px}.tp-card__list{list-style:none;margin:0 0 28px;padding:0;flex-grow:1}.tp-card__list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--tp-text-muted);margin-bottom:12px;line-height:1.5}.tp-card__list li:before{content:"\2713";color:var(--tp-green);font-weight:700;flex-shrink:0}.tp-card__cta{display:inline-flex;align-items:center;gap:8px;color:var(--tp-primary);font-weight:700;text-decoration:none;font-size:14px}.tp-card__cta--button{background:var(--tp-primary);color:#fff;padding:14px 28px;border-radius:10px;width:fit-content}.tp-ebooks{background:var(--tp-bg-alt);padding:80px 24px}.tp-ebooks__inner{max-width:var(--tp-container);margin:0 auto}.tp-ebooks__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:48px}.tp-ebooks__heading-wrap{max-width:42rem}.tp-ebooks__grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:768px){.tp-ebooks__grid{grid-template-columns:repeat(3,1fr)}}.tp-ebook{display:block;text-decoration:none;color:inherit;transition:transform .2s ease}a.tp-ebook:hover{transform:translateY(-4px)}a.tp-ebook:hover .tp-ebook__cover{box-shadow:0 16px 32px #00000029}.tp-ebook__cover{aspect-ratio:3/4;border-radius:var(--tp-radius);overflow:hidden;box-shadow:0 10px 25px #0000001a;margin-bottom:20px;background:#fff;transition:box-shadow .2s ease}.tp-ebook__cover img{width:100%;height:100%;object-fit:cover}.tp-ebook__placeholder{width:100%;height:100%;background:#dfe2f1}.tp-ebook__title{font-size:19px;font-weight:700;color:var(--tp-primary);margin:0 0 8px}.tp-ebook__desc{font-size:15px;color:var(--tp-text-muted);line-height:1.6;margin:0}.tp-ebook__link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:14px;font-weight:700;color:var(--tp-primary)}.tp-values{background:#fff;padding:80px 24px;border-top:1px solid var(--tp-border);border-bottom:1px solid var(--tp-border)}.tp-values__inner{max-width:var(--tp-container);margin:0 auto}.tp-values__grid{display:grid;grid-template-columns:1fr;gap:48px;text-align:center}@media(min-width:768px){.tp-values__grid{grid-template-columns:repeat(3,1fr)}}.tp-value{max-width:22rem;margin:0 auto}.tp-value__icon{width:72px;height:72px;border-radius:50%;background:#001d6e0d;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 24px;color:var(--tp-primary)}.tp-value__title{font-size:20px;font-weight:700;color:var(--tp-primary);margin:0 0 12px}.tp-value__desc{font-size:15px;color:var(--tp-text-muted);line-height:1.6;margin:0}.tp-faq{background:var(--tp-bg);padding:80px 24px}.tp-faq__inner{max-width:760px;margin:0 auto}.tp-faq__header{text-align:center;margin-bottom:40px}.tp-faq__list{display:flex;flex-direction:column;gap:12px}.tp-faq-item{background:#fff;border:1px solid var(--tp-border);border-radius:10px;overflow:hidden;transition:border-color .2s ease}.tp-faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:none;border:none;cursor:pointer;font-size:17px;font-weight:700;color:var(--tp-primary);text-align:left}.tp-faq-item__icon{transition:transform .3s ease;flex-shrink:0;margin-left:12px}.tp-faq-item.tp-faq-item--active .tp-faq-item__icon{transform:rotate(180deg)}.tp-faq-item__a{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 24px}.tp-faq-item.tp-faq-item--active .tp-faq-item__a{max-height:600px;padding-bottom:20px}.tp-faq-item__a p{margin:0;color:var(--tp-text-muted);line-height:1.6;font-size:15px}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
