@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Mono:wght@400;500&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap');

:root { --paper: #f5f1e9; --white: #fffdf8; --ink: #001b4b; --muted: #64706b; --border: #d9d2c6; --lime: #b8d33d; --red: #d84a2d; --sand: #e8e1d4; --mono: 'DM Mono', monospace; --condensed: 'Barlow Condensed', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: 'Noto Sans SC', sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; cursor: pointer; }
html,body,ul,li,p,input,form,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0; padding:0;}
a { color: inherit; text-decoration: none; }
.container { width: min(100% - 40px, 1280px); margin-inline: auto; }
.notice { padding: 12px 16px; background: #0041C2; text-align: center; font: 500 10px/1.4 var(--mono); letter-spacing: .12em; color: #fff;}
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--border); background: rgba(248,250,252,.95); backdrop-filter: blur(10px); }
.header-inner { display: flex; height: 76px; align-items: center; justify-content: space-between; }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; background: var(--ink); color: var(--lime); font: 700 20px var(--condensed); letter-spacing: .04em; }
.brand b { display: block; font-size: 16px; line-height: 1; }
.brand small { display: block; margin-top: 4px; color: #66736d; font: 9px/1 var(--mono); letter-spacing: .17em; }
.desktop-nav { display: none; gap: 24px; color: #111; font-size: 15px; font-weight: 600; }
.desktop-nav a, .text-button, .link-button { transition: color .2s; }
.desktop-nav a:hover, .text-button:hover, .link-button:hover { color: var(--red); }
.header-actions { display: none; align-items: center; gap: 12px; }
.text-button { padding: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 700; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 4px; padding: 12px 24px; font-weight: 800; line-height: 1.4; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: #bd351d; }
.button-lime { background: #d84a2d; color: #fff; }
.button-lime:hover { background: #bd351d; }
.button-outline { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.button-outline:hover { border-color: #ffdd22; color: #ffdd22; }
.icon { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; vertical-align: -.15em; }
.icon svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.menu-toggle { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 21px; }
.mobile-menu { display: none; padding: 20px; border-top: 1px solid var(--border); background: var(--paper); }
.mobile-menu.is-open { display: flex; flex-direction: column; gap: 16px; font-size: 14px; font-weight: 700; }
.mobile-menu .button { width: 100%; margin-top: 8px; }

.banner-5980 h2{
    text-align: center;
    font-size: 48px;
    padding-bottom: 20px;
    margin-top: -40px;
    color: #fff;
}
.apply-heading h3{
    font-size: 26px;
}
.ban-ewm p{
    padding-bottom: 10px;margin-top: -8px;
}

.ewm-breath{
    text-align: center;margin: 20px auto 20px;width: 250px;border: solid 1px #eee;
    box-shadow: 0 8px 15px rgba(224, 67, 0, .2);
    border-radius: 16px;
    animation: ewmBreath 3s ease-in-out infinite;
  transform-origin: center;
}
@keyframes ewmBreath {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.hero { position: relative; isolation: isolate; overflow: hidden; background: #001c52; color: #fff; }
.hero-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(0,65,194,.31) 1px, transparent 1px), linear-gradient(90deg, rgba(0,65,194,.31) 1px, transparent 1px); background-size: 48px 48px; }
.hero-ring { position: absolute; border: 1px solid rgba(0,65,194,.25); border-radius: 50%; }
.hero-ring-large { top: 80px; right: -96px; width: 420px; height: 420px; }
.hero-ring-small { top: 160px; right: -8px; width: 260px; height: 260px; }
.hero-inner { position: relative; display: grid; gap: 48px; padding-block: 64px; }
.hero-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 28px; color:#fff; font: 14px/1.4 var(--mono); letter-spacing: .14em; }
.hero-kicker b { width: 1px; height: 12px; background: rgba(255,255,255,.3); }

.hero-copy h1 em{
	background: linear-gradient(90deg, #d84a2d, #ff8800);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: inherit; }
h1 { max-width: 960px; font-size: 38px; font-weight: 900; line-height: 1.18; }
h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 672px; margin-top: 28px; color: #c4cfca; font-size: 16px; line-height: 2; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.hero-buttons .button { min-height: 56px; }
.hero-stats { display: flex; gap: 32px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-stats div { display: flex; align-items: baseline; gap: 8px; }
.hero-stats strong { color: #d84a2d; font: 16px/1 var(--condensed); }
.hero-stats span { color: #c4cfca; font-size: 14px; }
.apply-card { align-self: center; padding: 24px; background: #fff; color: var(--ink); box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); border-radius: 20px;}
.apply-heading { display: flex; align-items: flex-start; justify-content: center;  text-align: center;}
.ban-shem{
	position: relative;
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 80px;
}
.ban-shem-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ban-shem-box dl{
	text-align: center;
}
.ban-shem-box dl dt img{
	width: 68px;
}
.ban-shem-box dl dd{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.ico08-por{
	position: relative;
	padding-left: 30px;
}
.ico08-por span{
	position: absolute;
	left: -50px;
	font-size: 40px;
	font-weight: 100;
	top: 3px;
}

.apply-heading p{
	color: #d84a2d;;
}
.rounded-xl{
	background: rgba(248, 250, 252, .95);
	border-radius: 16px;
	padding:10px 20px;
	margin-bottom: 10px;
	color: #333;
}
.leading-relaxed{
	padding-top: 6px;
}
.font-semibold{
	font-size: 15px;
	padding-top: 6px;
}
.apply-heading small, .service-callout > small, .cta small, .site-footer small { color: var(--red); font: 10px/1.4 var(--mono); letter-spacing: .16em; }
.apply-heading h2 { margin-top: 8px; font-size: 24px; font-weight: 800;}
.text-green-500 {
    color: #00c951;
}
.mt-3.justify-center{
	text-align: center;
}
.mt-3.justify-center span{
	font-size: 14px;
	padding: 0 6px;
	color: #666;
}
.mt-3.justify-center svg{
	margin-right: 4px;
}
.apply-heading > span { padding: 4px 8px; background: var(--lime); font: 700 10px/1.4 var(--mono); }
#apply-form { display: grid; gap: 16px; margin-top: 24px; }
#apply-form input { width: 100%; padding: 14px 16px; border: 1px solid var(--border); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
#apply-form input:focus { border-color: var(--red); }
#apply-form .button { width: 100%; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.form-note { margin-top: 16px; color: #74817b; text-align: center; font-size: 12px; }
.apply-success { display: flex; min-height: 340px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.apply-success[hidden] { display: none; }
.success-icon { width: 56px; height: 56px; color: var(--red); font-size: 56px; }
.apply-success h2 { margin-top: 20px; font-size: 24px; }
.apply-success p { max-width: 260px; margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.section { padding-block: 80px; }
.solution, .result { background: #f8fafc; }
.split-layout {
	/* display: grid; gap: 40px; */
}
.split-layout-con{
	text-align: center;padding-top: 40px;
	display: flex;
	justify-content: center;
}
.split-layout a{
    border-radius: 60px;
    background: #f54900;
    color: #fff;
    display: flex;
    line-height: 50px;
    padding: 0 26px;
    align-items: center;
    justify-content: center;
	transition: all 0.3s ease;
	/* 基准位置，不设置默认0 */
	transform: translateY(0);
	box-shadow: 0 8px 15px rgba(224, 67, 0, .4);
}
.split-layout a:hover{
	/* 向上移动8px，数值越大上浮越高 */
	transform: translateY(-8px);
	/* 悬浮加深阴影，立体更强 */
	box-shadow: 0 12px 20px rgba(224, 67, 0, .5);
}

.split-layout svg{
	margin-left: 8px;
}
.split-layout-txt{
	text-align: center;
}
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--red); font: 500 11px/1.4 var(--mono); letter-spacing: .18em;justify-content: center; }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--red); }
.eyebrow.centered { justify-content: center; }
h2 { font-size: 30px; font-weight: 800; line-height: 1.25; }
ol,ul,li{ list-style:none;padding: 0;}
.muted, .pain-grid p { color: var(--muted); }
.intro { max-width: 384px; margin-top: 24px; line-height: 1.9; margin: 20px auto 50px;}
.link-button { margin-top: 32px; padding: 0; background: transparent; color: var(--red); font-weight: 800; }
.link-button .icon, .button .icon { width: 16px; height: 16px; margin-left: 4px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.pain-grid article { min-height: 220px; padding: 24px; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.pain-grid article:nth-child(odd) { 
	/* border-left: 0; */
	}
.pain-grid article:nth-child(1),.pain-grid article:nth-child(4){
	border-left: 0;
}
.pain-grid .number { display: block; color: var(--red); font: 700 56px/1 var(--condensed); }
.pain-grid h3 { margin-top: 32px; font-size: 24px; }
.pain-grid p { margin-top: 12px; font-size: 14px; line-height: 1.9; }

.advantage{
	background: #fff;
}
.advantage_box{
	max-width: 1280px;
	width: 92%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.advantage_fl{
	width: 48%;
}
.advantage_fl>p{
	background: #ffedd4;
	border-radius: 30px;
	display: inline-block;
	padding: 10px 20px;
	color: #ea580c;
}
.advantage_fl h2{
	margin:30px 0;
}
.advantage_fl h2 span{
	color: #d84a2d;
}
.advantage_fl_box{
	background: #f8fafc;
	border-left:4px solid #cad5e2;
}
.advantage_fl_box_01{
	padding: 20px;
	display: flex;
	margin-bottom: 30px;
}
.advantage_fl_box_01 p{
	padding-left: 8px;
	font-size: 15px;
	color: #45556c;
	line-height:26px;
}
.advantage_fl_box_01 svg{
	color: #45556c;
}
.advantage_fl_con h3{
	display: flex;
	align-items: center;
	font-size: 24px;
}
.advantage_fl_con h3 svg{
	margin-right: 8px;
}
.advantage_fl_con ul{
	margin:10px 0 20px;
}
.advantage_fl_con ul li{
	display: flex;
	align-items: center;
	line-height: 40px;
}
.advantage_fl_con ul li span{
	font-size: 16px;
	color: #314158;
	padding-left: 8px;
}
.advantage_fl_con ul li svg{
	color: #ea580c;
}
.advantage_fl_con a{
	background: #f54900;
	border-radius: 10px;
	padding:17px 30px;
	display: inline-block;
	color: #fff;
	margin-top: 10px;
	box-shadow: 0 8px 15px rgba(224, 67, 0, .4);
	 transition: all 0.3s ease;
	/* 基准位置，不设置默认0 */
	transform: translateY(0);
}
.advantage_fl_con a:hover{
    /* 向上移动8px，数值越大上浮越高 */
    transform: translateY(-8px);
    /* 悬浮加深阴影，立体更强 */
    box-shadow: 0 12px 20px rgba(224, 67, 0, .5);
}

.advantage_fr{
	width: 50%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.advantage_fr img{
	width: 90%;
	border-radius: 20px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .14);
	margin-bottom: 28px;
	height: 500px;
	object-fit: cover;
}
.advantage_fr .advantage_fr_box{
    position: absolute;
    bottom: 0;
    left: 30px;
    background: #fff;
    border-radius: 14px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .14);
	display: flex;
	align-items: center;
	padding: 16px 20px;
}
.advantage_fr .advantage_fr_box dl{
	margin-left: 16px;
}
.advantage_fr .advantage_fr_box dl dt{
	font-size: 18px;
	font-weight: 600;
}
.advantage_fr .advantage_fr_box dl dd{
	color: #62748e;
	font-size: 14px;
}
.advantage_fr_box_svg{
    background: #dcfce7;
    border-radius: 100%;
    display: flex;
    padding: 14px;
	color: #00a63e;
}

.service { background: var(--sand); }
.service-callout { padding: 32px; background: var(--red); color: #fff; }
.service-callout > small { color: #ffd0c6; }
.service-callout h2 { margin-top: 32px; }
.service-callout p { max-width: 384px; margin-top: 24px; color: #ffe5df; line-height: 1.9; }
.service-label { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.3); font: 12px/1.4 var(--mono); letter-spacing: .1em; }
.service-list { display: grid; align-content: center; grid-template-columns: repeat(2, minmax(0,1fr)); }
.service-list > div { padding: 24px 0; border-bottom: 1px solid #cfc6b7; }
.service-list > div:nth-child(odd) { padding-right: 24px; border-right: 1px solid #cfc6b7; }
.service-list > div:nth-child(even) { padding-left: 24px; }
.service-list span { display: grid; width: 32px; height: 32px; margin-bottom: 16px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font: 12px/1 var(--mono); }
.service-list p { font-size: 16px; font-weight: 800; line-height: 1.75; }

.agenda { background: var(--ink); color: #fff; }
.agenda .eyebrow { color: var(--red); }
.agenda-heading { display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.agenda-heading p { max-width: 384px; color: #cedeff; font-size: 14px; line-height: 1.9; }
.agenda-grid { display: grid; gap: 16px; margin-top: 48px; }
.agenda-grid article { position: relative; overflow: hidden; padding: 28px 24px 40px; background: #11295b; }
.agenda-accent { position: absolute; top: 0; right: 0; width: 40%; height: 8px; }
.agenda-accent.red { background: var(--red); }
.agenda-accent.lime { background: var(--lime); }
.agenda-accent.amber { background: #e4a234; }
.agenda article > small { color:#a1c1ff; font: 48px/1.4 var(--mono); letter-spacing: 0; font-family: 'Microsoft YaHei';font-weight: 600;}
.agenda h3 { margin-top: 28px; font-size: 28px; }
.agenda article > p { margin-top: 8px; color: #a1c1ff; font-size: 14px; }
.agenda ol { display: grid; gap: 0px; margin: 36px 0 0; padding: 24px 0 0 0px; border-top: 1px solid rgba(255,255,255,.15); color: #fff; font-size: 14px; line-height: 1.7; }
.agenda ol h4{
	font-size: 22px;
}
.agenda ol li{
	padding-left: 10px;
	font-size: 16px;
	margin-top: 10px;
}

.agenda li::marker { color: var(--lime); font-family: var(--mono); }
.time { display: flex; align-items: center; gap: 8px; margin-top: 0; color: #a1c1ff; font: 14px/1.4 var(--mono); letter-spacing: .14em; }

.result-layout { align-items: start; }
.result-stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: var(--border); }
.result-stats div { padding: 20px; background: var(--paper); }
.result-stats strong { color: var(--red); font: 38px/1 var(--condensed); }
.result-stats p { margin-top: 8px; color: var(--muted); font-size: 14px; }
.testimonial { padding: 28px; background: var(--white); 
/* box-shadow: 0 12px 40px rgba(28,40,37,.08); */
}
.quote-icon { width: 36px; height: 36px; color: var(--red); font-size: 36px; }
.testimonial blockquote { margin: 0 0 0; font-size: 20px; font-weight: 800; line-height: 1.8; font-weight: 400;}
.testimonial-by { display: flex; align-items: center; justify-content: space-between; gap: 20px;  padding-top: 20px; border-top: 1px solid var(--border); }
.testimonial-by b { font-size: 14px; }
.testimonial-by p { margin-top: 4px; color: #74817b; font-size: 12px; }
.testimonial-by > span { color: var(--red); text-align: right; font: 10px/1.4 var(--mono); letter-spacing: .13em; }
.principles { padding-block: 64px; border-block: 1px solid #cad5e2; background: #f8fafc; }
.principles-grid { display: grid; gap: 32px; }
.principles-grid > div { display: flex; gap: 16px; }
.principles-grid > div > .icon { width: 32px; height: 32px; color: var(--red); font-size: 32px; }
.principles-grid b { font-size: 16px; }
.principles-grid p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.7; }


.mentors_dg{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mentors_dg p{
	max-width: 384px;
}
.mentors_img{
	padding-top: 20px;
}
.mentors_img img{
    width: 100%;
}

.result{
	background: #fff;
}
.result h2{
	text-align: center;
}
.result_dg{
	width:100%;
    overflow:hidden;
	margin-top: 40px;
}
.result_box{
	width: 23.4%;
	max-width: 300px;
	flex-shrink:0;
	margin-right:30px;
}
.result_track{
    display:flex;
    width:max-content;
}
.result_box img{
	width: 100%;
	display: block;
	max-height: 530px;
}

.cost{
	background: #001b4b;
}
.cost_dg{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.cost_dg h2{
	color: #fff;
	text-align: center;
}
.cost_dg h2 span{
	color: #e85d26;
}
.cost_box{
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	margin-top: 40px;
}
.cost_top{
	text-align: center;
	padding:20px 0 30px;
	background: #e85d26;
	color: #fff;
}
.cost_top p{
	opacity: 0.7;
}
.cost_top h3{
	font: 58px / 1 var(--condensed);
	font-weight: 800;
}
.cost_top h3 i{
	font-size: 20px;
	margin-left: -8px;
	font-weight: 400;
}
.cost_top span{
	color: #fff;
	font-size: 16px;
	opacity: 0.7;
	display: block;
	margin-top: 4px;
}
.cost_con{
	padding: 40px;
}
.cost_con ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cost_con ul li{
	width: 50%;
	color: #333;
	line-height: 42px;
}
.cost_con ul li svg{
	color: #e85d26;
	margin-right: 6px;
}
.cost_con_01{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 14px 20px;
	background: #fff5f0;
	border: solid 1px #e85d2633;
	border-radius: 18px;
	margin: 20px 0 30px;
}
.cost_con_01 svg{
	color: #e85d26;
	margin-right: 12px;
	margin-top: 5px;
}
.cost_con_01 dl dt{
	color: #e85d26;
	font-weight: 600;
}
.cost_con_01 dl dd{
	color: #444;
}
.cost_con_02{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cost_con_02 a{
	display: inline-block;
	border-radius: 18px;
	line-height: 60px;
	width: 49%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.cost_con_02 .cost_con_02_a{
	background: #e85d26;
	border: solid 2px #e85d26;
	color: #fff;
	box-shadow: 0 8px 15px rgba(224, 67, 0, .4);
	 transition: all 0.3s ease;
	/* 基准位置，不设置默认0 */
	transform: translateY(0);
}
.cost_con_02 .cost_con_02_a:hover{
    /* 向上移动8px，数值越大上浮越高 */
    transform: translateY(-8px);
    /* 悬浮加深阴影，立体更强 */
    box-shadow: 0 12px 20px rgba(224, 67, 0, .5);
}
.cost_con_02_a02{
	border: solid 2px #001b4b;
}
.cost_con_03{
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 20px 0 30px;
}
.cost_con_04{
	border-top: solid 1px #eee;
	padding-top: 20px;
	font-size: 14px;
	color: #666;
}

.mentors { background: #fff; }
.underlined { padding-bottom: 4px; border-bottom: 2px solid var(--red); }
.mentor-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.mentor-grid > div { display: flex; min-height: 160px; flex-direction: column; padding: 16px; background: var(--ink); color: #fff; }
.mentor-grid strong { color: var(--lime); font: 40px/1 var(--condensed); }
.mentor-grid b { margin-top: auto; font-size: 14px; }
.mentor-grid small { margin-top: 4px; color: #a9b7b0; font: 9px/1.4 var(--mono); letter-spacing: .12em; }
.faq { background: #f8fafc; }
.faq-inner { max-width: 896px; }
.faq-title { text-align: center; }
.faq-list { margin-top: 48px; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0; background: transparent; color: var(--ink); text-align: left; font-weight: 800; }
.faq-item button .icon { width: 20px; height: 20px; color: var(--red); transition: transform .2s; }
.faq-item.open button .icon { transform: rotate(180deg); }
.faq-item p { display: none; max-width: 768px; padding: 0 40px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.faq-item.open p { display: block; }
.cta { padding-block: 64px; background: #001b4b; color: #fff; }
.cta-inner { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; }
.cta small { color: #dae7ff; }
.cta h2 { margin-top: 16px; font-size: 30px; }
.cta p { margin-top: 16px; color: #dae7ff; font-size: 14px; }
.cta .button { align-self: flex-start; flex: 0 0 auto; }
.site-footer { padding: 48px 0; background: var(--ink); color: #fff; }
.footer-grid { display: grid; gap: 40px; }
.footer-brand span { display: grid; width: 36px; height: 36px; place-items: center; background: var(--lime); color: var(--ink); font: 700 18px var(--condensed); }
.footer-brand b { font-size: 16px; }
.footer-grid > div > p { margin-top: 20px; color: #a9b7b0; font-size: 14px; line-height: 1.9; }
.footer-grid small { color: var(--lime); }
.footer-grid .icon { width: 16px; height: 16px; margin-right: 8px; color: var(--lime); }
.footer-grid > div:not(:first-child) > p { color: #d7dfdb; }
.footer-grid > div:last-child > p { color: #a9b7b0; font-size: 12px; line-height: 2; }
.footer-bottom { display: flex; flex-direction: column; gap: 12px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: #81908a; font-size: 12px; }
.floating-cta { position: fixed; right: 20px; bottom: 20px; z-index: 30; display: flex; align-items: center; gap: 8px; padding: 14px 20px; background: var(--red); color: #fff; box-shadow: 0 10px 20px rgba(28,40,37,.2); font-size: 14px; font-weight: 800; transition: background .2s; }
.floating-cta:hover { background: #bd351d; }
.floating-cta .icon { width: 16px; height: 16px; }

@media (min-width: 640px) {
  .notice { font-size: 12px; }
  h1 { font-size: 48px; }
  .hero-inner { padding-block: 96px; }
  .apply-card { padding: 32px; }
  h2 { font-size: 42px; }
  .service-callout { padding: 44px; }
  .testimonial { padding: 20px; }
  .testimonial blockquote { font-size: 18px; }
  .mentor-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .mentor-grid > div { min-height: 224px; }
  .mentor-grid b { margin-top: auto; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}
@media (min-width: 768px) {
  .header-actions { display: flex; }
  .menu-toggle { display: none; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }

}
@media (min-width: 1024px) {
  .container { width: min(100% - 64px, 1280px); }
  .hero-inner { grid-template-columns: 1.18fr .62fr; padding-block: 112px 40px; }
  .split-layout { grid-template-columns: .8fr 1.2fr; }
  .service .split-layout { grid-template-columns: 1fr 1.1fr; }
  .section { padding-block: 112px; }
  .agenda-heading { flex-direction: row; align-items: end; }
  .agenda-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .result-layout { grid-template-columns: .85fr 1.15fr; }
  .principles-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .mentors .split-layout { grid-template-columns: 1.05fr .95fr; }
  .cta-inner { flex-direction: row; align-items: end; }
  .cta h2 { font-size: 36px; }
  .footer-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
@media (min-width: 1024px) {
  h1 { font-size: 64px; }
}
@media (min-width: 1280px) {
  .desktop-nav { display: flex; }
}
@media (max-width: 639px) {
  .hero-stats { gap: 16px; }
  .hero-stats div { display: block; }
  .hero-stats span { display: block; margin-top: 6px; font-size: 12px; }
  .service-list > div:nth-child(odd) { padding-right: 16px; }
  .service-list > div:nth-child(even) { padding-left: 16px; }
  .testimonial-by { align-items: flex-start; }
  .floating-cta { right: 12px; bottom: 12px; }
    .cost_con_02 a{
      width: 100%;
      margin-bottom: 10px;
  }
  .split-layout a{
      padding: 0 15px;
  }
  .pain-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.pain-grid article:nth-child(1), .pain-grid article:nth-child(4) {
    border-left: 1px solid var(--border);
}
.advantage_fl {
    width: 100%;
}
.advantage_fr {
    width: 100%;
    margin-top: 20px;
}
.ban-shem-box dl {
    text-align: center;
    width: 25%;
    margin-bottom: 20px;
}
.ban-shem-box dl dt img {
    width: 48px;
}
.ban-shem-box dl dd {
    font-size: 12px;
}
.ico08-por span {
    position: absolute;
    left: -6px;
    font-size: 26px;
    font-weight: 100;
    top: 12px;
}
}
