*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Noto Sans',sans-serif;line-height:1.6;color:#2a2a2a;background:linear-gradient(135deg,#FCFBEA 0%,#fff 100%);min-height:100vh;display:flex;flex-direction:column}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button{border:none;background:none;font-family:inherit;cursor:pointer}
input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}
.SiteHeado-v2{background:linear-gradient(147deg,#fff 0%,#FCFBEA 50%,#f5f5f5 100%);padding:28px 0;box-shadow:0 4px 16px #bd62c514;border-bottom:1px solid #bd62c51f}
.HeadoWrapper{max-width:1536px;margin:0 auto;padding:0 24px}
.TopRowNav-v1{display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap}
.BrandZone-centered{display:flex;flex-direction:column;align-items:center;gap:12px}
.LogoLink-v3{display:flex;align-items:center;justify-content:center;padding:8px;background:#fff9;border-radius:8px;box-shadow:0 2px 8px #026d6f1a;transition:transform .3s ease,box-shadow .3s ease}
.LogoLink-v3:hover{transform:translateY(-2px);box-shadow:0 4px 12px #026d6f26}
.LogoImg-primary{width:90px;height:90px}
.CompanyTitle-v2{font-family:'Literata',serif;font-size:22px;font-weight:700;color:#026D6F;letter-spacing:.5px}
.MainNavi-orbital{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.NavLink-v1{font-size:16px;font-weight:400;color:#2a2a2a;padding:10px 18px;border-radius:6px;transition:background-color .2s ease,color .2s ease;white-space:nowrap}
.NavLink-v1:hover{background-color:#bd62c514;color:#BD62C5}
.NavAccent-highlight{background:linear-gradient(127deg,#BD62C5 0%,#a855b3 100%);color:#fff;font-weight:600;box-shadow:0 3px 10px #bd62c540}
.NavAccent-highlight:hover{background:linear-gradient(127deg,#a855b3 0%,#BD62C5 100%);color:#fff}
main{flex:1}
.SiteFooto-v3{background:linear-gradient(162deg,#f8f8f8 0%,#FCFBEA 100%);border-top:1px solid #026d6f26;padding:52px 0 24px;margin-top:80px}
.FootoContainer-v1{max-width:1536px;margin:0 auto;padding:0 24px}
.FootoContent-flex{display:flex;justify-content:space-between;gap:64px;flex-wrap:wrap;padding-bottom:36px;border-bottom:1px solid #026d6f1f}
.FootoSection-info{flex:1;min-width:280px}
.CompanyBrand-v2{font-family:'Literata',serif;font-size:26px;font-weight:700;color:#026D6F;margin-bottom:20px}
.AddressBlock-v1{margin-bottom:18px}
.AddressLine-v1{font-size:15px;color:#4a4a4a;line-height:1.7}
.ContactBlock-v2{margin-top:14px}
.ContactItem-v1{font-size:15px;color:#4a4a4a;margin:6px 0}
.ContactLinkFooto{color:#026D6F;transition:color .2s ease}
.ContactLinkFooto:hover{color:#BD62C5}
.FootoNavi-v2{display:flex;flex-direction:column;gap:14px;min-width:220px}
.FootoLink-v1{font-size:15px;color:#4a4a4a;transition:color .2s ease}
.FootoLink-v1:hover{color:#BD62C5}
.CopyrightBar-v1{padding-top:28px;text-align:center}
.CopyrightText-v2{font-size:14px;color:#6a6a6a}
.CookiePopup-v2{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:none;align-items:center;justify-content:center;z-index:10000;padding:20px}
.CookiePopup-v2[data-visible="true"]{display:flex;animation:slideInFromLeft-v1 .4s ease-out}
@keyframes slideInFromLeft-v1 {
from{opacity:0;transform:translateX(-100px)}
to{opacity:1;transform:translateX(0)}
}
.CookieCard-v1{background:#fff;border-radius:10px;box-shadow:0 12px 32px #00000026;padding:32px;max-width:520px;width:100%;animation:slideInFromLeft-v1 .4s ease-out}
.CookieHeading-v2{font-family:'Literata',serif;font-size:24px;font-weight:700;color:#026D6F;margin-bottom:16px}
.CookieText-v1{font-size:15px;color:#4a4a4a;line-height:1.7;margin-bottom:24px}
.CookieControls-v1{margin-bottom:28px}
.CookieOption-v2{margin-bottom:20px;padding:16px;background:#FCFBEA;border-radius:8px}
.CookieLabel-v1{display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:12px}
.CookieName-v1{font-size:16px;font-weight:600;color:#2a2a2a}
.ToggleSwitch-v1{position:relative;width:50px;height:26px;background:#d1d1d1;border-radius:13px;transition:background-color .3s ease;flex-shrink:0}
.ToggleSwitch-v1::after{content:'';position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease}
input[type="checkbox"]:checked + .ToggleSwitch-v1{background:linear-gradient(135deg,#BD62C5 0%,#a855b3 100%)}
input[type="checkbox"]:checked + .ToggleSwitch-v1::after{transform:translateX(24px)}
.ToggleSwitch-v1.disabled-v1{background:#026D6F;opacity:.6;cursor:not-allowed}
.ToggleSwitch-v1.disabled-v1::after{transform:translateX(24px)}
.CookieDesc-v1{font-size:13px;color:#6a6a6a;margin-top:8px;line-height:1.5}
.CookieButtons-v2{display:flex;gap:12px;justify-content:flex-end}
.CookieButt-decline,.CookieButt-accept{padding:12px 28px;font-size:15px;font-weight:600;border-radius:7px;transition:background-color .2s ease,transform .1s ease}
.CookieButt-decline{background:#e8e8e8;color:#4a4a4a}
.CookieButt-decline:hover{background:#d4d4d4}
.CookieButt-accept{background:linear-gradient(135deg,#BD62C5 0%,#a855b3 100%);color:#fff;box-shadow:0 3px 10px #bd62c540}
.CookieButt-accept:hover{background:linear-gradient(135deg,#a855b3 0%,#BD62C5 100%)}
.CookieButt-decline:active,.CookieButt-accept:active{transform:scale(0.98)}
@media (max-width: 768px) {
.TopRowNav-v1{flex-direction:column;gap:24px}
.BrandZone-centered{width:100%}
.MainNavi-orbital{width:100%;justify-content:center}
.NavLink-v1{font-size:15px;padding:9px 14px}
.FootoContent-flex{flex-direction:column;gap:40px}
.FootoNavi-v2{min-width:100%}
.CookieCard-v1{padding:24px}
.CookieButtons-v2{flex-direction:column}
.CookieButt-decline,.CookieButt-accept{width:100%}
}
@media (max-width: 480px) {
.SiteHeado-v2{padding:20px 0}
.LogoImg-primary{width:70px;height:70px}
.CompanyTitle-v2{font-size:18px}
.MainNavi-orbital{flex-direction:column;gap:10px;width:100%}
.NavLink-v1{width:100%;text-align:center}
.CookieHeading-v2{font-size:20px}
}
.text-doc-oi{max-width:1536px;margin:0 auto;padding:80px 24px 120px;background:linear-gradient(135deg,#FCFBEA 0%,#fff 100%)}
.text-doc-oi h1{font-size:48px;font-weight:700;color:#026D6F;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}
.text-doc-oi h2{font-size:36px;font-weight:600;color:#026D6F;margin:64px 0 24px;line-height:1.3;padding-top:24px;border-top:2px solid #bd62c533}
.text-doc-oi h3{font-size:28px;font-weight:600;color:#BD62C5;margin:48px 0 20px;line-height:1.4}
.text-doc-oi h4{font-size:22px;font-weight:600;color:#333;margin:32px 0 16px;line-height:1.4}
.text-doc-oi h5{font-size:18px;font-weight:600;color:#444;margin:24px 0 12px;line-height:1.5}
.text-doc-oi h6{font-size:16px;font-weight:600;color:#555;margin:20px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.05em}
.text-doc-oi p{font-size:17px;line-height:1.8;color:#333;margin:0 0 24px;max-width:820px}
.text-doc-oi ul{margin:0 0 32px;padding:0 0 0 28px;list-style:none}
.text-doc-oi ul li{font-size:17px;line-height:1.8;color:#333;margin:0 0 16px;padding-left:16px;position:relative}
.text-doc-oi ul li::before{content:'';position:absolute;left:-12px;top:12px;width:8px;height:8px;background:linear-gradient(135deg,#BD62C5 0%,#026D6F 100%);border-radius:50%}
.text-doc-oi ol{margin:0 0 32px;padding:0 0 0 32px;counter-reset:policy-counter;list-style:none}
.text-doc-oi ol li{font-size:17px;line-height:1.8;color:#333;margin:0 0 16px;padding-left:12px;position:relative;counter-increment:policy-counter}
.text-doc-oi ol li::before{content:counter(policy-counter) '.';position:absolute;left:-32px;font-weight:600;color:#BD62C5}
.text-doc-oi ul ul,.text-doc-oi ol ul,.text-doc-oi ul ol,.text-doc-oi ol ol{margin:12px 0}
.text-doc-oi a{color:#026D6F;text-decoration:none;border-bottom:2px solid #026d6f4d;transition:all .3s ease;font-weight:500}
.text-doc-oi a:hover{color:#BD62C5;border-bottom-color:#BD62C5}
.text-doc-oi em,.text-doc-oi i{font-style:italic;color:#444}
.text-doc-oi strong{font-weight:600;color:#222}
.text-doc-oi table{width:100%;margin:40px 0 48px;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000014}
.text-doc-oi thead{background:linear-gradient(135deg,#BD62C5 0%,#026D6F 100%)}
.text-doc-oi thead tr th{padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:#fff;letter-spacing:.03em;border-bottom:none}
.text-doc-oi tbody{background:#fff}
.text-doc-oi tbody tr{transition:background .2s ease}
.text-doc-oi tbody tr:nth-child(even){background:#fcfbea4d}
.text-doc-oi tbody tr:hover{background:#bd62c514}
.text-doc-oi tbody tr td{padding:18px 24px;font-size:16px;line-height:1.6;color:#333;border-bottom:1px solid #0000000d}
.text-doc-oi tbody tr:last-child td{border-bottom:none}
.text-doc-oi th{font-weight:600}
.text-doc-oi td{font-weight:400}
.text-doc-oi div{margin:0 0 24px}
.text-doc-oi blockquote{margin:32px 0;padding:24px 32px;background:#bd62c50d;border-left:4px solid #BD62C5;border-radius:0 8px 8px 0}
.text-doc-oi blockquote p{margin:0;font-style:italic;color:#555}
.text-doc-oi hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#bd62c54d 50%,transparent 100%);margin:64px 0}
@media (max-width: 1024px) {
.text-doc-oi{padding:60px 20px 80px}
.text-doc-oi h1{font-size:40px}
.text-doc-oi h2{font-size:32px;margin:48px 0 20px}
.text-doc-oi h3{font-size:24px}
}
@media (max-width: 768px) {
.text-doc-oi{padding:40px 16px 60px}
.text-doc-oi h1{font-size:32px}
.text-doc-oi h2{font-size:26px;margin:40px 0 16px}
.text-doc-oi h3{font-size:22px;margin:32px 0 16px}
.text-doc-oi h4{font-size:20px}
.text-doc-oi p,.text-doc-oi ul li,.text-doc-oi ol li{font-size:16px;line-height:1.7}
.text-doc-oi table{font-size:14px}
.text-doc-oi thead tr th,.text-doc-oi tbody tr td{padding:14px 16px;font-size:14px}
}
@media (max-width: 480px) {
.text-doc-oi{padding:32px 12px 48px}
.text-doc-oi h1{font-size:28px}
.text-doc-oi h2{font-size:24px}
.text-doc-oi h3{font-size:20px}
.text-doc-oi table{display:block;overflow-x:auto}
}
.pageTitle-wrapbox{position:relative;min-height:520px;background:linear-gradient(142deg,#026D6F 0%,#BD62C5 100%);overflow:hidden;display:flex;align-items:center;padding:60px 20px}
.pageTitle-wrapbox::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(#fcfbea0d 1px,transparent 1px),linear-gradient(90deg,#fcfbea0d 1px,transparent 1px);background-size:50px 50px;opacity:.3}
.pageTitle-innerContent{max-width:1536px;width:100%;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:40px}
.pageTitle-shapeBox{position:relative;width:100%;max-width:480px}
.pageTitle-geometryShape{width:100%;height:320px;background:#fcfbea26;clip-path:polygon(0 0,100% 12%,100% 88%,0 100%);overflow:hidden;position:relative}
.pageTitle-geometryShape img{width:100%;height:100%;object-fit:cover;opacity:.7;mix-blend-mode:luminosity}
.pageTitle-headText{color:#FCFBEA;font-size:3.2rem;font-weight:700;line-height:1.2;margin:0}
.pageTitle-headText .accent-term{color:#BD62C5;background:#FCFBEA;padding:4px 12px;border-radius:6px;display:inline-block}
.storyContent-outerbox{padding:100px 20px;background:#FCFBEA}
.storyContent-container{max-width:1536px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.storyContent-textSide{display:flex;flex-direction:column;gap:24px}
.storyContent-textSide h2{font-size:2.4rem;color:#026D6F;margin:0;font-weight:700;position:relative;padding-left:20px}
.storyContent-textSide h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#BD62C5,#026D6F);border-radius:3px}
.storyContent-textSide p{font-size:1.05rem;line-height:1.8;color:#2a2a2a;margin:0}
.storyContent-imageSide{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.storyContent-imgBox-v1{grid-column:1 / 3;height:280px;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #026d6f26}
.storyContent-imgBox-v1 img{width:100%;height:100%;object-fit:cover}
.storyContent-imgBox-v2{height:220px;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #bd62c526}
.storyContent-imgBox-v2 img{width:100%;height:100%;object-fit:cover}
.valuesDisplay-section{padding:100px 20px;background:linear-gradient(230deg,#026D6F 0%,#BD62C5 100%);position:relative;overflow:hidden}
.valuesDisplay-section::after{content:'';position:absolute;bottom:-50px;right:-50px;width:300px;height:300px;background:#fcfbea14;border-radius:50%}
.valuesDisplay-container{max-width:1536px;width:100%;margin:0 auto;position:relative;z-index:2}
.valuesDisplay-heading{text-align:center;color:#FCFBEA;font-size:2.6rem;font-weight:700;margin:0 0 60px}
.valuesDisplay-gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valuesDisplay-cardItem{background:#fcfbea1f;border-radius:10px;padding:40px 30px;border:2px solid #fcfbea33;transition:all .3s ease}
.valuesDisplay-cardItem:hover{transform:translateY(-8px);background:#fcfbea2e;border-color:#fcfbea66;box-shadow:0 12px 32px #0003}
.valuesDisplay-cardItem h3{color:#FCFBEA;font-size:1.5rem;margin:0 0 16px;font-weight:600}
.valuesDisplay-cardItem p{color:#fcfbeae6;font-size:1rem;line-height:1.7;margin:0}
.expertTeam-sectionWrap{padding:100px 20px;background:#fff}
.expertTeam-contentBox{max-width:1536px;width:100%;margin:0 auto}
.expertTeam-titleArea{text-align:center;margin-bottom:70px}
.expertTeam-titleArea h2{font-size:2.6rem;color:#026D6F;margin:0 0 16px;font-weight:700}
.expertTeam-titleArea p{font-size:1.1rem;color:#555;line-height:1.7;max-width:700px;margin:0 auto}
.expertTeam-profilesLayout{display:flex;flex-direction:row;gap:50px;justify-content:center;align-items:flex-start}
.expertTeam-personCard{max-width:420px;background:#FCFBEA;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 10px 28px #026d6f1f;transition:all .3s ease}
.expertTeam-personCard:hover{box-shadow:0 16px 40px #bd62c52e;transform:scale(1.02)}
.expertTeam-photoArea{height:320px;overflow:hidden;position:relative}
.expertTeam-photoArea img{width:100%;height:100%;object-fit:cover}
.expertTeam-photoArea::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to top,#fcfbeaff,transparent)}
.expertTeam-infoArea{padding:30px}
.expertTeam-infoArea h4{font-size:1.6rem;color:#026D6F;margin:0 0 8px;font-weight:600}
.expertTeam-infoArea .role-badge{display:inline-block;background:linear-gradient(120deg,#BD62C5,#026D6F);color:#FCFBEA;padding:6px 14px;border-radius:6px;font-size:.9rem;font-weight:500;margin-bottom:16px}
.expertTeam-infoArea p{font-size:1rem;color:#333;line-height:1.7;margin:0}
.actionBar-fullSection{padding:80px 20px;background:linear-gradient(175deg,#BD62C5 0%,#026D6F 100%);position:relative}
.actionBar-fullSection::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,#fcfbea1a 0%,transparent 50%),radial-gradient(circle at 80% 80%,#fcfbea14 0%,transparent 50%)}
.actionBar-innerWrap{max-width:1536px;width:100%;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center}
.actionBar-innerWrap h2{font-size:2.4rem;color:#FCFBEA;margin:0;font-weight:700}
.actionBar-innerWrap p{font-size:1.15rem;color:#fcfbeaf2;line-height:1.7;max-width:650px;margin:0}
.actionBar-buttonsRow{display:flex;flex-direction:row;gap:20px;margin-top:10px}
.actionBar-buttLink-v1{display:inline-block;padding:16px 36px;background:#FCFBEA;color:#026D6F;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #00000026;position:relative;z-index:10}
.actionBar-buttLink-v1:hover{background:#fff;transform:translateY(-3px);box-shadow:0 10px 28px #00000040}
.actionBar-buttLink-v2{display:inline-block;padding:16px 36px;background:transparent;color:#FCFBEA;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;border:2px solid #FCFBEA;transition:all .3s ease;position:relative;z-index:10}
.actionBar-buttLink-v2:hover{background:#fcfbea26;transform:translateY(-3px);box-shadow:0 8px 24px #0003}
@media (max-width: 1024px) {
.storyContent-container{grid-template-columns:1fr;gap:50px}
.valuesDisplay-gridLayout{grid-template-columns:1fr 1fr}
.expertTeam-profilesLayout{flex-direction:column;align-items:center}
}
@media (max-width: 768px) {
.pageTitle-headText{font-size:2.4rem}
.storyContent-imageSide{grid-template-columns:1fr}
.storyContent-imgBox-v1{grid-column:1}
.valuesDisplay-gridLayout{grid-template-columns:1fr}
.actionBar-buttonsRow{flex-direction:column;width:100%;max-width:320px}
.actionBar-buttLink-v1,.actionBar-buttLink-v2{width:100%;text-align:center}
}
@media (max-width: 480px) {
.pageTitle-wrapbox{min-height:420px;padding:40px 20px}
.pageTitle-headText{font-size:2rem}
.storyContent-outerbox,.valuesDisplay-section,.expertTeam-sectionWrap,.actionBar-fullSection{padding:60px 20px}
}
.TitleWrap-v1{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(128deg,#BD62C5 0%,#026D6F 100%)}
.TitleWrap-v1 .bgImgLayer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.TitleWrap-v1 .bgImgLayer img{width:100%;height:100%;object-fit:cover;filter:blur(3px);opacity:.28}
.TitleWrap-v1 .curveDecor{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}
.TitleWrap-v1 .curveDecor svg{position:absolute;opacity:.15}
.TitleWrap-v1 .curveDecor svg:nth-child(1){top:10%;left:-5%;width:320px;transform:rotate(-15deg)}
.TitleWrap-v1 .curveDecor svg:nth-child(2){bottom:15%;right:-8%;width:280px;transform:rotate(25deg)}
.TitleWrap-v1 .heroContent-v2{position:relative;z-index:3;max-width:880px;margin:0 auto;padding:0 24px;text-align:center}
.TitleWrap-v1 .mainHead-v1{font-size:58px;line-height:1.15;font-weight:700;color:#FCFBEA;margin:0 0 20px;text-shadow:0 2px 12px #00000040}
.TitleWrap-v1 .subHead-v1{font-size:22px;line-height:1.5;color:#FCFBEA;margin:0 0 32px;opacity:.95}
.TitleWrap-v1 .ctaButt-v1{display:inline-block;padding:16px 42px;background:#FCFBEA;color:#026D6F;font-size:18px;font-weight:600;text-decoration:none;border-radius:8px;box-shadow:0 4px 16px #0003;transition:all .3s ease}
.TitleWrap-v1 .ctaButt-v1:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000047;background:#fff}
.advantageBox-v2{background:linear-gradient(165deg,#FCFBEA 0%,#fff 100%);padding:88px 24px}
.advantageBox-v2 .centerWrap{max-width:1280px;margin:0 auto}
.advantageBox-v2 .sectionLabel{font-size:38px;font-weight:700;color:#026D6F;margin:0 0 48px;text-align:center}
.advantageBox-v2 .gridLayout-v3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
.advantageBox-v2 .itemCard-v1{background:#fff;padding:32px;border-radius:10px;box-shadow:0 3px 14px #026d6f14;border-left:4px solid #BD62C5;transition:all .3s ease}
.advantageBox-v2 .itemCard-v1:hover{transform:translateX(6px);box-shadow:0 6px 22px #026d6f26}
.advantageBox-v2 .itemCard-v1 .cardTitle{font-size:22px;font-weight:600;color:#026D6F;margin:0 0 14px}
.advantageBox-v2 .itemCard-v1 .cardText{font-size:16px;line-height:1.6;color:#333;margin:0}
.careerPathBox{background:#fff;padding:92px 24px}
.careerPathBox .wrapContainer{max-width:1200px;margin:0 auto}
.careerPathBox .headBlock-v2{text-align:center;margin-bottom:56px}
.careerPathBox .headBlock-v2 .titleMain{font-size:40px;font-weight:700;color:#BD62C5;margin:0 0 16px}
.careerPathBox .headBlock-v2 .descText{font-size:18px;line-height:1.6;color:#444;max-width:720px;margin:0 auto}
.careerPathBox .pathGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.careerPathBox .pathItem{background:linear-gradient(135deg,#FCFBEA 0%,#f9f9f9 100%);padding:28px;border-radius:12px;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.careerPathBox .pathItem::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#BD62C5 0%,#026D6F 100%);opacity:0;transition:opacity .3s ease}
.careerPathBox .pathItem:hover{border-color:#BD62C5}
.careerPathBox .pathItem:hover::before{opacity:1}
.careerPathBox .pathItem .itemHead{font-size:20px;font-weight:600;color:#026D6F;margin:0 0 12px}
.careerPathBox .pathItem .itemDesc{font-size:15px;line-height:1.65;color:#555;margin:0}
.partnershipSection{background:linear-gradient(95deg,#026D6F 0%,#BD62C5 100%);padding:96px 24px}
.partnershipSection .innerBox{max-width:1150px;margin:0 auto;display:flex;align-items:center;gap:48px}
.partnershipSection .textSide{flex:1}
.partnershipSection .textSide .sectionName{font-size:42px;font-weight:700;color:#FCFBEA;margin:0 0 24px}
.partnershipSection .textSide .detailPara{font-size:17px;line-height:1.7;color:#FCFBEA;margin:0 0 18px}
.partnershipSection .imageSide{flex:0 0 420px}
.partnershipSection .imageSide img{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 28px #0000004d}
.practiceZone-v1{background:#FCFBEA;padding:88px 24px}
.practiceZone-v1 .contentWrap{max-width:1300px;margin:0 auto}
.practiceZone-v1 .topHeader{text-align:center;margin-bottom:52px}
.practiceZone-v1 .topHeader .mainTitle-v3{font-size:39px;font-weight:700;color:#026D6F;margin:0 0 18px}
.practiceZone-v1 .topHeader .subDesc{font-size:17px;line-height:1.65;color:#555;max-width:680px;margin:0 auto}
.practiceZone-v1 .practiceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.practiceZone-v1 .practiceCard{background:#fff;border-radius:11px;overflow:hidden;box-shadow:0 4px 18px #0000000f;transition:all .3s ease}
.practiceZone-v1 .practiceCard:hover{transform:scale(1.03);box-shadow:0 8px 26px #0000001f}
.practiceZone-v1 .practiceCard .cardImage{width:100%;height:220px;overflow:hidden}
.practiceZone-v1 .practiceCard .cardImage img{width:100%;height:100%;object-fit:cover}
.practiceZone-v1 .practiceCard .cardContent{padding:26px}
.practiceZone-v1 .practiceCard .cardContent .cardHead{font-size:20px;font-weight:600;color:#BD62C5;margin:0 0 12px}
.practiceZone-v1 .practiceCard .cardContent .cardBody{font-size:15px;line-height:1.6;color:#666;margin:0}
.ecosystemSection{background:#fff;padding:90px 24px}
.ecosystemSection .mainContainer{max-width:1240px;margin:0 auto}
.ecosystemSection .headingArea{margin-bottom:58px}
.ecosystemSection .headingArea .primaryHead{font-size:41px;font-weight:700;color:#BD62C5;margin:0 0 20px;text-align:center}
.ecosystemSection .headingArea .introPara{font-size:18px;line-height:1.7;color:#444;text-align:center;max-width:800px;margin:0 auto}
.ecosystemSection .featureLayout{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.ecosystemSection .featureBlock{background:linear-gradient(140deg,#FCFBEA 0%,#fff 100%);padding:34px;border-radius:9px;border:1px solid #026d6f26;display:flex;gap:20px;transition:all .3s ease}
.ecosystemSection .featureBlock:hover{border-color:#026D6F;box-shadow:0 5px 20px #026d6f1a}
.ecosystemSection .featureBlock .iconArea{flex:0 0 64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#BD62C5 0%,#026D6F 100%);border-radius:50%}
.ecosystemSection .featureBlock .iconArea svg{width:32px;height:32px;fill:#FCFBEA}
.ecosystemSection .featureBlock .textArea{flex:1}
.ecosystemSection .featureBlock .textArea .featureTitle{font-size:21px;font-weight:600;color:#026D6F;margin:0 0 10px}
.ecosystemSection .featureBlock .textArea .featureInfo{font-size:15px;line-height:1.65;color:#555;margin:0}
.certificationBox-v1{background:linear-gradient(172deg,#026D6F 0%,#BD62C5 100%);padding:94px 24px}
.certificationBox-v1 .wrapperInner{max-width:1180px;margin:0 auto;display:flex;gap:52px;align-items:center}
.certificationBox-v1 .visualColumn{flex:0 0 440px}
.certificationBox-v1 .visualColumn img{width:100%;height:auto;border-radius:11px;box-shadow:0 10px 32px #00000059}
.certificationBox-v1 .infoColumn{flex:1}
.certificationBox-v1 .infoColumn .labelHead{font-size:40px;font-weight:700;color:#FCFBEA;margin:0 0 26px}
.certificationBox-v1 .infoColumn .detailBlock{font-size:17px;line-height:1.75;color:#FCFBEA;margin:0 0 20px}
.certificationBox-v1 .infoColumn .linkButt{display:inline-block;padding:14px 36px;background:#FCFBEA;color:#026D6F;font-size:17px;font-weight:600;text-decoration:none;border-radius:7px;margin-top:12px;transition:all .3s ease}
.certificationBox-v1 .infoColumn .linkButt:hover{background:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #00000040}
@media (max-width: 1024px) {
.TitleWrap-v1 .mainHead-v1{font-size:46px}
.TitleWrap-v1 .subHead-v1{font-size:19px}
.careerPathBox .pathGrid{grid-template-columns:1fr}
.partnershipSection .innerBox{flex-direction:column}
.partnershipSection .imageSide{flex:0 0 auto;width:100%;max-width:500px}
.practiceZone-v1 .practiceGrid{grid-template-columns:repeat(2,1fr)}
.ecosystemSection .featureLayout{grid-template-columns:1fr}
.certificationBox-v1 .wrapperInner{flex-direction:column-reverse}
.certificationBox-v1 .visualColumn{flex:0 0 auto;width:100%;max-width:500px}
}
@media (max-width: 768px) {
.TitleWrap-v1{min-height:480px}
.TitleWrap-v1 .mainHead-v1{font-size:36px}
.TitleWrap-v1 .subHead-v1{font-size:17px}
.advantageBox-v2 .sectionLabel{font-size:32px}
.advantageBox-v2 .gridLayout-v3{grid-template-columns:1fr}
.careerPathBox .headBlock-v2 .titleMain{font-size:34px}
.practiceZone-v1 .practiceGrid{grid-template-columns:1fr}
.ecosystemSection .primaryHead{font-size:34px}
}
@media (max-width: 480px) {
.TitleWrap-v1 .mainHead-v1{font-size:30px}
.TitleWrap-v1 .ctaButt-v1{font-size:16px;padding:13px 32px}
.advantageBox-v2{padding:64px 20px}
.careerPathBox{padding:68px 20px}
.partnershipSection{padding:72px 20px}
.practiceZone-v1{padding:68px 20px}
.ecosystemSection{padding:70px 20px}
.certificationBox-v1{padding:72px 20px}
}
.heado-contact-v1{background:linear-gradient(127deg,#BD62C5 0%,#026D6F 100%);padding:96px 24px 112px;position:relative;overflow:hidden}
.heado-contact-v1::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fcfbea26 0%,transparent 70%);border-radius:50%}
.heado-contact-v1::after{content:'';position:absolute;bottom:-30%;left:-10%;width:450px;height:450px;background:radial-gradient(circle,#bd62c533 0%,transparent 65%);border-radius:50%}
.heado-wrapper-v1{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.heado-title-v1{font-size:56px;font-weight:700;color:#FCFBEA;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.heado-subtitle-v1{font-size:22px;color:#fcfbeaeb;margin:0;line-height:1.5;max-width:680px}
.contact-main-wrap-v2{background:#FCFBEA;padding:88px 24px 96px}
.contact-layout-grid-v2{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:72px;align-items:start}
.info-column-v2{background:#fff;padding:48px;border-radius:8px;box-shadow:0 8px 24px #026d6f14}
.info-header-v2{font-size:32px;font-weight:700;color:#026D6F;margin:0 0 12px;line-height:1.3}
.info-text-v2{font-size:16px;color:#444;line-height:1.7;margin:0 0 40px}
.detail-group-v2{margin-bottom:32px}
.detail-label-v2{font-size:14px;font-weight:600;color:#BD62C5;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}
.detail-value-v2{font-size:18px;color:#222;margin:0;line-height:1.6}
.detail-value-v2 a{color:#026D6F;text-decoration:none;transition:color .3s ease}
.detail-value-v2 a:hover{color:#BD62C5}
.form-column-v2{background:#fff;padding:56px;border-radius:8px;box-shadow:0 12px 32px #bd62c51f}
.form-title-v2{font-size:28px;font-weight:700;color:#222;margin:0 0 36px;line-height:1.3}
.form-group-v2{margin-bottom:28px}
.form-label-v2{display:block;font-size:15px;font-weight:600;color:#333;margin-bottom:10px}
.form-input-v2{width:100%;padding:14px 18px;font-size:16px;color:#222;background:#FCFBEA;border:2px solid #e0e0e0;border-radius:6px;transition:all .3s ease;box-sizing:border-box}
.form-input-v2:focus{outline:none;border-color:#BD62C5;background:#fff;box-shadow:0 0 0 3px #bd62c51a}
.form-select-v2{width:100%;padding:14px 18px;font-size:16px;color:#222;background:#FCFBEA;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .3s ease;box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23026D6F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:48px}
.form-select-v2:focus{outline:none;border-color:#BD62C5;background-color:#fff;box-shadow:0 0 0 3px #bd62c51a}
.radio-group-v2{display:flex;gap:24px;flex-wrap:wrap}
.radio-option-v2{display:flex;align-items:center;gap:10px;cursor:pointer}
.radio-option-v2 input[type="radio"]{width:20px;height:20px;cursor:pointer;accent-color:#026D6F}
.radio-option-v2 label{font-size:16px;color:#333;cursor:pointer}
.privacy-box-v2{margin:32px 0;padding:20px;background:#bd62c50a;border-radius:6px;border:1px solid #bd62c526}
.privacy-checkbox-v2{display:flex;align-items:start;gap:12px}
.privacy-checkbox-v2 input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#026D6F;flex-shrink:0}
.privacy-label-v2{font-size:14px;color:#444;line-height:1.6;cursor:pointer}
.privacy-label-v2 a{color:#026D6F;text-decoration:underline;font-weight:600}
.privacy-label-v2 a:hover{color:#BD62C5}
.submit-butt-v2{width:100%;padding:16px 32px;font-size:17px;font-weight:700;color:#fff;background:linear-gradient(135deg,#026D6F 0%,#BD62C5 100%);border:none;border-radius:6px;cursor:pointer;transition:all .35s ease;box-shadow:0 4px 16px #026d6f33}
.submit-butt-v2:hover{transform:translateY(-2px);box-shadow:0 8px 24px #bd62c54d}
.submit-butt-v2:active{transform:translateY(0)}
@media (max-width: 1024px) {
.contact-layout-grid-v2{grid-template-columns:1fr;gap:48px}
.heado-title-v1{font-size:44px}
.form-column-v2{padding:40px}
}
@media (max-width: 768px) {
.heado-contact-v1{padding:64px 20px 80px}
.heado-title-v1{font-size:36px}
.heado-subtitle-v1{font-size:18px}
.contact-main-wrap-v2{padding:56px 20px 64px}
.info-column-v2,.form-column-v2{padding:32px 24px}
.info-header-v2{font-size:26px}
.form-title-v2{font-size:24px}
.radio-group-v2{flex-direction:column;gap:16px}
}
@media (max-width: 480px) {
.heado-title-v1{font-size:30px}
.heado-subtitle-v1{font-size:16px}
.info-column-v2,.form-column-v2{padding:24px 20px}
.form-input-v2,.form-select-v2{padding:12px 16px}
}
.heado-teamo{position:relative;overflow:hidden;padding:96px 24px 88px;background:linear-gradient(142deg,#026D6F 0%,#BD62C5 100%)}
.heado-teamo::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./webinar_visuals/15-test.jpg);background-size:cover;background-position:center;filter:blur(12px) saturate(0.4);opacity:.3;z-index:1}
.heado-teamo::after{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:repeating-linear-gradient(45deg,#fcfbea0d 0px,#fcfbea0d 2px,transparent 2px,transparent 12px);border-radius:50%;z-index:2}
.heado-teamo .wrap-content-v2{position:relative;z-index:3;max-width:1536px;margin:0 auto}
.heado-teamo .mainTitle-v1{font-size:3.2rem;font-weight:700;color:#FCFBEA;margin:0 0 20px;line-height:1.2}
.heado-teamo .subtext-lead{font-size:1.15rem;color:#FCFBEA;max-width:680px;line-height:1.7;margin:0}
.teamgrid-container-v3{padding:84px 24px;background:#FCFBEA}
.teamgrid-container-v3 .inner-wrap{max-width:1536px;margin:0 auto}
.teamgrid-container-v3 .section-label-v1{font-size:2.4rem;font-weight:700;color:#026D6F;margin:0 0 48px;text-align:center}
.team-roster-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:42px}
.member-card-v1{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #026d6f14;transition:transform .3s ease,box-shadow .3s ease}
.member-card-v1:hover{transform:translateY(-6px);box-shadow:0 12px 28px #bd62c526}
.member-card-v1 .photo-zone{width:100%;height:340px;overflow:hidden;background:linear-gradient(135deg,#026D6F 0%,#BD62C5 100%)}
.member-card-v1 .photo-zone img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.member-card-v1:hover .photo-zone img{transform:scale(1.05)}
.member-card-v1 .info-box-v3{padding:28px 24px}
.member-card-v1 .name-title-v2{font-size:1.5rem;font-weight:700;color:#026D6F;margin:0 0 8px}
.member-card-v1 .role-label{font-size:.95rem;color:#BD62C5;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}
.member-card-v1 .bio-text-v1{font-size:.98rem;color:#333;line-height:1.65;margin:0}
.philosophy-section-v1{padding:88px 24px;background:linear-gradient(218deg,#BD62C5 0%,#026D6F 100%);position:relative;overflow:hidden}
.philosophy-section-v1::before{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#fcfbea1a 0%,transparent 70%);border-radius:50%}
.philosophy-section-v1 .content-holder{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.philosophy-section-v1 .grid-layout-v1{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center}
.philosophy-section-v1 .headline-box-v2{font-size:2.6rem;font-weight:700;color:#FCFBEA;margin:0 0 24px;line-height:1.25}
.philosophy-section-v1 .desc-copy{font-size:1.05rem;color:#FCFBEA;line-height:1.75;margin:0 0 16px}
.philosophy-section-v1 .visual-placeholder{width:100%;height:420px;border-radius:12px;overflow:hidden;box-shadow:0 16px 40px #00000040}
.philosophy-section-v1 .visual-placeholder img{width:100%;height:100%;object-fit:cover;display:block}
.values-showcase-v2{padding:80px 24px;background:#fff}
.values-showcase-v2 .wrapper-inner{max-width:1536px;margin:0 auto}
.values-showcase-v2 .main-header-v3{font-size:2.5rem;font-weight:700;color:#026D6F;text-align:center;margin:0 0 56px}
.values-grid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.value-item-v2{background:linear-gradient(145deg,#FCFBEA 0%,white 100%);padding:36px 28px;border-radius:10px;border-left:4px solid #BD62C5;box-shadow:0 6px 18px #026d6f0f;transition:all .3s ease}
.value-item-v2:hover{border-left-color:#026D6F;box-shadow:0 10px 32px #bd62c51f}
.value-item-v2 .icon-holder-v1{width:52px;height:52px;background:linear-gradient(135deg,#BD62C5 0%,#026D6F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.value-item-v2 .icon-holder-v1 svg{width:28px;height:28px;fill:#FCFBEA}
.value-item-v2 .value-name-v1{font-size:1.4rem;font-weight:700;color:#026D6F;margin:0 0 12px}
.value-item-v2 .value-desc{font-size:.98rem;color:#333;line-height:1.7;margin:0}
.approach-explain-v1{padding:92px 24px;background:#FCFBEA;position:relative}
.approach-explain-v1::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#BD62C5 0%,#026D6F 50%,#BD62C5 100%)}
.approach-explain-v1 .contain-v2{max-width:1536px;margin:0 auto}
.approach-explain-v1 .title-approach{font-size:2.4rem;font-weight:700;color:#026D6F;margin:0 0 20px}
.approach-explain-v1 .intro-copy-v1{font-size:1.08rem;color:#333;line-height:1.75;max-width:820px;margin:0 0 44px}
.steps-flow-v3{display:flex;flex-direction:column;gap:28px}
.step-block-v1{display:grid;grid-template-columns:80px 1fr;gap:24px;background:#fff;padding:28px;border-radius:8px;box-shadow:0 4px 14px #026d6f0f;transition:all .3s ease}
.step-block-v1:hover{box-shadow:0 8px 24px #bd62c51a;transform:translateX(8px)}
.step-block-v1 .num-badge{width:80px;height:80px;background:linear-gradient(135deg,#BD62C5 0%,#026D6F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#FCFBEA;flex-shrink:0}
.step-block-v1 .step-content-v2{display:flex;flex-direction:column;justify-content:center}
.step-block-v1 .step-title-v1{font-size:1.35rem;font-weight:700;color:#026D6F;margin:0 0 10px}
.step-block-v1 .step-explanation{font-size:.98rem;color:#333;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.heado-teamo .mainTitle-v1{font-size:2.6rem}
.philosophy-section-v1 .grid-layout-v1{grid-template-columns:1fr;gap:40px}
.values-grid-v1{grid-template-columns:repeat(2,1fr);gap:28px}
}
@media (max-width: 768px) {
.heado-teamo{padding:72px 20px 64px}
.heado-teamo .mainTitle-v1{font-size:2.2rem}
.heado-teamo .subtext-lead{font-size:1.05rem}
.teamgrid-container-v3{padding:64px 20px}
.team-roster-v2{grid-template-columns:1fr;gap:32px}
.philosophy-section-v1{padding:68px 20px}
.philosophy-section-v1 .headline-box-v2{font-size:2.1rem}
.values-grid-v1{grid-template-columns:1fr;gap:24px}
.approach-explain-v1{padding:68px 20px}
.step-block-v1{grid-template-columns:1fr;gap:16px}
.step-block-v1 .num-badge{width:64px;height:64px;font-size:1.6rem;margin:0 auto}
}
@media (max-width: 480px) {
.heado-teamo .mainTitle-v1{font-size:1.9rem}
.teamgrid-container-v3 .section-label-v1{font-size:2rem}
.team-roster-v2{grid-template-columns:1fr}
.values-showcase-v2 .main-header-v3{font-size:2rem}
.approach-explain-v1 .title-approach{font-size:2rem}
}
.pageShell-v1{background:linear-gradient(127deg,#FCFBEA 0%,#bd62c514 100%);padding:0;margin:0}
.titleWrapper-v2{max-width:1536px;margin:0 auto;padding:80px 24px;position:relative;overflow:hidden}
.titleWrapper-v2::before{content:'';position:absolute;top:-100px;right:-80px;width:400px;height:400px;background:linear-gradient(217deg,#bd62c526,transparent);border-radius:50%;z-index:1}
.titleWrapper-v2::after{content:'';position:absolute;bottom:-120px;left:-60px;width:350px;height:350px;background:linear-gradient(45deg,#026d6f1f,transparent);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.titleInnerBox{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:56px}
.titleTextArea{flex:1;max-width:680px}
.titlePretext-v1{font-size:16px;line-height:1.6;color:#555;margin:0 0 24px}
.titleMainHd{font-size:52px;line-height:1.2;color:#1a1a1a;margin:0 0 28px;font-weight:700}
.titleMainHd::after{content:'';display:block;width:120px;height:5px;background:linear-gradient(95deg,#BD62C5,#026D6F);margin-top:20px;border-radius:3px}
.titleExplainer{font-size:18px;line-height:1.7;color:#444;margin:0}
.titleImageHolder{flex:0 0 420px;position:relative}
.titleImageHolder::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(135deg,#bd62c533,#026d6f33);border-radius:12px;z-index:-1}
.titleImageHolder img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 12px 28px #00000026;filter:contrast(1.05) saturate(1.1)}
.prepContentWrap{max-width:1536px;margin:0 auto;padding:100px 24px}
.prepGridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 32px}
.prepCard-v3{background:#fff;padding:40px 32px;border-radius:8px;box-shadow:0 4px 16px #0000000f;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.prepCard-v3:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}
.prepCard-v3::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#BD62C5,#026D6F);border-radius:8px 0 0 8px}
.prepCardIcon{width:56px;height:56px;margin:0 0 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(128deg,#bd62c51a,#026d6f1a);border-radius:50%}
.prepCardIcon svg{width:28px;height:28px;fill:#026D6F}
.prepCard-v3 h3{font-size:22px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.prepCard-v3 p{font-size:16px;line-height:1.65;color:#555;margin:0 0 12px}
.prepCard-v3 p:last-of-type{margin-bottom:0}
.prepAccentTerm{color:#BD62C5;font-weight:600;position:relative}
.prepAccentTerm::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#BD62C5,transparent)}
.prepProfileGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px}
.prepProfileCard{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:transform .3s ease}
.prepProfileCard:hover{transform:scale(1.03)}
.prepProfileCard img{width:100%;height:280px;object-fit:cover}
.prepProfileInfo{padding:24px;background:linear-gradient(175deg,#fff,#FCFBEA)}
.prepProfileInfo h4{font-size:19px;line-height:1.4;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.prepProfileInfo p{font-size:15px;line-height:1.6;color:#666;margin:0}
@media (max-width: 1280px) {
.titleInnerBox{gap:40px}
.titleImageHolder{flex:0 0 360px}
.titleImageHolder img{height:420px}
.prepGridLayout{gap:36px 24px}
}
@media (max-width: 1024px) {
.titleWrapper-v2{padding:60px 24px}
.titleInnerBox{flex-direction:column;gap:48px}
.titleTextArea{max-width:100%}
.titleMainHd{font-size:44px}
.titleImageHolder{flex:0 0 auto;width:100%;max-width:500px}
.titleImageHolder img{height:400px}
.prepGridLayout{grid-template-columns:repeat(2,1fr)}
.prepProfileGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.titleWrapper-v2{padding:48px 20px}
.titleMainHd{font-size:36px}
.titleExplainer{font-size:17px}
.titleImageHolder img{height:340px}
.prepContentWrap{padding:72px 20px}
.prepGridLayout{grid-template-columns:1fr;gap:28px}
.prepCard-v3{padding:32px 24px}
.prepProfileGrid{grid-template-columns:1fr;gap:24px;margin-top:48px}
.prepProfileCard img{height:320px}
}
@media (max-width: 480px) {
.titleWrapper-v2{padding:36px 16px}
.titleMainHd{font-size:30px}
.titlePretext-v1{font-size:15px}
.titleExplainer{font-size:16px}
.titleImageHolder img{height:280px}
.prepContentWrap{padding:56px 16px}
.prepCard-v3 h3{font-size:20px}
.prepProfileCard img{height:280px}
}
.pg-wrapp{background:linear-gradient(135deg,#FCFBEA 0%,#fff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.pg-wrapp::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#bd62c514 0%,transparent 70%);border-radius:50%}
.pg-wrapp::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#026d6f0f 0%,transparent 70%);border-radius:50%}
.succ-contain-v2{max-width:720px;width:100%;margin:0 auto;position:relative;z-index:2}
.succ-visual-anch{text-align:center;margin-bottom:48px;position:relative}
.succ-visual-anch::before{content:'';position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent 0%,#BD62C5 50%,transparent 100%)}
.succ-visual-anch::after{content:'';position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent 0%,#026D6F 50%,transparent 100%)}
.ico-checkmark-v1{width:92px;height:92px;margin:0 auto 24px;background:linear-gradient(135deg,#BD62C5 0%,#026D6F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #bd62c540;animation:successPulse-v1 2s ease-in-out infinite}
@keyframes successPulse-v1 {
0%,100%{transform:scale(1);box-shadow:0 12px 32px #bd62c540}
50%{transform:scale(1.05);box-shadow:0 16px 40px #bd62c559}
}
.ico-checkmark-v1 svg{width:48px;height:48px}
.txt-head-main-v3{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.txt-desc-supp-v2{font-size:19px;line-height:1.7;color:#4a4a4a;margin:0 0 44px}
.corner-deco-tl{position:absolute;top:-30px;left:-30px;width:60px;height:60px;border-top:2px solid #BD62C5;border-left:2px solid #BD62C5;opacity:.3}
.corner-deco-br{position:absolute;bottom:-30px;right:-30px;width:60px;height:60px;border-bottom:2px solid #026D6F;border-right:2px solid #026D6F;opacity:.3}
.info-pannel-v1{background:#fff;border-radius:8px;padding:32px;box-shadow:0 8px 24px #00000014;margin-bottom:32px;border:1px solid #bd62c526}
.info-pannel-v1 .panel-title-v2{font-size:21px;font-weight:600;color:#2a2a2a;margin:0 0 16px}
.info-pannel-v1 .panel-text-v1{font-size:17px;line-height:1.6;color:#5a5a5a;margin:0}
.info-pannel-v1 .panel-text-v1 strong{color:#026D6F;font-weight:600}
.butt-group-horiz{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-prim-action-v3{display:inline-flex;align-items:center;justify-content:center;padding:16px 36px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg,#BD62C5 0%,#026D6F 100%);border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #bd62c54d;position:relative;z-index:10}
.btn-prim-action-v3:hover{transform:translateY(-2px);box-shadow:0 10px 28px #bd62c566}
.btn-prim-action-v3:active{transform:translateY(0)}
.btn-sec-outline-v2{display:inline-flex;align-items:center;justify-content:center;padding:16px 36px;font-size:17px;font-weight:600;color:#026D6F;background:transparent;border:2px solid #026D6F;border-radius:8px;text-decoration:none;cursor:pointer;transition:all .3s ease;position:relative;z-index:10}
.btn-sec-outline-v2:hover{background:#026D6F;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #026d6f40}
.btn-sec-outline-v2:active{transform:translateY(0)}
@media (max-width: 768px) {
.pg-wrapp{padding:40px 16px;min-height:75vh}
.txt-head-main-v3{font-size:32px}
.txt-desc-supp-v2{font-size:17px;margin-bottom:32px}
.ico-checkmark-v1{width:76px;height:76px}
.ico-checkmark-v1 svg{width:40px;height:40px}
.info-pannel-v1{padding:24px}
.info-pannel-v1 .panel-title-v2{font-size:19px}
.info-pannel-v1 .panel-text-v1{font-size:16px}
.butt-group-horiz{flex-direction:column;gap:12px}
.btn-prim-action-v3,.btn-sec-outline-v2{width:100%;padding:14px 28px;font-size:16px}
.corner-deco-tl,.corner-deco-br{width:40px;height:40px;top:-20px;left:-20px}
.corner-deco-br{bottom:-20px;right:-20px;top:auto;left:auto}
}
@media (max-width: 480px) {
.txt-head-main-v3{font-size:28px}
.txt-desc-supp-v2{font-size:16px}
.succ-visual-anch{margin-bottom:36px}
}