*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Lato',sans-serif;background:#fff;color:#0A1222;line-height:1.6}
.saqelir-header-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-bottom:3px solid #0BFDE5;box-shadow:0 4px 12px #0a122214}
.header-inner-container{max-width:1200px;margin:0 auto;padding:0 20px}
.brand-top-section{text-align:center;padding:18px 0 12px;border-bottom:1px solid #0bfde526}
.brand-top-section h1{font-family:'Fira Code',monospace;font-size:28px;font-weight:700;color:#0A1222;letter-spacing:.5px}
.header-middle-row{display:flex;align-items:center;justify-content:space-between;padding:24px 0;gap:40px}
.logo-container-box{flex-shrink:0}
.logo-container-box img{height:95px;width:95px;display:block;background:#0bfde50f;padding:8px;border-radius:24px;box-shadow:0 6px 16px #0bfde526}
.contact-info-left{display:flex;flex-direction:column;gap:10px;flex:1}
.contact-info-right{display:flex;flex-direction:column;gap:10px;flex:1;text-align:right}
.contact-info-left a,.contact-info-right a{display:flex;align-items:center;gap:10px;font-size:15px;color:#0A1222;text-decoration:none;transition:color 200ms ease-in}
.contact-info-right a{justify-content:flex-end}
.contact-info-left a:hover,.contact-info-right a:hover{color:#0BFDE5}
.contact-info-left .mi,.contact-info-right .mi{font-size:18px;color:#0BFDE5}
.primary-navigation-bar{background:#0A1222;border-radius:28px 28px 0 0}
.nav-menu-list{display:flex;justify-content:center;align-items:center;list-style:none;gap:8px;padding:18px 20px;flex-wrap:wrap}
.nav-menu-list li a{display:block;padding:12px 28px;color:#fff;text-decoration:none;font-size:15px;font-weight:400;border-radius:20px;transition:background 300ms ease-in,color 300ms ease-in}
.nav-menu-list li a:hover{background:#0BFDE5;color:#0A1222}
@media (max-width: 1024px) {
.header-middle-row{flex-wrap:wrap;justify-content:center;text-align:center}
.contact-info-left,.contact-info-right{flex:1 1 100%;text-align:center}
.contact-info-left a,.contact-info-right a{justify-content:center}
}
@media (max-width: 640px) {
.brand-top-section h1{font-size:22px}
.logo-container-box img{height:70px;width:70px}
.contact-info-left,.contact-info-right{display:none}
.nav-menu-list{flex-direction:column;gap:6px}
.nav-menu-list li{width:100%}
.nav-menu-list li a{width:100%;text-align:center}
}
.footer-main-wrapper{background:#0A1222;color:#fff;margin-top:80px}
.footer-content-grid{max-width:1200px;margin:0 auto;padding:60px 20px 30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px}
.footer-block-section{border-left:4px solid #0BFDE5;padding-left:20px}
.footer-block-section h3{font-family:'Fira Code',monospace;font-size:20px;margin-bottom:18px;color:#0BFDE5;font-weight:700}
.footer-block-section p{font-size:14px;line-height:1.8;margin-bottom:12px;color:#ffffffd9}
.footer-block-section a{color:#0BFDE5;text-decoration:none;transition:color 200ms ease-in}
.footer-block-section a:hover{color:#FFE517}
.footer-menu-links{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-menu-links li a{display:inline-block;padding:6px 0;font-size:14px}
.footer-bottom-bar{border-top:2px solid #0bfde533;padding:24px 20px;text-align:center;max-width:1200px;margin:0 auto}
.footer-bottom-bar p{font-size:13px;color:#ffffffb3}
.cookie-consent-card{position:fixed;bottom:30px;right:30px;background:#fff;border-radius:24px;box-shadow:0 12px 32px #0a122240;max-width:420px;padding:28px;z-index:9999;border:2px solid #0BFDE5;transform:translateX(500px);opacity:0;transition:transform 400ms ease-in,opacity 400ms ease-in}
.cookie-consent-card.show{transform:translateX(0);opacity:1}
.cookie-consent-card.hide{transform:translateX(500px);opacity:0}
.cookie-header-text h3{font-family:'Fira Code',monospace;font-size:19px;color:#0A1222;margin-bottom:12px;font-weight:700}
.cookie-description-text{font-size:14px;line-height:1.7;color:#0A1222;margin-bottom:20px}
.cookie-categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:22px}
.category-option-card{background:#0bfde514;padding:12px;border-radius:16px;border:1px solid #0bfde533}
.category-option-card label{display:flex;align-items:center;gap:8px;font-size:13px;color:#0A1222;cursor:pointer}
.category-option-card input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.cookie-action-buttons{display:flex;gap:10px}
.cookie-action-buttons button{flex:1;padding:14px 20px;border:none;border-radius:50px;font-size:14px;font-weight:700;cursor:pointer;transition:background 200ms ease-in,transform 200ms ease-in;font-family:'Lato',sans-serif}
.accept-button-primary{background:#0BFDE5;color:#0A1222}
.accept-button-primary:hover{background:#09d4c4;transform:translateY(-2px)}
.decline-button-secondary{background:#0A1222;color:#fff}
.decline-button-secondary:hover{background:#1a2844;transform:translateY(-2px)}
@media (max-width: 640px) {
.cookie-consent-card{bottom:20px;right:20px;left:20px;max-width:none;padding:22px}
.cookie-categories-grid{grid-template-columns:1fr}
.cookie-action-buttons{flex-direction:column}
}
.rules-content{max-width:1200px;margin:0 auto;padding:60px 24px;background:#fff}
.rules-content h1{font-size:42px;line-height:1.2;color:#0A1222;margin:0 0 16px;font-weight:700}
.rules-content h2{font-size:32px;line-height:1.3;color:#0A1222;margin:48px 0 20px;font-weight:600}
.rules-content h3{font-size:24px;line-height:1.4;color:#0A1222;margin:36px 0 16px;font-weight:600}
.rules-content h4{font-size:20px;line-height:1.4;color:#0A1222;margin:28px 0 12px;font-weight:600}
.rules-content h5{font-size:18px;line-height:1.5;color:#0A1222;margin:24px 0 12px;font-weight:600}
.rules-content h6{font-size:16px;line-height:1.5;color:#0A1222;margin:20px 0 12px;font-weight:600}
.rules-content p{font-size:16px;line-height:1.7;color:#2c3e50;margin:0 0 20px}
.rules-content ul{margin:0 0 24px;padding:0 0 0 28px}
.rules-content ol{margin:0 0 24px;padding:0 0 0 28px}
.rules-content ul li{font-size:16px;line-height:1.7;color:#2c3e50;margin:0 0 12px}
.rules-content ol li{font-size:16px;line-height:1.7;color:#2c3e50;margin:0 0 12px}
.rules-content em{font-style:italic;color:#34495e}
.rules-content i{font-style:italic;color:#34495e}
.rules-content strong{font-weight:600;color:#0A1222}
.rules-content b{font-weight:600;color:#0A1222}
.rules-content a{color:#0BFDE5;text-decoration:underline;transition:color 200ms ease-in,background-color 200ms ease-in}
.rules-content a:hover{color:#0A1222;background-color:#0BFDE5;text-decoration:none}
.rules-content a:active{color:#FFE517;background-color:#0A1222}
.rules-content table{width:100%;border-collapse:collapse;margin:24px 0;background:#fff;box-shadow:0 2px 8px #0a122214;border-radius:16px;overflow:hidden}
.rules-content thead{background:linear-gradient(135deg,#0BFDE5,#0A1222)}
.rules-content thead tr{border:none}
.rules-content thead th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;border:none}
.rules-content tbody{background:#fff}
.rules-content tbody tr{border-bottom:1px solid #e8ecef;transition:background-color 300ms ease-in}
.rules-content tbody tr:last-child{border-bottom:none}
.rules-content tbody tr:hover{background-color:#0bfde50f}
.rules-content tbody td{padding:14px 20px;font-size:15px;line-height:1.6;color:#2c3e50;border:none}
.rules-content th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600}
.rules-content td{padding:14px 20px;font-size:15px;line-height:1.6}
.rules-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#0BFDE5,transparent);margin:40px 0}
.rules-content blockquote{margin:24px 0;padding:20px 24px;background:#0bfde514;border-left:4px solid #0BFDE5;border-radius:0 16px 16px 0}
.rules-content blockquote p{margin:0;font-size:16px;line-height:1.7;color:#34495e}
.rules-content code{font-family:'Courier New',monospace;font-size:14px;background:#f7f9fa;padding:2px 6px;border-radius:4px;color:#0A1222}
.rules-content pre{background:#0A1222;color:#0BFDE5;padding:20px;border-radius:16px;overflow-x:auto;margin:24px 0}
.rules-content pre code{background:transparent;padding:0;color:#0BFDE5}
.rules-content div{margin:0}
@media (max-width: 1024px) {
.rules-content{padding:48px 20px}
.rules-content h1{font-size:36px}
.rules-content h2{font-size:28px;margin:40px 0 18px}
.rules-content h3{font-size:22px;margin:32px 0 14px}
.rules-content table{font-size:14px}
.rules-content thead th{padding:12px 16px;font-size:14px}
.rules-content tbody td{padding:12px 16px;font-size:14px}
}
@media (max-width: 640px) {
.rules-content{padding:36px 16px}
.rules-content h1{font-size:30px;margin:0 0 12px}
.rules-content h2{font-size:24px;margin:32px 0 16px}
.rules-content h3{font-size:20px;margin:28px 0 12px}
.rules-content h4{font-size:18px;margin:24px 0 10px}
.rules-content p{font-size:15px;line-height:1.65;margin:0 0 16px}
.rules-content ul{padding:0 0 0 24px;margin:0 0 20px}
.rules-content ol{padding:0 0 0 24px;margin:0 0 20px}
.rules-content ul li{font-size:15px;margin:0 0 10px}
.rules-content ol li{font-size:15px;margin:0 0 10px}
.rules-content table{display:block;overflow-x:auto;border-radius:12px}
.rules-content thead th{padding:10px 12px;font-size:13px;white-space:nowrap}
.rules-content tbody td{padding:10px 12px;font-size:13px}
.rules-content blockquote{padding:16px 20px;margin:20px 0;border-radius:0 12px 12px 0}
.rules-content hr{margin:32px 0}
}
.saqelir-title-box{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.saqelir-title-box .blur-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.saqelir-title-box .blur-image-layer img{width:100%;height:100%;object-fit:cover;filter:blur(8px);transform:scale(1.1)}
.saqelir-title-box .sharp-edge-mask{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0a1222d9 0%,#0a122240 50%,#0a1222d9 100%);z-index:2}
.saqelir-title-box .noise-texture{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" /></filter><rect width="300" height="300" filter="url(%23noise)" opacity="0.05"/></svg>');z-index:3;pointer-events:none}
.saqelir-title-box .title-content-wrapper{position:relative;z-index:4;text-align:center;max-width:900px;padding:40px 24px}
.saqelir-title-box .main-heading{font-size:52px;font-weight:700;color:#0BFDE5;margin:0 0 20px;line-height:1.2;text-shadow:2px 2px 8px #0a122299}
.saqelir-title-box .subtitle-text{font-size:20px;color:#fff;line-height:1.6;margin:0;text-shadow:1px 1px 4px #0a122280}
.team-roster-section{max-width:1200px;margin:0 auto 100px;padding:0 24px}
.section-intro-header{text-align:center;margin-bottom:60px}
.section-intro-header h2{font-size:38px;font-weight:700;color:#0A1222;margin:0 0 16px;position:relative;display:inline-block}
.section-intro-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0BFDE5,#FFE517);border-radius:20px}
.section-intro-header .intro-description{font-size:17px;color:#555;line-height:1.7;max-width:720px;margin:20px auto 0}
.team-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:50px}
.member-profile-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 4px 12px #0a122214;transition:transform 200ms ease-in,box-shadow 300ms ease-in;position:relative;overflow:hidden}
.member-profile-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#0BFDE5,#FFE517);opacity:0;transition:opacity 300ms ease-in}
.member-profile-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0a122226}
.member-profile-card:hover::before{opacity:1}
.member-avatar-box{width:120px;height:120px;background:linear-gradient(135deg,#0BFDE5,#0A1222);border-radius:50%;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 6px 16px #0bfde54d}
.member-avatar-box .initials-display{font-size:42px;font-weight:700;color:#fff;text-transform:uppercase}
.member-info-content{text-align:center}
.member-info-content .member-name{font-size:22px;font-weight:700;color:#0A1222;margin:0 0 8px}
.member-info-content .member-role{font-size:15px;font-weight:600;color:#0BFDE5;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}
.member-info-content .member-bio{font-size:15px;color:#666;line-height:1.6;margin:0 0 20px}
.member-expertise-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px}
.expertise-tag{background:#f5f5f5;color:#0A1222;font-size:13px;padding:6px 14px;border-radius:16px;border:1px solid #e0e0e0;transition:background 200ms ease-in,border-color 200ms ease-in}
.expertise-tag:hover{background:#0BFDE5;border-color:#0BFDE5;color:#fff}
.collaboration-values-block{background:linear-gradient(135deg,#0A1222 0%,#1a2844 100%);padding:80px 24px;margin-bottom:0;position:relative;overflow:hidden}
.collaboration-values-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#0bfde51a 0%,transparent 70%);border-radius:50%;pointer-events:none}
.collaboration-values-block::after{content:'';position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ffe51714 0%,transparent 70%);border-radius:50%;pointer-events:none}
.values-container-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.values-container-wrapper h2{font-size:42px;font-weight:700;color:#0BFDE5;text-align:center;margin:0 0 50px}
.values-grid-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.value-principle-card{background:#ffffff0d;border:2px solid #0bfde533;border-radius:20px;padding:36px 28px;position:relative;transition:border-color 300ms ease-in,background 300ms ease-in}
.value-principle-card:hover{background:#ffffff14;border-color:#0bfde580}
.value-icon-holder{width:70px;height:70px;background:linear-gradient(135deg,#0BFDE5,#FFE517);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.value-icon-holder i{font-size:32px;color:#0A1222}
.value-principle-card h3{font-size:24px;font-weight:700;color:#fff;margin:0 0 14px}
.value-principle-card .value-description-text{font-size:15px;color:#d0d0d0;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.saqelir-title-box{min-height:360px}
.saqelir-title-box .main-heading{font-size:42px}
.saqelir-title-box .subtitle-text{font-size:18px}
.section-intro-header h2{font-size:32px}
.team-grid-layout{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}
.values-container-wrapper h2{font-size:36px}
}
@media (max-width: 640px) {
.saqelir-title-box{min-height:300px;margin-bottom:60px}
.saqelir-title-box .main-heading{font-size:34px}
.saqelir-title-box .subtitle-text{font-size:16px}
.section-intro-header h2{font-size:28px}
.section-intro-header .intro-description{font-size:16px}
.team-grid-layout{grid-template-columns:1fr;gap:24px}
.collaboration-values-block{padding:60px 20px}
.values-container-wrapper h2{font-size:30px;margin-bottom:40px}
.values-grid-display{grid-template-columns:1fr;gap:24px}
}
.title-wrapper{position:relative;width:100%;height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.title-wrapper .backdrop-visual{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(2px)}
.title-wrapper .shade-panel{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a1222e0 0%,#0bfde526 100%)}
.title-wrapper .central-message{position:relative;z-index:3;text-align:center;max-width:840px;padding:0 24px}
.title-wrapper .central-message h1{font-size:52px;font-weight:700;color:#0BFDE5;margin:0 0 20px;line-height:1.2;text-shadow:0 2px 12px #0a122299}
.title-wrapper .central-message .statement-text{font-size:19px;color:#f4f4f4;line-height:1.6;margin:0 0 32px}
.title-wrapper .pattern-dots{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:4}
.title-wrapper .pattern-dots .rhythm-dot{width:10px;height:10px;border-radius:50%;background:#FFE517;opacity:.7}
.title-wrapper .pattern-dots .rhythm-dot:nth-child(2){opacity:.5}
.title-wrapper .pattern-dots .rhythm-dot:nth-child(3){opacity:.3}
.content-container{max-width:1200px;margin:0 auto;padding:0 24px}
.mastery-framework{padding:80px 0;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.mastery-framework .framework-header{text-align:center;margin-bottom:64px}
.mastery-framework .framework-header h2{font-size:38px;font-weight:600;color:#0A1222;margin:0 0 16px;position:relative;display:inline-block}
.masonry-framework .framework-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#0BFDE5 0%,#FFE517 100%);border-radius:24px}
.mastery-framework .framework-header .intro-description{font-size:17px;color:#555;line-height:1.7;max-width:720px;margin:0 auto}
.mastery-framework .progression-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px}
.mastery-framework .stage-card{background:#fff;border-radius:20px;padding:36px 28px;box-shadow:0 4px 12px #0a122214;border:2px solid transparent;transition:all 300ms ease-in;position:relative;overflow:hidden}
.mastery-framework .stage-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0BFDE5 0%,#0A1222 100%);transform:scaleX(0);transform-origin:left;transition:transform 300ms ease-in}
.mastery-framework .stage-card:hover{border-color:#0BFDE5;box-shadow:0 8px 24px #0bfde533;transform:translateY(-4px)}
.mastery-framework .stage-card:hover::before{transform:scaleX(1)}
.mastery-framework .stage-card .stage-number{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#0BFDE5 0%,#0A1222 100%);border-radius:50%;color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.mastery-framework .stage-card h3{font-size:24px;font-weight:600;color:#0A1222;margin:0 0 12px}
.mastery-framework .stage-card .stage-detail{font-size:16px;color:#666;line-height:1.7;margin-bottom:20px}
.mastery-framework .stage-card .skill-markers{display:flex;flex-wrap:wrap;gap:8px}
.mastery-framework .stage-card .skill-tag{padding:6px 14px;background:#0bfde51a;border:1px solid #0BFDE5;border-radius:16px;font-size:13px;color:#0A1222;font-weight:500}
.mastery-framework .stage-card .visual-accent{width:100%;height:180px;object-fit:cover;border-radius:12px;margin-top:20px}
.solutions-hub{padding:80px 0;background:#fff}
.solutions-hub .hub-header{max-width:680px;margin-bottom:56px}
.solutions-hub .hub-header h2{font-size:38px;font-weight:600;color:#0A1222;margin:0 0 16px;position:relative;padding-left:20px}
.solutions-hub .hub-header h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:80%;background:linear-gradient(180deg,#FFE517 0%,#0BFDE5 100%);border-radius:24px}
.solutions-hub .hub-header .intro-explanation{font-size:17px;color:#555;line-height:1.7}
.solutions-hub .issue-resolver{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.solutions-hub .problem-column{display:flex;flex-direction:column;gap:24px}
.solutions-hub .problem-entry{background:#f9f9f9;border-radius:16px;padding:24px;border-left:4px solid #0A1222;transition:all 200ms ease-in}
.solutions-hub .problem-entry:hover{background:#fff;border-left-color:#FFE517;box-shadow:0 6px 16px #0a12221a}
.solutions-hub .problem-entry h4{font-size:19px;font-weight:600;color:#0A1222;margin:0 0 10px}
.solutions-hub .problem-entry .issue-text{font-size:15px;color:#666;line-height:1.6;margin-bottom:12px}
.solutions-hub .problem-entry .approach-note{font-size:14px;color:#0BFDE5;font-weight:500;font-style:italic}
.solutions-hub .visual-support{position:sticky;top:100px}
.solutions-hub .visual-support .support-image{width:100%;height:auto;border-radius:20px;box-shadow:0 8px 24px #0a12221f}
.career-trajectory{padding:80px 0;background:linear-gradient(135deg,#0A1222 0%,#1a2842 100%);position:relative;overflow:hidden}
.career-trajectory::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#0bfde526 0%,transparent 70%);border-radius:50%}
.career-trajectory .trajectory-header{text-align:center;margin-bottom:64px;position:relative;z-index:2}
.career-trajectory .trajectory-header h2{font-size:38px;font-weight:600;color:#0BFDE5;margin:0 0 16px}
.career-trajectory .trajectory-header .header-caption{font-size:17px;color:#d4d4d4;line-height:1.7;max-width:680px;margin:0 auto}
.career-trajectory .pathway-layout{display:flex;gap:40px;align-items:center;position:relative;z-index:2}
.career-trajectory .pathway-visual{flex:1}
.career-trajectory .pathway-visual .path-image{width:100%;height:auto;border-radius:20px;box-shadow:0 12px 32px #0000004d}
.career-trajectory .pathway-content{flex:1}
.career-trajectory .outcome-list{display:flex;flex-direction:column;gap:20px}
.career-trajectory .outcome-item{background:#ffffff0d;border:1px solid #0bfde533;border-radius:16px;padding:20px 24px;transition:all 300ms ease-in}
.career-trajectory .outcome-item:hover{background:#0bfde51a;border-color:#0BFDE5;transform:translateX(8px)}
.career-trajectory .outcome-item h4{font-size:20px;font-weight:600;color:#FFE517;margin:0 0 8px}
.career-trajectory .outcome-item .outcome-description{font-size:15px;color:#d4d4d4;line-height:1.6}
.career-trajectory .enrollment-prompt{text-align:center;margin-top:56px;position:relative;z-index:2}
.career-trajectory .enrollment-prompt .action-button{display:inline-block;padding:16px 48px;background:linear-gradient(135deg,#0BFDE5 0%,#0a8f82 100%);color:#0A1222;font-size:18px;font-weight:600;border-radius:28px;text-decoration:none;box-shadow:0 6px 20px #0bfde566;transition:all 200ms ease-in;border:none}
.career-trajectory .enrollment-prompt .action-button:hover{background:linear-gradient(135deg,#FFE517 0%,#d4c014 100%);box-shadow:0 8px 28px #ffe51780;transform:translateY(-2px)}
@media (max-width: 1024px) {
.title-wrapper{height:440px}
.title-wrapper .central-message h1{font-size:42px}
.mastery-framework .progression-grid{grid-template-columns:1fr}
.solutions-hub .issue-resolver{grid-template-columns:1fr}
.solutions-hub .visual-support{position:static;order:-1}
.career-trajectory .pathway-layout{flex-direction:column}
}
@media (max-width: 640px) {
.title-wrapper{height:380px}
.title-wrapper .central-message h1{font-size:32px}
.title-wrapper .central-message .statement-text{font-size:16px}
.mastery-framework{padding:60px 0}
.mastery-framework .framework-header h2{font-size:30px}
.mastery-framework .framework-header .intro-description{font-size:15px}
.solutions-hub{padding:60px 0}
.solutions-hub .hub-header h2{font-size:30px}
.career-trajectory{padding:60px 0}
.career-trajectory .trajectory-header h2{font-size:30px}
.career-trajectory .enrollment-prompt .action-button{padding:14px 36px;font-size:16px}
}
.contact-hero-area{background:linear-gradient(135deg,#0A1222 0%,#1a2842 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.contact-hero-area::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#0bfde526 0%,transparent 70%);border-radius:50%}
.contact-hero-area::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ffe5171a 0%,transparent 70%);border-radius:50%}
.contact-hero-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center;position:relative;z-index:2}
.hero-text-zone{color:#fff}
.hero-text-zone h1{font-size:3.2rem;line-height:1.15;margin:0 0 32px;font-weight:700;color:#0BFDE5}
.hero-text-zone p{font-size:1.15rem;line-height:1.7;margin:0;color:#ffffffd9}
.hero-image-zone{position:relative}
.hero-image-zone img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #0006;filter:brightness(0.92) contrast(1.08)}
.contact-form-section{background:#f8f9fa;padding:90px 20px}
.form-container-box{max-width:800px;margin:0 auto;background:#fff;border-radius:28px;padding:60px;box-shadow:0 6px 24px #0a122214}
.form-header-text h2{font-size:2.4rem;margin:0 0 16px;color:#0A1222;font-weight:700}
.form-header-text p{font-size:1.05rem;line-height:1.65;margin:0 0 40px;color:#5a6672}
.contact-form-element{display:flex;flex-direction:column;gap:28px}
.form-field-wrapper{display:flex;flex-direction:column;gap:10px}
.form-field-wrapper label{font-size:.95rem;font-weight:600;color:#0A1222}
.form-field-wrapper input[type="text"],.form-field-wrapper input[type="tel"],.form-field-wrapper input[type="email"],.form-field-wrapper textarea{padding:16px 20px;border:2px solid #e1e4e8;border-radius:16px;font-size:1rem;transition:200ms ease-in;background:#fff;color:#0A1222}
.form-field-wrapper input[type="text"]:focus,.form-field-wrapper input[type="tel"]:focus,.form-field-wrapper input[type="email"]:focus,.form-field-wrapper textarea:focus{outline:none;border-color:#0BFDE5;box-shadow:0 0 0 4px #0bfde51f}
.form-field-wrapper textarea{min-height:140px;resize:vertical}
.privacy-consent-box{display:flex;gap:12px;align-items:flex-start}
.privacy-consent-box input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#0BFDE5}
.privacy-consent-box label{font-size:.92rem;color:#5a6672;line-height:1.6}
.privacy-consent-box label a{color:#0BFDE5;text-decoration:none;font-weight:600;transition:150ms ease-in}
.privacy-consent-box label a:hover{color:#09cbb5}
.submit-button-area{margin-top:12px}
.submit-button-area button{background:linear-gradient(135deg,#0BFDE5 0%,#09cbb5 100%);color:#0A1222;padding:18px 48px;border:none;border-radius:20px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:200ms ease-in;box-shadow:0 4px 16px #0bfde54d;position:relative;z-index:10}
.submit-button-area button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0bfde566}
.contact-info-section{background:#0A1222;padding:90px 20px;position:relative}
.contact-info-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,#0bfde514 0%,transparent 50%),radial-gradient(circle at 80% 70%,#ffe5170f 0%,transparent 50%)}
.info-cards-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative;z-index:2}
.info-card-item{background:#ffffff0d;border:2px solid #0bfde533;border-radius:24px;padding:40px 32px;transition:300ms ease-in}
.info-card-item:hover{background:#ffffff14;border-color:#0bfde566;transform:translateY(-6px)}
.info-card-item h3{font-size:1.35rem;margin:0 0 20px;color:#0BFDE5;font-weight:600}
.info-card-item p{font-size:1.05rem;line-height:1.7;margin:0;color:#ffffffd9}
.info-card-item a{color:#fff;text-decoration:none;transition:150ms ease-in}
.info-card-item a:hover{color:#0BFDE5}
.response-time-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:90px 20px}
.response-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:60px;align-items:center}
.response-image-box{position:relative}
.response-image-box img{width:100%;height:380px;object-fit:cover;border-radius:24px;box-shadow:0 8px 32px #0a12221f}
.response-text-content h2{font-size:2.6rem;margin:0 0 24px;color:#0A1222;font-weight:700}
.response-text-content p{font-size:1.08rem;line-height:1.75;margin:0 0 20px;color:#3a4754}
.response-text-content p:last-of-type{margin-bottom:0}
.availability-notice-section{background:#0A1222;padding:60px 20px;text-align:center}
.notice-content-box{max-width:900px;margin:0 auto;padding:48px 40px;background:#0bfde514;border:2px solid #0bfde540;border-radius:28px}
.notice-content-box h3{font-size:1.85rem;margin:0 0 20px;color:#0BFDE5;font-weight:600}
.notice-content-box p{font-size:1.05rem;line-height:1.7;margin:0;color:#ffffffd9}
@media (max-width: 1024px) {
.contact-hero-wrapper{grid-template-columns:1fr;gap:50px}
.hero-text-zone h1{font-size:2.6rem}
.hero-image-zone img{height:360px}
.form-container-box{padding:45px 35px}
.info-cards-container{grid-template-columns:1fr;gap:30px}
.response-content-wrapper{grid-template-columns:1fr;gap:45px}
.response-image-box img{height:340px}
}
@media (max-width: 640px) {
.contact-hero-area{padding:80px 20px 60px}
.hero-text-zone h1{font-size:2.2rem}
.hero-text-zone p{font-size:1.05rem}
.hero-image-zone img{height:280px}
.contact-form-section{padding:60px 20px}
.form-container-box{padding:35px 25px;border-radius:20px}
.form-header-text h2{font-size:2rem}
.submit-button-area button{width:100%;padding:16px 32px}
.contact-info-section{padding:60px 20px}
.response-time-section{padding:60px 20px}
.response-text-content h2{font-size:2.1rem}
.response-image-box img{height:260px}
.notice-content-box{padding:35px 28px}
.notice-content-box h3{font-size:1.6rem}
}
.saqelir-program-title{background:linear-gradient(135deg,#0BFDE5 0%,#0A1222 100%);padding:80px 20px;position:relative;overflow:hidden}
.saqelir-program-title::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffe51726 0%,transparent 70%);border-radius:50%}
.saqelir-program-title::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#0bfde51a 0%,transparent 70%);border-radius:50%}
.title-content-wrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.program-main-heading{font-size:48px;color:#fff;margin:0 0 32px;font-weight:700;line-height:1.2}
.program-intro-text{font-size:19px;color:#ffffffe6;line-height:1.7;max-width:720px;margin:0}
.curriculum-showcase{padding:100px 20px;background:#fff}
.curriculum-showcase-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.curriculum-visual-side img{width:100%;height:auto;border-radius:24px;box-shadow:0 12px 32px #0a122226;filter:saturate(0.85)}
.curriculum-detail-side{padding:20px 0}
.curriculum-detail-side h2{font-size:38px;color:#0A1222;margin:0 0 24px;line-height:1.3;position:relative;padding-left:20px}
.curriculum-detail-side h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:linear-gradient(to bottom,#0BFDE5,#FFE517);border-radius:16px}
.curriculum-detail-side p{font-size:17px;color:#444;line-height:1.8;margin:0 0 20px}
.phase-timeline{margin-top:40px}
.phase-item{display:flex;gap:20px;margin-bottom:32px;position:relative}
.phase-number{flex-shrink:0;width:52px;height:52px;background:linear-gradient(135deg,#0BFDE5,#0A1222);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;box-shadow:0 4px 12px #0bfde54d}
.phase-details h4{font-size:20px;color:#0A1222;margin:0 0 8px;font-weight:600}
.phase-details p{font-size:16px;color:#555;margin:0;line-height:1.6}
.enrollment-pathway{background:#f8f9fa;padding:100px 20px}
.enrollment-pathway-container{max-width:1200px;margin:0 auto}
.enrollment-pathway h2{font-size:42px;color:#0A1222;text-align:center;margin:0 0 60px;line-height:1.3}
.pathway-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.pathway-option-card{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 6px 20px #0a122214;transition:transform 200ms ease-in,box-shadow 200ms ease-in;border-top:4px solid transparent}
.pathway-option-card:nth-child(1){border-top-color:#0BFDE5}
.pathway-option-card:nth-child(2){border-top-color:#FFE517}
.pathway-option-card:nth-child(3){border-top-color:#0A1222}
.pathway-option-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0a122226}
.pathway-option-card h3{font-size:24px;color:#0A1222;margin:0 0 16px;font-weight:600}
.pathway-option-card p{font-size:16px;color:#555;line-height:1.7;margin:0 0 24px}
.pathway-features-list{list-style:none;padding:0;margin:0 0 28px}
.pathway-features-list li{font-size:15px;color:#666;padding:8px 0 8px 28px;position:relative;line-height:1.6}
.pathway-features-list li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:linear-gradient(135deg,#0BFDE5,#FFE517);border-radius:50%}
.pathway-action-button{display:inline-block;background:linear-gradient(135deg,#0BFDE5,#0A1222);color:#fff;padding:14px 32px;border-radius:24px;font-size:16px;font-weight:600;text-decoration:none;transition:transform 150ms ease-in,box-shadow 150ms ease-in}
.pathway-action-button:hover{transform:scale(1.05);box-shadow:0 8px 24px #0bfde54d}
.pathway-duration-badge{display:inline-block;background:#ffe51726;color:#0A1222;padding:6px 16px;border-radius:16px;font-size:14px;font-weight:600;margin-bottom:16px}
@media (max-width: 1024px) {
.curriculum-showcase-inner{grid-template-columns:1fr;gap:40px}
.pathway-options-grid{grid-template-columns:1fr;gap:32px}
.program-main-heading{font-size:38px}
.curriculum-detail-side h2{font-size:32px}
}
@media (max-width: 640px) {
.saqelir-program-title{padding:60px 20px}
.program-main-heading{font-size:32px;margin-bottom:24px}
.program-intro-text{font-size:17px}
.curriculum-showcase{padding:60px 20px}
.curriculum-detail-side h2{font-size:28px}
.enrollment-pathway{padding:60px 20px}
.enrollment-pathway h2{font-size:32px;margin-bottom:40px}
.phase-number{width:44px;height:44px;font-size:18px}
.pathway-option-card{padding:32px 24px}
}
.saqelir-title-zone{max-width:1200px;margin:0 auto;padding:60px 20px;text-align:center}
.saqelir-title-zone .image-wrapper{position:relative;max-width:900px;margin:0 auto 40px;border-radius:24px;overflow:hidden}
.saqelir-title-zone .image-wrapper img{width:100%;height:auto;display:block;animation:gentle-pulse 4s ease-in-out infinite}
@keyframes gentle-pulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.02)}
}
.saqelir-title-zone .image-wrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0bfde51a,#ffe5171a);pointer-events:none}
.saqelir-title-zone .headline-area h1{font-size:48px;line-height:1.2;color:#0A1222;margin:0 0 20px;font-weight:700}
.saqelir-title-zone .headline-area .intro-text{font-size:18px;line-height:1.6;color:#3d4a5c;max-width:700px;margin:0 auto 35px}
.saqelir-title-zone .action-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.saqelir-title-zone .action-group .primary-action{background:linear-gradient(135deg,#0BFDE5,#0A1222);color:#fff;padding:16px 36px;border-radius:28px;text-decoration:none;font-size:16px;font-weight:600;transition:transform 200ms ease-in,box-shadow 300ms ease-in;display:inline-block}
.saqelir-title-zone .action-group .primary-action:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0bfde54d}
.saqelir-title-zone .action-group .secondary-action{background:#fff;color:#0A1222;padding:16px 36px;border:2px solid #0BFDE5;border-radius:28px;text-decoration:none;font-size:16px;font-weight:600;transition:background 200ms ease-in,color 200ms ease-in;display:inline-block}
.saqelir-title-zone .action-group .secondary-action:hover{background:#0BFDE5;color:#0A1222}
.system-specs-area{max-width:1200px;margin:80px auto;padding:0 20px}
.system-specs-area .specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.system-specs-area .spec-card{background:#fff;border-radius:20px;padding:32px 28px;border:2px solid #f0f4f8;position:relative;transition:transform 300ms ease-in,box-shadow 300ms ease-in}
.system-specs-area .spec-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0a122226;border-color:#0BFDE5}
.system-specs-area .spec-card .icon-badge{width:56px;height:56px;background:linear-gradient(135deg,#0BFDE5,#FFE517);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.system-specs-area .spec-card .icon-badge i{font-size:28px;color:#0A1222}
.system-specs-area .spec-card h3{font-size:22px;color:#0A1222;margin:0 0 12px;font-weight:700}
.system-specs-area .spec-card .spec-list{list-style:none;padding:0;margin:0}
.system-specs-area .spec-card .spec-list li{font-size:15px;line-height:1.7;color:#5a6a7d;padding-left:24px;position:relative;margin-bottom:8px}
.system-specs-area .spec-card .spec-list li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;background:#0BFDE5;border-radius:50%}
.browser-compatibility-box{max-width:1200px;margin:100px auto;padding:0 20px}
.browser-compatibility-box .header-section{text-align:left;margin-bottom:50px;padding-left:40px;border-left:6px solid #FFE517}
.browser-compatibility-box .header-section h2{font-size:38px;color:#0A1222;margin:0 0 16px;font-weight:700}
.browser-compatibility-box .header-section .description-text{font-size:17px;line-height:1.7;color:#4a5a6f;max-width:680px}
.browser-compatibility-box .browser-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.browser-compatibility-box .browser-item{background:linear-gradient(145deg,#fff,#f7fafc);padding:36px 24px;border-radius:18px;text-align:center;border:1px solid #e2e8f0;transition:all 400ms ease-in;position:relative}
.browser-compatibility-box .browser-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0BFDE5,#FFE517);border-radius:18px 18px 0 0;opacity:0;transition:opacity 300ms ease-in}
.browser-compatibility-box .browser-item:hover{transform:scale(1.05);box-shadow:0 14px 32px #0bfde533}
.browser-compatibility-box .browser-item:hover::before{opacity:1}
.browser-compatibility-box .browser-item .browser-icon{font-size:52px;margin-bottom:16px}
.browser-compatibility-box .browser-item .browser-name{font-size:18px;font-weight:700;color:#0A1222;margin-bottom:8px}
.browser-compatibility-box .browser-item .version-info{font-size:14px;color:#6b7a8d}
.connection-bandwidth-section{background:linear-gradient(135deg,#0bfde514,#ffe51714);padding:80px 20px;margin:100px 0}
.connection-bandwidth-section .content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.connection-bandwidth-section .visual-section{position:relative}
.connection-bandwidth-section .visual-section img{width:100%;height:auto;border-radius:24px;box-shadow:0 16px 40px #0a122233}
.connection-bandwidth-section .visual-section .overlay-shape{position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:radial-gradient(circle,#ffe5174d,transparent);border-radius:50%;z-index:-1}
.connection-bandwidth-section .text-content h2{font-size:42px;color:#0A1222;margin:0 0 24px;font-weight:700;line-height:1.2}
.connection-bandwidth-section .text-content .intro-paragraph{font-size:17px;line-height:1.8;color:#3d4e62;margin-bottom:32px}
.connection-bandwidth-section .bandwidth-levels{display:flex;flex-direction:column;gap:20px}
.connection-bandwidth-section .bandwidth-item{display:flex;gap:20px;align-items:flex-start}
.connection-bandwidth-section .bandwidth-item .speed-marker{min-width:80px;height:80px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#0A1222;border:2px solid #0BFDE5;box-shadow:0 4px 12px #0bfde526}
.connection-bandwidth-section .bandwidth-item .details-box{flex:1}
.connection-bandwidth-section .bandwidth-item .details-box h4{font-size:20px;color:#0A1222;margin:0 0 8px;font-weight:700}
.connection-bandwidth-section .bandwidth-item .details-box p{font-size:15px;line-height:1.6;color:#5a6b7e;margin:0}
@media (max-width: 1024px) {
.browser-compatibility-box .browser-grid{grid-template-columns:repeat(2,1fr)}
.connection-bandwidth-section .content-wrapper{grid-template-columns:1fr;gap:40px}
.saqelir-title-zone .headline-area h1{font-size:38px}
}
@media (max-width: 640px) {
.system-specs-area .specs-grid{grid-template-columns:1fr}
.browser-compatibility-box .browser-grid{grid-template-columns:1fr}
.saqelir-title-zone .headline-area h1{font-size:32px}
.connection-bandwidth-section .text-content h2{font-size:32px}
.connection-bandwidth-section .bandwidth-item{flex-direction:column;align-items:center;text-align:center}
.browser-compatibility-box .header-section{padding-left:20px}
.saqelir-title-zone .action-group{flex-direction:column}
.saqelir-title-zone .action-group .primary-action,.saqelir-title-zone .action-group .secondary-action{width:100%;max-width:300px}
}
.success-wrapper{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0BFDE5 0%,#0A1222 100%);background-size:400% 400%;animation:gradient-shift 15s ease infinite;position:relative;overflow:hidden;padding:2rem 1rem}
@keyframes gradient-shift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.success-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffe51726 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-content-box{position:relative;z-index:2;max-width:680px;width:100%;text-align:center;background:#fffffff2;padding:3.5rem 2.5rem;border-radius:24px;box-shadow:0 12px 40px #0a122240}
.success-icon-holder{width:96px;height:96px;margin:0 auto 2rem;background:linear-gradient(135deg,#0BFDE5,#FFE517);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:icon-bounce .6s ease-out}
@keyframes icon-bounce {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-icon-holder i{font-size:48px;color:#0A1222}
.success-heading-text{font-size:2.25rem;font-weight:700;color:#0A1222;margin:0 0 1rem;line-height:1.2}
.success-message-text{font-size:1.125rem;color:#333;line-height:1.7;margin:0 0 2.5rem}
.success-actions-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.success-primary-link{display:inline-block;padding:.875rem 2.25rem;background:linear-gradient(135deg,#0BFDE5,#0A1222);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:28px;transition:transform 200ms ease-in,box-shadow 300ms ease-in;box-shadow:0 4px 16px #0bfde54d}
.success-primary-link:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0bfde580}
.success-secondary-link{display:inline-block;padding:.875rem 2.25rem;background:#fff;color:#0A1222;font-size:1rem;font-weight:600;text-decoration:none;border-radius:28px;border:2px solid #0A1222;transition:background 300ms ease-in,color 300ms ease-in,transform 200ms ease-in}
.success-secondary-link:hover{background:#0A1222;color:#fff;transform:translateY(-2px)}
.success-detail-info{margin:2.5rem 0 0;padding:1.5rem;background:#0bfde514;border-radius:16px;border-left:4px solid #0BFDE5}
.success-detail-info p{font-size:.9375rem;color:#555;line-height:1.6;margin:0}
.success-detail-info p strong{color:#0A1222;font-weight:700}
@media (max-width: 640px) {
.success-wrapper{min-height:75vh;padding:1.5rem 1rem}
.success-content-box{padding:2.5rem 1.75rem}
.success-icon-holder{width:80px;height:80px;margin-bottom:1.5rem}
.success-icon-holder i{font-size:40px}
.success-heading-text{font-size:1.75rem}
.success-message-text{font-size:1rem;margin-bottom:2rem}
.success-actions-group{flex-direction:column;gap:.75rem}
.success-primary-link,.success-secondary-link{width:100%;text-align:center}
.success-detail-info{margin-top:2rem;padding:1.25rem}
}