html{box-sizing:border-box}
*{box-sizing:inherit}
body{margin:0;padding:0;font-family:'PT Serif',serif;font-size:14px;line-height:1.7;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::selection{background:#F5B612;color:#1a1a1a}
:focus-visible{outline:2px solid #63103C;outline-offset:2px;transform:scale(1.02);transition:transform .14s cubic-bezier(0.4,0,1,1)}
img{opacity:0;transition:opacity .16s ease-in-out}
img.loaded{opacity:1}
.topBar{background:linear-gradient(135deg,#63103C 0%,#4a0c2e 100%);position:relative;z-index:100;box-shadow:1px 7px 22px 0 #63103c1a}
.topBar::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#F5B612 0%,#ffc940 100%)}
.hdrWrap{max-width:1170px;margin:0 auto;padding:24px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brandBox{order:2;flex-shrink:0}
.brandBox a{display:block;width:68px;height:68px;background:#fff;border-radius:34px;padding:8px;box-shadow:1px 1px 4px 0 #63103c14 1px 7px 22px 0 #63103c1a;transition:box-shadow .12s cubic-bezier(0.4,0,1,1)}
.brandBox a:hover{box-shadow:1px 12px 48px 0 #63103c1c}
.brandBox img{width:100%;height:100%;object-fit:contain;opacity:1}
.navLeft{order:1;flex:1}
.navRight{order:3;flex:1}
.navLeft ul,.navRight ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 24px}
.navLeft ul{justify-content:flex-end}
.navRight ul{justify-content:flex-start}
.navLeft a,.navRight a{display:inline-block;color:#fff;text-decoration:none;font-size:14px;letter-spacing:.02em;padding:8px;border-radius:5px;transition:background .11s cubic-bezier(0.4,0,1,1),color .11s cubic-bezier(0.4,0,1,1);position:relative}
.navLeft a::after,.navRight a::after{content:'';position:absolute;bottom:4px;left:8px;right:8px;height:2px;background:#F5B612;transform:scaleX(0);transform-origin:right;transition:transform .14s cubic-bezier(0.4,0,1,1)}
.navLeft a:hover::after,.navRight a:hover::after{transform:scaleX(1);transform-origin:left}
.navLeft a:hover,.navRight a:hover{background:#f5b6121f}
.accentShape{position:absolute;top:-20px;right:10%;width:40px;height:40px;border-radius:34px;background:#F5B612;opacity:.15;pointer-events:none}
.accentShape2{position:absolute;bottom:-15px;left:15%;width:28px;height:28px;border-radius:1px;background:#F5B612;opacity:.1;pointer-events:none;transform:rotate(45deg)}
.ftWrap{background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);color:#EAEAEA;padding:80px 40px;margin-top:80px;position:relative}
.ftWrap::before{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#63103C 0%,#F5B612 50%,#63103C 100%)}
.ftInner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;align-items:start}
.ftCol1{text-align:right}
.ftCol2{text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}
.ftCol3{text-align:left}
.ftLogo{display:inline-block;width:72px;height:72px;background:#fff;border-radius:34px;padding:8px;box-shadow:inset 1px 1px 2px 0 #63103c14 1px 7px 22px 0 #f5b6121a}
.ftLogo img{width:100%;height:100%;object-fit:contain;opacity:1}
.ftMenu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.ftCol1 .ftMenu{align-items:flex-end}
.ftCol3 .ftMenu{align-items:flex-start}
.ftMenu a{color:#EAEAEA;text-decoration:none;font-size:14px;padding:8px;display:inline-block;border-radius:5px;transition:color .12s cubic-bezier(0.4,0,1,1),background .12s cubic-bezier(0.4,0,1,1)}
.ftMenu a:hover{color:#F5B612;background:#f5b61214}
.contactBlock{display:flex;flex-direction:column;gap:8px;font-size:14px;line-height:1.45}
.contactBlock a{color:#EAEAEA;text-decoration:none;transition:color .1s cubic-bezier(0.4,0,1,1)}
.contactBlock a:hover{color:#F5B612}
.ftRow{display:flex;align-items:center;gap:8px}
.ftCol1 .ftRow{justify-content:flex-end}
.ftCol3 .ftRow{justify-content:flex-start}
.iconShape{width:16px;height:16px;flex-shrink:0}
.iconShape svg{width:100%;height:100%;fill:#F5B612}
.copyright{margin-top:40px;text-align:center;font-size:14px;color:#999;letter-spacing:.01em}
@media (max-width: 1280px) {
.hdrWrap{padding:24px}
.ftWrap{padding:40px 24px}
}
@media (max-width: 768px) {
.hdrWrap{flex-direction:column;gap:24px}
.brandBox{order:1}
.navLeft{order:2}
.navRight{order:3}
.navLeft ul,.navRight ul{justify-content:center}
.ftInner{grid-template-columns:1fr;gap:40px}
.ftCol1,.ftCol3{text-align:center}
.ftCol1 .ftMenu,.ftCol3 .ftMenu{align-items:center}
.ftCol1 .ftRow,.ftCol3 .ftRow{justify-content:center}
.contactBlock{align-items:center}
}
@media (max-width: 480px) {
.hdrWrap{padding:24px 8px}
.navLeft ul,.navRight ul{flex-direction:column;align-items:center;gap:8px}
.ftWrap{padding:40px 8px;margin-top:40px}
}
.cookieTile{position:fixed;bottom:24px;left:0;right:0;margin:0 auto;width:90%;max-width:520px;background:#fff;border-radius:5px;padding:24px;box-shadow:1px 12px 48px 0 #63103c1c;z-index:1500;display:none;transform:translateY(120%);transition:transform .32s ease-in-out}
.cookieTile.on{display:block;transform:translateY(0)}
.cookieTile.closing{transform:translateY(-120%)}
.cookieMsg{font-size:14px;line-height:1.45;color:#1a1a1a;margin-bottom:24px}
.cookieActions{display:flex;gap:8px;flex-wrap:wrap}
.btnPrimary{background:#63103C;color:#fff;border:none;border-radius:34px;padding:8px 24px;font-family:'PT Serif',serif;font-size:14px;cursor:pointer;transition:background .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);box-shadow:1px 1px 4px 0 #63103c14}
.btnPrimary:hover{background:#4a0c2e;box-shadow:1px 7px 22px 0 #63103c1a}
.btnSecondary{background:transparent;color:#63103C;border:1px solid #63103C;border-radius:5px;padding:8px 24px;font-family:'PT Serif',serif;font-size:14px;cursor:pointer;transition:background .1s cubic-bezier(0.4,0,1,1),border-width .1s cubic-bezier(0.4,0,1,1)}
.btnSecondary:hover{background:#63103c0d;border-width:2px}
.optionsPanel{display:none;margin-top:24px;padding-top:24px;border-top:1px solid #EAEAEA}
.optionsPanel.visible{display:block}
.optItem{display:flex;align-items:center;justify-content:space-between;padding:8px 0}
.optItem label{font-size:14px;color:#1a1a1a}
.optItem input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.policy-frame{max-width:1170px;margin:0 auto;padding:80px 24px}
.policy-frame h1{font-size:66px;line-height:1.15;letter-spacing:-.02em;color:#63103C;margin:0 0 40px}
.policy-frame h2{font-size:50px;line-height:1.15;letter-spacing:-.01em;color:#63103C;margin:80px 0 24px}
.policy-frame h3{font-size:20px;line-height:1.45;letter-spacing:0;color:#63103C;margin:40px 0 24px;font-weight:600}
.policy-frame h4,.policy-frame h5,.policy-frame h6{font-size:20px;line-height:1.45;letter-spacing:0;color:#63103C;margin:40px 0 24px;font-weight:600}
.policy-frame p{font-size:20px;line-height:1.7;letter-spacing:.01em;color:#1a1a1a;margin:0 0 24px}
.policy-frame em,.policy-frame i{font-style:italic}
.policy-frame a{color:#63103C;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .14s cubic-bezier(0.4,0,1,1)}
.policy-frame a:hover{color:#F5B612}
.policy-frame table{width:100%;border-collapse:collapse;margin:40px 0;font-size:20px;line-height:1.45;letter-spacing:0}
.policy-frame thead{background:#EAEAEA}
.policy-frame th{padding:24px;text-align:left;font-weight:600;color:#63103C;border:1px solid #d0d0d0}
.policy-frame td{padding:24px;color:#1a1a1a;border:1px solid #d0d0d0}
.policy-frame tbody tr:nth-child(even){background:#f9f9f9}
.policy-frame hr{border:none;height:1px;background:#d0d0d0;margin:80px 0}
.policy-frame div{margin:24px 0}
@media (max-width: 768px) {
.policy-frame{padding:40px 24px}
.policy-frame h1{font-size:50px;margin:0 0 24px}
.policy-frame h2{font-size:20px;margin:40px 0 24px}
.policy-frame h3,.policy-frame h4,.policy-frame h5,.policy-frame h6{font-size:20px;margin:24px 0}
.policy-frame p{font-size:14px;line-height:1.7}
.policy-frame table{font-size:14px;margin:24px 0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.policy-frame th,.policy-frame td{padding:8px}
.policy-frame hr{margin:40px 0}
}
@media (max-width: 480px) {
.policy-frame{padding:40px 8px}
.policy-frame h1{font-size:50px}
}
.detailsPage h1,.detailsPage h2,.detailsPage h3,.detailsPage h4,.detailsPage h5,.detailsPage h6{line-height:1.15;letter-spacing:-.02em}
.detailsPage p,.detailsPage li,.detailsPage dt,.detailsPage dd{line-height:1.7;font-size:14px;letter-spacing:.01em}
.detailsPage{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#FFF}
.detailsPage::selection{background:#F5B612;color:#1a1a1a}
.progressBar{position:fixed;top:0;left:0;width:0;height:4px;background:linear-gradient(90deg,#63103C 0%,#F5B612 100%);z-index:9999;transition:width .1s cubic-bezier(0.4,0,1,1)}
.heroArea{position:relative;height:280px;overflow:hidden;background:linear-gradient(180deg,#EAEAEA 0%,#FFF 100%)}
.heroArea::before{content:'';position:absolute;top:40px;left:-80px;width:320px;height:320px;border-radius:50%;background:#63103C;opacity:.04}
.heroArea::after{content:'';position:absolute;bottom:-120px;right:160px;width:440px;height:440px;border-radius:50%;background:#F5B612;opacity:.06}
.heroImg{position:absolute;top:0;right:80px;width:560px;height:280px;object-fit:cover;opacity:0;transition:opacity .18s ease-in-out;border-radius:1px}
.heroImg.loaded{opacity:1}
.heroImg::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(180deg,#63103c00 0%,#63103c66 100%)}
.heroTitle{position:relative;z-index:2;max-width:1170px;margin:0 auto;padding:80px 24px}
.heroTitle h1{font-size:50px;color:#63103C;margin:0}
.mainWrapper{max-width:1170px;margin:0 auto;padding:80px 24px}
.layoutGrid{display:grid;grid-template-columns:1fr 320px;gap:80px}
.contentColumn{min-width:0}
.sideColumn{position:sticky;top:24px;height:fit-content}
.priceCard{background:#FFF;border:2px solid #EAEAEA;border-radius:5px;padding:24px;box-shadow:1px 7px 22px 0 #63103c1a;margin-bottom:24px}
.priceValue{font-size:50px;color:#63103C;line-height:1.15;margin:0 0 8px}
.userTag{display:inline-block;padding:8px 24px;background:#F5B612;color:#1a1a1a;font-size:14px;border-radius:34px;margin-bottom:24px}
.priceDetails{font-size:14px;color:#1a1a1a;line-height:1.7;margin:0 0 24px}
.metaRow{display:flex;justify-content:space-between;padding:8px 0;border-top:1px solid #EAEAEA;font-size:14px}
.metaLabel{color:#666}
.metaValue{color:#1a1a1a;font-weight:600}
.actionButtons{margin-top:24px}
.btnRegister{display:block;width:100%;padding:24px;background:#63103C;color:#FFF;text-align:center;border:2px solid #63103C;border-radius:5px;font-size:20px;text-decoration:none;transition:border-width .14s cubic-bezier(0.4,0,1,1);margin-bottom:8px;cursor:pointer}
.btnRegister:hover{border-width:4px}
.btnRegister:active{transform:translateY(2px);box-shadow:inset 1px 2px 4px #63103c4d}
.btnSave{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:24px;background:transparent;color:#63103C;text-align:center;border:2px solid #63103C;border-radius:5px;font-size:14px;text-decoration:none;transition:background-color .12s cubic-bezier(0.4,0,1,1),color .12s cubic-bezier(0.4,0,1,1);cursor:pointer}
.btnSave:hover{background:#63103C;color:#FFF}
.btnSave svg{width:20px;height:20px;fill:currentColor}
.likeCounter{display:flex;align-items:center;gap:8px;padding:24px;background:#EAEAEA;border-radius:5px;margin-top:24px}
.likeCounter svg{width:24px;height:24px;fill:#63103C}
.likeCount{font-size:20px;color:#1a1a1a;font-weight:600}
.programSection{background:linear-gradient(135deg,#EAEAEA 0%,#FFF 100%);padding:40px;border-radius:5px;margin-bottom:40px;box-shadow:1px 1px 4px 0 #63103c14}
.programSection h2{font-size:50px;background:linear-gradient(90deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 40px}
.programSection ol{list-style:none;counter-reset:stage;padding:0;margin:0}
.programSection ol li{counter-increment:stage;position:relative;padding-left:80px;margin-bottom:40px}
.programSection ol li::before{content:counter(stage);position:absolute;left:0;top:0;width:56px;height:56px;background:#63103C;color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600}
.programSection ol li:last-child{margin-bottom:0}
.programSection p{margin:8px 0 0}
.programSection strong{display:block;font-size:20px;color:#1a1a1a;margin-bottom:8px}
.programSection dl{margin:8px 0 0}
.programSection dt{font-weight:600;color:#63103C;margin-top:8px}
.programSection dd{margin:0 0 8px 24px}
.descriptionSection{padding:40px 0}
.descriptionSection h2{font-size:50px;color:#63103C;margin:0 0 40px}
.descriptionSection h3{font-size:20px;color:#1a1a1a;margin:40px 0 24px}
.descriptionSection p{margin:0 0 24px;color:#1a1a1a}
.descriptionSection ol,.descriptionSection ul{margin:0 0 24px;padding-left:24px}
.descriptionSection li{margin-bottom:8px;position:relative}
.descriptionSection ul li::before{content:'';position:absolute;left:-24px;top:8px;width:8px;height:8px;background:#F5B612;border-radius:50%}
.descriptionSection blockquote{margin:40px 0;padding:24px 40px;background:#EAEAEA;border-left:4px solid #63103C;border-radius:1px}
.descriptionSection blockquote p{margin:0;font-size:20px;line-height:1.45;color:#1a1a1a}
.descriptionSection cite{font-style:normal;color:#63103C;font-weight:600}
.descriptionSection abbr{text-decoration:none;border-bottom:1px dotted #63103C;cursor:help}
.descriptionSection figure{margin:40px 0;padding:0}
.descriptionSection figcaption{margin-top:8px;font-size:14px;color:#666;text-align:center}
.descriptionSection dl{margin:24px 0;display:grid;grid-template-columns:200px 1fr;gap:8px 24px}
.descriptionSection dt{font-weight:600;color:#63103C}
.descriptionSection dd{margin:0;color:#1a1a1a}
@media (max-width: 1280px) {
.layoutGrid{grid-template-columns:1fr 280px;gap:40px}
.heroImg{width:480px;right:40px}
}
@media (max-width: 768px) {
.heroArea{height:200px}
.heroImg{width:100%;right:0;left:0}
.heroTitle{padding:40px 24px}
.heroTitle h1{font-size:20px}
.mainWrapper{padding:40px 24px}
.layoutGrid{grid-template-columns:1fr;gap:40px}
.sideColumn{position:static}
.programSection h2,.descriptionSection h2{font-size:20px}
.priceValue{font-size:20px}
.programSection{padding:24px}
.programSection ol li{padding-left:56px}
.programSection ol li::before{width:40px;height:40px;font-size:14px}
.programSection strong{font-size:14px}
.descriptionSection h3{font-size:14px}
.descriptionSection blockquote p{font-size:14px}
.descriptionSection dl{grid-template-columns:1fr;gap:8px}
}
@media (max-width: 480px) {
.heroArea::before,.heroArea::after{display:none}
}
.studyMain{background:#FFF;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.studyMain .topIntro{max-width:1170px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative}
.studyMain .topIntro::before{content:'';position:absolute;top:0;left:0;width:2px;height:60px;background:#F5B612}
.studyMain .topIntro::after{content:'';position:absolute;top:0;left:0;width:60px;height:2px;background:#F5B612}
.studyMain .leftText{padding:0}
.studyMain .leftText h1{font-size:66px;line-height:1.15;letter-spacing:-.02em;margin:0 0 24px;background:linear-gradient(135deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.studyMain .leftText p{font-size:20px;line-height:1.7;letter-spacing:.01em;color:#444;margin:0}
.studyMain .rightImg{position:relative;overflow:hidden;border-radius:5px}
.studyMain .rightImg img{width:100%;height:480px;object-fit:cover;object-position:top;display:block;filter:sepia(15%) saturate(1.2) hue-rotate(-5deg);transition:filter .15s cubic-bezier(0.4,0,1,1),opacity .6s ease-out;opacity:0;border:0 solid #63103c33}
.studyMain .rightImg img.loaded{opacity:1}
.studyMain .rightImg:hover img{filter:sepia(20%) saturate(1.3) hue-rotate(-5deg);border-width:1px}
.studyMain .rightImg::before{content:'';position:absolute;bottom:0;right:0;width:2px;height:60px;background:#F5B612}
.studyMain .rightImg::after{content:'';position:absolute;bottom:0;right:0;width:60px;height:2px;background:#F5B612}
.studyMain .caseGrid{background:#EAEAEA;padding:80px 24px;position:relative}
.studyMain .caseGrid::before{content:'';position:absolute;top:0;left:8%;width:0;height:0;border-left:28px solid transparent;border-right:28px solid transparent;border-top:20px solid #FFF}
.studyMain .caseWrap{max-width:1170px;margin:0 auto}
.studyMain .caseWrap h2{font-size:50px;line-height:1.15;letter-spacing:-.01em;margin:0 0 80px;color:#1a1a1a}
.studyMain .studyList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.studyMain .caseBox{background:#FFF;border-radius:5px;box-shadow:1px 1px 4px 0 #63103c14;padding:40px;transition:box-shadow .12s cubic-bezier(0.4,0,1,1),transform .15s cubic-bezier(0.4,0,1,1)}
.studyMain .caseBox:hover{box-shadow:1px 12px 48px 0 #63103c1c;transform:translateY(-4px)}
.studyMain .caseBox h3{font-size:20px;line-height:1.45;letter-spacing:0;margin:0 0 24px;color:#63103C}
.studyMain .caseBox p{font-size:14px;line-height:1.7;letter-spacing:.02em;color:#444;margin:0 0 24px}
.studyMain .caseBox ul{list-style:none;padding:0;margin:0 0 24px}
.studyMain .caseBox ul li{font-size:14px;line-height:1.7;letter-spacing:.02em;color:#444;margin:0 0 8px;padding-left:28px;position:relative}
.studyMain .caseBox ul li::before{content:'';position:absolute;left:0;top:8px;width:14px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F5B612' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}
.studyMain .metricRow{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.studyMain .dataBar{background:#F5F5F5;border-radius:34px;padding:24px;position:relative;overflow:hidden}
.studyMain .dataBar::before{content:'';position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#63103c1f 0%,#f5b6121f 100%);transition:width 1.4s ease-out;z-index:1;width:0}
.studyMain .dataBar.animated::before{width:var(--progress)}
.studyMain .dataBar:nth-child(1){--progress:78%}
.studyMain .dataBar:nth-child(2){--progress:62%}
.studyMain .barLabel{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}
.studyMain .barLabel span:first-child{font-size:14px;line-height:1.45;letter-spacing:.01em;color:#1a1a1a;font-weight:600}
.studyMain .barLabel span:last-child{font-size:14px;line-height:1.45;letter-spacing:0;color:#63103C;font-weight:700}
.studyMain .author{display:flex;align-items:center;gap:24px;padding:24px 0 0;border-top:1px solid #EAEAEA}
.studyMain .authorImg{width:56px;height:56px;border-radius:34px;overflow:hidden;flex-shrink:0;border:0 solid #f5b61266;transition:border-width .14s cubic-bezier(0.4,0,1,1)}
.studyMain .caseBox:hover .authorImg{border-width:2px}
.studyMain .authorImg img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:opacity .6s ease-out;opacity:0}
.studyMain .authorImg img.loaded{opacity:1}
.studyMain .authorData{flex:1}
.studyMain .authorData h4{font-size:14px;line-height:1.45;letter-spacing:0;margin:0 0 8px;color:#1a1a1a}
.studyMain .authorData p{font-size:14px;line-height:1.45;letter-spacing:.01em;color:#666;margin:0}
@media (max-width: 1280px) {
.studyMain .topIntro{grid-template-columns:1fr;gap:40px;padding:80px 24px}
.studyMain .leftText h1{font-size:50px}
.studyMain .rightImg img{height:400px}
.studyMain .studyList{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.studyMain .topIntro{padding:40px 24px;gap:24px}
.studyMain .leftText h1{font-size:50px;margin:0 0 24px}
.studyMain .leftText p{font-size:20px}
.studyMain .rightImg img{height:320px}
.studyMain .caseGrid{padding:40px 24px}
.studyMain .caseWrap h2{font-size:50px;margin:0 0 40px}
.studyMain .studyList{grid-template-columns:1fr;gap:24px}
.studyMain .caseBox{padding:24px}
.studyMain .metricRow{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.studyMain .topIntro{padding:40px 24px}
.studyMain .leftText h1{font-size:50px}
.studyMain .leftText p{font-size:14px}
.studyMain .rightImg img{height:280px}
.studyMain .caseWrap h2{font-size:50px}
.studyMain .caseBox h3{font-size:20px}
}
.studyMain ::selection{background:#F5B612;color:#1a1a1a}
.studyMain .bgDots{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.05;z-index:0;overflow:hidden}
.studyMain .bgDots::before,.studyMain .bgDots::after{content:'';position:absolute;width:8px;height:8px;border-radius:50%;background:#63103C}
.studyMain .bgDots::before{top:12%;left:6%}
.studyMain .bgDots::after{top:68%;left:88%;width:14px;height:14px}
.studyMain .caseGrid .bgDots::before{top:22%;left:14%;width:6px;height:6px}
.studyMain .caseGrid .bgDots::after{top:78%;left:82%;width:11px;height:11px}
.contactPage{background:#FFF;color:#1A1A1A;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.contactPage .leadSection{max-width:1170px;margin:0 auto;padding:80px 24px 40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;align-items:start}
.contactPage .leadLeft{grid-column:span 2}
.contactPage .leadHeading{font-size:66px;line-height:1.15;letter-spacing:-.02em;margin:0 0 24px;background:linear-gradient(135deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:fadeInContent .14s cubic-bezier(0.4,0,1,1) .1s forwards}
.contactPage .leadText{font-size:20px;line-height:1.7;letter-spacing:.01em;margin:0 0 24px;color:#2A2A2A;opacity:0;animation:fadeInContent .16s cubic-bezier(0.4,0,1,1) .25s forwards}
.contactPage .leadImageWrap{position:relative;border-radius:5px;overflow:hidden;box-shadow:1px 7px 22px 0 #63103c1a;opacity:0;animation:fadeInContent .18s cubic-bezier(0.4,0,1,1) .4s forwards}
.contactPage .leadImageWrap::before{content:'';position:absolute;top:8px;left:8px;right:8px;bottom:8px;border:2px solid #f5b61266;border-radius:1px;pointer-events:none;z-index:2}
.contactPage .leadImage{width:100%;height:auto;display:block;filter:sepia(0.15) contrast(1.1)}
@keyframes fadeInContent {
to{opacity:1}
}
.contactPage .dataGrid{max-width:1170px;margin:0 auto;padding:80px 24px;background:linear-gradient(180deg,#eaeaea4d 0%,#fff0 100%);position:relative}
.contactPage .dataGrid::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:360px;height:1px;background:linear-gradient(90deg,transparent 0%,#63103C 50%,transparent 100%);opacity:.3}
.contactPage .dataLabel{font-size:14px;line-height:1.45;letter-spacing:.03em;text-transform:uppercase;color:#63103C;margin:0 0 40px;text-align:center}
.contactPage .dataItems{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.contactPage .dataBox{background:#FFF;padding:40px 24px;border-radius:34px;box-shadow:1px 1px 4px 0 #63103c14;transition:transform .14s cubic-bezier(0.4,0,1,1),box-shadow .16s cubic-bezier(0.4,0,1,1);text-align:center}
.contactPage .dataBox:hover{transform:translateY(-4px);box-shadow:1px 12px 48px 0 #63103c1c}
.contactPage .dataIcon{width:56px;height:56px;margin:0 auto 24px;background:linear-gradient(135deg,#F5B612 0%,#63103C 100%);border-radius:34px;display:flex;align-items:center;justify-content:center;position:relative}
.contactPage .dataIcon svg{width:28px;height:28px;fill:#FFF}
.contactPage .dataTitle{font-size:14px;line-height:1.45;letter-spacing:.02em;margin:0 0 8px;color:#63103C;font-weight:600}
.contactPage .dataValue{font-size:20px;line-height:1.45;letter-spacing:-.01em;margin:0;color:#1A1A1A}
.contactPage .dataValue a{color:inherit;text-decoration:none;transition:color .12s cubic-bezier(0.4,0,1,1)}
.contactPage .dataValue a:hover{color:#F5B612}
.contactPage .formZone{max-width:1170px;margin:0 auto;padding:80px 24px;position:relative}
.contactPage .formContainer{max-width:720px;margin:0 auto}
.contactPage .formHeading{font-size:50px;line-height:1.15;letter-spacing:-.01em;margin:0 0 8px;color:#63103C;position:relative}
.contactPage .formHeading::before{content:'';position:absolute;left:-80px;top:50%;transform:translateY(-50%);width:60px;height:2px;background:#F5B612}
.contactPage .formSubtext{font-size:20px;line-height:1.7;letter-spacing:.01em;margin:0 0 40px;color:#4A4A4A}
.contactPage .inputGroup{margin:0 0 24px}
.contactPage .inputLabel{display:block;font-size:14px;line-height:1.45;letter-spacing:.02em;margin:0 0 8px;color:#63103C;font-weight:600}
.contactPage .inputField{width:100%;padding:16px 24px;font-size:20px;line-height:1.45;letter-spacing:0;border:1px solid #EAEAEA;border-radius:5px;background:#FFF;color:#1A1A1A;transition:border-color .14s cubic-bezier(0.4,0,1,1),box-shadow .16s cubic-bezier(0.4,0,1,1);box-shadow:inset 0 2px 4px #63103c0a}
.contactPage .inputField:focus{outline:none;border-color:#63103C;box-shadow:inset 0 2px 4px #63103c0a 0 0 0 3px #63103c1a}
.contactPage .inputField::placeholder{color:#1a1a1a66}
.contactPage .textareaField{min-height:160px;resize:vertical}
.contactPage .privacyWrap{margin:0 0 24px;display:flex;align-items:start;gap:12px}
.contactPage .privacyCheckbox{margin:4px 0 0;width:20px;height:20px;flex-shrink:0;cursor:pointer;accent-color:#63103C}
.contactPage .privacyLabel{font-size:14px;line-height:1.7;letter-spacing:.01em;color:#4A4A4A;margin:0}
.contactPage .privacyLabel a{color:#63103C;text-decoration:none;border-bottom:1px solid #63103c4d;transition:border-color .12s cubic-bezier(0.4,0,1,1)}
.contactPage .privacyLabel a:hover{border-bottom-color:#63103C}
.contactPage .submitBtn{width:100%;padding:20px 40px;font-size:20px;line-height:1.45;letter-spacing:.02em;background:#63103C;color:#FFF;border:2px solid #63103C;border-radius:5px;cursor:pointer;transition:transform .14s cubic-bezier(0.4,0,1,1),box-shadow .16s cubic-bezier(0.4,0,1,1);box-shadow:1px 1px 4px 0 #63103c14;font-weight:600;position:relative;overflow:hidden}
.contactPage .submitBtn::before{content:'';position:absolute;inset:-2px;border:2px solid #F5B612;border-radius:5px;opacity:0;transition:opacity .14s cubic-bezier(0.4,0,1,1),inset .16s cubic-bezier(0.4,0,1,1)}
.contactPage .submitBtn:hover::before{opacity:1;inset:-6px}
.contactPage .submitBtn:hover{transform:translateY(-2px);box-shadow:1px 7px 22px 0 #63103c1a}
.contactPage .submitBtn:active{transform:translateY(0)}
@media (max-width: 1280px) {
.contactPage .leadSection{grid-template-columns:1fr;gap:24px}
.contactPage .leadLeft{grid-column:span 1}
.contactPage .dataItems{grid-template-columns:1fr;gap:24px}
.contactPage .formHeading::before{display:none}
}
@media (max-width: 768px) {
.contactPage .leadSection{padding:40px 24px 24px}
.contactPage .leadHeading{font-size:50px}
.contactPage .dataGrid{padding:40px 24px}
.contactPage .formZone{padding:40px 24px}
.contactPage .formHeading{font-size:50px}
.contactPage .inputField,.contactPage .submitBtn{font-size:20px}
}
@media (max-width: 480px) {
.contactPage .leadHeading{font-size:50px}
.contactPage .leadText,.contactPage .formSubtext{font-size:20px}
.contactPage .dataValue{font-size:20px}
}
.contactPage ::selection{background:#F5B612;color:#1A1A1A}
.programPage{background:#FFF;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.programPage .heroWrap{max-width:1170px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:70% 30%;gap:40px;align-items:start}
.programPage .textZone{position:relative}
.programPage .textZone::before,.programPage .textZone::after{content:'';position:absolute;width:40px;height:40px;border:2px solid #63103C}
.programPage .textZone::before{top:0;left:0;border-right:none;border-bottom:none;border-radius:1px 0 0 0}
.programPage .textZone::after{bottom:0;right:0;border-left:none;border-top:none;border-radius:0 0 1px 0}
.programPage .textZone h1{font-size:66px;line-height:1.15;letter-spacing:-.02em;margin:0 0 24px;background:linear-gradient(135deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.programPage .textZone .problem{font-size:20px;line-height:1.45;margin:0 0 24px;color:#4a4a4a}
.programPage .textZone .solution{font-size:14px;line-height:1.7;color:#666;padding:24px;background:linear-gradient(180deg,#EAEAEA 0%,#eaeaea4d 100%);border-radius:5px}
.programPage .imageCard{position:relative;border-radius:34px;overflow:hidden;box-shadow:1px 12px 48px 0 #63103c1c}
.programPage .imageCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 30%,#f5b61226 0%,transparent 70%);pointer-events:none;z-index:2}
.programPage .imageCard img{width:100%;height:auto;display:block;object-fit:cover;opacity:0;animation:fadeImage .15s cubic-bezier(0.4,0,1,1) forwards;animation-delay:.1s}
@keyframes fadeImage {
to{opacity:1}
}
.programPage .chartWrap{max-width:1170px;margin:0 auto;padding:80px 24px;background:linear-gradient(180deg,#63103C 0%,#8a2156 100%);position:relative}
.programPage .chartWrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(45deg,#eaeaea08 25%,transparent 25%),linear-gradient(-45deg,#eaeaea08 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#eaeaea08 75%),linear-gradient(-45deg,transparent 75%,#eaeaea08 75%);background-size:60px 60px;background-position:0 0,0 30px,30px -30px,-30px 0;pointer-events:none}
.programPage .chartWrap h2{font-size:50px;line-height:1.15;letter-spacing:-.01em;color:#FFF;margin:0 0 40px;position:relative}
.programPage .chartContent{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;position:relative}
.programPage .weekBlock{background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff1f;border-radius:5px;padding:24px;transition:transform .12s cubic-bezier(0.4,0,1,1)}
.programPage .weekBlock:hover{transform:translateY(-8px)}
.programPage .weekNum{font-size:14px;line-height:1.45;color:#F5B612;margin:0 0 8px;letter-spacing:.05em;text-transform:uppercase}
.programPage .weekTitle{font-size:20px;line-height:1.45;color:#FFF;margin:0 0 24px}
.programPage .barChart{display:flex;flex-direction:column;gap:8px;margin:0 0 24px}
.programPage .barRow{display:flex;align-items:center;gap:8px}
.programPage .barLabel{font-size:14px;line-height:1.45;color:#ffffffb3;width:80px;flex-shrink:0}
.programPage .barTrack{flex:1;height:18px;background:#ffffff1a;border-radius:34px;overflow:hidden;position:relative}
.programPage .barFill{height:100%;background:linear-gradient(90deg,#F5B612 0%,#ffcd4a 100%);border-radius:34px;transition:width .18s cubic-bezier(0.4,0,1,1)}
.programPage .weekBlock:nth-child(1) .barRow:nth-child(1) .barFill{width:65%}
.programPage .weekBlock:nth-child(1) .barRow:nth-child(2) .barFill{width:45%}
.programPage .weekBlock:nth-child(1) .barRow:nth-child(3) .barFill{width:30%}
.programPage .weekBlock:nth-child(2) .barRow:nth-child(1) .barFill{width:78%}
.programPage .weekBlock:nth-child(2) .barRow:nth-child(2) .barFill{width:68%}
.programPage .weekBlock:nth-child(2) .barRow:nth-child(3) .barFill{width:52%}
.programPage .weekBlock:nth-child(3) .barRow:nth-child(1) .barFill{width:88%}
.programPage .weekBlock:nth-child(3) .barRow:nth-child(2) .barFill{width:82%}
.programPage .weekBlock:nth-child(3) .barRow:nth-child(3) .barFill{width:71%}
.programPage .weekDesc{font-size:14px;line-height:1.7;color:#fffc;margin:0}
.programPage .formSection{max-width:1170px;margin:0 auto;padding:80px 24px}
.programPage .formSection h2{font-size:50px;line-height:1.15;letter-spacing:-.01em;margin:0 0 40px;color:#1a1a1a}
.programPage .formGrid{display:grid;grid-template-columns:45% 55%;gap:80px;align-items:start}
.programPage .teamProfiles{display:flex;flex-direction:column;gap:40px}
.programPage .profileCard{display:flex;gap:24px;align-items:start}
.programPage .profileImg{width:110px;height:147px;border-radius:34px;overflow:hidden;flex-shrink:0;box-shadow:1px 7px 22px 0 #63103c1a}
.programPage .profileImg img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;opacity:0;animation:fadeImage .15s cubic-bezier(0.4,0,1,1) forwards;animation-delay:.15s}
.programPage .profileText h3{font-size:20px;line-height:1.45;margin:0 0 8px;color:#1a1a1a}
.programPage .profileRole{font-size:14px;line-height:1.45;color:#F5B612;margin:0 0 8px}
.programPage .profileDesc{font-size:14px;line-height:1.7;color:#666;margin:0}
.programPage .contactForm{background:#EAEAEA;padding:40px;border-radius:5px;box-shadow:1px 1px 4px 0 #63103c14}
.programPage .contactForm h3{font-size:20px;line-height:1.45;margin:0 0 24px;color:#1a1a1a}
.programPage .formField{margin:0 0 24px}
.programPage .formField label{display:block;font-size:14px;line-height:1.45;color:#4a4a4a;margin:0 0 8px}
.programPage .formField input[type="text"],.programPage .formField input[type="email"]{width:100%;padding:14px 24px;border:1px solid #63103c33;border-radius:5px;font-size:14px;line-height:1.45;background:#FFF;color:#1a1a1a;transition:border-color .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);box-shadow:inset 0 1px 3px #63103c0f}
.programPage .formField input[type="text"]:focus,.programPage .formField input[type="email"]:focus{outline:none;border-color:#63103C;box-shadow:inset 0 1px 3px #63103c1f 0 0 0 3px #63103c14}
.programPage .formField input::placeholder{color:#1a1a1a66}
.programPage .methodChoices{display:flex;gap:24px;margin:0 0 24px}
.programPage .methodChoices input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.programPage .methodChoices label{flex:1;padding:14px 24px;border:2px solid #63103c33;border-radius:34px;font-size:14px;line-height:1.45;text-align:center;cursor:pointer;transition:border-color .12s cubic-bezier(0.4,0,1,1),background-color .12s cubic-bezier(0.4,0,1,1),color .12s cubic-bezier(0.4,0,1,1);background:#FFF;color:#4a4a4a}
.programPage .methodChoices input[type="radio"]:checked + label{border-color:#63103C;background:#63103C;color:#FFF}
.programPage #methodEmail:checked ~ .conditionalEmail,.programPage #methodPhone:checked ~ .conditionalPhone{display:block}
.programPage .conditionalEmail,.programPage .conditionalPhone{display:none}
.programPage .privacyCheck{margin:0 0 24px;display:flex;align-items:start;gap:8px}
.programPage .privacyCheck input[type="checkbox"]{margin:4px 0 0;flex-shrink:0;cursor:pointer;width:18px;height:18px;accent-color:#63103C}
.programPage .privacyCheck label{font-size:14px;line-height:1.7;color:#4a4a4a;cursor:pointer;margin:0}
.programPage .privacyCheck a{color:#63103C;text-decoration:underline;transition:color .12s cubic-bezier(0.4,0,1,1)}
.programPage .privacyCheck a:hover{color:#F5B612}
.programPage .btnSubmit{width:100%;padding:16px 40px;background:#F5B612;color:#1a1a1a;border:2px solid #F5B612;border-radius:5px;font-size:14px;line-height:1.45;font-weight:600;letter-spacing:.03em;cursor:pointer;transition:box-shadow .12s cubic-bezier(0.4,0,1,1),border-width .15s cubic-bezier(0.4,0,1,1);text-transform:uppercase}
.programPage .btnSubmit:hover{box-shadow:0 0 0 4px #f5b6124d;border-width:3px}
.programPage .btnSubmit:active{box-shadow:inset 0 2px 4px #63103c26}
.programPage ::selection{background:#F5B612;color:#1a1a1a}
@media (max-width: 1280px) {
.programPage .heroWrap{grid-template-columns:1fr;gap:40px}
.programPage .imageCard{max-width:400px;margin:0 auto}
.programPage .chartContent{grid-template-columns:1fr}
.programPage .formGrid{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.programPage .heroWrap{padding:40px 24px}
.programPage .textZone h1{font-size:50px}
.programPage .chartWrap{padding:40px 24px}
.programPage .chartWrap h2{font-size:50px}
.programPage .formSection{padding:40px 24px}
.programPage .formSection h2{font-size:50px}
.programPage .contactForm{padding:24px}
.programPage .methodChoices{flex-direction:column}
}
@media (max-width: 480px) {
.programPage .textZone h1{font-size:50px}
.programPage .chartWrap h2,.programPage .formSection h2{font-size:50px}
.programPage .profileCard{flex-direction:column}
.programPage .profileImg{width:100%;max-width:200px;height:267px}
}
.homeMeditation{background:#FFF;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.homeMeditation .heroGrad{background:linear-gradient(135deg,#63103C 0%,#8B1A4F 100%);padding:80px 24px;position:relative;overflow:hidden}
.homeMeditation .heroGrad::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#f5b61226 1px,transparent 1px);background-size:20px 20px;pointer-events:none}
.homeMeditation .heroContent{max-width:1170px;margin:0 auto;position:relative;z-index:1}
.homeMeditation .heroContent h1{font-size:66px;line-height:1.15;color:#FFF;margin:0 0 24px;letter-spacing:-.02em}
.homeMeditation .heroContent h1 .primaryWord{color:#F5B612}
.homeMeditation .heroContent p{font-size:20px;line-height:1.7;color:#fffffff2;max-width:680px;margin:0;letter-spacing:.01em}
.homeMeditation .approachWrap{background:#FFF;padding:80px 24px}
.homeMeditation .approachInner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:40px;align-items:center}
.homeMeditation .approachInner h2{font-size:50px;line-height:1.15;margin:0 0 24px;background:linear-gradient(120deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.01em}
.homeMeditation .approachInner p{font-size:14px;line-height:1.7;margin:0 0 24px;color:#2a2a2a;letter-spacing:.02em}
.homeMeditation .approachInner p:last-of-type{margin:0}
.homeMeditation .imgFrame{position:relative;overflow:hidden;border-radius:5px;box-shadow:1px 12px 48px 0 #63103c1c}
.homeMeditation .imgFrame img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .16s cubic-bezier(0.4,0,1,1)}
.homeMeditation .imgFrame img.loaded{opacity:1}
.homeMeditation .imgFrame::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent 50%,#00000040 100%);pointer-events:none}
.homeMeditation .benefitsArea{background:linear-gradient(90deg,#EAEAEA 0%,#EAEAEA 50%,#FFF 50%,#FFF 100%);padding:80px 24px;position:relative}
.homeMeditation .benefitsContainer{max-width:1170px;margin:0 auto}
.homeMeditation .benefitsContainer h2{font-size:50px;line-height:1.15;margin:0 0 40px;color:#63103C;letter-spacing:-.01em}
.homeMeditation .benefitsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.homeMeditation .benefitCard{background:#FFF;padding:40px;border-radius:34px;box-shadow:1px 7px 22px 0 #63103c1a;transition:transform .14s cubic-bezier(0.4,0,1,1)}
.homeMeditation .benefitCard:hover{transform:translateY(-8px)}
.homeMeditation .benefitCard h3{font-size:20px;line-height:1.45;margin:0 0 8px;color:#63103C;letter-spacing:0}
.homeMeditation .benefitCard p{font-size:14px;line-height:1.7;margin:0;color:#3a3a3a;letter-spacing:.02em}
.homeMeditation .methodSection{background:#FFF;padding:80px 24px;position:relative}
.homeMeditation .methodSection::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#63103C 0%,#63103C 33.33%,#F5B612 33.33%,#F5B612 66.66%,#EAEAEA 66.66%,#EAEAEA 100%)}
.homeMeditation .methodInner{max-width:1170px;margin:0 auto}
.homeMeditation .methodInner h2{font-size:50px;line-height:1.15;margin:0 0 40px;background:linear-gradient(120deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.01em}
.homeMeditation .methodGrid{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.homeMeditation .methodBlock{display:flex;gap:24px}
.homeMeditation .methodIcon{width:56px;height:56px;flex-shrink:0;background:#F5B612;border-radius:34px;display:flex;align-items:center;justify-content:center}
.homeMeditation .methodIcon svg{width:28px;height:28px;fill:#63103C}
.homeMeditation .methodText h3{font-size:20px;line-height:1.45;margin:0 0 8px;color:#63103C;letter-spacing:0}
.homeMeditation .methodText p{font-size:14px;line-height:1.7;margin:0;color:#3a3a3a;letter-spacing:.02em}
.homeMeditation .statsLayer{background:#63103C;padding:80px 24px;position:relative;overflow:hidden}
.homeMeditation .statsLayer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,#f5b61214 2px,#f5b61214 3px);pointer-events:none}
.homeMeditation .statsContent{max-width:1170px;margin:0 auto;position:relative;z-index:1}
.homeMeditation .statsContent h2{font-size:50px;line-height:1.15;margin:0 0 40px;color:#FFF;text-align:center;letter-spacing:-.01em}
.homeMeditation .statsFlex{display:flex;justify-content:space-between;gap:40px}
.homeMeditation .statBox{flex:1;text-align:center;padding:40px 24px;background:#ffffff0d;border-radius:1px;border:1px solid #f5b61233;transition:background .12s cubic-bezier(0.4,0,1,1)}
.homeMeditation .statBox:hover{background:#ffffff14}
.homeMeditation .statNumber{font-size:66px;line-height:1.15;color:#F5B612;margin:0 0 8px;font-weight:700;letter-spacing:-.02em}
.homeMeditation .statLabel{font-size:14px;line-height:1.45;color:#ffffffe6;margin:0;letter-spacing:.02em}
.homeMeditation .guideBlock{background:#FFF;padding:80px 24px}
.homeMeditation .guideHolder{max-width:1170px;margin:0 auto;display:flex;gap:80px;align-items:center}
.homeMeditation .guideVisual{flex:0 0 380px}
.homeMeditation .portraitCircle{width:380px;height:380px;border-radius:50%;overflow:hidden;border:8px solid #EAEAEA;box-shadow:1px 12px 48px 0 #63103c1c}
.homeMeditation .portraitCircle img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;opacity:0;transition:opacity .15s cubic-bezier(0.4,0,1,1)}
.homeMeditation .portraitCircle img.loaded{opacity:1}
.homeMeditation .guideText{flex:1}
.homeMeditation .guideText h2{font-size:50px;line-height:1.15;margin:0 0 24px;background:linear-gradient(120deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.01em}
.homeMeditation .guideText p{font-size:14px;line-height:1.7;margin:0 0 24px;color:#2a2a2a;letter-spacing:.02em}
.homeMeditation .guideText p:last-of-type{margin:0 0 40px}
.homeMeditation .ctaBtn{display:inline-block;padding:16px 40px;background:#63103C;color:#FFF;font-size:14px;line-height:1.45;border-radius:34px;text-decoration:none;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .11s cubic-bezier(0.4,0,1,1);box-shadow:0 0 0 0 #63103c4d;letter-spacing:.01em}
.homeMeditation .ctaBtn:hover{box-shadow:0 0 0 4px #63103c4d;transform:translateY(-2px)}
@media (max-width: 1280px) {
.homeMeditation .approachInner{grid-template-columns:1fr}
.homeMeditation .benefitsGrid{grid-template-columns:1fr 1fr}
.homeMeditation .methodGrid{grid-template-columns:1fr;gap:40px}
.homeMeditation .statsFlex{flex-wrap:wrap}
.homeMeditation .guideHolder{flex-direction:column;gap:40px}
.homeMeditation .guideVisual{flex:0 0 auto}
}
@media (max-width: 768px) {
.homeMeditation .heroGrad{padding:40px 24px}
.homeMeditation .heroContent h1{font-size:50px}
.homeMeditation .approachWrap,.homeMeditation .benefitsArea,.homeMeditation .methodSection,.homeMeditation .statsLayer,.homeMeditation .guideBlock{padding:40px 24px}
.homeMeditation .approachInner h2,.homeMeditation .benefitsContainer h2,.homeMeditation .methodInner h2,.homeMeditation .statsContent h2,.homeMeditation .guideText h2{font-size:50px}
.homeMeditation .benefitsGrid{grid-template-columns:1fr}
.homeMeditation .benefitCard{padding:24px}
.homeMeditation .statsFlex{flex-direction:column}
.homeMeditation .portraitCircle{width:280px;height:280px}
.homeMeditation .guideVisual{flex:0 0 auto}
}
@media (max-width: 480px) {
.homeMeditation .heroContent h1{font-size:50px}
.homeMeditation .heroContent p{font-size:14px}
.homeMeditation .approachInner h2,.homeMeditation .benefitsContainer h2,.homeMeditation .methodInner h2,.homeMeditation .statsContent h2,.homeMeditation .guideText h2{font-size:50px}
.homeMeditation .statNumber{font-size:50px}
}
.homeMeditation ::selection{background:#F5B612;color:#1a1a1a}
.servicesPage{background:#FFF;color:#2A2A2A;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.servicesPage .heroArea{max-width:1170px;margin:0 auto;padding:80px 24px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}
.servicesPage .heroArea::before{content:'';position:absolute;top:-40px;right:-80px;width:280px;height:280px;background:linear-gradient(135deg,#63103c14,#f5b6120f);border-radius:34px;transform:rotate(23deg);z-index:0}
.servicesPage .heroArea::after{content:'';position:absolute;bottom:60px;left:-60px;width:180px;height:180px;background:#eaeaea66;border-radius:50%;z-index:0}
.servicesPage .heroImg{width:100%;max-width:520px;height:340px;border-radius:5px;object-fit:cover;margin:0 0 40px;box-shadow:1px 7px 22px 0 #63103c1a;position:relative;z-index:1;filter:sepia(0.1) saturate(0.95) hue-rotate(-5deg)}
.servicesPage .heroTextZone{text-align:center;max-width:720px;padding:24px;position:relative;z-index:1}
.servicesPage .heroTitle{font-size:66px;line-height:1.15;letter-spacing:-.02em;margin:0 0 24px;font-weight:700}
.servicesPage .heroTitleLine1{display:block;background:linear-gradient(110deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.servicesPage .heroTitleLine2{display:block;color:#2A2A2A}
.servicesPage .heroDesc{font-size:20px;line-height:1.7;letter-spacing:.01em;color:#4A4A4A;margin:0}
.servicesPage .flowSection{background:linear-gradient(180deg,#eaeaea4d 0%,#fff0 100%);padding:80px 24px}
.servicesPage .flowWrap{max-width:1170px;margin:0 auto}
.servicesPage .flowTitle{font-size:50px;line-height:1.15;letter-spacing:-.01em;text-align:center;margin:0 0 80px;font-weight:700;color:#2A2A2A}
.servicesPage .processFlow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;position:relative}
.servicesPage .processFlow::before{content:'';position:absolute;top:50%;left:33.33%;width:33.33%;height:2px;background:repeating-linear-gradient(to right,#F5B612 0,#F5B612 8px,transparent 8px,transparent 16px);transform:translateY(-50%);z-index:0}
.servicesPage .processStep{background:#FFF;padding:40px 24px;border-radius:5px;box-shadow:1px 1px 4px 0 #63103c14;position:relative;z-index:1;transition:box-shadow .12s cubic-bezier(0.4,0,1,1)}
.servicesPage .processStep:hover{box-shadow:1px 12px 48px 0 #63103c1c}
.servicesPage .stepIcon{width:64px;height:64px;margin:0 0 24px;border-radius:50%;background:linear-gradient(135deg,#63103C,#F5B612);display:flex;align-items:center;justify-content:center;position:relative}
.servicesPage .stepIcon::after{content:'';position:absolute;top:-4px;right:-4px;width:16px;height:16px;background:#F5B612;border-radius:50%;border:3px solid #FFF}
.servicesPage .stepNum{font-size:20px;font-weight:700;color:#FFF}
.servicesPage .stepLabel{font-size:20px;line-height:1.45;font-weight:600;margin:0 0 8px;color:#2A2A2A}
.servicesPage .stepText{font-size:14px;line-height:1.7;letter-spacing:.02em;color:#666;margin:0}
.servicesPage .catalogSection{padding:80px 24px;background:#FFF}
.servicesPage .catalogWrap{max-width:1170px;margin:0 auto}
.servicesPage .catalogHeader{margin:0 0 40px;display:flex;align-items:center;gap:24px}
.servicesPage .catalogHeader::before{content:'';width:80px;height:2px;background:repeating-linear-gradient(to right,#63103C 0,#63103C 6px,transparent 6px,transparent 12px)}
.servicesPage .catalogHeader::after{content:'';width:12px;height:12px;background:#F5B612;transform:rotate(45deg);flex-shrink:0}
.servicesPage .catalogTitle{font-size:50px;line-height:1.15;letter-spacing:-.01em;margin:0;font-weight:700;background:linear-gradient(110deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.servicesPage .serviceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.servicesPage .serviceCard{background:#FFF;border-radius:5px;box-shadow:1px 1px 4px 0 #63103c14;overflow:hidden;transition:box-shadow .15s cubic-bezier(0.4,0,1,1);display:flex;flex-direction:column;position:relative}
.servicesPage .serviceCard::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#63103cd9 0%,#f5b612bf 100%);opacity:0;transition:opacity .18s ease-in-out;z-index:2;pointer-events:none}
.servicesPage .serviceCard:hover::before{opacity:.92}
.servicesPage .serviceCard:hover{box-shadow:1px 12px 48px 0 #63103c1c}
.servicesPage .serviceThumb{width:100%;height:240px;object-fit:cover;transition:opacity .14s cubic-bezier(0.4,0,1,1)}
.servicesPage .serviceBody{padding:24px;flex:1;display:flex;flex-direction:column}
.servicesPage .serviceHeader{display:flex;justify-content:space-between;align-items:flex-start;margin:0 0 8px;gap:8px}
.servicesPage .serviceLabel{display:inline-block;padding:8px;background:#f5b6121f;color:#63103C;font-size:14px;line-height:1;font-weight:600;border-radius:1px;letter-spacing:.03em}
.servicesPage .likeCount{display:flex;align-items:center;gap:8px;color:#999;font-size:14px}
.servicesPage .likeCount::before{content:'';width:18px;height:18px;background:#F5B612;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.servicesPage .serviceName{font-size:20px;line-height:1.45;font-weight:700;margin:0 0 8px;color:#2A2A2A}
.servicesPage .serviceDesc{font-size:14px;line-height:1.7;letter-spacing:.01em;color:#666;margin:0 0 24px;flex:1}
.servicesPage .serviceMetrics{display:flex;flex-direction:column;gap:8px;margin:0 0 24px;padding:24px 0 0;border-top:1px solid #EAEAEA}
.servicesPage .metricRow{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:1.45}
.servicesPage .metricLabel{color:#999;letter-spacing:.01em}
.servicesPage .metricValue{color:#2A2A2A;font-weight:600}
.servicesPage .priceSection{display:flex;justify-content:space-between;align-items:flex-end;gap:8px}
.servicesPage .priceBlock{display:flex;flex-direction:column;gap:8px}
.servicesPage .priceValue{font-size:20px;line-height:1;font-weight:700;color:#63103C}
.servicesPage .priceTerms{font-size:14px;line-height:1.45;color:#999;letter-spacing:.01em}
.servicesPage .serviceLink{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;background:#63103C;color:#FFF;font-size:14px;font-weight:600;letter-spacing:.02em;border-radius:34px;text-decoration:none;transition:box-shadow .12s cubic-bezier(0.4,0,1,1);box-shadow:0 0 0 0 #63103c66}
.servicesPage .serviceLink:hover{box-shadow:0 0 0 4px #63103c66}
.servicesPage .testimonialsArea{background:#EAEAEA;padding:80px 24px}
.servicesPage .testimonialsWrap{max-width:1170px;margin:0 auto}
.servicesPage .testimonialsHeader{font-size:50px;line-height:1.15;letter-spacing:-.01em;margin:0 0 80px;text-align:center;font-weight:700;color:#2A2A2A}
.servicesPage .testimonialsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}
.servicesPage .testimonialCard{background:#FFF;padding:40px;border-radius:5px;box-shadow:1px 1px 4px 0 #63103c14;display:flex;align-items:flex-start;gap:24px;position:relative}
.servicesPage .testimonialCard::before{content:'';position:absolute;top:40px;right:40px;width:48px;height:48px;background:linear-gradient(135deg,#63103c14,#f5b61214);border-radius:50%}
.servicesPage .portraitWrap{flex-shrink:0}
.servicesPage .portraitImg{width:88px;height:88px;border-radius:50%;object-fit:cover;object-position:top;box-shadow:1px 7px 22px 0 #63103c1a}
.servicesPage .testimonialContent{flex:1}
.servicesPage .testimonialText{font-size:14px;line-height:1.7;letter-spacing:.01em;color:#4A4A4A;margin:0 0 24px}
.servicesPage .testimonialAuthor{font-size:14px;line-height:1.45;font-weight:600;color:#2A2A2A;margin:0 0 8px}
.servicesPage .testimonialRole{font-size:14px;line-height:1.45;color:#999;margin:0}
@media (max-width: 1280px) {
.servicesPage .serviceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
.servicesPage .processFlow{grid-template-columns:repeat(2,minmax(0,1fr))}
.servicesPage .processFlow::before{display:none}
}
@media (max-width: 768px) {
.servicesPage .heroArea{padding:40px 24px}
.servicesPage .heroTitle{font-size:50px}
.servicesPage .heroImg{height:280px;margin:0 0 24px}
.servicesPage .flowSection{padding:40px 24px}
.servicesPage .flowTitle{font-size:50px;margin:0 0 40px}
.servicesPage .processFlow{grid-template-columns:1fr;gap:24px}
.servicesPage .catalogSection{padding:40px 24px}
.servicesPage .catalogTitle{font-size:50px}
.servicesPage .serviceGrid{grid-template-columns:1fr;gap:24px}
.servicesPage .testimonialsArea{padding:40px 24px}
.servicesPage .testimonialsHeader{font-size:50px;margin:0 0 40px}
.servicesPage .testimonialsGrid{grid-template-columns:1fr;gap:24px}
.servicesPage .testimonialCard{padding:24px;flex-direction:column}
.servicesPage .testimonialCard::before{top:24px;right:24px}
}
@media (max-width: 480px) {
.servicesPage .heroTitle{font-size:50px}
.servicesPage .flowTitle,.servicesPage .catalogTitle,.servicesPage .testimonialsHeader{font-size:50px}
.servicesPage .catalogHeader{flex-direction:column;align-items:flex-start}
.servicesPage .catalogHeader::before{width:60px}
}
.aboutUsRoot{background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.aboutUsRoot *{box-sizing:border-box}
.aboutUsRoot .heroSection{max-width:1170px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:180px 1fr;gap:40px;align-items:center;position:relative;overflow:visible}
.aboutUsRoot .heroSection::before,.aboutUsRoot .heroSection::after{content:'';position:absolute;border-radius:50%;pointer-events:none;z-index:0}
.aboutUsRoot .heroSection::before{width:280px;height:280px;background:#63103c0a;top:-40px;left:40px}
.aboutUsRoot .heroSection::after{width:180px;height:180px;background:#f5b6120d;bottom:24px;right:120px}
.aboutUsRoot .imgWrapHero{width:180px;height:180px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:1px 7px 22px 0 #63103c1a;position:relative;z-index:1}
.aboutUsRoot .imgWrapHero img{width:100%;height:100%;object-fit:cover;object-position:top;filter:grayscale(100%);opacity:0;animation:imgFadeIn .8s ease-out .2s forwards}
@keyframes imgFadeIn {
to{opacity:1}
}
.aboutUsRoot .textArea{position:relative;z-index:1}
.aboutUsRoot .mainHead{font-size:50px;line-height:1.15;letter-spacing:-.5px;margin:0 0 24px;background:linear-gradient(135deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;opacity:0;transform:translateX(60px);animation:slideInFromRight .7s cubic-bezier(0.16,1,0.3,1) .1s forwards}
@keyframes slideInFromRight {
to{opacity:1;transform:translateX(0)}
}
.aboutUsRoot .descPara{font-size:20px;line-height:1.7;letter-spacing:.1px;margin:0;color:#444;opacity:0;transform:translateX(60px);animation:slideInFromRight .8s cubic-bezier(0.16,1,0.3,1) .25s forwards}
.aboutUsRoot .divider1{height:40px;background:linear-gradient(to bottom,#fff 0%,#fff calc(100% - 20px),transparent 100%);position:relative;overflow:visible}
.aboutUsRoot .divider1::after{content:'';position:absolute;bottom:0;left:0;right:0;height:20px;background-image:radial-gradient(circle at 20px 0,transparent 20px,#F5F5F5 20px);background-size:40px 20px;background-repeat:repeat-x}
.aboutUsRoot .storyBlock{background:#F5F5F5;padding:80px 24px;position:relative}
.aboutUsRoot .storyInner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:80px;align-items:start}
.aboutUsRoot .sideContent{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.aboutUsRoot .imgCard{border-radius:5px;overflow:hidden;box-shadow:1px 7px 22px 0 #63103c1a;transition:box-shadow .14s cubic-bezier(0.4,0,1,1);opacity:0;transform:translateX(60px);animation:slideInFromRight .9s cubic-bezier(0.16,1,0.3,1) forwards}
.aboutUsRoot .imgCard:nth-child(1){animation-delay:.3s}
.aboutUsRoot .imgCard:nth-child(2){animation-delay:.45s;margin-top:40px}
.aboutUsRoot .imgCard:hover{box-shadow:1px 12px 48px 0 #63103c1c}
.aboutUsRoot .imgCard img{width:100%;height:280px;object-fit:cover;display:block}
.aboutUsRoot .primaryTextZone h2{font-size:50px;line-height:1.15;letter-spacing:-.5px;margin:0 0 40px;color:#63103C}
.aboutUsRoot .primaryTextZone p{font-size:20px;line-height:1.7;letter-spacing:.1px;margin:0 0 24px;color:#444}
.aboutUsRoot .primaryTextZone p:last-child{margin-bottom:0}
.aboutUsRoot .accentPhrase{color:#F5B612}
.aboutUsRoot .divider2{height:40px;background:linear-gradient(to bottom,#F5F5F5 0%,#F5F5F5 calc(100% - 20px),transparent 100%);position:relative;overflow:visible}
.aboutUsRoot .divider2::after{content:'';position:absolute;bottom:0;left:0;right:0;height:20px;background-image:radial-gradient(circle at 20px 0,transparent 20px,#fff 20px);background-size:40px 20px;background-repeat:repeat-x}
.aboutUsRoot .pyramidSection{background:radial-gradient(ellipse at center,#f5b61214 0%,#fff 70%);padding:80px 24px}
.aboutUsRoot .pyramidWrapper{max-width:1170px;margin:0 auto}
.aboutUsRoot .sectionTitle{font-size:50px;line-height:1.15;letter-spacing:-.5px;text-align:center;margin:0 0 80px;background:linear-gradient(135deg,#63103C 0%,#F5B612 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.aboutUsRoot .pyramidChart{display:flex;flex-direction:column;gap:24px;max-width:780px;margin:0 auto 80px}
.aboutUsRoot .pyramidLayer{background:#EAEAEA;border-radius:5px;padding:24px 40px;position:relative;transition:transform .16s cubic-bezier(0.4,0,1,1),box-shadow .16s cubic-bezier(0.4,0,1,1);cursor:pointer;border:2px solid transparent;opacity:0;transform:translateX(60px);animation:slideInFromRight .9s cubic-bezier(0.16,1,0.3,1) forwards}
.aboutUsRoot .pyramidLayer:nth-child(1){width:100%;background:linear-gradient(135deg,#63103c1f 0%,#f5b6121f 100%);animation-delay:.2s}
.aboutUsRoot .pyramidLayer:nth-child(2){width:85%;margin:0 auto;animation-delay:.35s}
.aboutUsRoot .pyramidLayer:nth-child(3){width:70%;margin:0 auto;animation-delay:.5s}
.aboutUsRoot .pyramidLayer:nth-child(4){width:55%;margin:0 auto;animation-delay:.65s}
.aboutUsRoot .pyramidLayer:active{transform:scale(0.98);box-shadow:inset 1px 2px 4px 0 #63103c26;border-color:#63103c33}
.aboutUsRoot .layerHead{font-size:20px;line-height:1.45;letter-spacing:.2px;margin:0 0 8px;color:#63103C;font-weight:600}
.aboutUsRoot .layerDesc{font-size:14px;line-height:1.7;letter-spacing:.3px;margin:0;color:#555}
.aboutUsRoot .teamGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:880px;margin:0 auto}
.aboutUsRoot .personCard{background:#fff;border-radius:34px;padding:40px;box-shadow:1px 1px 4px 0 #63103c14;display:flex;gap:24px;align-items:center;transition:box-shadow .15s cubic-bezier(0.4,0,1,1);opacity:0;transform:translateX(60px);animation:slideInFromRight .9s cubic-bezier(0.16,1,0.3,1) forwards}
.aboutUsRoot .personCard:nth-child(1){animation-delay:.8s}
.aboutUsRoot .personCard:nth-child(2){animation-delay:.95s}
.aboutUsRoot .personCard:hover{box-shadow:1px 7px 22px 0 #63103c1a}
.aboutUsRoot .portraitCircle{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:1px 1px 4px 0 #63103c14}
.aboutUsRoot .portraitCircle img{width:100%;height:100%;object-fit:cover;object-position:top}
.aboutUsRoot .personInfo h3{font-size:20px;line-height:1.45;letter-spacing:.2px;margin:0 0 8px;color:#63103C}
.aboutUsRoot .personInfo p{font-size:14px;line-height:1.7;letter-spacing:.3px;margin:0;color:#555}
@media (max-width: 1280px) {
.aboutUsRoot .heroSection{grid-template-columns:160px 1fr;gap:24px}
.aboutUsRoot .imgWrapHero{width:160px;height:160px}
.aboutUsRoot .storyInner{grid-template-columns:1fr 320px;gap:40px}
}
@media (max-width: 768px) {
.aboutUsRoot .heroSection{grid-template-columns:1fr;gap:24px;padding:24px}
.aboutUsRoot .imgWrapHero{width:140px;height:140px;margin:0 auto}
.aboutUsRoot .mainHead{font-size:36px;text-align:center}
.aboutUsRoot .descPara{font-size:16px;text-align:center}
.aboutUsRoot .heroSection::before{width:200px;height:200px;top:-20px;left:20px}
.aboutUsRoot .heroSection::after{width:140px;height:140px;bottom:12px;right:20px}
.aboutUsRoot .storyBlock{padding:40px 24px}
.aboutUsRoot .storyInner{grid-template-columns:1fr;gap:40px}
.aboutUsRoot .sideContent{grid-template-columns:1fr;gap:24px;order:2}
.aboutUsRoot .imgCard:nth-child(2){margin-top:0}
.aboutUsRoot .primaryTextZone{order:1}
.aboutUsRoot .primaryTextZone h2{font-size:36px;margin-bottom:24px}
.aboutUsRoot .primaryTextZone p{font-size:16px}
.aboutUsRoot .pyramidSection{padding:40px 24px}
.aboutUsRoot .sectionTitle{font-size:36px;margin-bottom:40px}
.aboutUsRoot .pyramidChart{margin-bottom:40px;gap:24px}
.aboutUsRoot .pyramidLayer{padding:24px}
.aboutUsRoot .pyramidLayer:nth-child(1),.aboutUsRoot .pyramidLayer:nth-child(2),.aboutUsRoot .pyramidLayer:nth-child(3),.aboutUsRoot .pyramidLayer:nth-child(4){width:100%}
.aboutUsRoot .teamGrid{grid-template-columns:1fr;gap:24px}
.aboutUsRoot .personCard{padding:24px;border-radius:5px}
.aboutUsRoot .portraitCircle{width:100px;height:100px}
}
@media (max-width: 480px) {
.aboutUsRoot .mainHead{font-size:28px}
.aboutUsRoot .descPara{font-size:14px}
.aboutUsRoot .primaryTextZone h2{font-size:28px}
.aboutUsRoot .sectionTitle{font-size:28px}
.aboutUsRoot .personCard{flex-direction:column;text-align:center}
.aboutUsRoot .portraitCircle{width:120px;height:120px}
}
.aboutUsRoot ::selection{background:#F5B612;color:#1a1a1a}
.aboutUsRoot ::-moz-selection{background:#F5B612;color:#1a1a1a}
.successMain{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#EAEAEA 0%,#fff 100%);padding:40px 24px}
.successMain .confirmWrap{max-width:580px;width:100%;background:#fff;padding:80px 40px;border-radius:5px;box-shadow:1px 7px 22px 0 #63103c1a;text-align:center}
.successMain .iconCheck{width:88px;height:88px;margin:0 auto 40px;border-radius:34px;background:linear-gradient(135deg,#63103C 0%,#F5B612 100%);display:flex;align-items:center;justify-content:center;position:relative}
.successMain .iconCheck svg{width:48px;height:48px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.successMain .mainTitle{font-size:50px;line-height:1.15;letter-spacing:-.02em;color:#63103C;margin:0 0 24px}
.successMain .msgBody{font-size:20px;line-height:1.7;letter-spacing:.01em;color:#2a2a2a;margin:0 0 40px}
.successMain .detailsBox{background:#EAEAEA;border-radius:5px;padding:24px;margin:0 0 40px;text-align:left}
.successMain .detailsBox .infoRow{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0;border-bottom:1px solid #63103c1a}
.successMain .detailsBox .infoRow:last-child{border-bottom:none}
.successMain .detailsBox .labelTxt{font-size:14px;line-height:1.45;color:#666;letter-spacing:.02em}
.successMain .detailsBox .valueTxt{font-size:14px;line-height:1.45;color:#2a2a2a;font-weight:600;letter-spacing:.01em}
.successMain .actionBtns{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}
.successMain .btnPrimary{display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;background:#63103C;color:#fff;font-size:14px;line-height:1.45;letter-spacing:.02em;text-decoration:none;border-radius:34px;border:2px solid #63103C;transition:border-width .15s cubic-bezier(0.4,0,1,1),padding .15s cubic-bezier(0.4,0,1,1);cursor:pointer}
.successMain .btnPrimary:hover{border-width:4px;padding:12px 38px}
.successMain .btnSecondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;background:transparent;color:#63103C;font-size:14px;line-height:1.45;letter-spacing:.02em;text-decoration:none;border-radius:34px;border:2px solid #63103C;transition:background .12s cubic-bezier(0.4,0,1,1),color .12s cubic-bezier(0.4,0,1,1);cursor:pointer}
.successMain .btnSecondary:hover{background:#63103C;color:#fff}
.successMain .footerNote{margin:40px 0 0;padding:24px 0 0;border-top:1px solid #63103c26}
.successMain .footerNote .noteText{font-size:14px;line-height:1.7;color:#666;letter-spacing:.01em;margin:0 0 8px}
.successMain .footerNote .contactLink{color:#63103C;text-decoration:none;transition:color .1s cubic-bezier(0.4,0,1,1)}
.successMain .footerNote .contactLink:hover{color:#F5B612}
@media (max-width: 480px) {
.successMain .confirmWrap{padding:40px 24px}
.successMain .mainTitle{font-size:36px}
.successMain .msgBody{font-size:16px}
.successMain .actionBtns{flex-direction:column;gap:8px}
.successMain .btnPrimary,.successMain .btnSecondary{width:100%}
.successMain .iconCheck{width:72px;height:72px}
.successMain .iconCheck svg{width:38px;height:38px}
}