*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-color:#05B4E9;--secondary-color:#6B3A3A;--tertiary-color:#F1F1F1;--dark-bg:#1a1a1a;--darker-bg:#0f0f0f;--mid-dark:#2c2c2c;--light-text:#f8f9fa;--secondary-text:#e9ecef;--accent-glow:#05b4e926}
body{background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 50%,#1a1a1a 100%);color:var(--light-text);min-height:100vh;position:relative;font:17px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
header{background:linear-gradient(180deg,#05b4e914 0%,#05b4e90a 50%,#05b4e903 100%);backdrop-filter:brightness(1.05) contrast(1.1);border-bottom:1px solid #05b4e933;padding:0}
.header_grid_container{max-width:1320px;margin:0 auto;padding:20px 30px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:40px;row-gap:15px;align-items:center}
.logo_block_a1{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:flex-start}
.logo_block_a1 img{height:85px;width:85px;display:block}
.company_info_b1{grid-column:2;grid-row:1;text-align:right;display:flex;flex-direction:column;gap:5px;justify-content:center}
.company_info_b1 h1{font-size:26px;font-weight:600;color:var(--primary-color);letter-spacing:.3px}
.business_hours_text{font-size:14px;color:var(--secondary-text);opacity:.85}
.nav_container_full{grid-column:1 / -1;grid-row:2;margin-top:10px}
.main_navigation_ul{display:flex;list-style:none;gap:32px;justify-content:center;flex-wrap:wrap}
.main_navigation_ul li a{text-decoration:none;color:var(--light-text);font-size:16px;font-weight:500;padding:10px 16px;display:inline-block;border-radius:6px;transition:background-color .25s ease,color .25s ease;position:relative}
.main_navigation_ul li a:hover{background-color:#05b4e926;color:var(--primary-color)}
.main_navigation_ul li a:focus{outline:3px solid var(--primary-color);outline-offset:2px}
@media (max-width: 768px) {
.header_grid_container{grid-template-columns:1fr;grid-template-rows:auto auto auto;row-gap:18px;padding:20px}
.logo_block_a1{grid-column:1;grid-row:1;justify-content:center}
.company_info_b1{grid-column:1;grid-row:2;text-align:center}
.company_info_b1 h1{font-size:22px}
.nav_container_full{grid-column:1;grid-row:3}
.main_navigation_ul{flex-direction:column;align-items:center;gap:12px}
}
main{min-height:50vh}
footer{background:linear-gradient(180deg,#2c2c2c66 0%,#1a1a1ab3 100%);backdrop-filter:brightness(0.92) contrast(1.15);border-top:1px solid #05b4e92e;padding:50px 30px 30px;margin-top:80px}
.footer_content_wrapper{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}
.footer_section_block{display:flex;flex-direction:column;gap:18px}
.footer_section_block h3{font-size:19px;color:var(--primary-color);font-weight:600;margin-bottom:8px}
.footer_section_block p,.footer_section_block a{font-size:15px;color:var(--secondary-text);line-height:1.65}
.footer_section_block a{text-decoration:none;transition:color .25s ease;display:block;margin-bottom:10px}
.footer_section_block a:hover{color:var(--primary-color)}
.footer_section_block a:focus{outline:2px solid var(--primary-color);outline-offset:3px}
.footer_logo_img{height:75px;width:75px;margin-bottom:15px}
.footer_bottom_line{margin-top:45px;padding-top:25px;border-top:1px solid #05b4e91f;text-align:center;font-size:14px;color:#f9f9f999}
@media (max-width: 968px) {
.footer_content_wrapper{grid-template-columns:1fr;gap:35px}
}
.consent_overlay_fixed{position:fixed;bottom:25px;left:25px;max-width:420px;background:linear-gradient(145deg,#2c2c2cf7,#1a1a1afa);border:1px solid #05b4e959;border-radius:10px;padding:26px 28px;box-shadow:0 8px 32px #0009;z-index:9999;backdrop-filter:blur(12px) brightness(1.05);display:none}
.consent_overlay_fixed.visible_state{display:block}
.consent_title_h{font-size:20px;color:var(--primary-color);margin-bottom:14px;font-weight:600}
.consent_description_p{font-size:15px;color:var(--secondary-text);line-height:1.6;margin-bottom:20px}
.consent_categories_holder{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}
.consent_category_item{display:flex;align-items:center;gap:12px;padding:10px;background:#05b4e90d;border-radius:6px}
.consent_toggle_switch{position:relative;width:48px;height:24px;background:#6b3a3a99;border-radius:24px;cursor:pointer;transition:background .3s ease;flex-shrink:0}
.consent_toggle_switch.active_toggle{background:var(--primary-color)}
.consent_toggle_knob{position:absolute;top:3px;left:3px;width:18px;height:18px;background:var(--light-text);border-radius:50%;transition:transform .3s ease}
.consent_toggle_switch.active_toggle .consent_toggle_knob{transform:translateX(24px)}
.consent_category_label{flex:1;display:flex;flex-direction:column;gap:3px}
.consent_category_label strong{font-size:15px;color:var(--light-text);font-weight:600}
.consent_category_label span{font-size:13px;color:#e9ecefb3}
.consent_buttons_row{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_base{flex:1;min-width:120px;padding:11px 18px;border:none;border-radius:7px;font-size:15px;font-weight:600;cursor:pointer;transition:background .25s ease,transform .15s ease}
.consent_btn_base:focus{outline:3px solid var(--primary-color);outline-offset:2px}
.consent_btn_accept{background:linear-gradient(135deg,var(--primary-color),#048ab8);color:var(--dark-bg)}
.consent_btn_accept:hover{background:linear-gradient(135deg,#048ab8,var(--primary-color))}
.consent_btn_reject{background:#6b3a3acc;color:var(--light-text)}
.consent_btn_reject:hover{background:#6b3a3aff}
@media (max-width: 480px) {
.consent_overlay_fixed{left:15px;right:15px;max-width:none;bottom:15px}
.consent_buttons_row{flex-direction:column}
.consent_btn_base{width:100%}
}
.crowdfund-hero-wrap{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);overflow:hidden}
.crowdfund-hero-wrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./site_graphics/czUam.jpg);background-size:cover;background-position:center;opacity:.15;z-index:1}
.crowdfund-hero-wrap::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#05b4e94d 0%,#6b3a3a33 100%);z-index:2}
.crowdfund-hero-content{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:80px 20px}
.crowdfund-hero-title{font-size:4.2rem;font-weight:800;color:#f8f9fa;margin:0 0 30px;line-height:1.1;text-shadow:2px 4px 8px #0009}
.crowdfund-hero-subtitle{font-size:1.8rem;color:#e9ecef;margin:0 0 40px;line-height:1.5;max-width:720px}
.crowdfund-hero-cta{display:inline-block;padding:18px 45px;background:linear-gradient(135deg,#05B4E9 0%,#0398c7 100%);color:#fff;text-decoration:none;font-size:1.2rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 6px 20px #05b4e966}
.crowdfund-hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px #05b4e999}
.crowdfund-mission-section{background:#2c2c2c;padding:90px 20px;position:relative}
.crowdfund-mission-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.crowdfund-mission-text h2{font-size:2.8rem;color:#f8f9fa;margin:0 0 25px;position:relative;padding-left:25px}
.crowdfund-mission-text h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:linear-gradient(180deg,#05B4E9 0%,#6B3A3A 100%);border-radius:3px}
.crowdfund-mission-text p{font-size:1.15rem;color:#e9ecef;line-height:1.8;margin:0 0 20px}
.crowdfund-mission-img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #00000080}
.crowdfund-approach-wrapper{background:linear-gradient(165deg,#1a1a1a 0%,#343a40 100%);padding:100px 20px;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:-50px 0}
.crowdfund-approach-inner{max-width:1000px;margin:0 auto;text-align:center}
.crowdfund-approach-title{font-size:3rem;color:#f8f9fa;margin:0 0 60px;position:relative;display:inline-block}
.crowdfund-approach-title::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#05B4E9;border-radius:2px}
.crowdfund-approach-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.crowdfund-approach-card{background:#f1f1f10d;padding:40px 30px;border-radius:10px;border:1px solid #05b4e933;transition:all .3s ease}
.crowdfund-approach-card:hover{transform:translateY(-8px);border-color:#05B4E9;box-shadow:0 12px 35px #05b4e94d}
.crowdfund-approach-card h3{font-size:1.6rem;color:#05B4E9;margin:0 0 18px}
.crowdfund-approach-card p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin:0}
.crowdfund-visual-story{background:#2c2c2c;padding:0;position:relative;overflow:hidden}
.crowdfund-visual-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:55% 45%}
.crowdfund-visual-img-zone{position:relative;height:600px}
.crowdfund-visual-main-img{width:100%;height:100%;object-fit:cover}
.crowdfund-visual-content-zone{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#343a40 0%,#495057 100%)}
.crowdfund-visual-content-zone h2{font-size:2.5rem;color:#f8f9fa;margin:0 0 30px;line-height:1.3}
.crowdfund-visual-content-zone p{font-size:1.1rem;color:#e9ecef;line-height:1.8;margin:0 0 25px}
.crowdfund-visual-cta-link{display:inline-block;color:#05B4E9;text-decoration:none;font-size:1.15rem;font-weight:600;transition:all .3s ease;position:relative;padding-bottom:5px}
.crowdfund-visual-cta-link::after{content:'→';margin-left:10px;transition:margin-left .3s ease}
.crowdfund-visual-cta-link:hover{color:#0398c7}
.crowdfund-visual-cta-link:hover::after{margin-left:18px}
.crowdfund-mechanics-block{background:#1a1a1a;padding:90px 20px}
.crowdfund-mechanics-wrap{max-width:1100px;margin:0 auto}
.crowdfund-mechanics-heading{font-size:2.8rem;color:#f8f9fa;text-align:center;margin:0 0 70px;position:relative}
.crowdfund-mechanics-heading span{background:linear-gradient(90deg,#05B4E9 0%,#6B3A3A 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.crowdfund-timeline-list{position:relative;padding-left:0;list-style:none;margin:0}
.crowdfund-timeline-item{position:relative;padding-left:80px;padding-bottom:50px}
.crowdfund-timeline-item::before{content:'';position:absolute;left:24px;top:45px;width:2px;height:calc(100% - 20px);background:linear-gradient(180deg,#05B4E9 0%,#05b4e933 100%)}
.crowdfund-timeline-item:last-child::before{display:none}
.crowdfund-timeline-marker{position:absolute;left:0;top:0;width:50px;height:50px;background:linear-gradient(135deg,#05B4E9 0%,#0398c7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:700;box-shadow:0 4px 15px #05b4e966;z-index:5}
.crowdfund-timeline-content h3{font-size:1.7rem;color:#05B4E9;margin:0 0 15px}
.crowdfund-timeline-content p{font-size:1.08rem;color:#e9ecef;line-height:1.75;margin:0}
.crowdfund-expert-spotlight{background:linear-gradient(180deg,#2c2c2c 0%,#343a40 100%);padding:90px 20px;position:relative}
.crowdfund-expert-layout{max-width:1000px;margin:0 auto;display:flex;gap:50px;align-items:center}
.crowdfund-expert-photo-box{flex-shrink:0;width:280px}
.crowdfund-expert-photo{width:100%;height:350px;object-fit:cover;border-radius:15px;border:4px solid #05B4E9;box-shadow:0 10px 40px #05b4e94d}
.crowdfund-expert-info h2{font-size:2.4rem;color:#f8f9fa;margin:0 0 10px}
.crowdfund-expert-role{font-size:1.25rem;color:#05B4E9;margin:0 0 25px;font-weight:600}
.crowdfund-expert-bio{font-size:1.1rem;color:#e9ecef;line-height:1.8;margin:0 0 20px}
.crowdfund-pricing-zone{background:#1a1a1a;padding:100px 20px}
.crowdfund-pricing-container{max-width:1200px;margin:0 auto}
.crowdfund-pricing-header{text-align:center;margin-bottom:70px}
.crowdfund-pricing-header h2{font-size:3rem;color:#f8f9fa;margin:0 0 20px}
.crowdfund-pricing-header p{font-size:1.2rem;color:#e9ecef;margin:0}
.crowdfund-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.crowdfund-pricing-card{background:linear-gradient(145deg,#2c2c2c 0%,#343a40 100%);padding:45px 35px;border-radius:15px;border:2px solid #05b4e94d;transition:all .4s ease;position:relative}
.crowdfund-pricing-card:hover{transform:scale(1.05);border-color:#05B4E9;box-shadow:0 15px 50px #05b4e966}
.crowdfund-pricing-card.featured-plan{background:linear-gradient(145deg,#05B4E9 0%,#0398c7 100%);transform:scale(1.08);border-color:#f8f9fa}
.crowdfund-pricing-card.featured-plan h3,.crowdfund-pricing-card.featured-plan .price-amount,.crowdfund-pricing-card.featured-plan .price-period,.crowdfund-pricing-card.featured-plan li{color:#fff}
.crowdfund-pricing-card h3{font-size:1.9rem;color:#05B4E9;margin:0 0 20px;text-align:center}
.crowdfund-price-display{text-align:center;margin-bottom:30px}
.price-amount{font-size:3.2rem;color:#f8f9fa;font-weight:800;display:block;line-height:1}
.price-period{font-size:1.1rem;color:#e9ecef;margin-top:8px;display:block}
.crowdfund-pricing-features{list-style:none;padding:0;margin:0 0 35px}
.crowdfund-pricing-features li{color:#e9ecef;font-size:1.05rem;padding:12px 0;border-bottom:1px solid #f1f1f11a;position:relative;padding-left:30px}
.crowdfund-pricing-features li::before{content:'';position:absolute;left:0;color:#05B4E9;font-weight:700;font-size:1.2rem}
.crowdfund-pricing-btn{display:block;width:100%;padding:15px 30px;background:linear-gradient(135deg,#05B4E9 0%,#0398c7 100%);color:#fff;text-decoration:none;text-align:center;font-size:1.15rem;font-weight:600;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer}
.crowdfund-pricing-card.featured-plan .crowdfund-pricing-btn{background:#fff;color:#05B4E9}
.crowdfund-pricing-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #05b4e980}
.crowdfund-final-push{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:100px 20px;text-align:center;position:relative;overflow:hidden}
.crowdfund-final-push::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#05b4e91a 0%,transparent 70%);animation:pulse-glow 8s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.2);opacity:.8}
}
.crowdfund-final-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.crowdfund-final-content h2{font-size:3.2rem;color:#f8f9fa;margin:0 0 30px;line-height:1.2}
.crowdfund-final-content p{font-size:1.3rem;color:#e9ecef;line-height:1.7;margin:0 0 45px}
.crowdfund-final-cta-btn{display:inline-block;padding:20px 55px;background:linear-gradient(135deg,#05B4E9 0%,#0398c7 100%);color:#fff;text-decoration:none;font-size:1.3rem;font-weight:700;border-radius:10px;transition:all .3s ease;box-shadow:0 8px 30px #05b4e980;position:relative;z-index:10}
.crowdfund-final-cta-btn:hover{transform:translateY(-4px);box-shadow:0 12px 40px #05b4e9b3}
@media (max-width: 992px) {
.crowdfund-hero-title{font-size:3rem}
.crowdfund-hero-subtitle{font-size:1.5rem}
.crowdfund-mission-grid{grid-template-columns:1fr;gap:40px}
.crowdfund-approach-cards{grid-template-columns:1fr}
.crowdfund-visual-container{grid-template-columns:1fr}
.crowdfund-visual-img-zone{height:400px}
.crowdfund-visual-content-zone{padding:50px 30px}
.crowdfund-expert-layout{flex-direction:column;text-align:center}
.crowdfund-pricing-grid{grid-template-columns:1fr}
.crowdfund-pricing-card.featured-plan{transform:scale(1)}
}
@media (max-width: 768px) {
.crowdfund-hero-title{font-size:2.2rem}
.crowdfund-hero-subtitle{font-size:1.2rem}
.crowdfund-mission-text h2{font-size:2rem}
.crowdfund-approach-title{font-size:2.2rem}
.crowdfund-timeline-item{padding-left:70px}
.crowdfund-timeline-marker{width:40px;height:40px;font-size:1.1rem}
.crowdfund-final-content h2{font-size:2.3rem}
}
.contact-realm-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;position:relative}
.contact-realm-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#05B4E9 0%,#6B3A3A 50%,#05B4E9 100%)}
.contact-intro-zone{padding:80px 20px 60px;max-width:1400px;margin:0 auto}
.contact-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.intro-text-block h1{font-size:2.8rem;color:#F1F1F1;margin-bottom:30px;line-height:1.2;font-weight:700}
.intro-text-block h1::before{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#05B4E9,#6B3A3A);margin-bottom:20px}
.intro-description-text{color:#e9ecef;font-size:1.1rem;line-height:1.8;margin-bottom:25px}
.intro-secondary-note{color:#adb5bd;font-size:.95rem;line-height:1.7;padding-left:20px;border-left:3px solid #6B3A3A}
.intro-info-cluster{background:#05b4e90d;border:1px solid #05b4e926;border-radius:12px;padding:40px}
.info-cluster-title{font-size:1.3rem;color:#05B4E9;margin-bottom:30px;font-weight:600}
.info-detail-row{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #f1f1f11a}
.info-detail-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.detail-label{color:#adb5bd;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:block}
.detail-value{color:#F1F1F1;font-size:1.05rem;display:block}
.detail-value a{color:#05B4E9;text-decoration:none;transition:color .3s ease}
.detail-value a:hover{color:#6B3A3A}
.communication-form-section{background:#2c2c2c;padding:80px 20px;position:relative}
.communication-form-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,#05B4E9,transparent)}
.form-container-wrapper{max-width:900px;margin:0 auto}
.form-header-text{text-align:center;margin-bottom:50px}
.form-header-text h2{font-size:2.2rem;color:#F1F1F1;margin-bottom:20px;font-weight:600}
.form-subheader{color:#adb5bd;font-size:1rem;max-width:600px;margin:0 auto;line-height:1.6}
.actual-form-element{background:#1a1a1a99;border:1px solid #05b4e933;border-radius:16px;padding:50px}
.form-field-group{margin-bottom:30px}
.field-descriptor{display:block;color:#e9ecef;font-size:.95rem;margin-bottom:10px;font-weight:500}
.input-element-text,.input-element-email,.input-element-phone,.textarea-element-message{width:100%;background:#1a1a1a;border:2px solid #05b4e94d;border-radius:8px;padding:14px 18px;color:#F1F1F1;font-size:1rem;transition:all .3s ease}
.input-element-text:focus,.input-element-email:focus,.input-element-phone:focus,.textarea-element-message:focus{outline:none;border-color:#05B4E9;background:#05b4e90d;box-shadow:0 0 0 4px #05b4e91a}
.textarea-element-message{min-height:160px;resize:vertical;font-family:inherit}
.privacy-consent-container{margin:35px 0 25px;display:flex;align-items:start;gap:12px}
.consent-checkbox-input{margin-top:4px;width:20px;height:20px;cursor:pointer;flex-shrink:0}
.consent-text-label{color:#adb5bd;font-size:.9rem;line-height:1.6}
.consent-text-label a{color:#05B4E9;text-decoration:underline;transition:color .3s ease}
.consent-text-label a:hover{color:#6B3A3A}
.submit-action-button{background:linear-gradient(135deg,#05B4E9 0%,#6B3A3A 100%);color:#fff;border:none;padding:16px 50px;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%;position:relative;z-index:10}
.submit-action-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #05b4e94d}
.operational-details-section{background:#1a1a1a;padding:70px 20px}
.operational-grid-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.detail-card-block{background:#2c2c2c99;border:1px solid #05b4e926;border-radius:12px;padding:35px;transition:all .3s ease}
.detail-card-block:hover{border-color:#05B4E9;transform:translateY(-5px);box-shadow:0 12px 30px #05b4e926}
.card-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#05b4e933,#6b3a3a33);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:1.8rem}
.detail-card-title{color:#F1F1F1;font-size:1.2rem;margin-bottom:15px;font-weight:600}
.detail-card-content{color:#adb5bd;font-size:.95rem;line-height:1.6}
.alternative-contact-section{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:70px 20px}
.alternative-content-wrapper{max-width:1000px;margin:0 auto}
.alternative-section-header{text-align:center;margin-bottom:50px}
.alternative-section-header h2{font-size:2rem;color:#F1F1F1;margin-bottom:18px;font-weight:600}
.alternative-section-header h2::after{content:'';display:block;width:100px;height:3px;background:linear-gradient(90deg,#6B3A3A,#05B4E9);margin:20px auto 0}
.alternative-description{color:#adb5bd;font-size:1rem;line-height:1.7}
.method-list-container{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.method-item-block{background:#05b4e908;border-left:4px solid #05B4E9;padding:30px;border-radius:8px}
.method-item-label{color:#05B4E9;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;display:block;font-weight:600}
.method-item-text{color:#e9ecef;font-size:1.05rem;line-height:1.6}
.response-expectations-section{background:#343a40;padding:70px 20px;position:relative;overflow:hidden}
.response-expectations-section::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#05b4e91a 0%,transparent 70%);border-radius:50%}
.expectations-inner-wrapper{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.expectations-header{margin-bottom:45px}
.expectations-header h2{font-size:2rem;color:#F1F1F1;margin-bottom:20px;font-weight:600}
.expectations-intro{color:#adb5bd;font-size:1rem;line-height:1.7;max-width:750px}
.timeline-representation{display:flex;gap:50px;margin-top:40px}
.timeline-phase-item{flex:1;background:#1a1a1a80;border:1px solid #05b4e933;border-radius:12px;padding:35px 30px;position:relative}
.phase-number-indicator{position:absolute;top:-18px;left:30px;width:36px;height:36px;background:linear-gradient(135deg,#05B4E9,#6B3A3A);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;z-index:3}
.phase-title-text{color:#05B4E9;font-size:1.1rem;margin-bottom:15px;margin-top:10px;font-weight:600}
.phase-description-content{color:#adb5bd;font-size:.9rem;line-height:1.6}
.company-identity-section{background:#1a1a1a;padding:60px 20px;border-top:1px solid #05b4e926}
.identity-content-wrapper{max-width:1000px;margin:0 auto;text-align:center}
.company-name-display{font-size:1.8rem;color:#05B4E9;margin-bottom:30px;font-weight:700;letter-spacing:1px}
.legal-information-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;max-width:800px;margin:0 auto}
.legal-info-item{background:#2c2c2c66;padding:20px;border-radius:8px;border:1px solid #05b4e91a}
.legal-info-label{color:#6B3A3A;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:block;font-weight:600}
.legal-info-value{color:#e9ecef;font-size:.95rem;line-height:1.5}
@media (max-width: 1024px) {
.contact-intro-grid{grid-template-columns:1fr;gap:40px}
.operational-grid-layout{grid-template-columns:1fr}
.method-list-container{grid-template-columns:1fr}
.timeline-representation{flex-direction:column;gap:40px}
.legal-information-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.intro-text-block h1{font-size:2rem}
.form-header-text h2{font-size:1.7rem}
.actual-form-element{padding:30px 20px}
.expectations-header h2,.alternative-section-header h2{font-size:1.6rem}
.company-name-display{font-size:1.4rem}
.contact-intro-zone{padding:50px 20px 40px}
.intro-info-cluster{padding:25px}
}
.learning-hero-section{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#05b4e926 0%,transparent 70%);border-radius:50%}
.learning-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.learning-hero-content h1{font-size:3.2rem;color:#f8f9fa;margin-bottom:20px;font-weight:700;line-height:1.2}
.learning-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#05B4E9,#6B3A3A);margin-top:15px}
.learning-hero-content p{font-size:1.2rem;color:#e9ecef;line-height:1.7;max-width:800px;margin-bottom:35px}
.program-foundation-block{background:#2c2c2c;padding:70px 20px;position:relative}
.program-foundation-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.foundation-text-area h2{font-size:2.5rem;color:#f8f9fa;margin-bottom:25px;font-weight:600;position:relative;padding-left:20px}
.foundation-text-area h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#05B4E9,#6B3A3A);border-radius:3px}
.foundation-text-area p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:18px}
.foundation-visual-container{position:relative}
.foundation-visual-container img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #0006}
.foundation-visual-container::after{content:'';position:absolute;bottom:-15px;right:-15px;width:200px;height:200px;background:linear-gradient(135deg,#05b4e933,#6b3a3a33);border-radius:12px;z-index:-1}
.curriculum-stages-section{background:#1a1a1a;padding:75px 20px}
.curriculum-stages-container{max-width:1200px;margin:0 auto}
.curriculum-stages-container h2{font-size:2.8rem;color:#f8f9fa;text-align:center;margin-bottom:55px;font-weight:600}
.curriculum-stages-container h2 span{color:#05B4E9;position:relative}
.curriculum-stages-container h2 span::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:#6B3A3A}
.stages-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.single-stage-card{background:#2c2c2c;padding:35px 25px;border-radius:10px;border-left:4px solid #05B4E9;transition:all .3s ease;position:relative}
.single-stage-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #05b4e94d}
.single-stage-card h3{font-size:1.4rem;color:#05B4E9;margin-bottom:15px;font-weight:600}
.single-stage-card p{font-size:1rem;color:#e9ecef;line-height:1.7;margin-bottom:20px}
.stage-topics-list{list-style:none;padding:0;margin:0}
.stage-topics-list li{font-size:.95rem;color:#f8f9fa;padding:8px 0 8px 25px;position:relative}
.stage-topics-list li::before{content:'→';position:absolute;left:0;color:#6B3A3A;font-weight:700}
.mentors-showcase-area{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:70px 20px;position:relative}
.mentors-showcase-area::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#05B4E9,#6B3A3A,transparent)}
.mentors-content-wrapper{max-width:1200px;margin:0 auto}
.mentors-content-wrapper h2{font-size:2.6rem;color:#f8f9fa;margin-bottom:50px;text-align:center;font-weight:600}
.mentors-grid-display{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.mentor-profile-card{background:#1a1a1a;border-radius:10px;overflow:hidden;transition:all .3s ease}
.mentor-profile-card:hover{box-shadow:0 12px 35px #05b4e940}
.mentor-photo-container{width:100%;height:280px;overflow:hidden;position:relative}
.mentor-photo-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.mentor-profile-card:hover .mentor-photo-container img{transform:scale(1.08)}
.mentor-info-section{padding:25px}
.mentor-info-section h3{font-size:1.5rem;color:#05B4E9;margin-bottom:8px;font-weight:600}
.mentor-role-label{font-size:.95rem;color:#6B3A3A;margin-bottom:15px;font-weight:500}
.mentor-info-section p{font-size:.98rem;color:#e9ecef;line-height:1.6}
.schedule-timeline-block{background:#1a1a1a;padding:75px 20px}
.schedule-timeline-wrapper{max-width:1100px;margin:0 auto}
.schedule-timeline-wrapper h2{font-size:2.7rem;color:#f8f9fa;margin-bottom:20px;font-weight:600;text-align:center}
.schedule-intro-text{font-size:1.1rem;color:#e9ecef;text-align:center;max-width:800px;margin:0 auto 50px;line-height:1.7}
.timeline-items-container{position:relative;padding-left:70px}
.timeline-items-container::before{content:'';position:absolute;left:25px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#05B4E9,#6B3A3A)}
.timeline-single-item{position:relative;margin-bottom:45px;background:#2c2c2c;padding:25px 30px;border-radius:8px;margin-left:20px}
.timeline-single-item::before{content:'';position:absolute;left:-52px;top:30px;width:16px;height:16px;background:#05B4E9;border:4px solid #1a1a1a;border-radius:50%;z-index:2}
.timeline-item-header{display:flex;align-items:center;margin-bottom:12px}
.timeline-month-label{font-size:1.3rem;color:#05B4E9;font-weight:600;margin-right:15px}
.timeline-phase-tag{background:#6b3a3a4d;color:#f8f9fa;padding:4px 12px;border-radius:15px;font-size:.85rem;font-weight:500}
.timeline-single-item h3{font-size:1.4rem;color:#f8f9fa;margin-bottom:12px;font-weight:600}
.timeline-single-item p{font-size:1rem;color:#e9ecef;line-height:1.7}
.enrollment-action-section{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px;position:relative;overflow:hidden}
.enrollment-action-section::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#6b3a3a33 0%,transparent 70%);border-radius:50%}
.enrollment-content-box{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.enrollment-content-box h2{font-size:2.8rem;color:#f8f9fa;margin-bottom:25px;font-weight:600}
.enrollment-content-box p{font-size:1.15rem;color:#e9ecef;line-height:1.8;margin-bottom:35px}
.enrollment-cta-button{display:inline-block;background:linear-gradient(135deg,#05B4E9,#0492c4);color:#fff;padding:16px 45px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 5px 20px #05b4e94d;position:relative;z-index:10}
.enrollment-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #05b4e980;background:linear-gradient(135deg,#0492c4,#05B4E9)}
.enrollment-note-text{font-size:.95rem;color:#6B3A3A;margin-top:25px;font-style:italic}
@media (max-width: 992px) {
.learning-hero-content h1{font-size:2.5rem}
.program-foundation-wrapper{grid-template-columns:1fr;gap:40px}
.foundation-visual-container{order:-1}
.stages-grid-layout{grid-template-columns:1fr}
.mentors-grid-display{grid-template-columns:1fr;gap:30px}
.timeline-items-container{padding-left:50px}
.timeline-items-container::before{left:15px}
.timeline-single-item::before{left:-42px}
}
@media (max-width: 768px) {
.learning-hero-section{padding:60px 15px 40px}
.learning-hero-content h1{font-size:2rem}
.learning-hero-content p{font-size:1.05rem}
.foundation-text-area h2{font-size:2rem}
.foundation-visual-container img{height:320px}
.curriculum-stages-container h2{font-size:2.2rem}
.mentors-content-wrapper h2{font-size:2rem}
.schedule-timeline-wrapper h2{font-size:2rem}
.timeline-items-container{padding-left:0}
.timeline-items-container::before{display:none}
.timeline-single-item{margin-left:0}
.timeline-single-item::before{display:none}
.enrollment-content-box h2{font-size:2.2rem}
.enrollment-cta-button{padding:14px 35px;font-size:1rem}
}
.crowdfund-how-page{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);color:#f8f9fa;min-height:100vh}
.crowdfund-how-page .intro-banner{padding:80px 20px 60px;text-align:center;background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);position:relative;overflow:hidden}
.crowdfund-how-page .intro-banner::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#05b4e926 0%,transparent 70%);border-radius:50%;z-index:1}
.crowdfund-how-page .intro-banner::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#6b3a3a1a 0%,transparent 70%);border-radius:50%;z-index:1}
.crowdfund-how-page .intro-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.crowdfund-how-page .intro-content h1{font-size:2.8rem;font-weight:700;margin-bottom:25px;color:#fff;line-height:1.2}
.crowdfund-how-page .intro-content h1::before{content:'';display:inline-block;width:60px;height:5px;background:linear-gradient(90deg,#05B4E9 0%,#6B3A3A 100%);margin-right:15px;vertical-align:middle;border-radius:3px}
.crowdfund-how-page .intro-content .lead-text{font-size:1.25rem;line-height:1.7;color:#e9ecef;margin-bottom:0}
.crowdfund-how-page .step-visual-section{padding:90px 20px;background:#1a1a1a}
.crowdfund-how-page .step-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.crowdfund-how-page .steps-timeline{position:sticky;top:100px}
.crowdfund-how-page .timeline-item{display:flex;gap:25px;margin-bottom:50px;position:relative}
.crowdfund-how-page .timeline-item:last-child{margin-bottom:0}
.crowdfund-how-page .timeline-marker{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#05B4E9 0%,#0492BD 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;color:#fff;box-shadow:0 4px 15px #05b4e966;position:relative;z-index:2}
.crowdfund-how-page .timeline-item:not(:last-child) .timeline-marker::after{content:'';position:absolute;top:60px;left:50%;transform:translateX(-50%);width:3px;height:80px;background:linear-gradient(180deg,#05B4E9 0%,#05b4e933 100%);z-index:1}
.crowdfund-how-page .timeline-content h3{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 12px}
.crowdfund-how-page .timeline-content p{font-size:1rem;line-height:1.6;color:#e9ecef;margin:0}
.crowdfund-how-page .visual-showcase{background:#2c2c2c;border-radius:15px;padding:35px;box-shadow:0 10px 40px #0006;border:1px solid #05b4e933}
.crowdfund-how-page .visual-showcase img{width:100%;height:auto;border-radius:10px;margin-bottom:25px;display:block}
.crowdfund-how-page .visual-showcase h4{font-size:1.4rem;font-weight:600;color:#05B4E9;margin:0 0 15px}
.crowdfund-how-page .visual-showcase .description-text{font-size:1rem;line-height:1.7;color:#e9ecef;margin-bottom:20px}
.crowdfund-how-page .key-features-list{list-style:none;padding:0;margin:0}
.crowdfund-how-page .key-features-list li{padding-left:30px;margin-bottom:12px;position:relative;font-size:.95rem;line-height:1.6;color:#f8f9fa}
.crowdfund-how-page .key-features-list li::before{content:'';position:absolute;left:0;color:#05B4E9;font-weight:700;font-size:1.2rem}
.crowdfund-how-page .practical-example-section{padding:90px 20px;background:linear-gradient(180deg,#2c2c2c 0%,#343a40 100%);position:relative}
.crowdfund-how-page .practical-example-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#05B4E9 50%,transparent 100%)}
.crowdfund-how-page .example-wrapper{max-width:1100px;margin:0 auto}
.crowdfund-how-page .example-header{text-align:center;margin-bottom:55px}
.crowdfund-how-page .example-header h2{font-size:2.3rem;font-weight:700;color:#fff;margin-bottom:18px;position:relative;display:inline-block}
.crowdfund-how-page .example-header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6B3A3A 0%,#05B4E9 100%);border-radius:2px}
.crowdfund-how-page .example-header p{font-size:1.1rem;color:#e9ecef;max-width:750px;margin:20px auto 0;line-height:1.6}
.crowdfund-how-page .example-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px}
.crowdfund-how-page .example-card{background:#1a1a1a;border-radius:12px;padding:35px 30px;border:2px solid #05b4e926;transition:all .3s ease;position:relative;overflow:hidden}
.crowdfund-how-page .example-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#05B4E9 0%,#6B3A3A 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.crowdfund-how-page .example-card:hover{border-color:#05b4e966;box-shadow:0 8px 30px #05b4e933;transform:translateY(-5px)}
.crowdfund-how-page .example-card:hover::before{transform:scaleX(1)}
.crowdfund-how-page .example-card h3{font-size:1.4rem;font-weight:600;color:#05B4E9;margin:0 0 15px;display:flex;align-items:center;gap:12px}
.crowdfund-how-page .example-card h3::before{content:'';width:8px;height:8px;background:#6B3A3A;border-radius:50%;display:inline-block;flex-shrink:0}
.crowdfund-how-page .example-card p{font-size:1rem;line-height:1.7;color:#e9ecef;margin:0}
.crowdfund-how-page .testimonial-trust-section{padding:90px 20px;background:#1a1a1a}
.crowdfund-how-page .trust-content-grid{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:400px 1fr;gap:50px;align-items:center}
.crowdfund-how-page .trust-profile-card{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);border-radius:15px;padding:40px;text-align:center;box-shadow:0 10px 40px #0000004d;border:1px solid #6b3a3a4d}
.crowdfund-how-page .trust-profile-card img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 25px;border:4px solid #05B4E9;box-shadow:0 6px 20px #05b4e94d}
.crowdfund-how-page .trust-profile-card h4{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 8px}
.crowdfund-how-page .trust-profile-card .role-label{font-size:.95rem;color:#05B4E9;margin-bottom:20px;font-weight:500}
.crowdfund-how-page .trust-profile-card .quote-text{font-size:.98rem;line-height:1.7;color:#e9ecef;font-style:italic;position:relative;padding:20px 0}
.crowdfund-how-page .trust-profile-card .quote-text::before{content:'"';font-size:3rem;color:#6B3A3A;position:absolute;top:-10px;left:0;line-height:1;opacity:.5}
.crowdfund-how-page .trust-details-content h2{font-size:2.2rem;font-weight:700;color:#fff;margin:0 0 30px;line-height:1.3}
.crowdfund-how-page .trust-details-content h2 span{color:#05B4E9}
.crowdfund-how-page .trust-points{list-style:none;padding:0;margin:0 0 35px}
.crowdfund-how-page .trust-points li{padding:20px 0 20px 45px;position:relative;font-size:1.05rem;line-height:1.7;color:#e9ecef;border-bottom:1px solid #f1f1f11a}
.crowdfund-how-page .trust-points li:last-child{border-bottom:none}
.crowdfund-how-page .trust-points li::before{content:'';position:absolute;left:0;top:23px;width:28px;height:28px;background:linear-gradient(135deg,#05B4E9 0%,#0492BD 100%);border-radius:6px;box-shadow:0 3px 10px #05b4e94d}
.crowdfund-how-page .trust-points li::after{content:'→';position:absolute;left:7px;top:23px;color:#fff;font-weight:700;font-size:1rem;line-height:28px}
.crowdfund-how-page .cta-button-trust{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#05B4E9 0%,#0492BD 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 5px 20px #05b4e94d;border:none;position:relative;z-index:10}
.crowdfund-how-page .cta-button-trust:hover{background:linear-gradient(135deg,#0492BD 0%,#05B4E9 100%);box-shadow:0 8px 30px #05b4e980;transform:translateY(-2px);color:#fff}
@media (max-width: 968px) {
.crowdfund-how-page .intro-content h1{font-size:2.2rem}
.crowdfund-how-page .step-container{grid-template-columns:1fr;gap:40px}
.crowdfund-how-page .steps-timeline{position:static}
.crowdfund-how-page .trust-content-grid{grid-template-columns:1fr;gap:40px}
.crowdfund-how-page .trust-profile-card{max-width:450px;margin:0 auto}
}
@media (max-width: 768px) {
.crowdfund-how-page .intro-banner{padding:60px 20px 40px}
.crowdfund-how-page .intro-content h1{font-size:1.9rem}
.crowdfund-how-page .intro-content h1::before{width:40px;height:4px;margin-right:10px}
.crowdfund-how-page .intro-content .lead-text{font-size:1.1rem}
.crowdfund-how-page .step-visual-section{padding:60px 20px}
.crowdfund-how-page .timeline-marker{width:44px;height:44px;font-size:1.1rem}
.crowdfund-how-page .timeline-item:not(:last-child) .timeline-marker::after{top:54px;height:70px}
.crowdfund-how-page .timeline-content h3{font-size:1.3rem}
.crowdfund-how-page .practical-example-section{padding:60px 20px}
.crowdfund-how-page .example-header h2{font-size:1.9rem}
.crowdfund-how-page .example-cards{grid-template-columns:1fr;gap:25px}
.crowdfund-how-page .testimonial-trust-section{padding:60px 20px}
.crowdfund-how-page .trust-details-content h2{font-size:1.8rem}
.crowdfund-how-page .trust-points li{padding:18px 0 18px 40px;font-size:1rem}
}
.stats-page-wrapper{background:#1a1a1a;color:#f8f9fa;overflow-x:hidden}
.stats-hero-area{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px 100px;position:relative}
.stats-hero-area::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#05b4e926 0%,transparent 70%);border-radius:50%;pointer-events:none}
.stats-hero-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.stats-hero-content h1{font-size:3.2rem;font-weight:700;color:#f8f9fa;margin-bottom:28px;line-height:1.2;position:relative;display:inline-block}
.stats-hero-content h1::after{content:'';position:absolute;bottom:-12px;left:0;width:85px;height:4px;background:linear-gradient(90deg,#05B4E9 0%,#6B3A3A 100%);border-radius:2px}
.stats-hero-content .hero-intro-text{font-size:1.15rem;line-height:1.75;color:#e9ecef;margin-top:40px;max-width:750px}
.stats-hero-content .hero-intro-text span.accent-marker{color:#05B4E9;font-weight:600;position:relative}
.stats-hero-content .hero-intro-text span.accent-marker::before{content:'▸';position:relative;margin-right:6px;color:#6B3A3A;font-size:.9em}
.metrics-showcase-block{background:#343a40;padding:90px 20px;position:relative;overflow:hidden}
.metrics-showcase-block::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#05B4E9 50%,transparent 100%)}
.metrics-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.metrics-visual-side{position:relative}
.metrics-visual-side img{width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #0006;border:2px solid #05b4e94d}
.metrics-content-side h2{font-size:2.6rem;color:#f8f9fa;margin-bottom:32px;font-weight:700;position:relative;padding-left:24px}
.metrics-content-side h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:linear-gradient(180deg,#05B4E9 0%,#6B3A3A 100%);border-radius:3px}
.metrics-content-side p{font-size:1.05rem;line-height:1.8;color:#e9ecef;margin-bottom:24px}
.data-points-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:45px}
.single-data-point{background:#495057;padding:28px;border-radius:8px;border-left:4px solid #05B4E9;transition:transform .3s ease,box-shadow .3s ease}
.single-data-point:hover{transform:translateY(-4px);box-shadow:0 6px 24px #05b4e933}
.single-data-point .data-number{font-size:2.4rem;font-weight:700;color:#05B4E9;display:block;margin-bottom:8px}
.single-data-point .data-label{font-size:.95rem;color:#f1f1f1;line-height:1.5}
.transparency-report-section{background:linear-gradient(160deg,#1a1a1a 0%,#2c2c2c 100%);padding:95px 20px;position:relative}
.transparency-report-section::before{content:'';position:absolute;top:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#6B3A3A 50%,transparent 100%)}
.transparency-inner-wrap{max-width:1100px;margin:0 auto}
.transparency-header{text-align:center;margin-bottom:70px}
.transparency-header h2{font-size:2.8rem;color:#f8f9fa;font-weight:700;margin-bottom:20px;position:relative;display:inline-block}
.transparency-header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:70px;height:3px;background:#6B3A3A;border-radius:2px}
.transparency-header p{font-size:1.1rem;color:#e9ecef;max-width:680px;margin:30px auto 0;line-height:1.7}
.report-table-wrapper{background:#343a40;border-radius:10px;padding:45px;box-shadow:0 10px 40px #0000004d;overflow-x:auto}
.stats-data-table{width:100%;border-collapse:separate;border-spacing:0}
.stats-data-table thead tr{background:#495057}
.stats-data-table thead th{padding:18px 20px;text-align:left;font-size:.95rem;font-weight:600;color:#05B4E9;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #6B3A3A}
.stats-data-table thead th:first-child{border-top-left-radius:8px}
.stats-data-table thead th:last-child{border-top-right-radius:8px}
.stats-data-table tbody tr{background:#2c2c2c;transition:background .3s ease}
.stats-data-table tbody tr:nth-child(even){background:#343a40}
.stats-data-table tbody tr:hover{background:#495057}
.stats-data-table tbody td{padding:16px 20px;font-size:.98rem;color:#f1f1f1;border-bottom:1px solid #6b3a3a33}
.stats-data-table tbody td:first-child{font-weight:600;color:#e9ecef}
.stats-data-table tbody tr:last-child td{border-bottom:none}
.impact-analysis-area{background:#343a40;padding:85px 20px;position:relative}
.impact-layout-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:start}
.impact-text-column h2{font-size:2.7rem;color:#f8f9fa;font-weight:700;margin-bottom:35px;line-height:1.25}
.impact-text-column h2 .highlighted-phrase{color:#05B4E9;position:relative}
.impact-text-column h2 .highlighted-phrase::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#6B3A3A}
.impact-text-column p{font-size:1.05rem;line-height:1.8;color:#e9ecef;margin-bottom:20px}
.impact-text-column .detail-block{background:#495057;padding:26px;border-radius:8px;margin-top:35px;border-left:5px solid #05B4E9}
.impact-text-column .detail-block h3{font-size:1.3rem;color:#f8f9fa;margin-bottom:15px;font-weight:600}
.impact-text-column .detail-block p{font-size:1rem;color:#f1f1f1;margin-bottom:0;line-height:1.7}
.impact-visual-column{position:relative}
.impact-visual-column img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:10px;box-shadow:0 12px 40px #00000080}
.team-insight-block{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:90px 20px 100px;position:relative}
.team-insight-block::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent 0%,#05B4E9 50%,transparent 100%)}
.team-insight-wrapper{max-width:980px;margin:0 auto}
.team-profile-card{background:#343a40;border-radius:12px;padding:50px;box-shadow:0 8px 32px #0006;display:flex;gap:50px;align-items:center;position:relative;overflow:hidden}
.team-profile-card::before{content:'';position:absolute;top:0;right:0;width:250px;height:250px;background:radial-gradient(circle,#6b3a3a26 0%,transparent 70%);border-radius:50%;pointer-events:none}
.profile-image-area{flex-shrink:0;position:relative;z-index:2}
.profile-image-area img{width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid #05B4E9;box-shadow:0 6px 20px #05b4e94d}
.profile-content-area{flex:1;position:relative;z-index:2}
.profile-content-area h3{font-size:1.9rem;color:#f8f9fa;margin-bottom:8px;font-weight:700}
.profile-content-area .role-title{font-size:1.05rem;color:#05B4E9;margin-bottom:24px;font-weight:500}
.profile-content-area p{font-size:1.02rem;line-height:1.75;color:#e9ecef;margin-bottom:16px}
.profile-content-area p:last-of-type{margin-bottom:0}
.profile-content-area .quote-highlight{font-style:italic;color:#f1f1f1;padding-left:20px;border-left:3px solid #6B3A3A;margin-top:20px}
@media (max-width: 968px) {
.stats-hero-content h1{font-size:2.6rem}
.metrics-container{grid-template-columns:1fr;gap:50px}
.metrics-visual-side{order:2}
.metrics-content-side{order:1}
.data-points-grid{grid-template-columns:1fr}
.impact-layout-grid{grid-template-columns:1fr;gap:50px}
.impact-visual-column{order:1}
.impact-text-column{order:2}
.team-profile-card{flex-direction:column;text-align:center;padding:40px 30px}
.profile-content-area .quote-highlight{padding-left:0;border-left:none;border-top:3px solid #6B3A3A;padding-top:20px}
}
@media (max-width: 640px) {
.stats-hero-area{padding:60px 15px 70px}
.stats-hero-content h1{font-size:2.1rem}
.stats-hero-content .hero-intro-text{font-size:1.05rem}
.metrics-showcase-block{padding:60px 15px}
.metrics-content-side h2{font-size:2rem}
.transparency-report-section{padding:70px 15px}
.transparency-header h2{font-size:2.2rem}
.report-table-wrapper{padding:25px 15px}
.stats-data-table thead th,.stats-data-table tbody td{padding:12px 10px;font-size:.88rem}
.impact-analysis-area{padding:65px 15px}
.impact-text-column h2{font-size:2.1rem}
.team-insight-block{padding:70px 15px}
.profile-image-area img{width:140px;height:140px}
.profile-content-area h3{font-size:1.6rem}
}
.policy-wrapper-custom{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.7}
.policy-header-zone{background:linear-gradient(to right,#05B4E9,#2c2c2c);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.policy-header-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#6b3a3a33;border-radius:50%;filter:blur(80px)}
.policy-title-main{font-size:2.8rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.5px;position:relative;z-index:2}
.policy-intro-text{font-size:1.1rem;color:#e9ecef;margin-top:20px;max-width:800px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.policy-content-area{max-width:100%;padding:60px 5% 100px;background:#1a1a1a}
.narrative-block{margin-bottom:50px;padding:40px;background:linear-gradient(145deg,#2c2c2c 0%,#1f1f1f 100%);border-left:4px solid #05B4E9;border-radius:8px;box-shadow:0 4px 20px #0006}
.narrative-block:nth-child(even){border-left-color:#6B3A3A;background:linear-gradient(145deg,#252525 0%,#1a1a1a 100%)}
.section-heading-custom{font-size:1.9rem;color:#05B4E9;margin-bottom:24px;font-weight:600;position:relative;display:inline-block}
.section-heading-custom::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:3px;background:linear-gradient(to right,#05B4E9,transparent)}
.narrative-block:nth-child(even) .section-heading-custom{color:#6B3A3A}
.narrative-block:nth-child(even) .section-heading-custom::after{background:linear-gradient(to right,#6B3A3A,transparent)}
.text-paragraph-flow{font-size:1.05rem;color:#e9ecef;margin-bottom:20px;line-height:1.8}
.text-paragraph-flow:last-child{margin-bottom:0}
.accent-term{color:#05B4E9;font-weight:500;position:relative}
.accent-term::before{content:'→';margin-right:6px;opacity:.7}
.technical-list-custom{list-style:none;padding:0;margin:25px 0}
.technical-list-custom li{padding:15px 20px;margin-bottom:12px;background:#05b4e90d;border-left:3px solid #05B4E9;border-radius:4px;color:#f8f9fa;font-size:1rem;transition:all .3s ease}
.technical-list-custom li:hover{background:#05b4e91a;transform:translateX(5px)}
.narrative-block:nth-child(even) .technical-list-custom li{border-left-color:#6B3A3A;background:#6b3a3a0d}
.narrative-block:nth-child(even) .technical-list-custom li:hover{background:#6b3a3a1a}
.data-cluster{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:35px 0}
.data-item-card{background:#343a40;padding:25px;border-radius:8px;border-top:3px solid #05B4E9;transition:all .3s ease}
.data-item-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #05b4e933}
.data-item-title{font-size:1.2rem;color:#05B4E9;margin-bottom:12px;font-weight:600}
.data-item-description{font-size:.95rem;color:#e9ecef;line-height:1.6}
.divider-visual{height:2px;background:linear-gradient(to right,transparent,#05B4E9,transparent);margin:50px 0;opacity:.3}
.narrative-block:nth-child(3n) .divider-visual{background:linear-gradient(to right,transparent,#6B3A3A,transparent)}
.emphasis-box{background:#05b4e914;border:1px solid #05b4e94d;padding:25px;border-radius:6px;margin:30px 0}
.emphasis-box p{color:#f8f9fa;font-size:1.05rem;margin:0;line-height:1.7}
.contact-embed-zone{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:45px;border-radius:10px;margin-top:60px;border:1px solid #05b4e933;position:relative;overflow:hidden}
.contact-embed-zone::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(to right,#05B4E9,#6B3A3A)}
.contact-label-text{font-size:1.3rem;color:#05B4E9;margin-bottom:20px;font-weight:600}
.contact-details-flow{font-size:1rem;color:#e9ecef;line-height:1.9}
.contact-details-flow strong{color:#fff;font-weight:600}
.contact-link-inline{color:#05B4E9;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}
.contact-link-inline:hover{border-bottom-color:#05B4E9;color:#fff}
@media (max-width: 768px) {
.policy-title-main{font-size:2rem}
.policy-header-zone{padding:60px 20px 40px}
.policy-content-area{padding:40px 4% 60px}
.narrative-block{padding:25px 20px;margin-bottom:35px}
.section-heading-custom{font-size:1.5rem}
.data-cluster{grid-template-columns:1fr;gap:20px}
.contact-embed-zone{padding:30px 20px}
}
@media (max-width: 480px) {
.policy-title-main{font-size:1.6rem}
.text-paragraph-flow{font-size:1rem}
.technical-list-custom li{font-size:.95rem;padding:12px 15px}
}
.privacy-policy-main-wrapper{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;padding:0;margin:0}
.privacy-policy-hero-block{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 50%,#343a40 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #05B4E9;position:relative;overflow:hidden}
.privacy-policy-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#05b4e91a 0%,transparent 70%);pointer-events:none}
.privacy-policy-hero-title{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.5px;position:relative;z-index:2}
.privacy-policy-hero-subtitle{font-size:1.15rem;color:#e9ecef;max-width:720px;margin:0 auto;line-height:1.6;position:relative;z-index:2}
.privacy-policy-content-container{max-width:100%;padding:60px 5% 80px;background:#1a1a1a}
.privacy-intro-segment{background:#2c2c2c;border-left:4px solid #6B3A3A;padding:35px 40px;margin-bottom:50px;border-radius:2px;box-shadow:0 4px 12px #0000004d}
.privacy-intro-segment p{font-size:1.05rem;color:#f8f9fa;margin:0 0 18px;line-height:1.8}
.privacy-intro-segment p:last-child{margin-bottom:0}
.privacy-section-divider{height:2px;background:linear-gradient(90deg,transparent 0%,#05B4E9 50%,transparent 100%);margin:60px 0;opacity:.4}
.privacy-data-lifecycle-block{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:50px 45px;border-radius:4px;margin-bottom:55px;border-top:3px solid #05B4E9;box-shadow:0 6px 18px #0006}
.privacy-data-lifecycle-block h2{font-size:2.4rem;color:#05B4E9;margin:0 0 30px;font-weight:600;position:relative;display:inline-block}
.privacy-data-lifecycle-block h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:3px;background:#6B3A3A}
.privacy-data-lifecycle-block h3{font-size:1.6rem;color:#F1F1F1;margin:35px 0 20px;font-weight:600;padding-left:20px;border-left:3px solid #6B3A3A}
.privacy-data-lifecycle-block p{font-size:1.05rem;color:#e9ecef;margin:0 0 22px;line-height:1.85}
.privacy-data-lifecycle-block ul{list-style:none;padding:0;margin:25px 0}
.privacy-data-lifecycle-block ul li{padding:12px 0 12px 35px;position:relative;font-size:1.05rem;color:#e9ecef;line-height:1.75}
.privacy-data-lifecycle-block ul li::before{content:'→';position:absolute;left:0;color:#05B4E9;font-weight:700;font-size:1.3rem}
.privacy-handling-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:40px 0}
.privacy-handling-card{background:#495057;padding:30px;border-radius:3px;border-bottom:3px solid #05B4E9;transition:all .3s ease}
.privacy-handling-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #05b4e940}
.privacy-handling-card h4{font-size:1.35rem;color:#05B4E9;margin:0 0 18px;font-weight:600}
.privacy-handling-card p{font-size:1rem;color:#f8f9fa;margin:0;line-height:1.7}
.privacy-rights-emphasis-block{background:#6B3A3A;padding:45px 50px;border-radius:4px;margin:55px 0;position:relative;overflow:hidden}
.privacy-rights-emphasis-block::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:#05B4E9}
.privacy-rights-emphasis-block h2{font-size:2.2rem;color:#fff;margin:0 0 28px;font-weight:600}
.privacy-rights-emphasis-block p{font-size:1.05rem;color:#F1F1F1;margin:0 0 20px;line-height:1.8}
.privacy-rights-list-styled{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin:35px 0 0}
.privacy-rights-list-styled li{background:#0003;padding:20px;border-radius:3px;border-left:3px solid #05B4E9;list-style:none;font-size:1rem;color:#f8f9fa;line-height:1.7;transition:background .3s ease}
.privacy-rights-list-styled li:hover{background:#00000059}
.privacy-security-narrative{background:linear-gradient(180deg,#2c2c2c 0%,#343a40 100%);padding:50px 45px;border-radius:4px;margin-bottom:55px;box-shadow:0 6px 18px #0006}
.privacy-security-narrative h2{font-size:2.4rem;color:#F1F1F1;margin:0 0 30px;font-weight:600;text-align:center}
.privacy-security-narrative h2::before{content:' ';color:#05B4E9;margin-right:10px}
.privacy-security-narrative p{font-size:1.05rem;color:#e9ecef;margin:0 0 22px;line-height:1.85}
.privacy-transfer-conditions{background:#495057;padding:40px;border-radius:4px;margin:50px 0;border:2px solid #6B3A3A}
.privacy-transfer-conditions h3{font-size:1.8rem;color:#05B4E9;margin:0 0 25px;font-weight:600}
.privacy-transfer-conditions p{font-size:1.05rem;color:#f8f9fa;margin:0 0 20px;line-height:1.8}
.privacy-retention-timeline{background:#2c2c2c;padding:50px 45px;border-radius:4px;margin-bottom:55px;border-right:4px solid #05B4E9}
.privacy-retention-timeline h2{font-size:2.4rem;color:#F1F1F1;margin:0 0 35px;font-weight:600}
.privacy-retention-item{background:#343a40;padding:30px;margin-bottom:25px;border-radius:3px;border-left:4px solid #6B3A3A;position:relative}
.privacy-retention-item h4{font-size:1.4rem;color:#05B4E9;margin:0 0 15px;font-weight:600}
.privacy-retention-item p{font-size:1.05rem;color:#e9ecef;margin:0;line-height:1.75}
.privacy-legal-foundation{background:linear-gradient(135deg,#343a40 0%,#495057 100%);padding:50px 45px;border-radius:4px;margin-bottom:55px;box-shadow:0 6px 18px #0006}
.privacy-legal-foundation h2{font-size:2.4rem;color:#fff;margin:0 0 30px;font-weight:600}
.privacy-legal-foundation p{font-size:1.05rem;color:#f8f9fa;margin:0 0 20px;line-height:1.85}
.privacy-contact-unconventional{background:#6B3A3A;padding:60px 50px;border-radius:4px;margin-bottom:0;text-align:center;position:relative;overflow:hidden}
.privacy-contact-unconventional::before{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#05b4e926 0%,transparent 70%);pointer-events:none}
.privacy-contact-unconventional h2{font-size:2.2rem;color:#fff;margin:0 0 25px;font-weight:600;position:relative;z-index:2}
.privacy-contact-unconventional p{font-size:1.1rem;color:#F1F1F1;margin:0 0 30px;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.privacy-contact-details{background:#0000004d;padding:30px;border-radius:3px;max-width:600px;margin:0 auto;text-align:left;position:relative;z-index:2}
.privacy-contact-details p{font-size:1.05rem;color:#f8f9fa;margin:12px 0;line-height:1.7}
.privacy-contact-details a{color:#05B4E9;text-decoration:none;transition:color .3s ease}
.privacy-contact-details a:hover{color:#fff;text-decoration:underline}
.privacy-accent-term{color:#05B4E9;font-weight:600;position:relative;padding-bottom:2px}
.privacy-accent-term::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#05B4E9 0%,transparent 100%)}
@media (max-width: 768px) {
.privacy-policy-hero-title{font-size:2.2rem}
.privacy-policy-hero-subtitle{font-size:1rem}
.privacy-policy-content-container{padding:40px 4%}
.privacy-intro-segment{padding:25px 20px}
.privacy-data-lifecycle-block,.privacy-security-narrative,.privacy-retention-timeline,.privacy-legal-foundation{padding:35px 25px}
.privacy-data-lifecycle-block h2,.privacy-security-narrative h2,.privacy-retention-timeline h2,.privacy-legal-foundation h2{font-size:1.9rem}
.privacy-handling-grid{grid-template-columns:1fr;gap:20px}
.privacy-rights-list-styled{grid-template-columns:1fr}
.privacy-contact-unconventional{padding:40px 25px}
}
.success-wrap{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.success-wrap::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#05b4e914 0%,transparent 70%);animation:pulse-glow 8s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.2);opacity:.6}
}
.success-inner{max-width:720px;background:#2c2c2c;border-radius:24px;padding:70px 50px;position:relative;z-index:2;box-shadow:0 20px 60px #00000080 0 0 0 1px #05b4e926;text-align:center}
.success-icon-holder{width:110px;height:110px;margin:0 auto 40px;background:linear-gradient(135deg,#05B4E9 0%,#0389b3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 10px 40px #05b4e959;animation:icon-appear .6s cubic-bezier(0.34,1.56,0.64,1)}
@keyframes icon-appear {
0%{transform:scale(0) rotate(-180deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.success-icon-holder::after{content:'';position:absolute;width:130px;height:130px;border:2px dashed #05b4e94d;border-radius:50%;animation:rotate-circle 20s linear infinite}
@keyframes rotate-circle {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.success-checkmark{width:55px;height:55px;position:relative}
.success-checkmark::before{content:'';position:absolute;width:12px;height:32px;border:5px solid #fff;border-top:none;border-left:none;transform:rotate(45deg);top:5px;left:18px}
.success-heading{font-size:42px;font-weight:700;color:#f8f9fa;margin:0 0 20px;letter-spacing:-.5px;line-height:1.2}
.success-message{font-size:18px;color:#e9ecef;line-height:1.7;margin:0 0 35px}
.success-details{background:#1a1a1a;border-radius:16px;padding:30px;margin:0 0 40px;border-left:4px solid #05B4E9}
.success-details-title{font-size:15px;color:#05B4E9;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 18px;font-weight:600}
.success-timeline{display:flex;flex-direction:column;gap:18px;text-align:left}
.timeline-item{display:flex;align-items:flex-start;gap:15px}
.timeline-marker{width:32px;height:32px;background:linear-gradient(135deg,#6B3A3A 0%,#4a2727 100%);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:13px;color:#F1F1F1;font-weight:700;margin-top:2px}
.timeline-content{flex:1}
.timeline-content p{margin:0;font-size:16px;color:#f8f9fa;line-height:1.6}
.timeline-content span{display:block;font-size:14px;color:#adb5bd;margin-top:4px}
.success-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-success-primary{background:linear-gradient(135deg,#05B4E9 0%,#0389b3 100%);color:#fff;padding:16px 40px;border-radius:12px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 8px 24px #05b4e94d}
.btn-success-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #05b4e973;background:linear-gradient(135deg,#06c5ff 0%,#05B4E9 100%)}
.btn-success-secondary{background:transparent;color:#05B4E9;padding:16px 40px;border-radius:12px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:2px solid #05B4E9;cursor:pointer}
.btn-success-secondary:hover{background:#05b4e91a;transform:translateY(-2px)}
.success-footer-note{margin-top:45px;padding-top:35px;border-top:1px solid #f1f1f11a}
.success-footer-note p{font-size:15px;color:#adb5bd;line-height:1.7;margin:0 0 12px}
.success-footer-note a{color:#05B4E9;text-decoration:none;font-weight:600;transition:color .3s ease}
.success-footer-note a:hover{color:#06c5ff;text-decoration:underline}
.success-contact-info{display:flex;gap:25px;justify-content:center;margin-top:20px;flex-wrap:wrap}
.contact-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#f8f9fa}
.contact-item::before{content:'';width:20px;height:20px;background:linear-gradient(135deg,#05B4E9 0%,#0389b3 100%);border-radius:50%;flex-shrink:0}
@media (max-width: 768px) {
.success-wrap{padding:40px 15px}
.success-inner{padding:50px 30px;border-radius:16px}
.success-heading{font-size:32px;margin-bottom:16px}
.success-message{font-size:16px;margin-bottom:28px}
.success-icon-holder{width:90px;height:90px;margin-bottom:32px}
.success-checkmark{width:45px;height:45px}
.success-checkmark::before{width:10px;height:26px;border-width:4px;left:15px}
.success-details{padding:24px 20px}
.success-actions{flex-direction:column;gap:12px}
.btn-success-primary,.btn-success-secondary{width:100%;justify-content:center;padding:14px 30px;font-size:16px}
.success-contact-info{flex-direction:column;gap:15px;align-items:center}
}