:root{font-size:16px;line-height:1.6;font-family:'Merriweather',serif;color:#1a1a1a;background:#fafafa}
html{box-sizing:border-box;scroll-behavior:smooth}
*,::before,::after{box-sizing:inherit;margin:0;padding:0}
body{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}
main{flex:1}
.siteHd{background:linear-gradient(135deg,#036378 0%,#024c5e 50%,#036378 100%);padding:24px 0;box-shadow:0 4px 8px #00000026}
.siteHd .hdWrap{max-width:1536px;margin:0 auto;padding:0 20px}
.siteHd .topRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;gap:30px}
.siteHd .logoZone{flex-shrink:0}
.siteHd .logoLink{display:block;width:110px;height:110px;background:#fffffff2;border-radius:8px;padding:12px;box-shadow:0 3px 6px #0003;transition:transform 300ms ease}
.siteHd .logoLink:hover{transform:translateY(-3px)}
.siteHd .logoImg{width:100%;height:100%;object-fit:contain}
.siteHd .tagZone{flex:1;text-align:right}
.siteHd .tagTxt{color:#A8F5D7;font-size:1.15rem;font-weight:700;text-shadow:1px 1px 3px #0000004d;line-height:1.4}
.siteHd .btmRow{display:flex;justify-content:space-between;align-items:center;gap:30px}
.siteHd .mainNavi{display:flex;gap:35px;flex-wrap:wrap}
.siteHd .naviLink{color:#fff;text-decoration:none;font-size:1rem;font-weight:400;position:relative;padding:6px 0;transition:color 280ms ease}
.siteHd .naviLink:hover{color:#F8E51E}
.siteHd .naviLink::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#F8E51E;transition:width 320ms ease}
.siteHd .naviLink:hover::after{width:100%}
.siteHd .ctaZone{flex-shrink:0}
.siteHd .ctaButt{display:inline-block;padding:12px 28px;background:linear-gradient(120deg,#F8E51E 0%,#e8d510 100%);color:#036378;text-decoration:none;font-weight:700;font-size:1rem;border-radius:6px;box-shadow:0 3px 7px #00000040;transition:all 300ms ease}
.siteHd .ctaButt:hover{background:linear-gradient(120deg,#e8d510 0%,#F8E51E 100%);box-shadow:0 5px 10px #0000004d;transform:translateY(-2px)}
.siteFt{background:linear-gradient(225deg,#036378 0%,#025266 100%);color:#fff;padding:60px 0 30px;margin-top:80px}
.siteFt .ftWrap{max-width:1536px;margin:0 auto;padding:0 20px}
.siteFt .bentoGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:25px;margin-bottom:50px}
.siteFt .bentoBox{background:#ffffff0f;padding:28px;border-radius:8px;border:1px solid #a8f5d733;box-shadow:0 2px 5px #00000026}
.siteFt .box1{grid-column:1 / 3;grid-row:1}
.siteFt .box2{grid-column:3 / 4;grid-row:1}
.siteFt .box3{grid-column:4 / 5;grid-row:1 / 3;background:#f8e51e14;border-color:#f8e51e40}
.siteFt .box4{grid-column:1 / 3;grid-row:2}
.siteFt .ftTitle{font-size:1.2rem;font-weight:700;margin-bottom:16px;color:#A8F5D7}
.siteFt .ftTxt{font-size:.95rem;line-height:1.7;margin-bottom:10px;color:#ffffffe6}
.siteFt .ftNavi{display:flex;flex-direction:column;gap:12px}
.siteFt .ftLink{color:#ffffffd9;text-decoration:none;font-size:.95rem;transition:color 280ms ease}
.siteFt .ftLink:hover{color:#F8E51E}
.siteFt .faqList{list-style:none}
.siteFt .faqItem{font-size:.9rem;line-height:1.6;margin-bottom:10px;padding-left:18px;position:relative;color:#ffffffd9}
.siteFt .faqItem::before{content:'→';position:absolute;left:0;color:#A8F5D7}
.siteFt .copyrightZone{text-align:center;padding-top:30px;border-top:1px solid #a8f5d733}
.siteFt .copyrightTxt{font-size:.9rem;color:#ffffffb3}
.cookieToast{position:fixed;right:30px;top:50%;transform:translateY(-50%) translateX(400px);background:#fff;border-radius:8px;padding:24px;box-shadow:0 5px 20px #00000040;max-width:340px;z-index:10000;border:2px solid #036378;transition:transform 380ms ease}
.cookieToast.showToast{transform:translateY(-50%) translateX(0)}
.cookieToast.hideToast{transform:translateY(-150%) translateX(0)}
.cookieToast .cookieCont{display:flex;flex-direction:column;gap:16px}
.cookieToast .cookieTxt{font-size:.95rem;color:#1a1a1a;line-height:1.5}
.cookieToast .cookieActns{display:flex;gap:10px}
.cookieToast .cookieButt{flex:1;padding:10px 16px;border:none;font-family:'Merriweather',serif;font-size:.9rem;font-weight:700;cursor:pointer;transition:all 300ms ease;box-shadow:0 2px 5px #00000026}
.cookieToast .acceptButt{background:#036378;color:#fff}
.cookieToast .acceptButt:hover{background:#024c5e}
.cookieToast .declineButt{background:#e0e0e0;color:#1a1a1a}
.cookieToast .declineButt:hover{background:#d0d0d0}
.cookieToast .cookiePolicy{font-size:.85rem;color:#036378;text-decoration:underline;text-align:center}
.cookieToast .cookieSettings{position:absolute;top:-15px;right:-15px;width:40px;height:40px;background:#F8E51E;border:2px solid #036378;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px #0003;transition:transform 300ms ease}
.cookieToast .cookieSettings:hover{transform:rotate(90deg)}
.cookieToast .cookieSettings i{font-size:20px;color:#036378}
@media (max-width: 1024px) {
.siteHd .topRow{flex-direction:column;text-align:center;margin-bottom:30px}
.siteHd .tagZone{text-align:center}
.siteHd .btmRow{flex-direction:column;gap:20px}
.siteHd .mainNavi{justify-content:center;gap:25px}
.siteFt .bentoGrid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
.siteFt .box1{grid-column:1 / 3}
.siteFt .box2{grid-column:1 / 2}
.siteFt .box3{grid-column:2 / 3;grid-row:2}
.siteFt .box4{grid-column:1 / 3}
}
@media (max-width: 768px) {
.siteHd .topRow{gap:20px}
.siteHd .logoLink{width:90px;height:90px}
.siteHd .tagTxt{font-size:1rem}
.siteHd .mainNavi{flex-direction:column;align-items:center;gap:15px}
.siteHd .ctaButt{width:100%;text-align:center;padding:14px 20px}
.siteFt .bentoGrid{grid-template-columns:1fr}
.siteFt .box1,.siteFt .box2,.siteFt .box3,.siteFt .box4{grid-column:1;grid-row:auto}
.cookieToast{right:15px;left:15px;max-width:none;top:auto;bottom:30px;transform:translateY(400px)}
.cookieToast.showToast{transform:translateY(0)}
.cookieToast.hideToast{transform:translateY(400px)}
}
@media (max-width: 480px) {
.siteHd .logoLink{width:75px;height:75px}
.siteHd .tagTxt{font-size:.9rem}
.siteHd .naviLink{font-size:.95rem}
.siteFt .bentoBox{padding:20px}
.siteFt .ftTitle{font-size:1.1rem}
}
.policy-region{max-width:1536px;margin:0 auto;padding:80px 24px;background:linear-gradient(157deg,#fff 0%,#f8fffe 100%)}
@media (min-width: 768px) {
.policy-region{padding:120px 48px}
}
@media (min-width: 1024px) {
.policy-region{padding:160px 80px}
}
.policy-region h1{font-size:32px;line-height:1.2;font-weight:700;color:#036378;margin:0 0 48px;padding-bottom:24px;border-bottom:3px solid #A8F5D7}
@media (min-width: 768px) {
.policy-region h1{font-size:48px;margin-bottom:64px}
}
.policy-region h2{font-size:26px;line-height:1.3;font-weight:600;color:#036378;margin:64px 0 24px}
@media (min-width: 768px) {
.policy-region h2{font-size:36px;margin-top:80px;margin-bottom:32px}
}
.policy-region h3{font-size:22px;line-height:1.4;font-weight:600;color:#024856;margin:48px 0 20px}
@media (min-width: 768px) {
.policy-region h3{font-size:28px;margin-top:56px}
}
.policy-region h4{font-size:19px;line-height:1.4;font-weight:600;color:#024856;margin:40px 0 16px}
@media (min-width: 768px) {
.policy-region h4{font-size:22px}
}
.policy-region h5{font-size:17px;line-height:1.5;font-weight:600;color:#036378;margin:32px 0 12px}
@media (min-width: 768px) {
.policy-region h5{font-size:19px}
}
.policy-region h6{font-size:16px;line-height:1.5;font-weight:600;color:#036378;margin:24px 0 12px}
.policy-region p{font-size:16px;line-height:1.8;color:#1a1a1a;margin:0 0 20px}
@media (min-width: 768px) {
.policy-region p{font-size:17px;line-height:1.9;margin-bottom:24px}
}
.policy-region ul{margin:0 0 24px;padding-left:28px;list-style-type:none}
.policy-region ol{margin:0 0 24px;padding-left:28px}
@media (min-width: 768px) {
.policy-region ul,.policy-region ol{padding-left:40px;margin-bottom:32px}
}
.policy-region ul li{font-size:16px;line-height:1.8;color:#1a1a1a;margin-bottom:12px;padding-left:16px;position:relative}
.policy-region ul li::before{content:'';position:absolute;left:-12px;top:12px;width:6px;height:6px;background:#036378;border-radius:0;transform:rotate(45deg)}
@media (min-width: 768px) {
.policy-region ul li{font-size:17px;margin-bottom:16px}
}
.policy-region ol li{font-size:16px;line-height:1.8;color:#1a1a1a;margin-bottom:12px;padding-left:8px}
@media (min-width: 768px) {
.policy-region ol li{font-size:17px;margin-bottom:16px}
}
.policy-region ul ul,.policy-region ul ol,.policy-region ol ul,.policy-region ol ol{margin-top:12px;margin-bottom:12px}
.policy-region a{color:#036378;text-decoration:none;border-bottom:2px solid #A8F5D7;transition:all 300ms ease}
.policy-region a:hover{color:#024856;border-bottom-color:#F8E51E;background:linear-gradient(135deg,#a8f5d726 0%,#f8e51e26 100%)}
.policy-region a:active{transform:translateY(1px)}
.policy-region table{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;background:#fff;box-shadow:2px 2px 6px #03637814;overflow:hidden}
@media (min-width: 768px) {
.policy-region table{margin:48px 0}
}
.policy-region thead{background:linear-gradient(135deg,#036378 0%,#024856 100%)}
.policy-region thead tr{border:none}
.policy-region thead th{font-size:15px;line-height:1.5;font-weight:600;color:#fff;text-align:left;padding:16px 20px;border-bottom:3px solid #A8F5D7}
@media (min-width: 768px) {
.policy-region thead th{font-size:16px;padding:20px 24px}
}
.policy-region tbody tr{border-bottom:1px solid #e8f8f3;transition:background 250ms ease}
.policy-region tbody tr:hover{background:linear-gradient(135deg,#a8f5d714 0%,#f8e51e0d 100%)}
.policy-region tbody tr:last-child{border-bottom:none}
.policy-region tbody td{font-size:15px;line-height:1.7;color:#1a1a1a;padding:16px 20px;vertical-align:top}
@media (min-width: 768px) {
.policy-region tbody td{font-size:16px;padding:20px 24px}
}
.policy-region th{font-weight:600}
.policy-region hr{border:none;height:2px;background:linear-gradient(90deg,#036378 0%,#A8F5D7 50%,#036378 100%);margin:48px 0}
@media (min-width: 768px) {
.policy-region hr{margin:64px 0}
}
.policy-region div{margin-bottom:20px}
.policy-region h1 + p,.policy-region h2 + p,.policy-region h3 + p,.policy-region h4 + p,.policy-region h5 + p,.policy-region h6 + p{margin-top:0}
.policy-region p + h2,.policy-region ul + h2,.policy-region ol + h2,.policy-region table + h2{margin-top:80px}
@media (min-width: 768px) {
.policy-region p + h2,.policy-region ul + h2,.policy-region ol + h2,.policy-region table + h2{margin-top:96px}
}
.policy-region strong{font-weight:600;color:#036378}
.policy-region em{font-style:italic;color:#024856}
@media (max-width: 767px) {
.policy-region table{display:block;overflow-x:auto;white-space:nowrap}
}
.hro{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(127deg,#036378 0%,#024d5f 100%)}
.hro::before{content:'';position:absolute;top:-15%;right:-8%;width:480px;height:480px;background:radial-gradient(circle,#a8f5d71f 0%,transparent 70%);border-radius:50%}
.hro::after{content:'';position:absolute;bottom:-20%;left:-5%;width:380px;height:380px;background:radial-gradient(circle,#f8e51e14 0%,transparent 65%);border-radius:50%}
.hro .hro__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.18;mix-blend-mode:overlay}
.hro .hro__ctr{position:relative;z-index:2;max-width:1536px;width:100%;margin:0 auto;padding:80px 24px}
.hro .hro__txt{max-width:720px}
.hro .hro__txt h1{font-size:3.2rem;line-height:1.15;font-weight:700;color:#fff;margin:0 0 20px}
.hro .hro__txt p{font-size:1.2rem;line-height:1.6;color:#ffffffe0;margin:0}
@media (max-width: 768px) {
.hro{min-height:420px}
.hro .hro__ctr{padding:60px 20px}
.hro .hro__txt h1{font-size:2.2rem}
.hro .hro__txt p{font-size:1.05rem}
}
.dvlp{padding:90px 0;background:#fff}
.dvlp .dvlp__wrp{max-width:1536px;margin:0 auto;padding:0 24px}
.dvlp .dvlp__hd{text-align:center;margin-bottom:64px}
.dvlp .dvlp__hd h2{font-size:2.4rem;font-weight:700;color:#036378;margin:0 0 16px;position:relative;display:inline-block}
.dvlp .dvlp__hd h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#A8F5D7 0%,#F8E51E 100%);border-radius:2px}
.dvlp .dvlp__hd p{font-size:1.1rem;color:#333;line-height:1.7;max-width:820px;margin:24px auto 0}
.dvlp .dvlp__grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.dvlp .dvlp__crd{background:#f8f9fa;padding:36px 28px;border-radius:8px;border-left:4px solid #036378;transition:transform 280ms,box-shadow 280ms}
.dvlp .dvlp__crd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #03637824}
.dvlp .dvlp__crd h3{font-size:1.4rem;font-weight:600;color:#036378;margin:0 0 16px}
.dvlp .dvlp__crd p{font-size:1rem;color:#555;line-height:1.65;margin:0}
@media (max-width: 1024px) {
.dvlp .dvlp__grd{grid-template-columns:repeat(2,1fr);gap:28px}
}
@media (max-width: 640px) {
.dvlp{padding:70px 0}
.dvlp .dvlp__hd{margin-bottom:48px}
.dvlp .dvlp__hd h2{font-size:1.9rem}
.dvlp .dvlp__grd{grid-template-columns:1fr;gap:24px}
}
.qlt{padding:90px 0;background:linear-gradient(142deg,#f1f3f5 0%,#e9ecef 100%);position:relative}
.qlt::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#036378 0%,#A8F5D7 50%,#F8E51E 100%)}
.qlt .qlt__wrp{max-width:1536px;margin:0 auto;padding:0 24px}
.qlt .qlt__ly{display:flex;gap:48px;align-items:center}
.qlt .qlt__img{flex:0 0 480px;position:relative}
.qlt .qlt__img img{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0363782e}
.qlt .qlt__img::after{content:'';position:absolute;bottom:-12px;right:-12px;width:100%;height:100%;border:3px solid #036378;border-radius:8px;z-index:-1}
.qlt .qlt__cnt{flex:1}
.qlt .qlt__cnt h2{font-size:2.2rem;font-weight:700;color:#036378;margin:0 0 24px}
.qlt .qlt__cnt p{font-size:1.05rem;color:#444;line-height:1.7;margin:0 0 28px}
.qlt .qlt__lst{display:flex;flex-direction:column;gap:16px}
.qlt .qlt__itm{display:flex;align-items:flex-start;gap:14px;padding:18px;background:#fff;border-radius:6px;border-left:3px solid #A8F5D7;transition:border-color 280ms}
.qlt .qlt__itm:hover{border-left-color:#036378}
.qlt .qlt__itm::before{content:'→';font-size:1.3rem;font-weight:700;color:#036378;flex-shrink:0}
.qlt .qlt__itm p{margin:0;font-size:1rem;color:#333;line-height:1.6}
@media (max-width: 1024px) {
.qlt .qlt__ly{flex-direction:column;gap:36px}
.qlt .qlt__img{flex:0 0 auto;width:100%}
}
@media (max-width: 640px) {
.qlt{padding:70px 0}
.qlt .qlt__img img{height:380px}
.qlt .qlt__cnt h2{font-size:1.8rem}
}
.srvtp{padding:90px 0;background:#fff}
.srvtp .srvtp__wrp{max-width:1536px;margin:0 auto;padding:0 24px}
.srvtp .srvtp__hd{text-align:center;margin-bottom:56px}
.srvtp .srvtp__hd h2{font-size:2.3rem;font-weight:700;color:#036378;margin:0 0 20px}
.srvtp .srvtp__hd p{font-size:1.08rem;color:#444;line-height:1.7;max-width:780px;margin:0 auto}
.srvtp .srvtp__tabs{display:flex;justify-content:center;gap:12px;margin-bottom:48px;flex-wrap:wrap}
.srvtp .srvtp__tab{display:none}
.srvtp .srvtp__lbl{padding:12px 28px;background:#f1f3f5;border:2px solid transparent;border-radius:6px;font-size:1rem;font-weight:600;color:#036378;cursor:pointer;transition:all 280ms}
.srvtp .srvtp__lbl:hover{background:#e9ecef;border-color:#A8F5D7}
.srvtp .srvtp__tab:checked + .srvtp__lbl{background:#036378;color:#fff;border-color:#036378}
.srvtp .srvtp__pnl{display:none;animation:fdIn 350ms ease-out}
.srvtp .srvtp__tab:checked ~ .srvtp__pnl{display:block}
@keyframes fdIn {
from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:translateY(0)}
}
.srvtp .srvtp__crdbox{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.srvtp .srvtp__crd{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:32px;border-radius:8px;border-top:5px solid #F8E51E;position:relative;overflow:hidden}
.srvtp .srvtp__crd::before{content:'';position:absolute;top:-50%;right:-10%;width:180px;height:180px;background:radial-gradient(circle,#a8f5d733 0%,transparent 70%);border-radius:50%}
.srvtp .srvtp__crd h3{font-size:1.5rem;font-weight:600;color:#036378;margin:0 0 18px;position:relative}
.srvtp .srvtp__crd p{font-size:1rem;color:#555;line-height:1.65;margin:0 0 20px}
.srvtp .srvtp__crd ul{list-style:none;padding:0;margin:0}
.srvtp .srvtp__crd li{font-size:.95rem;color:#666;line-height:1.7;padding-left:24px;position:relative;margin-bottom:10px}
.srvtp .srvtp__crd li::before{content:'✓';position:absolute;left:0;color:#036378;font-weight:700}
@media (max-width: 768px) {
.srvtp{padding:70px 0}
.srvtp .srvtp__hd h2{font-size:1.9rem}
.srvtp .srvtp__crdbox{grid-template-columns:1fr;gap:24px}
}
.mtv{padding:90px 0;background:linear-gradient(158deg,#036378 0%,#024556 100%);position:relative;overflow:hidden}
.mtv::before{content:'';position:absolute;top:-40%;left:-15%;width:600px;height:600px;background:radial-gradient(circle,#f8e51e1a 0%,transparent 70%);border-radius:50%}
.mtv .mtv__wrp{max-width:1536px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.mtv .mtv__grd{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.mtv .mtv__cnt h2{font-size:2.2rem;font-weight:700;color:#fff;margin:0 0 24px}
.mtv .mtv__cnt p{font-size:1.08rem;color:#ffffffe6;line-height:1.7;margin:0 0 32px}
.mtv .mtv__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.mtv .mtv__stat{background:#ffffff1f;padding:24px 20px;border-radius:6px;border-left:4px solid #A8F5D7;backdrop-filter:blur(8px)}
.mtv .mtv__stat .num{font-size:2.6rem;font-weight:700;color:#F8E51E;margin:0 0 8px;display:block}
.mtv .mtv__stat .lbl{font-size:.95rem;color:#ffffffd9;line-height:1.4}
.mtv .mtv__imgb{position:relative}
.mtv .mtv__imgb img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 16px 48px #0000004d}
.mtv .mtv__imgb::after{content:'';position:absolute;top:-16px;right:-16px;width:100%;height:100%;border:3px solid #A8F5D7;border-radius:8px;z-index:-1}
@media (max-width: 1024px) {
.mtv .mtv__grd{grid-template-columns:1fr;gap:42px}
.mtv .mtv__imgb{order:-1}
}
@media (max-width: 640px) {
.mtv{padding:70px 0}
.mtv .mtv__cnt h2{font-size:1.8rem}
.mtv .mtv__stats{grid-template-columns:1fr}
.mtv .mtv__imgb img{height:340px}
}
.aftrw{padding:90px 0;background:#fff}
.aftrw .aftrw__wrp{max-width:1536px;margin:0 auto;padding:0 24px}
.aftrw .aftrw__ly{display:flex;gap:52px;align-items:flex-start}
.aftrw .aftrw__imgbox{flex:0 0 440px;position:relative}
.aftrw .aftrw__imgbox img{width:100%;height:500px;object-fit:cover;border-radius:8px;box-shadow:0 8px 28px #03637829}
.aftrw .aftrw__imgbox::before{content:'';position:absolute;bottom:-14px;left:-14px;width:100%;height:100%;background:linear-gradient(135deg,#A8F5D7 0%,#F8E51E 100%);opacity:.3;border-radius:8px;z-index:-1}
.aftrw .aftrw__txt{flex:1}
.aftrw .aftrw__txt h2{font-size:2.3rem;font-weight:700;color:#036378;margin:0 0 24px}
.aftrw .aftrw__txt p{font-size:1.05rem;color:#444;line-height:1.7;margin:0 0 32px}
.aftrw .aftrw__steps{display:flex;flex-direction:column;gap:22px}
.aftrw .aftrw__step{display:flex;gap:18px;padding:22px;background:#f8f9fa;border-radius:6px;border-left:4px solid #036378;transition:transform 280ms,box-shadow 280ms}
.aftrw .aftrw__step:hover{transform:translateX(8px);box-shadow:0 6px 18px #0363781f}
.aftrw .aftrw__step .num{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#036378 0%,#024d5f 100%);color:#fff;font-size:1.3rem;font-weight:700;border-radius:50%}
.aftrw .aftrw__step .cnt{flex:1}
.aftrw .aftrw__step h3{font-size:1.2rem;font-weight:600;color:#036378;margin:0 0 8px}
.aftrw .aftrw__step p{font-size:.98rem;color:#555;line-height:1.6;margin:0}
.aftrw .aftrw__cta{margin-top:36px;display:flex;gap:16px;flex-wrap:wrap}
.aftrw .aftrw__btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#036378;color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:6px;transition:all 280ms;box-shadow:0 4px 12px #03637833;position:relative;z-index:5}
.aftrw .aftrw__btn:hover{background:#024d5f;transform:translateY(-3px);box-shadow:0 8px 20px #03637847}
.aftrw .aftrw__btn--sec{background:transparent;color:#036378;border:2px solid #036378;box-shadow:none}
.aftrw .aftrw__btn--sec:hover{background:#f1f3f5;transform:translateY(-3px);box-shadow:0 6px 16px #03637824}
@media (max-width: 1024px) {
.aftrw .aftrw__ly{flex-direction:column;gap:40px}
.aftrw .aftrw__imgbox{flex:0 0 auto;width:100%}
}
@media (max-width: 640px) {
.aftrw{padding:70px 0}
.aftrw .aftrw__txt h2{font-size:1.9rem}
.aftrw .aftrw__imgbox img{height:360px}
.aftrw .aftrw__cta{flex-direction:column}
.aftrw .aftrw__btn{width:100%;justify-content:center}
}
.cntHd{background:linear-gradient(127deg,#036378 0%,#024d5e 100%);padding:80px 20px;position:relative;overflow:hidden}
.cntHd::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a8f5d726 0%,transparent 70%);border-radius:50%}
.cntHd::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#f8e51e1f 0%,transparent 70%);border-radius:50%}
.hdWrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.hdTxt h1{font-size:3rem;color:#A8F5D7;margin:0 0 16px;font-weight:700;line-height:1.2}
.hdTxt .subline{font-size:1.25rem;color:#fff;line-height:1.6;max-width:700px;opacity:.95}
.mainCnt{max-width:1536px;margin:0 auto;padding:0 20px}
.formSec{padding:100px 20px 80px;background:linear-gradient(215deg,#f8f9fa 0%,#fff 100%)}
.formBox{max-width:800px;margin:0 auto;background:#fff;padding:60px;border-radius:8px;box-shadow:0 4px 24px #03637814}
.formBox h2{font-size:2rem;color:#036378;margin:0 0 12px;font-weight:600}
.formBox .intro{font-size:1rem;color:#5a6c7d;line-height:1.6;margin:0 0 48px}
.fldGrp{margin-bottom:32px}
.fldGrp label{display:block;font-size:.9rem;font-weight:500;color:#2c3e50;margin-bottom:8px}
.fldGrp input[type="text"],.fldGrp input[type="email"],.fldGrp input[type="tel"]{width:100%;padding:14px 18px;font-size:1rem;border:2px solid #e1e8ed;border-radius:6px;transition:all 300ms ease;background:#fafbfc}
.fldGrp input:focus{outline:none;border-color:#036378;background:#fff;box-shadow:0 0 0 4px #0363781a}
.rateSec{margin:40px 0;padding:32px;background:linear-gradient(135deg,#f0fdf9 0%,#fafbfc 100%);border-radius:6px;border-left:4px solid #A8F5D7}
.rateSec h3{font-size:1.1rem;color:#036378;margin:0 0 20px;font-weight:600}
.rateOpts{display:flex;gap:12px;flex-wrap:wrap}
.rateOpts input[type="radio"]{display:none}
.rateOpts label{flex:1;min-width:120px;padding:14px 20px;text-align:center;border:2px solid #d4e5ec;border-radius:6px;cursor:pointer;transition:all 280ms ease;font-weight:500;color:#4a5f73;background:#fff}
.rateOpts label:hover{border-color:#036378;background:#f8fdff}
.rateOpts input[type="radio"]:checked + label{background:#036378;border-color:#036378;color:#fff;box-shadow:0 3px 12px #03637840;transform:translateY(-2px)}
.privCheck{margin:32px 0;display:flex;align-items:flex-start;gap:12px}
.privCheck input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer}
.privCheck label{font-size:.9rem;color:#5a6c7d;line-height:1.6;cursor:pointer}
.privCheck a{color:#036378;text-decoration:underline}
.privCheck a:hover{color:#024d5e}
.submitBtn{width:100%;padding:16px 32px;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#036378 0%,#025161 100%);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all 320ms ease;box-shadow:0 4px 16px #03637833}
.submitBtn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0363784d;background:linear-gradient(135deg,#024d5e 0%,#036378 100%)}
.submitBtn:active{transform:translateY(-1px)}
.infoPnl{padding:80px 20px;background:#fff}
.infoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1200px;margin:0 auto}
.infoCard{padding:40px 32px;background:linear-gradient(145deg,#fafbfc 0%,#f4f6f8 100%);border-radius:8px;border:1px solid #e5eaef;transition:all 320ms ease}
.infoCard:hover{transform:translateY(-6px);box-shadow:0 8px 28px #0363781f;border-color:#A8F5D7}
.infoCard .icon{width:56px;height:56px;background:linear-gradient(135deg,#036378 0%,#025161 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.infoCard .icon svg{width:28px;height:28px;fill:#A8F5D7}
.infoCard h3{font-size:1.2rem;color:#036378;margin:0 0 12px;font-weight:600}
.infoCard .detail{font-size:1rem;color:#4a5f73;line-height:1.7;margin:0}
.infoCard a{color:#036378;text-decoration:none;font-weight:500}
.infoCard a:hover{text-decoration:underline}
.timeSec{padding:80px 20px;background:linear-gradient(165deg,#036378 0%,#024653 100%);position:relative;overflow:hidden}
.timeSec::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,#f8e51e14 0%,transparent 70%);border-radius:50%}
.timeWrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.timeWrap h2{font-size:2.2rem;color:#A8F5D7;margin:0 0 48px;text-align:center;font-weight:700}
.timeGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}
.timeItem{padding:32px 28px;background:#ffffff0d;border:1px solid #a8f5d733;border-radius:6px;backdrop-filter:blur(10px)}
.timeItem h4{font-size:1rem;color:#F8E51E;margin:0 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.timeItem p{font-size:1.1rem;color:#fff;margin:0;line-height:1.6}
@media (max-width: 768px) {
.cntHd{padding:60px 20px}
.hdTxt h1{font-size:2rem}
.hdTxt .subline{font-size:1.1rem}
.formBox{padding:40px 24px}
.formBox h2{font-size:1.6rem}
.rateOpts{flex-direction:column}
.rateOpts label{min-width:100%}
.infoGrid{grid-template-columns:1fr}
.timeGrid{grid-template-columns:1fr}
.timeWrap h2{font-size:1.8rem}
}
@media (max-width: 480px) {
.hdTxt h1{font-size:1.6rem}
.formBox{padding:32px 20px}
.formBox h2{font-size:1.4rem}
.submitBtn{font-size:1rem;padding:14px 24px}
}
.srvc{max-width:1536px;margin:0 auto;padding:0}
.tle{background:linear-gradient(127deg,#036378 0%,#036378 35%,#A8F5D7 100%);padding:90px 24px 110px;position:relative;overflow:hidden}
.tle::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f8e51e26 0%,transparent 70%);border-radius:50%}
.tle .wrapInner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.tle .txtZone{flex:1.2}
.tle h1{font-size:48px;line-height:1.15;color:#fff;margin:0 0 20px;font-weight:700}
.tle .subTxt{font-size:19px;line-height:1.6;color:#ffffffeb;margin:0}
.tle .imgZone{flex:1;position:relative}
.tle .imgZone img{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 40px #00000040;display:block}
.ovrvw{padding:80px 24px;background:#fff}
.ovrvw .inn{max-width:1200px;margin:0 auto}
.ovrvw h2{font-size:36px;line-height:1.3;color:#036378;margin:0 0 18px;font-weight:700}
.ovrvw .intro{font-size:18px;line-height:1.7;color:#2d3748;margin:0 0 50px;max-width:820px}
.ovrvw .grdLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.ovrvw .crd{background:linear-gradient(160deg,#f7fafc 0%,#edf2f7 100%);padding:32px 26px;border-radius:10px;border:2px solid #e2e8f0;transition:all 350ms;position:relative}
.ovrvw .crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#036378 0%,#A8F5D7 100%);transition:height 300ms;border-radius:10px 0 0 10px}
.ovrvw .crd:hover::before{height:100%}
.ovrvw .crd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #03637826;border-color:#A8F5D7}
.ovrvw .crd h3{font-size:22px;line-height:1.4;color:#036378;margin:0 0 14px;font-weight:600}
.ovrvw .crd p{font-size:16px;line-height:1.65;color:#4a5568;margin:0}
.prcs{padding:85px 24px;background:linear-gradient(95deg,#036378 0%,#024a5c 100%);position:relative;overflow:hidden}
.prcs::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#a8f5d71f 0%,transparent 65%);border-radius:50%}
.prcs .inn{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.prcs h2{font-size:38px;line-height:1.25;color:#fff;margin:0 0 52px;text-align:center;font-weight:700}
.prcs .stpWrap{display:flex;flex-direction:column;gap:24px}
.prcs .stpItm{background:#ffffff14;border:1px solid #a8f5d733;border-radius:8px;padding:28px 32px;display:flex;flex-direction:row;align-items:flex-start;gap:24px;transition:all 320ms}
.prcs .stpItm:hover{background:#ffffff1f;border-color:#a8f5d766;transform:translateX(6px)}
.prcs .stpNum{background:linear-gradient(135deg,#A8F5D7 0%,#F8E51E 100%);color:#036378;font-size:24px;font-weight:700;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #a8f5d74d}
.prcs .stpCont h3{font-size:21px;line-height:1.35;color:#fff;margin:0 0 10px;font-weight:600}
.prcs .stpCont p{font-size:16px;line-height:1.65;color:#ffffffd9;margin:0}
.app{padding:75px 24px;background:#f7fafc}
.app .inn{max-width:1000px;margin:0 auto;display:flex;flex-direction:row;gap:50px;align-items:center}
.app .visZone{flex:1}
.app .visZone img{width:100%;height:auto;border-radius:8px;box-shadow:0 6px 20px #0000001f;display:block}
.app .txtZone{flex:1.1}
.app h2{font-size:34px;line-height:1.3;color:#036378;margin:0 0 16px;font-weight:700}
.app .desc{font-size:17px;line-height:1.7;color:#2d3748;margin:0 0 22px}
.app .bnftLst{list-style:none;padding:0;margin:0 0 28px}
.app .bnftLst li{font-size:16px;line-height:1.6;color:#4a5568;margin:0 0 12px;padding-left:32px;position:relative}
.app .bnftLst li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:linear-gradient(135deg,#A8F5D7 0%,#F8E51E 100%);border-radius:50%;box-shadow:0 2px 6px #a8f5d766}
.app .cta{display:inline-block;background:linear-gradient(120deg,#036378 0%,#024a5c 100%);color:#fff;font-size:17px;font-weight:600;padding:14px 32px;border-radius:6px;text-decoration:none;transition:all 300ms;box-shadow:0 4px 14px #03637840}
.app .cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #03637859;background:linear-gradient(120deg,#024a5c 0%,#036378 100%)}
.tstmnl{padding:80px 24px;background:linear-gradient(105deg,#fff 0%,#f7fafc 100%)}
.tstmnl .inn{max-width:1200px;margin:0 auto}
.tstmnl h2{font-size:36px;line-height:1.3;color:#036378;margin:0 0 46px;text-align:center;font-weight:700}
.tstmnl .grdRvw{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.tstmnl .rvwCard{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:30px 28px;position:relative;transition:all 340ms}
.tstmnl .rvwCard::before{content:'"';position:absolute;top:18px;left:22px;font-size:80px;line-height:1;color:#a8f5d74d;font-family:Georgia,serif}
.tstmnl .rvwCard:hover{border-color:#A8F5D7;box-shadow:0 6px 18px #0363781a;transform:translateY(-3px)}
.tstmnl .rvwTxt{font-size:16px;line-height:1.7;color:#2d3748;margin:0 0 20px;position:relative;z-index:2}
.tstmnl .rvwAuth{font-size:17px;font-weight:600;color:#036378;margin:0}
.tstmnl .rvwRtng{margin:8px 0 0;display:flex;flex-direction:row;gap:4px}
.tstmnl .str{width:18px;height:18px;background:linear-gradient(135deg,#F8E51E 0%,#A8F5D7 100%);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
@media (max-width: 1024px) {
.tle .wrapInner{flex-direction:column;gap:40px}
.tle h1{font-size:38px}
.ovrvw .grdLayout{grid-template-columns:repeat(2,1fr)}
.app .inn{flex-direction:column;gap:36px}
.tstmnl .grdRvw{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.tle{padding:60px 20px 70px}
.tle h1{font-size:32px}
.tle .subTxt{font-size:17px}
.ovrvw{padding:60px 20px}
.ovrvw h2{font-size:30px}
.ovrvw .grdLayout{grid-template-columns:1fr;gap:22px}
.prcs{padding:65px 20px}
.prcs h2{font-size:32px;margin-bottom:36px}
.prcs .stpItm{flex-direction:column;gap:18px}
.app{padding:60px 20px}
.app h2{font-size:28px}
.tstmnl{padding:60px 20px}
.tstmnl h2{font-size:30px}
}
@media (max-width: 480px) {
.tle h1{font-size:28px}
.tle .subTxt{font-size:16px}
.ovrvw h2{font-size:26px}
.prcs h2{font-size:28px}
.app h2{font-size:26px}
.tstmnl h2{font-size:26px}
}
.heroMain{position:relative;width:100%;height:100vh;overflow:hidden}
.heroMain__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(0.7) saturate(1.1)}
.heroMain__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#03637899 0%,#a8f5d74d 50%,#f8e51e66 100%);animation:gradShift 12s ease-in-out infinite}
@keyframes gradShift {
0%,100%{opacity:.8}
50%{opacity:.6}
}
.heroMain__wrap{position:absolute;bottom:12%;left:50%;transform:translateX(-50%);max-width:1536px;width:90%;z-index:2}
.heroMain__h1{font-size:3.8rem;font-weight:700;color:#fff;margin:0 0 1.5rem;text-shadow:2px 4px 8px #0006;line-height:1.2}
.heroMain__txt{font-size:1.3rem;color:#fff;max-width:720px;line-height:1.6;text-shadow:1px 2px 6px #00000080;margin:0}
.stryWrap{width:100%;max-width:1536px;margin:0 auto;padding:0 20px}
.stry{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:120px 0 80px;align-items:start}
.stry__col1{padding-right:20px}
.stry__h2{font-size:2.8rem;font-weight:700;color:#036378;margin:0 0 1rem;line-height:1.3}
.stry__line{width:80px;height:4px;background:linear-gradient(90deg,#036378 0%,#A8F5D7 100%);margin-bottom:2rem}
.stry__p{font-size:1.1rem;line-height:1.7;color:#2d3748;margin:0 0 1.5rem}
.stry__col2{position:relative}
.stry__img{width:100%;height:auto;border-radius:8px;box-shadow:4px 6px 16px #03637833}
.journey{padding:60px 0 100px;position:relative}
.journey::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#036378 0%,#A8F5D7 100%);transform:translateX(-50%)}
.journey__step{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:60px;position:relative}
.journey__step:nth-child(odd) .journey__num{text-align:right;padding-right:60px}
.journey__step:nth-child(odd) .journey__info{padding-left:60px}
.journey__step:nth-child(even){direction:rtl}
.journey__step:nth-child(even) .journey__num{text-align:left;padding-left:60px}
.journey__step:nth-child(even) .journey__info{direction:ltr;padding-right:60px}
.journey__num{font-size:3rem;font-weight:800;color:#036378;position:relative}
.journey__num::after{content:'';position:absolute;width:16px;height:16px;background:#F8E51E;border:3px solid #036378;border-radius:50%;top:50%;transform:translateY(-50%)}
.journey__step:nth-child(odd) .journey__num::after{right:-8px}
.journey__step:nth-child(even) .journey__num::after{left:-8px}
.journey__h3{font-size:1.6rem;font-weight:600;color:#036378;margin:0 0 .8rem}
.journey__txt{font-size:1.05rem;line-height:1.6;color:#4a5568;margin:0}
.philos{padding:80px 0;background:linear-gradient(125deg,#a8f5d726 0%,#f8e51e1a 100%)}
.philos__h2{font-size:2.6rem;font-weight:700;color:#036378;text-align:center;margin:0 0 3rem}
.philos__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.philos__card{background:#fff;padding:40px;border-radius:10px;box-shadow:3px 5px 12px #03637826;transition:transform .3s ease,box-shadow .3s ease}
.philos__card:hover{transform:translateY(-4px);box-shadow:5px 8px 20px #03637840}
.philos__icon{margin-bottom:1.5rem}
.philos__h4{font-size:1.4rem;font-weight:600;color:#036378;margin:0 0 1rem}
.philos__txt{font-size:1.05rem;line-height:1.6;color:#4a5568;margin:0}
.teamInfo{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:100px 0;align-items:center}
.teamInfo__img{width:100%;height:auto;border-radius:10px;box-shadow:5px 7px 18px #03637833}
.teamInfo__h2{font-size:2.6rem;font-weight:700;color:#036378;margin:0 0 1.5rem;line-height:1.3}
.teamInfo__p{font-size:1.1rem;line-height:1.7;color:#2d3748;margin:0 0 1.5rem}
.teamInfo__box{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:2.5rem}
.teamInfo__stat{text-align:center;padding:25px;background:linear-gradient(135deg,#a8f5d733 0%,#0363781a 100%);border-radius:8px;border:2px solid #03637826}
.teamInfo__num{font-size:2.4rem;font-weight:800;color:#036378;margin-bottom:.5rem}
.teamInfo__label{font-size:.95rem;color:#4a5568;line-height:1.4}
.caseShowcase{padding:80px 0}
.caseShowcase__h2{font-size:2.6rem;font-weight:700;color:#036378;text-align:center;margin:0 0 3rem}
.caseShowcase__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.caseShowcase__item{background:#fff;padding:35px;border-left:5px solid #F8E51E;border-radius:6px;box-shadow:2px 4px 10px #00000014;position:relative;transition:box-shadow .3s ease}
.caseShowcase__item:hover{box-shadow:4px 7px 16px #03637833}
.caseShowcase__marker{position:absolute;top:20px;right:25px;font-size:3rem;font-weight:800;color:#0363781a}
.caseShowcase__h4{font-size:1.4rem;font-weight:600;color:#036378;margin:0 0 1rem;position:relative;z-index:1}
.caseShowcase__desc{font-size:1.05rem;line-height:1.6;color:#4a5568;margin:0}
.approach{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;padding:100px 0;align-items:center;background:linear-gradient(110deg,#f8e51e14 0%,#a8f5d71f 100%)}
.approach__h2{font-size:2.6rem;font-weight:700;color:#036378;margin:0 0 1.5rem;line-height:1.3}
.approach__p{font-size:1.1rem;line-height:1.7;color:#2d3748;margin:0 0 1.5rem}
.approach__img{width:100%;height:auto;border-radius:10px;box-shadow:5px 7px 18px #03637833}
.whyNow{padding:80px 0}
.whyNow__h2{font-size:2.6rem;font-weight:700;color:#036378;text-align:center;margin:0 0 3rem}
.whyNow__content{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.whyNow__block{padding:35px;background:#fff;border-radius:8px;border-top:4px solid #036378;box-shadow:3px 5px 12px #00000014;transition:transform .3s ease}
.whyNow__block:hover{transform:translateY(-5px)}
.whyNow__h4{font-size:1.35rem;font-weight:600;color:#036378;margin:0 0 1rem;line-height:1.4}
.whyNow__txt{font-size:1.05rem;line-height:1.6;color:#4a5568;margin:0}
.finalCta{padding:100px 0;background:linear-gradient(125deg,#0363780d 0%,#a8f5d71f 50%,#f8e51e14 100%)}
.finalCta__inner{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}
.finalCta__img{width:100%;height:auto;border-radius:10px;box-shadow:5px 7px 18px #03637833}
.finalCta__h2{font-size:2.6rem;font-weight:700;color:#036378;margin:0 0 1.5rem;line-height:1.3}
.finalCta__p{font-size:1.1rem;line-height:1.7;color:#2d3748;margin:0 0 2rem}
.finalCta__btn{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#036378 0%,#025166 100%);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;box-shadow:3px 5px 12px #03637840;transition:all .3s ease;position:relative;z-index:5}
.finalCta__btn:hover{background:linear-gradient(135deg,#025166 0%,#036378 100%);transform:translateY(-2px);box-shadow:4px 7px 16px #03637859}
@media (max-width: 1024px) {
.heroMain__h1{font-size:3rem}
.heroMain__txt{font-size:1.15rem}
.stry{grid-template-columns:1fr;gap:40px}
.journey::before{left:30px}
.journey__step{grid-template-columns:1fr;gap:20px;padding-left:70px}
.journey__step:nth-child(even){direction:ltr}
.journey__num{text-align:left!important;padding:0!important}
.journey__num::after{left:-50px!important;right:auto!important}
.journey__info{padding:0!important}
.philos__grid{grid-template-columns:1fr}
.teamInfo{grid-template-columns:1fr;gap:40px}
.teamInfo__box{grid-template-columns:1fr}
.caseShowcase__grid{grid-template-columns:1fr}
.approach{grid-template-columns:1fr}
.whyNow__content{grid-template-columns:1fr}
.finalCta__inner{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.heroMain__h1{font-size:2.2rem}
.heroMain__txt{font-size:1rem}
.heroMain__wrap{bottom:8%}
.stry__h2,.philos__h2,.teamInfo__h2,.caseShowcase__h2,.approach__h2,.whyNow__h2,.finalCta__h2{font-size:2rem}
.stry{padding:80px 0 60px}
.journey__num{font-size:2.2rem}
.philos__card,.whyNow__block,.caseShowcase__item{padding:25px}
}
.succWrap{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:80px 20px;background:linear-gradient(148deg,#036378 0%,#A8F5D7 100%);position:relative;overflow:hidden}
.succWrap::before{content:'';position:absolute;width:420px;height:420px;background:#F8E51E;border-radius:50%;top:-140px;right:-80px;opacity:.15}
.succWrap::after{content:'';position:absolute;width:280px;height:280px;background:#ffffff14;bottom:-100px;left:-60px;transform:rotate(45deg)}
.centerCard{max-width:680px;width:100%;background:#fffffff7;padding:70px 50px;border-radius:8px;box-shadow:0 6px 28px #0363782e;text-align:center;position:relative;z-index:2}
.iconHolder{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#036378 0%,#A8F5D7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulseGrow 2s ease-in-out infinite}
@keyframes pulseGrow {
0%,100%{transform:scale(1);box-shadow:0 4px 16px #03637840}
50%{transform:scale(1.05);box-shadow:0 6px 24px #03637859}
}
.iconHolder::after{content:'';position:absolute;width:110%;height:110%;border:2px solid #A8F5D7;border-radius:50%;animation:ringExpand 2s ease-in-out infinite}
@keyframes ringExpand {
0%{transform:scale(1);opacity:.6}
100%{transform:scale(1.3);opacity:0}
}
.iconHolder svg{width:48px;height:48px;fill:#fff}
.centerCard h1{font-size:38px;font-weight:700;color:#036378;margin:0 0 18px;line-height:1.2}
.centerCard .subHead{font-size:20px;color:#555;margin:0 0 28px;line-height:1.5}
.centerCard .descTxt{font-size:16px;color:#666;line-height:1.7;margin:0 0 40px}
.actionRow{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.actionRow .primBtn{background:linear-gradient(135deg,#036378 0%,#A8F5D7 100%);color:#fff;padding:16px 36px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;box-shadow:0 3px 12px #03637840;transition:all 280ms ease;display:inline-block;position:relative;z-index:10}
.actionRow .primBtn:hover{transform:translateY(-2px);box-shadow:0 5px 18px #03637859}
.actionRow .secBtn{background:transparent;color:#036378;padding:16px 36px;border:2px solid #036378;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;transition:all 280ms ease;display:inline-block;position:relative;z-index:10}
.actionRow .secBtn:hover{background:#036378;color:#fff;transform:translateY(-2px)}
.infoArea{max-width:1536px;margin:0 auto;padding:90px 20px;background:#fff}
.infoGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.infoBox{background:linear-gradient(135deg,#0363780a 0%,#a8f5d714 100%);padding:38px 28px;border-radius:8px;border-left:4px solid #A8F5D7;transition:all 320ms ease}
.infoBox:hover{border-left-color:#F8E51E;transform:translateX(6px);box-shadow:0 4px 18px #0363781f}
.infoBox h3{font-size:22px;color:#036378;margin:0 0 14px;font-weight:600}
.infoBox p{font-size:15px;color:#555;line-height:1.6;margin:0}
.infoBox .miniIcon{width:42px;height:42px;background:#036378;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.infoBox .miniIcon svg{width:22px;height:22px;fill:#A8F5D7}
@media (max-width: 1024px) {
.infoGrid{grid-template-columns:repeat(2,1fr);gap:24px}
.centerCard{padding:50px 35px}
.centerCard h1{font-size:32px}
}
@media (max-width: 768px) {
.succWrap{padding:60px 16px;min-height:75vh}
.centerCard{padding:40px 24px}
.centerCard h1{font-size:28px}
.centerCard .subHead{font-size:18px}
.actionRow{flex-direction:column}
.actionRow .primBtn,.actionRow .secBtn{width:100%;text-align:center}
.infoGrid{grid-template-columns:1fr;gap:20px}
.infoArea{padding:60px 16px}
.iconHolder{width:80px;height:80px}
.iconHolder svg{width:40px;height:40px}
}
@media (max-width: 480px) {
.centerCard h1{font-size:24px}
.centerCard .subHead{font-size:16px}
.actionRow .primBtn,.actionRow .secBtn{padding:14px 28px;font-size:15px}
}