@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";
:root{font-family:'Inter',sans-serif;font-size:16px;line-height:1.6}
html{scroll-behavior:smooth}
body{margin:0;padding:0;background:#FCFDFD;color:#1a1a1a;font-family:'Inter',sans-serif}
*{box-sizing:border-box}
.siteHeader{background:linear-gradient(135deg,#FCFDFD 0%,#f5f5f5 100%);border-bottom:3px solid #EF5E2C;padding:32px 0;box-shadow:0 8px 16px #ef5e2c14}
.headerContainer{max-width:1400px;margin:0 auto;padding:0 24px}
.headerTopRow{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:24px}
.brandZone{display:flex;flex-direction:column;align-items:center;gap:12px}
.logoHolder{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #EF5E2C;padding:16px;box-shadow:0 4px 12px #0bbdc01f}
.logoHolder img{width:100%;height:100%;object-fit:contain}
.companyName{font-size:24px;font-weight:700;color:#EF5E2C;text-align:center;margin:0;letter-spacing:.5px}
.navMain{flex:1;display:flex;justify-content:flex-end}
.navMain ul{list-style:none;padding:0;margin:0;display:flex;gap:32px;flex-wrap:wrap;justify-content:flex-end;align-items:center}
.navMain ul li a{font-size:17px;font-weight:400;color:#1a1a1a;text-decoration:none;padding:10px 18px;display:inline-block;border:2px solid transparent;transition:all .2s ease}
.navMain ul li a:hover{color:#EF5E2C;border-color:#0BBDC0;background:#0bbdc00d}
.footerSite{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);color:#FCFDFD;padding:56px 0 32px;margin-top:80px;border-top:4px solid #EF5E2C}
.footerContainer{max-width:1400px;margin:0 auto;padding:0 24px}
.footerMainRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:40px}
.footerCol h3{font-size:18px;font-weight:700;color:#0BBDC0;margin:0 0 20px;border-bottom:2px solid #EF5E2C;padding-bottom:8px}
.footerCol ul{list-style:none;padding:0;margin:0}
.footerCol ul li{margin-bottom:12px}
.footerCol ul li a{color:#FCFDFD;text-decoration:none;font-size:15px;transition:color .2s ease;display:inline-block}
.footerCol ul li a:hover{color:#0BBDC0}
.footerCol p{margin:8px 0;font-size:15px;line-height:1.8}
.footerCol p strong{color:#EF5E2C;display:block;margin-bottom:4px}
.footerBottom{border-top:1px solid #fcfdfd33;padding-top:24px;text-align:center;font-size:14px;color:#fcfdfdb3}
.cookieToast{position:fixed;left:24px;top:50%;transform:translateY(-50%) translateX(-400px);background:#fff;border:3px solid #EF5E2C;box-shadow:0 12px 32px #0000002e;padding:28px;max-width:380px;z-index:10000;transition:transform .4s ease}
.cookieToast--visible{transform:translateY(-50%) translateX(0)}
.cookieToast h4{margin:0 0 16px;font-size:19px;color:#EF5E2C;font-weight:700}
.cookieToast p{margin:0 0 20px;font-size:14px;line-height:1.6;color:#1a1a1a}
.cookieActionHolder{display:flex;gap:12px;flex-wrap:wrap}
.cookieBtn{flex:1;min-width:120px;padding:12px 20px;border:none;border-radius:50px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:'Inter',sans-serif}
.cookieBtn--accept{background:#EF5E2C;color:#fff}
.cookieBtn--accept:hover{background:#d64e1f;box-shadow:0 4px 12px #ef5e2c4d}
.cookieBtn--decline{background:#0BBDC0;color:#fff}
.cookieBtn--decline:hover{background:#099a9d;box-shadow:0 4px 12px #0bbdc04d}
.cookieBtn--settings{background:transparent;color:#1a1a1a;border:2px solid #1a1a1a;flex-basis:100%}
.cookieBtn--settings:hover{background:#0000000d}
@media (max-width: 968px) {
.headerTopRow{flex-direction:column;align-items:center;gap:24px}
.navMain{width:100%}
.navMain ul{justify-content:center;gap:20px}
.footerMainRow{grid-template-columns:1fr;gap:32px}
.cookieToast{left:16px;right:16px;max-width:calc(100% - 32px)}
}
@media (max-width: 640px) {
.siteHeader{padding:24px 0}
.logoHolder{width:90px;height:90px}
.companyName{font-size:20px}
.navMain ul{flex-direction:column;gap:12px;align-items:stretch}
.navMain ul li{width:100%;text-align:center}
.navMain ul li a{display:block;width:100%}
.cookieActionHolder{flex-direction:column}
.cookieBtn{width:100%}
}
.agreement-block{max-width:1400px;margin:0 auto;padding:80px 24px;background:#FCFDFD}
.agreement-block h1{font-size:2.75rem;font-weight:700;color:#1a1a1a;margin:0 0 32px;line-height:1.2;letter-spacing:-.02em}
.agreement-block h2{font-size:2rem;font-weight:600;color:#2a2a2a;margin:56px 0 24px;line-height:1.3;border-bottom:2px solid #EF5E2C;padding-bottom:12px}
.agreement-block h3{font-size:1.5rem;font-weight:600;color:#3a3a3a;margin:40px 0 20px;line-height:1.4}
.agreement-block h4{font-size:1.25rem;font-weight:600;color:#4a4a4a;margin:32px 0 16px;line-height:1.4}
.agreement-block h5{font-size:1.1rem;font-weight:600;color:#5a5a5a;margin:28px 0 14px;line-height:1.5}
.agreement-block h6{font-size:1rem;font-weight:600;color:#6a6a6a;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.05em}
.agreement-block p{font-size:1.0625rem;line-height:1.8;color:#333;margin:0 0 20px;max-width:75ch}
.agreement-block ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:none}
.agreement-block ul li{font-size:1.0625rem;line-height:1.8;color:#333;margin:0 0 12px;position:relative;padding-left:8px}
.agreement-block ul li::before{content:"";position:absolute;left:-20px;top:12px;width:6px;height:6px;background:#EF5E2C;border-radius:2px}
.agreement-block ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal;counter-reset:item}
.agreement-block ol li{font-size:1.0625rem;line-height:1.8;color:#333;margin:0 0 12px;padding-left:8px}
.agreement-block ol li::marker{color:#EF5E2C;font-weight:600}
.agreement-block strong,.agreement-block b{font-weight:600;color:#1a1a1a}
.agreement-block em,.agreement-block i{font-style:italic;color:#2a2a2a}
.agreement-block a{color:#EF5E2C;text-decoration:none;border-bottom:1px solid #ef5e2c4d;transition:all .2s ease}
.agreement-block a:hover{color:#0BBDC0;border-bottom-color:#0BBDC0}
.agreement-block a:focus{outline:2px solid #EF5E2C;outline-offset:2px;border-radius:2px}
.agreement-block hr{border:none;height:2px;background:linear-gradient(90deg,#EF5E2C 0%,#0BBDC0 100%);margin:48px 0;opacity:.3}
@media (max-width: 768px) {
.agreement-block{padding:48px 20px}
.agreement-block h1{font-size:2rem;margin-bottom:24px}
.agreement-block h2{font-size:1.5rem;margin:40px 0 20px}
.agreement-block h3{font-size:1.25rem;margin:32px 0 16px}
.agreement-block h4{font-size:1.125rem;margin:28px 0 14px}
.agreement-block p,.agreement-block ul li,.agreement-block ol li{font-size:1rem}
}
@media (max-width: 480px) {
.agreement-block{padding:32px 16px}
.agreement-block h1{font-size:1.75rem}
.agreement-block ul,.agreement-block ol{padding-left:20px}
}
.aboutTitleSection{position:relative;padding:5rem 1.5rem 4rem;background:linear-gradient(165deg,#FCFDFD 0%,#0bbdc014 100%);overflow:hidden}
.aboutTitleSection::before{content:'';position:absolute;top:-120px;right:-80px;width:400px;height:400px;background:linear-gradient(135deg,#ef5e2c1f 0%,#0bbdc02e 100%);border-radius:50%;z-index:1}
.aboutTitleSection::after{content:'';position:absolute;bottom:-60px;left:-100px;width:320px;height:320px;background:radial-gradient(circle,#0bbdc01a 0%,transparent 70%);z-index:1}
.titleWrapper{max-width:1400px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
.titleContent{position:relative}
.titleContent::before{content:'';position:absolute;top:-25px;left:-15px;width:60px;height:60px;background:radial-gradient(circle,#EF5E2C 2px,transparent 2px),radial-gradient(circle,#EF5E2C 2px,transparent 2px);background-size:15px 15px;background-position:0 0,7.5px 7.5px;opacity:.6;z-index:-1}
.titleContent h1{font-size:2.8rem;line-height:1.2;color:#1a1a1a;margin:0 0 1.5rem;font-weight:700}
.titleContent h1 span{position:relative;display:inline-block;color:#EF5E2C}
.titleContent h1 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#EF5E2C 0%,#0BBDC0 100%)}
.titleContent p{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0 0 2rem;max-width:560px}
.titleImageHolder{position:relative;display:flex;justify-content:center}
.imageDepthWrap{position:relative;max-width:520px;width:100%}
.imageDepthWrap::before{content:'';position:absolute;top:20px;right:-20px;width:100%;height:100%;background:linear-gradient(135deg,#ef5e2c33 0%,#0bbdc040 100%);border-radius:8px;z-index:-1}
.imageDepthWrap::after{content:'';position:absolute;bottom:-15px;left:-15px;width:100%;height:100%;background:#0bbdc026;border-radius:8px;z-index:-2}
.imageDepthWrap img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 10px 35px #0000001f 0 4px 12px #ef5e2c14;position:relative;z-index:1}
.ctaBtnPrimary{display:inline-block;padding:.95rem 2.4rem;background:linear-gradient(135deg,#EF5E2C 0%,#d84e1f 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;box-shadow:0 6px 18px #ef5e2c47;transition:all .3s ease;border:none;position:relative;z-index:10}
.ctaBtnPrimary:hover{background:linear-gradient(135deg,#d84e1f 0%,#c2441a 100%);box-shadow:0 8px 24px #ef5e2c59;transform:translateY(-2px)}
.storyContentSection{padding:5rem 1.5rem;background:#fff}
.storyContentWrap{max-width:1400px;margin:0 auto}
.storyGrid{display:grid;grid-template-columns:1fr;gap:4rem}
.narrativeBlock{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}
.narrativeTextArea h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 1.2rem;font-weight:700;line-height:1.3}
.narrativeTextArea h2::before{content:'';display:inline-block;width:50px;height:4px;background:linear-gradient(90deg,#0BBDC0 0%,#EF5E2C 100%);margin-right:15px;vertical-align:middle;position:relative;top:-3px}
.narrativeTextArea p{font-size:1.05rem;line-height:1.8;color:#4a4a4a;margin:0 0 1.5rem}
.valueListGrid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}
.valueCard{background:linear-gradient(145deg,#FCFDFD 0%,#0bbdc00a 100%);padding:2rem;border-radius:8px;border:1px solid #0bbdc026;box-shadow:0 4px 12px #0000000a;position:relative;overflow:hidden;transition:all .3s ease}
.valueCard::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#EF5E2C 0%,#0BBDC0 100%);opacity:0;transition:opacity .3s ease}
.valueCard:hover::before{opacity:1}
.valueCard:hover{transform:translateX(8px);box-shadow:0 8px 20px #ef5e2c1f}
.valueCardIcon{width:48px;height:48px;background:linear-gradient(135deg,#ef5e2c26 0%,#0bbdc026 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.valueCardIcon svg{width:26px;height:26px;fill:#EF5E2C}
.valueCard h3{font-size:1.4rem;color:#1a1a1a;margin:0 0 .8rem;font-weight:600}
.valueCard p{font-size:1rem;line-height:1.7;color:#5a5a5a;margin:0}
.narrativeImageArea{position:relative}
.narrativeImageArea img{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 24px #0000001a;display:block}
.approachSection{background:linear-gradient(170deg,#ef5e2c08 0%,#0bbdc00d 100%);padding:5rem 1.5rem}
.approachContentWrap{max-width:1400px;margin:0 auto}
.approachHeader{text-align:center;margin-bottom:3.5rem}
.approachHeader h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 1rem;font-weight:700}
.approachHeader h2 span{color:#0BBDC0;position:relative}
.approachHeader h2 span::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:#0BBDC0}
.approachHeader p{font-size:1.1rem;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.7}
.progressTracker{display:grid;grid-template-columns:1fr;gap:2rem;position:relative}
.progressStep{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 16px #0000000f;display:grid;grid-template-columns:70px 1fr;gap:1.5rem;align-items:start;position:relative;transition:all .3s ease}
.progressStep:hover{box-shadow:0 8px 24px #0bbdc026;transform:translateY(-3px)}
.stepNumberBadge{width:70px;height:70px;background:linear-gradient(135deg,#EF5E2C 0%,#0BBDC0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #ef5e2c4d;position:relative}
.stepNumberBadge::after{content:'';position:absolute;bottom:-35px;left:50%;transform:translateX(-50%);width:2px;height:30px;background:linear-gradient(180deg,#0BBDC0 0%,transparent 100%)}
.progressStep:last-child .stepNumberBadge::after{display:none}
.stepContentArea h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 .8rem;font-weight:600}
.stepContentArea p{font-size:1.05rem;line-height:1.7;color:#5a5a5a;margin:0}
.capabilitiesHighlight{margin-top:3rem;padding:2.5rem;background:#fff;border-radius:8px;border:2px solid #0bbdc033;box-shadow:0 6px 20px #0bbdc01a}
.capabilitiesHighlight h3{font-size:1.8rem;color:#1a1a1a;margin:0 0 1.5rem;font-weight:600;text-align:center}
.capabilityMetrics{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.metricItem{text-align:center}
.metricValue{font-size:2.5rem;font-weight:700;color:#EF5E2C;margin:0 0 .5rem;line-height:1}
.metricLabel{font-size:.95rem;color:#5a5a5a;text-transform:uppercase;letter-spacing:.5px;font-weight:500}
.progressBarVisual{width:100%;height:8px;background:#0bbdc026;border-radius:10px;margin-top:1rem;overflow:hidden;position:relative}
.progressBarFill{height:100%;background:linear-gradient(90deg,#EF5E2C 0%,#0BBDC0 100%);border-radius:10px;transition:width .6s ease}
.metricItem:nth-child(1) .progressBarFill{width:87%}
.metricItem:nth-child(2) .progressBarFill{width:92%}
.metricItem:nth-child(3) .progressBarFill{width:78%}
.metricItem:nth-child(4) .progressBarFill{width:95%}
@media (min-width: 768px) {
.titleWrapper{grid-template-columns:1fr 1fr;gap:4rem}
.titleContent h1{font-size:3.4rem}
.narrativeBlock{grid-template-columns:1.1fr 0.9fr;gap:3rem}
.valueListGrid{grid-template-columns:repeat(2,1fr)}
.progressTracker{grid-template-columns:repeat(2,1fr);gap:3rem}
.capabilityMetrics{grid-template-columns:repeat(4,1fr)}
}
@media (min-width: 1024px) {
.titleContent h1{font-size:3.8rem}
.progressTracker{grid-template-columns:repeat(3,1fr)}
.valueListGrid{grid-template-columns:repeat(3,1fr)}
}
.technical-requirements-hero{position:relative;padding:80px 20px;background:linear-gradient(156deg,#0BBDC0 0%,#EF5E2C 100%);overflow:hidden}
.technical-requirements-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#fcfdfd08 1px,transparent 1px),linear-gradient(90deg,#fcfdfd08 1px,transparent 1px);background-size:40px 40px;pointer-events:none}
.technical-requirements-hero .contentHolder{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.heroText-content{flex:1;color:#FCFDFD}
.heroText-content .meta-desc{font-size:15px;opacity:.9;margin-bottom:16px;letter-spacing:.5px}
.heroText-content h1{font-size:48px;line-height:1.2;margin:0 0 24px;font-weight:700}
.heroText-content .primary-desc{font-size:18px;line-height:1.6;opacity:.95;max-width:560px}
.hero-img-holder{flex:0 0 420px;position:relative}
.hero-img-holder::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:#fcfdfd1a;clip-path:polygon(0 0,100% 10%,100% 100%,10% 100%);z-index:1}
.hero-img-holder img{width:100%;height:380px;object-fit:cover;clip-path:polygon(0 0,100% 10%,100% 100%,10% 100%);position:relative;z-index:2;box-shadow:8px 12px 24px #ef5e2c40}
.system-specs-section{padding:100px 20px;background:#FCFDFD}
.system-specs-section .content-wrapper{max-width:1400px;margin:0 auto}
.system-specs-section h2{font-size:38px;margin:0 0 16px;color:#1a1a1a}
.system-specs-section h2::before{content:'';display:inline-block;width:6px;height:32px;background:linear-gradient(180deg,#EF5E2C 0%,#0BBDC0 100%);margin-right:14px;vertical-align:middle}
.system-specs-section .intro-text{font-size:17px;color:#4a4a4a;line-height:1.7;margin-bottom:50px;max-width:820px}
.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.spec-card{background:#fff;padding:32px;border:2px solid #f0f0f0;border-radius:8px;transition:all .3s ease}
.spec-card:hover{border-color:#0BBDC0;box-shadow:6px 8px 20px #0bbdc01f;transform:translateY(-4px)}
.spec-card h3{font-size:22px;margin:0 0 18px;color:#EF5E2C}
.spec-card ul{list-style:none;padding:0;margin:0}
.spec-card li{padding:10px 0 10px 28px;position:relative;color:#333;font-size:15px;line-height:1.6}
.spec-card li::before{content:'';position:absolute;left:0;top:16px;width:16px;height:16px;background:#0BBDC0;clip-path:polygon(0 50%,40% 90%,100% 10%,90% 0,40% 70%,10% 40%)}
.bandwidth-analysis{padding:90px 20px;background:linear-gradient(245deg,#f8f9fa 0%,#fff 100%)}
.bandwidth-analysis .content-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.bandwidth-img-block img{width:100%;height:460px;object-fit:cover;border-radius:10px;box-shadow:12px 16px 32px #ef5e2c2e}
.bandwidth-text h2{font-size:36px;margin:0 0 24px;color:#1a1a1a}
.bandwidth-text p{font-size:16px;line-height:1.7;color:#4a4a4a;margin-bottom:18px}
.bandwidth-requirements{background:#fff;padding:28px;border-left:4px solid #EF5E2C;margin-top:32px;border-radius:6px}
.bandwidth-requirements h4{font-size:18px;margin:0 0 16px;color:#EF5E2C}
.bandwidth-requirements .req-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0}
.bandwidth-requirements .req-row:last-child{border-bottom:none}
.bandwidth-requirements .req-label{font-size:15px;color:#333;font-weight:500}
.bandwidth-requirements .req-value{font-size:15px;color:#0BBDC0;font-weight:600}
.compatibility-matrix{padding:90px 20px;background:#fff}
.compatibility-matrix .content-wrapper{max-width:1400px;margin:0 auto}
.compatibility-matrix h2{font-size:38px;margin:0 0 20px;text-align:center;color:#1a1a1a}
.compatibility-matrix .section-intro{text-align:center;font-size:17px;color:#4a4a4a;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}
.compatibility-table-holder{overflow-x:auto}
.compatibility-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:4px 6px 16px #00000014;border-radius:8px;overflow:hidden}
.compatibility-table thead{background:linear-gradient(135deg,#EF5E2C 0%,#0BBDC0 100%)}
.compatibility-table th{padding:18px 24px;text-align:left;color:#FCFDFD;font-size:16px;font-weight:600}
.compatibility-table td{padding:16px 24px;border-bottom:1px solid #f0f0f0;font-size:15px;color:#333}
.compatibility-table tbody tr:hover{background:#f8f9fa}
.status-indicator{display:inline-block;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600}
.status-indicator.supported{background:#0bbdc026;color:#0BBDC0}
.status-indicator.partial{background:#ef5e2c26;color:#EF5E2C}
.optimization-tips{padding:90px 20px;background:linear-gradient(162deg,#0BBDC0 0%,#EF5E2C 50%,#FCFDFD 100%);position:relative}
.optimization-tips::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#fcfdfdeb;z-index:1}
.optimization-tips .content-wrapper{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.optimization-tips h2{font-size:38px;margin:0 0 50px;color:#1a1a1a;text-align:center}
.tips-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.tip-block{background:#fff;padding:36px;border-radius:8px;box-shadow:6px 8px 18px #00000014;border-top:4px solid #EF5E2C}
.tip-block h3{font-size:24px;margin:0 0 18px;color:#1a1a1a;display:flex;align-items:center;gap:12px}
.tip-block h3::before{content:'';display:block;width:32px;height:32px;background:#0BBDC0;border-radius:50%;flex-shrink:0}
.tip-block p{font-size:15px;line-height:1.7;color:#4a4a4a;margin-bottom:14px}
.tip-block .tip-highlight{background:#0bbdc01a;padding:16px;border-radius:6px;margin-top:16px;font-size:14px;color:#333;border-left:3px solid #0BBDC0}
@media (max-width: 968px) {
.technical-requirements-hero .contentHolder{flex-direction:column;gap:40px}
.hero-img-holder{flex:0 0 auto;width:100%;max-width:500px}
.heroText-content h1{font-size:36px}
.specs-grid{grid-template-columns:repeat(2,1fr);gap:24px}
.bandwidth-analysis .content-wrapper{grid-template-columns:1fr;gap:40px}
.tips-layout{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 640px) {
.technical-requirements-hero{padding:60px 20px}
.heroText-content h1{font-size:28px}
.heroText-content .primary-desc{font-size:16px}
.specs-grid{grid-template-columns:1fr}
.system-specs-section,.bandwidth-analysis,.compatibility-matrix,.optimization-tips{padding:60px 20px}
.system-specs-section h2,.bandwidth-text h2,.compatibility-matrix h2,.optimization-tips h2{font-size:28px}
.compatibility-table th,.compatibility-table td{padding:12px 16px;font-size:14px}
}
.heroTitle{position:relative;background:linear-gradient(338deg,#EF5E2C 0%,#0BBDC0 50%,#FCFDFD 100%);padding:0;overflow:hidden;min-height:520px;display:flex;align-items:center}
.heroTitle::before{content:'';position:absolute;top:-20%;right:-10%;width:60%;height:140%;background:#fcfdfd1f;border-radius:50%;transform:rotate(-25deg)}
.heroTitle::after{content:'';position:absolute;bottom:-15%;left:-8%;width:45%;height:110%;background:#ef5e2c26;border-radius:48%;transform:rotate(18deg)}
.heroTitle .heroImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.28;z-index:1}
.heroTitle .heroContentWrap{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:80px 24px;width:100%}
.heroTitle .heroMainHead{font-size:3.2rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.15;max-width:720px}
@media (max-width: 768px) {
.heroTitle{min-height:380px}
.heroTitle .heroMainHead{font-size:2.1rem}
.heroTitle .heroContentWrap{padding:60px 20px}
}
.communityArea{padding:90px 24px;background:#FCFDFD}
.communityArea .communityContainer{max-width:1400px;margin:0 auto}
.communityArea .communityGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.communityArea .communityTxt h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 20px;font-weight:600;position:relative;padding-left:22px}
.communityArea .communityTxt h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:34px;background:linear-gradient(180deg,#EF5E2C 0%,#0BBDC0 100%);border-radius:3px}
.communityArea .communityTxt p{color:#444;line-height:1.7;margin:0 0 18px}
.communityArea .communityVisual{position:relative;border-radius:8px;overflow:hidden;box-shadow:8px 12px 24px #ef5e2c2e}
.communityArea .communityVisual img{width:100%;height:auto;display:block}
.communityArea .communityHighlights{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}
.communityArea .highlightCard{background:linear-gradient(135deg,#ef5e2c14 0%,#0bbdc014 100%);padding:24px 20px;border-radius:7px;border:1px solid #ef5e2c26}
.communityArea .highlightCard h3{font-size:1.1rem;color:#EF5E2C;margin:0 0 10px;font-weight:600}
.communityArea .highlightCard p{margin:0;font-size:.95rem;color:#555;line-height:1.5}
@media (max-width: 968px) {
.communityArea .communityGrid{grid-template-columns:1fr;gap:40px}
.communityArea .communityHighlights{grid-template-columns:1fr}
}
.ecosystemZone{padding:85px 24px;background:linear-gradient(165deg,#FCFDFD 0%,#f7f9fa 100%)}
.ecosystemZone .ecosystemHolder{max-width:1400px;margin:0 auto}
.ecosystemZone .ecosystemHeader{text-align:center;margin-bottom:56px}
.ecosystemZone .ecosystemHeader h2{font-size:2.6rem;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.ecosystemZone .ecosystemHeader p{color:#555;font-size:1.1rem;margin:0;max-width:680px;margin:0 auto}
.ecosystemZone .journeyPath{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}
.ecosystemZone .journeyPath::before{content:'';position:absolute;top:40px;left:12%;right:12%;height:3px;background:linear-gradient(90deg,#EF5E2C 0%,#0BBDC0 100%);z-index:0}
.ecosystemZone .pathStep{position:relative;z-index:1;background:#fff;padding:32px 24px;border-radius:8px;box-shadow:0 4px 16px #0bbdc01f;text-align:center}
.ecosystemZone .pathStep .stepNum{width:54px;height:54px;background:linear-gradient(135deg,#EF5E2C 0%,#0BBDC0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.4rem;font-weight:700;color:#fff;box-shadow:0 6px 18px #ef5e2c4d}
.ecosystemZone .pathStep h3{font-size:1.2rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.ecosystemZone .pathStep p{color:#666;font-size:.93rem;margin:0;line-height:1.6}
@media (max-width: 968px) {
.ecosystemZone .journeyPath{grid-template-columns:1fr 1fr}
.ecosystemZone .journeyPath::before{display:none}
}
@media (max-width: 640px) {
.ecosystemZone .journeyPath{grid-template-columns:1fr}
}
.pricingSection{padding:90px 24px;background:#fff}
.pricingSection .pricingWrap{max-width:1400px;margin:0 auto}
.pricingSection .pricingIntro{max-width:780px;margin:0 auto 52px}
.pricingSection .pricingIntro h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 18px;font-weight:600;text-align:center}
.pricingSection .pricingIntro p{color:#555;text-align:center;line-height:1.7;margin:0}
.pricingSection .plansLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.pricingSection .planBox{background:linear-gradient(145deg,#fcfdfd 0%,#f5f8f9 100%);padding:40px 32px;border-radius:9px;border:2px solid transparent;transition:all .3s ease;position:relative}
.pricingSection .planBox:hover{border-color:#0BBDC0;transform:translateY(-6px);box-shadow:0 14px 32px #0bbdc038}
.pricingSection .planBox--featured{border-color:#EF5E2C;background:linear-gradient(145deg,#fff 0%,#fef8f6 100%);box-shadow:0 10px 28px #ef5e2c2e}
.pricingSection .planBox--featured::before{content:'Beliebt';position:absolute;top:-14px;right:28px;background:#EF5E2C;color:#fff;padding:6px 18px;border-radius:20px;font-size:.85rem;font-weight:600}
.pricingSection .planBox h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 10px;font-weight:600}
.pricingSection .planBox .planPrice{font-size:2.8rem;color:#EF5E2C;font-weight:700;margin:0 0 8px;display:block}
.pricingSection .planBox .planFreq{color:#777;font-size:.95rem;margin:0 0 24px;display:block}
.pricingSection .planBox ul{list-style:none;padding:0;margin:0 0 30px}
.pricingSection .planBox ul li{color:#444;padding:10px 0;border-bottom:1px solid #0bbdc01a;position:relative;padding-left:28px}
.pricingSection .planBox ul li::before{content:'✓';position:absolute;left:0;color:#0BBDC0;font-weight:700;font-size:1.1rem}
.pricingSection .planBox .planCta{display:block;width:100%;padding:14px 24px;background:linear-gradient(135deg,#EF5E2C 0%,#0BBDC0 100%);color:#fff;text-align:center;text-decoration:none;border-radius:7px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 16px #ef5e2c40}
.pricingSection .planBox .planCta:hover{transform:scale(1.04);box-shadow:0 8px 22px #ef5e2c59}
@media (max-width: 968px) {
.pricingSection .plansLayout{grid-template-columns:1fr;max-width:520px;margin:0 auto}
}
.practiceSegment{padding:85px 24px;background:linear-gradient(155deg,#f8f9fa 0%,#FCFDFD 100%)}
.practiceSegment .practiceContainer{max-width:1400px;margin:0 auto}
.practiceSegment .practiceLayout{display:grid;grid-template-columns:45% 55%;gap:70px;align-items:center}
.practiceSegment .practiceVisuals{position:relative}
.practiceSegment .practiceVisuals .mainImg{width:100%;height:auto;border-radius:9px;box-shadow:12px 16px 36px #0bbdc033}
.practiceSegment .practiceVisuals .overlayImg{position:absolute;bottom:-30px;right:-30px;width:48%;height:auto;border-radius:8px;box-shadow:8px 12px 28px #ef5e2c40;border:5px solid #fff}
.practiceSegment .practiceContent h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 20px;font-weight:600}
.practiceSegment .practiceContent h2::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#EF5E2C 0%,#0BBDC0 100%);margin-top:14px;border-radius:3px}
.practiceSegment .practiceContent p{color:#555;line-height:1.7;margin:0 0 18px}
.practiceSegment .skillsGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}
.practiceSegment .skillCard{background:#fff;padding:20px 18px;border-radius:7px;border-left:4px solid #0BBDC0;box-shadow:0 4px 14px #0bbdc014}
.practiceSegment .skillCard h4{font-size:1.05rem;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.practiceSegment .skillCard p{margin:0;font-size:.92rem;color:#666}
@media (max-width: 968px) {
.practiceSegment .practiceLayout{grid-template-columns:1fr;gap:50px}
.practiceSegment .practiceVisuals .overlayImg{position:static;width:60%;margin-top:20px}
.practiceSegment .skillsGrid{grid-template-columns:1fr}
}
.toolsArea{padding:90px 24px;background:#fff}
.toolsArea .toolsHolder{max-width:1400px;margin:0 auto}
.toolsArea .toolsHeading{text-align:center;margin-bottom:58px}
.toolsArea .toolsHeading h2{font-size:2.6rem;color:#1a1a1a;margin:0 0 18px;font-weight:600;position:relative;display:inline-block}
.toolsArea .toolsHeading h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#EF5E2C 0%,#0BBDC0 100%);border-radius:2px}
.toolsArea .toolsHeading p{color:#555;font-size:1.05rem;margin:28px 0 0;max-width:720px;margin-left:auto;margin-right:auto}
.toolsArea .toolsShowcase{display:grid;grid-template-columns:repeat(2,1fr);gap:44px}
.toolsArea .toolItem{display:grid;grid-template-columns:380px 1fr;gap:36px;align-items:center;background:linear-gradient(125deg,#fcfdfd 0%,#f7f9fa 100%);padding:36px;border-radius:9px;box-shadow:0 6px 20px #0bbdc01a;border:1px solid #0bbdc01f;transition:all .3s ease}
.toolsArea .toolItem:hover{transform:translateX(8px);box-shadow:0 10px 28px #ef5e2c2e}
.toolsArea .toolItem:nth-child(even){grid-template-columns:1fr 380px}
.toolsArea .toolItem:nth-child(even) .toolImg{order:2}
.toolsArea .toolImg{border-radius:8px;overflow:hidden}
.toolsArea .toolImg img{width:100%;height:auto;display:block}
.toolsArea .toolDesc h3{font-size:1.4rem;color:#1a1a1a;margin:0 0 14px;font-weight:600}
.toolsArea .toolDesc p{color:#555;line-height:1.7;margin:0 0 16px}
.toolsArea .toolDesc .toolFeatures{list-style:none;padding:0;margin:0}
.toolsArea .toolDesc .toolFeatures li{color:#444;padding:8px 0;position:relative;padding-left:26px}
.toolsArea .toolDesc .toolFeatures li::before{content:'→';position:absolute;left:0;color:#EF5E2C;font-weight:700}
@media (max-width: 1100px) {
.toolsArea .toolsShowcase{grid-template-columns:1fr}
.toolsArea .toolItem{grid-template-columns:1fr}
.toolsArea .toolItem:nth-child(even){grid-template-columns:1fr}
.toolsArea .toolItem:nth-child(even) .toolImg{order:0}
}
.outcomesBlock{padding:85px 24px;background:linear-gradient(338deg,#ef5e2c0f 0%,#0bbdc00f 50%,#fcfdfd0f 100%)}
.outcomesBlock .outcomesWrap{max-width:1400px;margin:0 auto}
.outcomesBlock .outcomesHead{max-width:820px;margin:0 auto 52px;text-align:center}
.outcomesBlock .outcomesHead h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 18px;font-weight:600}
.outcomesBlock .outcomesHead p{color:#555;line-height:1.7;margin:0;font-size:1.05rem}
.outcomesBlock .resultsDisplay{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.outcomesBlock .resultCard{background:#fff;padding:38px 30px;border-radius:8px;text-align:center;box-shadow:0 8px 24px #0bbdc024;position:relative;overflow:hidden}
.outcomesBlock .resultCard::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#EF5E2C 0%,#0BBDC0 100%)}
.outcomesBlock .resultCard .resultIcon{width:68px;height:68px;background:linear-gradient(135deg,#ef5e2c26 0%,#0bbdc026 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:2rem;color:#EF5E2C}
.outcomesBlock .resultCard h3{font-size:1.3rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.outcomesBlock .resultCard p{color:#666;margin:0;line-height:1.6;font-size:.95rem}
.outcomesBlock .ctaSection{margin-top:56px;text-align:center}
.outcomesBlock .ctaSection .ctaBtn{display:inline-block;padding:16px 44px;background:linear-gradient(135deg,#EF5E2C 0%,#0BBDC0 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;box-shadow:0 8px 22px #ef5e2c4d;transition:all .3s ease}
.outcomesBlock .ctaSection .ctaBtn:hover{transform:translateY(-4px);box-shadow:0 12px 32px #ef5e2c66}
.outcomesBlock .ctaSection .secondaryCta{display:inline-block;margin-left:20px;padding:16px 40px;background:transparent;color:#EF5E2C;text-decoration:none;border:2px solid #EF5E2C;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease}
.outcomesBlock .ctaSection .secondaryCta:hover{background:#EF5E2C;color:#fff}
@media (max-width: 968px) {
.outcomesBlock .resultsDisplay{grid-template-columns:1fr;max-width:520px;margin:0 auto}
.outcomesBlock .ctaSection .secondaryCta{margin-left:0;margin-top:16px;display:block;max-width:360px;margin-left:auto;margin-right:auto}
}
.contactIntro{background:linear-gradient(158deg,#0BBDC0 0%,#FCFDFD 45%,#EF5E2C 100%);padding:5rem 0 6rem;position:relative;overflow:hidden}
.contactIntro::before{content:'';position:absolute;top:-12%;right:-8%;width:42%;height:115%;background:#ef5e2c14;border-radius:8px;transform:rotate(-12deg)}
.contactIntro .content-holder{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}
.contactIntro .textArea h1{font-size:3.2rem;line-height:1.15;margin:0 0 1.5rem;color:#1a1a1a;font-weight:700}
.contactIntro .textArea .subtext{font-size:1.15rem;line-height:1.6;color:#2d2d2d;margin:0 0 2rem}
.contactIntro .imageArea{position:relative}
.contactIntro .imageArea img{width:100%;height:auto;border-radius:9px;box-shadow:8px 12px 28px #0bbdc033 -4px -4px 18px #ef5e2c26;object-fit:cover}
.contactMethods{background:#FCFDFD;padding:5.5rem 0}
.contactMethods .methodsWrapper{max-width:1400px;margin:0 auto;padding:0 1.5rem}
.contactMethods .sectionLabel{text-align:center;margin-bottom:4rem}
.contactMethods .sectionLabel h2{font-size:2.6rem;margin:0 0 1rem;color:#1a1a1a;font-weight:600}
.contactMethods .sectionLabel .description{font-size:1.1rem;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.55}
.contactMethods .methodsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.contactMethods .methodCard{background:#fff;padding:2.5rem 2rem;border-radius:7px;box-shadow:0 6px 18px #0bbdc01f;transition:all .3s ease;border:2px solid transparent}
.contactMethods .methodCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #ef5e2c2e;border-color:#EF5E2C}
.contactMethods .methodCard .iconHolder{width:68px;height:68px;background:linear-gradient(135deg,#EF5E2C 0%,#0BBDC0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.contactMethods .methodCard .iconHolder i{font-size:2rem;color:#FCFDFD}
.contactMethods .methodCard h3{font-size:1.4rem;margin:0 0 .8rem;color:#1a1a1a;font-weight:600}
.contactMethods .methodCard .detail{font-size:1.05rem;color:#3a3a3a;line-height:1.5;margin:0}
.contactMethods .methodCard a{color:#0BBDC0;text-decoration:none;transition:color .3s ease}
.contactMethods .methodCard a:hover{color:#EF5E2C}
.formSection{background:linear-gradient(225deg,#FCFDFD 0%,#0BBDC0 100%);padding:6rem 0 7rem;position:relative}
.formSection::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#EF5E2C 0%,#0BBDC0 50%,#EF5E2C 100%)}
.formSection .formContainer{max-width:920px;margin:0 auto;padding:0 1.5rem}
.formSection .formHeader{text-align:center;margin-bottom:3.5rem}
.formSection .formHeader h2{font-size:2.8rem;margin:0 0 1rem;color:#1a1a1a;font-weight:600}
.formSection .formHeader .intro{font-size:1.1rem;color:#2d2d2d;line-height:1.6}
.formSection .formBox{background:#fff;padding:3rem 2.8rem;border-radius:9px;box-shadow:0 8px 24px #0bbdc026 0 2px 8px #ef5e2c14}
.formSection .formBox form{display:flex;flex-direction:column;gap:1.8rem}
.formSection .nameRow{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.formSection .inputGroup{display:flex;flex-direction:column}
.formSection .inputGroup label{font-size:.95rem;font-weight:600;color:#2d2d2d;margin-bottom:.5rem}
.formSection .inputGroup input,.formSection .inputGroup select{padding:.85rem 1rem;border:2px solid #d0d0d0;border-radius:6px;font-size:1rem;transition:all .3s ease;background:#fff}
.formSection .inputGroup input:focus,.formSection .inputGroup select:focus{outline:none;border-color:#0BBDC0;box-shadow:inset 0 2px 4px #0bbdc01a}
.formSection .topicSelection{display:flex;flex-direction:column}
.formSection .topicSelection label{font-size:.95rem;font-weight:600;color:#2d2d2d;margin-bottom:.6rem}
.formSection .topicSelection select{padding:.85rem 1rem;border:2px solid #d0d0d0;border-radius:6px;font-size:1rem;transition:border-color .3s ease;background:#fff}
.formSection .topicSelection select:focus{outline:none;border-color:#EF5E2C}
.formSection .preferredMethod{display:flex;flex-direction:column}
.formSection .preferredMethod .methodLabel{font-size:.95rem;font-weight:600;color:#2d2d2d;margin-bottom:1rem}
.formSection .radioOptions{display:flex;gap:2rem}
.formSection .radioOptions .radioItem{display:flex;align-items:center;gap:.5rem}
.formSection .radioOptions .radioItem input[type="radio"]{width:20px;height:20px;accent-color:#EF5E2C;cursor:pointer}
.formSection .radioOptions .radioItem label{font-size:1rem;color:#3a3a3a;cursor:pointer}
.formSection .privacyConsent{display:flex;align-items:flex-start;gap:.7rem;padding:1rem;background:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}
.formSection .privacyConsent input[type="checkbox"]{width:20px;height:20px;accent-color:#0BBDC0;cursor:pointer;margin-top:2px;flex-shrink:0}
.formSection .privacyConsent label{font-size:.9rem;color:#3a3a3a;line-height:1.5}
.formSection .privacyConsent label a{color:#0BBDC0;text-decoration:none;font-weight:600}
.formSection .privacyConsent label a:hover{color:#EF5E2C}
.formSection .submitBtn{background:linear-gradient(135deg,#EF5E2C 0%,#0BBDC0 100%);color:#fff;padding:1rem 2.5rem;border:none;border-radius:7px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #ef5e2c4d;align-self:flex-start}
.formSection .submitBtn:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0bbdc066}
@media (max-width: 1024px) {
.contactIntro .content-holder{grid-template-columns:1fr;gap:3rem}
.contactIntro .textArea h1{font-size:2.6rem}
.contactMethods .methodsGrid{grid-template-columns:1fr;gap:2rem}
.formSection .nameRow{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.contactIntro{padding:3rem 0 4rem}
.contactIntro .textArea h1{font-size:2.2rem}
.contactMethods{padding:4rem 0}
.contactMethods .sectionLabel h2{font-size:2.2rem}
.formSection{padding:4rem 0 5rem}
.formSection .formHeader h2{font-size:2.2rem}
.formSection .formBox{padding:2rem 1.5rem}
.formSection .radioOptions{flex-direction:column;gap:1rem}
}
.priceZone{max-width:1400px;margin:0 auto;padding:0 20px}
.headline__holder{display:flex;align-items:center;gap:50px;margin:70px auto 90px}
.headline__imageFrame{flex:0 0 480px;height:560px;position:relative;overflow:hidden;border-radius:8px;box-shadow:8px 8px 20px #ef5e2c26}
.headline__imageFrame img{width:100%;height:100%;object-fit:cover;display:block;filter:contrast(1.08) brightness(1.02)}
.headline__imageFrame::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:140px;background:linear-gradient(to top,#ef5e2c4d,transparent);pointer-events:none}
.headline__txGroup{flex:1}
.headline__topLabel{font-size:.88rem;text-transform:uppercase;letter-spacing:2px;color:#EF5E2C;font-weight:600;margin-bottom:18px;position:relative;display:inline-block}
.headline__topLabel::before{content:'';position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:20px;height:2px;background:#0BBDC0}
.headline__txGroup h1{font-size:3.1rem;line-height:1.15;margin-bottom:28px;color:#1a1a1a;position:relative}
.headline__txGroup h1::after{content:'';position:absolute;bottom:-12px;left:0;width:90px;height:4px;background:linear-gradient(90deg,#EF5E2C,#0BBDC0);border-radius:2px}
.headline__description{font-size:1.15rem;line-height:1.7;color:#444;margin-bottom:20px}
.headline__description:last-of-type{margin-bottom:0}
.pricingMatrix{background:linear-gradient(165deg,#FCFDFD 0%,#0bbdc00a 100%);padding:80px 0 90px;position:relative}
.pricingMatrix::before{content:'';position:absolute;top:0;left:10%;width:200px;height:200px;background:radial-gradient(circle,#ef5e2c14,transparent);pointer-events:none}
.pricingMatrix::after{content:'';position:absolute;bottom:50px;right:15%;width:150px;height:150px;background:radial-gradient(circle,#0bbdc00f,transparent);pointer-events:none}
.pricingMatrix h2{text-align:center;font-size:2.6rem;margin-bottom:18px;color:#1a1a1a}
.pricingMatrix__introTx{text-align:center;font-size:1.1rem;color:#555;max-width:680px;margin:0 auto 60px;line-height:1.6}
.planGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;max-width:1200px;margin:0 auto}
.planCard{background:#fff;border:2px solid #e8e8e8;padding:45px 35px;border-radius:10px;position:relative;transition:all .3s ease;box-shadow:4px 4px 12px #0000000a}
.planCard:hover{transform:translateY(-8px);box-shadow:8px 12px 24px #ef5e2c1f;border-color:#EF5E2C}
.planCard--highlight{border-color:#EF5E2C;box-shadow:6px 8px 20px #ef5e2c26}
.planCard--highlight::before{content:'Beliebt';position:absolute;top:-15px;right:30px;background:linear-gradient(135deg,#EF5E2C,#0BBDC0);color:#fff;padding:6px 20px;border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.planCard__name{font-size:1.6rem;font-weight:700;margin-bottom:12px;color:#1a1a1a}
.planCard__tagLine{font-size:.95rem;color:#666;margin-bottom:28px;line-height:1.5}
.planCard__priceHolder{margin-bottom:32px;padding-bottom:28px;border-bottom:2px solid #f0f0f0}
.planCard__amount{font-size:3.2rem;font-weight:800;color:#EF5E2C;line-height:1}
.planCard__period{font-size:1rem;color:#888;margin-left:8px}
.planCard__featuresList{list-style:none;padding:0;margin:0 0 35px}
.planCard__featuresList li{padding:10px 0 10px 32px;position:relative;font-size:.98rem;color:#444;line-height:1.5}
.planCard__featuresList li::before{content:'✓';position:absolute;left:0;top:10px;width:22px;height:22px;background:linear-gradient(135deg,#0BBDC0,#EF5E2C);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}
.planCard__chooseBtn{display:block;width:100%;padding:14px 20px;background:#EF5E2C;color:#fff;text-align:center;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 10px #ef5e2c40;position:relative;z-index:10}
.planCard__chooseBtn:hover{background:#d94e1f;box-shadow:0 6px 16px #ef5e2c59;transform:scale(1.02)}
.planCard--highlight .planCard__chooseBtn{background:linear-gradient(135deg,#EF5E2C,#0BBDC0)}
.planCard--highlight .planCard__chooseBtn:hover{background:linear-gradient(135deg,#d94e1f,#099a9d)}
.addOnSection{max-width:1000px;margin:80px auto 0;padding:50px 45px;background:#fff;border:2px solid #e8e8e8;border-radius:10px;box-shadow:4px 4px 14px #0000000d}
.addOnSection h3{font-size:1.9rem;margin-bottom:16px;color:#1a1a1a}
.addOnSection__intro{font-size:1.05rem;color:#555;margin-bottom:32px;line-height:1.6}
.addOnGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.addOnItem{padding:28px;background:linear-gradient(135deg,#fcfdfdcc,#0bbdc008);border:1px solid #e8e8e8;border-radius:8px;transition:all .3s ease}
.addOnItem:hover{border-color:#0BBDC0;box-shadow:4px 6px 14px #0bbdc01f}
.addOnItem h4{font-size:1.3rem;margin-bottom:10px;color:#EF5E2C}
.addOnItem__detail{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:16px}
.addOnItem__price{font-size:1.5rem;font-weight:700;color:#0BBDC0}
.faqDivider{max-width:1400px;margin:90px auto 70px;height:3px;background:linear-gradient(90deg,transparent,#EF5E2C 20%,#0BBDC0 80%,transparent);position:relative}
.faqDivider::before{content:'';position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:18px;height:18px;background:#0BBDC0;border-radius:50%;box-shadow:0 0 0 4px #fff,0 0 0 6px #0BBDC0}
.faqCollection{max-width:900px;margin:0 auto 80px}
.faqCollection h2{font-size:2.4rem;text-align:center;margin-bottom:50px;color:#1a1a1a}
.faqUnit{margin-bottom:20px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}
.faqUnit input[type="checkbox"]{display:none}
.faqUnit__question{display:block;padding:22px 28px;font-size:1.15rem;font-weight:600;color:#1a1a1a;cursor:pointer;position:relative;transition:all .3s ease;background:#fafafa}
.faqUnit__question:hover{background:#f0f0f0;color:#EF5E2C}
.faqUnit__question::after{content:'+';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:1.8rem;color:#0BBDC0;transition:transform .3s ease;font-weight:400}
.faqUnit input[type="checkbox"]:checked + .faqUnit__question::after{transform:translateY(-50%) rotate(45deg)}
.faqUnit__response{max-height:0;overflow:hidden;transition:max-height .4s ease;background:#fff}
.faqUnit input[type="checkbox"]:checked ~ .faqUnit__response{max-height:500px}
.faqUnit__response__inner{padding:0 28px 24px;font-size:1rem;line-height:1.7;color:#555}
@media (max-width: 1024px) {
.headline__holder{flex-direction:column;gap:40px;margin:50px auto 70px}
.headline__imageFrame{flex:0 0 auto;width:100%;max-width:500px;height:420px}
.headline__txGroup h1{font-size:2.5rem}
.planGrid{grid-template-columns:1fr;gap:30px}
.addOnGrid{grid-template-columns:1fr}
.pricingMatrix{padding:60px 0 70px}
}
@media (max-width: 768px) {
.priceZone{padding:0 16px}
.headline__imageFrame{height:360px}
.headline__txGroup h1{font-size:2rem}
.headline__description{font-size:1.05rem}
.pricingMatrix h2{font-size:2rem}
.planCard{padding:35px 25px}
.addOnSection{padding:35px 25px}
.faqUnit__question{padding:18px 22px;font-size:1.05rem}
.faqUnit__response__inner{padding:0 22px 20px}
}
.successHold{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FCFDFD 0%,#0BBDC0 100%);padding:2rem 1rem;position:relative;overflow:hidden}
.successHold::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,#ef5e2c26 0%,transparent 70%);top:-200px;right:-200px;border-radius:50%;animation:pulseGlow 8s ease-in-out infinite}
.successHold::after{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#0bbdc033 0%,transparent 70%);bottom:-150px;left:-150px;border-radius:50%;animation:pulseGlow 10s ease-in-out infinite reverse}
@keyframes pulseGlow {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.2);opacity:.9}
}
.successCard{background:#FCFDFD;max-width:680px;width:100%;padding:3.5rem 2.5rem;border-radius:8px;box-shadow:0 12px 48px #0bbdc02e 0 4px 16px #ef5e2c1f;text-align:center;position:relative;z-index:5}
.checkmarkWrapper{margin:0 auto 2rem;width:120px;height:120px;position:relative}
.checkmarkCircle{width:120px;height:120px;border:4px solid #0BBDC0;border-radius:50%;position:relative;animation:scaleIn .6s cubic-bezier(0.68,-0.55,0.265,1.55);display:flex;align-items:center;justify-content:center}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.checkmarkIcon{width:60px;height:60px;fill:none;stroke:#EF5E2C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;animation:drawCheck .8s .3s ease-out forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.successCard h1{font-size:2.2rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700;line-height:1.2}
.successCard .leadTxt{font-size:1.15rem;color:#4a4a4a;margin-bottom:2rem;line-height:1.6}
.infoGrid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2.5rem 0;text-align:left}
.infoItem{padding:1.5rem;background:linear-gradient(135deg,#FCFDFD 0%,#0bbdc00d 100%);border-left:4px solid #0BBDC0;border-radius:6px;box-shadow:0 2px 8px #0000000d}
.infoItem h3{font-size:1.1rem;color:#EF5E2C;margin-bottom:.5rem;font-weight:600}
.infoItem p{font-size:.95rem;color:#5a5a5a;line-height:1.5;margin:0}
.actionArea{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem;align-items:center}
.actionArea .primaryBtn{background:linear-gradient(135deg,#EF5E2C 0%,#0BBDC0 100%);color:#FCFDFD;padding:.9rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.05rem;text-decoration:none;display:inline-block;box-shadow:0 6px 20px #ef5e2c4d;transition:all .3s ease;position:relative;z-index:10}
.actionArea .primaryBtn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ef5e2c66}
.actionArea .secondaryLink{color:#0BBDC0;font-size:.95rem;text-decoration:none;font-weight:500;transition:color .3s ease}
.actionArea .secondaryLink:hover{color:#EF5E2C}
.contactBlock{background:linear-gradient(160deg,#0BBDC0 0%,#EF5E2C 100%);padding:4rem 2rem;position:relative;overflow:hidden}
.contactBlock::before{content:'';position:absolute;width:300px;height:300px;background:#fcfdfd1a;border-radius:50%;top:-100px;left:-100px}
.contactBlock::after{content:'';position:absolute;width:250px;height:250px;background:#fcfdfd14;border-radius:50%;bottom:-80px;right:-80px}
.contactInner{max-width:1400px;margin:0 auto;position:relative;z-index:3}
.contactContent{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}
.contactInfo h2{font-size:2rem;color:#FCFDFD;margin-bottom:1.5rem;font-weight:700}
.contactInfo p{color:#fcfdfde6;font-size:1.05rem;line-height:1.7;margin-bottom:2rem}
.contactDetails{display:flex;flex-direction:column;gap:1.5rem}
.detailItem{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem;background:#fcfdfd26;border-radius:6px;backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a}
.detailItem svg{width:32px;height:32px;fill:#FCFDFD;flex-shrink:0}
.detailContent{flex:1}
.detailContent h4{font-size:.9rem;color:#fcfdfdcc;margin-bottom:.3rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.detailContent a,.detailContent span{color:#FCFDFD;font-size:1.1rem;text-decoration:none;font-weight:600;display:block}
.detailContent a:hover{text-decoration:underline}
@media (min-width: 768px) {
.successCard{padding:4rem 3.5rem}
.successCard h1{font-size:2.6rem}
.infoGrid{grid-template-columns:1fr 1fr}
.actionArea{flex-direction:row;justify-content:center}
.contactContent{grid-template-columns:1fr 1fr;gap:4rem}
.contactDetails{gap:1.8rem}
}
@media (min-width: 1024px) {
.contactBlock{padding:5rem 2rem}
.contactInfo h2{font-size:2.4rem}
}