@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");.pte-hero{position:relative;min-height:60vh;max-height:640px;display:flex;align-items:center;padding:16px 5% 12px;overflow:hidden;background-color:#020b14;font-family:"Oswald",var(--font-inter,sans-serif)}.pte-hero__background{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.pte-hero__bg-shape--main{position:absolute;top:-20%;right:-10%;width:75vw;height:140vh;background:radial-gradient(circle at 70% 30%,#051421 0,#020b14 70%);border-radius:50%;box-shadow:-1px 0 0 0 rgba(0,212,170,.15),inset 0 0 100px rgba(0,212,170,.01)}.pte-hero__bg-shape--secondary{position:absolute;bottom:-20%;right:-5%;width:100vw;height:60vh;background:#03101c;border-radius:50% 50% 0 0;box-shadow:0 -1px 0 0 hsla(0,0%,100%,.03);transform:rotate(-10deg)}.pte-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1440px;margin:0 auto;width:100%;align-items:center}.pte-hero__left{grid-column:1;max-width:650px;position:relative;z-index:2;display:flex;flex-direction:column}.pte-hero__title{font-size:clamp(32px,4vw,56px);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px;color:#fff}.pte-hero__highlight{color:rgba(0,212,170,.9)}.pte-hero__subtitle{font-size:16px;line-height:1.6;color:#98a1ad;margin-bottom:16px;max-width:580px;font-weight:400}.pte-hero__ctas{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px}.pte-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:14px;font-weight:600;border-radius:4px;transition:all .3s ease;text-decoration:none;gap:10px}.pte-hero__cta--primary{background-color:#00d4aa;color:#000}.pte-hero__cta--primary:hover{background-color:#00f0c0;transform:translateY(-2px)}.pte-hero__cta--secondary{background-color:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.15)}.pte-hero__cta--secondary:hover{border-color:hsla(0,0%,100%,.4);background-color:hsla(0,0%,100%,.03);transform:translateY(-2px)}.pte-hero__tertiary-row{margin-top:6px}.pte-hero__cta-tertiary{color:hsla(0,0%,100%,.4);font-size:13px;text-decoration:underline;transition:color .2s}.pte-hero__cta-tertiary:hover{color:#fff}.pte-hero__features{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;font-size:12px;color:#7b8897;margin-top:16px;margin-bottom:16px}.pte-hero__features svg{color:rgba(0,212,170,.7);flex-shrink:0}.pte-hero__dot{margin:0 6px;color:#3b4856}.pte-hero__right{position:relative;grid-column:2;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.pte-hero__image-wrapper{position:relative;width:100%;max-width:400px;margin-top:8px}.pte-hero__img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block;z-index:2;position:relative;filter:drop-shadow(0 15px 30px rgba(0,0,0,.4))}.pte-hero__badge{position:absolute;top:10%;right:-5%;background:rgba(4,17,29,.5);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.05);padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:10px;z-index:3}.pte-hero__badge-icon{color:rgba(0,212,170,.9);display:flex}.pte-hero__badge-content{display:flex;flex-direction:column}.pte-hero__badge-text{font-size:12px;font-weight:500;color:#e2e8f0;line-height:1.3}.pte-hero__prepare{position:absolute;bottom:0;right:0;z-index:3;display:flex;flex-direction:column;opacity:.9}.pte-hero__prepare-label{font-size:11px;font-weight:700;color:rgba(0,212,170,.8);letter-spacing:.1em;margin-bottom:12px}.pte-hero__prepare-grid{display:flex;gap:24px}.pte-hero__prepare-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.pte-hero__prepare-icon{width:40px;height:40px;border-radius:50%;border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:rgba(0,212,170,.9);background:hsla(0,0%,100%,.01)}.pte-hero__prepare-item span{font-size:11px;color:#cbd5e1;font-weight:500;line-height:1.3}.pte-hero__ctas,.pte-hero__features,.pte-hero__subtitle,.pte-hero__tertiary-row,.pte-hero__title{animation:pte-fade-up .8s ease forwards;opacity:0;transform:translateY(20px)}.pte-hero__title{animation-delay:.1s}.pte-hero__subtitle{animation-delay:.2s}.pte-hero__ctas{animation-delay:.3s}.pte-hero__features{animation-delay:.4s}.pte-hero__tertiary-row{animation-delay:.5s}.pte-hero__image-wrapper{animation:pte-fade-in 1s ease .4s forwards;opacity:0}.pte-hero__badge{animation:pte-slide-left .8s ease .8s forwards;opacity:0;transform:translateX(20px)}.pte-hero__prepare{animation:pte-fade-up .8s ease .6s forwards;opacity:0;transform:translateY(20px)}@keyframes pte-fade-up{to{opacity:1;transform:translateY(0)}}@keyframes pte-fade-in{to{opacity:1}}@keyframes pte-slide-left{to{opacity:1;transform:translateX(0)}}@media (max-width:1200px){.pte-hero{height:auto;max-height:none;padding:60px 5% 40px}}@media (max-width:1024px){.pte-hero__content{grid-template-columns:1fr;gap:40px}.pte-hero__bg-shape--main{top:10%;right:-20%;width:120vw;height:100vh}.pte-hero__right{margin-top:10px;height:auto}.pte-hero__prepare{position:relative;right:auto;bottom:auto;margin-top:32px;align-items:center;width:100%}.pte-hero__prepare-label{text-align:center}.pte-hero__prepare-grid{justify-content:center;width:100%;max-width:500px}}@media (max-width:768px){.pte-hero{padding:40px 5%}.pte-hero__title{font-size:32px}.pte-hero__subtitle{font-size:15px}.pte-hero__ctas{flex-direction:column;width:100%}.pte-hero__cta{width:100%}.pte-hero__image-wrapper{max-width:320px}.pte-hero__badge{top:5%;right:-10px;padding:8px 12px}.pte-hero__badge-text{font-size:10px}}@media (max-width:480px){.pte-hero__title{font-size:28px}.pte-hero__prepare-grid{flex-direction:column;gap:16px}.pte-hero__prepare-item{flex-direction:row;text-align:left;gap:16px;background:hsla(0,0%,100%,.02);padding:12px 16px;border-radius:8px;border:1px solid hsla(0,0%,100%,.05)}.pte-hero__prepare-icon{width:32px;height:32px}}