*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Lato',sans-serif;font-size:16px;line-height:1.6;color:#1a1a2e;background:#f8f9fc;overflow-x:hidden}
.header-outer{background:#fff;border-bottom:3px solid transparent;border-image:linear-gradient(135deg,#F404AF 0%,#3BB6F3 50%,#FFA002 100%) 1;box-shadow:0 2px 16px #f404af14}
.header-inner{max-width:1366px;margin:auto;padding:0 24px}
.header-top-row{display:flex;align-items:center;justify-content:space-between;padding:22px 0 18px;border-bottom:1px solid #f0f0f5;gap:20px}
.site-logo-wrapper{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}
.site-logo-wrapper img{width:90px;height:90px;object-fit:contain;border-radius:4px;background:#f4f4f8;padding:6px;box-shadow:0 2px 8px #f404af1a}
.site-logo-text{display:flex;flex-direction:column}
.site-logo-text .logo-name{font-family:'Arimo',sans-serif;font-size:28px;font-weight:700;color:#1a1a2e;letter-spacing:-.5px;line-height:1.1}
.site-logo-text .logo-name span{background:linear-gradient(135deg,#F404AF,#3BB6F3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.header-tagline{font-family:'Lato',sans-serif;font-size:13px;color:#666;max-width:480px;text-align:right;line-height:1.5}
.header-tagline strong{color:#F404AF}
.header-bottom-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}
.main-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.main-nav .nav-item{position:relative}
.main-nav .nav-link{font-family:'Arimo',sans-serif;font-size:15px;font-weight:700;color:#1a1a2e;text-decoration:none;padding:8px 16px;border-radius:4px;display:flex;align-items:center;gap:6px;transition:background 0.2s,color .2s;white-space:nowrap}
.main-nav .nav-link:hover,.main-nav .nav-item:hover .nav-link{background:#f4f0ff;color:#F404AF}
.main-nav .nav-item .nav-link .pe-7s-angle-down{font-size:14px;transition:transform .2s}
.main-nav .nav-item:hover .nav-link .pe-7s-angle-down{transform:rotate(180deg)}
.nav-submenu-bridge{position:absolute;top:100%;left:0;width:100%;height:12px;background:transparent;z-index:99}
.nav-submenu-wrapper{position:absolute;top:calc(100% + 12px);left:0;background:#fff;border-radius:6px;box-shadow:0 8px 24px #0000001f;min-width:220px;padding:8px 0;z-index:100;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity 0.2s,transform .2s;border-top:3px solid #F404AF}
.main-nav .nav-item:hover .nav-submenu-wrapper{opacity:1;pointer-events:all;transform:translateY(0)}
.nav-submenu-wrapper .submenu-link{display:flex;align-items:center;gap:10px;padding:10px 20px;font-family:'Lato',sans-serif;font-size:14px;color:#333;text-decoration:none;transition:background 0.15s,color .15s}
.nav-submenu-wrapper .submenu-link:hover{background:#fdf0fa;color:#F404AF}
.nav-submenu-wrapper .submenu-link .pe-7s-angle-right{font-size:13px;color:#F404AF}
.header-cta-button{display:inline-flex;align-items:center;gap:8px;padding:11px 26px;background:linear-gradient(135deg,#F404AF 0%,#3BB6F3 100%);color:#fff;font-family:'Arimo',sans-serif;font-weight:700;font-size:15px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #f404af4d;transition:box-shadow 0.2s,opacity .2s;flex-shrink:0}
.header-cta-button:hover{opacity:.92;box-shadow:0 6px 20px #f404af66}
main{min-height:300px}
.footer-outer{background:linear-gradient(160deg,#1a1a2e 0%,#16213e 60%,#0f3460 100%);margin-top:60px;box-shadow:0 -4px 32px #0000002e}
.footer-inner{max-width:1366px;margin:auto;padding:56px 24px 0}
.footer-grid-wrapper{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid #ffffff14}
.footer-brand-column .footer-logo-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:18px;text-decoration:none}
.footer-brand-column .footer-logo-wrapper img{width:64px;height:64px;object-fit:contain;background:#ffffff14;border-radius:4px;padding:6px;box-shadow:inset 0 2px 5px #0000004d 0 2px 8px #f404af26}
.footer-brand-column .footer-brand-name{font-family:'Arimo',sans-serif;font-size:24px;font-weight:700;color:#fff}
.footer-brand-column .footer-brand-name span{color:#F404AF}
.footer-description{font-size:14px;color:#fff9;line-height:1.7;margin-bottom:22px;max-width:340px}
.footer-mission-tag{display:inline-flex;align-items:center;gap:8px;background:#f404af1f;border:1px solid #f404af4d;border-radius:4px;padding:8px 14px;font-size:13px;color:#F404AF;font-weight:700;margin-bottom:22px}
.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#fff9}
.footer-contact-list li i{color:#3BB6F3;font-size:16px;margin-top:1px;flex-shrink:0}
.footer-contact-list li a{color:#fff9;text-decoration:none}
.footer-contact-list li a:hover{color:#3BB6F3}
.footer-column-title{font-family:'Arimo',sans-serif;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#FFA002;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #ffa00240}
.footer-nav-list{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-nav-list li a{color:#fff9;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:8px;transition:color .15s}
.footer-nav-list li a i{font-size:12px;color:#F404AF}
.footer-nav-list li a:hover{color:#fff}
.footer-values-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-values-list li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#ffffff8c;line-height:1.5}
.footer-values-list li i{color:#FFA002;font-size:15px;flex-shrink:0;margin-top:2px}
.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;padding:22px 0;flex-wrap:wrap;gap:14px}
.footer-copyright{font-size:13px;color:#ffffff59}
.footer-policy-links{display:flex;gap:20px;flex-wrap:wrap}
.footer-policy-links a{font-size:13px;color:#fff6;text-decoration:none;transition:color .15s}
.footer-policy-links a:hover{color:#3BB6F3}
.cookie-consent-panel{position:fixed;right:0;top:50%;transform:translateY(-50%) translateX(100%);width:360px;max-width:95vw;background:#fff;border-radius:6px 0 0 6px;box-shadow:-4px 0 32px #00000026 inset 0 0 0 1px #f404af1a;z-index:9999;transition:transform .45s cubic-bezier(0.22,1,0.36,1);border-left:4px solid #F404AF}
.cookie-consent-panel.cookie--visible{transform:translateY(-50%) translateX(0)}
.cookie-consent-panel.cookie--hidden{transform:translateY(-50%) translateX(100%)}
.cookie-panel-inner{padding:28px 24px 22px}
.cookie-panel-title{font-family:'Arimo',sans-serif;font-size:17px;font-weight:700;color:#1a1a2e;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.cookie-panel-title i{color:#F404AF;font-size:20px}
.cookie-panel-description{font-size:13px;color:#555;line-height:1.6;margin-bottom:18px}
.cookie-categories-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.cookie-category-item{display:flex;align-items:center;justify-content:space-between;background:#f8f9fc;border-radius:4px;padding:10px 12px;border:1px solid #eee}
.cookie-category-label{font-size:13px;font-weight:700;color:#1a1a2e;display:flex;flex-direction:column;gap:2px}
.cookie-category-label small{font-weight:400;color:#888;font-size:11px}
.cookie-toggle-wrapper{position:relative;width:38px;height:20px;flex-shrink:0}
.cookie-toggle-wrapper input[type="checkbox"]{opacity:0;width:0;height:0;position:absolute}
.cookie-toggle-slider{position:absolute;inset:0;background:#ddd;border-radius:20px;cursor:pointer;transition:background .2s}
.cookie-toggle-slider::before{content:'';position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s}
.cookie-toggle-wrapper input:checked + .cookie-toggle-slider{background:#F404AF}
.cookie-toggle-wrapper input:checked + .cookie-toggle-slider::before{transform:translateX(18px)}
.cookie-toggle-wrapper input:disabled + .cookie-toggle-slider{background:#3BB6F3;cursor:not-allowed}
.cookie-data-sale-row{display:flex;align-items:center;justify-content:space-between;background:#fff8e1;border:1px solid #ffe082;border-radius:4px;padding:10px 12px;margin-bottom:18px}
.cookie-data-sale-label{font-size:12px;color:#555}
.cookie-data-sale-label strong{display:block;color:#1a1a2e;font-size:13px;margin-bottom:2px}
.cookie-action-row{display:flex;gap:10px}
.cookie-btn-accept{flex:1;padding:11px 16px;background:linear-gradient(135deg,#F404AF,#3BB6F3);color:#fff;font-family:'Arimo',sans-serif;font-weight:700;font-size:14px;border:none;border-radius:50px;cursor:pointer;transition:opacity .2s}
.cookie-btn-accept:hover{opacity:.88}
.cookie-btn-decline{flex:1;padding:11px 16px;background:transparent;color:#555;font-family:'Arimo',sans-serif;font-weight:700;font-size:14px;border:2px solid #ddd;border-radius:50px;cursor:pointer;transition:border-color 0.2s,color .2s}
.cookie-btn-decline:hover{border-color:#F404AF;color:#F404AF}
.cookie-policy-reference{text-align:center;margin-top:14px;font-size:12px;color:#aaa}
.cookie-policy-reference a{color:#3BB6F3;text-decoration:none}
.cookie-policy-reference a:hover{text-decoration:underline}
.cookie-preferences-tab{position:fixed;right:0;bottom:120px;background:#F404AF;color:#fff;font-family:'Arimo',sans-serif;font-size:12px;font-weight:700;padding:10px 14px;border-radius:6px 0 0 6px;cursor:pointer;z-index:9998;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:1px;box-shadow:-2px 0 12px #f404af40;border:none;display:none}
.cookie-preferences-tab.tab--visible{display:block}
@media (max-width: 768px) {
.header-top-row{flex-direction:column;align-items:flex-start;gap:12px}
.header-tagline{text-align:left;max-width:100%}
.header-bottom-row{flex-direction:column;align-items:stretch;gap:12px}
.main-nav{justify-content:flex-start}
.header-cta-button{width:100%;justify-content:center}
.footer-grid-wrapper{grid-template-columns:1fr;gap:32px}
.footer-description{max-width:100%}
.footer-bottom-row{flex-direction:column;align-items:flex-start}
.cookie-consent-panel{width:95vw;right:0;left:auto}
}
@media (max-width: 1023px) and (min-width: 769px) {
.footer-grid-wrapper{grid-template-columns:1fr 1fr}
.footer-brand-column{grid-column:1 / -1}
}
.policy-view{max-width:860px;margin:0 auto;padding:48px 32px 64px;background:#fff;border-radius:4px;box-shadow:0 2px 12px #00000014 0 1px 3px #0000000d}
.policy-view h1{font-size:2.2rem;font-weight:800;line-height:1.2;margin:0 0 28px;padding-bottom:18px;border-bottom:3px solid #F404AF;background:linear-gradient(135deg,#F404AF 0%,#3BB6F3 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}
.policy-view h2{font-size:1.55rem;font-weight:700;line-height:1.3;margin:48px 0 16px;color:#1a1a2e;padding-left:14px;border-left:4px solid #F404AF;letter-spacing:-.2px}
.policy-view h3{font-size:1.25rem;font-weight:700;line-height:1.35;margin:36px 0 12px;color:#1e1e3a;padding-left:10px;border-left:3px solid #3BB6F3}
.policy-view h4{font-size:1.08rem;font-weight:700;line-height:1.4;margin:28px 0 10px;color:#2a2a4a;text-transform:uppercase;letter-spacing:.5px}
.policy-view h5{font-size:.97rem;font-weight:700;line-height:1.45;margin:22px 0 8px;color:#335;text-transform:uppercase;letter-spacing:.4px}
.policy-view h6{font-size:.88rem;font-weight:700;line-height:1.5;margin:18px 0 6px;color:#557;text-transform:uppercase;letter-spacing:.3px}
.policy-view p{font-size:1rem;line-height:1.8;color:#2e2e4e;margin:0 0 18px;font-weight:400}
.policy-view ul{margin:0 0 20px;padding:0;list-style:none}
.policy-view ol{margin:0 0 20px;padding:0 0 0 28px;list-style:decimal}
.policy-view ul li{font-size:1rem;line-height:1.75;color:#2e2e4e;margin:0 0 8px;padding-left:22px;position:relative}
.policy-view ul li::before{content:'';position:absolute;left:0;top:10px;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#F404AF,#3BB6F3)}
.policy-view ol li{font-size:1rem;line-height:1.75;color:#2e2e4e;margin:0 0 8px;padding-left:6px}
.policy-view ul ul,.policy-view ol ol,.policy-view ul ol,.policy-view ol ul{margin:8px 0 8px 20px}
.policy-view ul ul li::before{width:5px;height:5px;background:#FFA002;top:11px}
.policy-view strong,.policy-view b{font-weight:700;color:#1a1a2e}
.policy-view em,.policy-view i{font-style:italic;color:#446}
.policy-view table{width:100%;border-collapse:collapse;margin:28px 0 32px;font-size:.93rem;border-radius:4px;overflow:hidden;box-shadow:0 1px 8px #00000012}
.policy-view thead{background:linear-gradient(135deg,#F404AF 0%,#3BB6F3 100%)}
.policy-view thead th{color:#fff;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:14px 18px;text-align:left;border:none}
.policy-view tbody tr{border-bottom:1px solid #e8e8f0;transition:background .15s ease}
.policy-view tbody tr:nth-child(even){background:#f7f7fc}
.policy-view tbody tr:hover{background:#fff0fa}
.policy-view tbody td{padding:13px 18px;color:#2e2e4e;font-size:.95rem;line-height:1.6;vertical-align:top;border:none}
.policy-view th{font-weight:700;text-align:left}
.policy-view td{vertical-align:top}
.policy-view hr{border:none;height:2px;background:linear-gradient(90deg,#F404AF 0%,#3BB6F3 60%,transparent 100%);margin:40px 0;border-radius:2px;opacity:.4}
@media screen and (max-width: 768px) {
.policy-view{padding:32px 20px 48px}
.policy-view h1{font-size:1.7rem;margin-bottom:22px;padding-bottom:14px}
.policy-view h2{font-size:1.3rem;margin-top:36px}
.policy-view h3{font-size:1.1rem;margin-top:28px}
.policy-view h4{font-size:1rem}
.policy-view p{font-size:.97rem;line-height:1.75}
.policy-view ul li,.policy-view ol li{font-size:.97rem}
.policy-view table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.policy-view thead th,.policy-view tbody td{padding:10px 14px;white-space:nowrap}
}
@media screen and (max-width: 480px) {
.policy-view{padding:24px 16px 40px;border-radius:2px}
.policy-view h1{font-size:1.45rem}
.policy-view h2{font-size:1.15rem;padding-left:10px;border-left-width:3px}
.policy-view h3{font-size:1rem;padding-left:8px}
.policy-view hr{margin:28px 0}
}
@media screen and (min-width: 1440px) {
.policy-view{padding:56px 48px 72px}
.policy-view p{font-size:1.03rem;line-height:1.85}
.policy-view h1{font-size:2.5rem}
.policy-view h2{font-size:1.7rem}
}
.program-title-block{position:relative;overflow:hidden;background:#f8f9ff;padding:80px 0 60px}
.program-title-block .title-inner{max-width:1366px;margin:0 auto;padding:0 40px;display:flex;flex-direction:row;align-items:center;gap:0;position:relative}
.program-title-block .title-text-wrapper{flex:1;z-index:2;padding-right:60px}
.program-title-block .title-label{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#F404AF22,#3BB6F322);border-left:3px solid #F404AF;padding:6px 16px;border-radius:0 4px 4px 0;margin-bottom:24px}
.program-title-block .title-label span{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#F404AF}
.program-title-block .title-number-accent{font-size:120px;font-weight:900;line-height:1;background:linear-gradient(135deg,#F404AF,#3BB6F3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.12;position:absolute;top:-20px;left:-10px;z-index:0;pointer-events:none;user-select:none}
.program-title-block .title-heading-outer{position:relative;z-index:1}
.program-title-block .title-heading-outer h1{font-size:48px;font-weight:800;line-height:1.15;color:#1a1a2e;margin-bottom:20px}
.program-title-block .title-heading-outer h1 .accent-word{color:#F404AF;position:relative}
.program-title-block .title-heading-outer h1 .accent-word::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#F404AF,#3BB6F3);border-radius:2px}
.program-title-block .title-description{font-size:17px;line-height:1.7;color:#4a4a6a;max-width:520px;margin-bottom:32px}
.program-title-block .title-stats-row{display:flex;flex-direction:row;gap:32px}
.program-title-block .stat-chip{display:flex;flex-direction:column;gap:4px}
.program-title-block .stat-chip .stat-value{font-size:28px;font-weight:800;color:#1a1a2e;line-height:1}
.program-title-block .stat-chip .stat-key{font-size:12px;color:#7a7a9a;text-transform:uppercase;letter-spacing:1px}
.program-title-block .title-image-outer{flex:0 0 45%;position:relative;height:480px}
.program-title-block .title-image-inner{position:absolute;right:-40px;top:0;bottom:0;width:calc(100% + 40px);border-radius:6px 0 0 6px;overflow:hidden;box-shadow:-12px 20px 48px #f404af2e -4px 8px 24px #0000001f}
.program-title-block .title-image-inner img{width:100%;height:100%;object-fit:cover;display:block}
.program-title-block .title-image-inner::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#f404af59 0%,#3bb6f340 60%,#ffa00226 100%);mix-blend-mode:multiply}
.program-title-block .deco-shape{position:absolute;width:200px;height:200px;border:2px dashed #f404af33;border-radius:50%;bottom:-60px;left:30%;pointer-events:none}
.program-modules-section{padding:80px 0;background:#1a1a2e;position:relative}
.program-modules-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F404AF,#3BB6F3,#FFA002)}
.program-modules-section .modules-inner{max-width:1366px;margin:0 auto;padding:0 40px}
.program-modules-section .modules-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:52px;gap:40px}
.program-modules-section .modules-header-text h2{font-size:38px;font-weight:800;color:#fff;margin-bottom:12px;line-height:1.2}
.program-modules-section .modules-header-text p{font-size:15px;color:#99b;max-width:440px;line-height:1.6}
.program-modules-section .modules-count-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#F404AF,#3BB6F3);flex-shrink:0}
.program-modules-section .modules-count-badge .count-big{font-size:32px;font-weight:900;color:#fff;line-height:1}
.program-modules-section .modules-count-badge .count-label{font-size:10px;color:#fffc;text-transform:uppercase;letter-spacing:1px}
.program-modules-section .modules-accordion{display:flex;flex-direction:column;gap:2px}
.program-modules-section .module-item input[type="checkbox"]{display:none}
.program-modules-section .module-item{background:#ffffff0a;border-radius:4px;overflow:hidden;border:1px solid #ffffff12;transition:border-color .3s}
.program-modules-section .module-item:hover{border-color:#f404af4d}
.program-modules-section .module-label{display:flex;flex-direction:row;align-items:center;gap:20px;padding:20px 24px;cursor:pointer;user-select:none}
.program-modules-section .module-number{font-size:13px;font-weight:700;color:#F404AF;min-width:32px}
.program-modules-section .module-title-text{flex:1;font-size:16px;font-weight:600;color:#e0e0f0}
.program-modules-section .module-duration{font-size:12px;color:#99b;background:#ffffff0f;padding:4px 12px;border-radius:20px}
.program-modules-section .module-toggle-icon{width:24px;height:24px;border-radius:50%;background:#f404af26;display:flex;align-items:center;justify-content:center;transition:transform 0.3s,background .3s;flex-shrink:0}
.program-modules-section .module-item input:checked ~ .module-label .module-toggle-icon{transform:rotate(180deg);background:#f404af4d}
.program-modules-section .module-body{max-height:0;overflow:hidden;transition:max-height .4s ease}
.program-modules-section .module-item input:checked ~ .module-body{max-height:300px}
.program-modules-section .module-body-inner{padding:0 24px 24px 76px;display:flex;flex-direction:column;gap:12px}
.program-modules-section .module-body-inner p{font-size:14px;color:#99b;line-height:1.65}
.program-modules-section .module-topics{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.program-modules-section .topic-tag{font-size:12px;color:#3BB6F3;background:#3bb6f31a;border:1px solid #3bb6f333;padding:4px 12px;border-radius:3px}
.program-format-section{padding:80px 0;background:linear-gradient(145deg,#fff8fe 0%,#f0f8ff 50%,#fffbf0 100%);position:relative}
.program-format-section .format-inner{max-width:1366px;margin:0 auto;padding:0 40px}
.program-format-section .format-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:24px}
.program-format-section .format-header-block{grid-column:1 / 2;grid-row:1 / 2;display:flex;flex-direction:column;justify-content:center;padding-right:32px}
.program-format-section .format-header-block h2{font-size:36px;font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:16px}
.program-format-section .format-header-block h2 em{font-style:normal;color:#3BB6F3}
.program-format-section .format-header-block p{font-size:15px;color:#5a5a7a;line-height:1.65}
.program-format-section .format-card{background:#fff;border-radius:6px;padding:28px;border:1px solid #00000012;box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column;gap:14px;transition:transform 0.2s,box-shadow .2s}
.program-format-section .format-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #f404af1f}
.program-format-section .format-card .card-icon-outer{width:48px;height:48px;border-radius:4px;display:flex;align-items:center;justify-content:center}
.program-format-section .format-card .card-icon-outer.pink-bg{background:linear-gradient(135deg,#F404AF22,#F404AF44)}
.program-format-section .format-card .card-icon-outer.blue-bg{background:linear-gradient(135deg,#3BB6F322,#3BB6F344)}
.program-format-section .format-card .card-icon-outer.orange-bg{background:linear-gradient(135deg,#FFA00222,#FFA00244)}
.program-format-section .format-card .card-icon-outer i{font-size:22px}
.program-format-section .format-card .card-icon-outer.pink-bg i{color:#F404AF}
.program-format-section .format-card .card-icon-outer.blue-bg i{color:#3BB6F3}
.program-format-section .format-card .card-icon-outer.orange-bg i{color:#FFA002}
.program-format-section .format-card h4{font-size:16px;font-weight:700;color:#1a1a2e;line-height:1.3}
.program-format-section .format-card p{font-size:14px;color:#6a6a8a;line-height:1.6}
.program-format-section .format-card .card-metric{display:flex;flex-direction:row;align-items:center;gap:8px;padding-top:8px;border-top:1px solid #0000000f}
.program-format-section .format-card .card-metric .metric-val{font-size:20px;font-weight:800;color:#1a1a2e}
.program-format-section .format-card .card-metric .metric-desc{font-size:12px;color:#99a}
.program-format-section .format-wide-card{grid-column:1 / 4;background:linear-gradient(135deg,#1a1a2e 0%,#2a1a3e 100%);border-radius:6px;padding:36px;display:flex;flex-direction:row;align-items:center;gap:40px;border:1px solid #ffffff0f}
.program-format-section .format-wide-card .wide-card-text{flex:1}
.program-format-section .format-wide-card h3{font-size:22px;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.3}
.program-format-section .format-wide-card p{font-size:14px;color:#99b;line-height:1.6;max-width:600px}
.program-format-section .format-wide-card .wide-card-cta{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#F404AF,#3BB6F3);color:#fff;font-weight:700;font-size:14px;text-decoration:none;border-radius:4px;white-space:nowrap;transition:opacity 0.2s,transform .2s;z-index:10;position:relative}
.program-format-section .format-wide-card .wide-card-cta:hover{opacity:.9;transform:translateY(-2px)}
.program-experts-section{padding:80px 0 100px;background:#fff;position:relative}
.program-experts-section::before{content:'';position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#FFA002,#F404AF)}
.program-experts-section .experts-inner{max-width:1366px;margin:0 auto;padding:0 40px}
.program-experts-section .experts-top{text-align:center;margin-bottom:60px}
.program-experts-section .experts-top h2{font-size:36px;font-weight:800;color:#1a1a2e;margin-bottom:14px;line-height:1.2}
.program-experts-section .experts-top p{font-size:16px;color:#5a5a7a;max-width:540px;margin:0 auto;line-height:1.65}
.program-experts-section .experts-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.program-experts-section .expert-profile-card{display:flex;flex-direction:row;gap:24px;background:#f8f9ff;border-radius:6px;padding:28px;border:1px solid #0000000f;box-shadow:0 2px 12px #0000000d}
.program-experts-section .expert-portrait-wrapper{flex-shrink:0;position:relative}
.program-experts-section .expert-portrait-wrapper img{width:90px;height:110px;object-fit:cover;border-radius:4px;display:block}
.program-experts-section .expert-portrait-wrapper::before{content:'';position:absolute;inset:-3px;border-radius:6px;background:linear-gradient(135deg,#F404AF,#3BB6F3);z-index:-1}
.program-experts-section .expert-info{flex:1;display:flex;flex-direction:column;gap:10px}
.program-experts-section .expert-info .expert-name{font-size:18px;font-weight:700;color:#1a1a2e}
.program-experts-section .expert-info .expert-role{font-size:13px;color:#F404AF;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.program-experts-section .expert-info .expert-bio{font-size:14px;color:#6a6a8a;line-height:1.6}
.program-experts-section .expert-info .expert-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}
.program-experts-section .expert-info .expert-tags .etag{font-size:11px;color:#3BB6F3;border:1px solid #3bb6f34d;padding:3px 10px;border-radius:2px;background:#3bb6f312}
.program-experts-section .program-outcomes-panel{background:linear-gradient(145deg,#1a1a2e,#16213e);border-radius:6px;padding:36px;color:#fff;display:flex;flex-direction:column;gap:20px}
.program-experts-section .program-outcomes-panel h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:4px;position:relative;padding-bottom:16px}
.program-experts-section .program-outcomes-panel h3::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:linear-gradient(90deg,#F404AF,#3BB6F3);border-radius:2px}
.program-experts-section .outcome-row{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.program-experts-section .outcome-dot{width:8px;height:8px;border-radius:50%;background:#FFA002;flex-shrink:0;margin-top:6px}
.program-experts-section .outcome-row p{font-size:14px;color:#b0b0cc;line-height:1.6}
.program-experts-section .outcome-row strong{color:#e0e0f0;font-weight:600}
.program-experts-section .program-enroll-bar{grid-column:1 / 3;background:linear-gradient(135deg,#F404AF 0%,#c003a0 40%,#3BB6F3 100%);border-radius:6px;padding:40px 48px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 12px 40px #f404af47}
.program-experts-section .enroll-bar-text h3{font-size:24px;font-weight:800;color:#fff;margin-bottom:8px;line-height:1.2}
.program-experts-section .enroll-bar-text p{font-size:15px;color:#ffffffd9;line-height:1.5}
.program-experts-section .enroll-bar-actions{display:flex;flex-direction:row;gap:14px;flex-shrink:0}
.program-experts-section .enroll-btn-primary{display:inline-block;padding:14px 32px;background:#fff;color:#F404AF;font-weight:700;font-size:14px;text-decoration:none;border-radius:4px;transition:opacity 0.2s,transform .2s;z-index:10;position:relative;white-space:nowrap}
.program-experts-section .enroll-btn-primary:hover{opacity:.92;transform:translateY(-2px)}
.program-experts-section .enroll-btn-secondary{display:inline-block;padding:14px 24px;background:#ffffff26;color:#fff;font-weight:600;font-size:14px;text-decoration:none;border-radius:4px;border:1px solid #ffffff59;transition:background 0.2s,transform .2s;z-index:10;position:relative;white-space:nowrap}
.program-experts-section .enroll-btn-secondary:hover{background:#ffffff40;transform:translateY(-2px)}
@media (max-width: 1024px) {
.program-title-block .title-inner{flex-direction:column;padding:0 24px}
.program-title-block .title-text-wrapper{padding-right:0}
.program-title-block .title-image-outer{width:100%;flex:none;height:320px}
.program-title-block .title-image-inner{right:-24px;left:-24px;width:auto;border-radius:4px}
.program-format-section .format-grid{grid-template-columns:1fr 1fr}
.program-format-section .format-header-block{grid-column:1 / 3}
.program-format-section .format-wide-card{grid-column:1 / 3}
.program-experts-section .experts-layout{grid-template-columns:1fr}
.program-experts-section .program-enroll-bar{grid-column:1;flex-direction:column;align-items:flex-start}
}
@media (max-width: 768px) {
.program-title-block{padding:52px 0 40px}
.program-title-block .title-heading-outer h1{font-size:32px}
.program-title-block .title-stats-row{flex-wrap:wrap;gap:20px}
.program-modules-section .modules-header{flex-direction:column;align-items:flex-start}
.program-format-section .format-grid{grid-template-columns:1fr}
.program-format-section .format-header-block{grid-column:1}
.program-format-section .format-wide-card{grid-column:1;flex-direction:column}
.program-experts-section .expert-profile-card{flex-direction:column}
.program-experts-section .program-enroll-bar{padding:28px 24px}
.program-experts-section .enroll-bar-actions{flex-direction:column;width:100%}
.program-experts-section .enroll-btn-primary,.program-experts-section .enroll-btn-secondary{text-align:center}
.program-modules-section .modules-inner,.program-format-section .format-inner,.program-experts-section .experts-inner{padding:0 20px}
.program-modules-section .modules-header-text h2{font-size:26px}
}
.how-it-works-page{overflow-x:hidden}
.hero-outer{position:relative;background:#0d1117;padding:90px 20px 100px;overflow:hidden;display:flex;flex-direction:column;align-items:center}
.hero-inner{max-width:1366px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;text-align:center}
.hero-abstract-shape-left{position:absolute;top:-60px;left:-80px;width:340px;height:340px;border-radius:50%;background:linear-gradient(135deg,#F404AF 0%,#3BB6F3 100%);opacity:.12;animation:hero-pulse-left 6s ease-in-out infinite alternate;z-index:1}
.hero-abstract-shape-right{position:absolute;bottom:-40px;right:-60px;width:260px;height:260px;border-radius:30% 70% 60% 40% / 40% 50% 50% 60%;background:linear-gradient(220deg,#FFA002 0%,#F404AF 100%);opacity:.1;animation:hero-pulse-right 8s ease-in-out infinite alternate;z-index:1}
.hero-abstract-shape-mid{position:absolute;top:30px;right:15%;width:120px;height:120px;border:2px solid #3BB6F3;border-radius:4px;opacity:.15;transform:rotate(30deg);animation:hero-rotate-mid 12s linear infinite;z-index:1}
@keyframes hero-pulse-left {
0%{transform:scale(1) translate(0,0)}
100%{transform:scale(1.2) translate(20px,30px)}
}
@keyframes hero-pulse-right {
0%{transform:scale(1) translate(0,0)}
100%{transform:scale(1.15) translate(-20px,-20px)}
}
@keyframes hero-rotate-mid {
0%{transform:rotate(30deg)}
100%{transform:rotate(390deg)}
}
.hero-inner .badge-label{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#f404af2e 0%,#3bb6f31f 100%);border:1px solid #f404af59;border-radius:3px;padding:6px 16px;margin-bottom:28px;color:#F404AF;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.hero-inner .badge-label .pe-7s-science{font-size:1rem}
.hero-main-heading{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.18;color:#f0f4f8;margin:0 0 22px;max-width:780px;position:relative}
.hero-main-heading .accent-gradient-text{background:linear-gradient(110deg,#F404AF 0%,#3BB6F3 60%,#FFA002 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-description{font-size:1.08rem;line-height:1.72;color:#a8b8cc;max-width:600px;margin:0 0 38px}
.hero-image-wrapper{position:relative;margin-top:48px;width:100%;max-width:820px;border-radius:6px;overflow:hidden;box-shadow:0 8px 40px #f404af2e 0 2px 12px #00000080;animation:hero-float 5s ease-in-out infinite}
@keyframes hero-float {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-10px)}
}
.hero-image-wrapper img{width:100%;height:420px;object-fit:cover;object-position:center;display:block}
.hero-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#0d1117bf 100%)}
.hero-cta-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(120deg,#F404AF 0%,#3BB6F3 100%);color:#fff;text-decoration:none;font-size:1rem;font-weight:700;padding:15px 36px;border-radius:4px;border:none;cursor:pointer;position:relative;z-index:5;transition:box-shadow .25s ease,transform .2s ease;box-shadow:0 4px 20px #f404af59}
.hero-cta-button:hover{box-shadow:0 8px 32px #f404af8c;transform:translateY(-2px)}
.process-section-outer{padding:90px 20px;background:#f7f9fc;position:relative;overflow:hidden}
.process-section-outer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F404AF 0%,#3BB6F3 50%,#FFA002 100%)}
.process-section-inner{max-width:1366px;margin:0 auto}
.process-header-wrapper{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:64px;max-width:560px}
.process-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#FFA002;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.process-eyebrow::before{content:'';display:inline-block;width:28px;height:2px;background:#FFA002;border-radius:2px}
.process-main-title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#12192a;line-height:1.25;margin:0 0 16px}
.process-main-title .underline-accent{position:relative;display:inline-block}
.process-main-title .underline-accent::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#F404AF,#3BB6F3);border-radius:2px}
.process-subtitle-text{font-size:1rem;color:#4a5568;line-height:1.65;margin:0}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}
.steps-connector{position:absolute;top:52px;left:calc(16.66% + 20px);right:calc(16.66% + 20px);height:2px;background:linear-gradient(90deg,#F404AF,#3BB6F3,#FFA002);z-index:0}
.step-card-wrapper{position:relative;z-index:1;padding:0 16px}
.step-card-inner{background:#fff;border-radius:5px;padding:32px 24px 28px;box-shadow:0 2px 16px #12192a12;border:1px solid #e8edf4;transition:box-shadow .25s ease,transform .2s ease;height:100%;display:flex;flex-direction:column}
.step-card-inner:hover{box-shadow:0 8px 32px #12192a21;transform:translateY(-4px)}
.step-number-badge{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:20px;flex-shrink:0;position:relative}
.step-number-badge.step-badge--pink{background:linear-gradient(135deg,#F404AF,#c2007c);box-shadow:0 4px 16px #f404af59}
.step-number-badge.step-badge--blue{background:linear-gradient(135deg,#3BB6F3,#0d8fd1);box-shadow:0 4px 16px #3bb6f359}
.step-number-badge.step-badge--orange{background:linear-gradient(135deg,#FFA002,#d47e00);box-shadow:0 4px 16px #ffa00259}
.step-icon-display{font-size:1.5rem;color:inherit}
.step-card-title{font-size:1.05rem;font-weight:700;color:#12192a;margin:0 0 10px}
.step-card-description{font-size:.92rem;color:#4a5568;line-height:1.62;margin:0 0 18px;flex:1}
.step-card-detail{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;padding:8px 12px;border-radius:3px;border-left:3px solid}
.step-card-detail.detail--pink{background:#f404af0f;color:#c2007c;border-color:#F404AF}
.step-card-detail.detail--blue{background:#3bb6f312;color:#0d8fd1;border-color:#3BB6F3}
.step-card-detail.detail--orange{background:#ffa00212;color:#b36e00;border-color:#FFA002}
.features-section-outer{padding:90px 20px 100px;background:#12192a;position:relative;overflow:hidden}
.features-zigzag-divider{position:absolute;top:0;left:0;right:0;line-height:0}
.features-inner{max-width:1366px;margin:0 auto}
.features-top-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-bottom:64px}
.features-left-content{display:flex;flex-direction:column}
.features-label{font-size:.75rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#3BB6F3;margin-bottom:16px}
.features-heading{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#f0f4f8;line-height:1.28;margin:0 0 20px}
.features-body-text{font-size:.97rem;color:#8a99b0;line-height:1.7;margin:0 0 32px}
.testimonial-card-fetch{background:#ffffff0d;border:1px solid #ffffff17;border-radius:5px;padding:24px;position:relative}
.testimonial-card-fetch::before{content:'"';position:absolute;top:-10px;left:20px;font-size:3.5rem;color:#F404AF;line-height:1;font-weight:800}
.testimonial-quote-text{font-size:.92rem;color:#c0cfe0;line-height:1.65;font-style:italic;margin:0 0 16px;padding-top:12px}
.testimonial-author-row{display:flex;align-items:center;gap:14px}
.testimonial-portrait{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #F404AF;flex-shrink:0}
.testimonial-author-info{display:flex;flex-direction:column}
.testimonial-author-name{font-size:.88rem;font-weight:700;color:#f0f4f8}
.testimonial-author-role{font-size:.78rem;color:#5a7090}
.features-right-panel{display:flex;flex-direction:column;gap:20px}
.feature-accordion-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;overflow:hidden}
.feature-accordion-item input[type="checkbox"]{display:none}
.feature-accordion-label{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;cursor:pointer;transition:background .2s ease}
.feature-accordion-label:hover{background:#ffffff0a}
.feature-accordion-label-left{display:flex;align-items:center;gap:14px}
.feature-accordion-icon{width:36px;height:36px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.feature-accordion-icon.icon--pink{background:#f404af26;color:#F404AF}
.feature-accordion-icon.icon--blue{background:#3bb6f326;color:#3BB6F3}
.feature-accordion-icon.icon--orange{background:#ffa00226;color:#FFA002}
.feature-accordion-title{font-size:.95rem;font-weight:600;color:#e0eaf5}
.accordion-toggle-arrow{font-size:1.2rem;color:#5a7090;transition:transform .25s ease;flex-shrink:0}
.feature-accordion-item input[type="checkbox"]:checked ~ .feature-accordion-label .accordion-toggle-arrow{transform:rotate(180deg);color:#3BB6F3}
.feature-accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.feature-accordion-item input[type="checkbox"]:checked ~ .feature-accordion-body{max-height:300px}
.feature-accordion-body-inner{padding:0 20px 20px 70px;font-size:.88rem;color:#8a99b0;line-height:1.65}
.stats-row-data{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:linear-gradient(90deg,#f404af33,#3bb6f333);border-radius:6px;overflow:hidden}
.stat-data-item{background:#0d1117;padding:32px 20px;display:flex;flex-direction:column;align-items:center;text-align:center}
.stat-data-number{font-size:2rem;font-weight:800;line-height:1;margin-bottom:6px}
.stat-data-number.number--pink{color:#F404AF}
.stat-data-number.number--blue{color:#3BB6F3}
.stat-data-number.number--orange{color:#FFA002}
.stat-data-number.number--white{color:#f0f4f8}
.stat-data-label{font-size:.8rem;color:#5a7090;line-height:1.4;text-transform:uppercase;letter-spacing:.06em;font-weight:600}
.second-testimonial-portrait{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #3BB6F3;flex-shrink:0}
@media (max-width: 1024px) {
.steps-grid{grid-template-columns:1fr;gap:24px}
.steps-connector{display:none}
.step-card-wrapper{padding:0}
.features-top-row{grid-template-columns:1fr;gap:40px}
.stats-row-data{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero-outer{padding:60px 16px 70px}
.hero-image-wrapper img{height:240px}
.process-section-outer{padding:60px 16px}
.process-header-wrapper{margin-bottom:40px}
.features-section-outer{padding:60px 16px 70px}
.stats-row-data{grid-template-columns:repeat(2,1fr)}
.hero-abstract-shape-left,.hero-abstract-shape-right{width:180px;height:180px}
}
@media (max-width: 480px) {
.stats-row-data{grid-template-columns:1fr 1fr}
.stat-data-item{padding:22px 12px}
.feature-accordion-body-inner{padding-left:20px}
}
.hero-outer{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.hero-inner{max-width:1366px;margin:auto;width:100%;padding:80px 40px;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.hero-text-wrapper{flex:1 1 55%;display:flex;flex-direction:column;gap:24px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#f404af1a;border:1px solid #f404af4d;border-radius:4px;padding:6px 14px;width:fit-content}
.hero-badge span{font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#F404AF}
.hero-text-wrapper h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15;color:#1a1a2e;margin:0}
.hero-text-wrapper h1 .accent-pink{color:#F404AF;position:relative}
.hero-text-wrapper h1 .accent-pink::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#F404AF,#3BB6F3);border-radius:2px}
.hero-description{font-size:1.05rem;line-height:1.7;color:#444;max-width:520px;margin:0}
.hero-actions{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.button-primary-hero{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#F404AF 0%,#3BB6F3 100%);color:#fff;font-weight:700;font-size:.95rem;padding:14px 28px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:opacity 0.2s,transform .2s;position:relative;z-index:5}
.button-primary-hero:hover{opacity:.88;transform:translateY(-2px)}
.button-outline-hero{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#1a1a2e;font-weight:600;font-size:.95rem;padding:13px 26px;border-radius:4px;border:2px solid #3BB6F3;text-decoration:none;cursor:pointer;transition:background 0.2s,color .2s;position:relative;z-index:5}
.button-outline-hero:hover{background:#3BB6F3;color:#fff}
.hero-image-wrapper{flex:1 1 40%;position:relative;display:flex;align-items:center;justify-content:center}
.hero-image-wrapper img{width:100%;max-width:460px;height:380px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 12px 40px #3bb6f340 0 4px 12px #0000001f}
.hero-image-vignette{position:absolute;inset:0;border-radius:6px;background:radial-gradient(ellipse at center,transparent 45%,#1a1a2e80 100%);pointer-events:none}
.hero-decoration-dot{position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,#f404af1f 0%,transparent 70%);top:-40px;right:-40px;pointer-events:none}
.hero-bg-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#f8f0ff 0%,#e8f7fd 55%,#fff8ee 100%);z-index:0}
.hero-stats-row{display:flex;flex-direction:row;gap:28px;flex-wrap:wrap;margin-top:8px}
.hero-stat-item{display:flex;flex-direction:column;gap:2px}
.hero-stat-number{font-size:1.6rem;font-weight:800;color:#F404AF;line-height:1}
.hero-stat-label{font-size:.78rem;color:#666;text-transform:uppercase;letter-spacing:.8px}
.problems-section-outer{padding:80px 0;background:#1a1a2e;position:relative;overflow:hidden}
.problems-section-inner{max-width:1366px;margin:auto;padding:0 40px}
.section-header-wrapper{display:flex;flex-direction:column;gap:12px;margin-bottom:56px}
.section-label-tag{display:inline-flex;align-items:center;gap:8px;color:#FFA002;font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.section-header-wrapper h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#fff;margin:0;line-height:1.2}
.section-header-wrapper .section-subtitle{font-size:1rem;color:#fff9;max-width:560px;line-height:1.6;margin:0}
.problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;border:2px solid #ffffff12;border-radius:6px;overflow:hidden}
.problem-card-fetch{background:#ffffff0a;padding:36px 28px;display:flex;flex-direction:column;gap:16px;border-right:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;transition:background .25s;position:relative;overflow:hidden}
.problem-card-fetch:hover{background:#f404af14}
.problem-card-fetch::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:linear-gradient(180deg,#F404AF,#3BB6F3);transition:height .3s}
.problem-card-fetch:hover::before{height:100%}
.problem-icon-handler{width:48px;height:48px;border-radius:4px;background:linear-gradient(135deg,#f404af26,#3bb6f326);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.problem-icon-handler i{font-size:22px;color:#3BB6F3}
.problem-card-fetch h4{font-size:1rem;font-weight:700;color:#fff;margin:0}
.problem-card-fetch p{font-size:.88rem;color:#ffffff8c;line-height:1.65;margin:0}
.problem-solution-tag{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:#FFA002;margin-top:auto}
.problems-bg-shape{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#3bb6f30f 0%,transparent 70%);right:-100px;bottom:-100px;pointer-events:none}
.events-section-outer{padding:80px 0;background:#fff;position:relative}
.events-section-inner{max-width:1366px;margin:auto;padding:0 40px}
.events-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.events-left-content{display:flex;flex-direction:column;gap:28px}
.events-section-header h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:#1a1a2e;margin:0 0 12px;line-height:1.2}
.events-section-header p{font-size:.95rem;line-height:1.7;color:#555;margin:0}
.events-highlight-box{background:linear-gradient(135deg,#f8f0ff,#e8f7fd);border-left:4px solid #F404AF;border-radius:0 6px 6px 0;padding:20px 22px}
.events-highlight-box p{font-size:.9rem;line-height:1.65;color:#333;margin:0}
.events-feature-list{display:flex;flex-direction:column;gap:14px}
.event-feature-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.event-feature-icon{width:36px;height:36px;border-radius:4px;background:linear-gradient(135deg,#F404AF,#FFA002);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.event-feature-icon i{font-size:16px;color:#fff}
.event-feature-text h5{font-size:.92rem;font-weight:700;color:#1a1a2e;margin:0 0 4px}
.event-feature-text p{font-size:.83rem;color:#666;line-height:1.55;margin:0}
.events-right-content{display:flex;flex-direction:column;gap:20px}
.event-card-data{border:1px solid #eee;border-radius:6px;overflow:hidden;display:flex;flex-direction:row;align-items:stretch;transition:box-shadow 0.2s,transform .2s;background:#fff}
.event-card-data:hover{box-shadow:0 8px 28px #f404af1f;transform:translateY(-2px)}
.event-card-date-block{width:72px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 8px;gap:2px}
.event-card-date-block.color-pink{background:linear-gradient(180deg,#F404AF,#c0008a)}
.event-card-date-block.color-blue{background:linear-gradient(180deg,#3BB6F3,#1a8ecf)}
.event-card-date-block.color-orange{background:linear-gradient(180deg,#FFA002,#e08800)}
.event-card-date-block .event-day{font-size:1.4rem;font-weight:800;color:#fff;line-height:1}
.event-card-date-block .event-month{font-size:.68rem;font-weight:600;color:#ffffffd9;text-transform:uppercase;letter-spacing:1px}
.event-card-body{flex:1;padding:16px 20px;display:flex;flex-direction:column;gap:6px}
.event-card-body h5{font-size:.92rem;font-weight:700;color:#1a1a2e;margin:0}
.event-card-body p{font-size:.8rem;color:#777;line-height:1.5;margin:0}
.event-card-meta{display:flex;flex-direction:row;gap:12px;align-items:center;flex-wrap:wrap}
.event-meta-chip{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:#3BB6F3;font-weight:600}
.event-meta-chip i{font-size:12px}
.events-cta-row{display:flex;flex-direction:row;gap:16px;align-items:center;margin-top:8px}
.button-secondary-events{display:inline-flex;align-items:center;gap:8px;background:#1a1a2e;color:#fff;font-weight:700;font-size:.88rem;padding:12px 24px;border-radius:4px;text-decoration:none;transition:background .2s;position:relative;z-index:5}
.button-secondary-events:hover{background:#F404AF}
.events-divider{width:100%;height:2px;background:linear-gradient(90deg,#F404AF 0%,#3BB6F3 50%,#FFA002 100%);border:none;margin:0}
.progress-section-outer{padding:80px 0 100px;background:linear-gradient(160deg,#f4f7fb 0%,#fff 60%,#fdf0fa 100%);position:relative;overflow:hidden}
.progress-section-inner{max-width:1366px;margin:auto;padding:0 40px}
.progress-section-header{text-align:center;margin-bottom:60px}
.progress-section-header h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#1a1a2e;margin:0 0 14px}
.progress-section-header h2 .highlight-orange{color:#FFA002;position:relative}
.progress-section-header h2 .highlight-orange::before{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:#FFA002;border-radius:2px}
.progress-section-header p{font-size:1rem;color:#555;max-width:560px;margin:0 auto;line-height:1.7}
.progress-main-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.progress-image-column{position:relative;display:flex;flex-direction:column;gap:20px}
.progress-image-wrapper{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 16px 48px #00000024}
.progress-image-wrapper img{width:100%;height:300px;object-fit:cover;display:block}
.progress-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#f404af33 0%,transparent 60%);pointer-events:none}
.progress-floating-card{background:#fff;border-radius:6px;padding:20px 24px;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:row;align-items:center;gap:16px}
.progress-floating-icon{width:44px;height:44px;border-radius:4px;background:linear-gradient(135deg,#3BB6F3,#1a8ecf);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.progress-floating-icon i{font-size:20px;color:#fff}
.progress-floating-text h5{font-size:.88rem;font-weight:700;color:#1a1a2e;margin:0 0 2px}
.progress-floating-text p{font-size:.78rem;color:#777;margin:0;line-height:1.4}
.progress-data-column{display:flex;flex-direction:column;gap:28px}
.progress-module-fetch{background:#fff;border-radius:6px;padding:22px 24px;box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column;gap:12px;border:1px solid #f0f0f0}
.progress-module-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}
.progress-module-header h5{font-size:.92rem;font-weight:700;color:#1a1a2e;margin:0;display:flex;align-items:center;gap:8px}
.progress-module-header h5 i{font-size:16px;color:#F404AF}
.progress-percent{font-size:.88rem;font-weight:700;color:#FFA002}
.progress-bar-track{height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}
.progress-bar-fill{height:100%;border-radius:4px;transition:width .6s ease}
.fill-pink{background:linear-gradient(90deg,#F404AF,#c0008a)}
.fill-blue{background:linear-gradient(90deg,#3BB6F3,#1a8ecf)}
.fill-orange{background:linear-gradient(90deg,#FFA002,#e08800)}
.fill-gradient{background:linear-gradient(90deg,#F404AF,#3BB6F3)}
.progress-module-meta{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.progress-module-meta span{font-size:.75rem;color:#999}
.progress-module-meta .badge-completed{font-size:.72rem;font-weight:600;background:#3bb6f31a;color:#3BB6F3;padding:3px 10px;border-radius:20px}
.progress-module-meta .badge-in-progress{font-size:.72rem;font-weight:600;background:#ffa0021a;color:#FFA002;padding:3px 10px;border-radius:20px}
.progress-module-meta .badge-available{font-size:.72rem;font-weight:600;background:#f404af14;color:#F404AF;padding:3px 10px;border-radius:20px}
.progress-testimonials-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:48px}
.testimonial-card-handler{background:#fff;border-radius:6px;padding:24px;box-shadow:0 4px 16px #00000012;border-top:3px solid #F404AF;display:flex;flex-direction:column;gap:14px}
.testimonial-card-handler.border-blue{border-top-color:#3BB6F3}
.testimonial-stars{display:flex;flex-direction:row;gap:3px}
.testimonial-stars span{color:#FFA002;font-size:14px}
.testimonial-card-handler blockquote{font-size:.88rem;line-height:1.65;color:#444;margin:0;font-style:italic}
.testimonial-author-row{display:flex;flex-direction:row;align-items:center;gap:12px;margin-top:auto}
.testimonial-author-row img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}
.testimonial-author-info h6{font-size:.82rem;font-weight:700;color:#1a1a2e;margin:0 0 2px}
.testimonial-author-info span{font-size:.75rem;color:#999}
.progress-cta-wrapper{text-align:center;margin-top:56px}
.progress-cta-wrapper h3{font-size:1.5rem;font-weight:800;color:#1a1a2e;margin:0 0 12px}
.progress-cta-wrapper p{font-size:.95rem;color:#666;margin:0 0 24px;line-height:1.6}
.button-cta-big{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#F404AF 0%,#FFA002 100%);color:#fff;font-weight:700;font-size:1rem;padding:16px 36px;border-radius:4px;text-decoration:none;transition:opacity 0.2s,transform .2s;position:relative;z-index:5;box-shadow:0 6px 24px #f404af4d}
.button-cta-big:hover{opacity:.88;transform:translateY(-3px)}
.progress-bg-decor{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#f404af0f 0%,transparent 70%);top:60px;right:-60px;pointer-events:none}
.progress-bg-decor-2{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#3bb6f314 0%,transparent 70%);bottom:80px;left:-40px;pointer-events:none}
@media (max-width: 1024px) {
.hero-inner{padding:60px 28px;gap:40px}
.problems-grid{grid-template-columns:1fr 1fr}
.events-layout{grid-template-columns:1fr;gap:36px}
.progress-main-layout{grid-template-columns:1fr;gap:36px}
.progress-testimonials-row{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.hero-inner{flex-direction:column;padding:48px 20px}
.hero-image-wrapper{width:100%}
.hero-image-wrapper img{max-width:100%;height:240px}
.hero-stats-row{gap:20px}
.problems-section-inner{padding:0 20px}
.problems-grid{grid-template-columns:1fr}
.events-section-inner{padding:0 20px}
.events-layout{gap:28px}
.progress-section-inner{padding:0 20px}
.progress-testimonials-row{grid-template-columns:1fr}
.progress-section-outer{padding:60px 0 80px}
.hero-outer{min-height:auto}
}
@media (max-width: 480px) {
.hero-actions{flex-direction:column}
.hero-stats-row{gap:16px}
.events-cta-row{flex-direction:column;align-items:flex-start}
}
.contact-page-outer{max-width:1366px;margin:0 auto;padding:0}
.title-collage-wrapper{position:relative;min-height:480px;overflow:hidden;display:flex;flex-direction:row;align-items:stretch}
.title-collage-wrapper .image-fragment-left{position:absolute;top:0;left:0;width:55%;height:100%;z-index:1}
.title-collage-wrapper .image-fragment-left img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(0.7) brightness(0.65)}
.title-collage-wrapper .image-fragment-left::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f404af73 0%,#3bb6f34d 60%,transparent 100%);z-index:2}
.title-collage-wrapper .image-fragment-left::before{content:'';position:absolute;top:0;right:-2px;width:45%;height:100%;background:linear-gradient(to right,transparent 0%,#f8f4fb 100%);z-index:3}
.title-collage-bg-decoration{position:absolute;top:-60px;right:10%;width:320px;height:320px;border-radius:50%;background:linear-gradient(145deg,#ffa0021f 0%,#f404af14 100%);z-index:0}
.title-collage-bg-decoration-2{position:absolute;bottom:-80px;left:30%;width:200px;height:200px;border-radius:50%;background:linear-gradient(215deg,#3bb6f31a 0%,#f404af0f 100%);z-index:0}
.title-text-overlay{position:relative;z-index:10;margin-left:auto;width:50%;padding:64px 48px 64px 24px;display:flex;flex-direction:column;justify-content:center}
.title-text-overlay .contact-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#F404AF;margin-bottom:18px;padding:5px 14px;border:1.5px solid #f404af4d;border-radius:3px;width:fit-content}
.title-text-overlay .contact-headline-main{font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.15;color:#1a1230;margin:0 0 20px;position:relative}
.title-text-overlay .contact-headline-main::after{content:'';display:block;width:56px;height:4px;background:linear-gradient(90deg,#F404AF,#3BB6F3);border-radius:2px;margin-top:16px}
.title-text-overlay .contact-subtext{font-size:16px;line-height:1.7;color:#4a4060;margin:0 0 28px;max-width:400px}
.title-text-overlay .contact-quick-stat{display:flex;flex-direction:row;gap:24px;align-items:center}
.title-text-overlay .contact-quick-stat .stat-pill{display:flex;flex-direction:column;align-items:flex-start}
.title-text-overlay .contact-quick-stat .stat-pill .stat-value{font-size:22px;font-weight:800;color:#F404AF;line-height:1}
.title-text-overlay .contact-quick-stat .stat-pill .stat-label{font-size:11px;color:#7a6e90;letter-spacing:.5px;margin-top:3px}
.title-text-overlay .contact-quick-stat .stat-divider{width:1px;height:36px;background:#f404af33}
.contact-main-section{background:#f8f4fb;padding:80px 0}
.contact-main-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.contact-info-column{display:flex;flex-direction:column;gap:0}
.contact-info-column .info-section-label{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#3BB6F3;margin-bottom:14px}
.contact-info-column .info-heading{font-size:28px;font-weight:700;color:#1a1230;margin:0 0 12px;line-height:1.3}
.contact-info-column .info-description{font-size:15px;line-height:1.7;color:#5a5070;margin:0 0 36px}
.contact-info-cards{display:flex;flex-direction:column;gap:16px}
.contact-info-card{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background:#fff;border-radius:6px;padding:20px 22px;box-shadow:0 2px 12px #1a12300f;border-left:3px solid transparent;transition:border-color 0.25s,box-shadow .25s}
.contact-info-card:hover{border-left-color:#F404AF;box-shadow:0 4px 20px #f404af1a}
.contact-info-card .card-icon-wrapper{width:42px;height:42px;border-radius:5px;background:linear-gradient(135deg,#f404af1f 0%,#3bb6f31a 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-info-card .card-icon-wrapper .pe-7s-map-marker,.contact-info-card .card-icon-wrapper .pe-7s-call,.contact-info-card .card-icon-wrapper .pe-7s-mail{font-size:22px;color:#F404AF}
.contact-info-card .card-text-content{display:flex;flex-direction:column}
.contact-info-card .card-text-content .card-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#9a90b0;margin-bottom:4px}
.contact-info-card .card-text-content .card-value{font-size:15px;font-weight:600;color:#1a1230;line-height:1.5}
.contact-info-card .card-text-content .card-value a{color:#1a1230;text-decoration:none;transition:color .2s}
.contact-info-card .card-text-content .card-value a:hover{color:#F404AF}
.contact-response-note{margin-top:28px;padding:18px 20px;background:linear-gradient(135deg,#3bb6f314 0%,#f404af0f 100%);border-radius:5px;border:1px solid #3bb6f333;display:flex;flex-direction:row;align-items:center;gap:12px}
.contact-response-note .pe-7s-clock{font-size:22px;color:#3BB6F3;flex-shrink:0}
.contact-response-note .response-text{font-size:13px;line-height:1.6;color:#4a4060}
.contact-response-note .response-text strong{color:#1a1230}
.contact-form-column{background:#fff;border-radius:8px;box-shadow:0 4px 24px #1a12301a;padding:44px 40px;position:relative;overflow:hidden}
.contact-form-column::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F404AF 0%,#3BB6F3 50%,#FFA002 100%)}
.form-column-heading{font-size:22px;font-weight:700;color:#1a1230;margin:0 0 6px}
.form-column-subheading{font-size:14px;color:#7a6e90;margin:0 0 32px;line-height:1.6}
.elegant-contact-form{display:flex;flex-direction:column;gap:20px}
.form-field-group{display:flex;flex-direction:column;gap:7px}
.form-field-group .field-label{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#5a5070}
.form-field-group .field-label .required-mark{color:#F404AF;margin-left:3px}
.form-field-group .text-input-field{width:100%;padding:13px 16px;border:1.5px solid #e0d8f0;border-radius:5px;font-size:15px;color:#1a1230;background:#fdfbff;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;outline:none}
.form-field-group .text-input-field:focus{border-color:#F404AF;box-shadow:0 0 0 3px #f404af1a;background:#fff}
.form-field-group .select-input-field{width:100%;padding:13px 40px 13px 16px;border:1.5px solid #e0d8f0;border-radius:5px;font-size:15px;color:#1a1230;background:#fdfbff;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23F404AF' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;outline:none;cursor:pointer}
.form-field-group .select-input-field:focus{border-color:#F404AF;box-shadow:0 0 0 3px #f404af1a;background-color:#fff}
.radio-group-wrapper{display:flex;flex-direction:column;gap:7px}
.radio-group-wrapper .radio-group-label{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#5a5070}
.radio-group-wrapper .radio-group-label .required-mark{color:#F404AF;margin-left:3px}
.radio-options-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.radio-options-row .radio-option-item{position:relative}
.radio-options-row .radio-option-item input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.radio-options-row .radio-option-item label{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1.5px solid #e0d8f0;border-radius:4px;font-size:13px;font-weight:600;color:#5a5070;background:#fdfbff;cursor:pointer;transition:all .2s;user-select:none}
.radio-options-row .radio-option-item label::before{content:'';width:14px;height:14px;border-radius:50%;border:2px solid #c8c0dc;display:inline-block;transition:all .2s;flex-shrink:0}
.radio-options-row .radio-option-item input[type="radio"]:checked + label{border-color:#F404AF;background:#f404af0d;color:#F404AF}
.radio-options-row .radio-option-item input[type="radio"]:checked + label::before{border-color:#F404AF;background:#F404AF;box-shadow:inset 0 0 0 3px #fff}
.radio-options-row .radio-option-item label:hover{border-color:#3BB6F3;color:#3BB6F3}
.form-privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.form-privacy-row .privacy-checkbox{width:18px;height:18px;margin-top:2px;accent-color:#F404AF;flex-shrink:0;cursor:pointer}
.form-privacy-row .privacy-label-text{font-size:13px;line-height:1.6;color:#5a5070}
.form-privacy-row .privacy-label-text a{color:#F404AF;text-decoration:underline;text-underline-offset:2px}
.form-privacy-row .privacy-label-text a:hover{color:#3BB6F3}
.form-submit-button-wrapper{display:flex;flex-direction:column;gap:0}
.form-submit-button-wrapper .submit-action-button{width:100%;padding:16px 32px;background:linear-gradient(135deg,#F404AF 0%,#c2038a 100%);color:#fff;border:none;border-radius:5px;font-size:15px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:opacity 0.25s,box-shadow 0.25s,transform .15s;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;z-index:5;box-shadow:0 4px 16px #f404af59}
.form-submit-button-wrapper .submit-action-button:hover{opacity:.92;box-shadow:0 6px 24px #f404af73;transform:translateY(-1px)}
.form-submit-button-wrapper .submit-action-button:active{transform:translateY(0);box-shadow:0 2px 8px #f404af4d}
.form-submit-button-wrapper .submit-action-button .pe-7s-paper-plane{font-size:18px}
.form-fields-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width: 1024px) {
.contact-main-inner{grid-template-columns:1fr;gap:40px}
.title-text-overlay{width:60%;padding:48px 32px 48px 20px}
.title-collage-wrapper .image-fragment-left{width:50%}
}
@media (max-width: 768px) {
.title-collage-wrapper{min-height:360px;flex-direction:column}
.title-collage-wrapper .image-fragment-left{width:100%;height:200px;position:relative;top:auto;left:auto}
.title-collage-wrapper .image-fragment-left::before{display:none}
.title-text-overlay{width:100%;margin-left:0;padding:32px 24px;position:relative;z-index:10;background:#f8f4fb}
.title-text-overlay .contact-headline-main{font-size:28px}
.contact-form-column{padding:28px 20px}
.form-fields-two-col{grid-template-columns:1fr}
.radio-options-row{flex-direction:column}
.title-collage-bg-decoration,.title-collage-bg-decoration-2{display:none}
.title-text-overlay .contact-quick-stat{flex-wrap:wrap;gap:16px}
.contact-main-section{padding:48px 0}
.contact-main-inner{padding:0 16px}
}
@media (max-width: 480px) {
.title-collage-wrapper .image-fragment-left{height:160px}
.title-text-overlay .contact-subtext{font-size:14px}
.title-collage-wrapper{min-height:auto}
}
.about-title-block{position:relative;overflow:hidden;min-height:480px;display:flex;flex-direction:column;justify-content:center}
.about-title-block .title-background-wrapper{position:absolute;inset:0;z-index:0}
.about-title-block .title-background-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.about-title-block .title-background-wrapper::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#f404afd1 0%,#3bb6f3b8 55%,#ffa00273 100%)}
.about-title-block .title-corner-decorator{position:absolute;width:60px;height:60px;z-index:2}
.about-title-block .title-corner-decorator.top-left{top:24px;left:24px;border-top:2px solid #ffffffb3;border-left:2px solid #ffffffb3}
.about-title-block .title-corner-decorator.top-right{top:24px;right:24px;border-top:2px solid #ffffffb3;border-right:2px solid #ffffffb3}
.about-title-block .title-corner-decorator.bottom-left{bottom:24px;left:24px;border-bottom:2px solid #ffffffb3;border-left:2px solid #ffffffb3}
.about-title-block .title-corner-decorator.bottom-right{bottom:24px;right:24px;border-bottom:2px solid #ffffffb3;border-right:2px solid #ffffffb3}
.about-title-block .title-content-inner{position:relative;z-index:3;max-width:1366px;margin:0 auto;padding:72px 40px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.about-title-block .title-eyebrow{display:inline-flex;align-items:center;gap:10px;background:#ffffff2e;border:1px solid #ffffff59;border-radius:3px;padding:6px 16px;color:#fff;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}
.about-title-block .title-main-heading{color:#fff;font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.15;margin:0;max-width:680px}
.about-title-block .title-subtitle-text{color:#ffffffe0;font-size:1.08rem;line-height:1.7;max-width:560px;margin:0}
.about-title-block .title-action-row{display:flex;flex-direction:row;align-items:center;gap:20px;flex-wrap:wrap}
.about-title-block .title-cta-primary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#F404AF;font-weight:700;font-size:.95rem;padding:13px 28px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.2s,transform .18s;box-shadow:0 4px 18px #f404af2e;position:relative;z-index:5}
.about-title-block .title-cta-primary:hover{box-shadow:0 8px 28px #f404af52;transform:translateY(-2px)}
.about-title-block .title-stat-pill{color:#fff;font-size:.88rem;display:flex;flex-direction:row;align-items:center;gap:8px}
.about-title-block .title-stat-pill span.stat-num{font-size:1.5rem;font-weight:800;color:#FFA002}
.about-story-section{background:#f8f9fc;padding:80px 0 72px}
.about-story-section .story-outer{max-width:1366px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.about-story-section .story-image-wrapper{position:relative}
.about-story-section .story-image-wrapper img{width:100%;height:380px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 8px 32px #3bb6f321}
.about-story-section .story-image-badge{position:absolute;bottom:-20px;right:-16px;background:linear-gradient(135deg,#F404AF 0%,#FFA002 100%);color:#fff;border-radius:5px;padding:18px 24px;box-shadow:0 6px 22px #f404af38;text-align:center}
.about-story-section .story-image-badge .badge-number{display:block;font-size:2rem;font-weight:800;line-height:1}
.about-story-section .story-image-badge .badge-label{display:block;font-size:.78rem;letter-spacing:.06em;margin-top:4px;opacity:.9}
.about-story-section .story-text-wrapper{display:flex;flex-direction:column;gap:22px}
.about-story-section .story-section-label{display:inline-flex;align-items:center;gap:8px;color:#F404AF;font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.about-story-section .story-section-label::before{content:'';display:inline-block;width:24px;height:2px;background:#F404AF;border-radius:2px}
.about-story-section .story-main-title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#1a1a2e;margin:0;line-height:1.2}
.about-story-section .story-main-title .highlight-accent{color:#3BB6F3}
.about-story-section .story-paragraph{color:#444;font-size:.97rem;line-height:1.75;margin:0}
.about-story-section .story-keyword-tag{display:inline-block;background:#3bb6f31a;border:1px solid #3bb6f340;color:#1a7aad;font-size:.8rem;font-weight:600;border-radius:3px;padding:4px 12px;margin-right:8px;margin-bottom:4px}
.about-values-section{padding:80px 0;background:#fff;position:relative;overflow:hidden}
.about-values-section::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:linear-gradient(135deg,#f404af0f,#3bb6f314);pointer-events:none}
.about-values-section .values-outer{max-width:1366px;margin:0 auto;padding:0 40px}
.about-values-section .values-header-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:52px;flex-wrap:wrap}
.about-values-section .values-header-left{display:flex;flex-direction:column;gap:12px;max-width:520px}
.about-values-section .values-section-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#FFA002;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.about-values-section .values-section-eyebrow .pe-7s-star{font-size:1rem}
.about-values-section .values-heading{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#1a1a2e;margin:0;line-height:1.25}
.about-values-section .values-subtext{color:#666;font-size:.95rem;line-height:1.65;margin:0;max-width:340px}
.about-values-section .values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.about-values-section .value-card{border:1px solid #eaecf0;border-radius:6px;padding:32px 28px;background:#fff;position:relative;overflow:hidden;transition:box-shadow 0.22s,transform 0.2s,border-color .2s;cursor:default}
.about-values-section .value-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#F404AF,#3BB6F3);opacity:0;transition:opacity .22s}
.about-values-section .value-card:hover{box-shadow:0 8px 28px #3bb6f31f;transform:translateY(-4px);border-color:#3bb6f34d}
.about-values-section .value-card:hover::before{opacity:1}
.about-values-section .value-card-icon{width:48px;height:48px;border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:18px;font-size:1.5rem}
.about-values-section .value-card-icon.icon-pink{background:#f404af1a;color:#F404AF}
.about-values-section .value-card-icon.icon-blue{background:#3bb6f31a;color:#3BB6F3}
.about-values-section .value-card-icon.icon-orange{background:#ffa0021a;color:#FFA002}
.about-values-section .value-card-title{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 10px}
.about-values-section .value-card-text{color:#555;font-size:.91rem;line-height:1.68;margin:0}
.about-team-section{background:linear-gradient(158deg,#1a1a2e 0%,#16213e 55%,#0f3460 100%);padding:84px 0;position:relative;overflow:hidden}
.about-team-section::after{content:'';position:absolute;bottom:-60px;left:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#f404af1f 0%,transparent 70%);pointer-events:none}
.about-team-section .team-outer{max-width:1366px;margin:0 auto;padding:0 40px}
.about-team-section .team-section-label{color:#3BB6F3;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;display:block}
.about-team-section .team-main-heading{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#fff;margin:0 0 48px;line-height:1.2;max-width:580px}
.about-team-section .team-layout-grid{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:start}
.about-team-section .team-profiles-stack{display:flex;flex-direction:column;gap:20px}
.about-team-section .team-profile-card{background:#ffffff12;border:1px solid #ffffff1f;border-radius:6px;padding:24px;display:flex;flex-direction:row;gap:18px;align-items:flex-start;transition:background .2s}
.about-team-section .team-profile-card:hover{background:#ffffff1c}
.about-team-section .team-profile-card img{width:72px;height:72px;border-radius:5px;object-fit:cover;flex-shrink:0;border:2px solid #3bb6f359}
.about-team-section .team-profile-info{display:flex;flex-direction:column;gap:4px}
.about-team-section .team-profile-name{color:#fff;font-weight:700;font-size:1rem;margin:0}
.about-team-section .team-profile-role{color:#3BB6F3;font-size:.82rem;font-weight:600;margin:0}
.about-team-section .team-profile-bio{color:#ffffffad;font-size:.88rem;line-height:1.6;margin:6px 0 0}
.about-team-section .team-right-content{display:flex;flex-direction:column;gap:32px}
.about-team-section .team-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.about-team-section .team-stat-block{border-left:3px solid #F404AF;padding-left:18px}
.about-team-section .team-stat-block.stat-blue{border-color:#3BB6F3}
.about-team-section .team-stat-block.stat-orange{border-color:#FFA002}
.about-team-section .team-stat-number{display:block;font-size:2rem;font-weight:800;color:#fff;line-height:1}
.about-team-section .team-stat-label{display:block;color:#fff9;font-size:.83rem;margin-top:4px}
.about-team-section .team-approach-block{background:#ffffff0d;border-radius:6px;padding:28px 32px;border:1px solid #ffffff17}
.about-team-section .team-approach-title{color:#FFA002;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px}
.about-team-section .team-approach-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}
.about-team-section .team-approach-list li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;color:#ffffffc7;font-size:.92rem;line-height:1.5}
.about-team-section .team-approach-list li .pe-7s-check{color:#3BB6F3;font-size:1rem;margin-top:2px;flex-shrink:0}
.about-team-section .team-image-showcase{position:relative;border-radius:6px;overflow:hidden;height:180px}
.about-team-section .team-image-showcase img{width:100%;height:100%;object-fit:cover;display:block}
.about-team-section .team-image-showcase::after{content:'Apprentissage actif';position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#0f3460e0 0%,transparent 100%);color:#fff;font-size:.88rem;font-weight:600;padding:18px 18px 14px}
.about-approach-section{background:#f8f9fc;padding:84px 0;position:relative}
.about-approach-section .approach-outer{max-width:1366px;margin:0 auto;padding:0 40px}
.about-approach-section .approach-header{text-align:center;margin-bottom:56px}
.about-approach-section .approach-eyebrow{display:inline-block;color:#F404AF;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;position:relative;padding:0 18px}
.about-approach-section .approach-eyebrow::before,.about-approach-section .approach-eyebrow::after{content:'';position:absolute;top:50%;width:14px;height:1px;background:#F404AF}
.about-approach-section .approach-eyebrow::before{left:0}
.about-approach-section .approach-eyebrow::after{right:0}
.about-approach-section .approach-main-title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#1a1a2e;margin:0 auto 14px;max-width:580px;line-height:1.22}
.about-approach-section .approach-subtitle{color:#666;font-size:.97rem;line-height:1.7;max-width:520px;margin:0 auto}
.about-approach-section .approach-steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 48px;position:relative}
.about-approach-section .approach-steps-grid::before{content:'';position:absolute;top:0;bottom:0;left:50%;width:1px;background:linear-gradient(180deg,transparent,#3bb6f340 20%,#f404af33 80%,transparent);transform:translateX(-50%)}
.about-approach-section .approach-step{display:flex;flex-direction:column;gap:14px;padding:28px;background:#fff;border-radius:5px;border:1px solid #eaedf2;position:relative;transition:box-shadow .2s}
.about-approach-section .approach-step:hover{box-shadow:0 6px 24px #f404af14}
.about-approach-section .approach-step-number{width:36px;height:36px;border-radius:4px;background:linear-gradient(135deg,#F404AF,#3BB6F3);color:#fff;font-size:.88rem;font-weight:800;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.about-approach-section .approach-step-title{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0}
.about-approach-section .approach-step-text{color:#555;font-size:.91rem;line-height:1.68;margin:0}
.about-approach-section .approach-step-tag{display:inline-block;font-size:.75rem;font-weight:700;color:#3BB6F3;background:#3bb6f314;border-radius:2px;padding:3px 10px;align-self:flex-start}
.about-cta-section{background:#fff;padding:80px 0 88px}
.about-cta-section .cta-outer{max-width:1366px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 420px;gap:56px;align-items:center}
.about-cta-section .cta-image-side{position:relative;display:flex;flex-direction:column;gap:16px}
.about-cta-section .cta-image-main{width:100%;height:300px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 8px 32px #0f346021}
.about-cta-section .cta-image-accent-bar{height:4px;background:linear-gradient(90deg,#F404AF 0%,#3BB6F3 50%,#FFA002 100%);border-radius:2px}
.about-cta-section .cta-text-side{display:flex;flex-direction:column;gap:24px}
.about-cta-section .cta-label{display:inline-flex;align-items:center;gap:8px;color:#FFA002;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.about-cta-section .cta-heading{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#1a1a2e;margin:0;line-height:1.22}
.about-cta-section .cta-heading .cta-heading-accent{background:linear-gradient(90deg,#F404AF,#3BB6F3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.about-cta-section .cta-paragraph{color:#555;font-size:.96rem;line-height:1.72;margin:0}
.about-cta-section .cta-contact-block{background:#f8f9fc;border-radius:5px;padding:20px 24px;display:flex;flex-direction:column;gap:12px;border:1px solid #eaedf2}
.about-cta-section .cta-contact-item{display:flex;flex-direction:row;align-items:center;gap:12px;color:#444;font-size:.9rem;text-decoration:none}
.about-cta-section .cta-contact-item .pe-7s-mail,.about-cta-section .cta-contact-item .pe-7s-call,.about-cta-section .cta-contact-item .pe-7s-map-marker{color:#F404AF;font-size:1.1rem;flex-shrink:0}
.about-cta-section .cta-buttons-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.about-cta-section .cta-button-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#F404AF 0%,#3BB6F3 100%);color:#fff;font-weight:700;font-size:.95rem;padding:13px 26px;border-radius:4px;text-decoration:none;transition:box-shadow 0.2s,transform .18s;box-shadow:0 4px 18px #f404af33;position:relative;z-index:5}
.about-cta-section .cta-button-primary:hover{box-shadow:0 8px 28px #f404af4d;transform:translateY(-2px)}
.about-cta-section .cta-button-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#1a1a2e;font-weight:700;font-size:.95rem;padding:12px 26px;border-radius:4px;text-decoration:none;border:2px solid #eaedf2;transition:border-color 0.2s,color .2s;position:relative;z-index:5}
.about-cta-section .cta-button-outline:hover{border-color:#3BB6F3;color:#3BB6F3}
@media (max-width: 1024px) {
.about-story-section .story-outer{grid-template-columns:1fr;gap:48px}
.about-story-section .story-image-badge{right:16px;bottom:-16px}
.about-values-section .values-grid{grid-template-columns:1fr 1fr}
.about-team-section .team-layout-grid{grid-template-columns:1fr;gap:36px}
.about-team-section .team-stats-row{grid-template-columns:repeat(3,1fr)}
.about-cta-section .cta-outer{grid-template-columns:1fr;gap:36px}
.about-cta-section .cta-image-main{height:240px}
}
@media (max-width: 768px) {
.about-title-block .title-content-inner{padding:56px 24px}
.about-story-section{padding:56px 0}
.about-story-section .story-outer{padding:0 24px}
.about-values-section .values-outer{padding:0 24px}
.about-values-section .values-grid{grid-template-columns:1fr}
.about-values-section .values-header-row{flex-direction:column;align-items:flex-start}
.about-team-section .team-outer{padding:0 24px}
.about-team-section .team-stats-row{grid-template-columns:1fr 1fr;gap:16px}
.about-approach-section .approach-outer{padding:0 24px}
.about-approach-section .approach-steps-grid{grid-template-columns:1fr}
.about-approach-section .approach-steps-grid::before{display:none}
.about-cta-section .cta-outer{padding:0 24px}
.about-cta-section .cta-buttons-row{flex-direction:column}
.about-team-section .team-profiles-stack{flex-direction:column}
}
@media (max-width: 480px) {
.about-team-section .team-stats-row{grid-template-columns:1fr}
.about-title-block .title-action-row{flex-direction:column;align-items:flex-start}
}
.success-page-outer{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden;background:#f8f9fb}
.success-page-outer::before{content:'';position:absolute;top:-120px;left:-80px;width:500px;height:500px;background:radial-gradient(ellipse at center,#f404af1f 0%,#3bb6f312 50%,transparent 75%);pointer-events:none;z-index:0}
.success-page-outer::after{content:'';position:absolute;bottom:-100px;right:-60px;width:420px;height:420px;background:radial-gradient(ellipse at center,#3bb6f321 0%,#ffa0020f 50%,transparent 75%);pointer-events:none;z-index:0}
.success-page-inner{position:relative;z-index:2;max-width:680px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}
.success-glow-wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:36px}
.success-glow-ring{position:absolute;width:130px;height:130px;border-radius:50%;background:conic-gradient(from 145deg,#F404AF 0deg,#3BB6F3 120deg,#FFA002 240deg,#F404AF 360deg);opacity:.18;filter:blur(16px);animation:success-pulse-ring 3s ease-in-out infinite}
@keyframes success-pulse-ring {
0%,100%{transform:scale(1);opacity:.18}
50%{transform:scale(1.18);opacity:.28}
}
.success-icon-container{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#F404AF 0%,#3BB6F3 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #f404af47 0 2px 8px #3bb6f32e;position:relative;z-index:1}
.success-icon-container .pe-7s-check{font-size:42px;color:#fff;display:block}
.success-descriptor-text{font-size:13px;letter-spacing:2.5px;text-transform:uppercase;color:#F404AF;font-weight:600;margin-bottom:14px;display:block}
.success-descriptor-text::before{content:'';display:inline-block;width:24px;height:2px;background:linear-gradient(90deg,#F404AF,#3BB6F3);vertical-align:middle;margin-right:10px;border-radius:2px}
.success-descriptor-text::after{content:'';display:inline-block;width:24px;height:2px;background:linear-gradient(90deg,#3BB6F3,#F404AF);vertical-align:middle;margin-left:10px;border-radius:2px}
.success-main-heading{font-size:2.4rem;font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:18px;letter-spacing:-.5px}
.success-main-heading .heading-accent-word{background:linear-gradient(110deg,#F404AF 0%,#3BB6F3 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.success-body-text{font-size:1.05rem;color:#4a4a6a;line-height:1.75;margin-bottom:40px;max-width:540px}
.success-card-wrapper{width:100%;background:#fff;border-radius:4px;border:1px solid #3bb6f333;box-shadow:0 4px 20px #3bb6f314 0 1px 4px #0000000a;padding:32px 36px;margin-bottom:36px;position:relative;overflow:hidden}
.success-card-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#F404AF 0%,#3BB6F3 50%,#FFA002 100%)}
.success-next-steps-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#9a9ab8;font-weight:600;margin-bottom:20px;display:block;text-align:left}
.success-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.success-steps-list li{display:flex;flex-direction:row;align-items:flex-start;gap:14px;text-align:left}
.success-step-number{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#F404AF 0%,#3BB6F3 100%);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}
.success-step-content-block{display:flex;flex-direction:column;gap:2px}
.success-step-title{font-size:.95rem;font-weight:700;color:#1a1a2e}
.success-step-detail{font-size:.85rem;color:#6a6a8a;line-height:1.5}
.success-actions-wrapper{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;justify-content:center;margin-bottom:40px}
.success-btn-primary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#F404AF 0%,#3BB6F3 100%);color:#fff;font-size:.92rem;font-weight:700;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow .25s ease,transform .2s ease;box-shadow:0 4px 16px #f404af4d;position:relative;z-index:5;letter-spacing:.3px}
.success-btn-primary:hover{box-shadow:0 8px 24px #f404af6b;transform:translateY(-2px);color:#fff;text-decoration:none}
.success-btn-secondary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:13px 28px;background:transparent;color:#3BB6F3;font-size:.92rem;font-weight:700;border-radius:4px;text-decoration:none;border:2px solid #3BB6F3;cursor:pointer;transition:background .22s ease,color .22s ease,transform .2s ease;position:relative;z-index:5;letter-spacing:.3px}
.success-btn-secondary:hover{background:#3BB6F3;color:#fff;transform:translateY(-2px);text-decoration:none}
.success-divider-shape{width:100%;max-width:480px;display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:32px}
.success-divider-shape .line-segment{flex:1;height:1px;background:linear-gradient(90deg,transparent,#3bb6f34d,transparent)}
.success-divider-shape .center-diamond{width:8px;height:8px;background:linear-gradient(135deg,#F404AF,#FFA002);transform:rotate(45deg);border-radius:1px;flex-shrink:0}
.success-contact-strip{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:.875rem;color:#7a7a9a}
.success-contact-strip a{color:#F404AF;font-weight:600;text-decoration:none;transition:color .2s}
.success-contact-strip a:hover{color:#3BB6F3}
.success-floating-shape-1{position:absolute;top:60px;right:5%;width:48px;height:48px;border:2.5px solid #f404af2e;border-radius:4px;transform:rotate(22deg);animation:success-float-1 6s ease-in-out infinite;z-index:0}
.success-floating-shape-2{position:absolute;bottom:80px;left:7%;width:32px;height:32px;background:linear-gradient(135deg,#ffa00226,#3bb6f31a);border-radius:50%;animation:success-float-2 8s ease-in-out infinite;z-index:0}
.success-floating-shape-3{position:absolute;top:35%;left:3%;width:16px;height:16px;background:#f404af1f;transform:rotate(45deg);animation:success-float-1 5s ease-in-out infinite reverse;z-index:0}
@keyframes success-float-1 {
0%,100%{transform:rotate(22deg) translateY(0)}
50%{transform:rotate(22deg) translateY(-12px)}
}
@keyframes success-float-2 {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-16px) scale(1.08)}
}
@media (max-width: 768px) {
.success-page-outer{padding:40px 16px;min-height:70vh}
.success-main-heading{font-size:1.75rem}
.success-card-wrapper{padding:24px 20px}
.success-actions-wrapper{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{justify-content:center;text-align:center}
.success-floating-shape-1,.success-floating-shape-3{display:none}
}
@media (max-width: 480px) {
.success-main-heading{font-size:1.45rem}
.success-body-text{font-size:.95rem}
.success-icon-container{width:72px;height:72px}
.success-icon-container .pe-7s-check{font-size:34px}
}