@import "https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;600;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Source Code Pro',monospace;color:#1a1a1a;background:#fafafa;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:600}
p{margin-bottom:1rem}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.siteheader{background:#fff;border-bottom:3px solid #BD0414;position:relative;z-index:1000}
.headerwrap{max-width:960px;margin:0 auto;padding:0 20px}
.topbar{display:flex;align-items:center;justify-content:space-between;min-height:120px;padding:20px 0;gap:30px}
.leftzone{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.logobox{width:90px;height:90px;flex-shrink:0}
.logobox img{width:100%;height:100%;object-fit:contain;box-shadow:0 2px 8px #bd041426;border-radius:18px}
.brandtxt{font-size:1.4rem;font-weight:700;color:#043695;letter-spacing:-.5px}
.rightzone{flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-end;gap:12px;min-width:0}
.tagline47{font-size:.85rem;color:#666;font-weight:500;text-align:right}
.mainnav{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.mainnav a{padding:10px 18px;font-size:.95rem;font-weight:500;color:#043695;background:#f8f8f8;border-radius:20px;transition:all .2s ease;white-space:nowrap}
.mainnav a:hover{background:#BD0414;color:#fff}
.sitefooter{background:linear-gradient(135deg,#043695 0%,#BD0414 100%);color:#fff;padding:60px 0 30px;margin-top:80px}
.footerwrap{max-width:960px;margin:0 auto;padding:0 20px}
.footergrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;margin-bottom:50px}
.footerblock h3{font-size:1.1rem;margin-bottom:18px;font-weight:600;border-bottom:2px solid #ffffff4d;padding-bottom:8px}
.footerblock p{font-size:.9rem;line-height:1.8;margin-bottom:10px}
.footerblock a{color:#fff;display:inline-block;margin-bottom:8px;font-size:.9rem;transition:opacity .2s ease}
.footerblock a:hover{opacity:.8}
.contactinfo p{display:flex;align-items:center;gap:10px}
.contactinfo i{font-size:1.2rem;color:#FFB72A}
.footerbottom{border-top:1px solid #fff3;padding-top:25px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.copyright2{font-size:.85rem;opacity:.9}
.footerlinks{display:flex;gap:20px;flex-wrap:wrap}
.footerlinks a{font-size:.85rem;color:#fff;transition:opacity .2s ease}
.footerlinks a:hover{opacity:.7}
.cookiepopup{position:fixed;top:20px;left:50%;transform:translateX(-50%) translateY(-120%);background:#fff;border-radius:24px;box-shadow:0 12px 48px #00000040;padding:30px;max-width:580px;width:90%;z-index:9999;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);border:2px solid #043695}
.cookiepopup[data-visible="true"]{transform:translateX(-50%) translateY(0)}
.cookiepopup h3{font-size:1.3rem;color:#BD0414;margin-bottom:15px}
.cookiepopup p{font-size:.9rem;color:#333;margin-bottom:20px;line-height:1.6}
.consentoptions{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}
.consentitem{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#f5f5f5;border-radius:12px}
.consentitem label{font-size:.9rem;color:#333;font-weight:500}
.consentitem input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.cookieactions{display:flex;gap:12px;flex-wrap:wrap}
.cookieactions button{flex:1;padding:12px 24px;font-size:.95rem;font-weight:600;border:2px solid #043695;border-radius:16px;cursor:pointer;transition:all .2s ease;font-family:'Source Code Pro',monospace;background:transparent;color:#043695;min-width:120px}
.cookieactions button:hover{background:#043695;color:#fff}
.cookieactions button.acceptall{background:#BD0414;border-color:#BD0414;color:#fff}
.cookieactions button.acceptall:hover{background:#8a0310;border-color:#8a0310}
@media (max-width: 768px) {
.topbar{flex-direction:column;align-items:flex-start;min-height:auto;gap:20px}
.leftzone{width:100%;justify-content:center}
.rightzone{width:100%;align-items:flex-start}
.mainnav{width:100%;justify-content:flex-start}
.mainnav a{font-size:.9rem;padding:8px 14px}
.tagline47{text-align:left}
.footergrid{grid-template-columns:1fr;gap:30px}
.footerbottom{flex-direction:column;align-items:flex-start}
.cookiepopup{width:95%;padding:20px}
.cookieactions{flex-direction:column}
.cookieactions button{width:100%}
}
@media (max-width: 480px) {
.logobox{width:70px;height:70px}
.brandtxt{font-size:1.1rem}
.mainnav a{font-size:.85rem;padding:7px 12px}
}
.info-policy{max-width:960px;margin:0 auto;padding:48px 24px 72px;background:#fff}
.info-policy h1{font-size:42px;line-height:1.2;font-weight:700;color:#043695;margin:0 0 16px;letter-spacing:-.5px}
.info-policy h2{font-size:32px;line-height:1.3;font-weight:600;color:#BD0414;margin:56px 0 20px;letter-spacing:-.3px}
.info-policy h3{font-size:24px;line-height:1.4;font-weight:600;color:#043695;margin:40px 0 16px}
.info-policy h4{font-size:20px;line-height:1.4;font-weight:600;color:#1a1a1a;margin:32px 0 14px}
.info-policy h5{font-size:18px;line-height:1.5;font-weight:600;color:#2a2a2a;margin:28px 0 12px}
.info-policy h6{font-size:16px;line-height:1.5;font-weight:600;color:#3a3a3a;margin:24px 0 10px;text-transform:uppercase;letter-spacing:.5px}
.info-policy p{font-size:17px;line-height:1.75;color:#2a2a2a;margin:0 0 20px;text-align:justify}
.info-policy ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.info-policy ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.info-policy li{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0 0 12px;padding-left:8px}
.info-policy ul ul{margin:12px 0;list-style-type:circle}
.info-policy ol ol{margin:12px 0;list-style-type:lower-alpha}
.info-policy ul ol{margin:12px 0}
.info-policy ol ul{margin:12px 0}
.info-policy li ul{margin-top:12px}
.info-policy li ol{margin-top:12px}
.info-policy em{font-style:italic;color:#1a1a1a}
.info-policy i{font-style:italic;color:#1a1a1a}
.info-policy table{width:100%;margin:32px 0;border-collapse:collapse;border:2px solid #e0e0e0;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 4px 12px #0000000f}
.info-policy thead{background:linear-gradient(135deg,#043695 0%,#BD0414 100%)}
.info-policy thead tr{border:none}
.info-policy thead th{font-size:16px;font-weight:600;color:#fff;text-align:left;padding:18px 20px;letter-spacing:.3px}
.info-policy tbody{background:#fff}
.info-policy tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s ease}
.info-policy tbody tr:hover{background:#fef9f4}
.info-policy tbody tr:last-child{border-bottom:none}
.info-policy td{font-size:16px;line-height:1.6;color:#2a2a2a;padding:16px 20px;vertical-align:top}
.info-policy th{font-weight:600}
@media (max-width: 768px) {
.info-policy{padding:32px 20px 56px}
.info-policy h1{font-size:32px;margin-bottom:12px}
.info-policy h2{font-size:26px;margin:40px 0 16px}
.info-policy h3{font-size:22px;margin:32px 0 14px}
.info-policy h4{font-size:19px;margin:28px 0 12px}
.info-policy h5{font-size:17px;margin:24px 0 10px}
.info-policy h6{font-size:15px;margin:20px 0 10px}
.info-policy p{font-size:16px;line-height:1.7;text-align:left}
.info-policy ul{padding-left:24px}
.info-policy ol{padding-left:24px}
.info-policy li{font-size:16px;line-height:1.65}
.info-policy table{margin:24px 0;border-radius:16px;font-size:14px;display:block;overflow-x:auto}
.info-policy thead th{font-size:14px;padding:14px 16px;white-space:nowrap}
.info-policy td{font-size:14px;padding:12px 16px}
}
@media (max-width: 480px) {
.info-policy{padding:24px 16px 48px}
.info-policy h1{font-size:28px}
.info-policy h2{font-size:23px;margin:36px 0 14px}
.info-policy h3{font-size:20px;margin:28px 0 12px}
.info-policy p{font-size:15px;margin-bottom:18px}
.info-policy ul{padding-left:20px;margin-bottom:20px}
.info-policy ol{padding-left:20px;margin-bottom:20px}
.info-policy li{font-size:15px;margin-bottom:10px}
.info-policy table{margin:20px 0;border-radius:12px}
.info-policy thead th{font-size:13px;padding:12px 14px}
.info-policy td{font-size:13px;padding:10px 14px}
}
.progdetail-hero{background:linear-gradient(135deg,#BD0414 0%,#043695 50%,#FFB72A 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.progdetail-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;pointer-events:none}
.heroinner{max-width:960px;margin:0 auto;position:relative;z-index:2}
.progdetail-hero .maintitle47{font-size:2.8rem;color:#fff;margin:0 0 16px;line-height:1.2;font-weight:700}
.metabar12{display:flex;gap:24px;flex-wrap:wrap;align-items:center;margin-top:20px}
.metaitem89{display:flex;align-items:center;gap:8px;color:#fffffff2;font-size:.95rem}
.metaitem89 i{font-size:1.2rem}
.priceinfo34{background:#ffffff26;padding:12px 24px;border-radius:24px;backdrop-filter:blur(10px)}
.priceamount{font-size:1.5rem;font-weight:700;color:#fff}
.pricenote67{font-size:.85rem;color:#ffffffd9;margin-top:4px}
.contentarea92{max-width:960px;margin:0 auto;padding:60px 20px}
.imgblock45{margin-bottom:48px;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #0000001f}
.imgblock45 img{width:100%;height:auto;display:block}
.descriptionwrapper{background:#fff;padding:48px;border-radius:24px;box-shadow:0 4px 16px #00000014;margin-bottom:40px}
.descriptionwrapper h2{color:#043695;font-size:1.9rem;margin:32px 0 16px;position:relative;padding-left:20px}
.descriptionwrapper h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#BD0414,#FFB72A);border-radius:3px}
.descriptionwrapper h3{color:#BD0414;font-size:1.4rem;margin:24px 0 12px}
.descriptionwrapper p{color:#333;line-height:1.7;margin-bottom:16px;font-size:1.05rem}
.descriptionwrapper ul,.descriptionwrapper ol{margin:16px 0 16px 24px;line-height:1.7;color:#333}
.descriptionwrapper li{margin-bottom:8px}
.descriptionwrapper blockquote{border-left:4px solid #FFB72A;padding:16px 24px;margin:24px 0;background:#f9f9f9;border-radius:0 12px 12px 0;font-style:italic;color:#555}
.descriptionwrapper figure{margin:32px 0}
.descriptionwrapper figcaption{font-size:.9rem;color:#666;margin-top:8px;text-align:center}
.descriptionwrapper dl{margin:20px 0}
.descriptionwrapper dt{font-weight:700;color:#043695;margin-top:16px}
.descriptionwrapper dd{margin-left:20px;color:#555;line-height:1.6}
.descriptionwrapper small{font-size:.85rem;color:#777}
.programblock88{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:48px;border-radius:24px;margin-bottom:40px;box-shadow:0 4px 16px #0000000f}
.programblock88 h2{color:#043695;font-size:2rem;margin-bottom:24px;text-align:center}
.programblock88 h3{color:#BD0414;font-size:1.5rem;margin:28px 0 12px;padding-bottom:8px;border-bottom:2px solid #FFB72A}
.programblock88 p{color:#444;line-height:1.7;margin-bottom:16px}
.programblock88 ul,.programblock88 ol{margin:16px 0 16px 28px;line-height:1.8;color:#444}
.programblock88 li{margin-bottom:10px;position:relative}
.programblock88 ul li::marker{color:#BD0414}
.programblock88 ol li::marker{color:#043695;font-weight:700}
.programblock88 blockquote{background:#fff;border-left:4px solid #BD0414;padding:20px 24px;margin:24px 0;border-radius:0 16px 16px 0;box-shadow:0 2px 8px #0000000d}
.programblock88 cite{color:#043695;font-style:normal;font-weight:600}
.programblock88 details{background:#fff;border-radius:12px;padding:16px 20px;margin:16px 0;box-shadow:0 2px 8px #0000000d;cursor:pointer}
.programblock88 summary{font-weight:700;color:#043695;cursor:pointer;user-select:none;list-style:none;position:relative;padding-left:28px}
.programblock88 summary::before{content:'▶';position:absolute;left:0;color:#BD0414;transition:transform .3s ease}
.programblock88 details[open] summary::before{transform:rotate(90deg)}
.programblock88 details[open]{border-left:4px solid #FFB72A}
.programblock88 dl{margin:20px 0}
.programblock88 dt{font-weight:700;color:#BD0414;margin-top:16px}
.programblock88 dd{margin-left:24px;color:#555;line-height:1.7}
.actionzone19{max-width:960px;margin:0 auto;padding:0 20px 60px;display:flex;gap:20px;flex-wrap:wrap;justify-content:center}
.btn-enroll93{background:linear-gradient(135deg,#BD0414,#043695);color:#fff;padding:16px 48px;border-radius:28px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;box-shadow:0 6px 20px #bd04144d;transition:all .3s ease;border:none;cursor:pointer;z-index:10;position:relative}
.btn-enroll93:hover{transform:translateY(-2px);box-shadow:0 8px 28px #bd041466}
.btn-report56{background:#f8f9fa;color:#043695;padding:16px 32px;border-radius:28px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:2px solid #e9ecef;transition:all .3s ease;cursor:pointer;z-index:10;position:relative}
.btn-report56:hover{background:#fff;border-color:#BD0414;color:#BD0414}
.btn-report56 i{font-size:1.2rem}
@media (max-width: 768px) {
.progdetail-hero{padding:60px 20px 40px}
.progdetail-hero .maintitle47{font-size:2rem}
.metabar12{flex-direction:column;align-items:flex-start;gap:12px}
.contentarea92{padding:40px 20px}
.descriptionwrapper{padding:32px 24px;border-radius:20px}
.descriptionwrapper h2{font-size:1.5rem}
.programblock88{padding:32px 24px;border-radius:20px}
.programblock88 h2{font-size:1.6rem}
.actionzone19{flex-direction:column;padding-bottom:40px}
.btn-enroll93,.btn-report56{width:100%;text-align:center;justify-content:center}
}
@media (max-width: 480px) {
.progdetail-hero .maintitle47{font-size:1.7rem}
.priceamount{font-size:1.3rem}
.descriptionwrapper{padding:24px 16px}
.programblock88{padding:24px 16px}
}
.artcont{max-width:960px;margin:0 auto;padding:60px 24px}
.arthead{margin-bottom:48px;border-bottom:3px solid #FFB72A;padding-bottom:32px}
.arthead h1{font-size:2.8rem;line-height:1.2;margin-bottom:16px;color:#043695}
.arthead .subline{font-size:1.3rem;color:#666;line-height:1.4;margin-bottom:24px}
.meta{display:flex;gap:32px;flex-wrap:wrap;align-items:center;font-size:.95rem;color:#777}
.meta .tag{display:inline-block;padding:6px 18px;background:linear-gradient(135deg,#BD0414 0%,#043695 100%);color:#fff;border-radius:20px;font-weight:600}
.meta .readtime7{display:flex;align-items:center;gap:8px}
.meta .viewstat{display:flex;align-items:center;gap:8px}
.heroimg{width:100%;margin-bottom:48px;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.heroimg img{width:100%;height:auto;display:block}
.textbody{font-size:1.1rem;line-height:1.75;color:#2a2a2a}
.textbody p{margin-bottom:24px}
.textbody h2{font-size:2rem;margin-top:48px;margin-bottom:20px;color:#043695;position:relative;padding-left:20px}
.textbody h2::before{content:'';position:absolute;left:0;top:4px;width:6px;height:85%;background:linear-gradient(180deg,#BD0414 0%,#FFB72A 100%);border-radius:3px}
.textbody h3{font-size:1.5rem;margin-top:36px;margin-bottom:16px;color:#BD0414}
.textbody ul,.textbody ol{margin-bottom:24px;padding-left:28px}
.textbody li{margin-bottom:12px}
.textbody blockquote{border-left:5px solid #FFB72A;padding:20px 24px;margin:32px 0;background:#f9f9f9;font-style:italic;border-radius:0 16px 16px 0}
.textbody cite{font-style:italic;color:#555}
.textbody mark{background:#FFB72A;padding:2px 6px;border-radius:4px}
.textbody table{width:100%;border-collapse:collapse;margin:32px 0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014}
.textbody table td{padding:16px;border:1px solid #e0e0e0}
.textbody table tr:nth-child(even){background:#f5f5f5}
.textbody time{color:#043695;font-weight:600}
.accesstoggle{position:fixed;bottom:32px;right:32px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#BD0414 0%,#043695 100%);border:none;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 6px 20px #0003;transition:transform 0.3s,box-shadow .3s;z-index:1000}
.accesstoggle:hover{transform:scale(1.1);box-shadow:0 8px 28px #0000004d}
.accesstoggle:focus{outline:3px solid #FFB72A;outline-offset:4px}
body.lowvision .artcont{background:#1a1a1a;color:#f0f0f0}
body.lowvision .arthead h1{color:#FFB72A}
body.lowvision .arthead .subline{color:#ccc}
body.lowvision .meta{color:#bbb}
body.lowvision .textbody{color:#e8e8e8}
body.lowvision .textbody h2{color:#FFB72A}
body.lowvision .textbody h3{color:#BD0414}
body.lowvision .textbody blockquote{background:#2a2a2a;border-left-color:#FFB72A;color:#f0f0f0}
body.lowvision .textbody table td{background:#2a2a2a;border-color:#444;color:#e8e8e8}
body.lowvision .textbody table tr:nth-child(even){background:#333}
@media (max-width: 768px) {
.artcont{padding:40px 20px}
.arthead h1{font-size:2rem}
.arthead .subline{font-size:1.1rem}
.meta{gap:16px}
.textbody{font-size:1rem}
.textbody h2{font-size:1.6rem;margin-top:36px}
.textbody h3{font-size:1.3rem}
.accesstoggle{bottom:20px;right:20px;width:50px;height:50px}
}
@media (max-width: 480px) {
.arthead h1{font-size:1.6rem}
.meta{flex-direction:column;align-items:flex-start;gap:12px}
}
.svc-hero{background:linear-gradient(135deg,#BD0414 0%,#043695 100%);padding:80px 20px;text-align:center;color:#fff}
.svc-hero .herocontainer{max-width:960px;margin:0 auto}
.svc-hero h1{font-size:48px;margin:0 0 16px;font-weight:700}
.svc-hero .tagline{font-size:20px;opacity:.95;margin:0}
.svc-meta{background:#fff;padding:40px 20px;border-bottom:2px solid #f0f0f0}
.svc-meta .metacontainer{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between;align-items:center}
.svc-meta .metabox{flex:1 1 200px;text-align:center}
.svc-meta .metabox .metalabel{font-size:14px;color:#666;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.svc-meta .metabox .metavalue{font-size:28px;font-weight:700;color:#BD0414;margin:0}
.svc-meta .metabox .metavalue.seats{color:#043695}
.svc-meta .metabox .metavalue.price{color:#FFB72A}
.svc-meta .metabox .metasub{font-size:14px;color:#888;margin:4px 0 0}
.svc-content{padding:60px 20px;background:#fafafa}
.svc-content .contentgrid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:40px}
.svc-content .sectionblock{background:#fff;padding:40px;border-radius:24px;margin-bottom:32px;box-shadow:0 4px 12px #00000014}
.svc-content .sectionblock h2{font-size:32px;margin:0 0 24px;color:#043695;position:relative;padding-bottom:16px}
.svc-content .sectionblock h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#BD0414 0%,#FFB72A 100%);border-radius:2px}
.svc-content .sectionblock h3{font-size:24px;margin:32px 0 16px;color:#BD0414}
.svc-content .sectionblock p{font-size:16px;line-height:1.7;color:#333;margin:0 0 16px}
.svc-content .sectionblock ul{margin:16px 0;padding-left:24px}
.svc-content .sectionblock ul li{margin-bottom:12px;line-height:1.6;color:#444}
.svc-content .sectionblock ol{margin:16px 0;padding-left:24px}
.svc-content .sectionblock ol li{margin-bottom:12px;line-height:1.6;color:#444}
.svc-content .sectionblock dl{margin:16px 0}
.svc-content .sectionblock dt{font-weight:700;color:#043695;margin-top:16px}
.svc-content .sectionblock dd{margin:8px 0 0 20px;color:#555}
.svc-content .sectionblock small{font-size:14px;color:#777}
.svc-content .sectionblock cite{display:block;font-style:italic;color:#666;margin:16px 0;padding-left:20px;border-left:3px solid #FFB72A}
.svc-content .sectionblock figure{margin:24px 0}
.svc-content .sectionblock figcaption{font-size:14px;color:#777;margin-top:8px;text-align:center}
.svc-content .sectionblock details{margin:16px 0;border:1px solid #e0e0e0;border-radius:12px;padding:16px}
.svc-content .sectionblock summary{cursor:pointer;font-weight:700;color:#BD0414;padding:8px 0;user-select:none}
.svc-content .sectionblock details[open] summary{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}
.enrollbox{background:linear-gradient(135deg,#043695 0%,#BD0414 100%);padding:32px;border-radius:24px;color:#fff;text-align:center;position:sticky;top:20px}
.enrollbox h3{font-size:24px;margin:0 0 16px}
.enrollbox .enrollprice{font-size:40px;font-weight:700;margin:16px 0}
.enrollbox .enrollnote{font-size:14px;opacity:.9;margin:8px 0 24px}
.enrollbox .enrollbtn{display:inline-block;background:#fff;color:#BD0414;padding:16px 40px;border-radius:50px;font-weight:700;font-size:18px;text-decoration:none;transition:transform 0.2s,box-shadow .2s}
.enrollbox .enrollbtn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}
.enrollbox .seatswarn{margin-top:24px;padding:16px;background:#ffffff26;border-radius:12px;font-size:14px}
.enrollbox .seatswarn strong{display:block;font-size:20px;margin-bottom:4px}
.infocard{background:#fff;padding:24px;border-radius:20px;margin-bottom:24px;border:2px solid #f0f0f0}
.infocard h4{font-size:18px;margin:0 0 16px;color:#043695;display:flex;align-items:center;gap:8px}
.infocard h4::before{content:'';width:8px;height:8px;background:#FFB72A;border-radius:50%}
.infocard p{font-size:14px;line-height:1.6;color:#555;margin:0}
.infocard ul{margin:12px 0 0;padding-left:20px}
.infocard ul li{font-size:14px;color:#666;margin-bottom:8px}
@media (max-width: 768px) {
.svc-hero h1{font-size:32px}
.svc-hero .tagline{font-size:16px}
.svc-meta .metacontainer{flex-direction:column;gap:24px}
.svc-content .contentgrid{grid-template-columns:1fr}
.svc-content .sectionblock{padding:24px}
.enrollbox{position:static;margin-bottom:32px}
}
@media (max-width: 480px) {
.svc-hero{padding:60px 16px}
.svc-content .sectionblock h2{font-size:24px}
.svc-content .sectionblock h3{font-size:20px}
.enrollbox .enrollprice{font-size:32px}
}
.herosec{background:linear-gradient(84deg,#BD0414 0%,#043695 50%,#FFB72A 100%);padding:80px 24px;position:relative;overflow:hidden}
.herosec .innercontent{max-width:960px;margin:0 auto;display:flex;align-items:center;gap:64px}
.herosec .textzone{flex:1;z-index:2}
.herosec .textzone .primaryhdg{font-size:3.2rem;color:#fff;font-weight:700;line-height:1.1;margin:0 0 16px}
.herosec .textzone .secondaryhdg{font-size:1.8rem;color:#fffffff2;font-weight:400;line-height:1.3;margin:0 0 12px}
.herosec .textzone .tertiaryhdg{font-size:1.3rem;color:#ffffffe0;font-weight:300;line-height:1.4;margin:0 0 32px}
.herosec .textzone .ctabtn{display:inline-block;padding:16px 40px;background:#FFB72A;color:#043695;text-decoration:none;border-radius:24px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 18px #0003}
.herosec .textzone .ctabtn:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000004d;background:#ffc34d}
.herosec .imgarea{flex:0 0 420px;position:relative}
.herosec .imgarea .geometricwrap{width:420px;height:420px;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);overflow:hidden;background:#ffffff1a}
.herosec .imgarea .geometricwrap img{width:100%;height:100%;object-fit:cover}
.herosec::before{content:'';position:absolute;width:300px;height:300px;background:#ffffff14;border-radius:50%;top:-100px;right:10%;z-index:1}
.herosec::after{content:'';position:absolute;width:200px;height:200px;background:#ffb72a26;border-radius:50%;bottom:-50px;left:5%;z-index:1}
.platformbase{padding:96px 24px;background:#fafafa}
.platformbase .contentbox{max-width:960px;margin:0 auto}
.platformbase .sectionhead{text-align:center;margin-bottom:64px}
.platformbase .sectionhead h2{font-size:2.4rem;color:#043695;font-weight:700;margin:0 0 16px;position:relative;display:inline-block}
.platformbase .sectionhead h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#BD0414,#FFB72A);border-radius:2px}
.platformbase .sectionhead p{font-size:1.1rem;color:#555;line-height:1.6;max-width:640px;margin:24px auto 0}
.platformbase .gridfeatures{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.platformbase .featurecard{background:#fff;padding:36px 28px;border-radius:20px;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-left:5px solid #BD0414}
.platformbase .featurecard:nth-child(2){border-left-color:#043695}
.platformbase .featurecard:nth-child(3){border-left-color:#FFB72A}
.platformbase .featurecard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}
.platformbase .featurecard .iconbox{width:64px;height:64px;background:linear-gradient(135deg,#BD0414,#FFB72A);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.platformbase .featurecard .iconbox i{font-size:2rem;color:#fff}
.platformbase .featurecard h3{font-size:1.4rem;color:#222;font-weight:600;margin:0 0 12px}
.platformbase .featurecard p{font-size:1rem;color:#666;line-height:1.7;margin:0}
.flexibilitysec{padding:96px 24px;background:#fff;position:relative}
.flexibilitysec .wrapper{max-width:960px;margin:0 auto;display:flex;gap:56px;align-items:center}
.flexibilitysec .imageside{flex:0 0 48%}
.flexibilitysec .imageside img{width:100%;height:auto;border-radius:24px;box-shadow:0 12px 32px #00000026}
.flexibilitysec .contentside{flex:1}
.flexibilitysec .contentside h2{font-size:2.2rem;color:#BD0414;font-weight:700;margin:0 0 24px}
.flexibilitysec .contentside p{font-size:1.05rem;color:#444;line-height:1.8;margin:0 0 20px}
.flexibilitysec .advantagelist{list-style:none;padding:0;margin:32px 0 0}
.flexibilitysec .advantagelist li{padding:14px 0 14px 48px;position:relative;font-size:1.05rem;color:#333;line-height:1.6}
.flexibilitysec .advantagelist li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#043695,#FFB72A);border-radius:50%}
.flexibilitysec .advantagelist li::after{content:'✓';position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#fff;font-weight:700;font-size:1.1rem}
.problemsolution{padding:96px 24px;background:linear-gradient(180deg,#f0f4ff 0%,#fff8e6 100%)}
.problemsolution .container2{max-width:960px;margin:0 auto}
.problemsolution .titlearea{text-align:center;margin-bottom:64px}
.problemsolution .titlearea h2{font-size:2.4rem;color:#043695;font-weight:700;margin:0 0 20px}
.problemsolution .titlearea .subtitle{font-size:1.15rem;color:#555;line-height:1.6;max-width:700px;margin:0 auto}
.problemsolution .comparisonlayout{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:56px}
.problemsolution .challengebox,.problemsolution .approachbox{background:#fff;padding:40px 32px;border-radius:24px;box-shadow:0 6px 20px #0000001a}
.problemsolution .challengebox{border-top:6px solid #BD0414}
.problemsolution .approachbox{border-top:6px solid #FFB72A}
.problemsolution .challengebox h3,.problemsolution .approachbox h3{font-size:1.6rem;font-weight:600;margin:0 0 24px}
.problemsolution .challengebox h3{color:#BD0414}
.problemsolution .approachbox h3{color:#043695}
.problemsolution .challengebox ul,.problemsolution .approachbox ul{list-style:none;padding:0;margin:0}
.problemsolution .challengebox ul li,.problemsolution .approachbox ul li{padding:12px 0 12px 36px;position:relative;font-size:1.05rem;color:#444;line-height:1.7;border-bottom:1px solid #eee}
.problemsolution .challengebox ul li:last-child,.problemsolution .approachbox ul li:last-child{border-bottom:none}
.problemsolution .challengebox ul li::before{content:'×';position:absolute;left:0;top:12px;width:24px;height:24px;background:#BD0414;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}
.problemsolution .approachbox ul li::before{content:'✓';position:absolute;left:0;top:12px;width:24px;height:24px;background:#FFB72A;color:#043695;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}
.problemsolution .visualprocess{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.problemsolution .stepitem{text-align:center;padding:28px 20px;background:#fff;border-radius:20px;box-shadow:0 4px 12px #00000014;position:relative}
.problemsolution .stepitem::before{content:'';position:absolute;top:-16px;left:50%;transform:translateX(-50%);width:48px;height:48px;background:linear-gradient(135deg,#BD0414,#043695);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.2rem;box-shadow:0 4px 12px #bd04144d}
.problemsolution .stepitem:nth-child(1)::before{content:'1'}
.problemsolution .stepitem:nth-child(2)::before{content:'2'}
.problemsolution .stepitem:nth-child(3)::before{content:'3'}
.problemsolution .stepitem h4{font-size:1.25rem;color:#222;font-weight:600;margin:24px 0 12px}
.problemsolution .stepitem p{font-size:.98rem;color:#666;line-height:1.6;margin:0}
.testimonialsec{padding:96px 24px;background:#fff}
.testimonialsec .container3{max-width:960px;margin:0 auto}
.testimonialsec .headingarea{text-align:center;margin-bottom:56px}
.testimonialsec .headingarea h2{font-size:2.3rem;color:#043695;font-weight:700;margin:0 0 16px}
.testimonialsec .headingarea p{font-size:1.1rem;color:#555;line-height:1.6;max-width:680px;margin:0 auto}
.testimonialsec .testimonialgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonialsec .testimonialcard{background:linear-gradient(135deg,#f9f9f9,#fff);padding:36px 32px;border-radius:24px;box-shadow:0 6px 20px #00000014;position:relative;border-left:5px solid #FFB72A}
.testimonialsec .testimonialcard::before{content:'"';position:absolute;top:16px;left:20px;font-size:4rem;color:#bd041426;font-weight:700;line-height:1}
.testimonialsec .testimonialcard .quotetext{font-size:1.05rem;color:#444;line-height:1.8;margin:0 0 24px;position:relative;z-index:2}
.testimonialsec .testimonialcard .authorinfo{display:flex;align-items:center;gap:16px}
.testimonialsec .testimonialcard .authorinfo .avatarplaceholder{width:56px;height:56px;background:linear-gradient(135deg,#043695,#BD0414);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}
.testimonialsec .testimonialcard .authorinfo .authordetails h4{font-size:1.15rem;color:#222;font-weight:600;margin:0 0 4px}
.testimonialsec .testimonialcard .authorinfo .authordetails p{font-size:.95rem;color:#777;margin:0}
.ctasection{padding:80px 24px;background:linear-gradient(84deg,#043695 0%,#BD0414 50%,#FFB72A 100%);text-align:center}
.ctasection .ctacontainer{max-width:720px;margin:0 auto}
.ctasection h2{font-size:2.4rem;color:#fff;font-weight:700;margin:0 0 20px}
.ctasection p{font-size:1.2rem;color:#fffffff2;line-height:1.7;margin:0 0 36px}
.ctasection .btngroup{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.ctasection .btngroup .btn1,.ctasection .btngroup .btn2{padding:18px 44px;text-decoration:none;border-radius:28px;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}
.ctasection .btngroup .btn1{background:#FFB72A;color:#043695;box-shadow:0 6px 18px #0003}
.ctasection .btngroup .btn1:hover{transform:translateY(-4px);box-shadow:0 10px 26px #0000004d;background:#ffc34d}
.ctasection .btngroup .btn2{background:transparent;color:#fff;border:3px solid #fff}
.ctasection .btngroup .btn2:hover{background:#ffffff26;transform:translateY(-4px)}
@media (max-width: 1024px) {
.herosec .innercontent{gap:48px}
.herosec .imgarea{flex:0 0 360px}
.herosec .imgarea .geometricwrap{width:360px;height:360px}
.herosec .textzone .primaryhdg{font-size:2.6rem}
.flexibilitysec .wrapper{gap:40px}
.problemsolution .comparisonlayout{gap:32px}
}
@media (max-width: 768px) {
.herosec{padding:60px 20px}
.herosec .innercontent{flex-direction:column;gap:40px}
.herosec .imgarea{flex:0 0 auto}
.herosec .imgarea .geometricwrap{width:300px;height:300px;margin:0 auto}
.herosec .textzone .primaryhdg{font-size:2.2rem}
.herosec .textzone .secondaryhdg{font-size:1.5rem}
.herosec .textzone .tertiaryhdg{font-size:1.1rem}
.platformbase,.flexibilitysec,.problemsolution,.testimonialsec{padding:64px 20px}
.platformbase .gridfeatures{grid-template-columns:1fr}
.flexibilitysec .wrapper{flex-direction:column;gap:36px}
.flexibilitysec .imageside{flex:0 0 auto;width:100%}
.problemsolution .comparisonlayout{grid-template-columns:1fr;gap:28px}
.problemsolution .visualprocess{grid-template-columns:1fr;gap:24px}
.testimonialsec .testimonialgrid{grid-template-columns:1fr;gap:28px}
.ctasection{padding:60px 20px}
.ctasection h2{font-size:2rem}
.ctasection p{font-size:1.05rem}
.ctasection .btngroup{flex-direction:column;gap:16px}
.ctasection .btngroup .btn1,.ctasection .btngroup .btn2{width:100%;max-width:320px}
}
@media (max-width: 480px) {
.herosec .textzone .primaryhdg{font-size:1.9rem}
.herosec .textzone .secondaryhdg{font-size:1.3rem}
.herosec .imgarea .geometricwrap{width:260px;height:260px}
.platformbase .sectionhead h2,.problemsolution .titlearea h2,.testimonialsec .headingarea h2{font-size:1.9rem}
.flexibilitysec .contentside h2{font-size:1.8rem}
}
.titlezone{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:88px}
.titlezone .backdrop47{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.titlezone .backdrop47 img{width:100%;height:100%;object-fit:cover;filter:blur(0px) grayscale(0.3) contrast(1.1);mask-image:radial-gradient(ellipse 70% 60% at center,transparent 30%,black 75%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at center,transparent 30%,black 75%)}
.titlezone .backdrop47::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,#00000008 0px,transparent 2px,transparent 4px,#00000008 6px);pointer-events:none}
.titlezone .textcontent92{position:relative;z-index:2;max-width:760px;text-align:center;padding:40px;background:#fffffff0;border-radius:24px;box-shadow:0 12px 40px #00000026}
.titlezone .textcontent92 h1{font-size:2.8rem;font-weight:700;color:#043695;margin:0 0 20px;line-height:1.2}
.titlezone .textcontent92 .subdesc8{font-size:1.15rem;color:#333;line-height:1.6;margin:0}
.storyblock14{max-width:960px;margin:0 auto 96px;padding:0 24px}
.storyblock14 .gridlay2col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.storyblock14 .txtside19 h2{font-size:2.2rem;font-weight:700;color:#BD0414;margin:0 0 24px;line-height:1.3}
.storyblock14 .txtside19 p{font-size:1.05rem;color:#444;line-height:1.7;margin:0 0 18px}
.storyblock14 .txtside19 p:last-child{margin-bottom:0}
.storyblock14 .imageside71{position:relative}
.storyblock14 .imageside71 img{width:100%;height:auto;border-radius:20px;box-shadow:0 8px 24px #0000001f;display:block}
.valuegrid33{background:linear-gradient(135deg,#FFB72A 0%,#BD0414 50%,#043695 100%);padding:80px 24px;margin-bottom:96px}
.valuegrid33 .contentarea88{max-width:960px;margin:0 auto}
.valuegrid33 .headingpart{text-align:center;margin-bottom:56px}
.valuegrid33 .headingpart h2{font-size:2.4rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}
.valuegrid33 .headingpart .intro6{font-size:1.1rem;color:#fffffff2;line-height:1.6;max-width:680px;margin:0 auto}
.valuegrid33 .cardgrid4{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.valuegrid33 .valuecard21{background:#fffffff7;border-radius:20px;padding:32px 24px;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}
.valuegrid33 .valuecard21:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000002e}
.valuegrid33 .valuecard21 .icnwrap55{width:56px;height:56px;background:linear-gradient(135deg,#BD0414 0%,#043695 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.valuegrid33 .valuecard21 .icnwrap55 i{font-size:28px;color:#fff}
.valuegrid33 .valuecard21 h3{font-size:1.3rem;font-weight:700;color:#043695;margin:0 0 12px;line-height:1.3}
.valuegrid33 .valuecard21 p{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.approachzone{max-width:960px;margin:0 auto 88px;padding:0 24px}
.approachzone .wrapper12{display:flex;flex-direction:row;gap:64px;align-items:center}
.approachzone .imgpart44{flex:0 0 420px}
.approachzone .imgpart44 img{width:100%;height:auto;border-radius:24px;box-shadow:0 10px 28px #00000024;display:block}
.approachzone .contentpart56{flex:1}
.approachzone .contentpart56 h2{font-size:2.3rem;font-weight:700;color:#FFB72A;margin:0 0 28px;line-height:1.3}
.approachzone .steplist77{list-style:none;padding:0;margin:0}
.approachzone .steplist77 li{position:relative;padding-left:56px;margin-bottom:28px}
.approachzone .steplist77 li:last-child{margin-bottom:0}
.approachzone .steplist77 li::before{content:'';position:absolute;left:0;top:4px;width:40px;height:40px;background:linear-gradient(135deg,#043695 0%,#BD0414 100%);border-radius:12px;box-shadow:0 4px 12px #0436954d}
.approachzone .steplist77 li::after{content:'';position:absolute;left:18px;top:16px;width:4px;height:calc(100% + 14px);background:linear-gradient(180deg,#04369533 0%,transparent 100%)}
.approachzone .steplist77 li:last-child::after{display:none}
.approachzone .steplist77 li h4{font-size:1.2rem;font-weight:700;color:#043695;margin:0 0 8px;line-height:1.3}
.approachzone .steplist77 li p{font-size:1rem;color:#555;line-height:1.6;margin:0}
.joinsection99{background:#fff;padding:72px 24px;text-align:center}
.joinsection99 .innerwrap23{max-width:640px;margin:0 auto}
.joinsection99 .innerwrap23 h2{font-size:2.1rem;font-weight:700;color:#043695;margin:0 0 20px;line-height:1.3}
.joinsection99 .innerwrap23 p{font-size:1.1rem;color:#444;line-height:1.7;margin:0 0 32px}
.joinsection99 .innerwrap23 .btnaction88{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#BD0414 0%,#043695 100%);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:28px;box-shadow:0 6px 20px #bd041466;transition:transform .3s ease,box-shadow .3s ease}
.joinsection99 .innerwrap23 .btnaction88:hover{transform:translateY(-3px);box-shadow:0 10px 28px #bd041480}
@media (max-width: 1024px) {
.storyblock14 .gridlay2col{grid-template-columns:1fr;gap:40px}
.valuegrid33 .cardgrid4{grid-template-columns:repeat(2,1fr);gap:28px}
.approachzone .wrapper12{flex-direction:column;gap:48px}
.approachzone .imgpart44{flex:none;width:100%;max-width:500px}
}
@media (max-width: 768px) {
.titlezone{min-height:440px;margin-bottom:64px}
.titlezone .textcontent92{padding:32px 24px}
.titlezone .textcontent92 h1{font-size:2rem;margin-bottom:16px}
.titlezone .textcontent92 .subdesc8{font-size:1rem}
.storyblock14{margin-bottom:72px}
.storyblock14 .txtside19 h2{font-size:1.8rem;margin-bottom:20px}
.storyblock14 .txtside19 p{font-size:1rem}
.valuegrid33{padding:64px 20px;margin-bottom:72px}
.valuegrid33 .headingpart{margin-bottom:44px}
.valuegrid33 .headingpart h2{font-size:1.9rem}
.valuegrid33 .headingpart .intro6{font-size:1rem}
.valuegrid33 .cardgrid4{grid-template-columns:1fr;gap:24px}
.approachzone{margin-bottom:64px}
.approachzone .contentpart56 h2{font-size:1.9rem;margin-bottom:24px}
.approachzone .steplist77 li{padding-left:48px;margin-bottom:24px}
.approachzone .steplist77 li h4{font-size:1.1rem}
.approachzone .steplist77 li p{font-size:.95rem}
.joinsection99{padding:56px 20px}
.joinsection99 .innerwrap23 h2{font-size:1.8rem}
.joinsection99 .innerwrap23 p{font-size:1rem}
}
@media (max-width: 480px) {
.titlezone{min-height:380px}
.titlezone .textcontent92 h1{font-size:1.7rem}
.storyblock14 .txtside19 h2{font-size:1.6rem}
.valuegrid33 .headingpart h2{font-size:1.7rem}
.approachzone .contentpart56 h2{font-size:1.7rem}
.joinsection99 .innerwrap23 h2{font-size:1.6rem}
.joinsection99 .innerwrap23 .btnaction88{padding:14px 32px;font-size:1rem}
}
.heroblk91{background:linear-gradient(138deg,#bd0414e0 0%,#043695d1 50%,#ffb72ac2 100%);padding:94px 28px 86px;text-align:center;position:relative;overflow:hidden}
.heroblk91::before{content:'';position:absolute;width:340px;height:340px;background:#ffffff0a;border-radius:50%;top:-120px;right:-80px}
.heroblk91::after{content:'';position:absolute;width:280px;height:280px;background:#ffffff08;border-radius:50%;bottom:-90px;left:-60px}
.heroblk91 .innertext847{max-width:860px;margin:0 auto;position:relative;z-index:2}
.heroblk91 .maintitle38{font-size:2.8rem;color:#fff;margin:0 0 22px;font-weight:700;line-height:1.2}
.heroblk91 .subdescr62{font-size:1.15rem;color:#fffffff0;margin:0;line-height:1.6}
.contactgrid49{max-width:960px;margin:0 auto;padding:72px 24px}
.contactgrid49 .sectionhd73{text-align:center;margin-bottom:58px}
.contactgrid49 .sectionhd73 .hdr92{font-size:2.2rem;color:#043695;margin:0 0 16px;font-weight:700}
.contactgrid49 .sectionhd73 .subtxt44{font-size:1.05rem;color:#4a4a4a;margin:0;line-height:1.5}
.contactgrid49 .layoutrow67{display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.contactgrid49 .infocol28{flex:1;min-width:280px}
.contactgrid49 .infocard14{background:#fff;border:2px solid #e8e8e8;border-radius:24px;padding:32px 28px;margin-bottom:24px;transition:all .3s ease}
.contactgrid49 .infocard14:hover{border-color:#BD0414;transform:translateY(-4px);box-shadow:0 8px 24px #bd04141f}
.contactgrid49 .infocard14 .icontop56{width:52px;height:52px;background:linear-gradient(135deg,#BD0414 0%,#043695 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.contactgrid49 .infocard14 .icontop56 .iconoir{font-size:1.4rem;color:#fff}
.contactgrid49 .infocard14 .cardtitle82{font-size:1.3rem;color:#043695;margin:0 0 12px;font-weight:600}
.contactgrid49 .infocard14 .cardval93{font-size:1.05rem;color:#333;margin:0;line-height:1.6}
.contactgrid49 .infocard14 .cardval93 a{color:#BD0414;text-decoration:none;transition:color .2s ease}
.contactgrid49 .infocard14 .cardval93 a:hover{color:#043695}
.contactgrid49 .formcol38{flex:1.3;min-width:340px}
.contactgrid49 .formwrap27{background:#fafafa;border-radius:28px;padding:42px 36px;box-shadow:0 4px 16px #0000000f}
.contactgrid49 .formwrap27 .formhdr84{font-size:1.8rem;color:#043695;margin:0 0 28px;font-weight:700}
.contactgrid49 .formwrap27 .formgrp52{margin-bottom:24px}
.contactgrid49 .formwrap27 .formgrp52 .lbl71{display:block;font-size:.95rem;color:#333;margin-bottom:8px;font-weight:500}
.contactgrid49 .formwrap27 .formgrp52 .inputfld39{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:16px;font-size:1rem;color:#333;background:#fff;transition:all .3s ease;box-sizing:border-box}
.contactgrid49 .formwrap27 .formgrp52 .inputfld39:focus{outline:none;border-color:#BD0414;box-shadow:0 0 0 4px #bd041414}
.contactgrid49 .formwrap27 .formgrp52 .selectwrap63{position:relative}
.contactgrid49 .formwrap27 .formgrp52 .selectwrap63 .selectfld42{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:16px;font-size:1rem;color:#333;background:#fff;cursor:pointer;transition:all .3s ease;appearance:none;box-sizing:border-box}
.contactgrid49 .formwrap27 .formgrp52 .selectwrap63::after{content:'';position:absolute;right:20px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #BD0414;pointer-events:none}
.contactgrid49 .formwrap27 .formgrp52 .selectfld42:focus{outline:none;border-color:#BD0414;box-shadow:0 0 0 4px #bd041414}
.contactgrid49 .formwrap27 .radiogroup87{display:flex;flex-direction:column;gap:14px}
.contactgrid49 .formwrap27 .radiogroup87 .radioitem28{display:flex;align-items:center;cursor:pointer}
.contactgrid49 .formwrap27 .radiogroup87 .radioitem28 input[type="radio"]{margin:0 10px 0 0;width:20px;height:20px;cursor:pointer;accent-color:#BD0414}
.contactgrid49 .formwrap27 .radiogroup87 .radioitem28 .radiolbl94{font-size:1rem;color:#333;cursor:pointer}
.contactgrid49 .formwrap27 .checkboxwrap46{margin:28px 0 32px;display:flex;align-items:flex-start}
.contactgrid49 .formwrap27 .checkboxwrap46 input[type="checkbox"]{margin:4px 10px 0 0;width:18px;height:18px;cursor:pointer;accent-color:#BD0414;flex-shrink:0}
.contactgrid49 .formwrap27 .checkboxwrap46 .checklbl59{font-size:.9rem;color:#555;line-height:1.5}
.contactgrid49 .formwrap27 .checkboxwrap46 .checklbl59 a{color:#BD0414;text-decoration:none}
.contactgrid49 .formwrap27 .checkboxwrap46 .checklbl59 a:hover{text-decoration:underline}
.contactgrid49 .formwrap27 .submitbtn73{width:100%;padding:16px 28px;background:linear-gradient(135deg,#BD0414 0%,#043695 100%);color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #bd04143d}
.contactgrid49 .formwrap27 .submitbtn73:hover{transform:translateY(-2px);box-shadow:0 6px 18px #bd041452}
.faqsection78{background:linear-gradient(165deg,#bd04140a 0%,#0436950f 100%);padding:68px 24px}
.faqsection78 .contentarea92{max-width:960px;margin:0 auto}
.faqsection78 .sechdr47{text-align:center;margin-bottom:52px}
.faqsection78 .sechdr47 .title63{font-size:2.1rem;color:#043695;margin:0 0 14px;font-weight:700}
.faqsection78 .sechdr47 .desc28{font-size:1.05rem;color:#4a4a4a;margin:0}
.faqsection78 .faqlist94{display:flex;flex-direction:column;gap:18px}
.faqsection78 .faqlist94 .faqitem57{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 8px #0000000f}
.faqsection78 .faqlist94 .faqitem57 input[type="checkbox"]{display:none}
.faqsection78 .faqlist94 .faqitem57 .faqtoggle32{display:block;padding:24px 28px;cursor:pointer;font-size:1.2rem;color:#043695;font-weight:600;transition:background .3s ease;position:relative}
.faqsection78 .faqlist94 .faqitem57 .faqtoggle32::after{content:'+';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:1.6rem;color:#BD0414;transition:transform .3s ease}
.faqsection78 .faqlist94 .faqitem57 input[type="checkbox"]:checked ~ .faqtoggle32{background:#f8f8f8}
.faqsection78 .faqlist94 .faqitem57 input[type="checkbox"]:checked ~ .faqtoggle32::after{content:'−';transform:translateY(-50%) rotate(180deg)}
.faqsection78 .faqlist94 .faqitem57 .faqcontent84{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}
.faqsection78 .faqlist94 .faqitem57 input[type="checkbox"]:checked ~ .faqcontent84{max-height:400px;padding:0 28px 24px}
.faqsection78 .faqlist94 .faqitem57 .faqcontent84 .answertext72{font-size:1rem;color:#333;line-height:1.7;margin:0}
.hoursblock52{background:#fff;padding:64px 24px}
.hoursblock52 .wrapper83{max-width:960px;margin:0 auto}
.hoursblock52 .gridlayout46{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:38px;align-items:start}
.hoursblock52 .textcol91{display:flex;flex-direction:column}
.hoursblock52 .textcol91 .heading57{font-size:2rem;color:#043695;margin:0 0 18px;font-weight:700}
.hoursblock52 .textcol91 .description43{font-size:1.05rem;color:#555;margin:0;line-height:1.6}
.hoursblock52 .schedulecol78{background:linear-gradient(145deg,#fafafa 0%,#f4f4f4 100%);border-radius:24px;padding:32px 28px}
.hoursblock52 .schedulecol78 .schedtitle84{font-size:1.4rem;color:#BD0414;margin:0 0 24px;font-weight:600}
.hoursblock52 .schedulecol78 .dayrow39{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e0e0e0}
.hoursblock52 .schedulecol78 .dayrow39:last-child{border-bottom:none}
.hoursblock52 .schedulecol78 .dayrow39 .dayname72{font-size:1rem;color:#333;font-weight:500}
.hoursblock52 .schedulecol78 .dayrow39 .daytime65{font-size:1rem;color:#666}
.ctasection19{background:linear-gradient(120deg,#BD0414 0%,#043695 55%,#FFB72A 100%);padding:76px 24px;text-align:center}
.ctasection19 .ctacontent28{max-width:760px;margin:0 auto}
.ctasection19 .ctacontent28 .ctatitle93{font-size:2.3rem;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.3}
.ctasection19 .ctacontent28 .ctadesc54{font-size:1.1rem;color:#ffffffeb;margin:0 0 36px;line-height:1.6}
.ctasection19 .ctacontent28 .ctabtn67{display:inline-block;padding:16px 42px;background:#fff;color:#BD0414;font-size:1.15rem;font-weight:600;text-decoration:none;border-radius:22px;transition:all .3s ease;box-shadow:0 6px 18px #00000029}
.ctasection19 .ctacontent28 .ctabtn67:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000003d;background:#FFB72A;color:#043695}
@media (max-width: 768px) {
.heroblk91 .maintitle38{font-size:2.2rem}
.heroblk91 .subdescr62{font-size:1.05rem}
.contactgrid49{padding:52px 20px}
.contactgrid49 .sectionhd73 .hdr92{font-size:1.9rem}
.contactgrid49 .layoutrow67{flex-direction:column;gap:32px}
.contactgrid49 .infocol28,.contactgrid49 .formcol38{min-width:100%}
.contactgrid49 .formwrap27{padding:32px 24px}
.faqsection78{padding:52px 20px}
.faqsection78 .sechdr47 .title63{font-size:1.8rem}
.hoursblock52{padding:52px 20px}
.hoursblock52 .gridlayout46{grid-template-columns:1fr;gap:28px}
.hoursblock52 .textcol91 .heading57{font-size:1.7rem}
.ctasection19{padding:58px 20px}
.ctasection19 .ctacontent28 .ctatitle93{font-size:1.9rem}
.ctasection19 .ctacontent28 .ctadesc54{font-size:1.05rem}
}
@media (max-width: 480px) {
.heroblk91{padding:68px 18px 62px}
.heroblk91 .maintitle38{font-size:1.8rem}
.contactgrid49 .sectionhd73{margin-bottom:42px}
.contactgrid49 .infocard14{padding:24px 20px}
.contactgrid49 .formwrap27 .formhdr84{font-size:1.5rem}
.faqsection78 .faqlist94 .faqitem57 .faqtoggle32{padding:20px 22px;font-size:1.1rem}
.faqsection78 .faqlist94 .faqitem57 input[type="checkbox"]:checked ~ .faqcontent84{padding:0 22px 20px}
.ctasection19 .ctacontent28 .ctatitle93{font-size:1.6rem}
}
.pagetop{background:linear-gradient(84deg,#BD0414 0%,#043695 50%,#FFB72A 100%);padding:64px 24px;text-align:center}
.pagetop h1{font-size:42px;color:#fff;margin:0 0 16px;font-weight:700}
.pagetop .introtext{font-size:18px;color:#fffffff2;max-width:680px;margin:0 auto;line-height:1.6}
.programsbox{max-width:960px;margin:0 auto;padding:56px 24px}
.gridprograms{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}
.cardprogram{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 16px #04369514;transition:transform 0.3s,box-shadow .3s;display:flex;flex-direction:column}
.cardprogram:hover{transform:translateY(-6px);box-shadow:0 12px 24px #bd041426}
.cardprogram .imgwrap{position:relative;width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%)}
.cardprogram .imgwrap img{width:100%;height:100%;object-fit:cover}
.cardprogram .readlabel{position:absolute;top:12px;right:12px;background:#fffffff2;padding:6px 12px;border-radius:16px;font-size:13px;color:#043695;font-weight:600}
.cardprogram .infocontent{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.cardprogram .infocontent h3{font-size:22px;color:#1a1a1a;margin:0 0 12px;font-weight:700;line-height:1.3}
.cardprogram .infocontent .shortdesc{font-size:15px;color:#555;line-height:1.6;margin:0 0 20px;flex-grow:1}
.cardprogram .pricezone{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}
.cardprogram .pricezone .mainprice{font-size:28px;color:#BD0414;font-weight:700}
.cardprogram .pricezone .pricenote{font-size:14px;color:#777}
.cardprogram .btnlink{display:inline-block;background:linear-gradient(90deg,#043695 0%,#BD0414 100%);color:#fff;padding:14px 28px;border-radius:20px;text-decoration:none;font-weight:600;text-align:center;transition:transform 0.2s,box-shadow .2s;z-index:10;position:relative}
.cardprogram .btnlink:hover{transform:scale(1.05);box-shadow:0 6px 16px #bd04144d}
.benefitsblock{background:linear-gradient(135deg,#fff5e6 0%,#ffe8cc 100%);padding:64px 24px;margin:48px 0}
.benefitsbox{max-width:960px;margin:0 auto}
.benefitsbox h2{font-size:36px;color:#1a1a1a;margin:0 0 40px;text-align:center;font-weight:700}
.benefitsgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px}
.benefititem{background:#fff;padding:28px;border-radius:20px;box-shadow:0 4px 12px #0000000f}
.benefititem .iconwrap{width:56px;height:56px;background:linear-gradient(135deg,#FFB72A 0%,#BD0414 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.benefititem .iconwrap i{font-size:28px;color:#fff}
.benefititem h4{font-size:19px;color:#043695;margin:0 0 10px;font-weight:700}
.benefititem p{font-size:15px;color:#555;line-height:1.6;margin:0}
.stepsprocess{max-width:960px;margin:0 auto;padding:64px 24px}
.stepsprocess h2{font-size:36px;color:#1a1a1a;margin:0 0 48px;text-align:center;font-weight:700;position:relative}
.stepsprocess h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#BD0414 0%,#FFB72A 100%);margin:16px auto 0;border-radius:2px}
.stepswrapper{position:relative}
.stepitem{display:flex;gap:24px;margin-bottom:40px;align-items:flex-start}
.stepitem:last-child{margin-bottom:0}
.stepnumber{flex-shrink:0;width:64px;height:64px;background:linear-gradient(135deg,#043695 0%,#BD0414 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:#fff;box-shadow:0 4px 12px #bd041440}
.stepcontent{flex-grow:1;padding-top:8px}
.stepcontent h5{font-size:21px;color:#043695;margin:0 0 8px;font-weight:700}
.stepcontent p{font-size:15px;color:#555;line-height:1.7;margin:0}
.comparetable{background:#f9f9f9;padding:64px 24px}
.comparebox{max-width:960px;margin:0 auto}
.comparebox h2{font-size:36px;color:#1a1a1a;margin:0 0 40px;text-align:center;font-weight:700}
.tableresponsive{overflow-x:auto;background:#fff;border-radius:20px;box-shadow:0 4px 16px #00000014}
.tableresponsive table{width:100%;border-collapse:collapse;min-width:600px}
.tableresponsive thead{background:linear-gradient(90deg,#043695 0%,#BD0414 100%)}
.tableresponsive th{padding:18px 16px;text-align:left;font-size:16px;color:#fff;font-weight:600}
.tableresponsive tbody tr{border-bottom:1px solid #e8e8e8}
.tableresponsive tbody tr:last-child{border-bottom:none}
.tableresponsive td{padding:16px;font-size:15px;color:#333}
.tableresponsive td:first-child{font-weight:600;color:#043695}
.checkmark{color:#28a745;font-weight:700}
.crossmark{color:#dc3545;font-weight:700}
@media (max-width: 768px) {
.pagetop h1{font-size:32px}
.pagetop .introtext{font-size:16px}
.gridprograms{grid-template-columns:1fr}
.benefitsgrid{grid-template-columns:1fr}
.stepitem{flex-direction:column;gap:16px}
.stepnumber{width:56px;height:56px;font-size:22px}
.comparebox h2,.benefitsbox h2,.stepsprocess h2{font-size:28px}
.tableresponsive th,.tableresponsive td{padding:12px 10px;font-size:14px}
}
@media (max-width: 480px) {
.pagetop{padding:48px 16px}
.programsbox,.stepsprocess{padding:40px 16px}
.benefitsblock,.comparetable{padding:48px 16px}
.cardprogram .infocontent{padding:20px}
.cardprogram .pricezone .mainprice{font-size:24px}
}
.analytics-intro{background:linear-gradient(135deg,#BD0414 0%,#043695 50%,#FFB72A 100%);padding:4rem 2rem;text-align:center}
.analytics-intro .intro-wrapper{max-width:960px;margin:0 auto}
.analytics-intro h1{font-size:2.8rem;color:#fff;margin-bottom:1rem;font-weight:700}
.analytics-intro .intro-txt{font-size:1.15rem;color:#f0f0f0;line-height:1.6;max-width:700px;margin:0 auto}
.postsarea{max-width:960px;margin:4rem auto;padding:0 1.5rem}
.postsarea h2{font-size:2.2rem;color:#043695;margin-bottom:2.5rem;text-align:center}
.cardgrid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.postcard{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.postcard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #bd041426}
.postcard .imgwrap{width:100%;height:200px;overflow:hidden;position:relative}
.postcard .imgwrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.postcard:hover .imgwrap img{transform:scale(1.08)}
.postcard .tagbadge{position:absolute;top:12px;left:12px;background:#FFB72A;color:#1a1a1a;padding:.4rem .9rem;border-radius:16px;font-size:.8rem;font-weight:600;z-index:2}
.postcard .contentblock{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}
.postcard h3{font-size:1.4rem;color:#1a1a1a;margin-bottom:.6rem;line-height:1.3}
.postcard .subtitle{font-size:.95rem;color:#666;margin-bottom:.9rem;font-style:italic}
.postcard .shortdesc{font-size:.95rem;color:#4a4a4a;line-height:1.5;margin-bottom:1rem;flex-grow:1}
.postcard .metarow{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:#888;padding-top:1rem;border-top:1px solid #e8e8e8}
.postcard .readinfo{display:flex;align-items:center;gap:.5rem}
.postcard .viewinfo{display:flex;align-items:center;gap:.5rem}
.statsblock{max-width:960px;margin:5rem auto 4rem;padding:0 1.5rem}
.statsblock h2{font-size:2rem;color:#BD0414;margin-bottom:2rem;text-align:center}
.statsgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}
.statitem{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:2rem 1.5rem;border-radius:24px;text-align:center;border:2px solid transparent;transition:border-color .3s ease}
.statitem:hover{border-color:#FFB72A}
.statitem .staticonwrap{width:60px;height:60px;margin:0 auto 1rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}
.statitem .staticonwrap svg{width:30px;height:30px}
.statitem .statnum{font-size:2.4rem;font-weight:700;color:#043695;margin-bottom:.5rem}
.statitem .statlabel{font-size:1rem;color:#555}
.insightarea{background:#f9f9f9;padding:4rem 1.5rem;margin-top:3rem}
.insightarea .insightwrapper{max-width:960px;margin:0 auto}
.insightarea h2{font-size:2rem;color:#043695;margin-bottom:2.5rem;text-align:center;position:relative}
.insightarea h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#BD0414 0%,#FFB72A 100%);margin:.8rem auto 0;border-radius:2px}
.insightrows{display:flex;flex-direction:column;gap:1.8rem}
.insightbox{background:#fff;padding:2rem;border-radius:20px;border-left:5px solid #BD0414;box-shadow:0 2px 8px #0000000f}
.insightbox h3{font-size:1.4rem;color:#1a1a1a;margin-bottom:.8rem}
.insightbox p{font-size:1rem;color:#555;line-height:1.6}
@media (max-width: 768px) {
.analytics-intro h1{font-size:2rem}
.analytics-intro .intro-txt{font-size:1rem}
.cardgrid3{grid-template-columns:1fr}
.postsarea h2{font-size:1.8rem}
.statsgrid{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.cardgrid3{grid-template-columns:repeat(2,1fr)}
}
.toparea{background:linear-gradient(124deg,#FFB72A 0%,#BD0414 48%,#043695 100%);padding:72px 24px;text-align:center;position:relative;overflow:hidden}
.toparea::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);animation:pulselight 8s ease-in-out infinite}
@keyframes pulselight {
0%,100%{transform:scale(1) rotate(0deg)}
50%{transform:scale(1.2) rotate(180deg)}
}
.toparea .maintitle{font-size:48px;font-weight:700;color:#fff;margin:0 0 16px;position:relative;z-index:2;text-shadow:2px 4px 12px #0000004d}
.toparea .subtitle9{font-size:20px;color:#f5f5f5;max-width:680px;margin:0 auto;position:relative;z-index:2;line-height:1.6}
.servicesgrid-wrapper{max-width:960px;margin:64px auto;padding:0 24px}
.cardsgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}
.servicecard{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 16px #04369514;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;display:flex;flex-direction:column}
.servicecard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #bd041429}
.servicecard .imgwrap{width:100%;height:200px;overflow:hidden;position:relative;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%)}
.servicecard .imgwrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.servicecard:hover .imgwrap img{transform:scale(1.08)}
.servicecard .tagbadge{position:absolute;top:16px;right:16px;background:#ffb72af2;color:#1a1a1a;padding:6px 14px;border-radius:16px;font-size:13px;font-weight:600;z-index:3;box-shadow:0 2px 8px #00000026}
.servicecard .contentarea{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.servicecard .cardtitle{font-size:22px;font-weight:700;color:#043695;margin:0 0 12px;line-height:1.3}
.servicecard .carddesc{font-size:15px;color:#444;line-height:1.6;margin:0 0 20px;flex-grow:1}
.servicecard .pricezone{margin:16px 0;padding:16px;background:linear-gradient(135deg,#f9f9f9 0%,#f0f0f0 100%);border-radius:16px;border-left:4px solid #BD0414}
.servicecard .pricezone .pricenum{font-size:28px;font-weight:800;color:#BD0414;margin:0 0 6px}
.servicecard .pricezone .priceterms{font-size:13px;color:#666;margin:0;line-height:1.5}
.servicecard .metainfo{display:flex;justify-content:space-between;align-items:center;padding:12px 0 0;border-top:1px solid #e8e8e8;margin-top:auto}
.servicecard .metainfo .seatsleft{font-size:13px;color:#666;display:flex;align-items:center;gap:6px}
.servicecard .metainfo .seatsleft::before{content:'';display:inline-block;width:8px;height:8px;background:#FFB72A;border-radius:50%}
.servicecard .metainfo .pubdate{font-size:12px;color:#999}
.servicecard .btnlink{display:inline-block;background:linear-gradient(135deg,#BD0414 0%,#043695 100%);color:#fff;padding:14px 28px;border-radius:20px;text-decoration:none;font-weight:600;transition:all .3s ease;text-align:center;margin-top:16px;box-shadow:0 4px 12px #bd041433}
.servicecard .btnlink:hover{transform:scale(1.05);box-shadow:0 6px 20px #0436954d}
.whyblock{background:linear-gradient(165deg,#f8f8f8 0%,#fff 100%);padding:80px 24px;margin:64px 0;position:relative}
.whyblock::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#BD0414 0%,#FFB72A 50%,#043695 100%)}
.whyblock .innercontainer{max-width:960px;margin:0 auto}
.whyblock .blocktitle2{font-size:38px;font-weight:700;color:#043695;text-align:center;margin:0 0 48px;position:relative}
.whyblock .blocktitle2::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#BD0414 0%,#FFB72A 100%);margin:16px auto 0;border-radius:3px}
.reasonsgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}
.reasonitem{background:#fff;padding:32px 24px;border-radius:20px;text-align:center;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;border-top:4px solid transparent}
.reasonitem:nth-child(1){border-top-color:#BD0414}
.reasonitem:nth-child(2){border-top-color:#FFB72A}
.reasonitem:nth-child(3){border-top-color:#043695}
.reasonitem:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}
.reasonitem .iconbox{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:32px;border-radius:50%}
.reasonitem:nth-child(1) .iconbox{background:linear-gradient(135deg,#BD0414 0%,#bd0414b3 100%);color:#fff}
.reasonitem:nth-child(2) .iconbox{background:linear-gradient(135deg,#FFB72A 0%,#ffb72ab3 100%);color:#1a1a1a}
.reasonitem:nth-child(3) .iconbox{background:linear-gradient(135deg,#043695 0%,#043695b3 100%);color:#fff}
.reasonitem .reasontitle{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.reasonitem .reasontext{font-size:15px;color:#555;line-height:1.6;margin:0}
.processblock{max-width:960px;margin:80px auto;padding:0 24px}
.processblock .processtitle{font-size:36px;font-weight:700;color:#BD0414;text-align:center;margin:0 0 16px}
.processblock .processintro{font-size:17px;color:#444;text-align:center;max-width:640px;margin:0 auto 56px;line-height:1.7}
.stepswrapper{position:relative}
.stepswrapper::before{content:'';position:absolute;left:32px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#BD0414 0%,#FFB72A 50%,#043695 100%)}
.stepitem{display:flex;gap:24px;margin-bottom:40px;position:relative}
.stepitem .stepnumber{flex-shrink:0;width:64px;height:64px;background:linear-gradient(135deg,#043695 0%,#BD0414 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;color:#fff;box-shadow:0 4px 16px #0436954d;position:relative;z-index:2}
.stepitem .stepcontent{flex-grow:1;background:#f9f9f9;padding:24px;border-radius:16px;border-left:4px solid #FFB72A}
.stepitem .stepcontent .steptitle{font-size:22px;font-weight:700;color:#043695;margin:0 0 10px}
.stepitem .stepcontent .steptext{font-size:15px;color:#555;line-height:1.6;margin:0}
@media (max-width: 768px) {
.toparea{padding:48px 20px}
.toparea .maintitle{font-size:32px}
.toparea .subtitle9{font-size:17px}
.cardsgrid{grid-template-columns:1fr}
.whyblock{padding:56px 20px}
.whyblock .blocktitle2{font-size:28px}
.reasonsgrid{grid-template-columns:1fr}
.processblock .processtitle{font-size:28px}
.stepswrapper::before{left:24px}
.stepitem .stepnumber{width:48px;height:48px;font-size:22px}
}
.successwrapper{max-width:960px;margin:0 auto;padding:60px 20px}
.confirmblock{background:linear-gradient(135deg,#BD0414 0%,#043695 100%);border-radius:24px;padding:80px 40px;position:relative;overflow:hidden;margin-bottom:50px}
.confirmblock::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#ffb72a26;border-radius:50%;z-index:1}
.confirmblock::after{content:'';position:absolute;bottom:-30%;left:-10%;width:300px;height:300px;background:#ffffff14;border-radius:50%;z-index:1}
.confirmblock .innercontent{position:relative;z-index:2;text-align:center;max-width:680px;margin:0 auto}
.confirmblock .iconwrap{width:96px;height:96px;background:#fff3;border-radius:50%;margin:0 auto 30px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);box-shadow:0 8px 24px #00000026}
.confirmblock .iconwrap svg{width:52px;height:52px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.confirmblock h1{font-size:42px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.confirmblock .tagline{font-size:19px;color:#fffffff2;line-height:1.6;margin:0 0 16px}
.confirmblock .subtext{font-size:16px;color:#ffffffd9;line-height:1.5;margin:0}
.nextblock{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}
.actioncard{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 4px 16px #0000000f;position:relative;transition:all .3s ease;border:2px solid transparent}
.actioncard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f;border-color:#FFB72A}
.actioncard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#BD0414 0%,#043695 50%,#FFB72A 100%);border-radius:20px 20px 0 0}
.actioncard .cardicon{width:64px;height:64px;background:linear-gradient(135deg,#bd04141a 0%,#0436951a 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.actioncard .cardicon i{font-size:32px;color:#BD0414}
.actioncard h3{font-size:22px;font-weight:700;color:#043695;margin:0 0 12px;line-height:1.3}
.actioncard .carddesc{font-size:15px;color:#333;line-height:1.6;margin:0 0 24px}
.actioncard .linkbtn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#BD0414 0%,#043695 100%);color:#fff;text-decoration:none;border-radius:12px;font-size:15px;font-weight:600;transition:all .3s ease;position:relative;z-index:10}
.actioncard .linkbtn:hover{transform:scale(1.05);box-shadow:0 6px 20px #bd04144d}
.actioncard .linkbtn i{font-size:18px;transition:transform .3s ease}
.actioncard .linkbtn:hover i{transform:translateX(4px)}
.decorpattern{position:absolute;width:80px;height:80px;opacity:.06;pointer-events:none}
.decorpattern:nth-child(1){top:20px;left:20px}
.decorpattern:nth-child(2){bottom:20px;right:20px;transform:rotate(180deg)}
.decorpattern circle{fill:#BD0414}
@media (max-width: 768px) {
.successwrapper{padding:40px 16px}
.confirmblock{padding:50px 24px;margin-bottom:40px}
.confirmblock h1{font-size:32px}
.confirmblock .tagline{font-size:17px}
.nextblock{grid-template-columns:1fr;gap:24px}
.actioncard{padding:32px 24px}
}
@media (max-width: 480px) {
.confirmblock h1{font-size:28px}
.confirmblock .iconwrap{width:80px;height:80px}
.confirmblock .iconwrap svg{width:44px;height:44px}
}