:root{--orange:#ff633f;--orange-hover:#e03500;--orange-shadow:#ff3c00;--orange-glow:color-mix(in srgb,var(--orange-shadow)15%,transparent);--orange-soft:color-mix(in srgb,var(--orange-shadow)8%,transparent);--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-card:#ffffff08;--bg-card-hover:#ffffff0f;--border-subtle:#ffffff0f;--border-card:#ffffff14;--text-primary:#f5f5f5;--text-secondary:#fff9;--text-muted:#fff6;--font:var(--font-inter,"Inter"),-apple-system,BlinkMacSystemFont,sans-serif}.published-page *,.published-page :before,.published-page :after{box-sizing:border-box;margin:0;padding:0}.published-page{font-family:var(--font);background-color:var(--bg-primary);color:var(--text-primary);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:clip}.published-page .bg-grid{z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:fixed;top:0;left:0}.published-page .bg-glow{background:radial-gradient(circle,color-mix(in srgb,var(--orange-shadow)6%,transparent)0%,transparent 70%);z-index:0;pointer-events:none;width:800px;height:800px;position:fixed;top:-20%;left:50%;transform:translate(-50%)}.published-page .wrapper{z-index:1;position:relative}.published-page .container{max-width:1080px;margin:0 auto;padding:0 32px}.published-page section{padding:100px 0}.published-page .header{padding:40px 0 0}.published-page .logo-vease{align-items:center;gap:10px;transition:opacity .3s;display:flex}.published-page .logo-vease:hover{opacity:.5}.published-page .logo-vease svg{width:auto;height:22px}.published-page .logo-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-left:1px solid var(--border-subtle);padding-left:10px;font-size:11px;font-weight:500}.published-page .hero{padding:80px 0 100px}.published-page .hero-badge{border:1px solid var(--border-card);background:var(--bg-card);color:var(--text-secondary);border-radius:100px;align-items:center;gap:8px;margin-bottom:48px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.published-page .hero-badge .dot{background:var(--orange);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.published-page .hero-title{letter-spacing:-.03em;max-width:900px;margin-bottom:32px;font-size:clamp(40px,6vw,72px);font-weight:800;line-height:1.05}.published-page .hero-title .accent{color:var(--orange)}.published-page .hero-subtitle{color:var(--text-secondary);max-width:620px;margin-bottom:56px;font-size:clamp(17px,2vw,20px);font-weight:400;line-height:1.7}.published-page .hero-info{flex-wrap:wrap;gap:32px;margin-bottom:56px;display:flex}.published-page .hero-info-item{color:var(--text-secondary);align-items:center;gap:12px;font-size:15px;display:flex}.published-page .hero-info-item svg{width:18px;height:18px;color:var(--orange);flex-shrink:0}.published-page .hero-info-item strong{color:var(--text-primary);font-weight:600}.published-page .btn-primary{background:var(--orange);color:#fff;font-family:var(--font);cursor:pointer;box-shadow:0 0 40px color-mix(in srgb,var(--orange-shadow)20%,transparent);border:none;border-radius:12px;align-items:center;gap:10px;padding:18px 40px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.published-page .btn-primary:hover{box-shadow:0 0 60px color-mix(in srgb,var(--orange-shadow)30%,transparent);background:var(--orange-hover);transform:translateY(-2px)}.published-page .btn-primary svg{width:18px;height:18px;transition:transform .3s}.published-page .btn-primary:hover svg{transform:translate(3px)}.published-page .section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--orange);margin-bottom:20px;font-size:12px;font-weight:600}.published-page .section-title{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.2}.published-page .section-desc{color:var(--text-secondary);max-width:560px;font-size:17px;line-height:1.7}.published-page .divider{background:linear-gradient(90deg,transparent,var(--border-subtle),transparent);width:100%;height:1px}.published-page .about{padding:100px 0}.published-page .about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.published-page .audience-list{flex-direction:column;gap:16px;margin-top:48px;display:flex}.published-page .audience-item{background:var(--bg-card);border:1px solid var(--border-card);border-radius:12px;align-items:center;gap:16px;padding:20px 24px;transition:all .3s;display:flex}.published-page .audience-item:hover{background:var(--bg-card-hover);border-color:color-mix(in srgb,var(--orange-shadow)15%,transparent)}.published-page .audience-item .icon-wrap{background:var(--orange-soft);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.published-page .audience-item .icon-wrap svg{width:20px;height:20px;color:var(--orange)}.published-page .audience-item span{color:var(--text-primary);font-size:15px;font-weight:500}.published-page .topics{padding:100px 0}.published-page .topics-header{text-align:var(--section-text-align,center);margin-bottom:64px}.published-page .topics-header .section-desc{margin:0 auto}.published-page .topics-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.published-page .topics-grid--cols-2{grid-template-columns:repeat(2,1fr)}.published-page .topics-grid--cols-3{grid-template-columns:repeat(3,1fr)}.published-page .topics-grid--cols-4{grid-template-columns:repeat(4,1fr)}.published-page .topic-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:16px;padding:36px 28px;transition:all .4s;position:relative;overflow:hidden}.published-page .topic-card:before{content:"";background:linear-gradient(90deg,transparent,var(--orange),transparent);opacity:0;height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.published-page .topic-card:hover:before{opacity:1}.published-page .topic-card:hover{background:var(--bg-card-hover);border-color:color-mix(in srgb,var(--orange-shadow)12%,transparent);transform:translateY(-4px)}.published-page .topic-card .card-number{color:var(--orange);font-variant-numeric:tabular-nums;margin-bottom:20px;font-size:13px;font-weight:700}.published-page .topic-card .card-icon{background:var(--orange-soft);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:24px;display:flex}.published-page .topic-card .card-icon svg{width:22px;height:22px;color:var(--orange)}.published-page .topic-card h3{color:var(--text-primary);margin-bottom:12px;font-size:17px;font-weight:700;line-height:1.3}.published-page .topic-card p{color:var(--text-secondary);font-size:14px;line-height:1.65}.published-page .details{padding:100px 0}.published-page .details-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.published-page .details-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.published-page .detail-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:14px;padding:28px 24px;transition:all .3s}.published-page .detail-card:hover{border-color:color-mix(in srgb,var(--orange-shadow)15%,transparent)}.published-page .detail-card svg{width:22px;height:22px;color:var(--orange);margin-bottom:16px}.published-page .detail-card .label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px;font-size:12px;font-weight:500}.published-page .detail-card .value{color:var(--text-primary);font-size:16px;font-weight:600;line-height:1.4}.published-page .details-highlights{flex-direction:column;gap:20px;margin-top:32px;display:flex}.published-page .highlight-item{color:var(--text-secondary);align-items:center;gap:14px;font-size:15px;display:flex}.published-page .highlight-item svg{width:20px;height:20px;color:var(--orange);flex-shrink:0}.published-page .highlight-item strong{color:var(--text-primary)}.published-page .registration{padding:100px 0 120px}.published-page .reg-wrapper{max-width:580px;text-align:var(--section-text-align,center);margin:0 auto}.published-page .reg-wrapper .section-title{margin-bottom:16px}.published-page .reg-wrapper .section-desc{text-align:var(--section-text-align,center);margin:0 auto 48px}.published-page .registration-closed{background:linear-gradient(145deg,color-mix(in srgb,var(--orange-shadow)9%,transparent),color-mix(in srgb,var(--orange-shadow)2%,transparent)),var(--bg-card);border:1px solid color-mix(in srgb,var(--orange-shadow)22%,transparent);border-radius:18px;margin-top:40px;padding:40px 36px;box-shadow:0 24px 60px #00000040}.published-page .closed-badge{border:1px solid color-mix(in srgb,var(--orange-shadow)35%,transparent);background:color-mix(in srgb,var(--orange-shadow)14%,transparent);color:#ffd1c4;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;margin-bottom:20px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.published-page .registration-closed .section-title{margin-bottom:16px}.published-page .registration-closed .section-desc{margin:0 auto}.published-page .closed-visual{grid-template-columns:auto 1fr;align-items:center;gap:14px;width:min(420px,100%);margin:40px auto 28px;display:grid}.published-page .closed-mark{background:color-mix(in srgb,var(--orange-shadow)16%,transparent);border:1px solid color-mix(in srgb,var(--orange-shadow)30%,transparent);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.published-page .closed-mark svg{width:26px;height:26px;color:var(--orange)}.published-page .closed-lines{flex-direction:column;gap:8px;display:flex}.published-page .closed-lines span{background:linear-gradient(90deg,color-mix(in srgb,var(--orange-shadow)55%,transparent),color-mix(in srgb,var(--orange-shadow)8%,transparent));border-radius:999px;height:10px;display:block}.published-page .closed-lines span:first-child{width:95%}.published-page .closed-lines span:nth-child(2){width:100%}.published-page .closed-lines span:nth-child(3){width:82%}.published-page .closed-note{color:var(--text-secondary);margin-top:8px;font-size:14px}.published-page .reg-form{text-align:left;flex-direction:column;gap:16px;display:flex}.published-page .registration-wrapper{container-type:inline-size}.published-page .registration-form{text-align:left;grid-template-columns:1fr 1fr;gap:16px;display:grid}.published-page .form-group--full{grid-column:1/-1}.published-page .form-group--half{grid-column:span 1}@container (max-width:500px){.published-page .registration-form{grid-template-columns:1fr}.published-page .registration-form .form-submit-row{justify-content:center}}.published-page .registration-form .form-label{color:var(--text-secondary);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.published-page .registration-form .form-required{color:var(--orange);margin-left:2px}.published-page .registration-form .form-input{background:var(--bg-card);border:1px solid var(--border-card);color:var(--text-primary);font-family:var(--font);border-radius:10px;outline:none;width:100%;padding:16px 18px;font-size:15px;transition:all .3s}.published-page .registration-form .form-input::placeholder{color:var(--text-muted)}.published-page .registration-form .form-input:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-glow)}.published-page .registration-form .form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:44px}.published-page .registration-form .form-textarea{resize:vertical;min-height:80px}.published-page .registration-form .form-submit-row{grid-column:1/-1;justify-content:flex-end;display:flex}.published-page .registration-form .form-placeholder{text-align:var(--section-text-align,center);color:var(--text-muted);grid-column:1/-1;padding:24px 0;font-size:14px}.published-page .form-success{text-align:var(--section-text-align,center);padding:48px 24px}.published-page .form-success h3{margin-top:20px;font-size:24px;font-weight:700}.published-page .form-download-hint{color:var(--text-secondary);margin-top:16px;font-size:14px}.published-page .form-download-link{color:var(--orange);text-underline-offset:2px;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline;transition:opacity .2s}.published-page .form-download-link:hover{opacity:.8}.published-page .form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.published-page .form-group{flex-direction:column;gap:8px;display:flex}.published-page .form-group label{color:var(--text-secondary);font-size:13px;font-weight:500}.published-page .form-group label .required{color:var(--orange);margin-left:2px}.published-page .form-group input,.published-page .form-group select{background:var(--bg-card);border:1px solid var(--border-card);color:var(--text-primary);font-family:var(--font);border-radius:10px;outline:none;width:100%;padding:16px 18px;font-size:15px;transition:all .3s}.published-page .form-group input::placeholder{color:var(--text-muted)}.published-page .form-group input:focus,.published-page .form-group select:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-glow)}.published-page .form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:44px}.published-page .form-group select option{background:var(--bg-secondary);color:var(--text-primary)}.published-page .btn-submit{justify-content:center;width:100%;margin-top:12px;padding:18px}.published-page .btn-submit:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.published-page .form-note{color:var(--text-muted);text-align:var(--section-text-align,center);margin-top:16px;font-size:13px;line-height:1.6}.published-page .form-error{color:#f44;text-align:var(--section-text-align,center);margin-top:8px;font-size:14px}.published-page .success-message{text-align:var(--section-text-align,center);padding:48px 24px;display:none}.published-page .success-message.show{display:block}.published-page .success-message svg{width:56px;height:56px;color:var(--orange);margin-bottom:24px}.published-page .success-message h3{margin-bottom:12px;font-size:24px;font-weight:700}.published-page .success-message p{color:var(--text-secondary);font-size:16px;line-height:1.7}.published-page .turnstile-wrapper{justify-content:center;min-height:65px;margin-top:8px;display:flex}.published-page .footer{border-top:1px solid var(--border-subtle);padding:40px 0}.published-page .footer-content{justify-content:space-between;align-items:center;display:flex}.published-page .footer-logo{transition:opacity .3s;display:block}.published-page .footer-logo:hover{opacity:.5}.published-page .footer-logo svg{width:auto;height:22px;color:var(--text-secondary)}.published-page .footer-text{color:var(--text-muted);font-size:13px}.published-page .fade-up{opacity:0;transition:all .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.published-page .fade-up.visible{opacity:1;transform:translateY(0)}.published-page .stagger-1{transition-delay:50ms}.published-page .stagger-2{transition-delay:.1s}.published-page .stagger-3{transition-delay:.15s}.published-page .stagger-4{transition-delay:.2s}.published-page .stagger-5{transition-delay:.25s}.published-page .countdown{text-align:var(--section-text-align,center);padding:80px 0}.published-page .countdown .section-desc{margin:0 auto 48px}.published-page .countdown-grid{justify-content:center;gap:24px;display:flex}.published-page .countdown-item{background:var(--bg-card);border:1px solid var(--border-card);border-radius:16px;flex-direction:column;align-items:center;gap:8px;min-width:100px;padding:28px 24px;transition:all .3s;display:flex}.published-page .countdown-item:hover{border-color:color-mix(in srgb,var(--orange-shadow)15%,transparent);background:var(--bg-card-hover)}.published-page .countdown-value{letter-spacing:-.02em;color:var(--orange);font-variant-numeric:tabular-nums;font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1}.published-page .countdown-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:600}.published-page .countdown-expired{text-align:var(--section-text-align,center);color:var(--text-secondary);font-size:clamp(20px,3vw,28px);font-weight:700}.published-page .image-banner{width:100%;position:relative;overflow:hidden}.published-page .image-banner--sm{height:240px}.published-page .image-banner--md{height:400px}.published-page .image-banner--lg{height:560px}.published-page .image-banner--full{height:100vh}.published-page .image-banner img{object-fit:cover;width:100%;height:100%;display:block}.published-page .image-banner-overlay{background:linear-gradient(#0003 0%,#000000b3 100%);justify-content:center;align-items:flex-end;padding:48px 32px;display:flex;position:absolute;inset:0}.published-page .image-banner-content{text-align:var(--section-text-align,center);max-width:700px}.published-page .image-banner-content .section-title{color:#fff;margin-bottom:12px}.published-page .image-banner-content .section-desc{color:#fffc;margin:0 auto}.published-page .cta-strip{text-align:var(--section-text-align,center);padding:64px 0}.published-page .cta-strip .section-desc{max-width:720px;margin:0 auto 40px}.published-page .cta-strip--accent{background:var(--orange-soft)}.published-page .cta-strip--subtle{background:var(--bg-card)}.published-page .pricing{padding:100px 0}.published-page .pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.published-page .pricing-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:16px;flex-direction:column;padding:36px 28px;transition:all .4s;display:flex;position:relative;overflow:hidden}.published-page .pricing-card:hover{background:var(--bg-card-hover);transform:translateY(-4px)}.published-page .pricing-card--highlighted{border-color:var(--orange);box-shadow:0 0 40px color-mix(in srgb,var(--orange-shadow)10%,transparent)}.published-page .pricing-card--highlighted:before{content:"";background:linear-gradient(90deg,transparent,var(--orange),transparent);height:2px;position:absolute;top:0;left:0;right:0}.published-page .pricing-badge{background:var(--orange-soft);border:1px solid color-mix(in srgb,var(--orange-shadow)20%,transparent);color:var(--orange);letter-spacing:.05em;text-transform:uppercase;border-radius:100px;align-self:flex-start;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.published-page .pricing-header h3{color:var(--text-primary);margin-bottom:4px;font-size:20px;font-weight:700}.published-page .pricing-description{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.published-page .pricing-price{align-items:baseline;gap:4px;margin-bottom:28px;display:flex}.published-page .pricing-amount{color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(28px,3vw,36px);font-weight:800}.published-page .pricing-period{color:var(--text-muted);font-size:15px}.published-page .pricing-features{flex-direction:column;flex:1;gap:12px;margin-bottom:32px;list-style:none;display:flex}.published-page .pricing-feature{color:var(--text-secondary);align-items:center;gap:10px;font-size:14px;display:flex}.published-page .pricing-feature svg{width:16px;height:16px;color:var(--orange);flex-shrink:0}.published-page .btn-secondary{color:var(--text-primary);font-family:var(--font);border:1px solid var(--border-card);cursor:pointer;text-align:center;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.published-page .btn-secondary:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-soft)}.published-page .lp-header{z-index:10;align-items:center;min-height:75px;padding:16px 0;display:flex;position:relative}.published-page .lp-header--sticky{background:color-mix(in srgb,var(--bg-primary)85%,transparent);border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.published-page .lp-header .container{justify-content:space-between;align-items:center;width:100%;display:flex}.published-page .lp-header-logo{align-items:center;gap:12px;display:flex}.published-page .lp-header-logo img{width:auto;height:32px}.published-page .lp-header-logo-text{color:var(--text-primary);font-size:18px;font-weight:700}.published-page .lp-header-tagline{color:var(--orange);background:color-mix(in srgb,var(--orange)10%,transparent);border:1px solid color-mix(in srgb,var(--orange)20%,transparent);white-space:nowrap;border-radius:100px;padding:2px 10px;font-size:11px;font-weight:500}.published-page .lp-header-right{align-items:center;gap:16px;display:flex}.published-page .lp-header-text{color:var(--text-secondary);white-space:nowrap;font-size:14px}.published-page .lp-header-cta{white-space:nowrap;padding:10px 24px;font-size:14px}.published-page .lp-footer{border-top:1px solid var(--border-subtle);padding:32px 0}.published-page .lp-footer .container{justify-content:space-between;align-items:center;gap:16px;display:flex}.published-page .lp-footer-left{align-items:center;gap:12px;display:flex}.published-page .lp-footer-logo{color:var(--text-primary);font-size:14px;font-weight:700}.published-page .lp-footer-logo img{width:auto;height:24px}.published-page .lp-footer-copyright{color:var(--text-muted);font-size:13px}.published-page .lp-footer-link{color:var(--text-secondary);font-size:13px;text-decoration:none;transition:color .2s}.published-page .lp-footer-link:hover{color:var(--orange)}.published-page .faq-section{padding:100px 0}.published-page .faq-list{flex-direction:column;gap:8px;max-width:720px;margin:0 auto;display:flex}.published-page .faq-item{border:1px solid var(--border-card);background:var(--bg-card);border-radius:12px;transition:border-color .2s,background .2s;overflow:hidden}.published-page .faq-item--open{background:var(--bg-card-hover);border-color:#ffffff1f}.published-page .faq-question{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);font-family:var(--font);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:15px;font-weight:500;line-height:1.5;transition:color .2s;display:flex}.published-page .faq-question:hover{color:var(--orange)}.published-page .faq-question-text{flex:1}.published-page .faq-icon{width:28px;height:28px;color:var(--text-muted);background:#ffffff0a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s,background .2s,color .2s;display:flex}.published-page .faq-icon--open{background:var(--orange-soft);color:var(--orange);transform:rotate(180deg)}.published-page .faq-answer-wrapper{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.published-page .faq-answer{overflow:hidden}.published-page .faq-answer p{color:var(--text-secondary);padding:0 24px 20px;font-size:14px;line-height:1.7}@media (max-width:900px){.published-page .about-grid,.published-page .details-grid{grid-template-columns:1fr;gap:48px}.published-page .topics-grid,.published-page .topics-grid--cols-3,.published-page .topics-grid--cols-4{grid-template-columns:1fr 1fr}.published-page .hero-info{gap:20px}.published-page .pricing-grid{grid-template-columns:1fr 1fr}.published-page section{padding:80px 0}}@media (max-width:600px){.published-page .container{padding:0 20px}.published-page .topics-grid,.published-page .topics-grid--cols-2,.published-page .topics-grid--cols-3,.published-page .topics-grid--cols-4{grid-template-columns:1fr}.published-page .lp-header .container{flex-wrap:wrap;gap:12px}.published-page .lp-header-logo{flex-wrap:wrap;gap:8px}.published-page .lp-header-right{flex-wrap:wrap;justify-content:center;gap:8px;width:100%}.published-page .lp-header-text{text-align:center;width:100%}.published-page .lp-header-cta{text-align:center;justify-content:center;width:100%}.published-page .details-cards,.published-page .form-row,.published-page .registration-form{grid-template-columns:1fr}.published-page .registration-form .form-submit-row{justify-content:center}.published-page .hero{padding:60px 0 80px}.published-page .registration-closed{padding:30px 22px}.published-page .closed-visual{grid-template-columns:1fr;justify-items:center}.published-page .closed-lines{width:100%}.published-page .hero-info{flex-direction:column;gap:16px}.published-page .footer-content{text-align:center;flex-direction:column;gap:12px}.published-page section{padding:64px 0}.published-page .countdown-grid{flex-wrap:wrap;gap:16px}.published-page .countdown-item{min-width:80px;padding:20px 16px}.published-page .pricing-grid{grid-template-columns:1fr}.published-page .btn-primary,.published-page .btn-secondary{justify-content:center;width:100%}.published-page .lp-footer .container{text-align:center;flex-direction:column;gap:12px}}.published-page .lp-pad-none{padding-block:0}.published-page .lp-pad-sm{padding-block:2rem}.published-page .lp-pad-md{padding-block:4rem}.published-page .lp-pad-lg{padding-block:6rem}.published-page .lp-pad-xl{padding-block:8rem}.published-page .lp-container-narrow{max-width:720px;margin-inline:auto}.published-page .lp-container-default{max-width:1080px;margin-inline:auto}.published-page .lp-container-wide{max-width:1280px;margin-inline:auto}.published-page .lp-container-full{max-width:none}.published-page .lp-align-left,.published-page .container.lp-align-left{--section-text-align:left;text-align:left}.published-page .lp-align-center,.published-page .container.lp-align-center{--section-text-align:center;text-align:center}.published-page .lp-align-right,.published-page .container.lp-align-right{--section-text-align:right;text-align:right}.published-page .lp-align-center>*{margin-inline:auto}.published-page .lp-align-right>*{margin-inline:auto 0}.published-page :where(.editorial-quote){padding-block:4rem}.published-page .editorial-quote blockquote{border-left:4px solid var(--orange);color:var(--text-primary);margin:0;padding:.5rem 0 .5rem 2rem;font-size:1.375rem;line-height:1.55}.published-page .editorial-quote blockquote>p{margin:0 0 1.25rem}.published-page .editorial-quote blockquote footer{color:var(--text-secondary);flex-wrap:wrap;align-items:baseline;gap:.25rem;margin-top:1rem;font-size:.875rem;display:flex}.published-page .editorial-quote cite{color:var(--text-primary);font-style:normal;font-weight:600}.published-page .editorial-quote .quote-source{color:var(--text-muted)}.published-page .editorial-quote .quote-source:before{content:" — "}.published-page :where(.editorial-richtext){padding-block:4rem}.published-page .editorial-richtext .editorial-label{letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.published-page .editorial-richtext p{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.65}.published-page .editorial-richtext p:last-child{margin-bottom:0}.published-page :where(.editorial-callout){padding-block:5rem}.published-page .editorial-callout .editorial-label{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;font-size:.75rem;font-weight:700}.published-page .editorial-callout h2{color:var(--text-primary);margin:0 0 1.25rem;font-size:2.5rem;font-weight:700;line-height:1.15}.published-page .editorial-callout .editorial-description{color:var(--text-secondary);margin:0;font-size:1.0625rem;line-height:1.55}@media (max-width:768px){.published-page .editorial-quote{padding-block:3rem}.published-page .editorial-quote blockquote{padding-left:1.25rem;font-size:1.125rem}.published-page .editorial-richtext{padding-block:3rem}.published-page .editorial-richtext p{font-size:1rem}.published-page .editorial-callout{padding-block:3.5rem}.published-page .editorial-callout h2{font-size:1.875rem}.published-page .editorial-callout .editorial-description{font-size:1rem}}
