*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Roboto',sans-serif;line-height:1.6;color:#1a1a1a;background:#F6FCEA}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.site_header-v3{background:linear-gradient(147deg,#006989 0%,#EE52A9 55%,#F6FCEA 100%);box-shadow:0 8px 24px #0000001f}
.header_layer-top-v1{padding:24px 0;border-bottom:2px solid #fff3}
.header_layer-middle-v2{padding:16px 0;background:#006989d9}
.header_layer-bottom-v1{padding:20px 0;background:#ee52a9bf}
.content_container-v2{max-width:1536px;margin:0 auto;padding:0 24px}
.header_layer-top-v1 .content_container-v2{display:flex;justify-content:space-between;align-items:center;gap:48px}
.brand_column-v1{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.brand_logo-v3{width:90px;height:90px;background:#fffffff2;padding:8px;border-radius:8px;box-shadow:0 4px 16px #00000026}
.company_title-v2{font-size:28px;font-weight:700;color:#fff;text-shadow:2px 2px 8px #0000004d}
.navigation_column-v1{flex:1;display:flex;justify-content:flex-end}
.main_nav-v2{display:flex;gap:32px;align-items:center}
.nav_link-v1{color:#fff;font-size:17px;font-weight:400;padding:10px 16px;border-radius:6px;transition:background .2s ease}
.nav_link-v1:hover{background:#ffffff26}
.contact_info_strip-v1{display:flex;gap:40px;justify-content:center}
.contact_detail-v1{color:#fff;font-size:15px;display:flex;align-items:center;gap:8px}
.contact_detail-v1 i{font-size:18px}
.cta_section-v1{text-align:center}
.header_cta_button-v2{display:inline-block;padding:14px 40px;background:#F6FCEA;color:#006989;font-size:18px;font-weight:700;border-radius:50px;box-shadow:0 6px 20px #0003;transition:transform .2s ease,box-shadow .2s ease}
.header_cta_button-v2:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000040}
.site_footer-v2{background:#1a1a1a;padding:56px 0 24px;margin-top:80px}
.footer_container-v1{max-width:1536px;margin:0 auto;padding:0 24px}
.footer_grid-v3{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}
.footer_block-v1{padding:32px 24px;border-radius:0}
.footer_heading-v2{color:#fff;font-size:26px;font-weight:700;margin-bottom:16px}
.footer_subheading-v1{color:#fff;font-size:20px;font-weight:700;margin-bottom:16px}
.footer_text-v1{color:#ffffffe6;font-size:15px;line-height:1.7;margin-bottom:8px}
.footer_link-v2{display:block;color:#ffffffe6;font-size:15px;margin-bottom:10px;transition:color .2s ease}
.footer_link-v2:hover{color:#F6FCEA}
.footer_copyright-v1{border-top:1px solid #ffffff1a;padding-top:24px}
.copyright_text-v2{text-align:center;color:#ffffffb3;font-size:14px}
.cookie_modal-v1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:none;align-items:flex-start;justify-content:center;padding-top:80px;z-index:9999}
.cookie_modal-v1[data-visible="true"]{display:flex}
.cookie_dialog-v2{background:#fff;width:70%;max-width:640px;padding:40px;border-radius:50px;box-shadow:0 16px 48px #0000004d}
.cookie_title-v1{font-size:24px;font-weight:700;color:#006989;margin-bottom:16px}
.cookie_description-v1{font-size:16px;color:#333;margin-bottom:24px;line-height:1.6}
.cookie_options-v2{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}
.cookie_option-v1{display:flex;align-items:center;gap:12px;font-size:16px;color:#333;cursor:pointer}
.cookie_option-v1 input[type="radio"]{width:20px;height:20px;cursor:pointer}
.cookie_actions-v1{display:flex;gap:16px;justify-content:center}
.cookie_btn-accept-v2,.cookie_btn-decline-v1{padding:14px 36px;font-size:16px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:transform .2s ease}
.cookie_btn-accept-v2{background:#EE52A9;color:#fff}
.cookie_btn-decline-v1{background:#006989;color:#fff}
.cookie_btn-accept-v2:hover,.cookie_btn-decline-v1:hover{transform:translateY(-2px)}
.slide_in-v1{animation:slideFromBottom .4s ease forwards}
.slide_out-v1{animation:slideToBottom .4s ease forwards}
@keyframes slideFromBottom {
from{transform:translateY(100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes slideToBottom {
from{transform:translateY(0);opacity:1}
to{transform:translateY(100%);opacity:0}
}
@media (max-width: 1024px) {
.header_layer-top-v1 .content_container-v2{flex-direction:column;gap:24px}
.brand_column-v1{align-items:center}
.navigation_column-v1{justify-content:center}
.main_nav-v2{flex-wrap:wrap;justify-content:center;gap:16px}
.footer_grid-v3{grid-template-columns:repeat(2,1fr)}
.cookie_dialog-v2{width:85%;padding:32px}
}
@media (max-width: 640px) {
.brand_logo-v3{width:70px;height:70px}
.company_title-v2{font-size:22px}
.main_nav-v2{flex-direction:column;gap:12px}
.nav_link-v1{width:100%;text-align:center}
.contact_info_strip-v1{flex-direction:column;gap:12px;text-align:center}
.footer_grid-v3{grid-template-columns:1fr}
.cookie_dialog-v2{width:90%;padding:24px;border-radius:24px}
.cookie_actions-v1{flex-direction:column}
.cookie_btn-accept-v2,.cookie_btn-decline-v1{width:100%}
}
.policy-data{max-width:1536px;margin:0 auto;padding:80px 24px;background:linear-gradient(158deg,#F6FCEA 0%,#fff 100%)}
.policy-data h1{font-size:48px;line-height:1.2;color:#006989;margin:0 0 48px;font-weight:700;letter-spacing:-.5px}
.policy-data h2{font-size:36px;line-height:1.3;color:#006989;margin:64px 0 24px;font-weight:600;letter-spacing:-.3px}
.policy-data h3{font-size:28px;line-height:1.4;color:#EE52A9;margin:48px 0 20px;font-weight:600}
.policy-data h4{font-size:22px;line-height:1.4;color:#006989;margin:32px 0 16px;font-weight:600}
.policy-data h5{font-size:18px;line-height:1.5;color:#333;margin:24px 0 12px;font-weight:600}
.policy-data h6{font-size:16px;line-height:1.5;color:#555;margin:20px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.policy-data p{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 20px;max-width:900px}
.policy-data ul{margin:24px 0;padding:0 0 0 28px;list-style-type:none}
.policy-data ul li{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 16px;position:relative;padding-left:12px}
.policy-data ul li::before{content:'';position:absolute;left:-16px;top:12px;width:6px;height:6px;background:#EE52A9;border-radius:2px}
.policy-data ol{margin:24px 0;padding:0 0 0 28px;list-style-type:none;counter-reset:policy-counter}
.policy-data ol li{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 16px;position:relative;padding-left:12px;counter-increment:policy-counter}
.policy-data ol li::before{content:counter(policy-counter) '.';position:absolute;left:-28px;color:#EE52A9;font-weight:600}
.policy-data ul ul,.policy-data ol ul,.policy-data ul ol,.policy-data ol ol{margin:12px 0}
.policy-data strong,.policy-data b{font-weight:600;color:#1a1a1a}
.policy-data em,.policy-data i{font-style:italic;color:#3a3a3a}
.policy-data a{color:#EE52A9;text-decoration:none;border-bottom:1px solid #ee52a94d;transition:all .3s ease}
.policy-data a:hover{color:#006989;border-bottom-color:#006989}
.policy-data a:focus{outline:2px solid #EE52A9;outline-offset:2px;border-radius:2px}
.policy-data table{width:100%;margin:32px 0;border-collapse:collapse;background:#fff;box-shadow:0 4px 16px #00000014;border-radius:8px;overflow:hidden}
.policy-data thead{background:linear-gradient(135deg,#006989 0%,#004d66 100%)}
.policy-data thead tr th{padding:18px 20px;text-align:left;font-size:16px;font-weight:600;color:#fff;border-bottom:2px solid #EE52A9}
.policy-data tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.policy-data tbody tr:hover{background:#f6fcea80}
.policy-data tbody tr:last-child{border-bottom:none}
.policy-data tbody tr td{padding:16px 20px;font-size:16px;line-height:1.6;color:#2a2a2a}
.policy-data tbody tr th{padding:16px 20px;text-align:left;font-size:16px;font-weight:600;color:#006989;background:#f6fcea4d}
.policy-data hr{margin:48px 0;border:none;height:2px;background:linear-gradient(90deg,#ee52a94d 0%,#0069894d 100%)}
@media (max-width: 1024px) {
.policy-data{padding:60px 20px}
.policy-data h1{font-size:40px;margin-bottom:36px}
.policy-data h2{font-size:32px;margin-top:48px}
.policy-data h3{font-size:24px}
}
@media (max-width: 768px) {
.policy-data{padding:48px 16px}
.policy-data h1{font-size:32px;margin-bottom:28px}
.policy-data h2{font-size:26px;margin-top:40px}
.policy-data h3{font-size:22px;margin-top:32px}
.policy-data h4{font-size:20px}
.policy-data p,.policy-data ul li,.policy-data ol li{font-size:16px;line-height:1.7}
.policy-data table{font-size:14px}
.policy-data thead tr th,.policy-data tbody tr td,.policy-data tbody tr th{padding:12px 14px;font-size:14px}
}
@media (max-width: 480px) {
.policy-data{padding:32px 12px}
.policy-data h1{font-size:28px}
.policy-data h2{font-size:24px;margin-top:32px}
.policy-data table{display:block;overflow-x:auto}
}
.title_canvas{background:linear-gradient(127deg,#F6FCEA 0%,#EE52A9 100%);padding:88px 24px 72px;position:relative;overflow:hidden}
.title_canvas::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:linear-gradient(217deg,#00698926 0%,transparent 70%);border-radius:50%}
.title_frame_v1{max-width:1536px;margin:0 auto;display:flex;align-items:center;gap:56px;position:relative}
.title_frame_v1 .image_holder{flex:0 0 480px;position:relative}
.title_frame_v1 .image_holder::after{content:'';position:absolute;bottom:-16px;right:-16px;width:100%;height:100%;border:3px solid #006989;z-index:1}
.title_frame_v1 .image_holder img{width:100%;height:420px;object-fit:cover;display:block;position:relative;z-index:2}
.title_frame_v1 .text_surface{flex:1;position:relative;z-index:3}
.title_frame_v1 .text_surface h1{font-size:52px;line-height:1.15;margin:0 0 24px;color:#006989;font-weight:700}
.title_frame_v1 .text_surface h1::before{content:'';display:block;width:64px;height:5px;background:#EE52A9;margin-bottom:20px}
.title_frame_v1 .text_surface p{font-size:19px;line-height:1.6;color:#2a2a2a;margin:0 0 32px}
.title_frame_v1 .text_surface .cta_button_v2{display:inline-block;background:#EE52A9;color:#fff;padding:16px 40px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;position:relative;z-index:10}
.title_frame_v1 .text_surface .cta_button_v2:hover{background:#006989;transform:translateY(-2px);box-shadow:0 8px 24px #ee52a94d}
.numbers_stage{background:linear-gradient(312deg,#006989 0%,#004d63 100%);padding:96px 24px;position:relative}
.numbers_stage::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#EE52A9 0%,#F6FCEA 50%,#EE52A9 100%)}
.stats_grid_container{max-width:1536px;margin:0 auto}
.stats_grid_container h2{text-align:center;font-size:42px;color:#F6FCEA;margin:0 0 64px;font-weight:700}
.stats_grid_container h2::after{content:'';display:block;width:120px;height:4px;background:#EE52A9;margin:24px auto 0}
.metrics_layout{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.metric_card_v1{background:#f6fcea14;padding:40px 24px;text-align:center;border:2px solid #f6fcea33;transition:all .4s ease;position:relative}
.metric_card_v1::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,#ee52a926 0%,transparent 100%);transition:width .4s ease}
.metric_card_v1:hover::before{width:100%}
.metric_card_v1:hover{border-color:#EE52A9;transform:translateY(-6px)}
.metric_card_v1 .number_display{font-size:56px;font-weight:700;color:#EE52A9;margin:0 0 12px;position:relative;z-index:2}
.metric_card_v1 .label_text{font-size:16px;color:#F6FCEA;line-height:1.5;position:relative;z-index:2}
.directions_surface{background:#F6FCEA;padding:104px 24px}
.directions_container_v3{max-width:1536px;margin:0 auto}
.directions_container_v3 h2{font-size:44px;color:#006989;margin:0 0 16px;font-weight:700}
.directions_container_v3 .intro_text{font-size:18px;line-height:1.7;color:#3a3a3a;margin:0 0 56px;max-width:820px}
.paths_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.path_block_v2{background:#fff;padding:0;border:3px solid #006989;transition:all .3s ease;position:relative;overflow:hidden}
.path_block_v2::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0;background:linear-gradient(180deg,transparent 0%,#ee52a91f 100%);transition:height .3s ease}
.path_block_v2:hover::before{height:100%}
.path_block_v2:hover{transform:scale(1.03);border-color:#EE52A9;box-shadow:0 16px 48px #00698926}
.path_block_v2 .path_image{width:100%;height:220px;object-fit:cover;display:block}
.path_block_v2 .path_content{padding:32px 24px;position:relative;z-index:2}
.path_block_v2 .path_content h3{font-size:22px;color:#006989;margin:0 0 16px;font-weight:700}
.path_block_v2 .path_content p{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0}
.inspiration_layer{background:linear-gradient(241deg,#EE52A9 0%,#d43a8f 100%);padding:88px 24px;position:relative}
.inspiration_layer::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent 0%,#F6FCEA 100%)}
.testimonial_wrapper{max-width:1536px;margin:0 auto;display:flex;gap:64px;align-items:center}
.testimonial_wrapper .portrait_frame{flex:0 0 320px}
.testimonial_wrapper .portrait_frame img{width:100%;height:380px;object-fit:cover;display:block;border:4px solid #F6FCEA;box-shadow:0 12px 32px #00000040}
.testimonial_wrapper .quote_area{flex:1;position:relative;z-index:2}
.testimonial_wrapper .quote_area::before{content:'"';position:absolute;top:-32px;left:-16px;font-size:120px;color:#f6fcea4d;font-weight:700;line-height:1}
.testimonial_wrapper .quote_area blockquote{font-size:21px;line-height:1.65;color:#F6FCEA;margin:0 0 24px;font-style:italic;position:relative;z-index:2}
.testimonial_wrapper .quote_area .attribution{font-size:17px;color:#F6FCEA;font-weight:600}
.testimonial_wrapper .quote_area .attribution span{display:block;font-size:14px;color:#f6fceacc;font-weight:400;margin-top:4px}
.opportunities_canvas{background:#F6FCEA;padding:96px 24px 104px}
.opportunities_box{max-width:1536px;margin:0 auto}
.opportunities_box h2{font-size:40px;color:#006989;margin:0 0 48px;font-weight:700;text-align:center}
.features_row{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.feature_module{background:#fff;padding:40px 36px;border-left:6px solid #EE52A9;box-shadow:0 4px 16px #00698914;transition:all .3s ease}
.feature_module:hover{transform:translateX(8px);box-shadow:0 8px 32px #ee52a926}
.feature_module .icon_holder{width:56px;height:56px;background:linear-gradient(135deg,#EE52A9 0%,#006989 100%);display:flex;align-items:center;justify-content:center;margin-bottom:20px;border-radius:8px}
.feature_module .icon_holder svg{width:28px;height:28px;fill:#F6FCEA}
.feature_module h3{font-size:24px;color:#006989;margin:0 0 16px;font-weight:700}
.feature_module p{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
@media (max-width: 1200px) {
.title_frame_v1{gap:40px}
.title_frame_v1 .image_holder{flex:0 0 400px}
.title_frame_v1 .image_holder img{height:360px}
.title_frame_v1 .text_surface h1{font-size:44px}
.metrics_layout{grid-template-columns:repeat(2,1fr)}
.paths_grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.title_canvas{padding:64px 20px 56px}
.title_frame_v1{flex-direction:column;gap:32px}
.title_frame_v1 .image_holder{flex:0 0 auto;width:100%}
.title_frame_v1 .image_holder img{height:280px}
.title_frame_v1 .text_surface h1{font-size:36px}
.title_frame_v1 .text_surface p{font-size:17px}
.numbers_stage{padding:72px 20px}
.stats_grid_container h2{font-size:34px;margin-bottom:48px}
.metrics_layout{grid-template-columns:1fr;gap:24px}
.directions_surface{padding:72px 20px}
.directions_container_v3 h2{font-size:36px}
.paths_grid{grid-template-columns:1fr}
.inspiration_layer{padding:64px 20px}
.testimonial_wrapper{flex-direction:column;gap:40px}
.testimonial_wrapper .portrait_frame{flex:0 0 auto;width:100%;max-width:300px}
.testimonial_wrapper .portrait_frame img{height:320px}
.testimonial_wrapper .quote_area blockquote{font-size:18px}
.opportunities_canvas{padding:72px 20px}
.opportunities_box h2{font-size:32px}
.features_row{grid-template-columns:1fr;gap:32px}
}
.title_hero_wrapper{background:linear-gradient(127deg,#F6FCEA 0%,#fff 48%,#EE52A9 100%);padding:88px 24px 76px;position:relative;overflow:hidden}
.title_hero_wrapper::before{content:'';position:absolute;top:-12%;right:-8%;width:420px;height:420px;background:radial-gradient(circle,#00698914 0%,transparent 70%);border-radius:50%}
.title_hero_container{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;position:relative;z-index:2}
.title_content_main h1{font-size:3.2rem;font-weight:700;color:#006989;margin:0 0 18px;line-height:1.15;letter-spacing:-.02em}
.title_content_main .subtitle_text{font-size:1.18rem;color:#2a2a2a;line-height:1.6;margin:0 0 38px;max-width:680px}
.title_actions_row{display:flex;gap:16px;flex-wrap:wrap}
.button_primary_v1{padding:14px 32px;background:linear-gradient(135deg,#EE52A9 0%,#d63d94 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.02rem;box-shadow:0 4px 16px #ee52a947;transition:all .3s ease;display:inline-block}
.button_primary_v1:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ee52a95c}
.button_secondary_v1{padding:14px 32px;background:transparent;color:#006989;text-decoration:none;border:2px solid #006989;border-radius:8px;font-weight:600;font-size:1.02rem;transition:all .3s ease;display:inline-block}
.button_secondary_v1:hover{background:#006989;color:#fff}
.contact_methods_section{padding:68px 24px;background:#fff}
.contact_methods_container{max-width:1536px;margin:0 auto}
.methods_grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:64px}
.method_card_v1{background:linear-gradient(145deg,#F6FCEA 0%,#fff 100%);padding:32px 28px;border-radius:10px;border-left:4px solid #EE52A9;box-shadow:0 4px 14px #0000000f;transition:all .3s ease}
.method_card_v1:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.method_card_v1 h3{font-size:1.32rem;color:#006989;margin:0 0 12px;font-weight:700}
.method_card_v1 p{font-size:.98rem;color:#4a4a4a;line-height:1.5;margin:0 0 16px}
.method_card_v1 a{color:#EE52A9;text-decoration:none;font-weight:600;word-break:break-all;transition:color .2s ease}
.method_card_v1 a:hover{color:#d63d94}
.method_icon_display{width:48px;height:48px;background:linear-gradient(135deg,#EE52A9 0%,#006989 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 4px 12px #ee52a93d}
.method_icon_display svg{width:24px;height:24px;fill:#fff}
.form_wrapper_section{background:linear-gradient(168deg,#006989 0%,#004d6b 100%);padding:72px 24px}
.form_container_main{max-width:720px;margin:0 auto}
.form_container_main h2{font-size:2.4rem;color:#fff;margin:0 0 14px;text-align:center;font-weight:700}
.form_intro_text{font-size:1.08rem;color:#F6FCEA;text-align:center;margin:0 0 42px;line-height:1.5}
.contact_form_v1{background:#fff;padding:44px 38px;border-radius:10px;box-shadow:0 8px 32px #0000002e}
.form_field_group{margin-bottom:28px}
.form_field_group label{display:block;font-size:.96rem;font-weight:600;color:#2a2a2a;margin-bottom:8px}
.form_field_group input[type="email"]{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}
.form_field_group input[type="email"]:focus{outline:none;border-color:#EE52A9;box-shadow:0 0 0 4px #ee52a91a}
.rating_wrapper_v1{margin-bottom:28px}
.rating_wrapper_v1 label{display:block;font-size:.96rem;font-weight:600;color:#2a2a2a;margin-bottom:16px}
.rating_options_container{display:flex;gap:12px;flex-wrap:wrap}
.rating_option_item{position:relative}
.rating_option_item input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.rating_label_styled{display:flex;align-items:center;justify-content:center;padding:12px 22px;background:#F6FCEA;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:.94rem;font-weight:600;color:#4a4a4a;transition:all .3s ease}
.rating_option_item input[type="radio"]:checked + .rating_label_styled{background:linear-gradient(135deg,#EE52A9 0%,#d63d94 100%);color:#fff;border-color:#EE52A9;box-shadow:0 4px 14px #ee52a94d}
.rating_label_styled:hover{border-color:#EE52A9;transform:translateY(-2px)}
.privacy_checkbox_container{margin-bottom:28px;display:flex;align-items:flex-start;gap:10px}
.privacy_checkbox_container input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy_checkbox_container label{font-size:.92rem;color:#4a4a4a;line-height:1.5;cursor:pointer}
.privacy_checkbox_container a{color:#EE52A9;text-decoration:none;font-weight:600}
.privacy_checkbox_container a:hover{text-decoration:underline}
.submit_button_v1{width:100%;padding:16px;background:linear-gradient(135deg,#006989 0%,#004d6b 100%);color:#fff;border:none;border-radius:8px;font-size:1.08rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #00698947;transition:all .3s ease}
.submit_button_v1:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0069895c}
@media (max-width: 768px) {
.title_hero_wrapper{padding:64px 20px 54px}
.title_content_main h1{font-size:2.4rem}
.title_content_main .subtitle_text{font-size:1.06rem}
.title_actions_row{flex-direction:column}
.button_primary_v1,.button_secondary_v1{width:100%;text-align:center}
.methods_grid_layout{grid-template-columns:1fr}
.form_container_main h2{font-size:1.9rem}
.contact_form_v1{padding:32px 24px}
.rating_options_container{gap:8px}
.rating_label_styled{padding:10px 16px;font-size:.88rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.title_content_main h1{font-size:2.8rem}
.methods_grid_layout{grid-template-columns:repeat(2,1fr)}
}
@media (min-width: 1025px) {
.title_hero_container{grid-template-columns:1fr}
}
.title_stage_v1{position:relative;overflow:hidden;padding:96px 24px 112px;display:flex;align-items:center;justify-content:center}
.title_stage_v1::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(127deg,#F6FCEA 0%,#006989 45%,#EE52A9 100%);background-size:200% 200%;animation:gradient_shift_v1 8s ease infinite;z-index:1}
@keyframes gradient_shift_v1 {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.title_stage_v1 .content_wrapper_centered{position:relative;z-index:2;max-width:1536px;width:100%;margin:0 auto}
.title_stage_v1 .heading_primary_large{font-size:56px;line-height:1.15;color:#F6FCEA;margin:0 0 20px;text-align:center;font-weight:700}
.title_stage_v1 .heading_primary_large .line_break_desktop{display:block}
.title_stage_v1 .image_container_with_vignette{position:relative;max-width:840px;margin:48px auto 0;border-radius:8px;overflow:hidden;box-shadow:0 16px 48px #0000003d}
.title_stage_v1 .image_container_with_vignette img{width:100%;height:auto;display:block}
.title_stage_v1 .image_container_with_vignette::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 30%,#0009 100%);pointer-events:none}
@media (max-width: 1024px) {
.title_stage_v1{padding:72px 24px 88px}
.title_stage_v1 .heading_primary_large{font-size:42px}
}
@media (max-width: 768px) {
.title_stage_v1{padding:56px 20px 64px}
.title_stage_v1 .heading_primary_large{font-size:32px}
.title_stage_v1 .image_container_with_vignette{margin-top:32px}
}
.story_canvas_v2{padding:88px 24px;background:#F6FCEA}
.story_canvas_v2 .container_centered_max{max-width:1536px;width:100%;margin:0 auto}
.story_canvas_v2 .grid_asymmetric_layout{display:grid;grid-template-columns:1.2fr 0.8fr;gap:64px;align-items:start}
.story_canvas_v2 .text_column_primary{padding-right:24px}
.story_canvas_v2 .section_label_small{display:inline-block;font-size:13px;text-transform:uppercase;letter-spacing:1.2px;color:#006989;margin:0 0 16px;font-weight:600}
.story_canvas_v2 .heading_story_main{font-size:38px;line-height:1.3;color:#006989;margin:0 0 28px;font-weight:700}
.story_canvas_v2 .paragraph_text_flow{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0 0 24px}
.story_canvas_v2 .paragraph_text_flow:last-of-type{margin-bottom:0}
.story_canvas_v2 .highlight_term{color:#EE52A9;font-weight:600}
.story_canvas_v2 .visual_column_secondary{position:relative}
.story_canvas_v2 .image_frame_rounded{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 32px #0069892e}
.story_canvas_v2 .stat_overlay_card{position:absolute;bottom:-32px;left:-32px;background:linear-gradient(135deg,#EE52A9 0%,#006989 100%);padding:28px 36px;border-radius:8px;box-shadow:0 16px 40px #ee52a952}
.story_canvas_v2 .stat_number_large{font-size:48px;line-height:1;color:#F6FCEA;font-weight:700;margin:0 0 8px}
.story_canvas_v2 .stat_label_text{font-size:15px;color:#F6FCEA;margin:0;opacity:.95}
@media (max-width: 1024px) {
.story_canvas_v2 .grid_asymmetric_layout{grid-template-columns:1fr;gap:48px}
.story_canvas_v2 .text_column_primary{padding-right:0}
.story_canvas_v2 .stat_overlay_card{position:static;margin-top:24px}
}
@media (max-width: 768px) {
.story_canvas_v2{padding:64px 20px}
.story_canvas_v2 .heading_story_main{font-size:28px}
.story_canvas_v2 .stat_number_large{font-size:36px}
}
.approach_surface_v3{padding:96px 24px;background:linear-gradient(162deg,#006989 0%,#EE52A9 100%);position:relative}
.approach_surface_v3 .wrapper_content_main{max-width:1536px;width:100%;margin:0 auto}
.approach_surface_v3 .heading_section_center{font-size:42px;line-height:1.25;color:#F6FCEA;text-align:center;margin:0 0 72px;font-weight:700}
.approach_surface_v3 .cards_grid_three_column{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach_surface_v3 .principle_card_item{background:#f6fcea1f;padding:40px 32px;border-radius:8px;border:2px solid #f6fcea33;transition:all .3s ease}
.approach_surface_v3 .principle_card_item:hover{background:#f6fcea2e;border-color:#f6fcea66;transform:translateY(-4px);box-shadow:0 16px 48px #0000003d}
.approach_surface_v3 .icon_shape_wrapper{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 0 24px;background:#f6fcea33;border-radius:8px}
.approach_surface_v3 .icon_shape_wrapper i{font-size:32px;color:#F6FCEA}
.approach_surface_v3 .card_heading_text{font-size:22px;line-height:1.3;color:#F6FCEA;margin:0 0 16px;font-weight:600}
.approach_surface_v3 .card_description_text{font-size:16px;line-height:1.65;color:#F6FCEA;margin:0;opacity:.9}
@media (max-width: 1024px) {
.approach_surface_v3 .cards_grid_three_column{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 768px) {
.approach_surface_v3{padding:72px 20px}
.approach_surface_v3 .heading_section_center{font-size:32px;margin-bottom:48px}
.approach_surface_v3 .cards_grid_three_column{grid-template-columns:1fr;gap:28px}
}
.team_layer_v4{padding:104px 24px;background:#F6FCEA}
.team_layer_v4 .container_max_width{max-width:1536px;width:100%;margin:0 auto}
.team_layer_v4 .split_layout_diagonal{display:grid;grid-template-columns:0.9fr 1.1fr;gap:72px;align-items:center}
.team_layer_v4 .profile_visual_side{position:relative}
.team_layer_v4 .profile_image_container{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 20px 56px #00698938}
.team_layer_v4 .profile_image_container img{width:100%;height:auto;display:block}
.team_layer_v4 .decorative_shape_accent{position:absolute;top:-24px;right:-24px;width:180px;height:180px;background:linear-gradient(135deg,#EE52A9 0%,#006989 100%);opacity:.2;border-radius:8px;z-index:-1}
.team_layer_v4 .profile_content_side{padding-left:24px}
.team_layer_v4 .eyebrow_text_label{display:inline-block;font-size:13px;text-transform:uppercase;letter-spacing:1.3px;color:#EE52A9;margin:0 0 20px;font-weight:600}
.team_layer_v4 .heading_profile_name{font-size:36px;line-height:1.25;color:#006989;margin:0 0 12px;font-weight:700}
.team_layer_v4 .role_title_text{font-size:19px;line-height:1.4;color:#EE52A9;margin:0 0 28px;font-weight:500}
.team_layer_v4 .bio_paragraph_block{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0 0 24px}
.team_layer_v4 .bio_paragraph_block:last-of-type{margin-bottom:32px}
.team_layer_v4 .expertise_list_container{background:#0069890f;padding:28px 32px;border-radius:8px;border-left:4px solid #006989}
.team_layer_v4 .expertise_list_heading{font-size:18px;line-height:1.3;color:#006989;margin:0 0 16px;font-weight:600}
.team_layer_v4 .expertise_items_list{list-style:none;padding:0;margin:0}
.team_layer_v4 .expertise_items_list li{font-size:16px;line-height:1.6;color:#2a2a2a;padding:8px 0 8px 28px;position:relative}
.team_layer_v4 .expertise_items_list li::before{content:'';position:absolute;left:0;top:16px;width:12px;height:12px;background:linear-gradient(135deg,#EE52A9 0%,#006989 100%);border-radius:2px}
@media (max-width: 1024px) {
.team_layer_v4 .split_layout_diagonal{grid-template-columns:1fr;gap:48px}
.team_layer_v4 .profile_content_side{padding-left:0}
.team_layer_v4 .decorative_shape_accent{display:none}
}
@media (max-width: 768px) {
.team_layer_v4{padding:72px 20px}
.team_layer_v4 .heading_profile_name{font-size:28px}
.team_layer_v4 .role_title_text{font-size:17px}
}
.divider_wave_svg{width:100%;height:auto;display:block;margin:-2px 0}
.title_section_v1{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#006989 0%,#EE52A9 100%)}
.title_section_v1 .background_image_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.title_section_v1 .background_image_layer img{width:100%;height:100%;object-fit:cover;opacity:.15}
.title_section_v1 .overlay_gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#006989d9 0%,#ee52a9bf 100%);z-index:2}
.title_section_v1 .content_wrapper_title{position:relative;z-index:3;max-width:1536px;width:90%;margin:0 auto;padding:80px 20px;text-align:center}
.title_section_v1 .corner_decoration_v1{position:absolute;width:60px;height:60px;z-index:4}
.title_section_v1 .corner_top_left{top:30px;left:30px;border-top:2px solid #f6fcea66;border-left:2px solid #f6fcea66}
.title_section_v1 .corner_bottom_right{bottom:30px;right:30px;border-bottom:2px solid #f6fcea66;border-right:2px solid #f6fcea66}
.title_section_v1 .headline_primary{font-size:58px;font-weight:700;color:#F6FCEA;margin:0 0 16px;line-height:1.2;text-shadow:2px 4px 12px #0000004d}
.title_section_v1 .headline_secondary{font-size:28px;font-weight:400;color:#F6FCEA;margin:0 0 24px;line-height:1.4;opacity:.95}
.title_section_v1 .description_text{font-size:18px;font-weight:300;color:#F6FCEA;max-width:720px;margin:0 auto;line-height:1.6;opacity:.9}
.program_structure_section{background:linear-gradient(160deg,#F6FCEA 0%,#ee52a914 100%);padding:100px 0}
.program_structure_section .inner_container{max-width:1536px;width:90%;margin:0 auto}
.program_structure_section .section_header_v1{margin-bottom:70px}
.program_structure_section .section_header_v1 h2{font-size:46px;font-weight:700;color:#006989;margin:0 0 20px;line-height:1.3;position:relative;display:inline-block}
.program_structure_section .section_header_v1 h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#EE52A9 0%,#006989 100%)}
.program_structure_section .section_header_v1 .intro_paragraph{font-size:19px;color:#333;line-height:1.7;max-width:880px;margin:30px 0 0}
.program_structure_section .modules_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.program_structure_section .module_card_v1{background:linear-gradient(135deg,#fffffff2 0%,#f6fcea99 100%);padding:40px 32px;border-radius:8px;box-shadow:0 6px 24px #0069891f;transition:all .3s ease;border:1px solid #0069891a}
.program_structure_section .module_card_v1:hover{transform:translateY(-6px);box-shadow:0 12px 32px #ee52a933}
.program_structure_section .module_card_v1 .module_number{display:inline-block;font-size:14px;font-weight:600;color:#F6FCEA;background:linear-gradient(120deg,#EE52A9 0%,#006989 100%);padding:6px 16px;border-radius:6px;margin-bottom:20px}
.program_structure_section .module_card_v1 h3{font-size:26px;font-weight:700;color:#006989;margin:0 0 16px;line-height:1.3}
.program_structure_section .module_card_v1 .module_description{font-size:16px;color:#444;line-height:1.6;margin-bottom:24px}
.program_structure_section .module_card_v1 .topics_list{list-style:none;padding:0;margin:0}
.program_structure_section .module_card_v1 .topics_list li{font-size:15px;color:#555;line-height:1.8;padding-left:24px;position:relative;margin-bottom:8px}
.program_structure_section .module_card_v1 .topics_list li::before{content:'';position:absolute;left:0;top:9px;width:8px;height:8px;background:#EE52A9;border-radius:50%}
.course_delivery_section{background:#fff;padding:90px 0}
.course_delivery_section .delivery_container{max-width:1536px;width:90%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.course_delivery_section .visual_column{position:relative}
.course_delivery_section .visual_column .image_frame_v1{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 8px 28px #00000026}
.course_delivery_section .visual_column .image_frame_v1 img{width:100%;height:520px;object-fit:cover;display:block}
.course_delivery_section .visual_column .accent_shape_v1{position:absolute;top:-20px;right:-20px;width:160px;height:160px;background:linear-gradient(135deg,#EE52A9 0%,#006989 100%);opacity:.15;border-radius:8px;z-index:-1}
.course_delivery_section .content_column{padding-top:20px}
.course_delivery_section .content_column h2{font-size:44px;font-weight:700;color:#006989;margin:0 0 28px;line-height:1.25}
.course_delivery_section .content_column .lead_text{font-size:20px;color:#333;line-height:1.7;margin-bottom:32px}
.course_delivery_section .delivery_features{display:flex;flex-direction:column;gap:28px}
.course_delivery_section .feature_item_v1{display:flex;gap:20px;align-items:start}
.course_delivery_section .feature_item_v1 .icon_wrapper_v1{flex-shrink:0;width:54px;height:54px;background:linear-gradient(135deg,#ee52a91f 0%,#0069891f 100%);border-radius:8px;display:flex;align-items:center;justify-content:center}
.course_delivery_section .feature_item_v1 .icon_wrapper_v1 svg{width:28px;height:28px;fill:#EE52A9}
.course_delivery_section .feature_item_v1 .feature_content{flex:1}
.course_delivery_section .feature_item_v1 h4{font-size:22px;font-weight:600;color:#006989;margin:0 0 10px;line-height:1.3}
.course_delivery_section .feature_item_v1 p{font-size:16px;color:#555;line-height:1.7;margin:0}
.course_delivery_section .cta_button_v1{display:inline-block;margin-top:40px;padding:16px 42px;background:linear-gradient(120deg,#EE52A9 0%,#006989 100%);color:#F6FCEA;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;box-shadow:0 6px 20px #ee52a94d;transition:all .3s ease}
.course_delivery_section .cta_button_v1:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ee52a966}
@media (max-width: 1024px) {
.title_section_v1 .headline_primary{font-size:46px}
.title_section_v1 .headline_secondary{font-size:24px}
.program_structure_section .modules_grid{grid-template-columns:repeat(2,1fr);gap:32px}
.course_delivery_section .delivery_container{gap:60px}
.program_structure_section .section_header_v1 h2{font-size:38px}
.course_delivery_section .content_column h2{font-size:36px}
}
@media (max-width: 768px) {
.title_section_v1{min-height:380px}
.title_section_v1 .content_wrapper_title{padding:60px 20px}
.title_section_v1 .headline_primary{font-size:36px}
.title_section_v1 .headline_secondary{font-size:20px}
.title_section_v1 .description_text{font-size:16px}
.title_section_v1 .corner_decoration_v1{width:40px;height:40px}
.title_section_v1 .corner_top_left,.title_section_v1 .corner_bottom_right{top:20px;left:20px}
.title_section_v1 .corner_bottom_right{top:auto;left:auto;bottom:20px;right:20px}
.program_structure_section{padding:70px 0}
.program_structure_section .section_header_v1{margin-bottom:50px}
.program_structure_section .section_header_v1 h2{font-size:32px}
.program_structure_section .section_header_v1 .intro_paragraph{font-size:17px}
.program_structure_section .modules_grid{grid-template-columns:1fr;gap:28px}
.program_structure_section .module_card_v1{padding:32px 24px}
.program_structure_section .module_card_v1 h3{font-size:23px}
.course_delivery_section{padding:70px 0}
.course_delivery_section .delivery_container{grid-template-columns:1fr;gap:50px}
.course_delivery_section .visual_column .image_frame_v1 img{height:380px}
.course_delivery_section .content_column h2{font-size:30px}
.course_delivery_section .content_column .lead_text{font-size:18px}
.course_delivery_section .feature_item_v1 h4{font-size:20px}
.course_delivery_section .visual_column .accent_shape_v1{width:120px;height:120px}
}
@media (max-width: 480px) {
.title_section_v1 .headline_primary{font-size:28px}
.title_section_v1 .headline_secondary{font-size:18px}
.program_structure_section .section_header_v1 h2{font-size:28px}
.course_delivery_section .content_column h2{font-size:26px}
.course_delivery_section .cta_button_v1{width:100%;text-align:center}
}
.success_frame{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(158deg,#F6FCEA 0%,#EE52A9 100%);padding:60px 24px;position:relative;overflow:hidden}
.success_frame::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#00698926 0%,transparent 70%);border-radius:50%}
.success_frame::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ee52a91f 0%,transparent 65%);border-radius:50%}
.success_content_wrapper{max-width:720px;width:100%;background:#fffffff2;padding:56px 48px;border-radius:8px;box-shadow:0 16px 48px #00000014;position:relative;z-index:10}
.success_icon_area{text-align:center;margin-bottom:32px}
.success_checkmark_v1{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;background:linear-gradient(135deg,#EE52A9 0%,#006989 100%);border-radius:50%;box-shadow:0 12px 32px #ee52a940;position:relative}
.success_checkmark_v1::after{content:'✓';font-size:48px;color:#fff;font-weight:700;line-height:1}
.success_heading_v1{font-size:42px;font-weight:700;color:#006989;margin:0 0 20px;text-align:center;line-height:1.2}
.success_message_text{font-size:18px;line-height:1.7;color:#2d2d2d;margin:0 0 28px;text-align:center}
.success_next_steps_v2{background:linear-gradient(125deg,#f6fcea99 0%,#ee52a914 100%);padding:32px;border-radius:6px;margin:36px 0 40px;border-left:4px solid #EE52A9}
.success_next_steps_v2 h3{font-size:22px;font-weight:600;color:#006989;margin:0 0 18px}
.success_steps_list_v1{list-style:none;padding:0;margin:0}
.success_steps_list_v1 li{font-size:16px;line-height:1.6;color:#3d3d3d;margin-bottom:14px;padding-left:32px;position:relative}
.success_steps_list_v1 li::before{content:'→';position:absolute;left:0;color:#EE52A9;font-weight:700;font-size:18px}
.success_button_container{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.success_primary_btn_v1{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#EE52A9 0%,#006989 100%);color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:6px;box-shadow:0 8px 24px #ee52a94d;transition:transform 0.3s,box-shadow .3s}
.success_primary_btn_v1:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ee52a966}
.success_secondary_btn_v1{display:inline-block;padding:16px 40px;background:#fff;color:#006989;text-decoration:none;font-size:17px;font-weight:600;border-radius:6px;border:2px solid #006989;transition:background 0.3s,color .3s}
.success_secondary_btn_v1:hover{background:#006989;color:#fff}
@media (max-width: 768px) {
.success_frame{padding:40px 20px}
.success_content_wrapper{padding:40px 28px}
.success_heading_v1{font-size:32px}
.success_message_text{font-size:16px}
.success_checkmark_v1{width:72px;height:72px}
.success_checkmark_v1::after{font-size:38px}
.success_next_steps_v2{padding:24px}
.success_button_container{flex-direction:column}
.success_primary_btn_v1,.success_secondary_btn_v1{width:100%;text-align:center}
}
@media (max-width: 480px) {
.success_heading_v1{font-size:28px}
.success_next_steps_v2 h3{font-size:20px}
.success_steps_list_v1 li{font-size:15px}
}
.confirmation_grid_section{max-width:1536px;margin:0 auto;padding:80px 24px;background:#fff}
.confirmation_layout_v3{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.confirmation_info_column{background:linear-gradient(145deg,#F6FCEA 0%,#ee52a90d 100%);padding:48px;border-radius:8px;box-shadow:0 8px 24px #0000000f}
.confirmation_info_column h2{font-size:34px;font-weight:700;color:#006989;margin:0 0 24px;line-height:1.3}
.confirmation_info_column p{font-size:17px;line-height:1.8;color:#3d3d3d;margin:0 0 20px}
.confirmation_contact_box{background:#fff;padding:32px;border-radius:6px;margin-top:32px;border:2px solid #EE52A9}
.confirmation_contact_box h3{font-size:20px;font-weight:600;color:#EE52A9;margin:0 0 18px}
.confirmation_contact_detail{display:flex;align-items:center;gap:12px;margin-bottom:14px;font-size:16px;color:#2d2d2d}
.confirmation_contact_detail a{color:#006989;text-decoration:none;font-weight:500}
.confirmation_contact_detail a:hover{text-decoration:underline}
.confirmation_visual_column{display:flex;flex-direction:column;gap:24px}
.confirmation_stat_card_v2{background:linear-gradient(128deg,#006989 0%,#EE52A9 100%);padding:36px;border-radius:8px;color:#fff;box-shadow:0 12px 32px #00698933;position:relative;overflow:hidden}
.confirmation_stat_card_v2::before{content:'';position:absolute;top:-50%;right:-30%;width:200px;height:200px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.confirmation_stat_card_v2 h4{font-size:48px;font-weight:700;margin:0 0 12px;line-height:1}
.confirmation_stat_card_v2 p{font-size:18px;margin:0;opacity:.95}
.confirmation_feature_box{background:#fff;padding:32px;border-radius:6px;border:1px solid #00698926;box-shadow:0 4px 16px #0000000a}
.confirmation_feature_box h4{font-size:22px;font-weight:600;color:#006989;margin:0 0 16px}
.confirmation_feature_list{list-style:none;padding:0;margin:0}
.confirmation_feature_list li{font-size:16px;line-height:1.6;color:#3d3d3d;margin-bottom:12px;padding-left:28px;position:relative}
.confirmation_feature_list li::before{content:'✓';position:absolute;left:0;color:#EE52A9;font-weight:700;font-size:18px}
@media (max-width: 968px) {
.confirmation_layout_v3{grid-template-columns:1fr;gap:36px}
.confirmation_grid_section{padding:60px 20px}
.confirmation_info_column{padding:36px 28px}
}
@media (max-width: 480px) {
.confirmation_info_column h2{font-size:28px}
.confirmation_stat_card_v2{padding:28px}
.confirmation_stat_card_v2 h4{font-size:38px}
.confirmation_contact_box{padding:24px}
}
.tips_stage_v1{max-width:1536px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tips_stage_v1 .text_layer_v1 h1{font-size:52px;line-height:1.1;margin:0 0 24px;background:linear-gradient(135deg,#EE52A9 0%,#006989 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.tips_stage_v1 .text_layer_v1 .intro_text_v1{font-size:18px;line-height:1.7;color:#333;margin:0 0 16px}
.tips_stage_v1 .visual_anchor_v1{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 12px 32px #00698926}
.tips_stage_v1 .visual_anchor_v1 img{width:100%;height:450px;object-fit:cover;display:block}
.tips_stage_v1 .visual_anchor_v1::before{content:'';position:absolute;top:-20%;right:-20%;width:200px;height:200px;background:linear-gradient(217deg,#F6FCEA 0%,transparent 70%);border-radius:50%;pointer-events:none}
.strategy_canvas_v2{max-width:1536px;margin:0 auto;padding:60px 24px}
.strategy_canvas_v2 h2{font-size:38px;line-height:1.2;margin:0 0 48px;text-align:center;color:#006989}
.strategy_canvas_v2 h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#EE52A9 0%,#006989 100%);margin:16px auto 0;border-radius:2px}
.grid_foundation_v2{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.tactic_card_v2{background:#fff;border:2px solid #F6FCEA;border-radius:10px;padding:32px;transition:all .3s ease;position:relative}
.tactic_card_v2:hover{border-color:#EE52A9;box-shadow:0 8px 24px #ee52a91f;transform:translateY(-4px)}
.tactic_card_v2 h3{font-size:24px;margin:0 0 16px;color:#006989;display:flex;align-items:center;gap:12px}
.tactic_card_v2 h3 i{color:#EE52A9;font-size:28px}
.tactic_card_v2 .card_text_v2{font-size:16px;line-height:1.6;color:#555;margin:0 0 20px}
.tactic_card_v2 .detail_list_v2{list-style:none;padding:0;margin:0}
.tactic_card_v2 .detail_list_v2 li{font-size:15px;line-height:1.5;color:#666;padding:8px 0 8px 24px;position:relative}
.tactic_card_v2 .detail_list_v2 li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#EE52A9;border-radius:50%}
.insight_surface_v3{max-width:1536px;margin:80px auto 0;padding:0 24px 60px}
.insight_wrapper_v3{background:linear-gradient(152deg,#F6FCEA 0%,#fff 100%);border-radius:12px;padding:60px;display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:start}
.profile_container_v3{text-align:center}
.profile_container_v3 img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid #EE52A9;margin:0 auto 16px;display:block}
.profile_container_v3 .expert_name_v3{font-size:22px;font-weight:600;margin:0 0 6px;color:#006989}
.profile_container_v3 .expert_role_v3{font-size:15px;color:#777;margin:0}
.insight_content_v3 h2{font-size:32px;margin:0 0 24px;color:#006989}
.insight_content_v3 .experience_text_v3{font-size:17px;line-height:1.7;color:#444;margin:0 0 20px}
.insight_content_v3 .key_point_v3{background:#fff;border-left:4px solid #EE52A9;padding:20px 24px;margin:24px 0;border-radius:0 8px 8px 0;box-shadow:0 4px 12px #0000000f}
.insight_content_v3 .key_point_v3 h4{font-size:19px;margin:0 0 12px;color:#006989}
.insight_content_v3 .key_point_v3 p{font-size:16px;line-height:1.6;color:#555;margin:0}
.action_frame_v4{max-width:1536px;margin:0 auto;padding:80px 24px;background:linear-gradient(124deg,#006989 0%,#EE52A9 100%);border-radius:16px;position:relative;overflow:hidden}
.action_frame_v4::before{content:'';position:absolute;top:-50%;left:-30%;width:500px;height:500px;background:radial-gradient(circle,#f6fcea26 0%,transparent 70%);border-radius:50%}
.action_inner_v4{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}
.action_inner_v4 h2{font-size:42px;line-height:1.2;margin:0 0 20px;color:#fff}
.action_inner_v4 .subtitle_v4{font-size:19px;line-height:1.6;color:#F6FCEA;margin:0 0 36px}
.dual_button_set_v4{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.dual_button_set_v4 .primary_action_v4{background:#fff;color:#006989;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;display:inline-block;box-shadow:0 6px 20px #00000026}
.dual_button_set_v4 .primary_action_v4:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0003;background:#F6FCEA}
.dual_button_set_v4 .secondary_action_v4{background:transparent;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;border:2px solid #fff;transition:all .3s ease;display:inline-block}
.dual_button_set_v4 .secondary_action_v4:hover{background:#ffffff26;transform:translateY(-3px)}
.profile_showcase_v3{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start;max-width:1200px;margin:0 auto 48px}
.profile_showcase_v3 img{width:240px;height:240px;border-radius:8px;object-fit:cover;box-shadow:0 8px 24px #ee52a933}
.profile_info_v3 h4{font-size:26px;margin:0 0 8px;color:#EE52A9}
.profile_info_v3 .credential_v3{font-size:16px;color:#666;margin:0 0 20px}
.profile_info_v3 .bio_text_v3{font-size:16px;line-height:1.7;color:#555;margin:0}
@media (max-width: 1200px) {
.tips_stage_v1{grid-template-columns:1fr;gap:40px;padding:60px 24px}
.tips_stage_v1 .text_layer_v1 h1{font-size:42px}
.grid_foundation_v2{grid-template-columns:repeat(2,1fr)}
.insight_wrapper_v3{grid-template-columns:1fr;gap:32px;padding:40px}
.profile_showcase_v3{grid-template-columns:1fr;gap:24px;text-align:center}
.profile_showcase_v3 img{margin:0 auto}
}
@media (max-width: 768px) {
.tips_stage_v1 .text_layer_v1 h1{font-size:36px}
.tips_stage_v1 .visual_anchor_v1 img{height:300px}
.strategy_canvas_v2 h2{font-size:32px}
.grid_foundation_v2{grid-template-columns:1fr;gap:24px}
.insight_wrapper_v3{padding:32px 24px}
.action_frame_v4{padding:60px 24px}
.action_inner_v4 h2{font-size:34px}
.dual_button_set_v4{flex-direction:column;align-items:stretch}
.dual_button_set_v4 .primary_action_v4,.dual_button_set_v4 .secondary_action_v4{text-align:center}
}