@import "https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;1,300;0,400;1,400;0,700;1,700&display=swap";
html{box-sizing:border-box;scroll-behavior:smooth}
*,:before,:after{box-sizing:inherit}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;margin:0;padding:0;background:#FEFEFE;color:#2A2A2A;line-height:1.6;overflow-x:hidden}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#F5F5F5;border-radius:5px}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#198177 0%,#FF8679 100%);border-radius:5px;transition:all .2s ease}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#156d64 0%,#ff6f5f 100%);box-shadow:0 0 8px #19817766}
.heado-wrapper{background:linear-gradient(135deg,#FFF 0%,#F8FFFE 50%,#FFF9F8 100%);box-shadow:0 4px 16px #19817714 0 2px 8px #ff86790f;position:relative;z-index:1000}
.heado-toprow{border-bottom:1px solid #1981771a;padding:18px 0}
.heado-toprow .containerMain{max-width:1536px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.logoBox{display:flex;align-items:center;flex-shrink:0}
.logoBox img{height:110px;width:110px;object-fit:contain;display:block;background:#ffffffe6;padding:8px;border-radius:4px;box-shadow:0 2px 8px #1981771f}
.mainNavi{display:flex;gap:8px;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.mainNavi > li{position:relative}
.mainNavi > li > a{display:block;padding:10px 18px;text-decoration:none;color:#2A2A2A;font-size:15px;font-weight:400;border-radius:3px;transition:all .18s ease;white-space:nowrap}
.mainNavi > li > a:hover{background:#1981770f;color:#198177}
.mainNavi .hasDropdown{position:relative}
.mainNavi .hasDropdown > a::after{content:'▾';margin-left:6px;font-size:11px;opacity:.7}
.submenuDrop{position:absolute;top:100%;left:0;background:#FFF;min-width:200px;padding:8px 0;margin-top:0;list-style:none;box-shadow:0 6px 20px #19817726 0 2px 6px #00000014;border-radius:4px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:2000}
.mainNavi .hasDropdown:hover .submenuDrop{opacity:1;visibility:visible;transform:translateY(0)}
.submenuDrop li a{display:block;padding:10px 20px;color:#2A2A2A;text-decoration:none;font-size:14px;transition:all .16s ease}
.submenuDrop li a:hover{background:#19817714;color:#198177;padding-left:24px}
.heado-bottomrow{padding:16px 0}
.heado-bottomrow .containerMain{max-width:1536px;margin:0 auto;padding:0 24px}
.companyTitle{font-size:15px;font-weight:300;color:#666;letter-spacing:.3px;margin:0}
.ctaButtGroup{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px}
.cta-primary{padding:13px 28px;background:linear-gradient(135deg,#198177 0%,#156d64 100%);color:#FFF;text-decoration:none;border-radius:4px;font-size:15px;font-weight:500;box-shadow:0 4px 12px #19817740;transition:all .2s ease;display:inline-block}
.cta-primary:hover{background:linear-gradient(135deg,#156d64 0%,#124f49 100%);box-shadow:0 6px 16px #19817759;transform:translateY(-1px)}
.cta-secondary{padding:13px 28px;background:transparent;color:#198177;text-decoration:none;border:2px solid #198177;border-radius:4px;font-size:15px;font-weight:500;transition:all .2s ease;display:inline-block}
.cta-secondary:hover{background:#1981770f;border-color:#156d64}
.cta-tertiary{padding:13px 28px;background:transparent;color:#FF8679;text-decoration:none;border:2px solid #FF8679;border-radius:4px;font-size:15px;font-weight:500;transition:all .2s ease;display:inline-block}
.cta-tertiary:hover{background:#ff867914;border-color:#ff6f5f}
.foot{background:linear-gradient(135deg,#F8FFFE 0%,#FFF 50%,#FFF9F8 100%);padding:60px 0 40px;margin-top:80px;border-top:1px solid #1981771f}
.foot .containerMain{max-width:1536px;margin:0 auto;padding:0 24px}
.footGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:60px;margin-bottom:50px}
.footBlock h3{font-size:16px;font-weight:600;color:#198177;margin:0 0 20px;letter-spacing:.3px}
.footBlock p,.footBlock address{font-size:14px;line-height:1.8;color:#555;margin:0 0 12px;font-style:normal}
.footBlock a{color:#198177;text-decoration:none;transition:color .18s ease}
.footBlock a:hover{color:#156d64}
.footNav{list-style:none;padding:0;margin:0}
.footNav li{margin-bottom:10px}
.footNav a{display:inline-block;font-size:14px;color:#555;text-decoration:none;transition:all .16s ease}
.footNav a:hover{color:#198177;padding-left:6px}
.copyright{text-align:center;padding-top:30px;border-top:1px solid #1981771a;color:#777;font-size:13px}
.cookieBanner{position:fixed;bottom:24px;left:24px;background:#FFF;padding:28px 32px;border-radius:5px;box-shadow:0 8px 28px #00000024 0 2px 8px #1981771f;max-width:460px;z-index:9999;opacity:0;transform:translateY(20px);transition:all .3s ease;border:1px solid #19817726}
.cookieBanner.showing{opacity:1;transform:translateY(0)}
.cookieBanner h4{margin:0 0 14px;font-size:17px;color:#198177;font-weight:600}
.cookieBanner p{margin:0 0 18px;font-size:13px;line-height:1.6;color:#555}
.cookieBanner a{color:#198177;text-decoration:underline}
.cookieControls{margin-bottom:18px}
.cookieGroup{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #F0F0F0}
.cookieGroup:last-child{border-bottom:none}
.cookieGroup label{font-size:13px;color:#2A2A2A;flex:1}
.toggleSwitch{position:relative;width:44px;height:24px;background:#DDD;border-radius:12px;cursor:pointer;transition:background .2s ease}
.toggleSwitch.active{background:#198177}
.toggleSwitch::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:#FFF;border-radius:50%;transition:transform .2s ease}
.toggleSwitch.active::after{transform:translateX(20px)}
.cookieButtons{display:flex;gap:10px}
.cookieBtn{flex:1;padding:11px 20px;border:2px solid #198177;background:transparent;color:#198177;border-radius:3px;font-size:13px;font-weight:500;cursor:pointer;transition:all .18s ease;font-family:'Inter',sans-serif}
.cookieBtn:hover{background:#1981770f}
.cookieBtn.acceptAll{background:#198177;color:#FFF}
.cookieBtn.acceptAll:hover{background:#156d64}
.optOutData{margin-top:16px;padding-top:16px;border-top:1px solid #F0F0F0}
.optOutData label{display:flex;align-items:center;gap:8px;font-size:12px;color:#555;cursor:pointer}
.optOutData input[type="checkbox"]{width:16px;height:16px;cursor:pointer}
@media (max-width: 768px) {
.heado-toprow .containerMain{flex-direction:column;gap:20px;align-items:flex-start}
.mainNavi{width:100%;flex-direction:column;gap:4px}
.mainNavi > li{width:100%}
.mainNavi > li > a{width:100%}
.submenuDrop{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding-left:20px;margin-top:4px}
.ctaButtGroup{flex-direction:column;width:100%}
.cta-primary,.cta-secondary,.cta-tertiary{width:100%;text-align:center}
.footGrid{grid-template-columns:1fr;gap:40px}
.cookieBanner{left:12px;right:12px;bottom:12px;max-width:none;padding:20px}
.cookieButtons{flex-direction:column}
}
@media (max-width: 480px) {
.logoBox img{height:80px;width:80px}
.heado-toprow,.heado-bottomrow{padding:12px 0}
.foot{padding:40px 0 30px;margin-top:60px}
}
.sv-doc-wrapper{max-width:1536px;margin:0 auto;padding:80px 24px;background:#FFF}
.sv-doc-wrapper h1{font-size:48px;font-weight:700;color:#198177;line-height:1.2;margin:0 0 32px;letter-spacing:-.02em}
.sv-doc-wrapper h2{font-size:36px;font-weight:700;color:#198177;line-height:1.3;margin:64px 0 24px;letter-spacing:-.01em}
.sv-doc-wrapper h3{font-size:28px;font-weight:600;color:#198177;line-height:1.4;margin:48px 0 20px}
.sv-doc-wrapper h4{font-size:22px;font-weight:600;color:#333;line-height:1.4;margin:36px 0 16px}
.sv-doc-wrapper h5{font-size:18px;font-weight:600;color:#333;line-height:1.5;margin:28px 0 14px}
.sv-doc-wrapper h6{font-size:16px;font-weight:600;color:#555;line-height:1.5;margin:24px 0 12px;text-transform:uppercase;letter-spacing:.05em}
.sv-doc-wrapper p{font-size:17px;line-height:1.8;color:#333;margin:0 0 20px;max-width:820px}
.sv-doc-wrapper strong,.sv-doc-wrapper b{font-weight:700;color:#198177}
.sv-doc-wrapper em,.sv-doc-wrapper i{font-style:italic;color:#555}
.sv-doc-wrapper div{margin:0 0 20px}
.sv-doc-wrapper table{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;background:#FFF;border:1px solid #E0E0E0;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #19817714}
.sv-doc-wrapper thead{background:linear-gradient(135deg,#198177 0%,#1a9184 100%)}
.sv-doc-wrapper thead tr{border:none}
.sv-doc-wrapper thead th{padding:18px 20px;text-align:left;font-size:15px;font-weight:700;color:#FFF;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid #FF8679}
.sv-doc-wrapper tbody tr{border-bottom:1px solid #E8E8E8;transition:background 200ms}
.sv-doc-wrapper tbody tr:last-child{border-bottom:none}
.sv-doc-wrapper tbody tr:hover{background:#F9FAFA}
.sv-doc-wrapper tbody td{padding:16px 20px;font-size:16px;line-height:1.6;color:#333;vertical-align:top}
.sv-doc-wrapper tbody td:first-child{font-weight:600;color:#198177}
.sv-doc-wrapper th{padding:18px 20px;text-align:left;font-size:15px;font-weight:700}
.sv-doc-wrapper td{padding:16px 20px;font-size:16px;line-height:1.6}
@media (max-width: 1024px) {
.sv-doc-wrapper{padding:60px 20px}
.sv-doc-wrapper h1{font-size:38px;margin-bottom:28px}
.sv-doc-wrapper h2{font-size:30px;margin:52px 0 20px}
.sv-doc-wrapper h3{font-size:24px;margin:40px 0 18px}
.sv-doc-wrapper h4{font-size:20px;margin:32px 0 14px}
.sv-doc-wrapper p{font-size:16px;line-height:1.75}
.sv-doc-wrapper table{font-size:15px;margin:28px 0}
.sv-doc-wrapper thead th{padding:14px 16px;font-size:14px}
.sv-doc-wrapper tbody td{padding:12px 16px;font-size:15px}
}
@media (max-width: 768px) {
.sv-doc-wrapper{padding:48px 16px}
.sv-doc-wrapper h1{font-size:32px;margin-bottom:24px}
.sv-doc-wrapper h2{font-size:26px;margin:44px 0 18px}
.sv-doc-wrapper h3{font-size:22px;margin:36px 0 16px}
.sv-doc-wrapper h4{font-size:19px;margin:28px 0 12px}
.sv-doc-wrapper h5{font-size:17px}
.sv-doc-wrapper h6{font-size:15px}
.sv-doc-wrapper p{font-size:15px;line-height:1.7;margin-bottom:18px}
.sv-doc-wrapper table{display:block;overflow-x:auto;margin:24px -16px;width:calc(100% + 32px);border-radius:0;border-left:none;border-right:none}
.sv-doc-wrapper thead th{padding:12px 14px;font-size:13px;white-space:nowrap}
.sv-doc-wrapper tbody td{padding:10px 14px;font-size:14px}
}
@media (max-width: 480px) {
.sv-doc-wrapper{padding:40px 12px}
.sv-doc-wrapper h1{font-size:28px;margin-bottom:20px}
.sv-doc-wrapper h2{font-size:23px;margin:40px 0 16px}
.sv-doc-wrapper h3{font-size:20px;margin:32px 0 14px}
.sv-doc-wrapper h4{font-size:18px;margin:24px 0 12px}
.sv-doc-wrapper p{font-size:15px;margin-bottom:16px}
.sv-doc-wrapper thead th{padding:10px 12px;font-size:12px}
.sv-doc-wrapper tbody td{padding:8px 12px;font-size:13px}
}
.aboutMain{max-width:1536px;margin:0 auto;padding:0 20px}
.heado-container{position:relative;min-height:520px;background:linear-gradient(132deg,#198177 0%,#ff8679bf 48%,#ffffffeb 100%);border-radius:4px;margin:60px 0 80px;display:flex;align-items:center;overflow:hidden}
.heado-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./assets_gallery/2024-06-08_guide2024-10-23.jpg) center/cover no-repeat;opacity:.18;mix-blend-mode:overlay;z-index:1}
.heado-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(268deg,transparent 0%,#19817766 100%);z-index:2;animation:gradSlide 8s ease-in-out infinite}
@keyframes gradSlide {
0%,100%{opacity:.6}
50%{opacity:.9}
}
.heado-inner{position:relative;z-index:3;max-width:880px;padding:70px 60px}
.heado-inner h1{font-size:48px;color:#FFF;margin:0 0 26px;font-weight:600;line-height:1.25;text-shadow:2px 3px 12px #00000026}
.heado-inner p{font-size:19px;color:#FFF;line-height:1.7;margin:0;text-shadow:1px 2px 8px #0000001f}
.storyBlock{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-bottom:90px;align-items:start}
.storyContent h2{font-size:38px;color:#198177;margin:0 0 28px;font-weight:600;line-height:1.3;position:relative;padding-left:18px}
.storyContent h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:38px;background:linear-gradient(180deg,#FF8679 0%,#198177 100%);border-radius:3px}
.storyContent p{font-size:17px;line-height:1.75;color:#333;margin:0 0 22px}
.storyContent p:last-child{margin-bottom:0}
.storyVisuals{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.visualCard{background:linear-gradient(145deg,#FFF 0%,#f8f8f8 100%);padding:32px 26px;border-radius:3px;border:1px solid #1981771f;box-shadow:3px 5px 18px #19817714;transition:transform 180ms ease,box-shadow 180ms ease}
.visualCard:hover{transform:translateY(-4px);box-shadow:5px 8px 24px #19817726}
.visualCard .icon-home,.visualCard .icon-people,.visualCard .icon-bulb,.visualCard .icon-badge{font-size:34px;color:#198177;display:block;margin-bottom:16px}
.visualCard h3{font-size:19px;color:#198177;margin:0 0 12px;font-weight:600}
.visualCard p{font-size:15px;line-height:1.65;color:#555;margin:0}
.valueSec{background:linear-gradient(156deg,#1981770d 0%,#ff867914 100%);padding:80px 0;margin-bottom:90px;border-radius:4px}
.valueInner{max-width:1536px;margin:0 auto;padding:0 20px}
.valueHeading{text-align:center;margin-bottom:60px}
.valueHeading h2{font-size:42px;color:#198177;margin:0 0 20px;font-weight:600;position:relative;display:inline-block}
.valueHeading h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FF8679 0%,#198177 100%);border-radius:2px}
.valueHeading p{font-size:18px;color:#444;margin:20px auto 0;max-width:720px;line-height:1.7}
.valueGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valueItem{background:#FFF;padding:40px 32px;border-radius:3px;box-shadow:4px 6px 20px #1981771a;position:relative;overflow:hidden;transition:transform 200ms ease}
.valueItem::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#198177 0%,#FF8679 100%)}
.valueItem:hover{transform:translateY(-6px)}
.valueItem img{width:100%;height:200px;object-fit:cover;border-radius:3px;margin-bottom:24px}
.valueItem h3{font-size:22px;color:#198177;margin:0 0 16px;font-weight:600}
.valueItem p{font-size:16px;line-height:1.7;color:#555;margin:0}
.approachSection{margin-bottom:80px}
.approachContainer{max-width:1200px;margin:0 auto}
.approachHeading{margin-bottom:50px}
.approachHeading h2{font-size:40px;color:#198177;margin:0 0 18px;font-weight:600}
.approachHeading p{font-size:17px;color:#444;line-height:1.75;margin:0;max-width:880px}
.approachLayout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.approachSteps{display:flex;flex-direction:column;gap:28px}
.stepCard{background:#FFF;border:2px solid #19817726;border-radius:3px;padding:28px 32px;position:relative;transition:border-color 180ms ease,transform 180ms ease}
.stepCard:hover{border-color:#198177;transform:translateX(8px)}
.stepCard::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#FF8679 0%,#198177 100%);opacity:0;transition:opacity 180ms ease}
.stepCard:hover::before{opacity:1}
.stepNumber{display:inline-block;width:42px;height:42px;background:linear-gradient(135deg,#198177 0%,#FF8679 100%);color:#FFF;border-radius:50%;text-align:center;line-height:42px;font-size:20px;font-weight:600;margin-bottom:14px}
.stepCard h4{font-size:20px;color:#198177;margin:0 0 12px;font-weight:600}
.stepCard p{font-size:16px;line-height:1.7;color:#555;margin:0}
.approachVisual{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.visualBox{position:relative;overflow:hidden;border-radius:3px;box-shadow:4px 6px 18px #1981771f}
.visualBox img{width:100%;height:240px;object-fit:cover;transition:transform 220ms ease}
.visualBox:hover img{transform:scale(1.08)}
.visualBox:nth-child(1){grid-column:1 / -1}
.visualBox:nth-child(1) img{height:280px}
@media (max-width: 1024px) {
.heado-inner{padding:50px 40px}
.heado-inner h1{font-size:38px}
.storyBlock{grid-template-columns:1fr;gap:50px}
.valueGrid{grid-template-columns:repeat(2,1fr);gap:30px}
.approachLayout{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.heado-container{min-height:420px;margin:40px 0 60px}
.heado-inner{padding:40px 30px}
.heado-inner h1{font-size:32px;margin-bottom:20px}
.heado-inner p{font-size:17px}
.storyContent h2{font-size:32px;margin-bottom:22px}
.storyVisuals{grid-template-columns:1fr;gap:16px}
.valueSec{padding:60px 0;margin-bottom:60px}
.valueHeading h2{font-size:34px}
.valueGrid{grid-template-columns:1fr;gap:24px}
.approachHeading h2{font-size:32px}
.approachVisual{grid-template-columns:1fr}
.visualBox:nth-child(1) img{height:240px}
}
@media (max-width: 480px) {
.heado-inner{padding:30px 20px}
.heado-inner h1{font-size:28px}
.heado-inner p{font-size:16px}
.storyContent h2{font-size:28px}
.valueHeading h2{font-size:28px}
.approachHeading h2{font-size:28px}
.stepCard{padding:22px 24px}
}
.heroBckg{background:linear-gradient(135deg,#198177 0%,#FF8679 45%,#FFF 100%);padding:90px 20px;position:relative;overflow:hidden}
.heroBckg::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:200%;background:repeating-linear-gradient(-45deg,#ffffff0d,#ffffff0d 20px,transparent 20px,transparent 40px);transform:skewY(-12deg)}
.heroWrap{max-width:1536px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;gap:50px}
.heroTxt{flex:1;color:#FFF}
.heroTxt h1{font-size:3.2rem;font-weight:700;margin:0 0 18px;line-height:1.15;text-shadow:2px 2px 8px #00000026}
.heroTxt .subtitle{font-size:1.35rem;line-height:1.6;margin:0 0 28px;max-width:520px;opacity:.95}
.heroImg{flex:0 0 420px;position:relative}
.heroImg img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 12px 35px #00000040 0 0 0 1px #ffffff1a;filter:blur(0.3px)}
.teamGrid{padding:85px 20px;background:#FFF}
.teamContainer{max-width:1536px;margin:0 auto}
.teamIntro{text-align:center;margin-bottom:70px}
.teamIntro h2{font-size:2.6rem;color:#198177;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.teamIntro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#198177,#FF8679);border-radius:2px}
.teamIntro p{font-size:1.15rem;color:#4a4a4a;line-height:1.7;max-width:780px;margin:25px auto 0}
.membersLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-bottom:65px}
.memberCard{background:linear-gradient(135deg,#19817708 0%,#ff867908 100%);border-radius:6px;padding:40px 32px;border:1px solid #1981771f;transition:all 220ms ease;position:relative;overflow:hidden}
.memberCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#198177,#FF8679);transform:scaleX(0);transform-origin:left;transition:transform 220ms ease}
.memberCard:hover{transform:translateY(-5px);box-shadow:0 15px 40px #19817726;border-color:#198177}
.memberCard:hover::before{transform:scaleX(1)}
.memberCard h3{font-size:1.5rem;color:#198177;margin:0 0 8px;font-weight:600}
.memberRole{font-size:.95rem;color:#FF8679;font-weight:500;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}
.memberCard p{font-size:1.05rem;color:#555;line-height:1.65;margin:0}
.valuesBox{background:linear-gradient(165deg,#19817714 0%,#ff867914 100%);border-radius:8px;padding:50px 45px;border-left:6px solid #198177;margin-bottom:60px}
.valuesBox h3{font-size:2rem;color:#198177;margin:0 0 28px;font-weight:600}
.valuesList{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.valueItem{display:flex;gap:18px;align-items:flex-start}
.valueIcon{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#198177,#FF8679);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFF;font-size:1.3rem;box-shadow:0 6px 18px #19817740}
.valueContent h4{font-size:1.25rem;color:#198177;margin:0 0 8px;font-weight:600}
.valueContent p{font-size:1.05rem;color:#555;line-height:1.6;margin:0}
.approachSec{background:#FFF;padding:0 20px 85px}
.approachWrap{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.approachImg{position:relative}
.approachImg img{width:100%;height:520px;object-fit:cover;border-radius:6px;box-shadow:0 8px 30px #0000001f}
.approachTxt h3{font-size:2.3rem;color:#198177;margin:0 0 25px;font-weight:700}
.approachTxt p{font-size:1.1rem;color:#555;line-height:1.75;margin:0 0 22px}
.approachTxt p:last-of-type{margin-bottom:0}
.approachTxt .highlight{color:#FF8679;font-weight:600}
@media (max-width: 1024px) {
.heroWrap{flex-direction:column;text-align:center}
.heroTxt h1{font-size:2.6rem}
.heroTxt .subtitle{max-width:100%}
.heroImg{flex:0 0 auto;width:100%;max-width:500px}
.heroImg img{height:400px}
.membersLayout{grid-template-columns:repeat(2,1fr);gap:35px}
.valuesList{grid-template-columns:1fr;gap:28px}
.approachWrap{grid-template-columns:1fr;gap:45px}
.approachImg img{height:440px}
}
@media (max-width: 768px) {
.heroBckg{padding:60px 20px}
.heroTxt h1{font-size:2.2rem}
.heroTxt .subtitle{font-size:1.15rem}
.heroImg{max-width:100%}
.heroImg img{height:350px}
.teamGrid{padding:60px 20px}
.teamIntro{margin-bottom:50px}
.teamIntro h2{font-size:2rem}
.teamIntro p{font-size:1.05rem}
.membersLayout{grid-template-columns:1fr;gap:30px}
.memberCard{padding:32px 26px}
.valuesBox{padding:35px 28px}
.valuesBox h3{font-size:1.7rem}
.approachSec{padding:0 20px 60px}
.approachImg img{height:320px}
.approachTxt h3{font-size:1.9rem}
.approachTxt p{font-size:1.05rem}
}
.heroWrap{background:linear-gradient(127deg,#198177 0%,#FF8679 78%,#FFF 100%);padding:98px 20px 102px;position:relative;overflow:hidden}
.heroWrap::before{content:'';position:absolute;top:-30px;right:-40px;width:280px;height:280px;background:#ffffff14;border-radius:50%}
.heroWrap::after{content:'';position:absolute;bottom:40px;left:60px;width:160px;height:160px;background:#19817726;border-radius:50%}
.heroContent{max-width:1536px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:64px;position:relative;z-index:2}
.heroText{flex:1}
.heroText h1{font-size:3.2rem;line-height:1.18;color:#FFF;margin:0 0 22px;font-weight:700}
.heroText p{font-size:1.15rem;line-height:1.65;color:#ffffffeb;margin:0 0 34px;max-width:580px}
.heroBtn{display:inline-block;padding:16px 38px;background:#FFF;color:#198177;text-decoration:none;border-radius:4px;font-weight:600;font-size:1.05rem;transition:all 220ms ease;box-shadow:0 6px 18px #19817747}
.heroBtn:hover{background:#f9f9f9;box-shadow:0 8px 24px #19817761;transform:translateY(-2px)}
.heroImage{flex:0 0 480px;position:relative}
.heroImage img{width:100%;height:420px;object-fit:cover;border-radius:6px;box-shadow:0 12px 36px #00000038}
.statsZone{padding:86px 20px;background:#FFF}
.statsInner{max-width:1536px;margin:0 auto}
.statsTitleBox{text-align:center;margin-bottom:58px}
.statsTitleBox h2{font-size:2.4rem;color:#198177;margin:0 0 14px;font-weight:700}
.statsTitleBox p{font-size:1.08rem;color:#555;line-height:1.6;max-width:620px;margin:0 auto}
.statsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:36px}
.statCard{background:linear-gradient(142deg,#f8f8f8 0%,#fff 100%);padding:38px 28px;border-radius:5px;text-align:center;border:1px solid #e8e8e8;transition:all 200ms ease;position:relative;overflow:hidden}
.statCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#198177 0%,#FF8679 100%);transform:scaleX(0);transition:transform 220ms ease}
.statCard:hover::before{transform:scaleX(1)}
.statCard:hover{box-shadow:0 8px 22px #19817724;transform:translateY(-3px)}
.statNumber{font-size:3rem;color:#198177;font-weight:700;margin:0 0 8px}
.statLabel{font-size:1rem;color:#666;margin:0}
.techSection{padding:82px 20px;background:linear-gradient(176deg,#fff 0%,#f4f4f4 100%)}
.techContainer{max-width:1536px;margin:0 auto}
.techHeader{max-width:700px;margin-bottom:54px}
.techHeader h2{font-size:2.3rem;color:#198177;margin:0 0 18px;font-weight:700}
.techHeader p{font-size:1.06rem;color:#555;line-height:1.68;margin:0}
.techLayout{display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.techVisual{flex:0 0 420px}
.techVisual img{width:100%;height:360px;object-fit:cover;border-radius:5px;box-shadow:0 10px 28px #0000001f}
.techDetails{flex:1}
.techItem{background:#FFF;padding:26px;margin-bottom:20px;border-radius:4px;border-left:4px solid #FF8679;box-shadow:0 4px 14px #0000000f;transition:all 190ms ease}
.techItem:hover{box-shadow:0 6px 20px #0000001c;transform:translateX(4px)}
.techItem h3{font-size:1.3rem;color:#198177;margin:0 0 10px;font-weight:600}
.techItem p{font-size:.98rem;color:#666;line-height:1.64;margin:0}
.businessWrap{padding:88px 20px;background:#FFF}
.businessBox{max-width:1536px;margin:0 auto}
.businessIntro{text-align:center;margin-bottom:62px}
.businessIntro h2{font-size:2.5rem;color:#198177;margin:0 0 16px;font-weight:700}
.businessIntro::after{content:'';display:block;width:80px;height:3px;background:linear-gradient(90deg,#198177 0%,#FF8679 100%);margin:22px auto 0}
.businessCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.bizCard{background:linear-gradient(156deg,#f9f9f9 0%,#fff 100%);padding:34px 28px;border-radius:5px;border:1px solid #e6e6e6;position:relative;transition:all 210ms ease}
.bizCard::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#198177 0%,#FF8679 100%);border-radius:5px;opacity:0;transition:opacity 210ms ease;z-index:-1}
.bizCard:hover::before{opacity:1}
.bizCard:hover{transform:translateY(-4px);box-shadow:0 10px 26px #19817729}
.bizIcon{font-size:2.6rem;color:#FF8679;margin-bottom:18px}
.bizCard h3{font-size:1.4rem;color:#198177;margin:0 0 14px;font-weight:600}
.bizCard p{font-size:.97rem;color:#666;line-height:1.66;margin:0}
.inspirationArea{padding:84px 20px;background:linear-gradient(186deg,#f6f6f6 0%,#fff 100%)}
.inspirationContainer{max-width:1536px;margin:0 auto}
.inspirationTop{display:flex;flex-direction:row;gap:56px;align-items:center;margin-bottom:58px}
.inspirationImg{flex:0 0 460px}
.inspirationImg img{width:100%;height:380px;object-fit:cover;border-radius:5px;box-shadow:0 11px 30px #00000021}
.inspirationText{flex:1}
.inspirationText h2{font-size:2.4rem;color:#198177;margin:0 0 20px;font-weight:700;position:relative;padding-bottom:18px}
.inspirationText h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:#FF8679}
.inspirationText p{font-size:1.05rem;color:#555;line-height:1.7;margin:0 0 16px}
.growthMetrics{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.metricBox{background:#FFF;padding:28px 22px;border-radius:4px;text-align:center;box-shadow:0 5px 16px #00000014;transition:all 180ms ease}
.metricBox:hover{box-shadow:0 7px 22px #19817729;transform:scale(1.03)}
.metricValue{font-size:2.2rem;color:#FF8679;font-weight:700;margin:0 0 6px}
.metricDesc{font-size:.92rem;color:#666;margin:0}
.communitySection{padding:90px 20px;background:#FFF}
.communityInner{max-width:1536px;margin:0 auto}
.communityHeading{text-align:center;margin-bottom:56px}
.communityHeading h2{font-size:2.45rem;color:#198177;margin:0 0 16px;font-weight:700}
.communityHeading p{font-size:1.07rem;color:#555;line-height:1.64;max-width:640px;margin:0 auto}
.communityFeatures{display:flex;flex-direction:row;gap:38px}
.communityImage{flex:0 0 440px}
.communityImage img{width:100%;height:400px;object-fit:cover;border-radius:5px;box-shadow:0 10px 28px #0000001f}
.featureList{flex:1;display:flex;flex-direction:column;gap:24px}
.featurePoint{background:linear-gradient(148deg,#f9f9f9 0%,#fff 100%);padding:26px 24px;border-radius:4px;border-left:3px solid #198177;box-shadow:0 4px 14px #00000012;transition:all 200ms ease}
.featurePoint:hover{box-shadow:0 6px 20px #19817724;transform:translateX(6px)}
.featurePoint h3{font-size:1.25rem;color:#198177;margin:0 0 10px;font-weight:600}
.featurePoint p{font-size:.96rem;color:#666;line-height:1.64;margin:0}
.teamZone{padding:86px 20px;background:linear-gradient(172deg,#f7f7f7 0%,#fff 100%)}
.teamContent{max-width:1536px;margin:0 auto}
.teamTitleArea{max-width:680px;margin:0 auto 54px;text-align:center}
.teamTitleArea h2{font-size:2.4rem;color:#198177;margin:0 0 18px;font-weight:700}
.teamTitleArea p{font-size:1.06rem;color:#555;line-height:1.66;margin:0}
.teamGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:34px}
.expertCard{background:#FFF;padding:32px 26px;border-radius:5px;border:1px solid #e8e8e8;text-align:center;transition:all 200ms ease;position:relative;overflow:hidden}
.expertCard::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:3px;background:linear-gradient(90deg,#198177 0%,#FF8679 100%);transition:left 240ms ease}
.expertCard:hover::before{left:0}
.expertCard:hover{box-shadow:0 9px 24px #19817726;transform:translateY(-4px)}
.expertIcon{font-size:3.2rem;color:#FF8679;margin-bottom:18px}
.expertCard h3{font-size:1.3rem;color:#198177;margin:0 0 8px;font-weight:600}
.expertRole{font-size:.92rem;color:#999;margin:0 0 14px;font-style:italic}
.expertCard p{font-size:.95rem;color:#666;line-height:1.64;margin:0}
.ctaFinal{padding:94px 20px;background:linear-gradient(138deg,#198177 0%,#FF8679 82%,#FFF 100%);text-align:center}
.ctaBox{max-width:740px;margin:0 auto}
.ctaBox h2{font-size:2.6rem;color:#FFF;margin:0 0 20px;font-weight:700}
.ctaBox p{font-size:1.12rem;color:#ffffffed;line-height:1.66;margin:0 0 36px}
.ctaButton{display:inline-block;padding:18px 44px;background:#FFF;color:#198177;text-decoration:none;border-radius:4px;font-weight:600;font-size:1.08rem;transition:all 220ms ease;box-shadow:0 8px 22px #0003}
.ctaButton:hover{background:#f9f9f9;box-shadow:0 10px 28px #00000047;transform:translateY(-3px)}
@media (max-width: 1024px) {
.heroContent{flex-direction:column;gap:48px}
.heroImage{flex:0 0 auto;width:100%;max-width:520px}
.heroText h1{font-size:2.6rem}
.techLayout{flex-direction:column;gap:42px}
.techVisual{flex:0 0 auto;width:100%;max-width:540px}
.inspirationTop{flex-direction:column;gap:42px}
.inspirationImg{flex:0 0 auto;width:100%;max-width:540px}
.communityFeatures{flex-direction:column;gap:42px}
.communityImage{flex:0 0 auto;width:100%;max-width:540px}
.growthMetrics{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.heroWrap{padding:68px 20px 72px}
.heroText h1{font-size:2.1rem}
.heroText p{font-size:1.02rem}
.heroImage img{height:320px}
.statsZone{padding:64px 20px}
.statsTitleBox h2{font-size:2rem}
.statsGrid{grid-template-columns:1fr;gap:24px}
.techSection{padding:64px 20px}
.techHeader h2{font-size:1.95rem}
.techVisual img{height:280px}
.businessWrap{padding:66px 20px}
.businessIntro h2{font-size:2.1rem}
.businessCards{grid-template-columns:1fr;gap:24px}
.inspirationArea{padding:64px 20px}
.inspirationText h2{font-size:2rem}
.inspirationImg img{height:300px}
.growthMetrics{grid-template-columns:1fr;gap:20px}
.communitySection{padding:68px 20px}
.communityHeading h2{font-size:2.05rem}
.communityImage img{height:320px}
.teamZone{padding:66px 20px}
.teamTitleArea h2{font-size:2rem}
.teamGrid{grid-template-columns:1fr;gap:24px}
.ctaFinal{padding:72px 20px}
.ctaBox h2{font-size:2.2rem}
}
.heroContct{position:relative;height:480px;background:linear-gradient(137deg,#198177 0%,#FF8679 100%);overflow:hidden;margin-bottom:68px}
.heroContct .patternDots{position:absolute;top:30px;right:120px;width:180px;height:180px;opacity:.15}
.heroContct .patternDots::before,.heroContct .patternDots::after{content:'';position:absolute;width:12px;height:12px;border-radius:50%;background:#FFF}
.heroContct .patternDots::before{top:0;left:0;box-shadow:30px 0 #fff,60px 0 #fff,90px 0 #fff,120px 0 #fff,150px 0 #fff,0 30px #fff,30px 30px #fff,60px 30px #fff,90px 30px #fff,120px 30px #fff,150px 30px #fff,0 60px #fff,30px 60px #fff,60px 60px #fff,90px 60px #fff,120px 60px #fff,150px 60px #fff}
.heroContct .mainWrapHeading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#FFF;z-index:3;width:90%;max-width:720px}
.heroContct .mainWrapHeading h1{font-size:3.2rem;font-weight:700;margin:0 0 18px;line-height:1.2;text-shadow:0 4px 12px #00000026}
.heroContct .mainWrapHeading .subtext{font-size:1.25rem;opacity:.95;line-height:1.5}
.heroContct::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:140px;background:linear-gradient(to bottom,transparent,#ffffff4d)}
.mainContainerArea{max-width:1536px;margin:0 auto;padding:0 24px}
.contentBlockArea{display:grid;grid-template-columns:1fr 1.4fr;gap:72px;margin-bottom:96px;align-items:start}
.infoSide{position:sticky;top:32px}
.infoSide h2{font-size:2rem;color:#198177;margin:0 0 24px;font-weight:600;position:relative;padding-left:20px}
.infoSide h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:32px;background:linear-gradient(to bottom,#198177,#FF8679);border-radius:3px}
.infoSide .descrip{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:42px}
.contactDetailsBox{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:32px;border-radius:6px;box-shadow:0 6px 16px #19817714}
.contactDetailsBox h3{font-size:1.3rem;color:#198177;margin:0 0 22px;font-weight:600}
.contactItem{display:flex;align-items:flex-start;margin-bottom:20px;padding:14px;background:#FFF;border-radius:4px;transition:all 180ms;border-left:3px solid transparent}
.contactItem:hover{border-left-color:#FF8679;box-shadow:0 4px 12px #ff867926;transform:translateX(4px)}
.contactItem i{color:#198177;font-size:1.4rem;margin-right:16px;min-width:28px;margin-top:2px}
.contactItem .textData{flex:1}
.contactItem .textData .label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-weight:600}
.contactItem .textData .value{font-size:1.05rem;color:#222;line-height:1.6}
.contactItem .textData .value a{color:#198177;text-decoration:none;transition:color 180ms}
.contactItem .textData .value a:hover{color:#FF8679}
.formSide{background:#FFF;border-radius:6px;padding:48px;box-shadow:0 8px 24px #00000014;border:1px solid #e8e8e8}
.formSide h2{font-size:1.9rem;color:#222;margin:0 0 12px;font-weight:600}
.formSide .formIntroText{font-size:1rem;color:#555;margin-bottom:38px;line-height:1.6}
.formSide form{display:flex;flex-direction:column;gap:28px}
.inputGroup{display:flex;flex-direction:column}
.inputGroup label{font-size:.95rem;color:#333;margin-bottom:8px;font-weight:500;letter-spacing:.2px}
.inputGroup input[type="text"],.inputGroup input[type="email"],.inputGroup select{padding:14px 18px;border:2px solid #ddd;border-radius:4px;font-size:1rem;transition:all 200ms;background:#fafafa;color:#222}
.inputGroup input[type="text"]:focus,.inputGroup input[type="email"]:focus,.inputGroup select:focus{outline:none;border-color:#198177;background:#FFF;box-shadow:0 0 0 3px #19817714}
.inputGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23198177' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:42px}
.ratingSection{display:flex;flex-direction:column}
.ratingSection .sectionLabel{font-size:.95rem;color:#333;margin-bottom:16px;font-weight:500;letter-spacing:.2px}
.ratingOptions{display:flex;gap:12px;flex-wrap:wrap}
.ratingOptions input[type="radio"]{display:none}
.ratingOptions label{display:flex;align-items:center;justify-content:center;padding:12px 24px;border:2px solid #ddd;border-radius:4px;cursor:pointer;transition:all 200ms;font-size:.95rem;color:#555;background:#fafafa;font-weight:500;min-width:80px}
.ratingOptions input[type="radio"]:checked + label{background:linear-gradient(135deg,#198177 0%,#1a9282 100%);border-color:#198177;color:#FFF;box-shadow:0 4px 12px #19817740;transform:translateY(-2px)}
.ratingOptions label:hover{border-color:#198177;background:#f0f7f6}
.ratingOptions input[type="radio"]:checked + label:hover{background:linear-gradient(135deg,#1a9282 0%,#198177 100%)}
.privacyCheck{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacyCheck input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#198177;flex-shrink:0}
.privacyCheck label{font-size:.92rem;color:#555;line-height:1.6;cursor:pointer}
.privacyCheck label a{color:#198177;text-decoration:none;font-weight:500;transition:color 180ms}
.privacyCheck label a:hover{color:#FF8679}
.submitButton{background:linear-gradient(135deg,#198177 0%,#1a9282 100%);color:#FFF;padding:16px 48px;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 220ms;box-shadow:0 6px 18px #19817740;align-self:flex-start;letter-spacing:.3px}
.submitButton:hover{background:linear-gradient(135deg,#1a9282 0%,#198177 100%);box-shadow:0 8px 24px #19817759;transform:translateY(-2px)}
.submitButton:active{transform:translateY(0);box-shadow:0 4px 12px #1981774d}
.additionalInfoArea{max-width:1200px;margin:0 auto 86px;padding:56px 48px;background:linear-gradient(to right,#19817708,#ff867908);border-radius:6px;border-left:5px solid #198177}
.additionalInfoArea h3{font-size:1.7rem;color:#198177;margin:0 0 18px;font-weight:600}
.additionalInfoArea p{font-size:1.05rem;line-height:1.75;color:#444;margin-bottom:16px}
.additionalInfoArea .highlightText{display:inline-block;color:#FF8679;font-weight:600;position:relative;padding:0 4px}
.additionalInfoArea .highlightText::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(to right,#FF8679,#198177);border-radius:2px}
@media (max-width: 1024px) {
.contentBlockArea{grid-template-columns:1fr;gap:52px}
.infoSide{position:static}
.formSide{padding:38px 28px}
.heroContct .mainWrapHeading h1{font-size:2.6rem}
}
@media (max-width: 768px) {
.heroContct{height:360px;margin-bottom:48px}
.heroContct .mainWrapHeading h1{font-size:2rem}
.heroContct .mainWrapHeading .subtext{font-size:1.05rem}
.heroContct .patternDots{width:120px;height:120px;right:20px;top:20px}
.mainContainerArea{padding:0 18px}
.contentBlockArea{gap:38px;margin-bottom:68px}
.formSide{padding:28px 22px}
.formSide h2{font-size:1.6rem}
.ratingOptions{gap:8px}
.ratingOptions label{padding:10px 18px;min-width:70px;font-size:.88rem}
.contactDetailsBox{padding:24px}
.additionalInfoArea{padding:38px 24px;margin-bottom:58px}
}
@media (max-width: 480px) {
.heroContct .mainWrapHeading h1{font-size:1.7rem}
.heroContct .mainWrapHeading .subtext{font-size:.95rem}
.submitButton{width:100%;align-self:stretch}
.ratingOptions{flex-direction:column}
.ratingOptions label{width:100%}
}
.heroSec{position:relative;background:linear-gradient(135deg,#198177 0%,#FF8679 55%,#FFF 100%);padding:5rem 2rem 5.5rem;overflow:hidden}
.heroSec::before{content:'';position:absolute;top:0;left:0;width:180px;height:180px;border-top:2px solid #ffffff4d;border-left:2px solid #ffffff4d}
.heroSec::after{content:'';position:absolute;bottom:0;right:0;width:180px;height:180px;border-bottom:2px solid #ffffff4d;border-right:2px solid #ffffff4d}
.heroWrap{max-width:1536px;margin:0 auto;display:flex;align-items:center;gap:3.5rem}
.heroText{flex:1;z-index:2}
.heroText h1{font-size:3rem;line-height:1.15;color:#FFF;margin:0 0 1.5rem;font-weight:700}
.heroText p{font-size:1.15rem;line-height:1.7;color:#fffffff2;margin:0}
.heroImg{flex:0 0 420px;position:relative;z-index:2}
.heroImg img{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #0000002e 0 0 0 1px #fff3;position:relative}
.heroImg::before{content:'';position:absolute;inset:0;border-radius:8px;background:radial-gradient(circle at center,transparent 50%,#0006);pointer-events:none;z-index:1}
.structSec{padding:5rem 2rem;background:#FFF}
.structContainer{max-width:1536px;margin:0 auto}
.structHead{text-align:center;margin-bottom:3.5rem}
.structHead h2{font-size:2.5rem;color:#198177;margin:0 0 1rem;font-weight:600;position:relative;display:inline-block}
.structHead h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#FF8679;border-radius:2px}
.structHead p{font-size:1.05rem;color:#555;line-height:1.6;max-width:720px;margin:1.5rem auto 0}
.progressGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}
.progressCard{background:#FAFAFA;padding:2rem;border-radius:6px;border-left:4px solid #198177;transition:all 220ms}
.progressCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #19817726;border-left-color:#FF8679}
.cardNumber{font-size:2.5rem;font-weight:700;color:#FF8679;margin:0 0 .5rem;line-height:1}
.cardTitle{font-size:1.25rem;color:#198177;margin:0 0 .8rem;font-weight:600}
.cardDesc{font-size:.95rem;color:#666;line-height:1.6;margin:0}
.cardProgress{margin-top:1.2rem;background:#E8E8E8;height:6px;border-radius:3px;overflow:hidden;position:relative}
.cardProgress::before{content:'';position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#198177 0%,#FF8679 100%);border-radius:3px;transition:width 180ms}
.progressCard:nth-child(1) .cardProgress::before{width:85%}
.progressCard:nth-child(2) .cardProgress::before{width:92%}
.progressCard:nth-child(3) .cardProgress::before{width:78%}
.progressCard:nth-child(4) .cardProgress::before{width:95%}
.progressCard:nth-child(5) .cardProgress::before{width:88%}
.progressCard:nth-child(6) .cardProgress::before{width:90%}
.dividerWave{height:80px;background:linear-gradient(180deg,#FFF 0%,#F5F5F5 100%);position:relative}
.dividerWave svg{position:absolute;bottom:0;width:100%;height:100%}
.focusSec{background:#F5F5F5;padding:5rem 2rem}
.focusWrap{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.focusLeft h3{font-size:2.2rem;color:#198177;margin:0 0 1.2rem;font-weight:600;position:relative;padding-left:1rem}
.focusLeft h3::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#FF8679 0%,#198177 100%);border-radius:2px}
.focusLeft p{font-size:1rem;color:#555;line-height:1.7;margin:0 0 1.2rem}
.focusList{list-style:none;padding:0;margin:2rem 0 0}
.focusList li{padding:1rem 0 1rem 2.5rem;color:#333;font-size:1rem;line-height:1.6;position:relative;border-bottom:1px solid #E0E0E0}
.focusList li:last-child{border-bottom:none}
.focusList li::before{content:'';position:absolute;left:0;top:1.3rem;width:16px;height:16px;background:#198177;border-radius:50%;box-shadow:0 0 0 3px #19817733}
.focusRight{display:flex;flex-direction:column;gap:1.5rem}
.statBox{background:#FFF;padding:2rem;border-radius:6px;box-shadow:0 4px 12px #0000000f;display:flex;align-items:center;gap:1.5rem;transition:all 200ms}
.statBox:hover{box-shadow:0 6px 18px #1981771f}
.statIcon{width:60px;height:60px;background:linear-gradient(135deg,#198177 0%,#FF8679 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.statIcon i{font-size:1.8rem;color:#FFF}
.statContent h4{font-size:1.1rem;color:#198177;margin:0 0 .4rem;font-weight:600}
.statContent p{font-size:.9rem;color:#666;margin:0;line-height:1.5}
.methodSec{background:linear-gradient(180deg,#F5F5F5 0%,#FFF 100%);padding:5rem 2rem}
.methodContainer{max-width:1536px;margin:0 auto}
.methodHeader{text-align:center;margin-bottom:3rem}
.methodHeader h2{font-size:2.4rem;color:#198177;margin:0 0 1rem;font-weight:600}
.methodHeader p{font-size:1.05rem;color:#555;line-height:1.6;max-width:780px;margin:0 auto}
.timelineWrap{position:relative;padding:2rem 0}
.timelineWrap::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#198177 0%,#FF8679 100%);transform:translateX(-50%)}
.timelineItem{display:flex;align-items:center;margin-bottom:3rem;position:relative}
.timelineItem:nth-child(odd){flex-direction:row-reverse}
.timelineItem:nth-child(odd) .timelineContent{text-align:right}
.timelineContent{flex:1;padding:0 3rem}
.timelineContent h4{font-size:1.3rem;color:#198177;margin:0 0 .6rem;font-weight:600}
.timelineContent p{font-size:.95rem;color:#666;line-height:1.6;margin:0}
.timelineDot{width:40px;height:40px;background:#FFF;border:4px solid #FF8679;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#198177;font-size:1rem;z-index:2;box-shadow:0 4px 12px #ff86794d}
.ctaSec{background:#198177;padding:4.5rem 2rem;position:relative;overflow:hidden}
.ctaSec::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#ff867926 0%,transparent 70%);border-radius:50%}
.ctaContainer{max-width:1536px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ctaContainer h2{font-size:2.5rem;color:#FFF;margin:0 0 1rem;font-weight:600}
.ctaContainer p{font-size:1.1rem;color:#ffffffe6;line-height:1.7;max-width:680px;margin:0 auto 2.5rem}
.ctaButtons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.btnPrimary{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.5rem;background:#FF8679;color:#FFF;text-decoration:none;border-radius:4px;font-weight:600;font-size:1rem;transition:all 180ms;box-shadow:0 6px 16px #ff86794d;z-index:10;position:relative}
.btnPrimary:hover{background:#FF9B8F;transform:translateY(-2px);box-shadow:0 8px 20px #ff867966}
.btnSecondary{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.5rem;background:transparent;color:#FFF;text-decoration:none;border-radius:4px;font-weight:600;font-size:1rem;border:2px solid #FFF;transition:all 180ms;z-index:10;position:relative}
.btnSecondary:hover{background:#FFF;color:#198177;transform:translateY(-2px)}
@media (max-width: 1024px) {
.heroWrap{flex-direction:column;gap:2.5rem}
.heroImg{flex:0 0 auto;width:100%;max-width:500px}
.heroText h1{font-size:2.5rem}
.progressGrid{grid-template-columns:repeat(2,1fr)}
.focusWrap{grid-template-columns:1fr;gap:3rem}
.timelineWrap::before{left:20px}
.timelineItem{flex-direction:row!important}
.timelineContent{text-align:left!important;padding-left:4rem;padding-right:1rem}
.timelineDot{position:absolute;left:0}
}
@media (max-width: 768px) {
.heroSec{padding:3rem 1.5rem 3.5rem}
.heroText h1{font-size:2rem}
.heroText p{font-size:1rem}
.heroImg img{height:300px}
.structSec,.focusSec,.methodSec,.ctaSec{padding:3rem 1.5rem}
.structHead h2,.focusLeft h3,.methodHeader h2,.ctaContainer h2{font-size:1.8rem}
.progressGrid{grid-template-columns:1fr;gap:1.5rem}
.statBox{flex-direction:column;text-align:center}
.ctaButtons{flex-direction:column;align-items:stretch}
.btnPrimary,.btnSecondary{justify-content:center}
}
.successWrap{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#198177 0%,#FF8679 100%);padding:60px 20px;position:relative;overflow:hidden}
.successWrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,#ffffff26 0%,transparent 40%),radial-gradient(circle at 80% 70%,#19817733 0%,transparent 50%)}
.successContent{max-width:680px;width:100%;background:#FFF;padding:65px 50px;border-radius:6px;box-shadow:0 12px 48px #1981772e;position:relative;z-index:2;text-align:center}
.iconCheckbox{width:92px;height:92px;background:linear-gradient(135deg,#198177 0%,#1a9187 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;box-shadow:0 8px 24px #19817740}
.iconCheckbox svg{width:48px;height:48px;stroke:#FFF;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.successHeading{font-size:36px;font-weight:700;color:#198177;margin:0 0 18px;line-height:1.3}
.successSubtext{font-size:18px;color:#5a6c7d;line-height:1.6;margin:0 0 28px}
.detailBox{background:linear-gradient(135deg,#1981770a 0%,#ff86790a 100%);padding:32px 28px;border-radius:4px;margin:0 0 36px;border-left:4px solid #198177}
.detailRow{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #1981771a}
.detailRow:last-child{border-bottom:none;padding-bottom:0}
.detailRow:first-child{padding-top:0}
.detailLabel{font-size:15px;color:#6b7c8e;font-weight:500}
.detailValue{font-size:16px;color:#2d3e50;font-weight:600}
.nextStepsList{text-align:left;margin:0 0 38px}
.nextStepsLabel{font-size:20px;font-weight:700;color:#2d3e50;margin:0 0 20px;display:block}
.stepItem{display:flex;align-items:flex-start;margin:0 0 16px}
.stepItem:last-child{margin-bottom:0}
.stepNumber{width:32px;height:32px;background:linear-gradient(135deg,#FF8679 0%,#ff9889 100%);color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0;margin-right:16px}
.stepText{font-size:15px;color:#4a5b6d;line-height:1.7;padding-top:5px}
.actionButtonsRow{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.primaryButton{background:linear-gradient(135deg,#198177 0%,#1a9187 100%);color:#FFF;padding:16px 38px;border-radius:4px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all 180ms ease;box-shadow:0 6px 18px #19817733;border:none;cursor:pointer}
.primaryButton:hover{transform:translateY(-2px);box-shadow:0 10px 28px #19817747;background:linear-gradient(135deg,#1a9187 0%,#1ba090 100%)}
.secondaryButton{background:transparent;color:#198177;padding:16px 38px;border-radius:4px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all 180ms ease;border:2px solid #198177;cursor:pointer}
.secondaryButton:hover{background:#1981770f;border-color:#1a9187}
.supportNote{font-size:14px;color:#7a8b9c;margin:28px 0 0;line-height:1.6}
.supportNote a{color:#198177;text-decoration:none;font-weight:600;transition:color 180ms ease}
.supportNote a:hover{color:#1a9187;text-decoration:underline}
.decorCircle{position:absolute;border-radius:50%;opacity:.12}
.decorCircle.c1{width:180px;height:180px;background:#FF8679;top:-60px;right:-40px;z-index:1}
.decorCircle.c2{width:120px;height:120px;background:#198177;bottom:-30px;left:-50px;z-index:1}
@media (max-width: 768px) {
.successWrap{padding:40px 16px;min-height:auto}
.successContent{padding:45px 28px}
.successHeading{font-size:28px}
.successSubtext{font-size:16px}
.detailBox{padding:24px 20px}
.detailRow{flex-direction:column;align-items:flex-start;gap:6px}
.actionButtonsRow{flex-direction:column}
.primaryButton,.secondaryButton{width:100%;text-align:center}
.iconCheckbox{width:76px;height:76px}
.iconCheckbox svg{width:38px;height:38px}
}
@media (max-width: 480px) {
.successContent{padding:35px 22px}
.successHeading{font-size:24px}
.nextStepsLabel{font-size:18px}
.stepNumber{width:28px;height:28px;font-size:13px}
.stepText{font-size:14px}
}