*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Lato',sans-serif;background:#fafafa;color:#2a2a2a;line-height:1.6}
.page_container{max-width:1536px;margin:0 auto;padding:0 24px}
header{background:linear-gradient(135deg,#fff 0%,#f5f9fc 100%);border-bottom:1px solid #e0e8f0}
.brand_showcase{padding:48px 0 32px;border-bottom:1px solid #e8eef5}
.company_identity{text-align:center}
.company_title{font-family:'Arimo',sans-serif;font-size:56px;font-weight:700;color:#010352;margin-bottom:12px;letter-spacing:-.5px}
.company_subtitle{font-size:18px;color:#0496EB;font-weight:400}
.navigation_foundation{padding:0}
.header_base{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.logo_holder{flex-shrink:0}
.logo_link{display:block;width:85px;height:85px}
.site_logo{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:12px;padding:8px;box-shadow:0 2px 8px #01035214}
.primary_nav{display:flex;gap:8px;align-items:center}
.nav_item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 20px;text-decoration:none;color:#010352;border:1px solid transparent;border-radius:8px;transition:all .25s ease;background:transparent}
.nav_item:hover{background:#0496eb0f;border-color:#B5EDF5}
.icon_holder{font-size:24px;color:#0496EB}
.nav_text{font-size:13px;font-weight:600;letter-spacing:.2px}
main{min-height:200px}
footer{background:linear-gradient(180deg,#010352 0%,#023a6b 100%);color:#fff;margin-top:80px}
.footer_main{padding:60px 0 40px}
.footer_grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}
.footer_block{border-left:1px solid #b5edf533;padding-left:24px}
.footer_block:first-child{border-left:none;padding-left:0}
.footer_heading{font-family:'Arimo',sans-serif;font-size:18px;font-weight:700;margin-bottom:20px;color:#B5EDF5}
.footer_desc{font-size:15px;line-height:1.7;margin-bottom:24px;color:#ffffffd9}
.footer_contact{display:flex;flex-direction:column;gap:12px}
.contact_line{display:flex;align-items:center;gap:10px;font-size:14px;color:#fffc}
.contact_line .i-icon{color:#0496EB;font-size:18px}
.footer_list{list-style:none}
.footer_list li{margin-bottom:10px}
.footer_link{color:#fffc;text-decoration:none;font-size:15px;transition:color .2s ease}
.footer_link:hover{color:#B5EDF5}
.footer_bottom{border-top:1px solid #b5edf533;padding:24px 0}
.copyright_text{text-align:center;font-size:14px;color:#ffffffb3}
.consent_overlay{position:fixed;bottom:0;right:0;left:0;z-index:9999;pointer-events:none;opacity:0;transform:translateY(100%);transition:all .4s ease}
.consent_overlay[data-visible="true"]{opacity:1;transform:translateY(0);pointer-events:all}
.consent_dialog{background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 32px #01035226;max-width:900px;margin:0 auto;padding:32px}
.consent_header{margin-bottom:24px}
.consent_title{font-family:'Arimo',sans-serif;font-size:24px;font-weight:700;color:#010352;margin-bottom:8px}
.consent_desc{font-size:15px;color:#5a5a5a}
.consent_body{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}
.consent_category{background:#f8fafb;border:1px solid #e0e8f0;border-radius:8px;padding:16px}
.category_header{margin-bottom:8px}
.category_label{display:flex;align-items:center;gap:12px;cursor:pointer;font-weight:600;color:#010352}
.category_checkbox{width:20px;height:20px;cursor:pointer;accent-color:#0496EB}
.category_checkbox:disabled{cursor:not-allowed;opacity:.6}
.category_name{font-size:16px}
.category_info{font-size:14px;color:#6a6a6a;margin-left:32px;line-height:1.5}
.consent_actions{display:flex;gap:12px;justify-content:flex-end}
.consent_btn{padding:14px 28px;border:none;border-radius:50px;font-family:'Lato',sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:all .25s ease}
.consent_btn_decline{background:#e8eef5;color:#010352}
.consent_btn_decline:hover{background:#d4dce8}
.consent_btn_accept{background:#fff;color:#0496EB;border:2px solid #0496EB}
.consent_btn_accept:hover{background:#f0f9ff}
.consent_btn_accept_all{background:linear-gradient(135deg,#010352 0%,#0496EB 100%);color:#fff}
.consent_btn_accept_all:hover{background:linear-gradient(135deg,#020468 0%,#0585d4 100%)}
@media (max-width: 1024px) {
.footer_grid{grid-template-columns:1fr 1fr;gap:32px}
.primary_nav{gap:4px}
.nav_item{padding:10px 14px}
.nav_text{font-size:12px}
}
@media (max-width: 768px) {
.company_title{font-size:42px}
.company_subtitle{font-size:16px}
.header_base{flex-direction:column;gap:20px}
.primary_nav{flex-wrap:wrap;justify-content:center}
.footer_grid{grid-template-columns:1fr;gap:28px}
.footer_block{border-left:none;padding-left:0;border-top:1px solid #b5edf533;padding-top:20px}
.footer_block:first-child{border-top:none;padding-top:0}
.consent_dialog{padding:24px}
.consent_actions{flex-direction:column}
.consent_btn{width:100%}
}
@media (max-width: 480px) {
.company_title{font-size:32px}
.company_subtitle{font-size:14px}
.logo_link{width:70px;height:70px}
.nav_item{padding:8px 12px}
.icon_holder{font-size:20px}
.nav_text{font-size:11px}
.page_container{padding:0 16px}
}
.ihrx-text-doc{max-width:1536px;margin:0 auto;padding:80px 24px;background:#fff}
.ihrx-text-doc p{font-size:16px;line-height:1.8;color:#2d3748;margin:0 0 24px;max-width:820px}
.ihrx-text-doc p + p{margin-top:16px}
.ihrx-text-doc strong,.ihrx-text-doc b{font-weight:600;color:#010352}
.ihrx-text-doc em,.ihrx-text-doc i{font-style:italic;color:#1a202c}
.ihrx-text-doc a{color:#0496EB;text-decoration:none;border-bottom:1px solid #0496eb4d;transition:all .25s ease}
.ihrx-text-doc a:hover{color:#010352;border-bottom-color:#010352}
.ihrx-text-doc a:focus{outline:2px solid #0496EB;outline-offset:2px;border-radius:2px}
.ihrx-text-doc hr{border:none;height:1px;background:linear-gradient(to right,#0103521a,#0496eb33,#0103521a);margin:48px 0}
.ihrx-text-doc div{margin-bottom:32px}
.ihrx-text-doc div p:last-child{margin-bottom:0}
.ihrx-text-doc h1{font-size:42px;font-weight:700;color:#010352;line-height:1.2;margin:0 0 16px}
.ihrx-text-doc h2{font-size:32px;font-weight:600;color:#010352;line-height:1.3;margin:56px 0 24px}
.ihrx-text-doc h3{font-size:24px;font-weight:600;color:#0496EB;line-height:1.4;margin:40px 0 20px}
.ihrx-text-doc h4{font-size:20px;font-weight:600;color:#2d3748;line-height:1.5;margin:32px 0 16px}
.ihrx-text-doc h5{font-size:18px;font-weight:600;color:#2d3748;line-height:1.5;margin:24px 0 12px}
.ihrx-text-doc h6{font-size:16px;font-weight:600;color:#4a5568;line-height:1.5;margin:20px 0 12px;text-transform:uppercase;letter-spacing:.5px}
.ihrx-text-doc ul,.ihrx-text-doc ol{margin:0 0 24px;padding-left:32px;max-width:820px}
.ihrx-text-doc ul li,.ihrx-text-doc ol li{font-size:16px;line-height:1.8;color:#2d3748;margin-bottom:12px}
.ihrx-text-doc ul li::marker{color:#0496EB}
.ihrx-text-doc ol li::marker{color:#010352;font-weight:600}
.ihrx-text-doc blockquote{margin:32px 0;padding:24px 28px;border-left:4px solid #0496EB;background:#b5edf51a;border-radius:0 8px 8px 0}
.ihrx-text-doc blockquote p{color:#1a202c;font-style:italic;margin-bottom:0}
.ihrx-text-doc table{width:100%;max-width:820px;margin:32px 0;border-collapse:collapse;font-size:15px}
.ihrx-text-doc table th{background:linear-gradient(135deg,#010352,#0496EB);color:#fff;padding:16px;text-align:left;font-weight:600;border:1px solid #01035233}
.ihrx-text-doc table td{padding:14px 16px;border:1px solid #0496eb33;color:#2d3748}
.ihrx-text-doc table tr:nth-child(even){background:#b5edf50d}
.ihrx-text-doc table tr:hover{background:#b5edf51f}
.ihrx-text-doc code{background:#0103520d;padding:3px 8px;border-radius:4px;font-family:'Courier New',monospace;font-size:14px;color:#010352}
.ihrx-text-doc pre{background:#01035208;padding:20px;border-radius:8px;overflow-x:auto;margin:24px 0;border:1px solid #0496eb33}
.ihrx-text-doc pre code{background:none;padding:0;font-size:14px;line-height:1.6}
@media (max-width: 1024px) {
.ihrx-text-doc{padding:60px 20px}
.ihrx-text-doc h1{font-size:36px}
.ihrx-text-doc h2{font-size:28px;margin-top:48px}
.ihrx-text-doc h3{font-size:22px}
}
@media (max-width: 768px) {
.ihrx-text-doc{padding:48px 16px}
.ihrx-text-doc h1{font-size:32px}
.ihrx-text-doc h2{font-size:24px;margin-top:40px}
.ihrx-text-doc h3{font-size:20px}
.ihrx-text-doc p,.ihrx-text-doc ul li,.ihrx-text-doc ol li{font-size:15px}
.ihrx-text-doc ul,.ihrx-text-doc ol{padding-left:24px}
.ihrx-text-doc table{font-size:14px}
.ihrx-text-doc table th,.ihrx-text-doc table td{padding:12px}
}
@media (max-width: 480px) {
.ihrx-text-doc{padding:40px 12px}
.ihrx-text-doc h1{font-size:28px}
.ihrx-text-doc h2{font-size:22px;margin-top:32px}
.ihrx-text-doc h3{font-size:18px}
.ihrx-text-doc hr{margin:32px 0}
.ihrx-text-doc blockquote{padding:16px 20px;margin:24px 0}
}
.article_hero{background:linear-gradient(135deg,#010352 0%,#0496EB 100%);padding:80px 20px 60px;margin-bottom:0}
.article_hero_container{max-width:1536px;margin:0 auto}
.article_meta_bar{display:flex;gap:24px;align-items:center;margin-bottom:20px;flex-wrap:wrap}
.meta_item{display:flex;align-items:center;gap:8px;color:#B5EDF5;font-size:14px}
.meta_item svg{width:18px;height:18px}
.main_title{font-size:48px;line-height:1.2;color:#fff;margin:0;font-weight:700}
.featured_visual{width:100%;max-width:1536px;margin:-40px auto 0;padding:0 20px;position:relative;z-index:2}
.featured_visual img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 48px #01035233;display:block}
.content_wrapper{max-width:900px;margin:60px auto 80px;padding:0 20px}
.content_wrapper p{font-size:18px;line-height:1.7;color:#2d3748;margin-bottom:24px}
.content_wrapper h2{font-size:32px;line-height:1.3;color:#010352;margin:48px 0 20px;font-weight:600;position:relative;padding-left:20px}
.content_wrapper h2::before{content:'';position:absolute;left:0;top:8px;width:4px;height:28px;background:linear-gradient(180deg,#0496EB 0%,#B5EDF5 100%);border-radius:2px}
.content_wrapper em{color:#0496EB;font-style:italic}
.content_wrapper ul,.content_wrapper ol{margin:24px 0;padding-left:28px}
.content_wrapper li{font-size:18px;line-height:1.7;color:#2d3748;margin-bottom:12px}
.content_wrapper ul li{position:relative;list-style:none;padding-left:12px}
.content_wrapper ul li::before{content:'';position:absolute;left:-16px;top:12px;width:6px;height:6px;background:#0496EB;border-radius:50%}
.content_wrapper ol li{padding-left:8px}
.content_wrapper table{width:100%;border-collapse:collapse;margin:32px 0;box-shadow:0 2px 12px #01035214;border-radius:8px;overflow:hidden}
.content_wrapper thead{background:linear-gradient(90deg,#010352 0%,#0496EB 100%)}
.content_wrapper thead tr td{color:#fff;font-weight:600;padding:16px;font-size:16px}
.content_wrapper tbody tr{border-bottom:1px solid #e2e8f0}
.content_wrapper tbody tr:last-child{border-bottom:none}
.content_wrapper tbody tr:hover{background-color:#f7fafc}
.content_wrapper td{padding:14px 16px;font-size:16px;color:#2d3748}
.content_wrapper tfoot{background-color:#f7fafc}
.content_wrapper tfoot td{font-weight:600;color:#010352;padding:16px}
.content_wrapper blockquote{margin:32px 0;padding:24px 28px;background:linear-gradient(135deg,#b5edf533 0%,#0496eb1a 100%);border-left:4px solid #0496EB;border-radius:0 8px 8px 0;font-size:20px;line-height:1.6;color:#010352;font-style:italic}
.content_wrapper details{margin:28px 0;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden}
.content_wrapper summary{padding:18px 20px;background-color:#f7fafc;cursor:pointer;font-size:18px;font-weight:600;color:#010352;user-select:none;transition:background-color .2s}
.content_wrapper summary:hover{background-color:#edf2f7}
.content_wrapper details[open] summary{background:linear-gradient(90deg,#0103520d 0%,#0496eb0d 100%);border-bottom:2px solid #e2e8f0}
.content_wrapper details p{padding:20px;margin:0}
.engagement_bar{background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:40px 20px;margin-top:60px}
.engagement_container{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.stat_display{display:flex;gap:32px;align-items:center}
.stat_box{text-align:center}
.stat_number{font-size:36px;font-weight:700;color:#010352;display:block;line-height:1;margin-bottom:6px}
.stat_label{font-size:14px;color:#718096;text-transform:uppercase;letter-spacing:.5px}
.action_btn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#0496EB 0%,#010352 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 12px #0496eb4d}
.action_btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0496eb66}
@media (max-width: 768px) {
.article_hero{padding:60px 20px 40px}
.main_title{font-size:32px}
.featured_visual{margin-top:-20px}
.content_wrapper{margin:40px auto 60px}
.content_wrapper p,.content_wrapper li{font-size:16px}
.content_wrapper h2{font-size:26px;margin:36px 0 16px}
.content_wrapper blockquote{font-size:18px;padding:20px}
.engagement_container{flex-direction:column;text-align:center}
.stat_display{justify-content:center}
}
@media (max-width: 480px) {
.main_title{font-size:28px}
.article_meta_bar{gap:16px}
.stat_number{font-size:28px}
.content_wrapper h2{font-size:24px}
.action_btn{width:100%;text-align:center}
}
.contact_main_grid{display:grid;grid-template-columns:1fr;max-width:1536px;margin:0 auto;gap:0}
.title_hero_wrapper{position:relative;min-height:420px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:linear-gradient(135deg,#010352 0%,#0496EB 100%)}
.title_hero_wrapper .image_section{position:relative;overflow:hidden}
.title_hero_wrapper .image_section img{width:100%;height:100%;object-fit:cover;opacity:.3;filter:brightness(0.7) contrast(1.1)}
.title_hero_wrapper .text_zone{display:flex;flex-direction:column;justify-content:center;padding:60px 48px;position:relative}
.title_hero_wrapper .text_zone::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:80px;background:#B5EDF5;border-radius:2px}
.title_hero_wrapper .primary_heading{font-size:48px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}
.title_hero_wrapper .secondary_heading{font-size:24px;font-weight:400;color:#B5EDF5;margin:0 0 20px;line-height:1.4}
.title_hero_wrapper .description_text{font-size:16px;line-height:1.6;color:#ffffffe6;margin:0;max-width:480px}
.contact_content_area{background:#f8f9fb;padding:80px 24px}
.contact_inner_container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.info_sidebar{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 2px 12px #01035214}
.info_sidebar .sidebar_title{font-size:28px;font-weight:600;color:#010352;margin:0 0 28px;line-height:1.3}
.contact_details_list{display:flex;flex-direction:column;gap:24px}
.contact_item{display:flex;flex-direction:column;gap:6px}
.contact_item .item_label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#0496EB;margin:0}
.contact_item .item_value{font-size:16px;color:#2c3e50;margin:0;line-height:1.5}
.contact_item .item_value a{color:#010352;text-decoration:none;transition:color .3s ease}
.contact_item .item_value a:hover{color:#0496EB}
.divider_horizontal{height:1px;background:linear-gradient(90deg,#0496eb33 0%,#b5edf580 50%,#0496eb33 100%);margin:12px 0}
.form_panel{background:#fff;padding:48px 40px;border-radius:16px;box-shadow:0 4px 20px #0103521a}
.form_panel .panel_heading{font-size:32px;font-weight:700;color:#010352;margin:0 0 12px;line-height:1.2}
.form_panel .panel_intro{font-size:15px;color:#5a6c7d;margin:0 0 36px;line-height:1.6}
.contact_form{display:flex;flex-direction:column;gap:24px}
.form_group{display:flex;flex-direction:column;gap:8px}
.form_group label{font-size:14px;font-weight:600;color:#010352;margin:0}
.form_group input[type="text"],.form_group input[type="email"],.form_group textarea{width:100%;padding:14px 16px;font-size:15px;color:#2c3e50;background:#f8f9fb;border:2px solid #e1e8ed;border-radius:8px;transition:all .3s ease;outline:none;box-sizing:border-box}
.form_group input[type="text"]:focus,.form_group input[type="email"]:focus,.form_group textarea:focus{border-color:#0496EB;background:#fff;box-shadow:0 0 0 3px #0496eb1a}
.form_group textarea{min-height:140px;resize:vertical;font-family:inherit}
.dropdown_wrapper{position:relative}
.dropdown_wrapper select{width:100%;padding:14px 40px 14px 16px;font-size:15px;color:#2c3e50;background:#f8f9fb;border:2px solid #e1e8ed;border-radius:8px;appearance:none;cursor:pointer;transition:all .3s ease;outline:none;box-sizing:border-box}
.dropdown_wrapper select:focus{border-color:#0496EB;background:#fff;box-shadow:0 0 0 3px #0496eb1a}
.dropdown_wrapper::after{content:'';position:absolute;right:16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #0496EB;pointer-events:none}
.privacy_consent{display:flex;align-items:start;gap:12px;margin:8px 0 0}
.privacy_consent input[type="checkbox"]{width:20px;height:20px;margin:2px 0 0;cursor:pointer;accent-color:#0496EB;flex-shrink:0}
.privacy_consent label{font-size:14px;color:#5a6c7d;line-height:1.5;margin:0;cursor:pointer}
.privacy_consent label a{color:#0496EB;text-decoration:none;border-bottom:1px solid #0496eb4d;transition:border-color .3s ease}
.privacy_consent label a:hover{border-bottom-color:#0496EB}
.submit_button{padding:16px 40px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#010352 0%,#0496EB 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0496eb4d;align-self:start;z-index:10;position:relative}
.submit_button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0496eb66}
.submit_button:active{transform:translateY(0);box-shadow:0 2px 8px #0496eb4d}
@media (max-width: 1024px) {
.title_hero_wrapper{grid-template-columns:1fr;min-height:360px}
.title_hero_wrapper .image_section{position:absolute;width:100%;height:100%;z-index:0}
.title_hero_wrapper .text_zone{position:relative;z-index:1;padding:48px 32px}
.contact_inner_container{grid-template-columns:1fr;gap:40px}
.title_hero_wrapper .primary_heading{font-size:40px}
.title_hero_wrapper .secondary_heading{font-size:20px}
}
@media (max-width: 768px) {
.contact_content_area{padding:60px 20px}
.form_panel{padding:36px 24px}
.info_sidebar{padding:32px 24px}
.title_hero_wrapper .primary_heading{font-size:32px}
.title_hero_wrapper .secondary_heading{font-size:18px}
.title_hero_wrapper .text_zone{padding:40px 24px}
.form_panel .panel_heading{font-size:28px}
}
@media (max-width: 480px) {
.title_hero_wrapper{min-height:320px}
.title_hero_wrapper .primary_heading{font-size:28px}
.title_hero_wrapper .secondary_heading{font-size:16px}
.title_hero_wrapper .text_zone{padding:32px 20px}
.form_panel{padding:28px 20px}
.info_sidebar{padding:28px 20px}
.submit_button{width:100%;text-align:center}
}
.intro_block{background:linear-gradient(135deg,#B5EDF5 0%,#fff 100%);padding:80px 20px 120px}
.intro_container{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intro_text_zone{padding-right:40px}
.intro_headline{font-size:48px;font-weight:700;color:#010352;line-height:1.2;margin:0 0 32px}
.intro_accent{position:relative;color:#0496EB}
.intro_accent::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#0496EB,#B5EDF5)}
.intro_description{font-size:18px;line-height:1.7;color:#333;margin:0 0 20px}
.intro_image_zone{position:relative}
.intro_image_wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #01035226}
.intro_img{width:100%;height:500px;object-fit:cover;display:block}
.intro_haze{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#b5edf533 0%,#0496eb1a 100%);pointer-events:none}
.approach_section{background:#fff;padding:100px 20px}
.approach_wrapper{max-width:1536px;margin:0 auto}
.approach_header_area{text-align:center;margin-bottom:80px}
.approach_title{font-size:42px;font-weight:700;color:#010352;margin:0 0 16px;position:relative;display:inline-block}
.approach_title::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#0496EB,#B5EDF5);border-radius:2px}
.approach_subtitle{font-size:20px;color:#666;margin:0}
.approach_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach_card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #B5EDF5;border-radius:16px;padding:32px;transition:all .3s ease;position:relative}
.approach_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0496eb33;border-color:#0496EB}
.approach_number{font-size:56px;font-weight:900;color:#B5EDF5;line-height:1;margin-bottom:20px}
.approach_card_title{font-size:24px;font-weight:700;color:#010352;margin:0 0 16px}
.approach_card_text{font-size:16px;line-height:1.6;color:#555;margin:0 0 24px}
.approach_card_img{width:100%;height:180px;object-fit:cover;border-radius:12px;display:block}
.reality_check{background:linear-gradient(180deg,#010352 0%,#0496EB 100%);padding:100px 20px}
.reality_container{max-width:1536px;margin:0 auto;display:flex;gap:80px}
.reality_left,.reality_right{flex:1}
.reality_heading{font-size:36px;font-weight:700;color:#fff;margin:0 0 40px;position:relative;padding-bottom:16px}
.reality_heading::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:#B5EDF5}
.reality_list{display:flex;flex-direction:column;gap:28px}
.reality_item{display:flex;gap:20px;align-items:flex-start}
.reality_marker{width:12px;height:12px;background:#B5EDF5;border-radius:50%;flex-shrink:0;margin-top:6px}
.reality_text{font-size:17px;line-height:1.6;color:#fff;margin:0}
.reality_metrics{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:40px}
.reality_stat{background:#ffffff1a;border:1px solid #b5edf54d;border-radius:12px;padding:24px;transition:background .3s ease}
.reality_stat:hover{background:#ffffff26}
.reality_stat_value{font-size:32px;font-weight:700;color:#B5EDF5;margin-bottom:8px}
.reality_stat_label{font-size:16px;color:#fff;line-height:1.4}
.reality_note{font-size:17px;line-height:1.6;color:#ffffffe6;margin:0;padding:24px;background:#b5edf526;border-left:4px solid #B5EDF5;border-radius:8px}
@media (max-width: 1024px) {
.intro_container{grid-template-columns:1fr;gap:40px}
.intro_text_zone{padding-right:0}
.intro_headline{font-size:38px}
.approach_grid{grid-template-columns:1fr;gap:32px}
.reality_container{flex-direction:column;gap:60px}
}
@media (max-width: 768px) {
.intro_block{padding:60px 20px 80px}
.intro_headline{font-size:32px;margin-bottom:24px}
.intro_description{font-size:16px}
.intro_img{height:300px}
.approach_section{padding:80px 20px}
.approach_header_area{margin-bottom:60px}
.approach_title{font-size:32px}
.approach_subtitle{font-size:18px}
.approach_card{padding:24px}
.approach_number{font-size:48px}
.approach_card_title{font-size:20px}
.reality_check{padding:80px 20px}
.reality_heading{font-size:28px;margin-bottom:32px}
.reality_container{gap:50px}
}
@media (max-width: 480px) {
.intro_headline{font-size:28px}
.approach_title{font-size:28px}
.approach_card_img{height:160px}
.reality_heading{font-size:24px}
.reality_stat_value{font-size:26px}
}
.reviews_page{max-width:1536px;margin:0 auto;padding:0}
.film_reveal_header{background:linear-gradient(135deg,#010352 0%,#0496EB 100%);padding:80px 24px;position:relative;overflow:hidden}
.film_reveal_header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#b5edf508 2px,#b5edf508 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#b5edf508 2px,#b5edf508 4px);pointer-events:none}
.film_reveal_header .header_content_wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.film_reveal_header .text_zone h1{font-size:52px;line-height:1.2;color:#fff;margin:0 0 20px;font-weight:700}
.film_reveal_header .text_zone p{font-size:18px;line-height:1.6;color:#B5EDF5;margin:0}
.film_reveal_header .image_zone{position:relative}
.film_reveal_header .image_zone img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 12px 40px #0103524d}
.film_reveal_header .image_zone::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,#01035266 3px,#01035266 6px);pointer-events:none;border-radius:8px}
.film_reveal_header .dot_pattern{position:absolute;bottom:-30px;right:40px;width:120px;height:120px;background-image:radial-gradient(circle,#B5EDF5 2px,transparent 2px);background-size:16px 16px;opacity:.4;z-index:1}
.testimonial_grid_section{background:#f8f9fb;padding:100px 24px}
.testimonial_grid_section .grid_container{max-width:1200px;margin:0 auto}
.testimonial_grid_section .section_intro{text-align:center;margin-bottom:60px}
.testimonial_grid_section .section_intro h2{font-size:38px;color:#010352;margin:0 0 16px;font-weight:600}
.testimonial_grid_section .section_intro p{font-size:17px;color:#4a5568;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.testimonial_grid_section .reviews_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.testimonial_grid_section .review_card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 12px #01035214;transition:transform .3s ease,box-shadow .3s ease}
.testimonial_grid_section .review_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0496eb26}
.testimonial_grid_section .review_card .star_rating{display:flex;gap:4px;margin-bottom:20px}
.testimonial_grid_section .review_card .star_rating .star{width:18px;height:18px}
.testimonial_grid_section .review_card .star_rating .star.filled{fill:#0496EB}
.testimonial_grid_section .review_card .star_rating .star.empty{fill:#e2e8f0}
.testimonial_grid_section .review_card .review_text{font-size:16px;line-height:1.7;color:#2d3748;margin:0 0 24px}
.testimonial_grid_section .review_card .reviewer_info{display:flex;align-items:center;gap:16px;padding-top:20px;border-top:1px solid #e2e8f0}
.testimonial_grid_section .review_card .reviewer_avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0496EB,#B5EDF5);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff;flex-shrink:0}
.testimonial_grid_section .review_card .reviewer_details .name{font-size:16px;font-weight:600;color:#010352;margin:0 0 4px}
.testimonial_grid_section .review_card .reviewer_details .date{font-size:14px;color:#718096;margin:0}
.detailed_reviews_section{background:#fff;padding:100px 24px}
.detailed_reviews_section .content_wrapper{max-width:900px;margin:0 auto}
.detailed_reviews_section .section_title{font-size:36px;color:#010352;margin:0 0 50px;text-align:center;font-weight:600}
.detailed_reviews_section .detailed_review{background:linear-gradient(to right,#f8f9fb 0%,#fff 100%);padding:40px;border-radius:16px;margin-bottom:36px;border-left:4px solid #0496EB}
.detailed_reviews_section .detailed_review .review_header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}
.detailed_reviews_section .detailed_review .reviewer_profile{display:flex;align-items:center;gap:20px}
.detailed_reviews_section .detailed_review .profile_initial{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#010352,#0496EB);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;flex-shrink:0}
.detailed_reviews_section .detailed_review .profile_data .reviewer_name{font-size:20px;font-weight:600;color:#010352;margin:0 0 6px}
.detailed_reviews_section .detailed_review .profile_data .review_date{font-size:14px;color:#718096;margin:0}
.detailed_reviews_section .detailed_review .rating_display{display:flex;gap:6px}
.detailed_reviews_section .detailed_review .rating_display .star_icon{width:22px;height:22px}
.detailed_reviews_section .detailed_review .rating_display .star_icon.active{fill:#0496EB}
.detailed_reviews_section .detailed_review .rating_display .star_icon.inactive{fill:#cbd5e0}
.detailed_reviews_section .detailed_review .review_content{font-size:17px;line-height:1.8;color:#2d3748;margin:0 0 20px}
.detailed_reviews_section .detailed_review .experience_tags{display:flex;flex-wrap:wrap;gap:10px}
.detailed_reviews_section .detailed_review .experience_tags .tag{background:#B5EDF5;color:#010352;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}
.stats_showcase_section{background:linear-gradient(135deg,#010352 0%,#0496EB 50%,#B5EDF5 100%);padding:80px 24px;position:relative;overflow:hidden}
.stats_showcase_section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,#ffffff08 35px,#ffffff08 70px);pointer-events:none}
.stats_showcase_section .stats_wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.stats_showcase_section .stats_heading{font-size:34px;color:#fff;text-align:center;margin:0 0 50px;font-weight:600}
.stats_showcase_section .stats_display{display:flex;justify-content:space-around;align-items:center;gap:40px}
.stats_showcase_section .stat_item{text-align:center;flex:1}
.stats_showcase_section .stat_item .stat_number{font-size:56px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1}
.stats_showcase_section .stat_item .stat_label{font-size:18px;color:#B5EDF5;margin:0;font-weight:500}
.stats_showcase_section .stat_item .stat_visual{width:100px;height:6px;background:#fff3;border-radius:3px;margin:20px auto 0;position:relative;overflow:hidden}
.stats_showcase_section .stat_item .stat_visual::after{content:'';position:absolute;left:0;top:0;height:100%;background:#fff;border-radius:3px}
.stats_showcase_section .stat_item:nth-child(1) .stat_visual::after{width:98%}
.stats_showcase_section .stat_item:nth-child(2) .stat_visual::after{width:95%}
.stats_showcase_section .stat_item:nth-child(3) .stat_visual::after{width:92%}
@media (max-width: 1024px) {
.film_reveal_header .header_content_wrap{grid-template-columns:1fr;gap:40px}
.film_reveal_header .text_zone h1{font-size:42px}
.testimonial_grid_section .reviews_grid{grid-template-columns:repeat(2,1fr)}
.stats_showcase_section .stats_display{flex-direction:column}
}
@media (max-width: 768px) {
.film_reveal_header{padding:60px 20px}
.film_reveal_header .text_zone h1{font-size:36px}
.film_reveal_header .image_zone img{height:300px}
.testimonial_grid_section{padding:70px 20px}
.testimonial_grid_section .reviews_grid{grid-template-columns:1fr}
.testimonial_grid_section .section_intro h2{font-size:32px}
.detailed_reviews_section{padding:70px 20px}
.detailed_reviews_section .detailed_review{padding:28px}
.detailed_reviews_section .detailed_review .review_header{flex-direction:column;gap:16px}
.stats_showcase_section{padding:60px 20px}
.stats_showcase_section .stats_heading{font-size:28px}
.stats_showcase_section .stat_item .stat_number{font-size:44px}
}
@media (max-width: 480px) {
.film_reveal_header .text_zone h1{font-size:30px}
.film_reveal_header .text_zone p{font-size:16px}
.testimonial_grid_section .review_card{padding:24px}
.detailed_reviews_section .section_title{font-size:28px}
.stats_showcase_section .stat_item .stat_number{font-size:38px}
}
.title_section{position:relative;width:100%;height:100vh;overflow:hidden;background:linear-gradient(135deg,#010352,#0496EB)}
.title_section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(#01035208 1px,transparent 1px),linear-compare(90deg,#01035208 1px,transparent 1px);background-size:48px 48px;opacity:.4;z-index:1}
.title_section .hero_visual{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.85;z-index:2}
.title_section .content_wrapper{position:absolute;bottom:0;left:0;right:0;padding:64px 24px;background:linear-gradient(to top,#010352f2,transparent);z-index:3}
.title_section .inner_container{max-width:1536px;margin:0 auto}
.title_section .main_heading{font-size:48px;font-weight:700;color:#B5EDF5;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.title_section .subtitle_text{font-size:20px;color:#fff;margin:0 0 32px;line-height:1.5;max-width:640px;opacity:.95}
.title_section .action_btn{display:inline-block;padding:16px 40px;background:#0496EB;color:#fff;text-decoration:none;border-radius:6px;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #0496eb4d}
.title_section .action_btn:hover{background:#B5EDF5;color:#010352;transform:translateY(-2px);box-shadow:0 6px 20px #b5edf566}
.services_grid_area{padding:96px 24px;background:#fff}
.services_grid_area .central_container{max-width:1536px;margin:0 auto}
.services_grid_area .section_header{text-align:center;margin-bottom:64px}
.services_grid_area .section_title{font-size:40px;font-weight:700;color:#010352;margin:0 0 20px;line-height:1.3}
.services_grid_area .section_intro{font-size:18px;color:#555;line-height:1.6;max-width:720px;margin:0 auto}
.services_grid_area .service_cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.services_grid_area .service_item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:40px 32px;border:2px solid #e8e8e8;transition:all .3s ease;position:relative}
.services_grid_area .service_item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(to bottom,#0496EB,#B5EDF5);border-radius:12px 0 0 12px;transition:height .3s ease}
.services_grid_area .service_item:hover{border-color:#0496EB;box-shadow:0 8px 24px #0496eb26;transform:translateY(-4px)}
.services_grid_area .service_item:hover::before{height:100%}
.services_grid_area .service_icon_wrap{width:64px;height:64px;background:linear-gradient(135deg,#0496EB,#B5EDF5);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.services_grid_area .service_icon_wrap svg{width:32px;height:32px;fill:#fff}
.services_grid_area .service_heading{font-size:24px;font-weight:600;color:#010352;margin:0 0 16px;line-height:1.3}
.services_grid_area .service_description{font-size:16px;color:#666;line-height:1.7;margin:0 0 24px}
.services_grid_area .service_features{list-style:none;padding:0;margin:0}
.services_grid_area .feature_point{font-size:15px;color:#555;padding:8px 0 8px 28px;position:relative;line-height:1.5}
.services_grid_area .feature_point::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:#0496EB;border-radius:50%;opacity:.2}
.services_grid_area .feature_point::after{content:'';position:absolute;left:5px;top:19px;width:6px;height:6px;background:#0496EB;border-radius:50%}
.methodology_showcase{padding:96px 24px;background:linear-gradient(to bottom,#f5f7fa,#fff);position:relative;overflow:hidden}
.methodology_showcase::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#b5edf526,transparent 70%);border-radius:50%}
.methodology_showcase .center_wrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.methodology_showcase .dual_layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.methodology_showcase .text_column h2{font-size:36px;font-weight:700;color:#010352;margin:0 0 24px;line-height:1.3}
.methodology_showcase .text_column .intro_paragraph{font-size:17px;color:#555;line-height:1.7;margin:0 0 32px}
.methodology_showcase .process_steps{display:flex;flex-direction:column;gap:20px}
.methodology_showcase .step_box{background:#fff;border-radius:8px;padding:24px;border-left:4px solid #0496EB;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}
.methodology_showcase .step_box:hover{box-shadow:0 4px 16px #0496eb26;transform:translateX(4px)}
.methodology_showcase .step_number{display:inline-block;width:32px;height:32px;background:linear-gradient(135deg,#0496EB,#B5EDF5);color:#fff;border-radius:50%;text-align:center;line-height:32px;font-weight:700;font-size:16px;margin-bottom:12px}
.methodology_showcase .step_label{font-size:18px;font-weight:600;color:#010352;margin:0 0 8px}
.methodology_showcase .step_info{font-size:15px;color:#666;line-height:1.6;margin:0}
.methodology_showcase .visual_column{position:relative}
.methodology_showcase .visual_column img{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 32px #01035226;object-fit:cover}
.results_metrics{padding:96px 24px;background:linear-gradient(135deg,#010352,#0496EB);position:relative}
.results_metrics .max_container{max-width:1536px;margin:0 auto}
.results_metrics .header_block{text-align:center;margin-bottom:64px}
.results_metrics .header_block h2{font-size:38px;font-weight:700;color:#B5EDF5;margin:0 0 20px;line-height:1.3}
.results_metrics .header_block .description_text{font-size:18px;color:#fff;line-height:1.6;max-width:680px;margin:0 auto;opacity:.9}
.results_metrics .stats_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.results_metrics .stat_card{background:#ffffff14;border-radius:12px;padding:40px 32px;text-align:center;border:1px solid #b5edf533;transition:all .3s ease;position:relative;overflow:hidden}
.results_metrics .stat_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#0496EB,#B5EDF5);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.results_metrics .stat_card:hover{background:#ffffff1f;border-color:#B5EDF5;transform:translateY(-4px)}
.results_metrics .stat_card:hover::before{transform:scaleX(1)}
.results_metrics .stat_number{font-size:56px;font-weight:700;color:#B5EDF5;margin:0 0 12px;line-height:1}
.results_metrics .stat_label{font-size:18px;color:#fff;font-weight:500;margin:0 0 16px;line-height:1.4}
.results_metrics .stat_detail{font-size:15px;color:#fffc;line-height:1.6;margin:0}
.results_metrics .cta_block{text-align:center;margin-top:64px}
.results_metrics .cta_button{display:inline-block;padding:18px 48px;background:#B5EDF5;color:#010352;text-decoration:none;border-radius:8px;font-size:18px;font-weight:700;transition:all .3s ease;box-shadow:0 6px 16px #b5edf54d}
.results_metrics .cta_button:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #fff6}
@media (max-width: 1024px) {
.title_section .main_heading{font-size:36px}
.title_section .subtitle_text{font-size:18px}
.services_grid_area .section_title{font-size:32px}
.methodology_showcase .dual_layout{grid-template-columns:1fr;gap:48px}
.methodology_showcase .text_column h2{font-size:30px}
.results_metrics .header_block h2{font-size:32px}
}
@media (max-width: 768px) {
.title_section{height:80vh}
.title_section .content_wrapper{padding:48px 20px}
.title_section .main_heading{font-size:28px}
.title_section .subtitle_text{font-size:16px}
.title_section .action_btn{padding:14px 32px;font-size:16px}
.services_grid_area{padding:64px 20px}
.services_grid_area .service_cards{grid-template-columns:1fr;gap:24px}
.methodology_showcase{padding:64px 20px}
.results_metrics{padding:64px 20px}
.results_metrics .stats_grid{grid-template-columns:1fr;gap:24px}
.results_metrics .stat_number{font-size:44px}
}
@media (max-width: 480px) {
.title_section .main_heading{font-size:24px}
.services_grid_area .section_title{font-size:26px}
.methodology_showcase .text_column h2{font-size:26px}
.results_metrics .header_block h2{font-size:26px}
}
.interview_hero{background:linear-gradient(135deg,#010352 0%,#0496EB 100%);padding:80px 20px 60px;text-align:center}
.interview_hero_content{max-width:1536px;margin:0 auto}
.interview_hero h1{font-size:48px;color:#B5EDF5;margin:0 0 16px;font-weight:700}
.interview_hero_subtitle{font-size:20px;color:#fff;max-width:720px;margin:0 auto;line-height:1.6}
.posts_container{max-width:1536px;margin:0 auto;padding:60px 20px}
.posts_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px}
.post_card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #01035214;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.post_card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0496eb26}
.post_image_wrapper{width:100%;height:240px;overflow:hidden;position:relative;background:linear-gradient(135deg,#B5EDF5 0%,#0496EB 100%)}
.post_image_wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.post_card:hover .post_image_wrapper img{transform:scale(1.05)}
.post_content{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.post_content h2{font-size:22px;color:#010352;margin:0 0 12px;font-weight:600;line-height:1.3}
.post_content h2 a{color:#010352;text-decoration:none;transition:color .3s ease}
.post_content h2 a:hover{color:#0496EB}
.post_description{font-size:15px;color:#4a4a4a;line-height:1.6;margin:0 0 20px;flex-grow:1}
.post_meta{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #e5e5e5;gap:12px;flex-wrap:wrap}
.post_date{font-size:13px;color:#7a7a7a}
.post_stats{display:flex;gap:16px}
.stat_item{display:flex;align-items:center;gap:6px;font-size:13px;color:#7a7a7a}
.stat_item svg{width:16px;height:16px;fill:#0496EB}
.engagement_section{background:linear-gradient(to right,#B5EDF5 0%,#fff 100%);padding:80px 20px;margin-top:40px}
.engagement_wrap{max-width:1536px;margin:0 auto}
.engagement_title{font-size:36px;color:#010352;margin:0 0 48px;text-align:center;font-weight:700}
.benefits_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.benefit_box{background:#fff;padding:32px 24px;border-radius:8px;border-left:4px solid #0496EB;box-shadow:0 2px 8px #0103520f}
.benefit_box h3{font-size:20px;color:#010352;margin:0 0 12px;font-weight:600}
.benefit_box p{font-size:15px;color:#4a4a4a;line-height:1.6;margin:0}
.insight_section{max-width:1536px;margin:80px auto;padding:0 20px}
.insight_content{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.insight_text h2{font-size:32px;color:#010352;margin:0 0 20px;font-weight:700}
.insight_text p{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0 0 16px}
.insight_visual{background:linear-gradient(135deg,#010352 0%,#0496EB 100%);padding:40px;border-radius:16px}
.progress_bars{display:flex;flex-direction:column;gap:24px}
.progress_item{display:flex;flex-direction:column;gap:8px}
.progress_label{font-size:15px;color:#fff;font-weight:500}
.progress_bar_bg{width:100%;height:12px;background:#b5edf54d;border-radius:6px;overflow:hidden}
.progress_bar_fill{height:100%;background:#B5EDF5;border-radius:6px;transition:width .6s ease}
.cta_section{background:#010352;padding:80px 20px;text-align:center}
.cta_content{max-width:800px;margin:0 auto}
.cta_content h2{font-size:36px;color:#B5EDF5;margin:0 0 20px;font-weight:700}
.cta_content p{font-size:18px;color:#fff;line-height:1.6;margin:0 0 32px}
.cta_button{display:inline-block;padding:16px 40px;background:linear-gradient(90deg,#0496EB 0%,#B5EDF5 100%);color:#010352;text-decoration:none;border-radius:8px;font-size:18px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}
.cta_button:hover{transform:scale(1.05);box-shadow:0 8px 20px #0496eb4d}
@media (max-width: 1024px) {
.interview_hero h1{font-size:38px}
.insight_content{grid-template-columns:1fr;gap:32px}
.posts_grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
}
@media (max-width: 768px) {
.interview_hero{padding:60px 20px 40px}
.interview_hero h1{font-size:32px}
.interview_hero_subtitle{font-size:17px}
.posts_container{padding:40px 20px}
.posts_grid{grid-template-columns:1fr}
.post_image_wrapper{height:200px}
.engagement_section{padding:60px 20px}
.engagement_title{font-size:28px;margin-bottom:32px}
.benefits_grid{grid-template-columns:1fr}
.insight_section{margin:60px auto}
.insight_text h2{font-size:26px}
.cta_section{padding:60px 20px}
.cta_content h2{font-size:28px}
.cta_content p{font-size:16px}
}
@media (max-width: 480px) {
.interview_hero h1{font-size:26px}
.post_meta{flex-direction:column;align-items:flex-start}
}
.success_wrap{max-width:1536px;margin:0 auto;padding:0 20px}
.confirm_banner{display:grid;grid-template-columns:40% 1fr;gap:60px;align-items:center;padding:80px 0 120px;position:relative;overflow:hidden}
.confirm_banner::before{content:'';position:absolute;top:-100px;left:-50px;width:400px;height:400px;background:linear-gradient(135deg,#B5EDF5 0%,#0496EB 100%);border-radius:50%;opacity:.12;z-index:0;animation:parallax_float 6s ease-in-out infinite}
.confirm_banner::after{content:'';position:absolute;bottom:-120px;right:-80px;width:500px;height:500px;background:radial-gradient(circle,#010352 0%,transparent 70%);opacity:.08;z-index:0;animation:parallax_float 8s ease-in-out infinite reverse}
@keyframes parallax_float {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-20px)}
}
.visual_area{position:relative;z-index:1}
.depth_frame{width:100%;aspect-ratio:4/3;background:linear-gradient(145deg,#010352 0%,#0496EB 100%);border-radius:20px;position:relative;box-shadow:0 25px 60px #0103524d 0 10px 25px #0496eb33 inset 0 -3px 15px #ffffff1a;overflow:hidden}
.depth_frame::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;border:6px solid #B5EDF5;border-radius:50%;box-shadow:0 0 0 15px #b5edf533 0 0 0 30px #b5edf51a}
.depth_frame::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:90px;color:#B5EDF5;font-weight:700;text-shadow:0 4px 20px #b5edf599}
.text_content{position:relative;z-index:1}
.text_content h1{font-size:52px;line-height:1.2;color:#010352;margin:0 0 24px;font-weight:700}
.text_content p{font-size:19px;line-height:1.7;color:#4a5568;margin:0 0 16px}
.next_actions{background:linear-gradient(135deg,#f8fbff 0%,#fff 100%);padding:100px 0;position:relative}
.next_actions::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#0496EB 50%,transparent 100%)}
.action_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}
.action_card{background:#fff;border-radius:16px;padding:48px 36px;text-align:center;position:relative;border:2px solid transparent;transition:all .4s ease;box-shadow:0 4px 20px #01035214}
.action_card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#B5EDF5,#0496EB);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}
.action_card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0496eb33}
.action_card:hover::before{opacity:1}
.icon_holder{width:80px;height:80px;margin:0 auto 28px;background:linear-gradient(135deg,#010352 0%,#0496EB 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 24px #01035240}
.icon_holder::after{content:'';position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#B5EDF5 0%,#0496EB 100%);opacity:0;transition:opacity .4s ease}
.action_card:hover .icon_holder::after{opacity:1}
.icon_holder svg{width:40px;height:40px;fill:#B5EDF5;position:relative;z-index:2}
.action_card h3{font-size:24px;color:#010352;margin:0 0 16px;font-weight:600}
.action_card p{font-size:16px;line-height:1.6;color:#5a6c7d;margin:0 0 32px}
.action_link{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#010352 0%,#0496EB 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0103524d;position:relative;z-index:10}
.action_link:hover{transform:scale(1.05);box-shadow:0 6px 25px #0496eb66}
@media (max-width: 1024px) {
.confirm_banner{grid-template-columns:1fr;gap:50px;padding:60px 0 80px}
.visual_area{max-width:500px;margin:0 auto}
.text_content h1{font-size:42px}
.action_grid{grid-template-columns:1fr;gap:32px;max-width:600px}
}
@media (max-width: 768px) {
.text_content h1{font-size:36px}
.text_content p{font-size:17px}
.confirm_banner{padding:40px 0 60px}
.next_actions{padding:60px 0}
.action_card{padding:36px 28px}
.icon_holder{width:70px;height:70px}
.icon_holder svg{width:35px;height:35px}
.action_card h3{font-size:22px}
}
@media (max-width: 480px) {
.success_wrap{padding:0 16px}
.text_content h1{font-size:30px}
.text_content p{font-size:16px}
.depth_frame::after{font-size:70px}
.depth_frame::before{width:110px;height:110px}
.action_card{padding:32px 24px}
}