:root{font-size:16px;line-height:1.6;font-family:'EB Garamond',serif;color:#1a1a1a;background:#fefefe}
html{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
*,::before,::after{box-sizing:inherit;margin:0;padding:0}
body{font-family:'EB Garamond',serif;color:#1a1a1a;background:#fefefe;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.header-wrap{position:relative;width:100%;background:linear-gradient(157deg,#025360 0%,#00C3D0 100%);box-shadow:0 4px 12px #00000014}
.header-banner-bg{padding:28px 0;overflow:hidden;position:relative}
.banner-content-holder{max-width:1320px;margin:0 auto;padding:0 20px;text-align:center}
.company-banner-txt{font-size:56px;font-weight:700;color:#dfeffa2e;letter-spacing:4px;text-transform:uppercase;display:inline-block}
.header-overlay-layer{position:relative;background:#fffffff7;border-top:3px solid #DFEFFA;box-shadow:0 2px 8px #0253600f}
.header-main-container{max-width:1320px;margin:0 auto;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.logo-holder{flex-shrink:0}
.logo-link-wrap{display:block}
.logo-img{height:92px;width:92px;object-fit:contain;background:#dfeffa4d;padding:8px;border-radius:8px;box-shadow:0 2px 8px #0253601f}
.main-navi{display:flex;align-items:center;gap:32px;flex-wrap:wrap}
.main-navi .nav-item1{font-size:18px;font-weight:400;color:#025360;padding:8px 4px;border-bottom:2px solid transparent;transition:border-color .25s ease-in,color .25s ease-in}
.main-navi .nav-item1:hover{color:#00C3D0;border-bottom-color:#00C3D0}
.footer-wrapper{background:linear-gradient(203deg,#024855 0%,#025360 100%);color:#DFEFFA;padding:64px 0 32px;margin-top:80px}
.footer-container{max-width:1320px;margin:0 auto;padding:0 20px}
.footer-top-section{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footer-heading{font-size:28px;font-weight:700;color:#DFEFFA;margin-bottom:16px}
.footer-desc{font-size:17px;line-height:1.7;color:#dfeffad9}
.footer-subhead{font-size:20px;font-weight:700;color:#DFEFFA;margin-bottom:20px}
.footer-links-holder{display:flex;flex-direction:column;gap:12px}
.footer-link-item{font-size:17px;color:#dfeffad9;transition:color .25s ease-in}
.footer-link-item:hover{color:#00C3D0}
.contact-info-block .contact-line{font-size:16px;color:#dfeffad9;margin-bottom:8px}
.footer-bottom-zone{border-top:1px solid #dfeffa33;padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.footer-legal-links{display:flex;gap:24px;flex-wrap:wrap}
.footer-legal-links .legal-link{font-size:15px;color:#dfeffabf;text-decoration:underline;transition:color .25s ease-in}
.footer-legal-links .legal-link:hover{color:#00C3D0}
.copyright-text{font-size:15px;color:#dfeffaa6}
.cookie-consent-box{position:fixed;right:20px;top:50%;transform:translateY(-50%) translateX(420px);width:380px;background:#fff;border-radius:16px;box-shadow:0 12px 48px #0253602e;padding:32px;z-index:10000;transition:transform .55s ease-in;border:2px solid #DFEFFA}
.cookie-consent-box.showing{transform:translateY(-50%) translateX(0)}
.cookie-inner-wrap .cookie-title{font-size:22px;font-weight:700;color:#025360;margin-bottom:12px}
.cookie-inner-wrap .cookie-description{font-size:15px;color:#4a4a4a;margin-bottom:24px;line-height:1.6}
.cookie-categories-grid{display:grid;gap:16px;margin-bottom:28px}
.cookie-card{background:#f8fcfd;border:1px solid #DFEFFA;border-radius:8px;padding:16px;transition:box-shadow .25s ease-in}
.cookie-card:hover{box-shadow:0 4px 12px #00c3d01f}
.cookie-card-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.cookie-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#00C3D0}
.cookie-card-label{font-size:16px;font-weight:700;color:#025360;cursor:pointer}
.cookie-card-status{font-size:13px;color:#6a6a6a;font-style:italic}
.cookie-card-desc{font-size:14px;color:#5a5a5a;line-height:1.5;margin-left:28px}
.cookie-card[data-category="necessary"] .cookie-card-desc{margin-left:0}
.cookie-actions-row{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
.cookie-butt{padding:12px 20px;font-size:15px;font-weight:400;border:none;border-radius:6px;cursor:pointer;transition:transform .25s ease-in,background .25s ease-in;font-family:'EB Garamond',serif;text-decoration:underline}
.cookie-butt:hover{transform:scale(1.03)}
.cookie-butt-decline{background:transparent;color:#5a5a5a}
.cookie-butt-accept{background:#025360;color:#fff}
.cookie-butt-all{background:#00C3D0;color:#fff}
.cookie-policy-access{text-align:center}
.policy-link-inline{font-size:13px;color:#025360;text-decoration:underline;transition:color .25s ease-in}
.policy-link-inline:hover{color:#00C3D0}
.cookie-mini-banner{position:fixed;bottom:20px;right:20px;z-index:9999;display:none}
.cookie-mini-banner.visible{display:block}
.cookie-mini-toggle{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#025360 0%,#00C3D0 100%);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #0253604d;transition:transform .25s ease-in,box-shadow .25s ease-in}
.cookie-mini-toggle:hover{transform:scale(1.08);box-shadow:0 8px 24px #00c3d066}
.cookie-mini-toggle .cc{font-size:24px;color:#fff}
@media (max-width: 968px) {
.header-main-container{flex-direction:column;gap:20px;padding:24px 20px}
.main-navi{justify-content:center;gap:20px}
.company-banner-txt{font-size:38px}
.footer-top-section{grid-template-columns:1fr;gap:32px}
.footer-bottom-zone{flex-direction:column;text-align:center}
.footer-legal-links{justify-content:center}
.cookie-consent-box{width:calc(100% - 40px);right:20px;left:20px;transform:translateY(-50%) translateY(100vh)}
.cookie-consent-box.showing{transform:translateY(-50%) translateY(0)}
}
@media (max-width: 640px) {
.main-navi{flex-direction:column;width:100%}
.main-navi .nav-item1{width:100%;text-align:center;padding:12px 8px}
.company-banner-txt{font-size:28px;letter-spacing:2px}
.logo-img{height:70px;width:70px}
.cookie-categories-grid{gap:12px}
.cookie-card{padding:12px}
}
.rules-sjp-section{max-width:820px;margin:0 auto;padding:60px 20px 80px;background:#fff}
.rules-sjp-section h1{font-size:42px;font-weight:700;color:#025360;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.rules-sjp-section h2{font-size:32px;font-weight:600;color:#025360;margin:48px 0 20px;line-height:1.3;padding-top:12px;border-top:2px solid #DFEFFA}
.rules-sjp-section h3{font-size:24px;font-weight:600;color:#025360;margin:36px 0 16px;line-height:1.4}
.rules-sjp-section h4{font-size:20px;font-weight:600;color:#025360;margin:28px 0 14px;line-height:1.4}
.rules-sjp-section h5{font-size:18px;font-weight:600;color:#025360;margin:24px 0 12px;line-height:1.5}
.rules-sjp-section h6{font-size:16px;font-weight:600;color:#025360;margin:20px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.rules-sjp-section p{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 20px}
.rules-sjp-section a{color:#00C3D0;text-decoration:none;border-bottom:1px solid #00c3d04d;transition:all .25s ease-in}
.rules-sjp-section a:hover{color:#025360;border-bottom-color:#025360}
.rules-sjp-section ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:none}
.rules-sjp-section ul li{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 12px;position:relative;padding-left:8px}
.rules-sjp-section ul li:before{content:'';position:absolute;left:-20px;top:11px;width:6px;height:6px;background:#00C3D0;border-radius:50%}
.rules-sjp-section ol{margin:0 0 24px;padding:0 0 0 28px;counter-reset:policy-counter}
.rules-sjp-section ol li{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 12px;position:relative;padding-left:8px;counter-increment:policy-counter}
.rules-sjp-section ol li:before{content:counter(policy-counter) '.';position:absolute;left:-28px;color:#025360;font-weight:600}
.rules-sjp-section ul ul,.rules-sjp-section ul ol,.rules-sjp-section ol ul,.rules-sjp-section ol ol{margin:12px 0}
.rules-sjp-section table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border:1px solid #DFEFFA;border-radius:8px;overflow:hidden}
.rules-sjp-section thead{background:linear-gradient(135deg,#025360 0%,#025360 100%)}
.rules-sjp-section thead tr{border:none}
.rules-sjp-section thead th{font-size:15px;font-weight:600;color:#fff;text-align:left;padding:16px 20px;border:none}
.rules-sjp-section tbody tr{border-bottom:1px solid #DFEFFA;transition:background .2s ease-in}
.rules-sjp-section tbody tr:last-child{border-bottom:none}
.rules-sjp-section tbody tr:hover{background:#dfeffa4d}
.rules-sjp-section tbody td{font-size:15px;line-height:1.6;color:#2c3e50;padding:16px 20px;border:none}
.rules-sjp-section th{font-weight:600}
.rules-sjp-section div{margin:0}
.rules-sjp-section strong,.rules-sjp-section b{font-weight:600;color:#025360}
.rules-sjp-section em,.rules-sjp-section i{font-style:italic}
.rules-sjp-section code{font-family:'Courier New',monospace;font-size:14px;background:#DFEFFA;padding:2px 6px;border-radius:3px;color:#025360}
.rules-sjp-section hr{border:none;border-top:2px solid #DFEFFA;margin:40px 0}
.rules-sjp-section blockquote{margin:24px 0;padding:20px 24px;background:#dfeffa66;border-left:4px solid #00C3D0;border-radius:4px}
.rules-sjp-section blockquote p{margin:0;color:#025360;font-style:italic}
@media (max-width: 768px) {
.rules-sjp-section{padding:40px 16px 60px}
.rules-sjp-section h1{font-size:32px;margin-bottom:12px}
.rules-sjp-section h2{font-size:26px;margin:36px 0 16px}
.rules-sjp-section h3{font-size:22px;margin:28px 0 14px}
.rules-sjp-section h4{font-size:19px;margin:24px 0 12px}
.rules-sjp-section h5{font-size:17px}
.rules-sjp-section h6{font-size:15px}
.rules-sjp-section p,.rules-sjp-section ul li,.rules-sjp-section ol li{font-size:15px}
.rules-sjp-section table{font-size:14px;margin:24px 0}
.rules-sjp-section thead th,.rules-sjp-section tbody td{padding:12px 14px;font-size:14px}
.rules-sjp-section ul,.rules-sjp-section ol{padding-left:24px}
}
@media (max-width: 480px) {
.rules-sjp-section{padding:32px 12px 48px}
.rules-sjp-section h1{font-size:28px}
.rules-sjp-section h2{font-size:24px}
.rules-sjp-section h3{font-size:20px}
.rules-sjp-section table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.rules-sjp-section thead th,.rules-sjp-section tbody td{padding:10px 12px;font-size:13px}
}
.title_hero_section{position:relative;padding:90px 20px 110px;overflow:hidden;background:linear-gradient(142deg,#025360 0%,#00C3D0 100%)}
.title_hero_section::before{content:'';position:absolute;top:-120px;right:-80px;width:500px;height:500px;background:#dfeffa14;border-radius:50%;z-index:1}
.title_hero_section::after{content:'';position:absolute;bottom:-150px;left:-100px;width:600px;height:600px;background:#00c3d01f;border-radius:50%;z-index:1}
.hero_content_wrap{max-width:1320px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:50px}
.hero_text_section{text-align:center;max-width:780px}
.hero_text_section h1{font-size:56px;color:#fff;margin:0 0 18px;font-weight:700;line-height:1.2}
.hero_text_section h1 .number_accent{color:#DFEFFA;font-size:68px;display:inline-block;margin-right:8px}
.hero_text_section .explainer_txt{font-size:19px;color:#DFEFFA;line-height:1.7;margin:0}
.hero_img_holder{width:100%;max-width:920px;position:relative}
.hero_img_holder::before{content:'';position:absolute;top:0;left:0;right:0;height:140px;background:linear-gradient(to bottom,#025360e6,transparent);z-index:2;pointer-events:none}
.hero_img_holder::after{content:'';position:absolute;bottom:0;left:0;right:0;height:140px;background:linear-gradient(to top,#00c3d0d9,transparent);z-index:2;pointer-events:none}
.hero_img_holder img{width:100%;height:auto;display:block;border-radius:8px}
.curved_deco1{position:absolute;top:160px;left:80px;width:180px;height:180px;z-index:1}
.curved_deco1 svg{width:100%;height:100%}
.story_section{padding:95px 20px;background:linear-gradient(217deg,#DFEFFA 0%,#fff 100%)}
.story_container{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.story_text_block h2{font-size:42px;color:#025360;margin:0 0 24px;font-weight:700;line-height:1.3}
.story_text_block p{font-size:17px;color:#333;line-height:1.8;margin:0 0 20px}
.story_text_block p:last-of-type{margin-bottom:0}
.story_img_set{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.story_img_set img{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 6px 18px #0253601f}
.team_area{padding:100px 20px;background:#fff}
.team_wrapper{max-width:1320px;margin:0 auto}
.team_wrapper h2{font-size:44px;color:#025360;margin:0 0 60px;font-weight:700;text-align:center}
.team_grid{display:flex;gap:50px;justify-content:center;flex-wrap:wrap}
.member_card{width:100%;max-width:380px;background:linear-gradient(135deg,#DFEFFA 0%,#fff 100%);border-radius:16px;padding:32px;box-shadow:0 8px 24px #00c3d026;transition:all .35s ease-in}
.member_card:hover{transform:scale(1.04);box-shadow:0 12px 32px #02536038}
.member_card .photo_holder{width:140px;height:140px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:4px solid #00C3D0}
.member_card .photo_holder img{width:100%;height:100%;object-fit:cover}
.member_card h3{font-size:24px;color:#025360;margin:0 0 8px;text-align:center;font-weight:600}
.member_card .role_label{font-size:15px;color:#00C3D0;text-align:center;margin:0 0 18px;font-weight:500}
.member_card .bio_txt{font-size:16px;color:#333;line-height:1.7;margin:0;text-align:center}
.values_section{padding:90px 20px;background:linear-gradient(158deg,#025360 0%,#00C3D0 100%);position:relative;overflow:hidden}
.values_section::before{content:'';position:absolute;top:-200px;right:-200px;width:700px;height:700px;background:#dfeffa0f;border-radius:50%}
.values_container{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.values_container h2{font-size:46px;color:#fff;margin:0 0 50px;text-align:center;font-weight:700}
.values_list{display:flex;flex-direction:column;gap:32px}
.value_row{display:grid;grid-template-columns:80px 1fr;gap:28px;align-items:start;background:#ffffff14;padding:28px;border-radius:12px;backdrop-filter:blur(8px);transition:all .3s ease-in}
.value_row:hover{background:#ffffff24;transform:translateX(8px)}
.value_icon_box{width:80px;height:80px;background:#dfeffa26;border-radius:50%;display:flex;align-items:center;justify-content:center}
.value_icon_box svg{width:40px;height:40px}
.value_text h3{font-size:26px;color:#DFEFFA;margin:0 0 12px;font-weight:600}
.value_text p{font-size:17px;color:#fff;line-height:1.7;margin:0}
@media (max-width: 992px) {
.story_container{grid-template-columns:1fr;gap:50px}
.story_img_set{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.title_hero_section{padding:60px 20px 80px}
.hero_text_section h1{font-size:38px}
.hero_text_section h1 .number_accent{font-size:46px}
.hero_text_section .explainer_txt{font-size:17px}
.curved_deco1{display:none}
.story_section{padding:70px 20px}
.story_text_block h2{font-size:32px}
.story_img_set{grid-template-columns:1fr}
.story_img_set img{height:220px}
.team_area{padding:70px 20px}
.team_wrapper h2{font-size:34px;margin-bottom:40px}
.team_grid{gap:30px}
.values_section{padding:70px 20px}
.values_container h2{font-size:34px}
.value_row{grid-template-columns:1fr;gap:20px}
.value_icon_box{margin:0 auto}
.value_text{text-align:center}
}
@media (max-width: 576px) {
.hero_text_section h1{font-size:32px}
.hero_text_section h1 .number_accent{font-size:38px}
.story_text_block h2{font-size:28px}
.team_wrapper h2{font-size:28px}
.values_container h2{font-size:28px}
.value_text h3{font-size:22px}
}
.top-banner{display:flex;align-items:center;max-width:1320px;margin:0 auto;padding:60px 20px;gap:50px}
.top-banner .img-holder{flex:0 0 40%;position:relative}
.top-banner .img-holder::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;background:linear-gradient(135deg,#00C3D0 0%,#025360 100%);border-radius:20px;z-index:-1}
.top-banner .img-holder img{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 12px 32px #02536026}
.top-banner .text-content{flex:1}
.top-banner .main-heading{font-size:48px;line-height:1.2;color:#025360;margin:0 0 30px;font-weight:700}
.top-banner .primary-butt{display:inline-block;padding:16px 36px;background:linear-gradient(125deg,#00C3D0 0%,#025360 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:18px;transition:transform .3s ease-in,box-shadow .3s ease-in;box-shadow:0 4px 16px #00c3d040}
.top-banner .primary-butt:hover{transform:scale(1.06);box-shadow:0 8px 24px #00c3d066}
.modes-section{max-width:1320px;margin:80px auto;padding:0 20px}
.modes-section .section-title{font-size:38px;color:#025360;text-align:center;margin:0 0 50px;font-weight:700;position:relative}
.modes-section .section-title::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#00C3D0 0%,#025360 100%);margin:20px auto 0;border-radius:2px}
.modes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.mode-card{background:#fff;border:2px solid #DFEFFA;border-radius:18px;padding:35px 28px;transition:transform .3s ease-in,box-shadow .3s ease-in,border-color .3s ease-in;position:relative;overflow:hidden}
.mode-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#00C3D0 0%,#025360 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in}
.mode-card:hover::before{transform:scaleX(1)}
.mode-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0253601f;border-color:#00C3D0}
.mode-card .card-icon{width:64px;height:64px;background:linear-gradient(135deg,#DFEFFA 0%,#fff 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 0 22px}
.mode-card .card-icon svg{width:32px;height:32px;fill:#025360}
.mode-card .card-heading{font-size:22px;color:#025360;margin:0 0 16px;font-weight:600}
.mode-card .card-text{font-size:16px;line-height:1.6;color:#444;margin:0}
.tech-section{background:linear-gradient(165deg,#DFEFFA 0%,#fff 100%);padding:80px 20px;position:relative}
.tech-section::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#025360 0%,#00C3D0 50%,#025360 100%)}
.tech-container{max-width:1320px;margin:0 auto}
.tech-section .heading2{font-size:38px;color:#025360;text-align:center;margin:0 0 60px;font-weight:700}
.tech-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.tech-visual img{width:100%;height:auto;border-radius:20px;box-shadow:0 12px 36px #0253602e}
.tech-info{display:flex;flex-direction:column;gap:28px}
.tech-item{background:#fff;padding:28px 32px;border-radius:14px;border-left:5px solid #00C3D0;box-shadow:0 6px 20px #0000000f;transition:transform .3s ease-in,box-shadow .3s ease-in}
.tech-item:hover{transform:translateX(8px);box-shadow:0 10px 28px #00c3d033}
.tech-item .item-title{font-size:20px;color:#025360;margin:0 0 12px;font-weight:600}
.tech-item .item-desc{font-size:16px;line-height:1.6;color:#555;margin:0}
.career-zone{max-width:1320px;margin:80px auto;padding:0 20px}
.career-zone .heading3{font-size:38px;color:#025360;text-align:center;margin:0 0 24px;font-weight:700}
.career-zone .intro-text{font-size:18px;line-height:1.7;color:#555;text-align:center;max-width:900px;margin:0 auto 50px}
.career-split{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.career-visual{position:relative}
.career-visual img{width:100%;height:auto;border-radius:18px;box-shadow:0 10px 32px #02536026}
.career-content{display:flex;flex-direction:column;justify-content:center}
.career-list{display:flex;flex-direction:column;gap:24px}
.career-entry{display:flex;gap:18px;align-items:flex-start}
.career-entry .entry-number{flex:0 0 48px;height:48px;background:linear-gradient(135deg,#00C3D0 0%,#025360 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}
.career-entry .entry-info{flex:1}
.career-entry .entry-heading{font-size:20px;color:#025360;margin:0 0 8px;font-weight:600}
.career-entry .entry-txt{font-size:16px;line-height:1.6;color:#555;margin:0}
.testimony-wrap{background:linear-gradient(145deg,#025360 0%,#003d47 100%);padding:80px 20px;position:relative;overflow:hidden}
.testimony-wrap::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#00c3d01a;border-radius:50%}
.testimony-container{max-width:1320px;margin:0 auto;position:relative;z-index:1}
.testimony-wrap .heading4{font-size:38px;color:#fff;text-align:center;margin:0 0 50px;font-weight:700}
.testimony-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.testimony-card{background:#fffffff2;border-radius:16px;padding:32px;box-shadow:0 8px 28px #0003;transition:transform .3s ease-in}
.testimony-card:hover{transform:scale(1.03)}
.testimony-header{display:flex;align-items:center;gap:18px;margin:0 0 20px}
.testimony-photo img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #00C3D0}
.testimony-person .person-name{font-size:19px;color:#025360;margin:0 0 4px;font-weight:600}
.testimony-person .person-role{font-size:15px;color:#666;margin:0}
.testimony-quote{font-size:16px;line-height:1.7;color:#444;margin:0 0 16px;font-style:italic}
.testimony-rating{display:flex;gap:4px}
.testimony-rating svg{width:18px;height:18px;fill:#00C3D0}
.cta-block{max-width:1100px;margin:80px auto;padding:0 20px;text-align:center}
.cta-block .cta-heading{font-size:36px;color:#025360;margin:0 0 20px;font-weight:700}
.cta-block .cta-desc{font-size:18px;line-height:1.7;color:#555;margin:0 0 35px;max-width:750px;margin-left:auto;margin-right:auto}
.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.cta-btn-primary{display:inline-block;padding:16px 36px;background:linear-gradient(125deg,#00C3D0 0%,#025360 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:18px;transition:transform .3s ease-in,box-shadow .3s ease-in;box-shadow:0 6px 20px #00c3d04d}
.cta-btn-primary:hover{transform:scale(1.05);box-shadow:0 10px 28px #00c3d073}
.cta-btn-secondary{display:inline-block;padding:16px 36px;background:transparent;color:#025360;text-decoration:none;border:2px solid #025360;border-radius:8px;font-weight:600;font-size:18px;transition:background .3s ease-in,color .3s ease-in,transform .3s ease-in}
.cta-btn-secondary:hover{background:#025360;color:#fff;transform:scale(1.04)}
@media (max-width: 992px) {
.top-banner{flex-direction:column;gap:35px}
.top-banner .img-holder{flex:0 0 auto;width:100%}
.top-banner .main-heading{font-size:36px}
.modes-grid{grid-template-columns:1fr;gap:25px}
.tech-layout{grid-template-columns:1fr;gap:40px}
.career-split{grid-template-columns:1fr;gap:35px}
.testimony-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.top-banner{padding:40px 15px}
.top-banner .main-heading{font-size:30px}
.modes-section{margin:60px auto}
.modes-section .section-title{font-size:30px}
.tech-section{padding:60px 15px}
.tech-section .heading2{font-size:30px}
.career-zone{margin:60px auto}
.career-zone .heading3{font-size:30px}
.testimony-wrap{padding:60px 15px}
.testimony-wrap .heading4{font-size:30px}
.cta-block{margin:60px auto}
.cta-block .cta-heading{font-size:28px}
.cta-buttons{flex-direction:column;align-items:center}
.cta-btn-primary,.cta-btn-secondary{width:100%;max-width:320px}
}
.hero_sect{position:relative;min-height:520px;padding:90px 20px;overflow:hidden;background:linear-gradient(128deg,#025360 0%,#00C3D0 100%)}
.hero_sect::before{content:'';position:absolute;top:-15%;right:-8%;width:45%;height:130%;background:#dfeffa1f;transform:rotate(-18deg);border-radius:18px}
.hero_sect::after{content:'';position:absolute;bottom:-10%;left:-5%;width:35%;height:110%;background:#00c3d026;transform:rotate(12deg);border-radius:24px}
.hero_inner_wrap{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:3}
.hero_txt_box{flex:1;color:#fff}
.hero_txt_box h1{font-size:3.2rem;font-weight:700;margin:0 0 24px;line-height:1.2}
.hero_txt_box p{font-size:1.25rem;line-height:1.6;margin:0;opacity:.95}
.hero_img_holder{flex:0 0 420px;position:relative}
.hero_img_holder img{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 48px #00000047;display:block}
.contact_methods_area{padding:85px 20px;background:#DFEFFA}
.contact_methods_area .wrap{max-width:1320px;margin:0 auto}
.contact_methods_area h2{font-size:2.5rem;color:#025360;margin:0 0 16px;text-align:center;font-weight:700}
.contact_methods_area .sub_line{text-align:center;font-size:1.15rem;color:#333;margin:0 0 60px;line-height:1.5}
.methods_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.method_box{background:#fff;padding:38px 28px;border-radius:14px;box-shadow:0 4px 16px #02536014;transition:all .3s ease-in;border:2px solid transparent}
.method_box:hover{transform:scale(1.04);box-shadow:0 8px 28px #00c3d02e;border-color:#00C3D0}
.method_box h3{font-size:1.5rem;color:#025360;margin:0 0 14px;font-weight:600}
.method_box p{font-size:1rem;color:#555;margin:0 0 18px;line-height:1.6}
.method_box a{display:inline-block;color:#00C3D0;text-decoration:none;font-weight:600;font-size:1.05rem;border-bottom:2px solid transparent;transition:border-color .25s ease-in}
.method_box a:hover{border-bottom-color:#00C3D0}
.form_section{padding:90px 20px;background:linear-gradient(217deg,#fff 0%,#DFEFFA 100%)}
.form_section .container_wrap{max-width:720px;margin:0 auto}
.form_section h2{font-size:2.6rem;color:#025360;margin:0 0 18px;font-weight:700}
.form_section .intro_text{font-size:1.1rem;color:#444;margin:0 0 48px;line-height:1.6}
.contact_form_element{background:#fff;padding:42px 36px;border-radius:18px;box-shadow:0 6px 24px #0253601a}
.form_row{margin-bottom:28px}
.form_row label{display:block;font-size:1rem;color:#025360;font-weight:600;margin-bottom:10px}
.form_row input[type="text"],.form_row input[type="email"],.form_row textarea{width:100%;padding:14px 16px;font-size:1rem;border:2px solid #ddd;border-radius:8px;transition:border-color .3s ease-in,box-shadow .3s ease-in;box-sizing:border-box}
.form_row input[type="text"]:focus,.form_row input[type="email"]:focus,.form_row textarea:focus{outline:none;border-color:#00C3D0;box-shadow:0 0 0 4px #00c3d01f}
.form_row textarea{min-height:140px;resize:vertical}
.radio_set_holder{margin-bottom:28px}
.radio_set_holder p{font-size:1rem;color:#025360;font-weight:600;margin:0 0 14px}
.radio_options_wrap{display:flex;flex-direction:column;gap:12px}
.radio_item_box{display:flex;align-items:center;gap:10px}
.radio_item_box input[type="radio"]{width:20px;height:20px;accent-color:#00C3D0;cursor:pointer}
.radio_item_box label{font-size:1rem;color:#333;cursor:pointer;margin:0}
.privacy_check_box{margin:32px 0;display:flex;align-items:flex-start;gap:10px}
.privacy_check_box input[type="checkbox"]{width:20px;height:20px;accent-color:#00C3D0;cursor:pointer;flex-shrink:0;margin-top:2px}
.privacy_check_box label{font-size:.95rem;color:#555;line-height:1.5;cursor:pointer}
.privacy_check_box label a{color:#00C3D0;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .25s ease-in}
.privacy_check_box label a:hover{border-bottom-color:#00C3D0}
.submit_butt{width:100%;padding:16px;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#025360 0%,#00C3D0 100%);border:none;border-radius:10px;cursor:pointer;transition:transform .3s ease-in,box-shadow .3s ease-in;box-shadow:0 4px 16px #00c3d03d}
.submit_butt:hover{transform:scale(1.06);box-shadow:0 8px 24px #00c3d05c}
.location_details_holder{padding:85px 20px;background:#fff}
.location_details_holder .inner_container{max-width:1320px;margin:0 auto}
.location_details_holder h2{font-size:2.5rem;color:#025360;margin:0 0 48px;text-align:center;font-weight:700}
.info_cards_row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:36px}
.info_card_single{background:linear-gradient(145deg,#DFEFFA 0%,#fff 100%);padding:36px 30px;border-radius:16px;box-shadow:0 6px 20px #0253601a;border-left:5px solid #00C3D0;transition:transform .3s ease-in}
.info_card_single:hover{transform:translateY(-6px)}
.info_card_single h3{font-size:1.4rem;color:#025360;margin:0 0 16px;font-weight:600}
.info_card_single p{font-size:1.05rem;color:#444;margin:0;line-height:1.6}
.info_card_single a{color:#00C3D0;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .25s ease-in}
.info_card_single a:hover{border-bottom-color:#00C3D0}
.faq_zone{padding:90px 20px;background:linear-gradient(162deg,#025360 0%,#00C3D0 100%);color:#fff}
.faq_zone .wrapper_inner{max-width:920px;margin:0 auto}
.faq_zone h2{font-size:2.6rem;margin:0 0 52px;text-align:center;font-weight:700}
.faq_list{display:flex;flex-direction:column;gap:18px}
.faq_item{background:#ffffff1c;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #00000024}
.faq_toggle{display:none}
.faq_question{padding:22px 26px;cursor:pointer;font-size:1.25rem;font-weight:600;position:relative;transition:background .3s ease-in}
.faq_question:hover{background:#ffffff14}
.faq_question::after{content:'+';position:absolute;right:26px;top:50%;transform:translateY(-50%);font-size:1.8rem;font-weight:700;transition:transform .3s ease-in}
.faq_toggle:checked + .faq_question::after{transform:translateY(-50%) rotate(45deg)}
.faq_answer_box{max-height:0;overflow:hidden;transition:max-height .4s ease-in}
.faq_toggle:checked ~ .faq_answer_box{max-height:400px}
.faq_answer_content{padding:0 26px 22px;font-size:1.05rem;line-height:1.6;color:#ffffffeb}
@media (max-width: 992px) {
.hero_inner_wrap{flex-direction:column;gap:40px}
.hero_img_holder{flex:0 0 auto;width:100%;max-width:480px}
.hero_txt_box h1{font-size:2.5rem}
.contact_methods_area h2,.form_section h2,.location_details_holder h2,.faq_zone h2{font-size:2rem}
.methods_grid{grid-template-columns:1fr}
.info_cards_row{grid-template-columns:1fr}
}
@media (max-width: 576px) {
.hero_sect{padding:60px 20px;min-height:420px}
.hero_txt_box h1{font-size:2rem}
.hero_txt_box p{font-size:1.1rem}
.contact_methods_area,.form_section,.location_details_holder,.faq_zone{padding:60px 20px}
.contact_methods_area h2,.form_section h2,.location_details_holder h2,.faq_zone h2{font-size:1.75rem}
.contact_form_element{padding:28px 22px}
.method_box{padding:28px 22px}
.info_card_single{padding:28px 22px}
.faq_question{font-size:1.1rem;padding:18px 22px}
.faq_question::after{right:22px}
.faq_answer_content{padding:0 22px 18px}
}
.title_wrap{position:relative;height:520px;overflow:hidden;background:linear-gradient(127deg,#025360 0%,#00C3D0 100%);margin-bottom:70px}
.title_wrap .bg_img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.2;filter:brightness(0.9)}
.title_wrap .overlay_content{position:relative;max-width:1320px;margin:0 auto;padding:0 20px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:2}
.title_wrap .main_heading{font-size:56px;font-weight:800;color:#fff;margin:0 0 24px;line-height:1.1;max-width:780px}
.title_wrap .tagline_text{font-size:22px;color:#DFEFFA;line-height:1.5;max-width:640px;margin:0}
.title_wrap .deco_shape1{position:absolute;top:60px;right:140px;width:180px;height:180px;border:3px solid #dfeffa4d;border-radius:50%;z-index:1}
.title_wrap .deco_shape2{position:absolute;bottom:80px;right:60px;width:120px;height:120px;background:#00c3d026;transform:rotate(45deg);z-index:1}
.program_details_section{max-width:1320px;margin:0 auto 90px;padding:0 20px}
.program_details_section .section_intro{text-align:center;max-width:820px;margin:0 auto 60px}
.program_details_section .section_intro h2{font-size:42px;font-weight:700;color:#025360;margin:0 0 20px;line-height:1.2}
.program_details_section .section_intro .intro_text{font-size:18px;line-height:1.7;color:#444;margin:0}
.course_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 40px;margin-bottom:80px}
.course_item{position:relative;padding:35px 30px;background:linear-gradient(145deg,#fff 0%,#DFEFFA 100%);border-radius:16px;box-shadow:0 6px 20px #02536014;transition:all .3s ease-in}
.course_item:hover{transform:scale(1.04);box-shadow:0 12px 32px #02536026}
.course_item h3{font-size:26px;font-weight:700;color:#025360;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.course_item h3::before{content:'';display:block;width:8px;height:8px;background:#00C3D0;border-radius:50%;flex-shrink:0}
.course_item .desc_text{font-size:16px;line-height:1.65;color:#555;margin:0 0 20px}
.course_item .metrics_row{display:flex;gap:24px;margin-bottom:20px}
.stat_box{flex:1;background:#ffffffb3;padding:14px 18px;border-radius:10px;border-left:4px solid #00C3D0}
.stat_box .stat_num{font-size:24px;font-weight:800;color:#025360;display:block;margin-bottom:4px}
.stat_box .stat_label{font-size:13px;color:#666;text-transform:uppercase;letter-spacing:.5px}
.features_list{list-style:none;padding:0;margin:0}
.features_list li{font-size:15px;color:#444;padding:8px 0 8px 28px;position:relative;line-height:1.5}
.features_list li::before{content:'✓';position:absolute;left:0;top:8px;color:#00C3D0;font-weight:700;font-size:18px}
.journey_section{max-width:1320px;margin:0 auto 90px;padding:0 20px}
.journey_section h2{font-size:38px;font-weight:700;color:#025360;margin:0 0 50px;text-align:center}
.timeline_holder{position:relative;max-width:940px;margin:0 auto}
.timeline_holder::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#00C3D0 0%,#025360 100%);transform:translateX(-50%)}
.timeline_step{position:relative;display:flex;margin-bottom:60px;align-items:flex-start}
.timeline_step:nth-child(odd){flex-direction:row}
.timeline_step:nth-child(even){flex-direction:row-reverse}
.timeline_step .step_content{width:calc(50% - 40px);background:#fff;padding:28px 32px;border-radius:14px;box-shadow:0 5px 18px #0253601a;position:relative}
.timeline_step:nth-child(odd) .step_content{margin-right:auto;text-align:right}
.timeline_step:nth-child(even) .step_content{margin-left:auto;text-align:left}
.timeline_step .step_marker{position:absolute;left:50%;transform:translateX(-50%);width:44px;height:44px;background:#00C3D0;border:5px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:18px;box-shadow:0 4px 12px #00c3d04d;z-index:3}
.timeline_step h4{font-size:22px;font-weight:700;color:#025360;margin:0 0 12px}
.timeline_step .step_desc{font-size:16px;line-height:1.6;color:#555;margin:0}
.testimonial_module{max-width:1320px;margin:0 auto 90px;padding:0 20px}
.testimonial_module h2{font-size:38px;font-weight:700;color:#025360;margin:0 0 50px;text-align:center}
.testimonial_cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.testimonial_card{background:linear-gradient(135deg,#fff 0%,#DFEFFA 100%);padding:32px 28px;border-radius:18px;box-shadow:0 8px 24px #02536017;position:relative;overflow:hidden}
.testimonial_card::before{content:'"';position:absolute;top:-10px;left:20px;font-size:120px;color:#00c3d026;font-family:Georgia,serif;line-height:1;z-index:1}
.testimonial_card .card_content{position:relative;z-index:2}
.testimonial_card .profile_area{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.testimonial_card .profile_img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #00C3D0}
.testimonial_card .profile_info h5{font-size:18px;font-weight:700;color:#025360;margin:0 0 4px}
.testimonial_card .profile_info .role_text{font-size:14px;color:#666;margin:0}
.testimonial_card .quote_text{font-size:15px;line-height:1.7;color:#444;margin:0;font-style:italic}
.cta_zone{max-width:1320px;margin:0 auto 80px;padding:0 20px}
.cta_box{background:linear-gradient(118deg,#025360 0%,#00C3D0 100%);padding:60px 50px;border-radius:20px;text-align:center;position:relative;overflow:hidden}
.cta_box::after{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#ffffff1a;border-radius:50%}
.cta_box h3{font-size:36px;font-weight:700;color:#fff;margin:0 0 18px;position:relative;z-index:2}
.cta_box .cta_subtext{font-size:18px;color:#DFEFFA;margin:0 0 32px;position:relative;z-index:2}
.cta_box .cta_btn{display:inline-block;padding:16px 48px;background:#fff;color:#025360;font-size:18px;font-weight:700;text-decoration:none;border-radius:10px;transition:all .3s ease-in;position:relative;z-index:2}
.cta_box .cta_btn:hover{transform:scale(1.06);box-shadow:0 8px 24px #0003}
@media (max-width: 992px) {
.title_wrap{height:440px}
.title_wrap .main_heading{font-size:44px}
.title_wrap .tagline_text{font-size:19px}
.course_grid{grid-template-columns:1fr;gap:30px}
.testimonial_cards{grid-template-columns:1fr;gap:24px}
.timeline_holder::before{left:30px}
.timeline_step{flex-direction:row!important;padding-left:70px}
.timeline_step .step_content{width:100%;text-align:left!important;margin:0!important}
.timeline_step .step_marker{left:30px;transform:translateX(-50%)}
}
@media (max-width: 768px) {
.title_wrap{height:380px;margin-bottom:50px}
.title_wrap .main_heading{font-size:36px}
.title_wrap .tagline_text{font-size:17px}
.title_wrap .deco_shape1,.title_wrap .deco_shape2{display:none}
.program_details_section .section_intro h2{font-size:32px}
.course_item{padding:28px 24px}
.course_item h3{font-size:22px}
.metrics_row{flex-direction:column;gap:12px!important}
.journey_section h2,.testimonial_module h2{font-size:30px}
.cta_box{padding:40px 30px}
.cta_box h3{font-size:28px}
.cta_box .cta_subtext{font-size:16px}
}
@media (max-width: 480px) {
.title_wrap .main_heading{font-size:28px}
.title_wrap .tagline_text{font-size:15px}
.course_item h3{font-size:20px}
.timeline_step{padding-left:60px}
.timeline_step h4{font-size:19px}
}
.title-wrap{max-width:1320px;margin:0 auto;padding:60px 20px;display:flex;flex-direction:column;align-items:center;position:relative}
.title-wrap::before,.title-wrap::after{content:'';position:absolute;left:50%;transform:translateX(-50%);width:80%;max-width:600px;height:1px;background:linear-gradient(90deg,transparent,#025360,transparent)}
.title-wrap::before{top:0}
.title-wrap::after{bottom:0}
.title-wrap .main-heading{font-size:42px;font-weight:700;color:#025360;text-align:center;margin:0 0 24px;line-height:1.2}
.title-wrap .main-intro{font-size:18px;line-height:1.7;color:#333;text-align:center;max-width:800px;margin:0 0 32px}
.title-wrap .image-holder{width:100%;max-width:480px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #02536026}
.title-wrap .image-holder img{width:100%;height:auto;display:block;object-fit:cover}
.strategies-section{background:linear-gradient(135deg,#DFEFFA 0%,#fff 100%);padding:80px 20px}
.strategies-section .content-box{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.strategies-section .text-area h2{font-size:36px;font-weight:700;color:#025360;margin:0 0 20px;line-height:1.3;position:relative;padding-left:24px}
.strategies-section .text-area h2::before{content:'';position:absolute;left:0;top:8px;width:4px;height:40px;background:linear-gradient(180deg,#00C3D0 0%,#025360 100%);border-radius:2px}
.strategies-section .text-area p{font-size:17px;line-height:1.8;color:#444;margin:0 0 16px}
.strategies-section .person-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}
.strategies-section .person-card::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#00c3d014 0%,transparent 70%);pointer-events:none}
.strategies-section .person-card .photo-holder{width:140px;height:140px;border-radius:50%;overflow:hidden;margin:0 0 20px;border:4px solid #DFEFFA;position:relative;z-index:1}
.strategies-section .person-card .photo-holder img{width:100%;height:100%;object-fit:cover}
.strategies-section .person-card h3{font-size:22px;font-weight:600;color:#025360;margin:0 0 8px;position:relative;z-index:1}
.strategies-section .person-card .role-text{font-size:15px;color:#00C3D0;margin:0 0 16px;font-weight:500;position:relative;z-index:1}
.strategies-section .person-card .quote-text{font-size:16px;line-height:1.6;color:#555;font-style:italic;position:relative;z-index:1}
.practical-section{padding:80px 20px;background:#fff}
.practical-section .wrap{max-width:1320px;margin:0 auto}
.practical-section .section-header{text-align:center;margin:0 0 60px}
.practical-section .section-header h2{font-size:38px;font-weight:700;color:#025360;margin:0 0 16px;line-height:1.2}
.practical-section .section-header p{font-size:18px;line-height:1.7;color:#555;max-width:700px;margin:0 auto}
.practical-section .tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.practical-section .tip-item{background:linear-gradient(135deg,#fff 0%,#DFEFFA 100%);border-radius:18px;padding:36px 28px;border:2px solid transparent;transition:all .3s ease-in;position:relative;overflow:hidden}
.practical-section .tip-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#025360 0%,#00C3D0 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in}
.practical-section .tip-item:hover{transform:scale(1.04);border-color:#00C3D0;box-shadow:0 12px 32px #00c3d033}
.practical-section .tip-item:hover::before{transform:scaleX(1)}
.practical-section .tip-item .icon-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#025360 0%,#00C3D0 100%);display:flex;align-items:center;justify-content:center;margin:0 0 20px;box-shadow:0 4px 12px #0253604d}
.practical-section .tip-item .icon-circle svg{width:32px;height:32px;fill:#fff}
.practical-section .tip-item h3{font-size:22px;font-weight:600;color:#025360;margin:0 0 12px;line-height:1.3}
.practical-section .tip-item p{font-size:16px;line-height:1.7;color:#555;margin:0}
.tools-section{background:linear-gradient(225deg,#025360 0%,#004d57 100%);padding:80px 20px;position:relative;overflow:hidden}
.tools-section::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#00c3d026 0%,transparent 70%);border-radius:50%}
.tools-section::after{content:'';position:absolute;bottom:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,#dfeffa1a 0%,transparent 70%);border-radius:50%}
.tools-section .holder{max-width:1320px;margin:0 auto;position:relative;z-index:1}
.tools-section .top-area{text-align:center;margin:0 0 50px}
.tools-section .top-area h2{font-size:40px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2}
.tools-section .top-area .intro-par{font-size:18px;line-height:1.7;color:#DFEFFA;max-width:750px;margin:0 auto}
.tools-section .tool-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.tools-section .tool-box{background:#ffffff1a;border-radius:14px;padding:28px 20px;border:1px solid #ffffff26;backdrop-filter:blur(10px);transition:all .3s ease-in;text-align:center}
.tools-section .tool-box:hover{background:#ffffff2e;transform:translateY(-6px) scale(1.03);box-shadow:0 12px 28px #0000004d;border-color:#00C3D0}
.tools-section .tool-box .shape-holder{width:56px;height:56px;margin:0 auto 16px;position:relative}
.tools-section .tool-box .shape-holder svg{width:100%;height:100%}
.tools-section .tool-box h4{font-size:19px;font-weight:600;color:#fff;margin:0 0 10px;line-height:1.3}
.tools-section .tool-box p{font-size:15px;line-height:1.6;color:#DFEFFA;margin:0}
.tools-section .cta-zone{text-align:center;margin:60px 0 0}
.tools-section .cta-zone .btn-start{display:inline-block;background:linear-gradient(135deg,#00C3D0 0%,#009ba5 100%);color:#fff;font-size:18px;font-weight:600;padding:16px 48px;border-radius:50px;text-decoration:none;box-shadow:0 6px 20px #00c3d066;transition:all .3s ease-in;position:relative;z-index:10}
.tools-section .cta-zone .btn-start:hover{transform:scale(1.06);box-shadow:0 10px 32px #00c3d099;background:linear-gradient(135deg,#009ba5 0%,#007a82 100%)}
@media (max-width: 1024px) {
.strategies-section .content-box{grid-template-columns:1fr;gap:40px}
.practical-section .tips-grid{grid-template-columns:repeat(2,1fr)}
.tools-section .tool-cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.title-wrap .main-heading{font-size:32px}
.title-wrap .main-intro{font-size:16px}
.strategies-section .text-area h2{font-size:28px}
.strategies-section .text-area p{font-size:16px}
.practical-section .section-header h2{font-size:30px}
.practical-section .tips-grid{grid-template-columns:1fr}
.tools-section .top-area h2{font-size:32px}
.tools-section .tool-cards{grid-template-columns:1fr}
}
.success_wrap{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(127deg,#DFEFFA 0%,#fff 48%,#e8f7f9 100%);position:relative;overflow:hidden}
.success_wrap::before{content:'';position:absolute;top:-120px;right:-80px;width:340px;height:340px;background:radial-gradient(circle,#00c3d01f 0%,transparent 70%);border-radius:50%}
.success_wrap::after{content:'';position:absolute;bottom:-90px;left:-60px;width:280px;height:280px;background:radial-gradient(circle,#02536014 0%,transparent 70%);border-radius:50%}
.success_content{max-width:680px;width:100%;background:#fff;padding:60px 50px;border-radius:20px;box-shadow:0 12px 48px #02536014 0 4px 16px #00c3d00d;position:relative;z-index:2;text-align:center}
.success_icon_holder{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#00C3D0 0%,#025360 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse_icon 2s ease-in-out infinite}
@keyframes pulse_icon {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #00c3d066}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #00c3d000}
}
.success_icon_holder::before{content:'';position:absolute;width:120px;height:120px;border:3px solid #00c3d033;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.success_icon_holder svg{width:52px;height:52px;fill:#fff;position:relative;z-index:3}
.success_title{font-size:38px;font-weight:700;color:#025360;margin:0 0 18px;line-height:1.2}
.success_title .highlight_phrase{color:#00C3D0;display:block;font-size:32px;margin-bottom:8px}
.success_msg{font-size:17px;line-height:1.7;color:#4a5568;margin:0 0 36px}
.success_msg strong{color:#025360;font-weight:600}
.success_info_box{background:linear-gradient(118deg,#dfeffa99 0%,#00c3d014 100%);padding:26px 32px;border-radius:14px;margin-bottom:40px;border-left:4px solid #00C3D0}
.success_info_box p{font-size:15px;line-height:1.6;color:#2d3748;margin:0}
.success_action_area{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn_home{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:linear-gradient(135deg,#025360 0%,#013a44 100%);color:#fff;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease-in;box-shadow:0 4px 14px #02536033}
.btn_home:hover{transform:scale(1.04);box-shadow:0 6px 20px #0253604d;background:linear-gradient(135deg,#013a44 0%,#025360 100%)}
.btn_contact{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:transparent;color:#025360;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;border:2px solid #00C3D0;transition:all .3s ease-in}
.btn_contact:hover{transform:scale(1.04);background:#00c3d014;border-color:#025360}
.decorative_shape1{position:absolute;top:40px;right:40px;width:60px;height:60px;background:linear-gradient(135deg,#00c3d026 0%,transparent 100%);border-radius:12px;transform:rotate(25deg)}
.decorative_shape2{position:absolute;bottom:40px;left:40px;width:48px;height:48px;border:3px solid #0253601f;border-radius:50%}
@media (max-width: 768px) {
.success_content{padding:40px 28px}
.success_title{font-size:30px}
.success_title .highlight_phrase{font-size:26px}
.success_msg{font-size:16px}
.success_icon_holder{width:80px;height:80px}
.success_icon_holder svg{width:42px;height:42px}
.success_action_area{flex-direction:column}
.btn_home,.btn_contact{width:100%;justify-content:center}
.decorative_shape1,.decorative_shape2{display:none}
}
@media (max-width: 480px) {
.success_content{padding:32px 20px}
.success_title{font-size:26px}
.success_title .highlight_phrase{font-size:22px}
.success_info_box{padding:20px 24px}
}