@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/700.css";
*{box-sizing:border-box}
body{margin:0;font-family:'Source Code Pro','Courier New',monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;background:#f8f8f4;color:#111;overflow-x:hidden}
::selection{background:#09ffc71a}
.site-header{position:relative;background:#0d0d0d;max-width:100%;overflow:hidden}
.site-header::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#09FFC7 0%,#DCFF90 55%,#9D123D 100%);pointer-events:none}
.header-inner{max-width:1440px;margin:0 auto;padding:0 36px;display:grid;grid-template-columns:auto 1fr;align-items:stretch;min-height:88px;gap:48px}
.logo-col{display:flex;align-items:center;padding:20px 0}
.logo-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;outline-offset:4px}
.logo-link:focus-visible{outline:2px solid #09FFC7;border-radius:8px}
.logo-holder{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#1a1a1a;box-shadow:0 0 0 2px #09ffc759 0 6px 18px -1px #09ffc71c;padding:4px;flex-shrink:0}
.logo-holder img{width:32px;height:32px;display:block;object-fit:contain}
.logo-name{font-family:'Source Code Pro',monospace;font-size:20px;font-weight:700;color:#fff;letter-spacing:0}
.logo-name span{color:#09FFC7}
.nav-col{display:flex;flex-direction:column;justify-content:space-between;padding:16px 0 12px}
.header-meta{display:flex;justify-content:flex-end;align-items:center;gap:24px;margin-bottom:8px}
.proof-badge{font-size:14px;color:#888;font-family:'Source Code Pro',monospace}
.proof-badge strong{color:#DCFF90;font-weight:700}
.header-contact-link{font-size:14px;color:#09FFC7;text-decoration:none;font-family:'Source Code Pro',monospace;border-bottom:1px solid transparent;transition:border-color .2s cubic-bezier(0.4,0,0.2,1)}
.header-contact-link:hover{border-color:#09FFC7}
.header-contact-link:focus-visible{outline:2px solid #09FFC7;border-radius:8px;outline-offset:3px}
.main-nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:4px}
.main-nav a{font-family:'Source Code Pro',monospace;font-size:14px;font-weight:400;color:#c8c8c8;text-decoration:none;padding:10px 16px;border-radius:8px;border:1px solid transparent;min-height:44px;display:inline-flex;align-items:center;position:relative;transition:color .18s cubic-bezier(0.4,0,0.2,1),border-color .18s cubic-bezier(0.4,0,0.2,1),background .25s cubic-bezier(0.4,0,0.2,1);overflow:hidden}
.main-nav a::after{content:'';position:absolute;bottom:6px;left:16px;right:16px;height:1px;background:#09FFC7;transform:scaleX(0);transform-origin:left center;transition:transform .22s cubic-bezier(0.4,0,0.2,1)}
.main-nav a:hover{color:#fff;border-color:#09ffc733}
.main-nav a:hover::after{transform:scaleX(1)}
.main-nav a:focus-visible{outline:2px solid #09FFC7;outline-offset:2px;color:#fff}
.main-nav .nav-cta{color:#0d0d0d;background:#09FFC7;border-color:#09FFC7;font-weight:700;margin-left:8px;transition:background .25s cubic-bezier(0.4,0,0.2,1),color .18s cubic-bezier(0.4,0,0.2,1),box-shadow .25s cubic-bezier(0.0,0,0.2,1)}
.main-nav .nav-cta::after{display:none}
.main-nav .nav-cta:hover{background:#DCFF90;border-color:#DCFF90;color:#0d0d0d;box-shadow:0 6px 18px -1px #09ffc71c}
.main-nav .nav-cta:focus-visible{outline-color:#DCFF90}
.site-footer{background:#111;color:silver;max-width:100%;overflow:hidden}
.footer-inner{max-width:1440px;margin:0 auto;padding:60px 36px 36px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:48px}
.footer-brand{display:flex;flex-direction:column;gap:20px}
.footer-logo-holder{display:inline-flex;align-items:center;gap:12px;text-decoration:none}
.footer-logo-holder:focus-visible{outline:2px solid #09FFC7;border-radius:8px;outline-offset:4px}
.footer-logo-img-wrap{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#1e1e1e;box-shadow:0 0 0 2px #09ffc740 0 1px 5px -1px #09ffc70f;padding:4px;flex-shrink:0}
.footer-logo-img-wrap img{width:32px;height:32px;display:block;object-fit:contain}
.footer-brand-name{font-family:'Source Code Pro',monospace;font-size:17px;font-weight:700;color:#fff}
.footer-brand-name span{color:#09FFC7}
.footer-desc{font-size:14px;line-height:1.75;color:#888;font-family:'Source Code Pro',monospace}
.footer-links-col{display:flex;flex-direction:column;gap:12px}
.footer-links-label{font-size:14px;font-weight:700;color:#555;font-family:'Source Code Pro',monospace;text-transform:uppercase;letter-spacing:0;margin-bottom:8px}
.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}
.footer-links-list li a{font-size:14px;font-family:'Source Code Pro',monospace;color:#999;text-decoration:none;display:inline-block;padding:6px 0;min-height:44px;display:inline-flex;align-items:center;position:relative;transition:color .18s cubic-bezier(0.4,0,0.2,1)}
.footer-links-list li a::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:1px;background:#09FFC7;transform:scaleX(0);transform-origin:left center;transition:transform .22s cubic-bezier(0.4,0,0.2,1)}
.footer-links-list li a:hover{color:#fff}
.footer-links-list li a:hover::after{transform:scaleX(1)}
.footer-links-list li a:focus-visible{outline:2px solid #09FFC7;outline-offset:3px;border-radius:8px;color:#fff}
.footer-contact-col{display:flex;flex-direction:column;gap:16px}
.footer-contact-label{font-size:14px;font-weight:700;color:#555;font-family:'Source Code Pro',monospace;text-transform:uppercase;margin-bottom:4px}
.footer-contact-item{font-size:14px;font-family:'Source Code Pro',monospace;color:#888;line-height:1.65}
.footer-contact-item a{color:#09FFC7;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s cubic-bezier(0.4,0,0.2,1)}
.footer-contact-item a:hover{border-color:#09FFC7}
.footer-contact-item a:focus-visible{outline:2px solid #09FFC7;outline-offset:3px;border-radius:8px}
.footer-bottom{max-width:1440px;margin:0 auto;padding:24px 36px;border-top:1px solid #222;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-copy{font-size:14px;font-family:'Source Code Pro',monospace;color:#555}
.footer-accent-bar{width:48px;height:3px;border-radius:48px;background:linear-gradient(90deg,#09FFC7,#DCFF90)}
.cookie-popup{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:9999;width:360px;max-width:calc(100vw - 48px);background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;box-shadow:0 9px 40px -1px #09ffc71a 0 6px 18px -1px #09ffc71c;font-family:'Source Code Pro',monospace;overflow:hidden}
.cookie-popup.hidden{display:none}
.cookie-tabs{display:flex;border-bottom:1px solid #2a2a2a}
.cookie-tab-btn{flex:1;padding:12px 16px;background:transparent;border:none;border-bottom:2px solid transparent;color:#888;font-size:14px;font-family:'Source Code Pro',monospace;cursor:pointer;min-height:44px;transition:color .18s cubic-bezier(0.4,0,0.2,1),border-color .18s cubic-bezier(0.4,0,0.2,1)}
.cookie-tab-btn:focus-visible{outline:2px solid #09FFC7;outline-offset:-2px}
.cookie-tab-btn.active-tab{color:#09FFC7;border-bottom-color:#09FFC7}
.cookie-panel{display:none;padding:20px}
.cookie-panel.active-panel{display:block}
.cookie-panel-text{font-size:14px;color:#aaa;line-height:1.7;margin-bottom:16px}
.cookie-actions{display:flex;gap:12px}
.cookie-btn{flex:1;padding:10px 16px;border-radius:8px;font-size:14px;font-family:'Source Code Pro',monospace;font-weight:700;cursor:pointer;min-height:44px;border:1px solid #09FFC7;transition:background .25s cubic-bezier(0.4,0,0.2,1),color .18s cubic-bezier(0.4,0,0.2,1)}
.cookie-btn:focus-visible{outline:2px solid #09FFC7;outline-offset:3px}
.cookie-btn-accept{background:#09FFC7;color:#0d0d0d}
.cookie-btn-accept:hover{background:#DCFF90;border-color:#DCFF90}
.cookie-btn-decline{background:transparent;color:#09FFC7}
.cookie-btn-decline:hover{background:#09ffc714}
.cookie-detail-item{font-size:14px;color:#888;line-height:1.65;margin-bottom:10px}
.cookie-detail-item strong{color:#c8c8c8}
@media (max-width: 900px) {
.header-inner{grid-template-columns:1fr;gap:0;padding:0 20px;min-height:auto}
.logo-col{padding:16px 0 8px}
.nav-col{padding:0 0 16px}
.header-meta{margin-bottom:6px;flex-wrap:wrap;gap:12px}
.main-nav{justify-content:flex-start}
.footer-inner{grid-template-columns:1fr;gap:36px;padding:40px 20px 24px}
.footer-bottom{padding:20px}
}
@media (max-width: 600px) {
.main-nav a{font-size:14px;padding:8px 12px}
.logo-name{font-size:17px}
}
.terms-wrapper{max-width:1440px;margin:0 auto;padding:48px 24px 72px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}
.terms-wrapper h1{font-size:48px;line-height:1.15;color:#1a1a1a;margin-bottom:36px;margin-top:0;padding-bottom:20px;border-bottom:2px solid #09FFC7}
.terms-wrapper h2{font-size:36px;line-height:1.2;color:#1a1a1a;margin-top:60px;margin-bottom:20px;padding-left:16px;border-left:4px solid #09FFC7;border-radius:0 8px 8px 0}
.terms-wrapper h3{font-size:20px;line-height:1.3;color:#1f1f1f;margin-top:40px;margin-bottom:14px;font-weight:700}
.terms-wrapper h4{font-size:17px;line-height:1.4;color:#2a2a2a;margin-top:32px;margin-bottom:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.terms-wrapper h5{font-size:17px;line-height:1.4;color:#2a2a2a;margin-top:28px;margin-bottom:10px;font-weight:600}
.terms-wrapper h6{font-size:14px;line-height:1.5;color:#444;margin-top:24px;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.terms-wrapper p{font-size:17px;line-height:1.75;color:#2d2d2d;margin-top:0;margin-bottom:20px;max-width:72ch}
.terms-wrapper em,.terms-wrapper i{font-style:italic;color:#3a3a3a}
.terms-wrapper a{color:#9D123D;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .22s cubic-bezier(0.4,0,0.2,1),color .18s cubic-bezier(0.4,0,0.2,1)}
.terms-wrapper a:hover{color:#7a0e30;background-size:100% 1px}
.terms-wrapper a:focus-visible{outline:2px solid #09FFC7;outline-offset:3px;border-radius:8px}
.terms-wrapper div{margin-bottom:24px}
.terms-wrapper div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.terms-wrapper{padding:36px 20px 60px}
.terms-wrapper h1{font-size:36px;margin-bottom:28px;padding-bottom:16px}
.terms-wrapper h2{font-size:20px;margin-top:48px;margin-bottom:16px}
.terms-wrapper h3{font-size:17px;margin-top:32px}
.terms-wrapper h4,.terms-wrapper h5{font-size:14px}
.terms-wrapper p{font-size:17px;line-height:1.7;max-width:100%}
}
@media (max-width: 480px) {
.terms-wrapper{padding:24px 16px 48px}
.terms-wrapper h1{font-size:36px}
.terms-wrapper h2{font-size:20px;margin-top:40px;padding-left:12px}
.terms-wrapper p{font-size:14px;line-height:1.72}
}
@media (min-width: 1024px) {
.terms-wrapper{padding:72px 96px 96px}
.terms-wrapper p{max-width:68ch}
}
@media (min-width: 1280px) {
.terms-wrapper{padding:72px 144px 96px}
}
.about-pg{max-width:1440px;margin:0 auto;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}
.about-pg ::selection{background:#09ffc71a}
.about-pg .hero-holder{position:relative;min-height:92vh;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:96px 48px 72px;overflow:hidden}
.about-pg .hero-bg-anim{position:absolute;inset:0;background:linear-gradient(45deg,#09FFC7 0%,#DCFF90 40%,#09FFC7 70%,#9D123D 100%);background-size:400% 400%;animation:gradshift 12s cubic-bezier(0.4,0,0.2,1) infinite alternate;z-index:0}
@keyframes gradshift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:30% 80%}
}
.about-pg .hero-grid-lines{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.about-pg .hero-grid-lines::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,#0914280a 0px,#0914280a 1px,transparent 1px,transparent 36px),repeating-linear-gradient(90deg,#0914280a 0px,#0914280a 1px,transparent 1px,transparent 60px)}
.about-pg .hero-left{position:relative;z-index:2;display:flex;flex-direction:column;gap:24px}
.about-pg .hero-overline{display:inline-block;font-size:14px;font-weight:600;letter-spacing:.08em;color:#1a1a1a;text-transform:uppercase;border:1.5px solid #14141447;padding:4px 14px;border-radius:8px;width:fit-content}
.about-pg .hero-main-text{position:relative;z-index:2;grid-column:2;padding:0 36px;display:flex;flex-direction:column;gap:20px}
.about-pg .hero-h1{font-size:48px;font-weight:800;line-height:1.1;color:#111;margin:0}
.about-pg .hero-sub{font-size:20px;line-height:1.6;color:#1e1e1e;max-width:540px;margin:0}
.about-pg .hero-sub-narrow{font-size:17px;line-height:1.5;color:#2a2a2a;max-width:380px;margin:0}
.about-pg .hero-right{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:24px}
.about-pg .hero-img-wrap{width:100%;max-width:340px;aspect-ratio:4/5;border-radius:8px;overflow:hidden;box-shadow:0 9px 40px -1px #09ffc71a 0 6px 18px -1px #09ffc71c;position:relative}
.about-pg .hero-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto;filter:contrast(1.04) saturate(1.07)}
.about-pg .anchor-num{font-size:48px;font-weight:900;color:#111;line-height:1;letter-spacing:-.03em}
.about-pg .anchor-label{font-size:14px;color:#333;margin-top:4px}
.about-pg .section-divider{height:2px;background:linear-gradient(90deg,#9D123D 0%,transparent 70%);margin:0 48px;border:none}
.about-pg .core-block{display:grid;grid-template-columns:1fr 2fr 1fr;gap:0;padding:84px 48px 96px;background:#fff;position:relative}
.about-pg .core-block-left{display:flex;flex-direction:column;gap:36px;padding-right:36px;border-right:1px solid #09ffc759}
.about-pg .core-overline{display:block;width:36px;height:2px;background:#9D123D;margin-bottom:12px}
.about-pg .core-section-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#9D123D}
.about-pg .core-heading{font-size:36px;font-weight:800;line-height:1.18;color:#111;margin:0 0 16px}
.about-pg .core-body{font-size:17px;line-height:1.65;color:#222;margin:0 0 14px}
.about-pg .core-body-narrow{font-size:17px;line-height:1.6;color:#333;max-width:340px;margin:0}
.about-pg .stat-item{display:flex;flex-direction:column;gap:4px;padding:18px 0;border-bottom:1px solid #9d123d1f}
.about-pg .stat-item:last-child{border-bottom:none}
.about-pg .stat-num{font-size:36px;font-weight:900;color:#9D123D;line-height:1}
.about-pg .stat-desc{font-size:14px;color:#444}
.about-pg .core-center{padding:0 48px;display:flex;flex-direction:column;gap:28px}
.about-pg .team-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:8px}
.about-pg .team-card{border-radius:8px;overflow:hidden;box-shadow:0 1px 5px -1px #09ffc70f;background:#f9f9f9;transition:box-shadow .22s cubic-bezier(0.4,0,0.2,1),transform .18s cubic-bezier(0.0,0,0.2,1);position:relative}
.about-pg .team-card:hover{box-shadow:0 6px 18px -1px #09ffc71c;transform:translateY(-3px)}
.about-pg .team-card-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.about-pg .team-card-body{padding:14px 16px 16px}
.about-pg .team-name{font-size:17px;font-weight:700;color:#111;margin:0 0 4px}
.about-pg .team-role{font-size:14px;color:#555;margin:0 0 10px}
.about-pg .team-bio{font-size:14px;line-height:1.55;color:#444;margin:0}
.about-pg .core-right{padding-left:36px;border-left:1px solid #09ffc759;display:flex;flex-direction:column;gap:32px}
.about-pg .compare-block{display:flex;flex-direction:column;gap:0;border:1.5px solid #9d123d2e;border-radius:8px;overflow:hidden}
.about-pg .compare-head{display:grid;grid-template-columns:2fr 1fr 1fr;background:#9D123D;padding:10px 14px;gap:8px}
.about-pg .compare-head-label{font-size:14px;font-weight:700;color:#fff}
.about-pg .compare-head-col{font-size:14px;font-weight:700;color:#DCFF90;text-align:center}
.about-pg .compare-row{display:grid;grid-template-columns:2fr 1fr 1fr;padding:10px 14px;gap:8px;border-bottom:1px solid #9d123d1a;align-items:center;transition:background .15s cubic-bezier(0.4,0,0.2,1)}
.about-pg .compare-row:last-child{border-bottom:none}
.about-pg .compare-row:hover{background:#09ffc70f}
.about-pg .compare-feat{font-size:14px;color:#222;line-height:1.4}
.about-pg .compare-yes{text-align:center}
.about-pg .compare-no{text-align:center}
.about-pg .check-icon{display:inline-block;width:18px;height:18px;vertical-align:middle}
.about-pg .cross-icon{display:inline-block;width:18px;height:18px;vertical-align:middle}
.about-pg .horizlines-section{position:relative;overflow:hidden}
.about-pg .horizlines-section::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:repeating-linear-gradient(180deg,transparent 0px,transparent 14px,#09ffc712 14px,#09ffc712 15px,transparent 15px,transparent 32px,#09ffc70a 32px,#09ffc70a 34px,transparent 34px,transparent 60px,#09ffc70f 60px,#09ffc70f 62px,transparent 62px,transparent 90px)}
.about-pg .keywords-strip{position:relative;z-index:1;padding:60px 48px 72px;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start;background:linear-gradient(45deg,#111 0%,#1a0a14 100%)}
.about-pg .kw-left-label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#09FFC7;padding-top:6px}
.about-pg .kw-heading{font-size:36px;font-weight:800;line-height:1.2;color:#fff;margin:0 0 20px}
.about-pg .kw-body{font-size:17px;line-height:1.65;color:#ffffffd1;margin:0 0 14px;max-width:600px}
.about-pg .kw-narrow{font-size:17px;line-height:1.55;color:#ffffffad;max-width:460px;margin:0 0 28px}
.about-pg .kw-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.about-pg .kw-tag{font-size:14px;border:1.5px solid #09ffc780;color:#09FFC7;border-radius:8px;padding:6px 14px;background:transparent;transition:background .18s cubic-bezier(0.4,0,0.2,1),color .18s cubic-bezier(0.4,0,0.2,1)}
.about-pg .kw-tag:hover{background:#09ffc71f;color:#fff}
.about-pg .divider-alt{height:1px;background:linear-gradient(90deg,transparent,#dcff9066 40%,transparent);margin:0 48px;border:none}
@media (max-width: 1100px) {
.about-pg .hero-holder{grid-template-columns:1fr 1fr;padding:72px 32px 60px}
.about-pg .hero-main-text{grid-column:1}
.about-pg .hero-right{grid-column:2}
.about-pg .hero-left{display:none}
.about-pg .core-block{grid-template-columns:1fr 1fr;padding:60px 32px}
.about-pg .core-right{grid-column:1 / -1;border-left:none;border-top:1px solid #09ffc759;padding-left:0;padding-top:32px;margin-top:8px}
.about-pg .keywords-strip{grid-template-columns:1fr;padding:48px 32px 60px}
.about-pg .section-divider,.about-pg .divider-alt{margin:0 32px}
}
@media (max-width: 720px) {
.about-pg .hero-holder{display:flex;flex-direction:column;padding:60px 20px 48px;min-height:unset}
.about-pg .hero-img-wrap{max-width:100%}
.about-pg .hero-h1{font-size:36px}
.about-pg .hero-main-text{padding:0}
.about-pg .core-block{display:flex;flex-direction:column;padding:48px 20px 56px;gap:32px}
.about-pg .core-block-left{border-right:none;padding-right:0;border-bottom:1px solid #09ffc74d;padding-bottom:28px}
.about-pg .core-center{padding:0}
.about-pg .core-right{border-top:1px solid #09ffc74d;padding-top:28px}
.about-pg .team-grid{grid-template-columns:1fr}
.about-pg .keywords-strip{padding:40px 20px 52px}
.about-pg .kw-heading{font-size:36px}
.about-pg .section-divider,.about-pg .divider-alt{margin:0 20px}
.about-pg .anchor-num{font-size:36px}
}
.kontakt-pg{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;background:#fafaf8;overflow-x:clip}
.kontakt-pg ::selection{background:#09ffc71a}
.kontakt-pg *,.kontakt-pg ::before,.kontakt-pg ::after{box-sizing:border-box}
.kontakt-pg .hero-wrap{position:relative;min-height:72vh;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;overflow:hidden;background:#fff;padding:72px 0 48px}
.kontakt-pg .hero-bg-shapes{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.kontakt-pg .hero-bg-shapes .shape-a{position:absolute;top:-60px;right:80px;width:340px;height:340px;border:2px solid #09ffc72e;border-radius:48px;transform:rotate(22deg)}
.kontakt-pg .hero-bg-shapes .shape-b{position:absolute;bottom:30px;left:40px;width:180px;height:180px;background:#dcff9021;border-radius:48px;transform:rotate(-14deg)}
.kontakt-pg .hero-bg-shapes .shape-c{position:absolute;top:40px;left:60px;width:100px;height:100px;border:1.5px solid #9d123d1f;border-radius:8px;transform:rotate(8deg)}
.kontakt-pg .hero-side-left{padding-left:48px;position:relative;z-index:1}
.kontakt-pg .hero-main-col{position:relative;z-index:1;padding:0 48px}
.kontakt-pg .hero-side-right{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-end;padding-right:48px}
.kontakt-pg .hero-overline{display:block;width:32px;height:2px;background:#9D123D;margin-bottom:16px}
.kontakt-pg .hero-heading{font-size:48px;line-height:1.05;font-weight:800;color:#111;margin:0 0 20px;letter-spacing:-.5px}
.kontakt-pg .hero-heading span{color:#9D123D}
.kontakt-pg .hero-desc{font-size:17px;line-height:1.65;color:#444;max-width:420px;margin:0 0 32px}
.kontakt-pg .hero-desc-narrow{font-size:14px;line-height:1.6;color:#666;max-width:300px;margin:0 0 24px}
.kontakt-pg .hero-img-clip{width:260px;height:300px;position:relative;clip-path:polygon(0 12%,12% 0,100% 0,100% 88%,88% 100%,0 100%);border-radius:8px;overflow:hidden;animation:hero-img-scale .5s cubic-bezier(0.0,0,0.2,1) both}
@keyframes hero-img-scale {
from{transform:scale(1.08);opacity:.6}
to{transform:scale(1);opacity:1}
}
.kontakt-pg .hero-img-clip img{width:100%;height:100%;object-fit:cover;display:block}
.kontakt-pg .hero-badge-holder{margin-top:20px;display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.kontakt-pg .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1.5px solid #09FFC7;border-radius:8px;font-size:14px;color:#111;background:#09ffc70f}
.kontakt-pg .hero-badge .dot{width:7px;height:7px;background:#09FFC7;border-radius:50%;flex-shrink:0}
.kontakt-pg .hero-side-left .stat-block{margin-top:24px}
.kontakt-pg .stat-num{font-size:36px;font-weight:800;color:#111;line-height:1}
.kontakt-pg .stat-num .int-part{color:#9D123D}
.kontakt-pg .stat-num .frac-part{color:#09FFC7;font-size:20px}
.kontakt-pg .stat-label{font-size:14px;color:#666;margin-top:4px;line-height:1.4;max-width:140px}
.kontakt-pg .divider-diamond{display:flex;align-items:center;gap:0;margin:0;padding:0}
.kontakt-pg .divider-diamond .line{flex:1;height:1px;background:#e0e0dc}
.kontakt-pg .divider-diamond .gem{width:10px;height:10px;background:#09FFC7;transform:rotate(45deg);margin:0 10px;flex-shrink:0}
.kontakt-pg .form-section{background:#f4f4f0;padding:80px 48px;position:relative;overflow:hidden}
.kontakt-pg .form-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(45deg,#09FFC7,#9D123D);pointer-events:none}
.kontakt-pg .form-layout{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:72px;align-items:start}
.kontakt-pg .form-info-col{position:sticky;top:40px}
.kontakt-pg .form-info-overline{display:block;width:32px;height:2px;background:#09FFC7;margin-bottom:14px}
.kontakt-pg .form-info-heading{font-size:36px;font-weight:800;color:#111;line-height:1.1;margin:0 0 18px}
.kontakt-pg .form-info-text{font-size:17px;line-height:1.65;color:#444;margin:0 0 16px;max-width:320px}
.kontakt-pg .form-info-text-narrow{font-size:14px;line-height:1.6;color:#666;margin:0 0 32px;max-width:260px}
.kontakt-pg .contact-details-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:0}
.kontakt-pg .contact-details-list li{padding:14px 0;border-bottom:1px solid #ddd;font-size:14px;color:#333;display:flex;flex-direction:column;gap:2px}
.kontakt-pg .contact-details-list li:last-child{border-bottom:none}
.kontakt-pg .contact-details-list .cd-label{font-size:14px;color:#9D123D;font-weight:600;text-transform:uppercase;letter-spacing:.04em}
.kontakt-pg .contact-details-list a{color:#111;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .18s cubic-bezier(0.4,0,0.2,1),color .18s cubic-bezier(0.4,0,0.2,1);display:inline}
.kontakt-pg .contact-details-list a:hover{border-bottom-color:#09FFC7;color:#9D123D}
.kontakt-pg .inline-accent{display:inline-block;border:1.5px solid #9D123D;border-radius:8px;padding:2px 10px;font-size:14px;color:#9D123D;font-weight:600;margin-bottom:20px}
.kontakt-pg .second-img-holder{width:100%;max-width:320px;height:200px;border-radius:8px;overflow:hidden;box-shadow:0 6px 18px -1px #09ffc71c}
.kontakt-pg .second-img-holder img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(0.0,0,0.2,1)}
.kontakt-pg .second-img-holder:hover img{transform:scale(1.04)}
.kontakt-pg .form-col{background:#fff;border-radius:8px;padding:48px;box-shadow:0 9px 40px -1px #09ffc71a}
.kontakt-pg .form-heading{font-size:20px;font-weight:700;color:#111;margin:0 0 8px}
.kontakt-pg .form-sub{font-size:14px;color:#666;margin:0 0 32px;line-height:1.5}
.kontakt-pg .field-group{display:flex;flex-direction:column;gap:20px;margin-bottom:28px}
.kontakt-pg .field-item{display:flex;flex-direction:column;gap:6px}
.kontakt-pg .field-item label{font-size:14px;font-weight:600;color:#333}
.kontakt-pg .field-item input{padding:12px 16px;border:1.5px solid #ddd;border-radius:8px;font-size:17px;color:#111;background:#fafaf8;outline:none;transition:border-color .2s cubic-bezier(0.4,0,0.2,1),box-shadow .2s cubic-bezier(0.4,0,0.2,1);width:100%;text-overflow:ellipsis}
.kontakt-pg .field-item input::placeholder{color:#aaa;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.kontakt-pg .field-item input:focus{border-color:#09FFC7;box-shadow:0 1px 5px -1px #09ffc70f inset 0 1px 2px #09ffc714 inset 0 -1px 2px #9d123d0a}
.kontakt-pg .field-item input:focus-visible{outline:2px solid #09FFC7;outline-offset:2px}
.kontakt-pg .rating-block{margin-bottom:28px}
.kontakt-pg .rating-label{font-size:14px;font-weight:600;color:#333;display:block;margin-bottom:12px}
.kontakt-pg .rating-holder{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.kontakt-pg .rating-holder input[type="radio"]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.kontakt-pg .rating-holder label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 16px;border:1.5px solid #ddd;border-radius:8px;font-size:14px;color:#555;background:#fafaf8;transition:border-color .18s cubic-bezier(0.4,0,0.2,1),background .18s cubic-bezier(0.4,0,0.2,1),color .18s cubic-bezier(0.4,0,0.2,1);min-width:56px;text-align:center;position:relative;overflow:hidden}
.kontakt-pg .rating-holder label .r-num{font-size:20px;font-weight:700;color:#111;line-height:1}
.kontakt-pg .rating-holder label::before{content:'';position:absolute;left:0;top:0;bottom:0;width:0;background:#09ffc726;transition:width .22s cubic-bezier(0.4,0,0.2,1);z-index:0;pointer-events:none}
.kontakt-pg .rating-holder label:hover::before{width:100%}
.kontakt-pg .rating-holder label:hover{border-color:#09FFC7;color:#111}
.kontakt-pg .rating-holder input[type="radio"]:checked + label{border-color:#9D123D;background:#9d123d0f;color:#9D123D}
.kontakt-pg .rating-holder input[type="radio"]:checked + label .r-num{color:#9D123D}
.kontakt-pg .rating-holder input[type="radio"]:focus-visible + label{outline:2px solid #09FFC7;outline-offset:2px}
.kontakt-pg .privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:28px;padding:14px 16px;border:1.5px solid #e8e8e4;border-radius:8px;background:#f9f9f6}
.kontakt-pg .privacy-row input[type="checkbox"]{width:18px;height:18px;accent-color:#9D123D;flex-shrink:0;margin-top:2px;cursor:pointer}
.kontakt-pg .privacy-row label{font-size:14px;color:#555;line-height:1.55;cursor:pointer}
.kontakt-pg .privacy-row label a{color:#9D123D;text-decoration:none;border-bottom:1px solid #9d123d59;transition:border-color .15s cubic-bezier(0.4,0,0.2,1)}
.kontakt-pg .privacy-row label a:hover{border-bottom-color:#9D123D}
.kontakt-pg .submit-btn{display:inline-block;position:relative;overflow:hidden;padding:14px 40px;font-size:17px;font-weight:700;color:#111;border:2px solid #09FFC7;border-radius:8px;background:transparent;cursor:pointer;transition:color .28s cubic-bezier(0.0,0,0.2,1);letter-spacing:.01em}
.kontakt-pg .submit-btn::before{content:'';position:absolute;left:0;top:0;bottom:0;width:0;background:#09FFC7;transition:width .28s cubic-bezier(0.0,0,0.2,1);z-index:0;pointer-events:none}
.kontakt-pg .submit-btn:hover::before,.kontakt-pg .submit-btn:focus-visible::before{width:100%}
.kontakt-pg .submit-btn:hover,.kontakt-pg .submit-btn:focus-visible{color:#111}
.kontakt-pg .submit-btn span{position:relative;z-index:1}
.kontakt-pg .submit-btn:focus-visible{outline:2px solid #9D123D;outline-offset:3px}
.kontakt-pg .mini-tags-holder{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.kontakt-pg .mini-tag{font-size:14px;padding:4px 12px;border-radius:8px;border:1px solid #09FFC7;color:#333;background:#09ffc712;line-height:1.4}
@media (max-width: 1024px) {
.kontakt-pg .hero-wrap{grid-template-columns:1fr;padding:48px 24px;min-height:auto}
.kontakt-pg .hero-side-left,.kontakt-pg .hero-main-col,.kontakt-pg .hero-side-right{padding:12px 0}
.kontakt-pg .hero-side-right{align-items:flex-start}
.kontakt-pg .form-layout{grid-template-columns:1fr;gap:40px}
.kontakt-pg .form-info-col{position:static}
.kontakt-pg .form-section{padding:48px 24px}
}
@media (max-width: 640px) {
.kontakt-pg .hero-heading{font-size:36px}
.kontakt-pg .form-col{padding:28px 20px}
.kontakt-pg .rating-holder{gap:6px}
.kontakt-pg .rating-holder label{min-width:44px;padding:8px 10px}
}
.pg-home{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;background:#fafaf8;overflow-x:clip;max-width:100%}
.pg-home ::selection{background:#09ffc71a}
.pg-home *,.pg-home ::before,.pg-home ::after{box-sizing:border-box}
.pg-home .ld-schema{display:none}
.pg-home .hero-holder{position:relative;min-height:92vh;display:grid;grid-template-columns:1fr 2fr 1fr;overflow:hidden;background:#0e1412}
.pg-home .hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(100%) brightness(0.35);transition:filter .5s cubic-bezier(0.4,0,0.2,1)}
.pg-home .hero-light-leak{position:absolute;top:0;right:0;width:42%;height:55%;background:linear-gradient(135deg,#09ffc72e 0%,#dcff9017 40%,transparent 70%);pointer-events:none;z-index:1}
.pg-home .hero-dots{position:absolute;bottom:60px;left:60px;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;z-index:2;pointer-events:none}
.pg-home .hero-dots span{display:block;width:5px;height:5px;border-radius:48px;background:#09ffc759}
.pg-home .hero-dots span:nth-child(5n+3){background:#dcff9047}
.pg-home .hero-dots span:nth-child(5n+5){background:#09ffc72e}
.pg-home .hero-content{grid-column:1 / 3;position:relative;z-index:3;padding:96px 48px 80px 72px;display:flex;flex-direction:column;justify-content:flex-end}
.pg-home .hero-overline{display:inline-block;border:1px solid #09ffc78c;color:#09FFC7;font-size:14px;letter-spacing:.04em;padding:4px 14px;border-radius:8px;margin-bottom:28px;width:fit-content}
.pg-home .hero-h1{font-size:48px;line-height:1.08;color:#f0f5f3;margin:0 0 24px;max-width:680px;font-weight:700}
.pg-home .hero-h1 em{font-style:normal;color:#09FFC7}
.pg-home .hero-sub{font-size:20px;color:#f0f5f3b8;max-width:480px;line-height:1.55;margin:0 0 40px}
.pg-home .hero-cta-row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;align-items:center}
.pg-home .btn-primary{position:relative;overflow:hidden;font-size:17px;color:#0e1412;background:#09FFC7;border:2px solid #09FFC7;border-radius:8px;padding:13px 32px;text-decoration:none;font-weight:600;transition:color .22s cubic-bezier(0.4,0,0.2,1),border-color .22s cubic-bezier(0.4,0,0.2,1);display:inline-block}
.pg-home .btn-primary::before{content:'';position:absolute;inset:0;background:#DCFF90;transform:scaleX(0);transform-origin:left;transition:transform .28s cubic-bezier(0.4,0,0.2,1);z-index:0}
.pg-home .btn-primary span{position:relative;z-index:1}
.pg-home .btn-primary:hover::before{transform:scaleX(1)}
.pg-home .btn-primary:focus{outline:2px solid #09FFC7;outline-offset:3px}
.pg-home .btn-outline{position:relative;overflow:hidden;font-size:17px;color:#f0f5f3;background:transparent;border:2px solid #f0f5f366;border-radius:8px;padding:13px 32px;text-decoration:none;font-weight:500;transition:color .22s cubic-bezier(0.4,0,0.2,1),border-color .25s cubic-bezier(0.4,0,0.2,1);display:inline-block}
.pg-home .btn-outline::before{content:'';position:absolute;inset:0;background:#09ffc71f;transform:scaleX(0);transform-origin:left;transition:transform .28s cubic-bezier(0.4,0,0.2,1);z-index:0}
.pg-home .btn-outline span{position:relative;z-index:1}
.pg-home .btn-outline:hover::before{transform:scaleX(1)}
.pg-home .btn-outline:hover{border-color:#09FFC7;color:#09FFC7}
.pg-home .btn-outline:focus{outline:2px solid #09FFC7;outline-offset:3px}
.pg-home .hero-side{grid-column:3 / 4;position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;padding:48px 36px 48px 24px;border-left:1px solid #09ffc71a}
.pg-home .hero-stat{margin-bottom:36px}
.pg-home .hero-stat-num{font-size:36px;color:#09FFC7;font-weight:700;line-height:1;display:block}
.pg-home .hero-stat-label{font-size:14px;color:#f0f5f38c;margin-top:6px;display:block}
.pg-home .wave-div{width:100%;line-height:0;overflow:hidden}
.pg-home .wave-div svg{display:block;width:100%}
.pg-home .about-strip{background:#fff;padding:80px 72px;display:flex;flex-direction:row;gap:48px;align-items:flex-start;max-width:1440px;margin:0 auto}
.pg-home .about-img-col{flex:0 0 340px;position:relative}
.pg-home .about-img-wrap{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 9px 40px -1px #09ffc71a}
.pg-home .about-img-wrap img{width:100%;height:420px;object-fit:cover;display:block;transition:filter .4s cubic-bezier(0.4,0,0.2,1)}
.pg-home .about-img-accent{position:absolute;bottom:-18px;right:-18px;width:80px;height:80px;border:3px solid #09FFC7;border-radius:8px;background:#DCFF90;z-index:1}
.pg-home .about-text-col{flex:1;padding-top:12px}
.pg-home .section-overline{display:block;font-size:14px;color:#9D123D;font-weight:600;margin-bottom:16px;position:relative;padding-top:18px}
.pg-home .section-overline::before{content:'';position:absolute;top:0;left:0;width:36px;height:2px;background:#9D123D;border-radius:8px}
.pg-home .about-h2{font-size:36px;color:#141c18;line-height:1.15;margin:0 0 24px;font-weight:700}
.pg-home .about-para{font-size:17px;color:#3a4440;line-height:1.65;max-width:520px;margin:0 0 18px}
.pg-home .about-para-narrow{font-size:17px;color:#3a4440;line-height:1.65;max-width:360px;margin:0 0 32px}
.pg-home .inline-tag{display:inline;border:1.5px solid #9D123D;color:#9D123D;font-size:14px;padding:2px 10px;border-radius:8px;white-space:nowrap}
.pg-home .features-section{background:linear-gradient(45deg,#09FFC7 0%,#9D123D 100%);padding:0;overflow:hidden}
.pg-home .features-inner{max-width:1440px;margin:0 auto;padding:88px 72px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px}
.pg-home .feat-card{background:#fff;padding:40px 36px;position:relative;overflow:hidden;transition:box-shadow .25s cubic-bezier(0.4,0,0.2,1)}
.pg-home .feat-card:first-child{border-radius:8px 0 0 8px}
.pg-home .feat-card:last-child{border-radius:0 8px 8px 0}
.pg-home .feat-card:hover{box-shadow:0 6px 18px -1px #9d123d1c;z-index:2}
.pg-home .feat-icon-ring{width:52px;height:52px;border-radius:48px;background:#DCFF90;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0}
.pg-home .feat-icon-ring svg{width:26px;height:26px}
.pg-home .feat-h4{font-size:20px;color:#141c18;margin:0 0 14px;font-weight:700;line-height:1.25}
.pg-home .feat-p{font-size:17px;color:#4a5550;line-height:1.6;margin:0 0 20px}
.pg-home .feat-link{display:inline-block;font-size:14px;color:#9D123D;text-decoration:none;font-weight:600;position:relative}
.pg-home .feat-link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:#9D123D;transition:width .2s cubic-bezier(0.0,0,0.2,1)}
.pg-home .feat-link:hover::after{width:100%}
.pg-home .feat-link:focus{outline:2px solid #9D123D;outline-offset:3px;border-radius:8px}
.pg-home .feat-reveal-wrap{position:relative;overflow:hidden}
.pg-home .feat-reveal-wrap .feat-reveal-img{width:100%;height:200px;object-fit:cover;border-radius:8px;display:block;margin-top:24px;clip-path:circle(0% at 50% 50%);transition:clip-path .45s cubic-bezier(0.4,0,0.2,1)}
.pg-home .feat-card:hover .feat-reveal-img{clip-path:circle(75% at 50% 50%)}
.pg-home .workshop-section{background:#021a12;max-width:100%;padding:0}
.pg-home .workshop-inner{max-width:1440px;margin:0 auto;padding:96px 72px;display:grid;grid-template-columns:1fr 2fr;gap:72px;align-items:start}
.pg-home .workshop-left{position:sticky;top:96px}
.pg-home .workshop-overline{display:block;font-size:14px;color:#09FFC7;font-weight:600;margin-bottom:16px;padding-top:18px;position:relative}
.pg-home .workshop-overline::before{content:'';position:absolute;top:0;left:0;width:36px;height:2px;background:#09FFC7;border-radius:8px}
.pg-home .workshop-h2{font-size:36px;color:#e8f2ee;line-height:1.2;font-weight:700;margin:0 0 24px}
.pg-home .workshop-desc{font-size:17px;color:#e8f2ee9e;line-height:1.65;margin:0 0 36px}
.pg-home .workshop-cta{position:relative;overflow:hidden;display:inline-block;font-size:17px;color:#021a12;background:#09FFC7;border:2px solid #09FFC7;border-radius:8px;padding:13px 32px;text-decoration:none;font-weight:600;transition:color .22s cubic-bezier(0.4,0,0.2,1)}
.pg-home .workshop-cta::before{content:'';position:absolute;inset:0;background:#DCFF90;transform:scaleX(0);transform-origin:left;transition:transform .28s cubic-bezier(0.4,0,0.2,1);z-index:0}
.pg-home .workshop-cta span{position:relative;z-index:1}
.pg-home .workshop-cta:hover::before{transform:scaleX(1)}
.pg-home .workshop-cta:focus{outline:2px solid #09FFC7;outline-offset:3px}
.pg-home .workshop-right{display:flex;flex-direction:column;gap:24px}
.pg-home .step-row{display:flex;flex-direction:row;gap:24px;align-items:flex-start;padding:28px;border:1px solid #09ffc724;border-radius:8px;transition:border-color .2s cubic-bezier(0.4,0,0.2,1),background .2s cubic-bezier(0.4,0,0.2,1)}
.pg-home .step-row:hover{border-color:#09ffc761;background:#09ffc70a}
.pg-home .step-num{font-size:36px;color:#09ffc738;font-weight:700;line-height:1;flex-shrink:0;width:52px}
.pg-home .step-h5{font-size:20px;color:#e8f2ee;margin:0 0 10px;font-weight:600}
.pg-home .step-p{font-size:17px;color:#e8f2ee94;line-height:1.6;margin:0}
.pg-home .step-img{width:100%;height:180px;object-fit:cover;border-radius:8px;display:block;margin-top:14px;box-shadow:0 6px 18px -1px #09ffc71c}
.pg-home .contact-section{background:#fafaf8;padding:0}
.pg-home .contact-inner{max-width:1440px;margin:0 auto;padding:96px 72px 80px;display:grid;grid-template-columns:2fr 1fr;gap:72px;align-items:start}
.pg-home .contact-overline{display:block;font-size:14px;color:#9D123D;font-weight:600;margin-bottom:16px;padding-top:18px;position:relative}
.pg-home .contact-overline::before{content:'';position:absolute;top:0;left:0;width:36px;height:2px;background:#9D123D;border-radius:8px}
.pg-home .contact-h2{font-size:36px;color:#141c18;line-height:1.15;margin:0 0 20px;font-weight:700;max-width:560px}
.pg-home .contact-para{font-size:17px;color:#3a4440;line-height:1.65;max-width:500px;margin:0 0 36px}
.pg-home .contact-form{display:flex;flex-direction:column;gap:18px;max-width:520px}
.pg-home .form-row{display:flex;flex-direction:row;gap:16px}
.pg-home .field-wrap{display:flex;flex-direction:column;gap:6px;flex:1}
.pg-home .field-label{font-size:14px;color:#3a4440;font-weight:600}
.pg-home .field-input{font-size:17px;color:#141c18;background:#fff;border:1.5px solid #d8dedd;border-radius:8px;padding:12px 16px;outline:none;width:100%;transition:border-color .18s cubic-bezier(0.4,0,0.2,1),box-shadow .18s cubic-bezier(0.4,0,0.2,1);box-shadow:inset 0 1px 3px #09ffc70f inset 0 -1px 2px #9d123d0a;text-overflow:ellipsis}
.pg-home .field-input:focus{border-color:#09FFC7;box-shadow:0 1px 5px -1px #09ffc70f 0 6px 18px -1px #09ffc71c}
.pg-home .field-input::placeholder{color:#9eaaa5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pg-home .field-textarea{resize:vertical;min-height:110px}
.pg-home .form-submit{position:relative;overflow:hidden;font-size:17px;color:#0e1412;background:#09FFC7;border:2px solid #09FFC7;border-radius:8px;padding:14px 36px;font-weight:600;cursor:pointer;width:fit-content;transition:color .22s cubic-bezier(0.4,0,0.2,1)}
.pg-home .form-submit::before{content:'';position:absolute;inset:0;background:#DCFF90;transform:scaleX(0);transform-origin:left;transition:transform .28s cubic-bezier(0.4,0,0.2,1);z-index:0}
.pg-home .form-submit span{position:relative;z-index:1}
.pg-home .form-submit:hover::before{transform:scaleX(1)}
.pg-home .form-submit:focus{outline:2px solid #9D123D;outline-offset:3px}
.pg-home .contact-right{padding-top:52px}
.pg-home .contact-info-block{background:#fff;border-radius:8px;padding:32px 28px;box-shadow:0 6px 18px -1px #09ffc71c;display:flex;flex-direction:column;gap:20px}
.pg-home .info-item{display:flex;flex-direction:row;gap:14px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid #edf0ee}
.pg-home .info-item:last-child{border-bottom:none;padding-bottom:0}
.pg-home .info-icon{width:40px;height:40px;border-radius:8px;background:#DCFF90;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pg-home .info-icon svg{width:20px;height:20px}
.pg-home .info-label{font-size:14px;color:#9eaaa5;font-weight:500;margin-bottom:3px;display:block}
.pg-home .info-val{font-size:17px;color:#141c18;font-weight:600;text-decoration:none;display:block;position:relative;width:fit-content}
.pg-home .info-val::after{content:'';position:absolute;bottom:-1px;left:0;width:0;height:1.5px;background:#9D123D;transition:width .2s cubic-bezier(0.0,0,0.2,1)}
.pg-home .info-val:hover::after{width:100%}
.pg-home .contact-img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-top:20px;display:block;box-shadow:0 6px 18px -1px #09ffc71c}
@media (max-width: 1100px) {
.pg-home .hero-content{grid-column:1 / 3;padding:72px 36px 64px 48px}
.pg-home .hero-side{display:none}
.pg-home .hero-holder{grid-template-columns:1fr}
.pg-home .about-strip{padding:60px 36px;flex-direction:column}
.pg-home .about-img-col{flex:0 0 auto;width:100%}
.pg-home .features-inner{grid-template-columns:1fr;padding:56px 36px;gap:2px}
.pg-home .feat-card:first-child{border-radius:8px 8px 0 0}
.pg-home .feat-card:last-child{border-radius:0 0 8px 8px}
.pg-home .workshop-inner{grid-template-columns:1fr;padding:64px 36px;gap:40px}
.pg-home .workshop-left{position:static}
.pg-home .contact-inner{grid-template-columns:1fr;padding:64px 36px;gap:40px}
.pg-home .contact-right{padding-top:0}
}
@media (max-width: 700px) {
.pg-home .hero-h1{font-size:36px}
.pg-home .hero-content{padding:56px 24px 48px}
.pg-home .about-strip{padding:48px 24px}
.pg-home .about-h2{font-size:36px}
.pg-home .features-inner{padding:48px 24px}
.pg-home .workshop-inner{padding:48px 24px}
.pg-home .workshop-h2{font-size:36px}
.pg-home .contact-inner{padding:48px 24px}
.pg-home .contact-h2{font-size:36px}
.pg-home .form-row{flex-direction:column}
.pg-home .hero-dots{left:24px;bottom:36px}
}
.prog-page{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;background:#f9f9f6;overflow-x:clip}
.prog-page ::selection{background:#09ffc71a}
.prog-page *{box-sizing:border-box}
.prog-page img{max-width:100%;height:auto}
.prog-page .hero-holder{position:relative;width:100%;min-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:96px 24px}
.prog-page .hero-bg{position:absolute;inset:0;z-index:0}
.prog-page .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:heroshift 18s ease-in-out infinite alternate}
@keyframes heroshift {
0%{transform:scale(1) translateX(0);filter:brightness(0.38) saturate(1.1)}
100%{transform:scale(1.04) translateX(-12px);filter:brightness(0.32) saturate(1.3)}
}
.prog-page .hero-overlay{position:absolute;inset:0;background:linear-gradient(45deg,#9d123db8 0%,#09ffc738 100%);z-index:1}
.prog-page .hero-shape-a{position:absolute;top:10%;left:6%;width:180px;height:180px;border:1.5px solid #09ffc72e;border-radius:8px;transform:rotate(18deg);z-index:2;pointer-events:none}
.prog-page .hero-shape-b{position:absolute;bottom:14%;right:8%;width:100px;height:100px;border:1.5px solid #dcff9033;border-radius:48px;z-index:2;pointer-events:none}
.prog-page .hero-shape-c{position:absolute;top:52%;right:18%;width:56px;height:56px;border:1px solid #09ffc726;border-radius:8px;transform:rotate(-9deg);z-index:2;pointer-events:none}
.prog-page .hero-inner{position:relative;z-index:3;max-width:800px;width:100%;text-align:center}
.prog-page .hero-overline{display:inline-block;font-size:14px;color:#09FFC7;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px;border:1px solid #09ffc773;border-radius:8px;padding:4px 14px}
.prog-page .hero-title{font-size:48px;line-height:1.1;color:#fff;margin:0 0 28px;font-weight:700}
.prog-page .hero-points{list-style:none;margin:0 0 36px;padding:0;display:flex;flex-direction:column;gap:0}
.prog-page .hero-points li{font-size:17px;color:#ffffffdb;padding:13px 0;border-bottom:1px solid #09ffc72e;line-height:1.5}
.prog-page .hero-points li:first-child{border-top:1px solid #09ffc72e}
.prog-page .hero-cta{display:inline-block;font-size:17px;color:#09FFC7;border:1.5px solid #09FFC7;border-radius:8px;padding:14px 36px;text-decoration:none;position:relative;overflow:hidden;transition:color .25s cubic-bezier(0.4,0,0.2,1)}
.prog-page .hero-cta::before{content:'';position:absolute;inset:0;background:#09FFC7;transform:translateX(-100%);transition:transform .28s cubic-bezier(0.4,0,0.2,1);z-index:0}
.prog-page .hero-cta:hover::before{transform:translateX(0)}
.prog-page .hero-cta:hover{color:#0a0a0a}
.prog-page .hero-cta span{position:relative;z-index:1}
.prog-page .hero-cta:focus-visible{outline:3px solid #09FFC7!important;outline-offset:3px!important}
.prog-page .wave-divider{width:100%;overflow:hidden;line-height:0;margin-top:-2px}
.prog-page .wave-divider svg{display:block;width:100%}
.prog-page .program-section{background:#fff;padding:80px 24px 100px}
.prog-page .program-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr 1fr;gap:0 48px;align-items:start}
.prog-page .prog-sidebar{padding-top:8px}
.prog-page .prog-sidebar-label{display:block;width:36px;height:2px;background:#9D123D;margin-bottom:14px}
.prog-page .prog-sidebar-heading{font-size:36px;line-height:1.15;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.prog-page .prog-sidebar-text{font-size:17px;color:#4a4a4a;line-height:1.65;margin:0 0 28px}
.prog-page .prog-sidebar-text-alt{font-size:14px;color:#6b6b6b;line-height:1.6;margin:0 0 32px;max-width:260px}
.prog-page .prog-accent-box{border:1.5px solid #9D123D;border-radius:8px;padding:16px 18px;font-size:14px;color:#9D123D;line-height:1.55}
.prog-page .prog-main{padding:0}
.prog-page .prog-main-intro{font-size:20px;color:#1a1a1a;line-height:1.55;margin:0 0 32px;font-weight:500}
.prog-page .prog-steps{display:flex;flex-direction:column;gap:0;margin-bottom:40px}
.prog-page .prog-step{display:grid;grid-template-columns:48px 1fr;gap:0 20px;align-items:start;padding:24px 0;border-bottom:1px solid #e8e8e4}
.prog-page .prog-step:first-child{border-top:1px solid #e8e8e4}
.prog-page .step-num{font-size:36px;font-weight:700;color:#9d123d2e;line-height:1;padding-top:4px}
.prog-page .step-content-holder{display:flex;flex-direction:column;gap:6px}
.prog-page .step-title{font-size:20px;color:#1a1a1a;font-weight:600;margin:0;line-height:1.3}
.prog-page .step-desc{font-size:17px;color:#4a4a4a;line-height:1.6;margin:0}
.prog-page .step-tag{display:inline-block;font-size:14px;color:#5a5a5a;border:1px solid #d0d0cc;border-radius:8px;padding:3px 10px;margin-top:4px;align-self:flex-start}
.prog-page .prog-metrics-row{display:flex;flex-direction:row;gap:24px;flex-wrap:wrap;margin-top:8px}
.prog-page .metric-item{display:flex;flex-direction:column;gap:4px;padding:20px 24px;border-radius:8px;background:#f4f9f7;border:1px solid #09ffc74d;flex:1 1 140px;box-shadow:0 1px 5px -1px #09ffc70f;transition:box-shadow .2s cubic-bezier(0.4,0,0.2,1),border-color .2s cubic-bezier(0.4,0,0.2,1)}
.prog-page .metric-item:hover{box-shadow:0 6px 18px -1px #09ffc71c;border-color:#09ffc78c}
.prog-page .metric-val{font-size:36px;font-weight:700;color:#9D123D;line-height:1}
.prog-page .metric-lbl{font-size:14px;color:#5a5a5a;line-height:1.4}
.prog-page .prog-aside{padding-top:8px}
.prog-page .aside-block{border-radius:8px;overflow:hidden;margin-bottom:24px;box-shadow:0 6px 18px -1px #9d123d1c}
.prog-page .aside-img-wrap{position:relative;width:100%;height:220px}
.prog-page .aside-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.prog-page .aside-img-wrap::after{content:'';position:absolute;inset:0;border:2px solid transparent;border-radius:8px;transition:border-color .25s cubic-bezier(0.0,0,0.2,1);pointer-events:none}
.prog-page .aside-block:hover .aside-img-wrap::after{border-color:#09FFC7}
.prog-page .aside-block:hover .aside-img-wrap img{transform:scale(1.03)}
.prog-page .aside-caption{padding:16px;background:#1a1a1a}
.prog-page .aside-caption-text{font-size:14px;color:#ffffffc7;line-height:1.5;margin:0}
.prog-page .aside-info{padding:20px;border-radius:8px;border:1.5px dashed #9d123d59;background:#fff}
.prog-page .aside-info-title{font-size:17px;color:#1a1a1a;font-weight:600;margin:0 0 12px;display:flex;flex-direction:row;align-items:center;gap:8px}
.prog-page .aside-info-title::before{content:'';display:block;width:18px;height:2px;background:#09FFC7;flex-shrink:0}
.prog-page .aside-list{list-style:none;margin:0;padding:0}
.prog-page .aside-list li{font-size:14px;color:#4a4a4a;padding:8px 0;border-bottom:1px solid #ebebeb;line-height:1.45}
.prog-page .aside-list li:last-child{border-bottom:none}
.prog-page .wave-divider-alt{width:100%;overflow:hidden;line-height:0;background:#fff}
.prog-page .wave-divider-alt svg{display:block;width:100%}
.prog-page .themes-section{background:linear-gradient(45deg,#9D123D 0%,#3a0a1e 100%);padding:80px 24px 96px}
.prog-page .themes-inner{max-width:1440px;margin:0 auto}
.prog-page .themes-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:56px;gap:24px;flex-wrap:wrap}
.prog-page .themes-heading-wrap{display:flex;flex-direction:column;gap:10px}
.prog-page .themes-overline{display:block;width:36px;height:2px;background:#09FFC7}
.prog-page .themes-title{font-size:36px;color:#fff;font-weight:700;margin:0;line-height:1.2}
.prog-page .themes-note{font-size:17px;color:#ffffffa6;max-width:340px;line-height:1.6;margin:0}
.prog-page .themes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.prog-page .theme-cell{padding:32px 28px;background:#ffffff0f;position:relative;overflow:hidden;transition:background .22s cubic-bezier(0.4,0,0.2,1)}
.prog-page .theme-cell:hover{background:#09ffc71a}
.prog-page .theme-cell::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:transparent;transition:background .18s cubic-bezier(0.0,0,0.2,1)}
.prog-page .theme-cell:hover::before{background:#09FFC7}
.prog-page .theme-num{font-size:14px;color:#09ffc78c;margin-bottom:12px;display:block}
.prog-page .theme-name{font-size:20px;color:#fff;font-weight:600;margin:0 0 10px;line-height:1.3}
.prog-page .theme-desc{font-size:14px;color:#ffffffa6;line-height:1.6;margin:0}
.prog-page .theme-cell-large{grid-column:span 2;background:#09ffc712}
.prog-page .theme-cell-large .theme-name{font-size:20px}
.prog-page .theme-cell-large .theme-desc{max-width:520px}
.prog-page .prog-contact-strip{background:#f9f9f6;padding:40px 24px;border-top:1px solid #e8e8e4}
.prog-page .contact-strip-inner{max-width:1440px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.prog-page .contact-strip-text{font-size:17px;color:#3a3a3a;line-height:1.5;margin:0}
.prog-page .contact-strip-link{display:inline-block;font-size:17px;color:#9D123D;border:1.5px solid #9D123D;border-radius:8px;padding:12px 28px;text-decoration:none;position:relative;overflow:hidden;transition:color .22s cubic-bezier(0.4,0,0.2,1);white-space:nowrap}
.prog-page .contact-strip-link::before{content:'';position:absolute;inset:0;background:#9D123D;transform:translateX(-100%);transition:transform .26s cubic-bezier(0.4,0,0.2,1);z-index:0}
.prog-page .contact-strip-link:hover::before{transform:translateX(0)}
.prog-page .contact-strip-link:hover{color:#fff}
.prog-page .contact-strip-link span{position:relative;z-index:1}
.prog-page .contact-strip-link:focus-visible{outline:3px solid #9D123D!important;outline-offset:3px!important}
@media (max-width: 1100px) {
.prog-page .program-inner{grid-template-columns:1fr 2fr}
.prog-page .prog-aside{display:none}
.prog-page .themes-grid{grid-template-columns:repeat(2,1fr)}
.prog-page .theme-cell-large{grid-column:span 2}
}
@media (max-width: 768px) {
.prog-page .hero-title{font-size:36px}
.prog-page .program-inner{grid-template-columns:1fr;gap:40px 0}
.prog-page .prog-sidebar-text-alt{max-width:100%}
.prog-page .themes-grid{grid-template-columns:1fr}
.prog-page .theme-cell-large{grid-column:span 1}
.prog-page .themes-header{flex-direction:column;align-items:flex-start}
.prog-page .prog-metrics-row{flex-direction:column}
.prog-page .metric-item{flex:1 1 100%}
.prog-page .contact-strip-inner{flex-direction:column;align-items:flex-start}
}
.success-pg{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:#fafaf8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}
.success-pg ::selection{background:#09ffc71a}
.success-pg .msg-holder{max-width:560px;width:100%;text-align:center}
.success-pg .icon-wrap{width:72px;height:72px;margin:0 auto 36px;border-radius:48px;background:#09FFC7;display:flex;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 6px 18px -1px #09ffc71c 0 9px 40px -1px #09ffc71a}
.success-pg .icon-wrap svg{display:block}
.success-pg .confirm-label{display:inline-block;font-size:14px;color:#9D123D;border:1px solid #9D123D;border-radius:8px;padding:4px 14px;margin-bottom:20px;letter-spacing:0}
.success-pg .msg-heading{font-size:36px;color:#111;margin:0 0 20px;line-height:1.15}
.success-pg .msg-body{font-size:17px;color:#444;line-height:1.65;margin:0 auto 12px;max-width:420px}
.success-pg .msg-body-alt{font-size:17px;color:#444;line-height:1.5;margin:0 auto 36px;max-width:340px}
.success-pg .divider-line{width:48px;height:2px;background:linear-gradient(45deg,#09FFC7,#9D123D);margin:0 auto 36px;border-radius:8px}
.success-pg .contact-block{border:1px solid #09ffc766;border-radius:8px;padding:24px 28px;margin-bottom:36px;background:#fff;box-shadow:0 1px 5px -1px #09ffc70f;text-align:left}
.success-pg .contact-block .ct-label{font-size:14px;color:#9D123D;display:block;margin-bottom:12px}
.success-pg .contact-block .ct-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:8px}
.success-pg .contact-block .ct-row:last-child{margin-bottom:0}
.success-pg .contact-block .ct-icon{flex-shrink:0;width:18px;height:18px;margin-top:1px}
.success-pg .contact-block .ct-text{font-size:14px;color:#333;line-height:1.5}
.success-pg .contact-block .ct-text a{color:#9D123D;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .18s cubic-bezier(0.4,0,0.2,1)}
.success-pg .contact-block .ct-text a:hover{border-color:#9D123D}
.success-pg .back-link{display:inline-block;font-size:17px;color:#111;text-decoration:none;border:1px solid #111;border-radius:8px;padding:12px 32px;position:relative;overflow:hidden;transition:color .28s cubic-bezier(0.4,0,0.2,1),border-color .28s cubic-bezier(0.4,0,0.2,1)}
.success-pg .back-link::before{content:'';position:absolute;inset:0;background:#09FFC7;transform:translateX(-100%);transition:transform .32s cubic-bezier(0.0,0,0.2,1);z-index:0}
.success-pg .back-link:hover::before{transform:translateX(0)}
.success-pg .back-link:hover{border-color:#09FFC7;color:#111}
.success-pg .back-link span{position:relative;z-index:1}
.success-pg .back-link:focus-visible{outline:2px solid #09FFC7;outline-offset:3px}
@media (max-width: 480px) {
.success-pg .msg-heading{font-size:28px}
.success-pg .contact-block{padding:18px 16px}
}