.cd-root{background:#060d1a;color:#f1f5f9;min-height:100vh;font-family:var(--font-inter,"Inter",system-ui,-apple-system,sans-serif);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cd-admin-bar{background:linear-gradient(90deg,#1e1b4b,#311b92);color:#fef08a;padding:10px 24px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(254,240,138,.3);position:sticky;top:0;z-index:1000;box-shadow:0 4px 15px rgba(0,0,0,.4)}.cd-admin-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(254,240,138,.15);padding:4px 10px;border-radius:20px;border:1px solid rgba(254,240,138,.3)}.cd-section-wrapper{position:relative;transition:outline .2s ease}.cd-section-wrapper:hover .cd-admin-edit-btn{opacity:1;transform:translateY(0)}.cd-admin-edit-btn{position:absolute;top:16px;right:24px;z-index:100;background:#e63946;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;box-shadow:0 4px 15px rgba(230,57,70,.4);opacity:.85;transition:opacity .2s,transform .2s,background .2s}.cd-admin-edit-btn:hover{opacity:1;background:#dc2626;transform:scale(1.05)}.cd-hero{position:relative;background:var(--hero-bg,#060d1a);background-image:radial-gradient(circle at 50% 20%,var(--hero-gradient-from,#0f1f38) 0,var(--hero-gradient-to,#060d1a) 80%);padding:64px 24px 72px;border-bottom:1px solid rgba(255,255,255,.08)}.cd-hero-grid-bg{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:40px 40px;mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%)}.cd-hero-grid-bg,.cd-hero-grid-spotlight{position:absolute;inset:0;pointer-events:none;z-index:1}.cd-hero-grid-spotlight{opacity:0;transition:opacity .3s ease;--mouse-x:50%;--mouse-y:50%;background-image:radial-gradient(circle 260px at var(--mouse-x) var(--mouse-y),color-mix(in srgb,var(--hero-spotlight,#3b82f6) 15%,transparent) 0,color-mix(in srgb,var(--hero-spotlight,#3b82f6) 5%,transparent) 50%,transparent 100%),linear-gradient(color-mix(in srgb,var(--hero-spotlight,#3b82f6) 55%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--hero-spotlight,#3b82f6) 55%,transparent) 1px,transparent 1px);background-size:100% 100%,40px 40px,40px 40px;mask-image:radial-gradient(circle 260px at var(--mouse-x) var(--mouse-y),black 0,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(circle 260px at var(--mouse-x) var(--mouse-y),black 0,black 40%,transparent 100%)}.cd-container{max-width:1280px;margin:0 auto}.cd-hero-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;position:relative;z-index:2}.cd-breadcrumbs{display:flex;gap:8px;align-items:center;font-size:13px;color:#94a3b8;margin-bottom:20px;flex-wrap:wrap}.cd-breadcrumbs a{color:#38bdf8;text-decoration:none;font-weight:500}.cd-breadcrumbs a:hover{text-decoration:underline}.cd-badge-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.cd-badge-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;padding:6px 14px;border-radius:20px;background:rgba(59,130,246,.12);color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.cd-badge-pill.hot{background:rgba(230,57,70,.15);color:#f87171;border-color:rgba(230,57,70,.4)}.cd-hero-title{font-size:clamp(32px,4.5vw,50px);font-weight:500;color:#ffffff;line-height:1.1;margin:0 0 18px;letter-spacing:-.032em;font-family:var(--font-inter,"Inter",sans-serif)}.cd-hero-title span{background:linear-gradient(135deg,#60a5fa,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-style:italic;font-weight:500}.cd-hero-subtitle{font-size:clamp(15px,1.8vw,18px);color:#cbd5e1;line-height:1.6;margin:0 0 28px;max-width:680px;font-weight:400;letter-spacing:.01em}.cd-hero-cta-group{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:32px}.cd-btn-primary{background:linear-gradient(135deg,#e63946,#c5222f);color:#ffffff;padding:14px 32px;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;border:none;cursor:pointer;box-shadow:0 8px 25px rgba(230,57,70,.35);transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;letter-spacing:.01em;position:relative;overflow:hidden;animation:cd-btn-pulse 3s ease-in-out infinite}.cd-btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transform:skewX(-25deg);transition:none}.cd-btn-primary:hover:after{left:150%;transition:left .6s ease}.cd-btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 35px rgba(230,57,70,.5),0 0 20px rgba(230,57,70,.2);background:linear-gradient(135deg,#f83b4b,#d62231)}.cd-btn-primary:active{transform:translateY(0) scale(.98)}@keyframes cd-btn-pulse{0%,to{box-shadow:0 8px 25px rgba(230,57,70,.35)}50%{box-shadow:0 8px 30px rgba(230,57,70,.5),0 0 15px rgba(230,57,70,.15)}}.cd-btn-secondary{background:#0f172a;color:#ffffff;padding:14px 28px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;border:1px solid rgba(56,189,248,.3);cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;gap:8px;position:relative;overflow:hidden;z-index:5;box-shadow:0 4px 14px rgba(0,0,0,.4)}.cd-btn-secondary:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(56,189,248,.15),transparent);transform:skewX(-25deg);transition:none}.cd-btn-secondary:hover:after{left:150%;transition:left .6s ease}.cd-btn-secondary:hover{background:#1e293b;border-color:#38bdf8;color:#38bdf8;transform:translateY(-2px);box-shadow:0 6px 20px rgba(56,189,248,.25)}.cd-btn-secondary:active{transform:translateY(0) scale(.98)}.cd-hero-stats-row{display:flex;flex-wrap:wrap;gap:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.cd-hero-stat-item{display:flex;flex-direction:column}.cd-hero-stat-val{font-size:22px;font-weight:600;color:#38bdf8;letter-spacing:-.02em}.cd-hero-stat-lbl{font-size:12px;color:#94a3b8;font-weight:500}.cd-hero-card{background:rgba(15,31,56,.8);border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.5);backdrop-filter:blur(12px);position:relative}.cd-hero-card-video{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.cd-hero-card-video img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cd-hero-card-video:hover img{transform:scale(1.04)}.cd-video-play-overlay{position:absolute;inset:0;background:rgba(6,13,26,.45);flex-direction:column;gap:12px}.cd-play-icon-circle,.cd-video-play-overlay{display:flex;align-items:center;justify-content:center}.cd-play-icon-circle{width:64px;height:64px;background:linear-gradient(135deg,#e63946,#c5222f);border-radius:50%;color:#fff;box-shadow:0 0 25px rgba(230,57,70,.6);transition:transform .2s ease}.cd-hero-card-video:hover .cd-play-icon-circle{transform:scale(1.12)}.cd-hero-card-body{padding:24px}.cd-card-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.cd-card-price-main{font-size:32px;font-weight:600;color:#ffffff;letter-spacing:-.03em}.cd-card-price-orig{font-size:16px;color:#64748b;text-decoration:line-through}.cd-card-price-discount{font-size:12px;font-weight:600;color:#10b981;background:rgba(16,185,129,.15);padding:2px 8px;border-radius:4px}.cd-card-benefits{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}.cd-card-benefits li{display:flex;align-items:center;gap:10px;font-size:13px;color:#cbd5e1}.cd-card-benefits li svg{color:#38bdf8;flex-shrink:0}.cd-partners-sec{background:#ffffff;padding:40px 0;border-bottom:1px solid rgba(0,0,0,.06)}.cd-partners-title{text-align:center;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:#64748b;margin-bottom:24px}.cd-partners-marquee{overflow:hidden;width:100%;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent)}.cd-partners-track{display:flex;gap:32px;width:max-content;animation:cd-partners-scroll 30s linear infinite}.cd-partners-track:hover{animation-play-state:paused}@keyframes cd-partners-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.cd-partner-pill{background:#f8fafc;border:1px solid #e2e8f0;padding:10px 24px;border-radius:30px;font-size:14px;font-weight:600;color:#1e293b;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;transition:all .2s ease}.cd-partner-pill:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 2px 12px rgba(0,0,0,.06)}.cd-partner-pill svg{color:#e63946;flex-shrink:0}.cd-partner-logo-cell{align-items:center;display:flex;flex:0 0 auto;height:3.5rem;justify-content:center;padding:0 1rem;width:9rem}.cd-partner-logo-img{max-height:2.2rem!important;max-width:100%;object-fit:contain!important;width:auto!important;height:auto!important}.cd-tools-sec{background:#ffffff;padding:40px 0;border-bottom:1px solid rgba(0,0,0,.06);position:relative}.cd-tools-title{text-align:center;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:#64748b;margin-bottom:24px}.cd-tools-marquee{overflow:hidden;width:100%;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent)}.cd-tools-track{display:flex;gap:32px;width:max-content;animation:cd-tools-scroll 30s linear infinite}.cd-tools-track:hover{animation-play-state:paused}@keyframes cd-tools-scroll{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.cd-sec-header{text-align:center;max-width:760px;margin:0 auto 48px}.cd-sec-eyebrow{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:#e63946;margin-bottom:10px;display:block;font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-style:italic}.cd-sec-title{font-size:clamp(26px,3.5vw,38px);font-weight:500;color:#ffffff;margin:0 0 14px;line-height:1.15;letter-spacing:-.032em}.cd-sec-desc{font-size:15px;color:#94a3b8;line-height:1.6;margin:0;font-weight:400}.cd-video-playlist-sec{background:#0a1628;position:relative;overflow:hidden;padding:72px 24px 80px;border-bottom:1px solid rgba(255,255,255,.06)}.cd-video-playlist-sec:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 20% 0,rgba(230,57,70,.12),transparent 60%),radial-gradient(ellipse 50% 40% at 80% 100%,rgba(56,189,248,.08),transparent 60%),linear-gradient(180deg,#0a1628,#0d1d35 50%,#0a1628);pointer-events:none;z-index:0}.cd-video-playlist-sec:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'%3E%3Cg fill='none' stroke='%2338bdf8' stroke-width='0.8' opacity='0.4'%3E%3Ccircle cx='100' cy='100' r='3' fill='%2338bdf8'/%3E%3Ccircle cx='300' cy='80' r='3' fill='%23e63946'/%3E%3Ccircle cx='500' cy='120' r='3' fill='%2338bdf8'/%3E%3Ccircle cx='150' cy='250' r='3' fill='%2338bdf8'/%3E%3Ccircle cx='350' cy='220' r='3' fill='%23e63946'/%3E%3Ccircle cx='480' cy='300' r='3' fill='%2338bdf8'/%3E%3Ccircle cx='80' cy='400' r='3' fill='%2338bdf8'/%3E%3Ccircle cx='250' cy='380' r='3' fill='%23e63946'/%3E%3Ccircle cx='420' cy='450' r='3' fill='%2338bdf8'/%3E%3Ccircle cx='180' cy='520' r='3' fill='%2338bdf8'/%3E%3Ccircle cx='380' cy='540' r='3' fill='%23e63946'/%3E%3Ccircle cx='540' cy='500' r='3' fill='%2338bdf8'/%3E%3Cline x1='100' y1='100' x2='300' y2='80'/%3E%3Cline x1='300' y1='80' x2='500' y2='120'/%3E%3Cline x1='100' y1='100' x2='150' y2='250'/%3E%3Cline x1='300' y1='80' x2='350' y2='220'/%3E%3Cline x1='500' y1='120' x2='480' y2='300'/%3E%3Cline x1='150' y1='250' x2='350' y2='220'/%3E%3Cline x1='350' y1='220' x2='480' y2='300'/%3E%3Cline x1='150' y1='250' x2='80' y2='400'/%3E%3Cline x1='350' y1='220' x2='250' y2='380'/%3E%3Cline x1='480' y1='300' x2='420' y2='450'/%3E%3Cline x1='80' y1='400' x2='250' y2='380'/%3E%3Cline x1='250' y1='380' x2='420' y2='450'/%3E%3Cline x1='80' y1='400' x2='180' y2='520'/%3E%3Cline x1='420' y1='450' x2='380' y2='540'/%3E%3Cline x1='180' y1='520' x2='380' y2='540'/%3E%3Cline x1='380' y1='540' x2='540' y2='500'/%3E%3Cline x1='420' y1='450' x2='540' y2='500'/%3E%3C/g%3E%3C/svg%3E");background-size:600px 600px;opacity:.08;pointer-events:none;z-index:1;animation:cd-video-bg-glow 8s ease-in-out infinite}@keyframes cd-video-bg-glow{0%,to{opacity:.06}50%{opacity:.12}}.cd-video-playlist-sec.cd-has-bg:before{background-image:var(--cd-video-playlist-bg,none);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.1;animation:none}.cd-video-playlist-sec .cd-container{position:relative;z-index:2}.cd-video-playlist-header{text-align:center;margin-bottom:40px}.cd-video-playlist-header .cd-sec-eyebrow{color:#e63946;text-shadow:0 0 20px rgba(230,57,70,.4)}.cd-video-playlist-header .cd-sec-title{color:#f1f5f9}.cd-video-playlist-header .cd-sec-desc{color:#94a3b8}.cd-video-playlist-layout{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:stretch}.cd-video-player-main{border-radius:6px;overflow:hidden;background:#000;position:relative;display:flex;align-items:stretch}.cd-video-player-video{width:100%;display:block;aspect-ratio:16/9;border:none;background:#000}.cd-video-playlist-sidebar{background:rgba(15,31,56,.6);border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden;backdrop-filter:blur(10px);display:flex;flex-direction:column}.cd-video-playlist-sidebar-header{display:flex;align-items:center;gap:8px;padding:12px 14px;background:rgba(10,22,40,.8);color:#f1f5f9;font-size:13px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.06)}.cd-video-playlist-sidebar-header svg{color:#e63946;flex-shrink:0}.cd-video-playlist-count{margin-left:auto;background:rgba(230,57,70,.15);color:#fca5a5;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px}.cd-video-playlist-sidebar-list{flex:1;overflow-y:auto;padding:6px}.cd-video-playlist-sidebar-list::-webkit-scrollbar{width:5px}.cd-video-playlist-sidebar-list::-webkit-scrollbar-track{background:transparent}.cd-video-playlist-sidebar-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:10px}.cd-video-playlist-item{display:flex;gap:10px;padding:8px;border-radius:6px;cursor:pointer;border:1px solid transparent;background:transparent;transition:background .2s,border-color .2s;margin-bottom:4px}.cd-video-playlist-item:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}.cd-video-playlist-item.active{background:rgba(230,57,70,.1);border-color:rgba(230,57,70,.4)}.cd-video-playlist-item-thumb-wrap{position:relative;width:72px;height:44px;flex-shrink:0;border-radius:5px;overflow:hidden;background:#0a1628}.cd-video-playlist-item-thumb{width:100%;height:100%;object-fit:cover;display:block}.cd-video-playlist-item-nothumb{display:flex;align-items:center;justify-content:center;color:#fff;width:100%;height:100%}.cd-video-playlist-item-nothumb svg{width:16px;height:16px}.cd-video-playlist-item-dur{position:absolute;bottom:2px;right:2px;background:rgba(0,0,0,.8);color:#fff;font-size:9px;font-weight:600;padding:1px 4px;border-radius:4px;line-height:1.3}.cd-video-playlist-item-playing{position:absolute;inset:0;background:rgba(230,57,70,.85);display:flex;align-items:center;justify-content:center;gap:2px}.cd-video-playlist-bar{display:inline-block;width:3px;height:12px;background:#fff;border-radius:1px;animation:cd-playlist-bar .8s ease-in-out infinite}.cd-video-playlist-bar:nth-child(2){animation-delay:.15s;height:16px}.cd-video-playlist-bar:nth-child(3){animation-delay:.3s;height:10px}@keyframes cd-playlist-bar{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.cd-video-playlist-item-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.cd-video-playlist-item-title{font-size:13px;font-weight:600;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px;line-height:1.3}.cd-video-playlist-item.active .cd-video-playlist-item-title{color:#fca5a5}.cd-video-playlist-item-type{font-size:10px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.cd-video-playlist-empty{text-align:center;padding:60px 20px;color:#64748b;font-size:15px;font-weight:500;background:rgba(15,31,56,.4);border-radius:6px;border:1px dashed rgba(255,255,255,.1)}@media (max-width:768px){.cd-video-playlist-layout{grid-template-columns:1fr;gap:14px}.cd-video-playlist-header{margin-bottom:28px}.cd-video-playlist-header .cd-sec-title{font-size:22px}.cd-video-playlist-header .cd-sec-desc{font-size:13px}.cd-video-playlist-sidebar{border-radius:6px}.cd-video-playlist-sidebar-header{padding:10px 12px;font-size:12px}.cd-video-playlist-sidebar-list{max-height:none;display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:10px;padding:10px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.cd-video-playlist-sidebar-list::-webkit-scrollbar{height:4px}.cd-video-playlist-sidebar-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:4px}.cd-video-playlist-item{min-width:160px;max-width:160px;flex-shrink:0;margin-bottom:0;flex-direction:column;gap:6px;padding:6px;scroll-snap-align:start}.cd-video-playlist-item-thumb-wrap{width:100%;height:88px;border-radius:5px}.cd-video-playlist-item-info{padding:0 2px}.cd-video-playlist-item-title{font-size:12px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.35;margin-bottom:2px}.cd-video-playlist-item-type{font-size:9px}.cd-video-playlist-item-dur{font-size:8px;padding:1px 3px}.cd-video-playlist-sec{padding:48px 16px 56px}}@media (max-width:420px){.cd-video-playlist-item{min-width:140px;max-width:140px}.cd-video-playlist-item-thumb-wrap{height:78px}.cd-video-playlist-item-title{font-size:11px}}.cd-market-sec{padding:80px 24px;background:#ffffff;position:relative;border-bottom:1px solid #e2e8f0}.cd-market-sec .cd-sec-title{color:#0f172a}.cd-market-sec .cd-sec-desc{color:#64748b}.cd-market-layout{display:grid;grid-template-columns:1.3fr .85fr;gap:24px;align-items:stretch}.cd-market-left-col{display:flex;flex-direction:column;gap:20px;justify-content:space-between}.cd-market-quote-banner{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:44px 32px 32px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;text-align:center}.cd-quote-watermark{position:absolute;font-size:110px;font-family:Georgia,serif;color:rgba(15,23,42,.03);line-height:1;pointer-events:none;user-select:none}.cd-quote-wm-left{top:-10px;left:16px}.cd-quote-wm-right{bottom:10px;right:28px}.cd-market-quote-text{font-size:23px;line-height:1.5;color:#475569;margin:0 auto 28px;max-width:85%;position:relative;z-index:2;font-family:var(--font-inter,"Inter",sans-serif);font-weight:400;letter-spacing:-.02em}.cd-market-quote-text strong{color:#0f172a;font-weight:700}.cd-market-author-row{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:2}.cd-author-dash{color:#94a3b8;font-weight:500;font-size:15px}.cd-author-badge{width:22px;height:22px;border-radius:50%;background:#0f172a;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.cd-author-name{font-size:13px;font-weight:700;color:#475569;letter-spacing:1.5px;text-transform:uppercase}.cd-market-subcards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cd-market-subcard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.cd-market-subcard:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(59,130,246,.06)}.cd-subcard-icon{width:36px;height:36px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;color:#2563eb}.cd-subcard-text{font-size:14px;line-height:1.6;color:#475569;margin:0}.cd-subcard-text strong{color:#0f172a;font-weight:700}.cd-market-featured-card{background:linear-gradient(180deg,#1d60ea,#153bb5);border-radius:16px;border:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative;box-shadow:0 16px 40px rgba(29,96,234,.22)}.cd-featured-top{padding:48px 24px 32px;flex-direction:column;text-align:center;flex:1}.cd-concentric-circles,.cd-featured-top{display:flex;align-items:center;justify-content:center}.cd-concentric-circles{position:relative;width:170px;height:170px;margin-bottom:24px}.cd-circle-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.18);left:50%;top:50%;transform:translate(-50%,-50%);animation:cd-ring-pulse 3s ease-in-out infinite}.cd-ring-1{width:72px;height:72px;border-color:rgba(255,255,255,.35);animation-delay:0s}.cd-ring-2{width:92px;height:92px;border-color:rgba(255,255,255,.28);animation-delay:.4s}.cd-ring-3{width:112px;height:112px;border-color:rgba(255,255,255,.22);animation-delay:.8s}.cd-ring-4{width:132px;height:132px;border-color:rgba(255,255,255,.16);animation-delay:1.2s}.cd-ring-5{width:152px;height:156px;border-color:rgba(255,255,255,.1);animation-delay:1.6s}.cd-ring-6{width:170px;height:170px;border-color:rgba(255,255,255,.05);animation-delay:2s}@keyframes cd-ring-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.08);opacity:.5}}.cd-center-white-badge{position:absolute;width:52px;height:52px;border-radius:50%;background:#ffffff;color:#153bb5;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.15);z-index:2;animation:cd-badge-pulse 2s ease-in-out infinite}@keyframes cd-badge-pulse{0%,to{transform:scale(1);box-shadow:0 4px 16px rgba(0,0,0,.15)}50%{transform:scale(1.06);box-shadow:0 6px 24px rgba(255,255,255,.25)}}@media (prefers-reduced-motion:reduce){.cd-center-white-badge,.cd-circle-ring{animation:none}}.cd-featured-caption{font-size:13px;line-height:1.6;color:rgba(255,255,255,.95);font-weight:500;max-width:280px;margin:0 auto}.cd-featured-bottom{padding:24px 32px 28px;border-top:1px solid rgba(255,255,255,.25);text-align:left}.cd-featured-giant-stat{font-size:72px;font-weight:800;color:#ffffff;line-height:1;letter-spacing:-.03em;font-family:var(--font-inter,"Inter",sans-serif)}.cd-who-sec{padding:88px 24px;background:#060b18;position:relative;background-image:radial-gradient(circle at 85% 40%,rgba(31,58,102,.45) 0,transparent 55%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:100% 100%,100% 100%,32px 32px,32px 32px;border-bottom:1px solid rgba(255,255,255,.08)}.cd-who-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.cd-who-info{display:flex;flex-direction:column}.cd-who-logo-glow{width:48px;height:48px;border-radius:12px;background:rgba(230,57,70,.1);border:1px solid rgba(230,57,70,.3);display:flex;align-items:center;justify-content:center;color:#e63946;margin-bottom:20px}.cd-who-eyebrow{font-size:13px;font-weight:500;color:#6f8bb5;margin-bottom:10px;letter-spacing:2px;text-transform:uppercase;font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-style:italic}.cd-who-headline{font-size:clamp(30px,3.6vw,42px);font-weight:800;color:#ffffff;line-height:1.15;letter-spacing:-.03em;margin:0 0 12px}.cd-who-gradient-text{background:linear-gradient(135deg,#ffffff,#6f8bb5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cd-who-subtitle{font-size:15px;font-weight:600;color:#6f8bb5;margin-bottom:18px;letter-spacing:-.01em}.cd-who-desc{font-size:15px;line-height:1.65;color:#94a3b8;margin-bottom:28px}.cd-who-cta-row{display:flex;gap:14px;align-items:center;margin-bottom:32px;flex-wrap:wrap}.cd-who-cta-btn{background:linear-gradient(135deg,#e63946,#c5222f);color:#ffffff;padding:13px 26px;border-radius:10px;font-size:14px;font-weight:700;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.cd-who-cta-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#f83b4b,#d62231)}.cd-who-video-btn{background:rgba(255,255,255,.05);color:#f1f5f9;border:1px solid rgba(255,255,255,.15);padding:13px 22px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.cd-who-video-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.cd-who-personas-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#64748b;margin-bottom:14px}.cd-who-personas-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cd-who-persona-card{background:rgba(15,23,42,.7);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px;backdrop-filter:blur(8px);transition:border-color .2s ease}.cd-who-persona-card:hover{border-color:rgba(230,57,70,.35)}.cd-who-persona-tag{font-size:11px;font-weight:700;color:#e63946;display:block;margin-bottom:4px}.cd-who-persona-name{font-size:13px;font-weight:600;color:#f8fafc;margin:0}.cd-ide-window{background:#0d1117;border:1px solid rgba(111,139,181,.25);border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.65),0 0 40px rgba(31,58,102,.35);overflow:hidden;justify-self:end;max-width:560px;width:100%}.cd-ide-topbar{background:#161b22;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.cd-ide-dots{display:flex;gap:6px}.cd-ide-dot{width:10px;height:10px;border-radius:50%}.cd-ide-dot-red{background:#ff5f56}.cd-ide-dot-yellow{background:#ffbd2e}.cd-ide-dot-green{background:#27c93f}.cd-ide-tabs{display:flex;gap:2px}.cd-ide-tab{background:rgba(255,255,255,.04);color:#8b949e;padding:6px 14px;border-radius:6px 6px 0 0;font-size:12px;font-family:monospace;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;border:1px solid transparent}.cd-ide-tab.active{background:#0d1117;color:#e6edf3;border-color:rgba(255,255,255,.1) rgba(255,255,255,.1) transparent;font-weight:600}.cd-ide-tab-icon{font-size:11px}.cd-ide-body{display:flex;padding:20px 0;font-family:Fira Code,Consolas,Monaco,monospace;font-size:13px;line-height:1.65;min-height:380px;overflow-x:auto}.cd-ide-lines{color:#485264;padding:0 16px;user-select:none;text-align:right;font-size:12px}.cd-ide-code-container{color:#e6edf3;padding-right:24px;white-space:pre;flex:1}.code-kw{color:#e63946;font-weight:600}.code-func{color:#6f8bb5}.code-str{color:#a5d6ff}.code-comment{color:#7d8ea8;font-style:italic}.code-num,.code-var{color:#79c0ff}.code-class{color:#f0883e;font-weight:600}.cd-ide-cursor{display:inline-block;width:8px;height:16px;background:#e63946;vertical-align:middle;margin-left:2px;animation:cd-cursor-blink .8s infinite}.cd-ide-statusbar{background:#161b22;border-top:1px solid rgba(255,255,255,.08);padding:7px 16px;display:flex;align-items:center;justify-content:space-between;font-family:monospace;font-size:11px;color:#7d8ea8}.cd-ide-statusbar-left{display:flex;align-items:center;gap:14px}.cd-ide-status-live{display:inline-flex;align-items:center;gap:6px;color:#7d8ea8}.cd-ide-status-live:before{content:"";width:7px;height:7px;border-radius:50%;background:#27c93f;box-shadow:0 0 8px rgba(39,201,63,.7);animation:cd-cursor-blink 1.6s infinite}@keyframes cd-cursor-blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:1024px){.cd-who-container{grid-template-columns:1fr;gap:40px}}.cd-outcomes-sec{padding:88px 24px;background-color:#f8fafc;background-image:radial-gradient(circle at 50% 40%,rgba(99,102,241,.1) 0,transparent 60%),linear-gradient(rgba(15,23,42,.06) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.06) 1px,transparent 0);background-size:100% 100%,36px 32px,36px 32px;border-bottom:1px solid rgba(15,23,42,.08);position:relative;overflow:hidden;transition:background-image .5s ease}.cd-outcomes-sec:hover{background-image:radial-gradient(circle at 50% 50%,rgba(99,102,241,.18) 0,transparent 70%),linear-gradient(rgba(99,102,241,.12) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.12) 1px,transparent 0);animation:cd-grid-pan 12s linear infinite}@keyframes cd-grid-pan{0%{background-position:0 0,0 0,0 0}to{background-position:0 0,36px 32px,36px 32px}}.cd-help-header{text-align:center;margin-bottom:48px}.cd-help-eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:700;letter-spacing:3px;color:#4f46e5;text-transform:uppercase;margin-bottom:12px}.cd-help-eyebrow:after,.cd-help-eyebrow:before{content:"";display:block;width:24px;height:2px;background:currentColor;opacity:.7}.cd-help-title{font-size:clamp(30px,3.6vw,42px);font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0}.cd-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:28px}.cd-help-card{background:#ffffff;border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:32px 28px 24px;display:flex;flex-direction:column;justify-content:space-between;min-height:400px;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.04);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.cd-help-card:hover{transform:translateY(-6px);border-color:rgba(79,70,229,.35);box-shadow:0 20px 45px rgba(79,70,229,.12),0 4px 15px rgba(0,0,0,.05)}.cd-help-card-content{margin-bottom:20px}.cd-help-card-title{font-size:22px;font-weight:800;color:#0f172a;line-height:1.3;margin:0 0 12px}.cd-help-card-desc{font-size:14px;line-height:1.65;color:#475569;margin:0}.cd-help-graphic-box{height:160px;background:linear-gradient(135deg,#f1f5f9,#eef2ff);border:1px solid rgba(99,102,241,.2);border-radius:14px;overflow:hidden;box-shadow:inset 0 2px 6px rgba(255,255,255,.8),0 4px 12px rgba(15,23,42,.03)}.cd-help-graphic-box,.cd-help-orbit-container{width:100%;position:relative;display:flex;align-items:center;justify-content:center}.cd-help-orbit-container{height:100%}.cd-help-orbit-ring-outer{position:absolute;width:130px;height:130px;border:1px dashed rgba(79,70,229,.35);border-radius:50%;animation:cd-spin-slow 20s linear infinite}.cd-help-orbit-ring-inner{position:absolute;width:85px;height:85px;border:1px dashed rgba(79,70,229,.2);border-radius:50%}.cd-help-orbit-center{position:relative;z-index:2;border:1px solid rgba(79,70,229,.4);padding:6px 14px;border-radius:20px;color:#1e1b4b;box-shadow:0 4px 12px rgba(79,70,229,.15);text-align:center}.cd-help-orbit-badge,.cd-help-orbit-center{background:#ffffff;font-size:11px;font-weight:800}.cd-help-orbit-badge{position:absolute;width:28px;height:28px;border-radius:50%;border:1px solid rgba(79,70,229,.3);display:flex;align-items:center;justify-content:center;color:#4f46e5;box-shadow:0 3px 10px rgba(15,23,42,.08);z-index:3}.cd-help-orbit-badge.b1{top:10px;left:20px;animation:cd-float-alt 3s ease-in-out infinite;color:#4f46e5}.cd-help-orbit-badge.b2{top:16px;right:24px;animation:cd-float-alt 3.5s ease-in-out .5s infinite;color:#9333ea}.cd-help-orbit-badge.b3{bottom:12px;left:28px;animation:cd-float-alt 4s ease-in-out 1s infinite;color:#e11d48}.cd-help-orbit-badge.b4{bottom:10px;right:18px;animation:cd-float-alt 3.2s ease-in-out .3s infinite;color:#059669}.cd-help-flow-container{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;height:100%;padding:0 12px;position:relative}.cd-help-flow-node{background:#ffffff;border:1px solid rgba(79,70,229,.3);border-radius:18px;padding:8px 16px;font-size:11px;font-weight:800;letter-spacing:1px;color:#1e1b4b;text-transform:uppercase;box-shadow:0 4px 12px rgba(79,70,229,.1)}.cd-help-flow-line{flex:1;height:2px;background:repeating-linear-gradient(90deg,rgba(79,70,229,.6),rgba(79,70,229,.6) 4px,transparent 0,transparent 8px);position:relative}.cd-help-flow-pulse{position:absolute;top:-3px;width:8px;height:8px;border-radius:50%;background:#4f46e5;box-shadow:0 0 10px #4f46e5;animation:cd-flow-travel 2.5s linear infinite}.cd-help-cta-bar{background:#0f172a;border:1px solid rgba(15,23,42,.15);border-radius:16px;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1280px;margin:0 auto;box-shadow:0 12px 35px rgba(15,23,42,.15)}.cd-help-cta-text{font-size:15px;font-weight:600;color:#f1f5f9}.cd-help-cta-btn{background:#ffffff;color:#0f172a;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .25s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.cd-help-cta-btn:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.3)}@keyframes cd-spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes cd-float-alt{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes cd-flow-travel{0%{left:0;opacity:0}20%{opacity:1}80%{opacity:1}to{left:100%;opacity:0}}@media (max-width:900px){.cd-help-grid{grid-template-columns:1fr}.cd-help-cta-bar{flex-direction:column;text-align:center}}.cd-outcomes-stats-strip{display:flex;justify-content:center;gap:48px;margin-bottom:48px;flex-wrap:wrap}.cd-outcome-stat{text-align:center}.cd-outcome-stat-val{font-size:40px;font-weight:600;color:#10b981;line-height:1;margin-bottom:8px;letter-spacing:-.03em}.cd-outcome-stat-lbl{font-size:13px;font-weight:600;color:#94a3b8}.cd-placements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cd-placement-card{background:rgba(15,31,56,.6);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;display:flex;gap:16px;align-items:center}.cd-placement-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #38bdf8;flex-shrink:0}.cd-placement-info{flex:1}.cd-placement-name{font-size:16px;font-weight:600;color:#ffffff;margin:0 0 4px}.cd-placement-transition{font-size:12px;color:#94a3b8;margin-bottom:8px}.cd-placement-hike{display:inline-block;font-size:11px;font-weight:600;color:#10b981;background:rgba(16,185,129,.15);padding:2px 8px;border-radius:4px}.cd-curriculum-sec{padding:64px 24px;background:#ffffff;border-bottom:1px solid #e2e8f0}.cd-curriculum-sec .cd-sec-eyebrow{color:#64748b;font-weight:600;font-size:12px;letter-spacing:.5px}.cd-curriculum-sec .cd-sec-title{color:#0f172a;font-size:26px;font-weight:700}.cd-curriculum-box{max-width:1050px;margin:0 auto}.cd-curr-layout{display:flex;gap:20px;background:#edf5ff;border:1px solid #dbeabe;border-radius:12px;padding:16px;box-shadow:0 4px 16px rgba(0,0,0,.02)}@media (max-width:868px){.cd-curr-layout{flex-direction:column}}.cd-curr-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:6px;max-height:400px;overflow-y:auto;padding-right:6px}.cd-curr-sidebar::-webkit-scrollbar{width:4px}.cd-curr-sidebar::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}.cd-curr-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.cd-curr-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:868px){.cd-curr-sidebar{width:100%;max-height:280px}}.cd-curr-tab{text-align:left;background:transparent;border:1px solid transparent;border-radius:8px;padding:12px 16px;cursor:pointer;transition:all .2s ease;color:#475569}.cd-curr-tab:hover{background:rgba(255,255,255,.6);color:#0f172a}.cd-curr-tab.active{background:#ffffff;border:1.5px solid #2563eb;box-shadow:0 2px 8px rgba(37,99,235,.06);color:#0f172a}.cd-curr-tab-num{font-size:12px;font-weight:600;color:#2563eb;margin-bottom:2px}.cd-curr-tab-title{font-size:13px;font-weight:500;line-height:1.35;color:#1e293b}.cd-curr-detail{flex:1;min-width:0;background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 6px rgba(0,0,0,.02)}.cd-curr-detail-header{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #f1f5f9;padding-bottom:12px}.cd-curr-detail-title-group{display:flex;align-items:center;gap:10px}.cd-curr-detail-title{font-size:15px;font-weight:600;color:#2563eb;margin:0}.cd-curr-detail-meta{font-size:11px;font-weight:500;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;padding:4px 10px;border-radius:12px;white-space:nowrap}.cd-curr-detail-subtag{display:inline-block;align-self:flex-start;font-size:11px;font-weight:500;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;padding:3px 8px;border-radius:4px}.cd-curr-topics-section{display:flex;flex-direction:column;gap:10px}.cd-curr-topics-heading{font-size:11px;font-weight:600;letter-spacing:.5px;color:#64748b}.cd-curr-topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.cd-curr-topic-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;padding:10px 12px;display:flex;flex-direction:column;gap:6px;transition:all .2s ease}.cd-curr-topic-card:hover{border-color:#cbd5e1;background:#ffffff}.cd-curr-topic-card.live-class-card{border-color:#fecaca;background:#fef2f2}.cd-curr-topic-header{display:flex;align-items:center;gap:8px}.cd-curr-topic-indicator{width:5px;height:5px;border-radius:50%;background:#2563eb;flex-shrink:0}.cd-curr-live-badge{font-size:9px;font-weight:600;color:#dc2626;background:#fee2e2;border:1px solid #fca5a5;padding:2px 5px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.cd-curr-topic-name{font-size:12.5px;font-weight:400;color:#334155}.cd-projects-sec{padding:72px 24px;background:radial-gradient(circle at 50% 50%,#0a1628 0,#060d1a 100%);border-bottom:1px solid rgba(255,255,255,.06)}.cd-projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cd-project-card{background:rgba(15,31,56,.7);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:all .25s ease}.cd-project-card:hover{transform:translateY(-6px);border-color:rgba(59,130,246,.4);box-shadow:0 16px 35px rgba(0,0,0,.4)}.cd-project-img-wrapper{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.cd-project-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cd-project-card:hover .cd-project-img-wrapper img{transform:scale(1.05)}.cd-project-cat-badge{position:absolute;top:12px;left:12px;background:rgba(6,13,26,.85);color:#38bdf8;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;border:1px solid rgba(56,189,248,.3);backdrop-filter:blur(4px)}.cd-project-body{padding:24px;display:flex;flex-direction:column;flex:1}.cd-project-title{font-size:18px;font-weight:600;color:#ffffff;margin:0 0 10px;line-height:1.3;letter-spacing:-.02em}.cd-project-desc{font-size:13px;color:#94a3b8;line-height:1.6;margin:0 0 16px;flex:1}.cd-project-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.cd-tag-chip{font-size:11px;font-weight:500;background:rgba(255,255,255,.06);color:#e2e8f0;padding:4px 10px;border-radius:6px;border:1px solid rgba(255,255,255,.08)}.cd-mentors-sec{padding:72px 24px;background:#ffffff;border-bottom:1px solid rgba(226,232,240,.8)}.cd-mentors-sec .cd-sec-header{margin-bottom:48px}.cd-mentors-sec .cd-sec-eyebrow{color:#64748b;letter-spacing:2px}.cd-mentors-sec .cd-sec-title{color:#0f172a}.cd-mentors-carousel{display:flex;align-items:center;gap:16px}.cd-mentor-arrow{width:44px;height:44px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.cd-mentor-arrow:hover:not(:disabled){background:#f0f9ff;color:#3b82f6;border-color:#3b82f6}.cd-mentor-arrow:disabled{opacity:.4;cursor:not-allowed}.cd-mentors-track{flex:1;overflow:hidden}.cd-mentors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cd-mentor-card{background:linear-gradient(135deg,#f0f9ff,#ffffff);border:1px solid #e0f2fe;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;text-align:left;box-shadow:0 4px 20px rgba(148,202,246,.12);transition:transform .25s ease,box-shadow .25s ease}.cd-mentor-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(59,130,246,.15)}.cd-mentor-img-wrap{position:relative;background:radial-gradient(ellipse at 50% 100%,#dbeafe 0,#f0f9ff 50%,#ffffff 100%);padding:24px 24px 0;min-height:240px;display:flex;align-items:flex-end;justify-content:center}.cd-mentor-exp{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.9);border:1px solid #e0f2fe;color:#0f172a;font-size:11px;font-weight:700;padding:5px 10px;border-radius:20px;box-shadow:0 2px 8px rgba(15,23,42,.06)}.cd-mentor-img-bg{width:100%;height:220px;display:flex;align-items:flex-end;justify-content:center}.cd-mentor-img{width:100%;height:100%;object-fit:cover;object-position:center 10%;border-radius:0}.cd-mentor-body{padding:20px 24px 24px}.cd-mentor-name-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.cd-mentor-name{font-size:17px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.cd-mentor-linkedin{color:#0a66c2;flex-shrink:0;transition:color .2s}.cd-mentor-linkedin:hover{color:#084482}.cd-mentor-role{font-size:13px;color:#475569;font-weight:500;line-height:1.4}.cd-mentor-company{font-size:12px;text-transform:uppercase;letter-spacing:.4px}.cd-mentor-designation{font-size:13px;color:#334155;font-weight:500;margin-bottom:8px;line-height:1.4}.cd-mentor-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.cd-mentor-badge{display:inline-flex;align-items:center;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;line-height:1}.cd-mentor-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px;font-size:12px;color:#64748b}.cd-mentor-meta-item{display:inline-flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;padding:4px 10px;border-radius:20px;font-weight:500}@media (max-width:1024px){.cd-mentors-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cd-mentors-grid{grid-template-columns:1fr}.cd-mentor-arrow{display:none}}.cd-compare-sec{position:relative;padding:80px 24px;background:#ffffff;border-bottom:1px solid #f1f5f9;overflow:hidden}.cd-compare-sec:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.07) 1px,transparent 0),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 0);background-size:34px 34px;opacity:.7;pointer-events:none;z-index:0;mask-image:radial-gradient(circle at center,#000 55%,transparent 100%);-webkit-mask-image:radial-gradient(circle at center,#000 55%,transparent 100%)}.cd-compare-sec:hover:before{animation:cd-grid-wave 2.6s ease-in-out infinite}@keyframes cd-grid-wave{0%{background-position:0 0,0 0;transform:scale(1) skewX(0deg) skewY(0deg)}25%{background-position:12px -8px,-8px 12px;transform:scale(1.015) skewX(.6deg) skewY(.4deg)}50%{background-position:0 -16px,0 16px;transform:scale(1) skewX(0deg) skewY(0deg)}75%{background-position:-12px -8px,8px 12px;transform:scale(1.015) skewX(-.6deg) skewY(-.4deg)}to{background-position:0 0,0 0;transform:scale(1) skewX(0deg) skewY(0deg)}}.cd-compare-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.35fr;gap:48px;align-items:center}.cd-compare-left{display:flex;flex-direction:column;align-items:flex-start}.cd-compare-eyebrow{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:#e63946;margin-bottom:12px;display:block;font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-style:italic}.cd-compare-title{font-size:clamp(28px,3.8vw,42px);font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:32px;letter-spacing:-.03em}.cd-compare-title-blue{color:#2563eb;position:relative;display:inline-block}.cd-compare-title-blue:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:2px}.cd-maze-wrapper{flex-direction:column;width:100%;max-width:280px;margin-top:8px}.cd-maze-tag,.cd-maze-wrapper{display:flex;align-items:center}.cd-maze-tag{font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;gap:4px}.cd-maze-tag.top{color:#64748b;margin-bottom:8px;align-self:flex-end;padding-right:12px}.cd-maze-tag.bottom{color:#2563eb;margin-top:12px;text-align:center;font-size:10px;max-width:220px;line-height:1.3}.cd-maze-card{width:100%;background:#ffffff;border:1.5px dashed #cbd5e1;border-radius:20px;padding:16px;box-shadow:0 10px 25px rgba(0,0,0,.03)}.cd-maze-svg{width:100%;height:auto;display:block}.cd-compare-right{width:100%}.cd-compare-card{background:linear-gradient(180deg,#f0f7ff,#dbeafe);border:1px solid #bfdbfe;border-radius:20px;padding:12px;box-shadow:0 12px 36px rgba(37,99,235,.08);overflow:hidden}.cd-compare-header{background:#0f172a;border-radius:12px;padding:16px 24px;display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;color:#ffffff;font-weight:700;font-size:14px;box-shadow:0 4px 12px rgba(15,23,42,.15)}.cd-compare-header .cd-col-iinm,.cd-compare-header .cd-col-others{text-align:center}.cd-compare-body{display:flex;flex-direction:column;padding:8px 0}.cd-compare-row{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;padding:14px 20px;border-bottom:1px solid rgba(191,219,254,.6)}.cd-compare-row:last-child{border-bottom:none}.cd-col-feature{font-size:14px;font-weight:600;color:#1e293b}.cd-col-iinm,.cd-col-others{display:flex;justify-content:center;align-items:center}.cd-check-icon{justify-content:center}.cd-check-icon,.cd-cross-wrap{display:inline-flex;align-items:center}.cd-cross-wrap{gap:6px}.cd-cross-icon{display:inline-flex;align-items:center;justify-content:center}.cd-cross-note{font-size:12px;color:#ef4444;font-weight:500}.cd-warning-pill{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#d97706}@media (max-width:900px){.cd-compare-grid{grid-template-columns:1fr;gap:36px}.cd-compare-left{align-items:center;text-align:center}.cd-maze-tag.top{align-self:center;padding-right:0}.cd-compare-row{padding:12px}}.cd-cert-sec{padding:72px 24px;background:#060d1a;border-bottom:1px solid rgba(255,255,255,.06)}.cd-cert-card{max-width:800px;margin:0 auto;background:linear-gradient(135deg,rgba(30,58,138,.2),rgba(15,23,42,.6));border:1px solid rgba(234,179,8,.3);border-radius:20px;padding:40px;text-align:center}.cd-reviews-sec{padding:72px 24px;background:radial-gradient(circle at 50% 50%,#0a1628 0,#060d1a 100%);border-bottom:1px solid rgba(255,255,255,.06)}.cd-reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.cd-review-card{background:rgba(15,31,56,.6);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px}.cd-faq-sec{padding:80px 24px;background:#ffffff;border-bottom:1px solid #f1f5f9}.cd-faq-header{text-align:center;margin-bottom:48px}.cd-faq-title{font-size:32px;font-weight:700;color:#0f172a;margin:0}.cd-faq-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;max-width:1000px;margin:0 auto}.cd-faq-tabs{display:flex;flex-direction:column;gap:8px}.cd-faq-tab{text-align:left;background:transparent;border:none;border-left:3px solid transparent;border-radius:0 8px 8px 0;padding:14px 16px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease}.cd-faq-tab:hover{background:#f1f5f9;color:#1e293b}.cd-faq-tab.active{border-left-color:#2563eb;background:#eff6ff;color:#2563eb;font-weight:600}.cd-faq-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:28px 32px;box-shadow:0 4px 24px rgba(0,0,0,.05)}.cd-faq-card-title{font-size:20px;font-weight:600;color:#2563eb;margin:0 0 20px}.cd-faq-list{display:flex;flex-direction:column}.cd-faq-item{border-bottom:1px solid #e2e8f0}.cd-faq-item:last-child{border-bottom:none}.cd-faq-item.open .cd-faq-q{color:#1d4ed8}.cd-faq-q{padding:18px 0;font-size:15px;font-weight:500;color:#334155;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .2s ease}.cd-faq-q svg{flex-shrink:0;color:#94a3b8}.cd-faq-a{padding:0 0 20px;font-size:14px;color:#475569;line-height:1.65}.cd-faq-empty{padding:40px 0;text-align:center;color:#94a3b8;font-size:14px}@media (max-width:800px){.cd-faq-layout{grid-template-columns:1fr}.cd-faq-tabs{flex-direction:row;flex-wrap:wrap}.cd-faq-tab{border-left:none;border-bottom:2px solid transparent;border-radius:8px 8px 0 0}.cd-faq-tab.active{border-left-color:transparent;border-bottom-color:#2563eb}}.cd-cta-sec{position:relative;padding:80px 24px;background:#ffffff;border-bottom:1px solid #f1f5f9;overflow:hidden}.cd-cta-sec:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.07) 1px,transparent 0),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 0);background-size:34px 34px;opacity:.7;pointer-events:none;z-index:0;mask-image:radial-gradient(circle at center,#000 55%,transparent 100%);-webkit-mask-image:radial-gradient(circle at center,#000 55%,transparent 100%)}.cd-cta-sec:hover:before{animation:cd-grid-wave 2.6s ease-in-out infinite}.cd-cta-card{position:relative;z-index:1;max-width:1100px;margin:0 auto;border-radius:16px;padding:56px 64px;background:linear-gradient(135deg,#020617,#0f1f38 45%,#2563eb);background-size:200% 200%;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;box-shadow:0 24px 60px rgba(0,0,0,.22);animation:cd-cta-flow 10s ease infinite}.cd-cta-left{text-align:left}.cd-cta-title{font-size:clamp(28px,4vw,42px);font-weight:600;color:#ffffff;line-height:1.15;margin:0 0 16px}.cd-cta-title em{font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-style:italic;font-weight:500}.cd-cta-subtitle{font-size:15px;color:rgba(255,255,255,.85);line-height:1.65;margin:0 0 28px;max-width:420px}.cd-cta-subtitle strong{color:#ffffff;font-weight:600}.cd-cta-btn{display:inline-flex;align-items:center;gap:10px;background:#ffffff;color:#0a1f4d;border:none;border-radius:999px;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;animation:cd-cta-pulse 2.5s ease-in-out infinite}.cd-cta-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px rgba(37,99,235,.55)}@keyframes cd-cta-flow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes cd-cta-pulse{0%,to{box-shadow:0 0 0 0 rgba(37,99,235,.4)}50%{box-shadow:0 0 0 8px rgba(37,99,235,0)}}.cd-cta-note{display:block;margin-top:16px;font-size:13px;color:#fbbf24;font-weight:500}.cd-cta-right{display:flex;justify-content:flex-end}.cd-cta-list{display:flex;flex-direction:column;gap:22px}.cd-cta-list-item{display:flex;align-items:center;gap:14px;color:#ffffff}.cd-cta-check{width:28px;height:28px;border:1.5px solid rgba(255,255,255,.45);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cd-cta-check svg{stroke:#ffffff}.cd-cta-item-text{font-size:15px;font-weight:500}@media (max-width:900px){.cd-cta-card{grid-template-columns:1fr;padding:44px 32px}.cd-cta-card,.cd-cta-left{text-align:center}.cd-cta-subtitle{margin:0 auto 28px}.cd-cta-right{justify-content:center}.cd-cta-list{text-align:left}}.cd-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:500;background:rgba(6,13,26,.95);border-top:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);padding:12px 24px;box-shadow:0 -4px 20px rgba(0,0,0,.5)}.cd-sticky-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.cd-form-group{margin-bottom:16px}.cd-form-group:last-child{margin-bottom:0}.cd-form-label{display:block;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.cd-form-input{width:100%;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px;color:#e2e8f0;font-size:13px;font-family:inherit;line-height:1.5;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.cd-form-input::placeholder{color:#64748b}.cd-form-input:hover{border-color:rgba(255,255,255,.18)}.cd-form-input:focus,.cd-form-input:focus-visible{border-color:#e63946;box-shadow:0 0 0 3px rgba(230,57,70,.18);background:rgba(255,255,255,.05)}.cd-form-input:disabled{opacity:.5;cursor:not-allowed}textarea.cd-form-input{resize:vertical;min-height:120px}select.cd-form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.cd-modal-backdrop{position:fixed;inset:0;z-index:9999;background:rgba(6,13,26,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:20px;overscroll-behavior:contain}.cd-modal-content{width:100%;max-width:700px;max-height:90vh;overflow-y:auto;background:#0f1f38;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px;position:relative;box-shadow:0 25px 60px rgba(0,0,0,.6)}.cd-modal-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.06);color:#94a3b8;border:none;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.cd-modal-close:hover{background:rgba(230,57,70,.2);color:#f87171}.cd-modal-close:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.cd-editor-btn-save{background:linear-gradient(135deg,#e63946,#c5222f);color:#ffffff;padding:9px 18px;border-radius:8px;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;white-space:nowrap}.cd-editor-btn-save:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(230,57,70,.4)}.cd-editor-btn-save:active{transform:translateY(0)}.cd-editor-btn-save:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.cd-editor-btn-save:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.cd-editor-btn-cancel{background:rgba(255,255,255,.05);color:#cbd5e1;padding:9px 18px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.cd-editor-btn-cancel:hover{background:rgba(255,255,255,.1);color:#ffffff;border-color:rgba(255,255,255,.2)}.cd-editor-btn-cancel:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.cd-fs-editor-overlay{position:fixed;inset:0;z-index:9998;background:#060d1a;display:flex;flex-direction:column;overflow:hidden;overscroll-behavior:contain}.cd-fs-editor-header{display:flex;justify-content:space-between;align-items:center;padding:20px 32px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(15,31,56,.5);flex-shrink:0;gap:16px}.cd-fs-editor-body{display:grid;grid-template-columns:1fr 1fr;flex:1;overflow:hidden}.cd-fs-editor-form{padding:32px;overflow-y:auto;border-right:1px solid rgba(255,255,255,.08);max-width:760px;margin:0 auto;width:100%}.cd-fs-editor-form--wide{max-width:920px}.cd-fs-editor-group{margin-bottom:32px;background:rgba(15,31,56,.4);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:24px}.cd-fs-editor-group:last-child{margin-bottom:0}.cd-fs-editor-group-title{font-size:14px;font-weight:600;color:#fbbf24;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.cd-fs-editor-preview{padding:32px;overflow-y:auto;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 30%,#0f1f38 0,#060d1a 80%)}.cd-fs-editor-preview--light{background:#f8fafc}.cd-fs-editor-preview-inner{max-width:480px;width:100%;border:1px dashed rgba(255,255,255,.15);border-radius:16px;padding:32px;position:relative}.cd-fs-editor-preview-inner--light{border-color:#cbd5e1;color:#0f172a}.cd-fs-editor-preview-inner:before{content:"LIVE PREVIEW";position:absolute;top:-10px;left:20px;background:#060d1a;padding:0 10px;font-size:10px;font-weight:700;color:#64748b;letter-spacing:1px;text-transform:uppercase}.cd-fs-editor-preview--light .cd-fs-editor-preview-inner:before{background:#f8fafc;color:#64748b}.cd-fs-editor-remove{background:rgba(230,57,70,.15);color:#f87171;border:1px solid rgba(230,57,70,.3);border-radius:8px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;flex-shrink:0;transition:background .2s ease}.cd-fs-editor-remove:hover{background:rgba(230,57,70,.3)}.cd-fs-editor-remove:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.cd-fs-editor-remove-text{background:rgba(230,57,70,.15);color:#f87171;border:1px solid rgba(230,57,70,.3);border-radius:8px;padding:8px 14px;font-size:12px;font-weight:700;cursor:pointer;flex-shrink:0;white-space:nowrap;transition:background .2s ease}.cd-fs-editor-remove-text:hover{background:rgba(230,57,70,.3)}.cd-fs-editor-remove-text:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.cd-fs-editor-add{background:rgba(59,130,246,.1);color:#60a5fa;border:1px dashed rgba(59,130,246,.3);border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;cursor:pointer;width:100%;transition:background .2s ease,border-style .2s ease}.cd-fs-editor-add:hover{background:rgba(59,130,246,.2);border-style:solid}.cd-fs-editor-add:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.cd-fs-editor-preview-toggle{display:none;background:rgba(56,189,248,.1);color:#38bdf8;border:1px solid rgba(56,189,248,.3);border-radius:8px;padding:10px 16px;font-size:13px;font-weight:700;cursor:pointer;width:100%;margin-top:16px;transition:background .2s ease}.cd-fs-editor-preview-toggle:hover{background:rgba(56,189,248,.2)}.cd-hero-color-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.cd-hero-color-picker{width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:transparent;cursor:pointer;flex-shrink:0}.cd-hero-color-picker::-webkit-color-swatch-wrapper{padding:2px}.cd-hero-color-picker::-webkit-color-swatch{border:none;border-radius:6px}.cd-hero-color-text{flex:0 0 110px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;text-transform:lowercase}@media (max-width:1100px){.cd-fs-editor-body{grid-template-columns:1fr}.cd-fs-editor-form{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.cd-fs-editor-preview{padding:24px}}@media (max-width:900px){.cd-fs-editor-form{padding:24px}.cd-fs-editor-group{padding:20px;margin-bottom:24px}}@media (max-width:640px){.cd-fs-editor-header{padding:12px 16px;flex-direction:column;align-items:flex-start;gap:12px}.cd-fs-editor-header h2{font-size:16px}.cd-fs-editor-header p{font-size:12px}.cd-fs-editor-form{padding:16px}.cd-fs-editor-group{padding:16px;margin-bottom:20px}.cd-fs-editor-preview{padding:16px;display:none}.cd-fs-editor-preview.is-open{display:flex}.cd-fs-editor-preview-inner{padding:16px}.cd-fs-editor-preview-toggle{display:block}.cd-editor-btn-cancel,.cd-editor-btn-save{width:100%}.cd-modal-content{padding:20px}.cd-hero-color-text{flex:0 0 80px;font-size:11px}}@media (prefers-reduced-motion:reduce){.cd-editor-btn-cancel,.cd-editor-btn-save,.cd-editor-btn-save:hover,.cd-form-input,.cd-fs-editor-add,.cd-fs-editor-remove,.cd-fs-editor-remove-text{transition:none}.cd-editor-btn-save:hover{transform:none}}.cd-brochure-backdrop{position:fixed;inset:0;z-index:9999;background:rgba(6,13,26,.85);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:20px}.cd-brochure-modal{display:grid;grid-template-columns:.9fr 1.1fr;width:100%;max-width:840px;max-height:92vh;background:#ffffff;border-radius:10px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.35);animation:cd-brochure-fadeIn .35s cubic-bezier(.4,0,.2,1)}@keyframes cd-brochure-fadeIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.cd-brochure-left{position:relative;background:linear-gradient(160deg,#0a1628,#0f1f3a 60%,#0d2137);color:#fff;padding:40px 32px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.cd-brochure-orb{position:absolute;bottom:-60px;left:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(230,57,70,.25) 0,transparent 70%);pointer-events:none}.cd-brochure-left-top{position:relative;z-index:2}.cd-brochure-logo{font-size:22px;font-weight:900;letter-spacing:-.5px;color:#fff;margin-bottom:32px}.cd-brochure-logo:after{content:"";display:inline-block;width:8px;height:8px;background:#e63946;border-radius:50%;margin-left:4px;vertical-align:top}.cd-brochure-headline{font-size:34px;font-weight:800;line-height:1.15;color:#fff;margin:0 0 16px}.cd-brochure-headline em{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:500;color:#e63946}.cd-brochure-subline{font-size:13px;color:rgba(255,255,255,.75);line-height:1.6;max-width:280px;margin:0}.cd-brochure-review-wrap{position:relative;z-index:2;margin-top:32px}.cd-brochure-review-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:20px;backdrop-filter:blur(4px)}.cd-brochure-review-skeleton{background:rgba(255,255,255,.05);border-radius:16px;padding:20px}.cd-brochure-review-text{font-size:13px;line-height:1.65;color:rgba(255,255,255,.9);margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.cd-brochure-review-footer{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.cd-brochure-review-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}.cd-brochure-review-avatar img{width:100%;height:100%;object-fit:cover}.cd-brochure-review-meta{flex:1;min-width:0}.cd-brochure-review-name{font-size:14px;font-weight:700;color:#fff}.cd-brochure-review-role{font-size:11px;color:rgba(255,255,255,.6);margin:2px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-brochure-review-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.cd-brochure-review-dots button{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.25);cursor:pointer;transition:all .3s}.cd-brochure-review-dots button.active{background:#e63946;width:20px;border-radius:4px}.cd-brochure-right{position:relative;padding:40px 36px;display:flex;flex-direction:column;background:#ffffff;overflow-y:auto}.cd-brochure-close{position:absolute;top:18px;right:18px;width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:5}.cd-brochure-close:hover{background:#e2e8f0;color:#0f172a}.cd-brochure-form-title{font-size:24px;font-weight:800;color:#0a1628;margin:0 0 6px}.cd-brochure-form-subtitle{font-size:13px;color:#64748b;margin:0 0 28px}.cd-brochure-form{display:flex;flex-direction:column;gap:18px}.cd-brochure-field label{display:block;font-size:12px;font-weight:700;color:#0f172a;margin-bottom:8px;text-transform:capitalize}.cd-brochure-field label span{color:#e63946;margin-left:2px}.cd-brochure-field input{width:100%;height:46px;border:1.5px solid #e2e8f0;border-radius:10px;padding:0 14px;font-size:14px;color:#0f172a;outline:none;background:#fff;transition:border-color .2s,box-shadow .2s}.cd-brochure-field input::placeholder{color:#94a3b8;font-size:13px}.cd-brochure-field input:focus{border-color:#0a1628;box-shadow:0 0 0 3px rgba(10,22,40,.08)}.cd-brochure-phone-row{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden;height:46px;transition:border-color .2s,box-shadow .2s}.cd-brochure-phone-row:focus-within{border-color:#0a1628;box-shadow:0 0 0 3px rgba(10,22,40,.08)}.cd-brochure-country{display:flex;align-items:center;gap:8px;padding:0 12px;background:#f8fafc;border-right:1.5px solid #e2e8f0;height:100%;font-size:14px;font-weight:600;color:#0f172a;flex-shrink:0}.cd-brochure-phone-row input{border:none;border-radius:0;height:100%;flex:1;padding:0 14px;box-shadow:none}.cd-brochure-phone-row input:focus{box-shadow:none}.cd-brochure-type-chips{display:flex;flex-wrap:wrap;gap:8px}.cd-brochure-type-chips label{display:flex;align-items:center;gap:6px;padding:9px 14px;border-radius:8px;border:1.5px solid #e2e8f0;font-size:13px;font-weight:600;color:#475569;cursor:pointer;background:#fff;transition:all .2s;margin:0;text-transform:none}.cd-brochure-type-chips label input{display:none}.cd-brochure-type-chips label.active,.cd-brochure-type-chips label:has(input:checked){border-color:#e63946;background:rgba(230,57,70,.08);color:#e63946}.cd-brochure-submit{width:100%;height:50px;margin-top:8px;border:none;border-radius:10px;background:#0a1628;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.cd-brochure-submit:hover:not(:disabled){background:#e63946;transform:translateY(-1px)}.cd-brochure-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.cd-brochure-modal{grid-template-columns:1fr;max-width:420px;max-height:95vh}.cd-brochure-left{padding:28px 24px;display:none}.cd-brochure-right{padding:32px 24px}}@media (max-width:480px){.cd-brochure-backdrop{padding:12px}.cd-brochure-modal{border-radius:10px}.cd-brochure-right{padding:28px 18px}}.cd-skeleton{background:rgba(255,255,255,.08);animation:cd-pulse 1.5s ease-in-out infinite;border-radius:8px}@keyframes cd-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@media (max-width:1024px){.cd-hero-layout,.cd-market-layout,.cd-placements-grid,.cd-projects-grid,.cd-who-grid{grid-template-columns:1fr}}@media (max-width:768px){.cd-market-subcards{grid-template-columns:1fr}.cd-market-quote-banner{padding:28px 20px 20px}.cd-market-quote-text{font-size:17px}}.cd-fs-editor-form,.cd-fs-editor-preview{scrollbar-width:thin}.cd-fs-editor-form::-webkit-scrollbar,.cd-fs-editor-preview::-webkit-scrollbar{width:6px}.cd-fs-editor-form::-webkit-scrollbar-track,.cd-fs-editor-preview::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.cd-fs-editor-form::-webkit-scrollbar-thumb,.cd-fs-editor-preview::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:4px}.cd-fs-editor-form::-webkit-scrollbar-thumb:hover,.cd-fs-editor-preview::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.25)}.cd-fs-editor-preview .cd-project-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden;max-height:63px;flex:0 0 auto}.cd-certificates-sec{position:relative;padding:80px 24px;background:radial-gradient(circle at 50% 20%,#0f1f38 0,#060d1a 80%);border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden;text-align:center}.cd-certificates-sec .cd-hero-grid-bg,.cd-certificates-sec .cd-hero-grid-spotlight{z-index:1}.cd-certificates-sec .cd-container{position:relative;z-index:2}.cd-certificates-header{margin-bottom:48px}.cd-certificates-eyebrow{display:block;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:#94a3b8;margin-bottom:14px}.cd-certificates-title{font-size:clamp(28px,3.8vw,42px);font-weight:700;color:#ffffff;line-height:1.25;letter-spacing:-.02em;margin:0}.cd-certificates-title-italic{font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-style:italic;font-weight:500}.cd-certificates-grid{display:grid;grid-template-columns:repeat(2,minmax(0,540px));gap:36px;justify-content:center;align-items:stretch}.cd-certificate-card{background:#ffffff;border-radius:16px;padding:16px;box-shadow:0 20px 50px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.cd-certificate-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(0,0,0,.45)}.cd-certificate-card img{width:100%;height:auto;border-radius:10px;object-fit:contain}@media (max-width:900px){.cd-certificates-grid{grid-template-columns:1fr}.cd-certificate-card{max-width:480px;margin:0 auto}}