html,body{margin:0;padding:0}[data-landing-template]{box-sizing: border-box;position: relative;isolation: isolate;overflow: hidden;width: 100%;height: 100vh;min-height: 100dvh;padding: 0 40px;display: flex;flex-direction: column;background: #111217;color: #ffffff;font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing: antialiased;justify-content: center;align-items: center;}[data-landing-template] *,[data-landing-template] *::before,[data-landing-template] *::after{box-sizing: border-box;}[data-landing-template] .landing-template__background{position: absolute;z-index: -3;inset: 0;display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}[data-landing-template] .landing-template__overlay{position: absolute;z-index: -2;inset: 0;background: radial-gradient( circle at center,rgba(8,9,13,0.28) 0%,rgba(8,9,13,0.15) 48%,rgba(8,9,13,0.40) 100% ),rgba(8,9,13,0.08);}[data-landing-template] .landing-template__header{position: absolute;z-index: 2;top: 0;left: 0;width: 100%;padding: 28px 40px;display: flex;justify-content: center;text-align: center;}[data-landing-template] .landing-template__brand{color: rgba(255,255,255,0.84);font-size: 18px;line-height: 1;font-weight: 700;letter-spacing: -0.02em;}[data-landing-template] .landing-template__main{position: relative;z-index: 1;flex: 1;width: 100%;min-height: 0;display: flex;align-items: center;justify-content: center;}[data-landing-template] .landing-template__content{width: min(100%,850px);display: flex;flex-direction: column;align-items: center;text-align: center;}[data-landing-template] .landing-template__kicker{width: fit-content;margin: 0 0 20px;padding: 8px 14px;border: 1px solid rgba(255,255,255,0.15);border-radius: 999px;background: rgba(255,255,255,0.10);-webkit-backdrop-filter: blur(14px);backdrop-filter: blur(14px);color: rgba(255,255,255,0.88);font-size: 13px;line-height: 1.2;font-weight: 700;}[data-landing-template] .landing-template__title{max-width: 850px;margin: 0;color: #ffffff;font-size: clamp(46px,6vw,82px);line-height: 0.98;font-weight: 800;letter-spacing: -0.055em;text-align: center;text-wrap: balance;text-shadow: 0 2px 20px rgba(0,0,0,0.20),0 8px 50px rgba(0,0,0,0.15);}[data-landing-template] .landing-template__subtitle{max-width: 650px;margin: 24px 0 0;color: rgba(255,255,255,0.78);font-size: clamp(17px,1.5vw,21px);line-height: 1.5;font-weight: 450;text-align: center;text-wrap: balance;}[data-landing-template] .landing-template__action{position: relative;margin-top: 38px;display: flex;flex-direction: column;align-items: center;}[data-landing-template] .landing-template__cta{position: relative;min-width: 280px;min-height: 68px;padding: 8px 10px 8px 30px;display: inline-flex;align-items: center;justify-content: space-between;gap: 28px;border-radius: 21px;background: linear-gradient( 135deg,#ffffff 0%,#f5f5ff 100% );color: #15161c;font-size: 18px;line-height: 1.2;font-weight: 760;text-decoration: none;cursor: pointer;user-select: none;box-shadow: 0 0 0 1px rgba(255,255,255,0.35),0 10px 30px rgba(0,0,0,0.24),0 0 45px rgba(255,255,255,0.15);transform: translateZ(0);animation: landing-template-cta-float 3.2s ease-in-out infinite,landing-template-cta-glow 3.2s ease-in-out infinite;transition: transform 180ms ease,box-shadow 180ms ease,background 180ms ease;}[data-landing-template] .landing-template__cta::before{content: "";position: absolute;z-index: -1;inset: -14px;border-radius: 30px;background: radial-gradient( circle,rgba(255,255,255,0.20),rgba(255,255,255,0) 68% );opacity: 0.55;filter: blur(10px);pointer-events: none;}[data-landing-template] .landing-template__cta:hover{transform: translateY(-4px) scale(1.025);background: #ffffff;box-shadow: 0 0 0 1px rgba(255,255,255,0.50),0 18px 44px rgba(0,0,0,0.30),0 0 58px rgba(255,255,255,0.24);}[data-landing-template] .landing-template__cta:active{transform: translateY(-1px) scale(0.99);}[data-landing-template] .landing-template__cta-label{flex: 1;text-align: center;}[data-landing-template] .landing-template__cta-icon{width: 48px;height: 48px;flex: 0 0 48px;display: inline-flex;align-items: center;justify-content: center;border-radius: 15px;background: #17181d;color: #ffffff;font-size: 26px;line-height: 1;font-weight: 900;text-align: center;transform: translateY(-1px);transition: transform 180ms ease;}[data-landing-template] .landing-template__cta:hover .landing-template__cta-icon{transform: translateX(3px);}[data-landing-template] .landing-template__note{margin: 14px 0 0;color: rgba(255,255,255,0.55);font-size: 13px;line-height: 1.45;text-align: center;}[data-landing-template] .landing-template__legal{position: absolute;z-index: 2;bottom: 12px;left: 50%;width: calc(100% - 40px);max-width: 1000px;transform: translateX(-50%);color: rgba(255,255,255,0.20);font-size: 9px;line-height: 1.35;font-weight: 400;text-align: center;opacity: 0.2;}[data-landing-template] .landing-template__legal a{color: #ffffff;text-decoration: underline;text-decoration-color: rgba(255,255,255,0.35);text-underline-offset: 2px;}[data-landing-template] .landing-template__brand:empty,[data-landing-template] .landing-template__kicker:empty,[data-landing-template] .landing-template__subtitle:empty,[data-landing-template] .landing-template__note:empty{display: none;}[data-landing-template] @keyframes landing-template-cta-float{0%,100%{transform: translateY(0);}50%{transform: translateY(-3px);}}@keyframes landing-template-cta-glow{0%,100%{box-shadow: 0 0 0 1px rgba(255,255,255,0.35),0 10px 30px rgba(0,0,0,0.24),0 0 36px rgba(255,255,255,0.10);}50%{box-shadow: 0 0 0 1px rgba(255,255,255,0.48),0 14px 38px rgba(0,0,0,0.27),0 0 60px rgba(255,255,255,0.23);}}[data-landing-template] @media (max-width: 700px){.landing-template{padding: 0 18px;}.landing-template__overlay{background: radial-gradient( circle at center,rgba(8,9,13,0.28) 0%,rgba(8,9,13,0.15) 48%,rgba(8,9,13,0.40) 100% ),}.landing-template__header{padding: 22px 18px;}.landing-template__brand{font-size: 16px;}.landing-template__content{width: 100%;padding: 90px 0 100px;}.landing-template__kicker{margin-bottom: 15px;padding: 7px 11px;font-size: 12px;}.landing-template__title{font-size: clamp(38px,11vw,56px);line-height: 1;}.landing-template__subtitle{margin-top: 18px;font-size: 17px;line-height: 1.42;}.landing-template__action{width: 100%;margin-top: 30px;}.landing-template__cta{width: min(100%,360px);min-height: 66px;padding-left: 25px;border-radius: 20px;}.landing-template__cta-icon{width: 46px;height: 46px;flex-basis: 46px;border-radius: 14px;}.landing-template__legal{bottom: 8px;width: calc(100% - 24px);font-size: 8px;line-height: 1.3;}}@media (prefers-reduced-motion: reduce){[data-landing-template] .landing-template__cta{animation: none;}}