@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-sans@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-sans@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-sans@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
html{height:100%}
body{font-family:'Fira Sans',sans-serif;font-size:16px;line-height:1.6;color:#170E14;background:#FAECF7;min-height:100%;display:flex;flex-direction:column;cursor:default}
main{flex:1}
a{text-decoration:none;color:inherit;cursor:pointer;transition:all 320ms ease-out}
button{cursor:pointer;transition:all 280ms ease-out}
input,textarea{cursor:text}
.container-max{max-width:1280px;margin:0 auto;padding:0 20px}
header{background:linear-gradient(145deg,#fff 0%,#FAECF7 100%);box-shadow:0 8px 24px #170e1414 inset 0 1px 0 #ffffff80}
.TopBrand-wrapper{padding:24px 0;border-bottom:1px solid #ffb7e833}
.TopBrand-wrapper .container-max{text-align:center}
.CompanyTitle{font-size:32px;font-weight:700;color:#170E14;letter-spacing:-.5px;text-shadow:2px 2px 8px #ffb7e84d}
.FoundationBar{padding:20px 0}
.FoundationBar-grid{display:flex;align-items:center;justify-content:space-between;gap:40px}
.LogoZone{flex-shrink:0}
.LogoBrand-link{display:inline-block}
.LogoBrand-img{height:110px;width:110px;display:block;background:#ffb7e826;padding:12px;border-radius:8px;box-shadow:0 4px 16px #170e141a inset 0 2px 4px #fff9}
.NaviMain{flex:1;display:flex;justify-content:flex-end}
.NaviMain-list{list-style:none;display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.NaviMain-item{margin:0}
.NaviMain-link{display:block;padding:12px 24px;font-size:16px;font-weight:500;color:#170E14;background:#ffffffb3;border-radius:6px;box-shadow:0 2px 8px #170e140f inset 0 1px 2px #fffc}
.NaviMain-link:hover{background:#ffb7e833;color:#170E14}
.FooterBase{background:linear-gradient(155deg,#170E14 0%,#2a1a24 100%);color:#FAECF7;padding:48px 0 24px;margin-top:60px}
.FooterBase-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:32px}
.FooterBrand-name{font-size:24px;font-weight:700;margin-bottom:20px;color:#FFB7E8}
.FooterBrand-location,.FooterBrand-phone,.FooterBrand-email{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:15px}
.FooterBrand-location i,.FooterBrand-phone i,.FooterBrand-email i{color:#FFB7E8;font-size:18px}
.FooterBrand-phone a,.FooterBrand-email a{color:#FAECF7}
.FooterBrand-phone a:hover,.FooterBrand-email a:hover{color:#FFB7E8}
.FooterNav-menu{display:flex;flex-direction:column;gap:14px}
.FooterNav-link{font-size:15px;color:#FAECF7;padding:8px 0}
.FooterNav-link:hover{color:#FFB7E8}
.FooterCopy{padding-top:24px;border-top:1px solid #ffb7e833;text-align:center}
.FooterCopy p{font-size:14px;color:#faecf7b3}
.CookieCard{position:fixed;top:24px;right:24px;background:#fff;width:420px;max-width:calc(100vw - 48px);border-radius:10px;box-shadow:0 12px 48px #170e1433;z-index:10000}
.CookieCard-inner{padding:28px}
.CookieCard-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #ffb7e833}
.CookieTab-butt{background:transparent;border:none;padding:10px 20px;font-size:15px;font-weight:500;color:#170E14;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all 300ms ease-out}
.CookieTab-butt:hover{color:#FFB7E8}
.CookieTab-active{border-bottom-color:#FFB7E8;color:#FFB7E8}
.CookieCard-title{font-size:20px;font-weight:700;margin-bottom:12px;color:#170E14}
.CookieCard-text{font-size:15px;line-height:1.6;color:#170E14;margin-bottom:20px}
.CookieCard-actions{display:flex;gap:12px;flex-wrap:wrap}
.CookieButt-outline{flex:1;min-width:140px;padding:12px 20px;background:transparent;border:2px solid #170E14;border-radius:6px;font-size:15px;font-weight:500;color:#170E14;cursor:pointer;transition:all 280ms ease-out}
.CookieButt-outline:hover{background:#170E14;color:#FAECF7}
.CookiePolicy-ref{margin-bottom:20px;padding:12px;background:#ffb7e81a;border-radius:6px}
.CookiePolicy-link{font-size:14px;color:#170E14;text-decoration:underline}
.CookiePolicy-link:hover{color:#FFB7E8}
.CookieOptions{margin-bottom:20px}
.CookieOption{margin-bottom:14px}
.CookieOption-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px}
.CookieOption-check{width:20px;height:20px;cursor:pointer}
.CookieFloat-butt{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#170E14;border:none;border-radius:50%;color:#FFB7E8;font-size:24px;box-shadow:0 8px 24px #170e144d;z-index:9999;transition:all 300ms ease-out}
.CookieFloat-butt:hover{background:#FFB7E8;color:#170E14;transform:scale(1.08)}
@media (max-width: 768px) {
.TopBrand-wrapper{padding:18px 0}
.CompanyTitle{font-size:24px}
.FoundationBar-grid{flex-direction:column;gap:24px;align-items:center}
.LogoBrand-img{height:90px;width:90px}
.NaviMain{width:100%;justify-content:center}
.NaviMain-list{flex-direction:column;width:100%;gap:8px}
.NaviMain-item{width:100%}
.NaviMain-link{text-align:center;width:100%}
.FooterBase-grid{grid-template-columns:1fr;gap:32px}
.CookieCard{top:16px;right:16px;width:calc(100vw - 32px)}
.CookieCard-inner{padding:20px}
.CookieCard-actions{flex-direction:column}
.CookieButt-outline{width:100%}
.CookieFloat-butt{bottom:16px;right:16px;width:48px;height:48px;font-size:20px}
}
@media (max-width: 480px) {
.CompanyTitle{font-size:20px}
.LogoBrand-img{height:75px;width:75px}
.NaviMain-link{padding:10px 16px;font-size:15px}
.FooterBrand-name{font-size:20px}
.CookieCard-title{font-size:18px}
}
.xqbj-policy-view{max-width:1280px;margin:0 auto;padding:80px 24px;background:linear-gradient(158deg,#FAECF7 0%,#fff 45%,#FAECF7 100%)}
.xqbj-policy-view p{font-size:16px;line-height:1.8;color:#170E14;margin:0 0 24px;font-weight:400}
.xqbj-policy-view p + p{margin-top:16px}
.xqbj-policy-view strong,.xqbj-policy-view b{font-weight:600;color:#170E14}
.xqbj-policy-view a{color:#170E14;text-decoration:underline;text-decoration-color:#FFB7E8;text-decoration-thickness:2px;text-underline-offset:3px;transition:all 280ms ease-out;cursor:pointer}
.xqbj-policy-view a:hover{color:#FFB7E8;text-decoration-color:#170E14}
.xqbj-policy-view ul{list-style:none;margin:0 0 32px;padding:0}
.xqbj-policy-view ul li{position:relative;padding-left:32px;margin-bottom:16px;font-size:16px;line-height:1.8;color:#170E14}
.xqbj-policy-view ul li::before{content:'';position:absolute;left:8px;top:12px;width:8px;height:8px;background:linear-gradient(135deg,#FFB7E8 0%,#FAECF7 100%);border-radius:50%;transition:transform 280ms ease-out}
.xqbj-policy-view ul li:hover::before{transform:scale(1.3)}
.xqbj-policy-view ol{list-style:none;counter-reset:policy-counter;margin:0 0 32px;padding:0}
.xqbj-policy-view ol li{position:relative;padding-left:48px;margin-bottom:16px;font-size:16px;line-height:1.8;color:#170E14;counter-increment:policy-counter}
.xqbj-policy-view ol li::before{content:counter(policy-counter) ".";position:absolute;left:8px;top:0;font-weight:600;color:#FFB7E8;font-size:18px}
.xqbj-policy-view table{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #170e1414}
.xqbj-policy-view thead{background:linear-gradient(135deg,#170E14 0%,#3d2734 100%)}
.xqbj-policy-view thead tr th{padding:20px 24px;text-align:left;font-size:15px;font-weight:600;color:#FAECF7;border-bottom:3px solid #FFB7E8}
.xqbj-policy-view tbody tr{transition:background 280ms ease-out}
.xqbj-policy-view tbody tr:nth-child(odd){background:#FAECF7}
.xqbj-policy-view tbody tr:nth-child(even){background:#fff}
.xqbj-policy-view tbody tr:hover{background:#ffb7e826}
.xqbj-policy-view tbody tr td{padding:18px 24px;font-size:15px;line-height:1.6;color:#170E14;border-bottom:1px solid #faecf799}
.xqbj-policy-view tbody tr:last-child td{border-bottom:none}
.xqbj-policy-view hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#FFB7E8 50%,transparent 100%);margin:48px 0}
@media (max-width: 768px) {
.xqbj-policy-view{padding:48px 16px}
.xqbj-policy-view p{font-size:15px;line-height:1.7;margin-bottom:20px}
.xqbj-policy-view ul li,.xqbj-policy-view ol li{font-size:15px;line-height:1.7}
.xqbj-policy-view table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.xqbj-policy-view thead tr th,.xqbj-policy-view tbody tr td{padding:14px 16px;font-size:14px;white-space:nowrap}
.xqbj-policy-view hr{margin:32px 0}
}
@media (max-width: 480px) {
.xqbj-policy-view{padding:32px 12px}
.xqbj-policy-view p{font-size:14px;margin-bottom:16px}
.xqbj-policy-view ul li{padding-left:24px;margin-bottom:12px;font-size:14px}
.xqbj-policy-view ul li::before{left:4px;top:10px;width:6px;height:6px}
.xqbj-policy-view ol li{padding-left:36px;margin-bottom:12px;font-size:14px}
.xqbj-policy-view ol li::before{left:4px;font-size:16px}
.xqbj-policy-view thead tr th,.xqbj-policy-view tbody tr td{padding:12px;font-size:13px}
}
.mainBloc{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}
.heroWrap{position:relative;min-height:480px;overflow:hidden;background:linear-gradient(118deg,#FAECF7 0%,#FFB7E8 100%);margin-bottom:80px}
.heroWrap::before{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:repeating-linear-gradient(45deg,#170e1408,#170e1408 12px,transparent 12px,transparent 24px);border-radius:50%;pointer-events:none}
.heroInner{display:flex;align-items:center;gap:60px;padding:80px 0;max-width:1280px;margin:0 auto;padding-left:20px;padding-right:20px}
.heroTxt{flex:1;z-index:2}
.heroTxt h1{font-size:48px;line-height:1.2;color:#170E14;margin:0 0 24px;font-weight:700}
.heroTxt p{font-size:18px;line-height:1.6;color:#170E14;margin:0}
.heroVisual{flex:0 0 420px;position:relative;z-index:2}
.heroVisual img{width:100%;height:380px;object-fit:cover;border-radius:8px;filter:grayscale(100%) contrast(1.2);mix-blend-mode:multiply;box-shadow:0 12px 32px #170e1426}
.storyGrid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:80px}
.storyCard{background:#FAECF7;padding:48px;border-radius:6px;transition:transform 320ms ease-out}
.storyCard:hover{transform:translateY(-4px)}
.storyCard h2{font-size:28px;color:#170E14;margin:0 0 20px;font-weight:600}
.storyCard p{font-size:16px;line-height:1.7;color:#170E14;margin:0 0 16px}
.storyCard p:last-child{margin:0}
.valuesSection{background:linear-gradient(225deg,#170E14 0%,#2a1a24 100%);padding:100px 20px;margin-bottom:80px;position:relative;overflow:hidden}
.valuesSection::after{content:'';position:absolute;bottom:-40%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,#ffb7e814 0%,transparent 70%);pointer-events:none}
.valuesContainer{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.valuesContainer h2{font-size:38px;color:#FFB7E8;margin:0 0 60px;text-align:center;font-weight:600}
.valuesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.valueItem{background:#faecf70d;padding:40px 32px;border-radius:10px;border:1px solid #ffb7e826;transition:all 280ms ease-out}
.valueItem:hover{background:#faecf714;border-color:#ffb7e84d;box-shadow:0 8px 24px #ffb7e81f}
.valueItem h3{font-size:22px;color:#FFB7E8;margin:0 0 16px;font-weight:600}
.valueItem p{font-size:15px;line-height:1.7;color:#FAECF7;margin:0}
.processBloc{margin-bottom:80px}
.processBloc h2{font-size:36px;color:#170E14;margin:0 0 50px;text-align:center;font-weight:600}
.processLayout{display:flex;gap:50px;align-items:center}
.processList{flex:1}
.processStep{display:flex;gap:24px;margin-bottom:36px;padding:28px;background:#FAECF7;border-radius:8px;border-left:4px solid #FFB7E8;transition:all 300ms ease-out}
.processStep:hover{transform:translateX(8px);box-shadow:0 6px 20px #ffb7e833}
.processStep:last-child{margin-bottom:0}
.stepNum{flex:0 0 48px;height:48px;background:linear-gradient(135deg,#FFB7E8 0%,#FAECF7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#170E14}
.stepContent h4{font-size:20px;color:#170E14;margin:0 0 12px;font-weight:600}
.stepContent p{font-size:15px;line-height:1.6;color:#170E14;margin:0}
.processImg{flex:0 0 480px}
.processImg img{width:100%;height:520px;object-fit:cover;border-radius:10px;box-shadow:0 16px 48px #170e142e}
.teamShowcase{background:#FAECF7;padding:90px 20px;margin-bottom:80px;position:relative}
.teamShowcase::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(90deg,transparent 0%,#ffb7e84d 100%);pointer-events:none}
.teamContent{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.teamContent h2{font-size:38px;color:#170E14;margin:0 0 28px;font-weight:600}
.teamIntro{font-size:17px;line-height:1.8;color:#170E14;margin:0 0 48px;max-width:720px}
.teamFeatures{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.featureBox{background:#fff;padding:36px;border-radius:8px;box-shadow:0 4px 16px #170e1414;position:relative;overflow:hidden}
.featureBox::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FFB7E8 0%,#FAECF7 100%)}
.featureBox h3{font-size:22px;color:#170E14;margin:0 0 16px;font-weight:600}
.featureBox p{font-size:15px;line-height:1.7;color:#170E14;margin:0}
.ctaWrap{text-align:center;padding:60px 20px}
.ctaWrap h2{font-size:34px;color:#170E14;margin:0 0 24px;font-weight:600}
.ctaWrap p{font-size:17px;line-height:1.6;color:#170E14;margin:0 0 36px;max-width:600px;margin-left:auto;margin-right:auto}
.btnPrimary{display:inline-block;padding:16px 44px;background:linear-gradient(135deg,#170E14 0%,#2a1a24 100%);color:#FFB7E8;font-size:17px;font-weight:600;text-decoration:none;border-radius:6px;transition:all 300ms ease-out;box-shadow:0 6px 20px #170e1433;cursor:pointer;z-index:10;position:relative}
.btnPrimary:hover{transform:translateY(-3px);box-shadow:0 10px 32px #170e144d;background:linear-gradient(135deg,#2a1a24 0%,#170E14 100%)}
@media (max-width: 968px) {
.heroInner{flex-direction:column;gap:40px;padding:60px 20px}
.heroVisual{flex:0 0 auto;width:100%;max-width:420px}
.heroTxt h1{font-size:38px}
.storyGrid{grid-template-columns:1fr;gap:32px}
.valuesGrid{grid-template-columns:1fr;gap:28px}
.processLayout{flex-direction:column}
.processImg{flex:0 0 auto;width:100%}
.processImg img{height:400px}
.teamFeatures{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.heroTxt h1{font-size:32px}
.heroTxt p{font-size:16px}
.heroVisual img{height:300px}
.storyCard{padding:32px}
.valuesSection{padding:70px 20px}
.valuesContainer h2{font-size:30px;margin-bottom:40px}
.processBloc h2{font-size:30px}
.processStep{padding:20px;gap:16px}
.stepNum{flex:0 0 40px;height:40px;font-size:18px}
.teamShowcase{padding:60px 20px}
.teamContent h2{font-size:30px}
.featureBox{padding:28px}
.ctaWrap h2{font-size:28px}
}
.HeroWrap{position:relative;padding:100px 20px 80px;background:linear-gradient(127deg,#FAECF7 0%,#FFB7E8 45%,#FAECF7 100%);overflow:hidden}
.HeroWrap::before{content:'';position:absolute;top:-50%;left:-20%;width:140%;height:200%;background:radial-gradient(circle,#ffb7e84d 0%,transparent 70%);animation:parallaxFloat 20s ease-in-out infinite}
@keyframes parallaxFloat {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(30px,-40px) rotate(5deg)}
}
.HeroInner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.HeroImgLeft{flex:0 0 280px;height:360px;border-radius:8px;overflow:hidden;box-shadow:0 12px 32px #170e1426;position:relative}
.HeroImgLeft::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#ffb7e866 0%,#faecf733 100%);mix-blend-mode:multiply}
.HeroImgLeft img{width:100%;height:100%;object-fit:cover}
.HeroTxtBox{flex:1;text-align:center}
.HeroTxtBox h1{font-size:48px;font-weight:700;color:#170E14;margin:0 0 16px;line-height:1.2}
.HeroTxtBox p{font-size:18px;color:#170E14;opacity:.85;margin:0;max-width:520px;margin-left:auto;margin-right:auto}
.HeroImgRight{flex:0 0 280px;height:360px;border-radius:8px;overflow:hidden;box-shadow:0 12px 32px #170e1426;position:relative}
.HeroImgRight::after{content:'';position:absolute;inset:0;background:linear-gradient(225deg,#faecf74d 0%,#ffb7e84d 100%);mix-blend-mode:soft-light}
.HeroImgRight img{width:100%;height:100%;object-fit:cover}
.FaqMainWrap{max-width:1280px;margin:0 auto;padding:80px 20px}
.FaqIntroDiv{max-width:780px;margin:0 auto 60px;text-align:center}
.FaqIntroDiv h2{font-size:36px;font-weight:700;color:#170E14;margin:0 0 20px}
.FaqIntroDiv p{font-size:17px;color:#170E14;opacity:.75;line-height:1.6;margin:0}
.FaqGridBox{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px}
.FaqItemCard{background:#FAECF7;border-radius:10px;padding:28px;box-shadow:0 4px 16px #170e1414;transition:transform 300ms ease-out,box-shadow 300ms ease-out}
.FaqItemCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #170e1424}
.FaqItemCard h3{font-size:20px;font-weight:600;color:#170E14;margin:0 0 14px;display:flex;align-items:center;gap:10px}
.FaqItemCard h3::before{content:'';display:inline-block;width:6px;height:6px;background:#FFB7E8;border-radius:50%;flex-shrink:0}
.FaqItemCard p{font-size:15px;color:#170E14;opacity:.8;line-height:1.65;margin:0}
.ContactZoneWrap{background:linear-gradient(158deg,#170E14 0%,#3a2432 100%);padding:90px 20px;position:relative;overflow:hidden}
.ContactZoneWrap::before{content:'';position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at top right,#ffb7e81f 0%,transparent 60%);pointer-events:none}
.ContactZoneInner{max-width:1120px;margin:0 auto;position:relative;z-index:2}
.ContactZoneInner h2{font-size:40px;font-weight:700;color:#FAECF7;margin:0 0 18px;text-align:center}
.ContactZoneInner p{font-size:18px;color:#FAECF7;opacity:.85;text-align:center;margin:0 0 40px;max-width:640px;margin-left:auto;margin-right:auto}
.ContactMethodsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:50px}
.ContactMethodBox{background:#faecf714;border:1px solid #ffb7e833;border-radius:8px;padding:32px 24px;text-align:center;transition:background 280ms ease-out,border-color 280ms ease-out}
.ContactMethodBox:hover{background:#faecf724;border-color:#ffb7e866}
.ContactMethodBox i{font-size:38px;color:#FFB7E8;margin-bottom:16px}
.ContactMethodBox h3{font-size:20px;font-weight:600;color:#FAECF7;margin:0 0 10px}
.ContactMethodBox a{font-size:16px;color:#FFB7E8;text-decoration:none;transition:opacity 250ms ease-out}
.ContactMethodBox a:hover{opacity:.75}
.ContactMethodBox p{font-size:15px;color:#FAECF7;opacity:.75;margin:8px 0 0}
.CtaButtWrap{text-align:center}
.CtaButtWrap a{display:inline-block;background:#FFB7E8;color:#170E14;font-size:17px;font-weight:600;padding:16px 44px;border-radius:6px;text-decoration:none;box-shadow:0 6px 20px #ffb7e84d;transition:transform 280ms ease-out,box-shadow 280ms ease-out}
.CtaButtWrap a:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ffb7e866}
@media (max-width: 968px) {
.HeroInner{flex-direction:column;gap:40px}
.HeroImgLeft,.HeroImgRight{flex:0 0 auto;width:100%;max-width:400px;height:280px}
.HeroTxtBox h1{font-size:38px}
.FaqGridBox{grid-template-columns:1fr}
.ContactMethodsGrid{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 640px) {
.HeroWrap{padding:60px 16px 50px}
.HeroTxtBox h1{font-size:32px}
.HeroTxtBox p{font-size:16px}
.FaqMainWrap{padding:50px 16px}
.FaqIntroDiv h2{font-size:28px}
.FaqItemCard{padding:22px}
.ContactZoneWrap{padding:60px 16px}
.ContactZoneInner h2{font-size:32px}
.CtaButtWrap a{padding:14px 36px;font-size:16px}
}
.titleWrapp{max-width:1280px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.titleWrapp .titTextBlock h1{font-size:48px;line-height:1.2;color:#170E14;margin:0 0 24px;position:relative}
.titleWrapp .titTextBlock h1::before{content:'';position:absolute;left:-40px;top:0;width:3px;height:60px;background:linear-gradient(135deg,#FFB7E8,#FAECF7)}
.titleWrapp .titTextBlock p{font-size:18px;line-height:1.7;color:#170E14;margin:0;opacity:.85}
.titleWrapp .titImgHolder{position:relative}
.titleWrapp .titImgHolder::before{content:'';position:absolute;top:-15px;right:-15px;width:60px;height:60px;border-top:2px solid #FFB7E8;border-right:2px solid #FFB7E8}
.titleWrapp .titImgHolder::after{content:'';position:absolute;bottom:-15px;left:-15px;width:60px;height:60px;border-bottom:2px solid #FAECF7;border-left:2px solid #FAECF7}
.titleWrapp .titImgHolder img{width:100%;height:450px;object-fit:cover;display:block;border-radius:8px;filter:sepia(0.08) saturate(1.1)}
.oppSection{background:linear-gradient(158deg,#FAECF7 0%,#fff 100%);padding:90px 20px}
.oppSection .oppInner{max-width:1280px;margin:0 auto}
.oppSection .oppHeading{text-align:center;margin-bottom:70px}
.oppSection .oppHeading h2{font-size:42px;color:#170E14;margin:0 0 18px;position:relative;display:inline-block}
.oppSection .oppHeading h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#FFB7E8,#FAECF7)}
.oppSection .oppHeading p{font-size:17px;color:#170E14;opacity:.8;margin:0}
.oppSection .oppGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.oppSection .oppCard{background:#fff;padding:40px 32px;border-radius:10px;box-shadow:0 4px 18px #170e1414;transition:transform 320ms ease-out,box-shadow 320ms ease-out;position:relative;overflow:hidden}
.oppSection .oppCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FFB7E8,#FAECF7);transform:scaleX(0);transform-origin:left;transition:transform 350ms ease-out}
.oppSection .oppCard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #170e141f}
.oppSection .oppCard:hover::before{transform:scaleX(1)}
.oppSection .oppCard .oppIconBox{width:56px;height:56px;background:linear-gradient(135deg,#FFB7E8,#FAECF7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.oppSection .oppCard .oppIconBox i{font-size:28px;color:#170E14}
.oppSection .oppCard h3{font-size:24px;color:#170E14;margin:0 0 16px}
.oppSection .oppCard p{font-size:16px;line-height:1.6;color:#170E14;margin:0 0 12px;opacity:.82}
.oppSection .oppCard .oppDetail{font-size:15px;color:#170E14;opacity:.75;margin:8px 0}
.bizWrap{max-width:1280px;margin:0 auto;padding:85px 20px}
.bizWrap .bizTopRow{display:flex;gap:70px;align-items:flex-start;margin-bottom:60px}
.bizWrap .bizTextSide{flex:1}
.bizWrap .bizTextSide h2{font-size:40px;color:#170E14;margin:0 0 20px;line-height:1.3}
.bizWrap .bizTextSide p{font-size:17px;line-height:1.7;color:#170E14;opacity:.84;margin:0 0 14px}
.bizWrap .bizImgSide{flex:1}
.bizWrap .bizImgSide img{width:100%;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px #170e141a}
.bizWrap .bizFeatures{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-bottom:50px}
.bizWrap .bizFeatureCard{background:linear-gradient(124deg,#FAECF7 0%,#fff 100%);padding:32px 28px;border-radius:8px;border-left:4px solid #FFB7E8;transition:border-color 300ms ease-out}
.bizWrap .bizFeatureCard:hover{border-left-color:#170E14}
.bizWrap .bizFeatureCard h4{font-size:22px;color:#170E14;margin:0 0 14px}
.bizWrap .bizFeatureCard p{font-size:16px;line-height:1.65;color:#170E14;opacity:.8;margin:0}
.bizWrap .bizCompareBox{background:#fff;border:2px solid #FAECF7;border-radius:12px;padding:45px 40px;margin-bottom:55px}
.bizWrap .bizCompareBox h3{font-size:28px;color:#170E14;margin:0 0 30px;text-align:center}
.bizWrap .bizCompareGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.bizWrap .bizCompareItem{text-align:center;padding:24px 16px;background:linear-gradient(180deg,#FAECF7 0%,transparent 100%);border-radius:8px}
.bizWrap .bizCompareItem .bizMetricNum{font-size:44px;font-weight:700;color:#FFB7E8;margin:0 0 8px;display:block}
.bizWrap .bizCompareItem .bizMetricLabel{font-size:16px;color:#170E14;opacity:.85;margin:0}
.bizWrap .bizCta{text-align:center}
.bizWrap .bizCta .bizLinkButt{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#FFB7E8,#FAECF7);color:#170E14;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:transform 280ms ease-out,box-shadow 280ms ease-out;box-shadow:0 4px 14px #ffb7e866}
.bizWrap .bizCta .bizLinkButt:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ffb7e880}
.experSection{background:#170E14;padding:70px 20px;position:relative;overflow:hidden}
.experSection::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(165deg,#ffb7e814 0%,transparent 60%);pointer-events:none}
.experSection .experInner{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.experSection .experContent{display:flex;align-items:center;gap:50px}
.experSection .experImgBox{flex:1}
.experSection .experImgBox img{width:100%;height:400px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0000004d}
.experSection .experTextBox{flex:1}
.experSection .experTextBox h2{font-size:38px;color:#FAECF7;margin:0 0 22px;line-height:1.3}
.experSection .experTextBox p{font-size:17px;line-height:1.7;color:#FAECF7;opacity:.9;margin:0 0 16px}
.experSection .experStats{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:40px}
.experSection .experStatCard{background:#faecf71a;padding:24px 20px;border-radius:8px;text-align:center;border:1px solid #ffb7e833;transition:background 300ms ease-out}
.experSection .experStatCard:hover{background:#faecf726}
.experSection .experStatCard .experStatNum{font-size:36px;font-weight:700;color:#FFB7E8;margin:0 0 8px;display:block}
.experSection .experStatCard .experStatText{font-size:15px;color:#FAECF7;opacity:.85;margin:0}
@media (max-width: 992px) {
.titleWrapp{grid-template-columns:1fr;padding:60px 20px;gap:40px}
.titleWrapp .titTextBlock h1{font-size:38px}
.titleWrapp .titTextBlock h1::before{left:0}
.titleWrapp .titImgHolder img{height:350px}
.oppSection{padding:70px 20px}
.oppSection .oppGrid{grid-template-columns:1fr;gap:30px}
.oppSection .oppHeading h2{font-size:36px}
.bizWrap{padding:65px 20px}
.bizWrap .bizTopRow{flex-direction:column;gap:40px}
.bizWrap .bizImgSide img{height:320px}
.bizWrap .bizFeatures{grid-template-columns:1fr;gap:25px}
.bizWrap .bizCompareGrid{grid-template-columns:1fr;gap:20px}
.experSection .experContent{flex-direction:column;gap:35px}
.experSection .experImgBox img{height:320px}
.experSection .experStats{grid-template-columns:1fr}
}
@media (max-width: 576px) {
.titleWrapp .titTextBlock h1{font-size:32px}
.titleWrapp .titTextBlock p{font-size:16px}
.titleWrapp .titImgHolder img{height:280px}
.oppSection .oppHeading h2{font-size:30px}
.oppSection .oppCard{padding:32px 24px}
.bizWrap .bizTextSide h2{font-size:32px}
.bizWrap .bizCompareBox{padding:32px 24px}
.bizWrap .bizCompareBox h3{font-size:24px}
.bizWrap .bizCompareItem .bizMetricNum{font-size:36px}
.experSection .experTextBox h2{font-size:30px}
.experSection .experImgBox img{height:260px}
}
.contactWrapp{max-width:1280px;margin:0 auto;padding:0 20px}
.titleBlockCont{display:flex;align-items:stretch;gap:0;margin:60px 0 80px;background:linear-gradient(127deg,#FAECF7 0%,#FFB7E8 100%);border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #170e1414}
.titleBlockCont .imgStripSect{flex:0 0 140px;position:relative;overflow:hidden}
.titleBlockCont .imgStripSect img{width:100%;height:100%;object-fit:cover;filter:brightness(1.1) contrast(1.05)}
.titleBlockCont .imgStripSect::after{content:'';position:absolute;top:20%;left:10%;width:60px;height:60px;background:radial-gradient(circle,#fff9 0%,transparent 70%);border-radius:50%;pointer-events:none}
.titleBlockCont .textMainArea{flex:1;padding:50px 60px;display:flex;flex-direction:column;justify-content:center}
.titleBlockCont .textMainArea .headPartOne{font-size:2.8rem;font-weight:700;color:#170E14;margin:0 0 12px;line-height:1.2}
.titleBlockCont .textMainArea .headPartTwo{font-size:1.5rem;font-weight:400;color:#170E14;margin:0;opacity:.85;line-height:1.4}
.infoCardsArea{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:70px}
.cardInfoUnit{background:#FAECF7;border-radius:6px;padding:35px 28px;position:relative;transition:transform 320ms ease-out,box-shadow 320ms ease-out;border:2px solid transparent}
.cardInfoUnit:hover{transform:translateY(-4px);box-shadow:0 8px 20px #170e141f;border-color:#FFB7E8}
.cardInfoUnit .iconHold{width:48px;height:48px;background:linear-gradient(135deg,#FFB7E8 0%,#FAECF7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.cardInfoUnit .iconHold i{font-size:24px;color:#170E14}
.cardInfoUnit .labelTxt{font-size:.95rem;font-weight:600;color:#170E14;margin:0 0 10px;text-transform:uppercase;letter-spacing:.5px}
.cardInfoUnit .valueTxt{font-size:1.1rem;color:#170E14;margin:0;line-height:1.6}
.cardInfoUnit .valueTxt a{color:#170E14;text-decoration:none;transition:color 280ms ease-out}
.cardInfoUnit .valueTxt a:hover{color:#FFB7E8}
.formSectWrap{background:linear-gradient(158deg,#170E14 0%,#2a1a24 100%);border-radius:10px;padding:60px 70px;margin-bottom:70px;box-shadow:0 6px 18px #170e1426}
.formSectWrap .headForm{font-size:2.2rem;font-weight:700;color:#FFB7E8;margin:0 0 16px}
.formSectWrap .subheadForm{font-size:1.05rem;color:#FAECF7;margin:0 0 40px;opacity:.9;line-height:1.6}
.contactFormElem{display:flex;flex-direction:column;gap:26px}
.formRowDiv{display:flex;gap:24px}
.fieldGrpDiv{display:flex;flex-direction:column;flex:1}
.fieldGrpDiv label{font-size:.9rem;font-weight:600;color:#FFB7E8;margin-bottom:8px;letter-spacing:.3px}
.fieldGrpDiv input,.fieldGrpDiv select{padding:14px 16px;font-size:1rem;border:2px solid #FFB7E8;border-radius:6px;background:#FAECF7;color:#170E14;transition:border-color 300ms ease-out,box-shadow 300ms ease-out;cursor:text}
.fieldGrpDiv select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23170E14' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.fieldGrpDiv input:focus,.fieldGrpDiv select:focus{outline:none;border-color:#170E14;box-shadow:0 0 0 3px #ffb7e84d}
.privacyCheckWrap{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacyCheckWrap input[type="checkbox"]{margin-top:4px;cursor:pointer;width:18px;height:18px;flex-shrink:0}
.privacyCheckWrap label{font-size:.92rem;color:#FAECF7;line-height:1.5;cursor:pointer}
.privacyCheckWrap label a{color:#FFB7E8;text-decoration:underline;transition:color 280ms ease-out}
.privacyCheckWrap label a:hover{color:#fff}
.submitBtnWrap{margin-top:12px}
.submitBtnWrap button{padding:16px 48px;font-size:1.1rem;font-weight:700;color:#170E14;background:linear-gradient(135deg,#FFB7E8 0%,#FAECF7 100%);border:none;border-radius:6px;cursor:pointer;transition:transform 300ms ease-out,box-shadow 300ms ease-out;box-shadow:0 4px 12px #ffb7e866;position:relative;z-index:10}
.submitBtnWrap button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffb7e899}
.submitBtnWrap button:active{transform:translateY(0)}
.hoursAccessSect{display:flex;gap:50px;align-items:flex-start;background:#FAECF7;border-radius:8px;padding:50px 60px;margin-bottom:80px}
.hoursBlock{flex:1}
.hoursBlock .labelHead{font-size:1.6rem;font-weight:700;color:#170E14;margin:0 0 24px;position:relative;padding-left:20px}
.hoursBlock .labelHead::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:28px;background:linear-gradient(180deg,#FFB7E8 0%,#170E14 100%);border-radius:3px}
.hoursBlock .hoursList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.hoursBlock .hoursList li{display:flex;justify-content:space-between;font-size:1rem;color:#170E14;padding:10px 0;border-bottom:1px solid #170e141a}
.hoursBlock .hoursList li .dayName{font-weight:600}
.hoursBlock .hoursList li .timeRange{opacity:.8}
.accessBlock{flex:1}
.accessBlock .labelHead{font-size:1.6rem;font-weight:700;color:#170E14;margin:0 0 24px;position:relative;padding-left:20px}
.accessBlock .labelHead::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:28px;background:linear-gradient(180deg,#170E14 0%,#FFB7E8 100%);border-radius:3px}
.accessBlock .accessTxt{font-size:1.05rem;color:#170E14;line-height:1.7;margin:0 0 18px}
.accessBlock .noteTxt{font-size:.95rem;color:#170E14;opacity:.75;font-style:italic;line-height:1.6;margin:0}
.mapAltSect{background:linear-gradient(142deg,#FFB7E8 0%,#FAECF7 100%);border-radius:10px;padding:50px 60px;text-align:center;margin-bottom:60px}
.mapAltSect .headDir{font-size:2rem;font-weight:700;color:#170E14;margin:0 0 20px}
.mapAltSect .addressDisplay{font-size:1.2rem;color:#170E14;margin:0 0 30px;line-height:1.6}
.mapAltSect .directionNote{font-size:1rem;color:#170E14;margin:0;opacity:.85;line-height:1.6}
@media (max-width: 1024px) {
.titleBlockCont{flex-direction:column}
.titleBlockCont .imgStripSect{flex:0 0 200px}
.titleBlockCont .textMainArea{padding:40px 35px}
.titleBlockCont .textMainArea .headPartOne{font-size:2.2rem}
.titleBlockCont .textMainArea .headPartTwo{font-size:1.3rem}
.infoCardsArea{grid-template-columns:1fr;gap:24px}
.formSectWrap{padding:45px 40px}
.hoursAccessSect{flex-direction:column;gap:40px}
}
@media (max-width: 768px) {
.contactWrapp{padding:0 16px}
.titleBlockCont{margin:40px 0 60px}
.titleBlockCont .imgStripSect{flex:0 0 150px}
.titleBlockCont .textMainArea{padding:30px 24px}
.titleBlockCont .textMainArea .headPartOne{font-size:1.8rem}
.titleBlockCont .textMainArea .headPartTwo{font-size:1.1rem}
.formSectWrap{padding:35px 24px}
.formSectWrap .headForm{font-size:1.8rem}
.formRowDiv{flex-direction:column;gap:26px}
.hoursAccessSect{padding:35px 30px}
.mapAltSect{padding:35px 30px}
.mapAltSect .headDir{font-size:1.6rem}
.mapAltSect .addressDisplay{font-size:1.05rem}
}
.prog-hero-wrap{max-width:1280px;margin:60px auto;padding:0 20px}
.prog-hero-grid{display:flex;flex-direction:row;align-items:center;gap:60px;position:relative}
.prog-hero-txt{flex:1;z-index:2}
.prog-hero-txt h1{font-size:48px;line-height:1.1;color:#170E14;margin:0 0 24px;font-weight:700}
.prog-hero-txt .subtitle-prog{font-size:20px;line-height:1.6;color:#170E14;margin:0 0 16px;opacity:.85}
.prog-hero-txt .desc-prog{font-size:16px;line-height:1.7;color:#170E14;margin:0 0 32px;opacity:.75}
.prog-butt-row{display:flex;gap:16px;flex-wrap:wrap}
.prog-butt-primary{padding:14px 32px;background:linear-gradient(135deg,#FFB7E8 0%,#170E14 100%);color:#FAECF7;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform 280ms ease-out,box-shadow 280ms ease-out;text-decoration:none;display:inline-block}
.prog-butt-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #170e1440}
.prog-butt-secondary{padding:14px 32px;background:transparent;color:#170E14;border:2px solid #FFB7E8;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background 280ms ease-out,color 280ms ease-out;text-decoration:none;display:inline-block}
.prog-butt-secondary:hover{background:#FAECF7;color:#170E14}
.prog-hero-img-wrap{flex:1;position:relative}
.prog-hero-img-wrap::before{content:'';position:absolute;top:-20px;left:-20px;width:80px;height:80px;border-top:3px solid #FFB7E8;border-left:3px solid #FFB7E8;z-index:1}
.prog-hero-img-wrap::after{content:'';position:absolute;bottom:-20px;right:-20px;width:80px;height:80px;border-bottom:3px solid #FFB7E8;border-right:3px solid #FFB7E8;z-index:1}
.prog-hero-img-wrap img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 12px 36px #170e1426}
.prog-path-section{background:linear-gradient(168deg,#FAECF7 0%,#fff 100%);padding:80px 0;margin:80px 0}
.prog-path-container{max-width:1280px;margin:0 auto;padding:0 20px}
.prog-path-header{text-align:center;margin-bottom:60px}
.prog-path-header h2{font-size:40px;line-height:1.2;color:#170E14;margin:0 0 20px;font-weight:700}
.prog-path-header p{font-size:18px;line-height:1.6;color:#170E14;margin:0;opacity:.8;max-width:700px;margin:0 auto}
.prog-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.prog-path-card{background:#fff;border-radius:10px;padding:36px 28px;box-shadow:0 4px 16px #170e1414;transition:transform 320ms ease-out,box-shadow 320ms ease-out;position:relative;overflow:hidden}
.prog-path-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FFB7E8 0%,#170E14 100%)}
.prog-path-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #170e1426}
.prog-path-card .icon-wrap{width:56px;height:56px;background:linear-gradient(135deg,#FAECF7 0%,#FFB7E8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.prog-path-card .icon-wrap i{font-size:28px;color:#170E14}
.prog-path-card h3{font-size:22px;line-height:1.3;color:#170E14;margin:0 0 14px;font-weight:700}
.prog-path-card p{font-size:15px;line-height:1.7;color:#170E14;margin:0 0 20px;opacity:.75}
.prog-path-card .feature-list{list-style:none;padding:0;margin:0}
.prog-path-card .feature-list li{font-size:14px;line-height:1.6;color:#170E14;margin:0 0 8px;padding-left:24px;position:relative;opacity:.8}
.prog-path-card .feature-list li::before{content:'✓';position:absolute;left:0;color:#FFB7E8;font-weight:700}
.prog-interactive-section{max-width:1280px;margin:100px auto;padding:0 20px}
.prog-interactive-header{text-align:center;margin-bottom:50px}
.prog-interactive-header h2{font-size:38px;line-height:1.2;color:#170E14;margin:0 0 18px;font-weight:700}
.prog-interactive-header p{font-size:17px;line-height:1.6;color:#170E14;margin:0;opacity:.8}
.prog-tabs-wrapper{display:flex;gap:40px;align-items:flex-start}
.prog-tabs-nav{flex:0 0 280px;display:flex;flex-direction:column;gap:12px}
.prog-tab-input{display:none}
.prog-tab-label{padding:20px 24px;background:#FAECF7;border-radius:8px;cursor:pointer;transition:all 300ms ease-out;font-size:16px;font-weight:600;color:#170E14;border:2px solid transparent}
.prog-tab-label:hover{background:#FFB7E8;color:#170E14}
.prog-tab-input:checked + .prog-tab-label{background:linear-gradient(135deg,#FFB7E8 0%,#170E14 100%);color:#FAECF7;border-color:#170E14}
.prog-tabs-content{flex:1}
.prog-tab-panel{display:none;background:#fff;border-radius:10px;padding:40px;box-shadow:0 6px 24px #170e141a}
.prog-tab-input:checked ~ .prog-tabs-content .prog-tab-panel[data-tab="1"],.prog-tab-input:nth-of-type(2):checked ~ .prog-tabs-content .prog-tab-panel[data-tab="2"],.prog-tab-input:nth-of-type(3):checked ~ .prog-tabs-content .prog-tab-panel[data-tab="3"]{display:block}
.prog-tab-panel h3{font-size:28px;line-height:1.3;color:#170E14;margin:0 0 20px;font-weight:700}
.prog-tab-panel p{font-size:16px;line-height:1.7;color:#170E14;margin:0 0 24px;opacity:.8}
.prog-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px}
.prog-feature-item{padding:18px;background:#FAECF7;border-radius:8px;border-left:4px solid #FFB7E8}
.prog-feature-item h4{font-size:16px;line-height:1.4;color:#170E14;margin:0 0 8px;font-weight:700}
.prog-feature-item p{font-size:14px;line-height:1.6;color:#170E14;margin:0;opacity:.75}
.prog-progress-section{background:#170E14;padding:90px 0;margin:100px 0;position:relative;overflow:hidden}
.prog-progress-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(225deg,#ffb7e81a 0%,transparent 100%);pointer-events:none}
.prog-progress-container{max-width:1280px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.prog-progress-header{text-align:center;margin-bottom:60px}
.prog-progress-header h2{font-size:40px;line-height:1.2;color:#FAECF7;margin:0 0 18px;font-weight:700}
.prog-progress-header p{font-size:18px;line-height:1.6;color:#FAECF7;margin:0;opacity:.85}
.prog-steps-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.prog-steps-timeline::before{content:'';position:absolute;top:40px;left:12.5%;right:12.5%;height:3px;background:linear-gradient(90deg,#FFB7E8 0%,#FAECF7 100%);z-index:1}
.prog-step-item{position:relative;z-index:2;text-align:center}
.prog-step-number{width:80px;height:80px;background:linear-gradient(135deg,#FFB7E8 0%,#FAECF7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#170E14;margin:0 auto 20px;box-shadow:0 8px 24px #ffb7e84d}
.prog-step-item h4{font-size:18px;line-height:1.4;color:#FAECF7;margin:0 0 12px;font-weight:700}
.prog-step-item p{font-size:14px;line-height:1.6;color:#FAECF7;margin:0;opacity:.8}
.prog-cta-section{max-width:900px;margin:100px auto;padding:0 20px;text-align:center}
.prog-cta-box{background:linear-gradient(142deg,#FAECF7 0%,#FFB7E8 100%);border-radius:12px;padding:60px 50px;box-shadow:0 12px 40px #170e141f;position:relative}
.prog-cta-box img{position:absolute;right:40px;top:50%;transform:translateY(-50%);width:280px;height:200px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #170e1426}
.prog-cta-content{max-width:480px;text-align:left}
.prog-cta-content h2{font-size:36px;line-height:1.2;color:#170E14;margin:0 0 20px;font-weight:700}
.prog-cta-content p{font-size:17px;line-height:1.6;color:#170E14;margin:0 0 32px;opacity:.85}
.prog-cta-content .prog-butt-primary{font-size:18px;padding:16px 40px}
@media (max-width: 1024px) {
.prog-hero-grid{gap:40px}
.prog-path-grid{grid-template-columns:repeat(2,1fr)}
.prog-tabs-wrapper{flex-direction:column}
.prog-tabs-nav{flex-direction:row;flex:1;overflow-x:auto}
.prog-steps-timeline{grid-template-columns:repeat(2,1fr)}
.prog-steps-timeline::before{display:none}
.prog-cta-box img{position:static;transform:none;width:100%;height:240px;margin-bottom:30px}
.prog-cta-content{max-width:100%;text-align:center}
}
@media (max-width: 768px) {
.prog-hero-wrap{margin:40px auto}
.prog-hero-grid{flex-direction:column;gap:32px}
.prog-hero-txt h1{font-size:36px}
.prog-hero-txt .subtitle-prog{font-size:18px}
.prog-hero-img-wrap img{height:360px}
.prog-path-grid{grid-template-columns:1fr}
.prog-path-section{padding:60px 0;margin:60px 0}
.prog-path-header h2{font-size:32px}
.prog-interactive-header h2{font-size:30px}
.prog-features-grid{grid-template-columns:1fr}
.prog-progress-section{padding:60px 0;margin:60px 0}
.prog-progress-header h2{font-size:32px}
.prog-steps-timeline{grid-template-columns:1fr}
.prog-cta-content h2{font-size:28px}
.prog-butt-row{flex-direction:column}
.prog-butt-primary,.prog-butt-secondary{width:100%;text-align:center}
}
.SuccPageWrap{background:linear-gradient(145deg,#FAECF7 0%,#FFB7E8 100%);min-height:80vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.SuccPageWrap::before{content:'';position:absolute;top:-50%;left:-30%;width:600px;height:600px;background:linear-gradient(220deg,#170E14 0%,transparent 70%);opacity:.06;border-radius:50%;filter:blur(80px)}
.SuccPageWrap::after{content:'';position:absolute;bottom:-40%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#FFB7E8 0%,transparent 60%);opacity:.08;border-radius:50%}
.SuccMsgBox{max-width:680px;width:100%;background:#fffffff2;backdrop-filter:blur(20px);border-radius:8px;padding:70px 50px;box-shadow:0 12px 48px #170e141f;text-align:center;position:relative;z-index:2}
.SuccMsgBox .IconCircWrap{width:90px;height:90px;margin:0 auto 35px;background:linear-gradient(135deg,#FFB7E8 0%,#FAECF7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulseSuccIcon 2s ease-in-out infinite}
@keyframes pulseSuccIcon {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #ffb7e866}
50%{transform:scale(1.05);box-shadow:0 0 0 15px #ffb7e800}
}
.SuccMsgBox .IconCircWrap i{font-size:42px;color:#170E14}
.SuccMsgBox .MainHeado{font-size:34px;font-weight:700;color:#170E14;margin:0 0 18px;line-height:1.3}
.SuccMsgBox .SubtxtPara{font-size:17px;color:#170E14;line-height:1.7;margin:0 0 32px;opacity:.75}
.SuccMsgBox .DetailTxtArea{background:#FAECF7;border-radius:6px;padding:28px 35px;margin:0 0 40px;border-left:4px solid #FFB7E8}
.SuccMsgBox .DetailTxtArea p{font-size:15px;color:#170E14;line-height:1.8;margin:0 0 15px;opacity:.8}
.SuccMsgBox .DetailTxtArea p:last-child{margin-bottom:0}
.SuccMsgBox .ButtWrapper{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.SuccMsgBox .ButtWrapper .PrimButt{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#170E14;color:#FAECF7;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all 320ms ease-out;cursor:pointer;border:2px solid #170E14}
.SuccMsgBox .ButtWrapper .PrimButt:hover{background:transparent;color:#170E14;transform:translateY(-2px);box-shadow:0 6px 20px #170e1426}
.SuccMsgBox .ButtWrapper .SecButt{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:transparent;color:#170E14;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all 320ms ease-out;cursor:pointer;border:2px solid #FFB7E8}
.SuccMsgBox .ButtWrapper .SecButt:hover{background:#FFB7E8;border-color:#FFB7E8;transform:translateY(-2px)}
.InfoSectWrap{background:#FAECF7;padding:80px 20px}
.InfoSectWrap .ContainerBox{max-width:1280px;margin:0 auto}
.InfoSectWrap .GridThree{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.InfoSectWrap .CardItem{background:#fff;border-radius:8px;padding:38px 28px;box-shadow:0 4px 16px #170e1414;transition:all 340ms ease-out;position:relative;overflow:hidden}
.InfoSectWrap .CardItem::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FFB7E8 0%,#FAECF7 100%);transform:scaleX(0);transform-origin:left;transition:transform 340ms ease-out}
.InfoSectWrap .CardItem:hover{transform:translateY(-6px);box-shadow:0 12px 32px #170e1424}
.InfoSectWrap .CardItem:hover::before{transform:scaleX(1)}
.InfoSectWrap .CardItem .IconWrap{width:56px;height:56px;background:linear-gradient(135deg,#FFB7E8 0%,#FAECF7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.InfoSectWrap .CardItem .IconWrap i{font-size:26px;color:#170E14}
.InfoSectWrap .CardItem .CardHeado{font-size:21px;font-weight:700;color:#170E14;margin:0 0 14px;line-height:1.3}
.InfoSectWrap .CardItem .CardTxt{font-size:15px;color:#170E14;line-height:1.7;margin:0 0 20px;opacity:.75}
.InfoSectWrap .CardItem .LinkArrow{display:inline-flex;align-items:center;gap:6px;color:#170E14;text-decoration:none;font-size:15px;font-weight:600;transition:gap 280ms ease-out}
.InfoSectWrap .CardItem .LinkArrow:hover{gap:10px}
.InfoSectWrap .CardItem .LinkArrow i{font-size:18px}
@media (max-width: 992px) {
.InfoSectWrap .GridThree{grid-template-columns:repeat(2,1fr);gap:24px}
.SuccMsgBox{padding:50px 35px}
.SuccMsgBox .MainHeado{font-size:28px}
}
@media (max-width: 768px) {
.InfoSectWrap .GridThree{grid-template-columns:1fr;gap:20px}
.SuccPageWrap{padding:40px 16px}
.SuccMsgBox{padding:40px 24px}
.SuccMsgBox .MainHeado{font-size:26px}
.SuccMsgBox .ButtWrapper{flex-direction:column}
.SuccMsgBox .ButtWrapper .PrimButt,.SuccMsgBox .ButtWrapper .SecButt{width:100%;justify-content:center}
.InfoSectWrap{padding:60px 16px}
}
@media (max-width: 480px) {
.SuccMsgBox .IconCircWrap{width:75px;height:75px}
.SuccMsgBox .IconCircWrap i{font-size:36px}
.SuccMsgBox .MainHeado{font-size:24px}
.SuccMsgBox .SubtxtPara{font-size:16px}
.SuccMsgBox .DetailTxtArea{padding:22px 20px}
}