*{margin:0;padding:0;box-sizing:border-box}
:root{--brand-navy:#000A40;--brand-gold:#FBB522;--brand-light:#F1F1F1;--text-dark:#1a1a1a;--text-medium:#4a4a4a;--text-light:#6a6a6a;--bg-white:#fff;--bg-cream:#fafbfc;--bg-light-gray:#f8f9fa;--shadow-subtle:0 2px 8px #000a4014;--shadow-medium:0 4px 16px #000a401f}
body{color:var(--text-dark);background:var(--bg-white);overflow-x:hidden;font:17px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.header_wrapper_3col{background:linear-gradient(135deg,var(--brand-navy) 0%,#001055 100%);isolation:isolate;position:relative}
.top_row_trust{display:flex;align-items:center;justify-content:space-between;padding:18px 5%;border-bottom:1px solid #fbb52226}
.logo_holder_left{display:flex;align-items:center;gap:16px;z-index:50;position:relative}
.brand_logo_img{height:85px;width:85px;object-fit:contain;display:block}
.trust_badges_right{display:flex;gap:28px;align-items:center}
.trust_item_badge{color:var(--brand-gold);font-size:14px;font-weight:500;letter-spacing:.3px;padding:8px 16px;border:1.5px solid #fbb52266;border-radius:4px;background:#fbb52214}
.nav_row_main{display:flex;justify-content:center;padding:0 5%;position:relative;z-index:40}
.primary_navigation_ul{display:flex;gap:4px;list-style:none;padding:0;margin:0}
.nav_link_item{position:relative}
.nav_anchor_link{display:block;padding:22px 28px;color:var(--bg-white);text-decoration:none;font-size:16px;font-weight:500;letter-spacing:.2px;transition:color .25s ease,background-color .25s ease;border-radius:2px}
.nav_anchor_link:hover,.nav_anchor_link:focus{color:var(--brand-gold);outline:none;background:#fbb5221a}
.nav_anchor_link:focus-visible{outline:2px solid var(--brand-gold);outline-offset:2px}
main{min-height:60vh}
.footer_container_main{background:var(--bg-light-gray);padding:60px 5% 30px;margin-top:80px;border-top:3px solid var(--brand-gold)}
.footer_grid_layout{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;max-width:1400px;margin:0 auto 50px}
.footer_col_about{display:flex;flex-direction:column;gap:20px}
.footer_logo_section{display:flex;align-items:center;gap:14px}
.footer_brand_logo{height:70px;width:70px;object-fit:contain}
.footer_company_title{font-size:26px;font-weight:700;color:var(--brand-navy);letter-spacing:-.3px}
.footer_description_text{color:var(--text-medium);font-size:16px;line-height:1.65;max-width:420px}
.footer_contact_block{display:flex;flex-direction:column;gap:12px;margin-top:8px}
.contact_detail_item{display:flex;align-items:baseline;gap:10px;color:var(--text-medium);font-size:15px}
.contact_label_span{font-weight:600;color:var(--text-dark);min-width:70px}
.contact_link_anchor{color:var(--brand-navy);text-decoration:none;transition:color .2s ease}
.contact_link_anchor:hover{color:var(--brand-gold)}
.footer_col_links{display:flex;flex-direction:column}
.footer_section_heading{font-size:18px;font-weight:700;color:var(--brand-navy);margin-bottom:20px;letter-spacing:.2px}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_item_anchor{color:var(--text-medium);text-decoration:none;font-size:15px;transition:color .2s ease,padding-left .2s ease;display:inline-block}
.footer_link_item_anchor:hover{color:var(--brand-navy);padding-left:6px}
.footer_bottom_bar{padding-top:30px;border-top:1px solid #e0e0e0;text-align:center}
.footer_copyright_text{color:var(--text-light);font-size:14px;letter-spacing:.2px}
.consent_overlay_wrapper{position:fixed;bottom:30px;right:30px;max-width:480px;background:var(--bg-white);border-radius:8px;box-shadow:0 8px 32px #000a4033;z-index:9999;isolation:isolate;border:2px solid var(--brand-light);animation:slideUpFade .4s ease-out;padding:32px}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.consent_header_block{margin-bottom:18px}
.consent_title_heading{font-size:20px;font-weight:700;color:var(--brand-navy);margin-bottom:12px;letter-spacing:-.2px}
.consent_description_para{font-size:15px;line-height:1.6;color:var(--text-medium)}
.consent_categories_section{margin:24px 0;display:flex;flex-direction:column;gap:16px}
.category_group_item{display:flex;align-items:flex-start;gap:12px;padding:14px;background:var(--bg-cream);border-radius:6px;border:1px solid #e8e8e8}
.category_toggle_wrapper{display:flex;align-items:center;min-width:48px;height:26px}
.toggle_checkbox_input{position:relative;width:48px;height:26px;appearance:none;background:#ccc;border-radius:26px;cursor:pointer;transition:background .3s ease;outline:none}
.toggle_checkbox_input:checked{background:var(--brand-gold)}
.toggle_checkbox_input::before{content:'';position:absolute;width:20px;height:20px;border-radius:50%;background:var(--bg-white);top:3px;left:3px;transition:transform .3s ease;box-shadow:0 2px 4px #0003}
.toggle_checkbox_input:checked::before{transform:translateX(22px)}
.toggle_checkbox_input:focus-visible{outline:2px solid var(--brand-navy);outline-offset:3px}
.category_info_block{flex:1}
.category_name_label{font-size:15px;font-weight:600;color:var(--text-dark);display:block;margin-bottom:4px;cursor:pointer}
.category_desc_text{font-size:13px;color:var(--text-light);line-height:1.5}
.consent_actions_row{display:flex;gap:12px;margin-top:24px}
.consent_button_primary,.consent_button_secondary{flex:1;padding:14px 20px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease;border:none;letter-spacing:.2px}
.consent_button_primary{background:linear-gradient(135deg,var(--brand-navy) 0%,#001566 100%);color:var(--bg-white)}
.consent_button_primary:hover{background:linear-gradient(135deg,#001055 0%,var(--brand-navy) 100%);transform:translateY(-1px);box-shadow:var(--shadow-medium)}
.consent_button_secondary{background:var(--bg-white);color:var(--brand-navy);border:2px solid var(--brand-navy)}
.consent_button_secondary:hover{background:var(--brand-light)}
.consent_button_primary:focus-visible,.consent_button_secondary:focus-visible{outline:3px solid var(--brand-gold);outline-offset:2px}
.consent_overlay_wrapper.consent_hidden{display:none}
@media (max-width: 1024px) {
.footer_grid_layout{grid-template-columns:1fr 1fr;gap:40px}
.footer_col_about{grid-column:1 / -1}
}
@media (max-width: 768px) {
.top_row_trust{flex-direction:column;gap:16px;padding:16px 4%}
.trust_badges_right{flex-wrap:wrap;justify-content:center;gap:12px}
.trust_item_badge{font-size:13px;padding:6px 12px}
.primary_navigation_ul{flex-direction:column;width:100%;gap:0}
.nav_anchor_link{padding:16px 20px;text-align:center;border-bottom:1px solid #fbb52226}
.footer_grid_layout{grid-template-columns:1fr;gap:35px}
.consent_overlay_wrapper{bottom:0;right:0;left:0;max-width:100%;border-radius:12px 12px 0 0;margin:0}
.consent_actions_row{flex-direction:column}
}
@media (max-width: 480px) {
.brand_logo_img{height:65px;width:65px}
.nav_anchor_link{font-size:15px;padding:14px 16px}
.footer_container_main{padding:40px 4% 20px}
.consent_overlay_wrapper{padding:24px}
.consent_title_heading{font-size:18px}
}
.index-hero-wrap{position:relative;height:100vh;min-height:600px;overflow:hidden;background:linear-gradient(135deg,#000A40 0%,#001a70 100%)}
.index-hero-wrap .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.15;filter:brightness(0.7)}
.index-hero-content-layer{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding:40px 20px}
.index-hero-text-container{max-width:780px;margin:0 auto;text-align:center}
.index-hero-text-container h1{font-size:3.8rem;line-height:1.15;color:#fff;margin:0 0 28px;font-weight:700;letter-spacing:-.02em}
.index-hero-text-container .hero-subtext{font-size:1.35rem;line-height:1.6;color:#F1F1F1;margin:0 0 42px;font-weight:400}
.index-hero-cta-btn{display:inline-block;padding:18px 44px;background:#FBB522;color:#000A40;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 14px #fbb5224d}
.index-hero-cta-btn:hover{background:#ffbe3d;transform:translateY(-2px);box-shadow:0 6px 20px #fbb52273;color:#000A40}
.financial-insight-block{background:#fff;padding:90px 20px;position:relative}
.financial-insight-block::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FBB522 0%,#000A40 100%)}
.insight-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.insight-left-column{position:relative}
.insight-left-column h2{font-size:2.6rem;line-height:1.25;color:#000A40;margin:0 0 24px;font-weight:700;position:relative;padding-left:22px}
.insight-left-column h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:70%;background:#FBB522;border-radius:3px}
.insight-left-column p{font-size:1.05rem;line-height:1.7;color:#495057;margin:0 0 20px}
.insight-right-column{background:#f8f9fa;padding:40px;border-radius:8px;border-left:5px solid #FBB522}
.insight-example-box{margin-bottom:32px}
.insight-example-box:last-child{margin-bottom:0}
.insight-example-box h3{font-size:1.3rem;color:#000A40;margin:0 0 14px;font-weight:600}
.insight-example-box p{font-size:.98rem;line-height:1.65;color:#343a40;margin:0}
.approach-showcase-section{background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);padding:85px 20px;position:relative;overflow:hidden}
.approach-showcase-section::after{content:'';position:absolute;bottom:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#fbb52214 0%,transparent 70%);border-radius:50%;pointer-events:none}
.approach-inner-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.approach-header-zone{text-align:center;margin-bottom:60px}
.approach-header-zone h2{font-size:2.5rem;color:#000A40;margin:0 0 18px;font-weight:700;position:relative;display:inline-block}
.approach-header-zone h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,transparent,#FBB522,transparent)}
.approach-header-zone p{font-size:1.1rem;color:#495057;max-width:680px;margin:28px auto 0;line-height:1.65}
.approach-visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.approach-card-item{background:#fff;padding:38px 28px;border-radius:10px;box-shadow:0 3px 12px #000a4014;transition:all .35s ease;position:relative;border-top:4px solid transparent}
.approach-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #000a4024;border-top-color:#FBB522}
.approach-card-item h3{font-size:1.35rem;color:#000A40;margin:0 0 16px;font-weight:600}
.approach-card-item p{font-size:.97rem;line-height:1.7;color:#343a40;margin:0}
.dual-image-narrative{background:#000A40;padding:95px 20px;position:relative}
.narrative-container-flex{max-width:1150px;margin:0 auto;display:flex;gap:50px;align-items:center}
.narrative-image-zone{flex:0 0 480px;position:relative}
.narrative-image-primary{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 28px #00000059;position:relative;z-index:2}
.narrative-image-secondary{position:absolute;bottom:-30px;right:-30px;width:280px;height:200px;object-fit:cover;border-radius:8px;border:6px solid #000A40;box-shadow:0 6px 20px #0000004d;z-index:1}
.narrative-text-zone{flex:1;color:#F1F1F1}
.narrative-text-zone h2{font-size:2.4rem;color:#fff;margin:0 0 26px;font-weight:700;line-height:1.3}
.narrative-text-zone p{font-size:1.02rem;line-height:1.75;color:#F1F1F1;margin:0 0 22px}
.narrative-highlight-box{background:#fbb5221f;padding:24px 28px;border-radius:8px;border-left:4px solid #FBB522;margin-top:32px}
.narrative-highlight-box p{font-size:1.05rem;line-height:1.7;color:#fff;margin:0;font-style:italic}
.pricing-investment-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:90px 20px}
.pricing-content-container{max-width:1050px;margin:0 auto}
.pricing-intro-text{text-align:center;margin-bottom:55px}
.pricing-intro-text h2{font-size:2.5rem;color:#000A40;margin:0 0 20px;font-weight:700}
.pricing-intro-text p{font-size:1.08rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.pricing-tiers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.pricing-tier-card{background:#fff;padding:42px 32px;border-radius:10px;box-shadow:0 4px 16px #000a401a;transition:all .3s ease;border:2px solid transparent;position:relative}
.pricing-tier-card:hover{border-color:#FBB522;transform:translateY(-4px);box-shadow:0 8px 28px #000a4029}
.pricing-tier-card.featured-tier{border-color:#FBB522;box-shadow:0 6px 24px #fbb52233}
.pricing-tier-card.featured-tier::before{content:'Most Popular';position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#FBB522;color:#000A40;padding:6px 20px;border-radius:20px;font-size:.85rem;font-weight:600}
.pricing-tier-card h3{font-size:1.5rem;color:#000A40;margin:0 0 12px;font-weight:600}
.tier-price-display{font-size:2.6rem;color:#000A40;font-weight:700;margin:0 0 8px}
.tier-price-display .currency-symbol{font-size:1.8rem;vertical-align:top;margin-right:4px}
.tier-billing-period{font-size:.92rem;color:#6c757d;margin:0 0 24px}
.tier-features-list{list-style:none;padding:0;margin:0 0 32px}
.tier-features-list li{padding:10px 0 10px 28px;font-size:.96rem;color:#343a40;line-height:1.6;position:relative}
.tier-features-list li::before{content:'';position:absolute;left:0;color:#FBB522;font-weight:700;font-size:1.1rem}
.tier-cta-button{display:block;width:100%;padding:14px 24px;background:#000A40;color:#fff;text-align:center;text-decoration:none;border-radius:6px;font-size:1rem;font-weight:600;transition:all .3s ease}
.tier-cta-button:hover{background:#001560;color:#fff;transform:scale(1.02)}
.featured-tier .tier-cta-button{background:#FBB522;color:#000A40}
.featured-tier .tier-cta-button:hover{background:#ffbe3d;color:#000A40}
@media (max-width: 1024px) {
.insight-content-wrapper{grid-template-columns:1fr;gap:40px}
.approach-visual-grid{grid-template-columns:1fr;gap:24px}
.narrative-container-flex{flex-direction:column;gap:40px}
.narrative-image-zone{flex:0 0 auto;width:100%;max-width:480px}
.narrative-image-secondary{width:220px;height:160px;bottom:-20px;right:-20px}
.pricing-tiers-grid{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 768px) {
.index-hero-text-container h1{font-size:2.4rem}
.index-hero-text-container .hero-subtext{font-size:1.1rem}
.insight-left-column h2{font-size:2rem}
.approach-header-zone h2{font-size:2rem}
.narrative-text-zone h2{font-size:2rem}
.pricing-intro-text h2{font-size:2rem}
.narrative-image-primary{height:320px}
.narrative-image-secondary{width:180px;height:130px}
}
@media (max-width: 480px) {
.index-hero-text-container h1{font-size:1.9rem}
.index-hero-cta-btn{padding:14px 32px;font-size:1rem}
.financial-insight-block{padding:60px 20px}
.approach-showcase-section{padding:65px 20px}
.dual-image-narrative{padding:70px 20px}
.pricing-investment-section{padding:65px 20px}
.insight-right-column{padding:28px 22px}
.narrative-image-secondary{display:none}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:600px}
.opening-band{padding:80px 20px 60px;background:#fff;border-bottom:3px solid #FBB522;position:relative}
.opening-band::before{content:'';position:absolute;bottom:-3px;left:0;width:40%;height:3px;background:#000A40}
.opening-band .container{max-width:1200px;margin:0 auto}
.opening-band h1{font-size:2.8rem;color:#000A40;margin-bottom:25px;font-weight:700;line-height:1.2}
.opening-band p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px}
.dual-pathway-section{padding:70px 20px;background:#f8f9fa}
.dual-pathway-section .container{max-width:1200px;margin:0 auto}
.pathway-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:50px}
.pathway-column{background:#fff;padding:45px 35px;border-radius:8px;box-shadow:0 4px 12px #000a4014;border-left:5px solid #FBB522}
.pathway-column:nth-child(2){border-left-color:#000A40}
.pathway-column h3{font-size:1.5rem;color:#000A40;margin-bottom:20px;font-weight:600}
.pathway-column .detail-line{display:flex;align-items:flex-start;margin-bottom:18px;font-size:1.05rem;color:#343a40;line-height:1.6}
.pathway-column .detail-line::before{content:'→';color:#FBB522;font-weight:700;margin-right:12px;flex-shrink:0;font-size:1.3rem}
.pathway-column .note-text{font-size:.95rem;color:#6c757d;margin-top:20px;padding-top:20px;border-top:1px solid #dee2e6;font-style:italic}
.form-central-zone{padding:70px 20px;background:linear-gradient(180deg,#fff 0%,#f5f6fa 100%)}
.form-central-zone .container{max-width:900px;margin:0 auto}
.form-central-zone h2{font-size:2rem;color:#000A40;margin-bottom:35px;text-align:center;font-weight:600}
.communication-form{background:#fff;padding:50px 45px;border-radius:12px;box-shadow:0 6px 20px #000a401a;border-top:4px solid #FBB522}
.field-group{margin-bottom:28px}
.field-group label{display:block;font-size:1.05rem;color:#000A40;margin-bottom:10px;font-weight:500}
.field-group input,.field-group select,.field-group textarea{width:100%;padding:14px 16px;border:2px solid #dee2e6;border-radius:6px;font-size:1rem;color:#343a40;background:#fafbfc;transition:all .3s ease}
.field-group input:focus,.field-group select:focus,.field-group textarea:focus{outline:none;border-color:#FBB522;background:#fff;box-shadow:0 0 0 3px #fbb5221a}
.field-group textarea{min-height:140px;resize:vertical;font-family:inherit}
.field-group select{cursor:pointer;appearance:none;padding-right:45px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000A40' d='M6 9L1 4h10z'/%3E%3C/svg%3E") no-repeat right 16px center}
.consent-wrapper{margin:35px 0 25px;display:flex;align-items:flex-start;gap:12px}
.consent-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:3px;cursor:pointer;flex-shrink:0}
.consent-wrapper label{font-size:.95rem;color:#495057;line-height:1.6;cursor:pointer}
.consent-wrapper a{color:#000A40;text-decoration:underline;font-weight:500}
.consent-wrapper a:hover{color:#FBB522}
.submit-action-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#000A40 0%,#001560 100%);color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #000a4033}
.submit-action-btn:hover{background:linear-gradient(135deg,#001560 0%,#000A40 100%);transform:translateY(-2px);box-shadow:0 6px 18px #000a404d}
.submit-action-btn:active{transform:translateY(0)}
.location-display-section{padding:70px 20px;background:#fff}
.location-display-section .container{max-width:1200px;margin:0 auto}
.location-display-section h2{font-size:2rem;color:#000A40;margin-bottom:45px;text-align:center;font-weight:600}
.location-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.location-card{background:#f8f9fa;padding:35px 28px;border-radius:8px;border-bottom:4px solid #FBB522;transition:all .3s ease}
.location-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #000a401f;border-bottom-color:#000A40}
.location-card h3{font-size:1.3rem;color:#000A40;margin-bottom:18px;font-weight:600}
.location-card .info-item{margin-bottom:14px;font-size:1rem;color:#495057;line-height:1.6}
.location-card .info-item strong{color:#000A40;font-weight:600}
.location-card a{color:#000A40;text-decoration:none;transition:color .3s ease}
.location-card a:hover{color:#FBB522;text-decoration:underline}
.visual-context-section{padding:70px 20px;background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);border-top:2px solid #dee2e6}
.visual-context-section .container{max-width:1200px;margin:0 auto}
.visual-context-section h2{font-size:2rem;color:#000A40;margin-bottom:30px;font-weight:600;position:relative;padding-bottom:15px}
.visual-context-section h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FBB522 0%,#000A40 100%);border-radius:2px}
.context-content-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:center}
.context-text-area p{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:20px}
.context-text-area p:last-child{margin-bottom:0}
.context-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #000a4026}
.context-image-container img{width:100%;height:auto;display:block;border-radius:12px;transition:transform .4s ease}
.context-image-container:hover img{transform:scale(1.05)}
@media (max-width: 992px) {
.pathway-grid{grid-template-columns:1fr;gap:30px}
.location-blocks{grid-template-columns:1fr;gap:25px}
.context-content-wrapper{grid-template-columns:1fr;gap:35px}
.opening-band h1{font-size:2.2rem}
}
@media (max-width: 768px) {
.opening-band{padding:50px 20px 40px}
.opening-band h1{font-size:1.9rem}
.opening-band p{font-size:1.05rem}
.dual-pathway-section,.form-central-zone,.location-display-section,.visual-context-section{padding:50px 20px}
.communication-form{padding:35px 25px}
.pathway-column{padding:30px 25px}
.location-card{padding:28px 22px}
}
@media (max-width: 576px) {
.opening-band h1{font-size:1.6rem}
.form-central-zone h2,.location-display-section h2,.visual-context-section h2{font-size:1.6rem}
.submit-action-btn{font-size:1rem;padding:14px 20px}
}
.about-hero-wrap{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.about-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fbb52214 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:3.2rem;color:#000a40;margin-bottom:24px;font-weight:700;line-height:1.2}
.about-hero-content p{font-size:1.25rem;color:#495057;max-width:720px;line-height:1.7}
.story-section-wrap{background:#fff;padding:90px 20px}
.story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-text-block h2{font-size:2.4rem;color:#000a40;margin-bottom:28px;font-weight:600;position:relative;padding-left:20px}
.story-text-block h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:40px;background:linear-gradient(180deg,#fbb522 0%,#000a40 100%);border-radius:3px}
.story-text-block p{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:20px}
.story-img-holder{position:relative}
.story-img-holder img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #000a401f}
.values-segment{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:85px 20px}
.values-inner{max-width:1200px;margin:0 auto}
.values-inner h2{font-size:2.6rem;color:#000a40;text-align:center;margin-bottom:65px;font-weight:600}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.value-card{background:#fff;padding:40px 32px;border-radius:10px;box-shadow:0 4px 20px #000a4014;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #fbb522}
.value-card:hover{transform:translateY(-8px);box-shadow:0 12px 36px #000a4026}
.value-card h3{font-size:1.5rem;color:#000a40;margin-bottom:16px;font-weight:600}
.value-card p{font-size:1rem;color:#495057;line-height:1.7}
.approach-block{background:#fff;padding:90px 20px}
.approach-content-wrap{max-width:1200px;margin:0 auto}
.approach-header{text-align:center;margin-bottom:70px}
.approach-header h2{font-size:2.5rem;color:#000a40;margin-bottom:20px;font-weight:600}
.approach-header p{font-size:1.15rem;color:#495057;max-width:800px;margin:0 auto;line-height:1.7}
.approach-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.step-item{display:flex;gap:24px}
.step-number{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#fbb522 0%,#f8a400 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;color:#000a40;position:relative;z-index:1}
.step-content h3{font-size:1.4rem;color:#000a40;margin-bottom:12px;font-weight:600}
.step-content p{font-size:1rem;color:#343a40;line-height:1.7}
.team-showcase{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:90px 20px}
.team-wrapper{max-width:1200px;margin:0 auto}
.team-wrapper h2{font-size:2.5rem;color:#000a40;text-align:center;margin-bottom:28px;font-weight:600}
.team-intro{font-size:1.1rem;color:#495057;text-align:center;max-width:720px;margin:0 auto 60px;line-height:1.7}
.team-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.highlight-box{display:flex;gap:30px;align-items:flex-start}
.highlight-img{flex-shrink:0;width:280px}
.highlight-img img{width:100%;height:240px;object-fit:cover;border-radius:10px;box-shadow:0 6px 24px #000a401a}
.highlight-text h3{font-size:1.5rem;color:#000a40;margin-bottom:14px;font-weight:600}
.highlight-text p{font-size:1rem;color:#343a40;line-height:1.7}
.commitment-area{background:#fff;padding:85px 20px}
.commitment-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.commitment-details h2{font-size:2.5rem;color:#000a40;margin-bottom:30px;font-weight:600}
.commitment-details p{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:24px}
.commitment-points{list-style:none;padding:0;margin:32px 0}
.commitment-points li{font-size:1.05rem;color:#343a40;padding-left:36px;margin-bottom:18px;position:relative;line-height:1.7}
.commitment-points li::before{content:'';position:absolute;left:0;top:8px;width:20px;height:20px;background:#fbb522;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 8px #fbb5224d}
.commitment-visual img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #000a401f}
.cta-final-section{background:linear-gradient(135deg,#000a40 0%,#001670 100%);padding:80px 20px;text-align:center}
.cta-final-content{max-width:800px;margin:0 auto}
.cta-final-content h2{font-size:2.4rem;color:#fff;margin-bottom:24px;font-weight:600}
.cta-final-content p{font-size:1.15rem;color:#f1f1f1;margin-bottom:36px;line-height:1.7}
.cta-button-primary{display:inline-block;padding:16px 42px;background:#fbb522;color:#000a40;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 16px #fbb5224d}
.cta-button-primary:hover{background:#f8a400;transform:translateY(-3px);box-shadow:0 8px 24px #fbb52266}
@media (max-width: 768px) {
.about-hero-content h1{font-size:2.2rem}
.story-container{grid-template-columns:1fr;gap:40px}
.values-grid{grid-template-columns:1fr;gap:30px}
.approach-steps{grid-template-columns:1fr;gap:35px}
.team-highlights{grid-template-columns:1fr;gap:40px}
.highlight-box{flex-direction:column;gap:20px}
.highlight-img{width:100%}
.commitment-layout{grid-template-columns:1fr;gap:40px}
.cta-final-content h2{font-size:1.9rem}
}
.learning-hub-main{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;overflow-x:hidden}
.learning-hub-main *{box-sizing:border-box}
.lh-intro-section{background:linear-gradient(135deg,#000A40 0%,#001870 100%);padding:90px 20px 110px;position:relative;overflow:hidden}
.lh-intro-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fbb52226 0%,transparent 70%);border-radius:50%}
.lh-intro-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.lh-intro-label{display:inline-block;background:#fbb52233;color:#FBB522;padding:8px 22px;border-radius:30px;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:24px;border:1px solid #fbb5224d}
.lh-intro-heading{font-size:3.2rem;color:#fff;font-weight:800;line-height:1.2;margin-bottom:28px;letter-spacing:-.5px}
.lh-intro-text{font-size:1.15rem;color:#F1F1F1;max-width:720px;line-height:1.8;margin-bottom:16px}
.lh-intro-text:last-of-type{margin-bottom:38px}
.lh-cta-button{display:inline-block;background:#FBB522;color:#000A40;padding:16px 42px;border-radius:8px;font-weight:700;font-size:1.05rem;text-decoration:none;transition:all .3s ease;border:2px solid #FBB522;box-shadow:0 4px 15px #fbb5224d}
.lh-cta-button:hover{background:#000A40;color:#FBB522;transform:translateY(-2px);box-shadow:0 6px 20px #fbb52266}
.lh-journey-section{background:#F1F1F1;padding:85px 20px;position:relative}
.lh-journey-wrap{max-width:1200px;margin:0 auto}
.lh-journey-header{text-align:center;margin-bottom:70px}
.lh-journey-title{font-size:2.6rem;color:#000A40;font-weight:800;margin-bottom:18px;position:relative;display:inline-block}
.lh-journey-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#FBB522;border-radius:2px}
.lh-journey-subtitle{font-size:1.1rem;color:#495057;max-width:650px;margin:30px auto 0;line-height:1.7}
.lh-timeline-container{position:relative;padding-left:80px}
.lh-timeline-line{position:absolute;left:24px;top:20px;bottom:20px;width:3px;background:linear-gradient(180deg,#FBB522 0%,#000A40 100%)}
.lh-milestone-item{position:relative;margin-bottom:55px;background:#fff;padding:32px 36px;border-radius:12px;box-shadow:0 3px 15px #000a4014;transition:all .3s ease}
.lh-milestone-item:hover{transform:translateX(8px);box-shadow:0 5px 25px #000a4026}
.lh-milestone-marker{position:absolute;left:-68px;top:35px;width:48px;height:48px;background:#FBB522;border:4px solid #F1F1F1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#000A40;font-size:1.1rem;z-index:2}
.lh-milestone-date{font-size:.95rem;color:#FBB522;font-weight:700;margin-bottom:10px;letter-spacing:.3px}
.lh-milestone-heading{font-size:1.5rem;color:#000A40;font-weight:700;margin-bottom:14px}
.lh-milestone-description{font-size:1rem;color:#495057;line-height:1.7}
.lh-structure-section{background:#fff;padding:85px 20px}
.lh-structure-wrap{max-width:1150px;margin:0 auto}
.lh-structure-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.lh-structure-content{padding-right:30px}
.lh-structure-heading{font-size:2.5rem;color:#000A40;font-weight:800;margin-bottom:24px;line-height:1.25}
.lh-structure-intro{font-size:1.1rem;color:#495057;margin-bottom:32px;line-height:1.7}
.lh-learning-format{background:#F1F1F1;padding:24px 28px;border-radius:10px;margin-bottom:20px;border-left:4px solid #FBB522;transition:all .3s ease}
.lh-learning-format:hover{border-left-width:8px;transform:translateX(4px)}
.lh-format-title{font-size:1.25rem;color:#000A40;font-weight:700;margin-bottom:10px}
.lh-format-text{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.lh-structure-visual{background:linear-gradient(135deg,#000A40 0%,#001560 100%);border-radius:16px;padding:50px 40px;position:relative;overflow:hidden}
.lh-structure-visual::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#fbb52226 0%,transparent 70%);border-radius:50%}
.lh-visual-stat{background:#ffffff1a;border:1px solid #fbb5224d;border-radius:12px;padding:26px 30px;margin-bottom:20px;position:relative;z-index:2}
.lh-stat-number{font-size:2.2rem;color:#FBB522;font-weight:800;margin-bottom:8px;display:block}
.lh-stat-label{font-size:1.05rem;color:#F1F1F1;font-weight:500}
.lh-curriculum-section{background:#F1F1F1;padding:85px 20px}
.lh-curriculum-wrap{max-width:1000px;margin:0 auto}
.lh-curriculum-header{text-align:center;margin-bottom:60px}
.lh-curriculum-title{font-size:2.6rem;color:#000A40;font-weight:800;margin-bottom:20px}
.lh-curriculum-description{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.lh-modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.lh-module-card{background:#fff;border-radius:12px;padding:34px 32px;box-shadow:0 2px 12px #000a4014;transition:all .3s ease;border-top:4px solid transparent}
.lh-module-card:nth-child(odd){border-top-color:#FBB522}
.lh-module-card:nth-child(even){border-top-color:#000A40}
.lh-module-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #000a4026}
.lh-module-number{display:inline-block;background:#000A40;color:#FBB522;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;margin-bottom:18px}
.lh-module-card:nth-child(even) .lh-module-number{background:#FBB522;color:#000A40}
.lh-module-name{font-size:1.35rem;color:#000A40;font-weight:700;margin-bottom:14px}
.lh-module-details{font-size:.98rem;color:#495057;line-height:1.65}
.lh-showcase-section{background:#fff;padding:85px 20px}
.lh-showcase-wrap{max-width:1100px;margin:0 auto}
.lh-showcase-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:55px;align-items:center}
.lh-showcase-image-container{border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #000a4026;position:relative}
.lh-showcase-image-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000a404d 0%,#fbb52233 100%);pointer-events:none}
.lh-showcase-image{width:100%;height:auto;display:block;min-height:400px;object-fit:cover}
.lh-showcase-content{padding-left:20px}
.lh-showcase-heading{font-size:2.4rem;color:#000A40;font-weight:800;margin-bottom:26px;line-height:1.3}
.lh-showcase-text{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:18px}
.lh-showcase-highlight{background:linear-gradient(135deg,#000A40 0%,#001560 100%);color:#F1F1F1;padding:28px 32px;border-radius:12px;margin-top:32px;position:relative;overflow:hidden}
.lh-showcase-highlight::before{content:'';position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:radial-gradient(circle,#fbb52233 0%,transparent 70%);border-radius:50%}
.lh-highlight-text{font-size:1.15rem;font-weight:600;line-height:1.65;position:relative;z-index:2}
.lh-highlight-accent{color:#FBB522;font-weight:700}
.lh-contact-section{background:linear-gradient(135deg,#000A40 0%,#001870 100%);padding:90px 20px;position:relative;overflow:hidden}
.lh-contact-section::before{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#fbb5221a 0%,transparent 70%);border-radius:50%}
.lh-contact-wrap{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.lh-contact-title{font-size:2.8rem;color:#fff;font-weight:800;margin-bottom:22px;line-height:1.25}
.lh-contact-description{font-size:1.15rem;color:#F1F1F1;margin-bottom:20px;line-height:1.75;max-width:700px;margin-left:auto;margin-right:auto}
.lh-contact-note{font-size:1.05rem;color:#FBB522;margin-bottom:40px;font-weight:600;line-height:1.7}
.lh-contact-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.lh-btn-primary{display:inline-block;background:#FBB522;color:#000A40;padding:16px 42px;border-radius:8px;font-weight:700;font-size:1.05rem;text-decoration:none;transition:all .3s ease;border:2px solid #FBB522}
.lh-btn-primary:hover{background:none;color:#FBB522;transform:translateY(-2px)}
.lh-btn-secondary{display:inline-block;background:none;color:#F1F1F1;padding:16px 42px;border-radius:8px;font-weight:700;font-size:1.05rem;text-decoration:none;transition:all .3s ease;border:2px solid #F1F1F1}
.lh-btn-secondary:hover{background:#F1F1F1;color:#000A40;transform:translateY(-2px)}
@media (max-width: 768px) {
.lh-intro-heading{font-size:2.2rem}
.lh-intro-text{font-size:1.05rem}
.lh-journey-title,.lh-structure-heading,.lh-curriculum-title,.lh-showcase-heading,.lh-contact-title{font-size:2rem}
.lh-timeline-container{padding-left:0}
.lh-timeline-line{display:none}
.lh-milestone-marker{position:static;margin-bottom:16px}
.lh-structure-grid,.lh-modules-grid,.lh-showcase-layout{grid-template-columns:1fr;gap:30px}
.lh-structure-content{padding-right:0}
.lh-showcase-content{padding-left:0}
.lh-contact-buttons{flex-direction:column;align-items:center}
.lh-btn-primary,.lh-btn-secondary{width:100%;max-width:300px}
}
.blog-main-wrapper{background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.blog-hero-section{background:linear-gradient(135deg,#000A40 0%,#001a70 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.blog-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fbb52226 0%,transparent 70%);border-radius:50%}
.blog-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.blog-hero-content h1{color:#fff;font-size:3.2rem;font-weight:700;margin:0 0 20px;line-height:1.2}
.blog-hero-content p{color:#F1F1F1;font-size:1.3rem;line-height:1.6;max-width:680px}
.insights-grid-section{padding:80px 20px;background:#f8f9fa}
.insights-grid-container{max-width:1200px;margin:0 auto}
.insights-grid-header{text-align:center;margin-bottom:60px}
.insights-grid-header h2{color:#000A40;font-size:2.5rem;font-weight:700;margin:0 0 15px}
.insights-grid-header p{color:#495057;font-size:1.15rem;line-height:1.7;max-width:700px;margin:0 auto}
.insights-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px}
.insight-card-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #000a4014;transition:transform .3s ease,box-shadow .3s ease}
.insight-card-item:hover{transform:translateY(-8px);box-shadow:0 8px 25px #000a4026}
.insight-card-image{width:100%;height:240px;object-fit:cover}
.insight-card-content{padding:30px}
.insight-card-meta{color:#FBB522;font-size:.9rem;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.insight-card-content h3{color:#000A40;font-size:1.5rem;font-weight:600;margin:0 0 15px;line-height:1.4}
.insight-card-content p{color:#495057;font-size:1rem;line-height:1.6;margin:0 0 20px}
.insight-read-link{color:#000A40;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;transition:color .3s ease}
.insight-read-link::after{content:'→';margin-left:8px;transition:transform .3s ease}
.insight-read-link:hover{color:#FBB522}
.insight-read-link:hover::after{transform:translateX(5px)}
.analysis-deep-dive{padding:90px 20px;background:#fff;position:relative}
.analysis-deep-dive::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#000A40 0%,#FBB522 50%,#000A40 100%)}
.analysis-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.analysis-text-block h2{color:#000A40;font-size:2.4rem;font-weight:700;margin:0 0 25px;line-height:1.3}
.analysis-text-block h2::before{content:'';display:block;width:60px;height:4px;background:#FBB522;margin-bottom:20px}
.analysis-text-block p{color:#343a40;font-size:1.05rem;line-height:1.8;margin-bottom:20px}
.analysis-highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#F1F1F1 100%);border-left:4px solid #FBB522;padding:25px;margin-top:30px;border-radius:8px}
.analysis-highlight-box p{color:#000A40;font-size:1.1rem;font-weight:500;margin:0;line-height:1.6}
.analysis-visual-block img{width:100%;height:auto;border-radius:12px;box-shadow:0 6px 20px #000a401f}
.practical-frameworks{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.frameworks-container{max-width:1200px;margin:0 auto}
.frameworks-intro{margin-bottom:50px}
.frameworks-intro h2{color:#000A40;font-size:2.3rem;font-weight:700;margin:0 0 20px}
.frameworks-intro p{color:#495057;font-size:1.1rem;line-height:1.7;max-width:800px}
.frameworks-steps{display:flex;flex-direction:column;gap:30px}
.framework-step-item{background:#fff;border:2px solid #F1F1F1;border-radius:12px;padding:35px;display:grid;grid-template-columns:80px 1fr;gap:30px;transition:border-color .3s ease,box-shadow .3s ease}
.framework-step-item:hover{border-color:#FBB522;box-shadow:0 4px 20px #fbb52226}
.framework-step-number{width:70px;height:70px;background:linear-gradient(135deg,#000A40 0%,#001560 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;flex-shrink:0}
.framework-step-content h3{color:#000A40;font-size:1.6rem;font-weight:600;margin:0 0 15px}
.framework-step-content p{color:#343a40;font-size:1.05rem;line-height:1.7;margin:0}
.resources-library{padding:80px 20px;background:#000A40;position:relative;overflow:hidden}
.resources-library::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#fbb5221a 0%,transparent 70%);border-radius:50%}
.resources-content-block{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.resources-header{text-align:center;margin-bottom:60px}
.resources-header h2{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 20px}
.resources-header p{color:#F1F1F1;font-size:1.15rem;line-height:1.7;max-width:700px;margin:0 auto}
.resources-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.resource-category-box{background:#ffffff0d;border:1px solid #fbb5224d;border-radius:12px;padding:35px;transition:background .3s ease,transform .3s ease}
.resource-category-box:hover{background:#ffffff14;transform:translateY(-5px)}
.resource-category-icon{width:50px;height:50px;background:#FBB522;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.5rem;font-weight:700;color:#000A40}
.resource-category-box h3{color:#fff;font-size:1.4rem;font-weight:600;margin:0 0 15px}
.resource-category-box p{color:#F1F1F1;font-size:1rem;line-height:1.6;margin:0 0 25px}
.resource-explore-link{color:#FBB522;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;transition:color .3s ease}
.resource-explore-link::after{content:'→';margin-left:8px;transition:transform .3s ease}
.resource-explore-link:hover{color:#fff}
.resource-explore-link:hover::after{transform:translateX(5px)}
@media (max-width: 768px) {
.blog-hero-content h1{font-size:2.2rem}
.blog-hero-content p{font-size:1.1rem}
.insights-grid-header h2{font-size:2rem}
.insights-grid-layout{grid-template-columns:1fr}
.analysis-content-wrapper{grid-template-columns:1fr;gap:35px}
.analysis-visual-block{order:-1}
.framework-step-item{grid-template-columns:1fr;gap:20px}
.framework-step-number{width:60px;height:60px;font-size:1.5rem}
.resources-categories{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.insights-grid-layout{grid-template-columns:repeat(2,1fr)}
.analysis-content-wrapper{gap:40px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#fafbfc 100%);min-height:100vh;position:relative}
.cookie-policy-header-block{background:linear-gradient(180deg,#000A40 0%,#001a6e 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.cookie-policy-header-block::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#fbb52226 0%,transparent 70%);border-radius:50%}
.cookie-policy-header-content{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.cookie-policy-title-main{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}
.cookie-policy-intro-text{font-size:1.15rem;color:#F1F1F1;line-height:1.7;max-width:900px;margin:0}
.cookie-policy-content-area{max-width:100%;padding:0;margin:0}
.cookie-narrative-section{padding:4rem 2rem;background:#fff;border-bottom:1px solid #e9ecef}
.cookie-narrative-section:nth-child(even){background:#fafbfc}
.cookie-section-inner{max-width:1400px;margin:0 auto}
.cookie-segment-heading{font-size:2rem;font-weight:600;color:#000A40;margin:0 0 2rem;line-height:1.3;position:relative;padding-left:1.5rem}
.cookie-segment-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:70%;background:linear-gradient(180deg,#FBB522 0%,#f9a000 100%);border-radius:3px}
.cookie-text-block{font-size:1.05rem;line-height:1.9;color:#2c3e50;margin:0 0 1.8rem}
.cookie-text-block:last-child{margin-bottom:0}
.cookie-emphasis-phrase{color:#000A40;font-weight:600}
.cookie-tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:2.5rem 0}
.cookie-tech-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative}
.cookie-tech-card::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FBB522 0%,#f9a000 100%);border-radius:0 0 10px 10px;opacity:0;transition:opacity .3s ease}
.cookie-tech-card:hover{border-color:#FBB522;box-shadow:0 8px 24px #000a4014;transform:translateY(-4px)}
.cookie-tech-card:hover::after{opacity:1}
.cookie-card-title{font-size:1.3rem;font-weight:600;color:#000A40;margin:0 0 1rem}
.cookie-card-description{font-size:1rem;line-height:1.7;color:#495057;margin:0}
.cookie-dimension-cluster{margin:3rem 0;padding:2.5rem;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:16px;border-left:6px solid #FBB522}
.cookie-cluster-label{font-size:1.4rem;font-weight:600;color:#000A40;margin:0 0 1.5rem}
.cookie-dimension-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}
.cookie-dimension-item{padding-left:2rem;position:relative;font-size:1.05rem;line-height:1.7;color:#2c3e50}
.cookie-dimension-item::before{content:'';position:absolute;left:0;top:.6rem;width:12px;height:12px;background:#FBB522;border-radius:50%;box-shadow:0 0 0 3px #fbb52233}
.cookie-distinction-matrix{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin:3rem 0}
.cookie-matrix-column{padding:2rem;border-radius:12px;background:#fff;border:2px solid #dee2e6}
.cookie-matrix-column:first-child{border-top:4px solid #000A40}
.cookie-matrix-column:last-child{border-top:4px solid #FBB522}
.cookie-column-header{font-size:1.3rem;font-weight:600;margin:0 0 1.5rem}
.cookie-matrix-column:first-child .cookie-column-header{color:#000A40}
.cookie-matrix-column:last-child .cookie-column-header{color:#f9a000}
.cookie-column-content{font-size:1.05rem;line-height:1.8;color:#495057}
.cookie-control-pathway{background:linear-gradient(135deg,#000A40 0%,#001a6e 100%);padding:3rem 2.5rem;border-radius:16px;margin:3rem 0;position:relative;overflow:hidden}
.cookie-control-pathway::before{content:'';position:absolute;top:-30%;left:-10%;width:50%;height:150%;background:radial-gradient(circle,#fbb5221f 0%,transparent 70%);border-radius:50%}
.cookie-pathway-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1.5rem;position:relative;z-index:2}
.cookie-pathway-description{font-size:1.05rem;line-height:1.8;color:#F1F1F1;margin:0;position:relative;z-index:2}
.cookie-contact-bridge{background:#fafbfc;padding:3.5rem 2.5rem;border-radius:16px;margin:3rem 0 0;border:2px solid #e9ecef;text-align:center}
.cookie-bridge-message{font-size:1.15rem;line-height:1.8;color:#2c3e50;margin:0 0 2rem;max-width:800px;margin-left:auto;margin-right:auto}
.cookie-contact-details-wrapper{display:flex;flex-direction:column;gap:1rem;align-items:center}
.cookie-contact-line{font-size:1rem;color:#495057;margin:0}
.cookie-contact-highlight{color:#000A40;font-weight:600;text-decoration:none;transition:color .3s ease}
.cookie-contact-highlight:hover{color:#FBB522}
@media (max-width: 968px) {
.cookie-policy-title-main{font-size:2.2rem}
.cookie-segment-heading{font-size:1.6rem}
.cookie-tech-grid{grid-template-columns:1fr;gap:1.5rem}
.cookie-distinction-matrix{grid-template-columns:1fr;gap:1.5rem}
.cookie-policy-header-block{padding:3rem 1.5rem 2.5rem}
.cookie-narrative-section{padding:3rem 1.5rem}
}
@media (max-width: 576px) {
.cookie-policy-title-main{font-size:1.8rem}
.cookie-segment-heading{font-size:1.4rem;padding-left:1rem}
.cookie-segment-heading::before{width:4px}
.cookie-policy-header-block{padding:2.5rem 1rem 2rem}
.cookie-narrative-section{padding:2.5rem 1rem}
.cookie-tech-card{padding:1.5rem}
.cookie-dimension-cluster{padding:1.5rem;margin:2rem 0}
.cookie-control-pathway{padding:2rem 1.5rem}
}
.privacy-main-wrapper{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.7}
.privacy-header-zone{background:linear-gradient(135deg,#000A40 0%,#001170 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.privacy-header-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#fbb52214 0%,transparent 70%);pointer-events:none}
.privacy-header-content{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}
.privacy-title-main{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.02em}
.privacy-subtitle-text{font-size:1.125rem;color:#F1F1F1;margin:0;opacity:.9}
.privacy-update-badge{display:inline-block;background:#fbb52226;color:#FBB522;padding:.5rem 1.25rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-top:1.5rem;border:1px solid #fbb5224d}
.privacy-content-body{max-width:1400px;margin:0 auto;padding:4rem 2rem 5rem}
.privacy-intro-block{background:#f8f9fa;border-left:4px solid #FBB522;padding:2rem 2.5rem;margin-bottom:3rem;border-radius:0 8px 8px 0}
.privacy-intro-block p{margin:0;font-size:1.0625rem;color:#343a40;line-height:1.8}
.privacy-section-major{margin-bottom:4rem}
.privacy-section-major:last-child{margin-bottom:0}
.privacy-heading-primary{font-size:1.875rem;font-weight:700;color:#000A40;margin:0 0 1.5rem;position:relative;padding-bottom:.75rem}
.privacy-heading-primary::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#FBB522 0%,transparent 100%)}
.privacy-heading-secondary{font-size:1.375rem;font-weight:600;color:#000A40;margin:2.5rem 0 1.25rem}
.privacy-text-standard{font-size:1rem;color:#495057;margin-bottom:1.25rem;line-height:1.75}
.privacy-text-standard:last-child{margin-bottom:0}
.privacy-list-styled{margin:1.5rem 0;padding-left:0;list-style:none}
.privacy-list-styled li{position:relative;padding-left:2rem;margin-bottom:1rem;color:#495057;line-height:1.7}
.privacy-list-styled li::before{content:'';position:absolute;left:0;top:.6em;width:8px;height:8px;background:#FBB522;border-radius:50%}
.privacy-emphasis-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #F1F1F1;border-radius:8px;padding:2rem;margin:2.5rem 0}
.privacy-emphasis-box .privacy-text-standard{margin-bottom:1rem}
.privacy-emphasis-box .privacy-text-standard:last-child{margin-bottom:0}
.privacy-data-category{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease}
.privacy-data-category:hover{border-color:#FBB522;box-shadow:0 4px 12px #000a400f}
.privacy-category-label{font-weight:700;color:#000A40;font-size:1.0625rem;margin-bottom:.75rem;display:block}
.privacy-category-description{color:#495057;line-height:1.7;margin:0}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.privacy-right-card{background:#f8f9fa;padding:1.75rem;border-radius:8px;border-top:3px solid #FBB522;transition:transform .3s ease}
.privacy-right-card:hover{transform:translateY(-4px)}
.privacy-right-title{font-weight:600;color:#000A40;font-size:1.125rem;margin-bottom:.75rem}
.privacy-right-text{color:#495057;font-size:.9375rem;line-height:1.6;margin:0}
.privacy-contact-panel{background:linear-gradient(135deg,#000A40 0%,#001170 100%);color:#fff;padding:3rem;border-radius:12px;margin-top:4rem;position:relative;overflow:hidden}
.privacy-contact-panel::before{content:'';position:absolute;top:-50%;left:-10%;width:50%;height:200%;background:radial-gradient(circle,#fbb5221a 0%,transparent 70%);pointer-events:none}
.privacy-contact-panel h3{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#fff;position:relative;z-index:1}
.privacy-contact-details{position:relative;z-index:1}
.privacy-contact-item{margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}
.privacy-contact-item:last-child{margin-bottom:0}
.privacy-contact-label{font-weight:600;color:#FBB522;min-width:80px}
.privacy-contact-value{color:#F1F1F1;line-height:1.6}
.privacy-contact-value a{color:#F1F1F1;text-decoration:none;border-bottom:1px solid #fbb5224d;transition:border-color .3s ease}
.privacy-contact-value a:hover{border-bottom-color:#FBB522}
.privacy-table-wrapper{overflow-x:auto;margin:2rem 0}
.privacy-retention-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #000a4014}
.privacy-retention-table thead{background:#000A40;color:#fff}
.privacy-retention-table th{padding:1.25rem 1.5rem;text-align:left;font-weight:600;font-size:.9375rem}
.privacy-retention-table td{padding:1.25rem 1.5rem;border-bottom:1px solid #F1F1F1;color:#495057;line-height:1.6}
.privacy-retention-table tbody tr:last-child td{border-bottom:none}
.privacy-retention-table tbody tr:hover{background:#f8f9fa}
.privacy-highlight-term{color:#000A40;font-weight:600;position:relative}
.privacy-highlight-term::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#FBB522 0%,transparent 100%);opacity:.4}
@media (max-width: 768px) {
.privacy-header-zone{padding:3rem 0 2.5rem}
.privacy-title-main{font-size:2rem}
.privacy-subtitle-text{font-size:1rem}
.privacy-content-body{padding:2.5rem 1.25rem 3rem}
.privacy-intro-block{padding:1.5rem;margin-bottom:2rem}
.privacy-heading-primary{font-size:1.5rem;margin-bottom:1.25rem}
.privacy-heading-secondary{font-size:1.25rem;margin-top:2rem}
.privacy-section-major{margin-bottom:3rem}
.privacy-rights-grid{grid-template-columns:1fr;gap:1rem}
.privacy-contact-panel{padding:2rem 1.5rem;margin-top:3rem}
.privacy-contact-item{flex-direction:column;gap:.25rem}
.privacy-contact-label{min-width:auto}
.privacy-retention-table{font-size:.875rem}
.privacy-retention-table th,.privacy-retention-table td{padding:1rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden}
.success-page-wrapper::before{content:'';position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#fbb52214 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-page-wrapper::after{content:'';position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,#000a400d 0%,transparent 65%);border-radius:50%;pointer-events:none}
.success-content-container{max-width:720px;width:100%;background:#fff;border-radius:16px;box-shadow:0 12px 48px #000a4014 0 4px 16px #000a400a;padding:4rem 3rem;position:relative;z-index:2}
.success-icon-area{text-align:center;margin-bottom:2.5rem;position:relative}
.success-checkmark-circle{width:88px;height:88px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#000A40 0%,#001875 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse .6s ease-out}
@keyframes successPulse {
0%{transform:scale(0.5);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle::before{content:'';position:absolute;width:100%;height:100%;border-radius:50%;border:3px solid #FBB522;opacity:0;animation:ringExpand 1s ease-out .3s forwards}
@keyframes ringExpand {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.3);opacity:0}
}
.checkmark-svg-holder{width:42px;height:42px;position:relative}
.checkmark-svg-holder svg{width:100%;height:100%;stroke:#FBB522;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:drawCheck .5s ease-out .2s forwards;stroke-dasharray:60;stroke-dashoffset:60}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.success-main-heading{font-size:2.25rem;font-weight:700;color:#000A40;margin:0 0 1.25rem;text-align:center;line-height:1.2}
.success-subtext-para{font-size:1.125rem;color:#495057;line-height:1.7;text-align:center;margin:0 0 2rem}
.confirmation-detail-box{background:#f8f9fa;border-left:4px solid #FBB522;padding:1.75rem 2rem;border-radius:8px;margin:2rem 0}
.detail-box-heading{font-size:1rem;font-weight:600;color:#000A40;margin:0 0 1rem;letter-spacing:.3px}
.detail-info-list{list-style:none;padding:0;margin:0}
.detail-info-list li{font-size:.9375rem;color:#343a40;padding:.5rem 0;line-height:1.6;position:relative;padding-left:1.5rem}
.detail-info-list li::before{content:'';position:absolute;left:0;top:.95rem;width:6px;height:6px;background:#FBB522;border-radius:50%}
.next-steps-section{margin:2.5rem 0 2rem}
.next-steps-title{font-size:1.25rem;font-weight:600;color:#000A40;margin:0 0 1.5rem;text-align:center}
.steps-grid-layout{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}
.step-card-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:all .3s ease;position:relative}
.step-card-item:hover{border-color:#FBB522;box-shadow:0 4px 12px #fbb5221f;transform:translateY(-2px)}
.step-number-badge{position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;background:linear-gradient(135deg,#000A40 0%,#001875 100%);color:#FBB522;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}
.step-card-title{font-size:1.0625rem;font-weight:600;color:#000A40;margin:0 0 .75rem;padding-right:3rem}
.step-card-description{font-size:.9375rem;color:#495057;line-height:1.6;margin:0}
.action-buttons-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}
.primary-action-btn{display:inline-block;background:linear-gradient(135deg,#000A40 0%,#001875 100%);color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9375rem;transition:all .3s ease;border:2px solid transparent;position:relative;z-index:1}
.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #000a4033;color:#fff}
.secondary-action-btn{display:inline-block;background:#fff;color:#000A40;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9375rem;border:2px solid #000A40;transition:all .3s ease}
.secondary-action-btn:hover{background:#000A40;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #000a4026}
.contact-reference-box{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e9ecef}
.contact-reference-text{font-size:.9375rem;color:#6c757d;line-height:1.6;margin:0 0 .75rem}
.contact-link-inline{color:#000A40;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-link-inline:hover{color:#FBB522}
@media (max-width: 768px) {
.success-page-wrapper{padding:2rem 1rem}
.success-content-container{padding:2.5rem 1.5rem}
.success-checkmark-circle{width:72px;height:72px}
.checkmark-svg-holder{width:36px;height:36px}
.success-main-heading{font-size:1.75rem}
.success-subtext-para{font-size:1rem}
.confirmation-detail-box{padding:1.25rem 1.5rem}
.action-buttons-row{flex-direction:column;align-items:stretch}
.primary-action-btn,.secondary-action-btn{width:100%;text-align:center}
}
@media (min-width: 769px) {
.steps-grid-layout{grid-template-columns:repeat(2,1fr)}
}