/* Unified presentation slides stylesheet */
/* Base */
body { margin: 0; padding: 0; width: 100vw; height: 100vh; background-color: #1A2B4A; font-family: 'Inter', sans-serif; color: #ffffff; overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; }
.slide-container { width: 1280px; height: 720px; display: flex; flex-direction: column; padding: 40px 60px; box-sizing: border-box; position: relative; z-index: 1; }
h1 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 36px; color: #ffffff; margin: 0; line-height: 1.2; }
h2 { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 20px; color: #00BCD4; margin: 8px 0 0 0; text-transform: uppercase; letter-spacing: 1px; }
.content-wrapper { display: flex; flex: 1; gap: 40px; margin-top: 30px; margin-bottom: 20px; }

/* Grid Layout (Slide 5) */
.grid-container { flex: 1; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 25px; margin-bottom: 20px; }
.pillar-card { background-color: rgba(255, 255, 255, 0.03); border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.1); padding: 30px; display: flex; flex-direction: column; backdrop-filter: blur(10px); position: relative; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.pillar-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background-color: #00BCD4; }
.card-number { position: absolute; top: 15px; right: 20px; font-family: 'Montserrat', sans-serif; font-size: 60px; font-weight: 800; color: rgba(255, 255, 255, 0.03); pointer-events: none; line-height: 1; }

/* Cards */
.column { flex: 1; display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.03); border-radius: 12px; padding: 25px; border: 1px solid rgba(255, 255, 255, 0.1); position: relative; backdrop-filter: blur(10px); }
.card { flex: 1; display: flex; flex-direction: column; background-color: rgba(255, 255, 255, 0.03); border-radius: 16px; padding: 30px; border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); background-color: rgba(255, 255, 255, 0.05); }
.card-title { font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 700; color: #ffffff; margin: 0; }
.card-header { display: flex; align-items: center; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

/* Slide 1 specifics */
body.slide1 { font-family: 'Lato', sans-serif; background-color: #111; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; padding: 0; width: 100%; overflow: hidden; position: relative; }
.slide1 .slide-container { width: 1280px; height: 720px; background-color: #1A2B4A; position: relative; overflow: hidden; color: #ffffff; display: flex; flex-direction: column; padding: 0; z-index: 1;}
.slide1 .header { padding: 40px 50px 20px 50px; z-index: 10; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: flex-end; }
.slide1 .header-content h1 { font-family: 'Montserrat', sans-serif; font-size: 36px; font-weight: 700; color: #ffffff; letter-spacing: -0.5px; margin-bottom: 8px; }
.slide1 .header-content h2 { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 500; color: #00BCD4; text-transform: uppercase; letter-spacing: 2px; }
.slide-number { font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.4); background-color: rgba(255,255,255,0.05); padding: 5px 12px; border-radius: 20px; }
.slide1 .main-content { flex: 1; display: flex; padding: 40px 50px; gap: 30px; z-index: 10; margin: 0; }
.slide1 .card { border-radius: 12px; padding: 30px; }
.slide1 .card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background-color: #00BCD4; opacity: 0.7; }
.slide1 .card-title { font-size: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; display: inline-block; margin-bottom: 20px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #ffffff;}
.card-icon-wrapper { width: 60px; height: 60px; background-color: rgba(0, 188, 212, 0.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; }
.card-icon { font-size: 28px; color: #00BCD4; }
.list-item { display: flex; margin-bottom: 18px; align-items: flex-start; }
.list-bullet { min-width: 6px; height: 6px; background-color: #00BCD4; border-radius: 50%; margin-top: 8px; margin-right: 12px; }
.list-text { font-size: 15px; line-height: 1.5; color: rgba(255, 255, 255, 0.85); margin: 0; }
.list-text strong { color: #ffffff; font-weight: 600; display: block; margin-bottom: 4px; }
.simple-list-item { display: flex; align-items: center; margin-bottom: 15px; background-color: rgba(255,255,255,0.03); padding: 10px 15px; border-radius: 6px; border-left: 2px solid rgba(0,188,212,0.3); }
.simple-list-text { font-size: 15px; color: rgba(255, 255, 255, 0.9); font-weight: 500; margin: 0; }
.slide1 .footer { padding: 15px 50px; }

/* Theming per card */
.critical { border-top: 4px solid #EF4444; }
.critical .icon-box { background: rgba(239, 68, 68, 0.2); color: #EF4444; border: 1px solid rgba(239, 68, 68, 0.3); }
.critical .column-title { color: #F87171; }
.critical .issue-icon { color: #EF4444; }

.gaps { border-top: 4px solid #F59E0B; }
.gaps .icon-box { background: rgba(245, 158, 11, 0.2); color: #F59E0B; border: 1px solid rgba(245, 158, 11, 0.3); }
.gaps .column-title { color: #FBBF24; }
.gaps .issue-icon { color: #F59E0B; }

.card-competitor { border-top: 4px solid #10B981; }
.card-competitor .icon-header { background-color: rgba(16, 185, 129, 0.15); color: #10B981; border: 1px solid rgba(16, 185, 129, 0.3); }
.card-competitor .list-icon { color: #10B981; background-color: rgba(16, 185, 129, 0.1); }

.card-gaps { border-top: 4px solid #F59E0B; }
.card-gaps .icon-header { background-color: rgba(245, 158, 11, 0.15); color: #F59E0B; border: 1px solid rgba(245, 158, 11, 0.3); }
.card-gaps .list-icon { color: #F59E0B; background-color: rgba(245, 158, 11, 0.1); }

.card-local, .card-links { border-top: 4px solid #00BCD4; }
.card-local .icon-header, .card-links .icon-header { background-color: rgba(0, 188, 212, 0.15); color: #00BCD4; border: 1px solid rgba(0, 188, 212, 0.3); }
.card-local .list-icon, .card-links .list-icon { color: #00BCD4; background-color: rgba(0, 188, 212, 0.1); }

/* Common UI Elements */
.icon-box { width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-right: 15px; font-size: 24px; }
.icon-header { width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-right: 20px; flex-shrink: 0; }
.column-title { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 600; color: #ffffff; margin: 0; }
.column-header { display: flex; align-items: center; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.issue-item { display: flex; align-items: flex-start; margin-bottom: 20px; background: rgba(0, 0, 0, 0.2); padding: 15px; border-radius: 8px; }
.issue-item:last-child { margin-bottom: 0; }
.issue-icon { margin-top: 4px; margin-right: 12px; font-size: 16px; }
.issue-content h3 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; margin: 0 0 4px 0; color: #ffffff; }
.issue-content p { font-size: 14px; line-height: 1.5; color: #E2E8F0; margin: 0; }

.result-box { margin-top: 20px; background: rgba(0, 188, 212, 0.1); border-left: 4px solid #00BCD4; padding: 15px; border-radius: 0 8px 8px 0; display: flex; align-items: center; }
.result-box p { margin: 0; font-size: 14px; font-weight: 500; color: #E0F7FA; }
.result-icon { font-size: 20px; color: #00BCD4; margin-right: 15px; }

.list-container { display: flex; flex-direction: column; gap: 20px; }
.slide6 .list-container { gap: 25px; }
.icon-container { width: 54px; height: 54px; background: rgba(0, 188, 212, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-right: 20px; border: 1px solid rgba(0, 188, 212, 0.2); flex-shrink: 0; }
.icon-container i { font-size: 24px; color: #00BCD4; }
.card-content { font-size: 16px; line-height: 1.6; color: #E2E8F0; margin: 0; flex-grow: 1; font-family: 'Inter', sans-serif;}

.slide3 .list-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; margin-right: 15px; margin-top: 2px; flex-shrink: 0; }
.slide6 .list-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; margin-right: 15px; margin-top: 2px; flex-shrink: 0; }
.item-content h3 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; color: #ffffff; margin: 0 0 6px 0; }
.slide6 .item-content h3 { font-size: 17px; }
.item-content p { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.5; color: #CBD5E1; margin: 0; }
.slide6 .item-content p { font-size: 15px; }

/* Table elements */
.table-card { background-color: rgba(255, 255, 255, 0.03); border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); overflow: hidden; display: flex; flex-direction: column; }
.gap-table { width: 100%; border-collapse: collapse; }
.gap-table th { text-align: left; padding: 20px 30px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 16px; color: #00BCD4; border-bottom: 1px solid rgba(255, 255, 255, 0.1); background-color: rgba(0, 0, 0, 0.2); text-transform: uppercase; letter-spacing: 0.5px; }
.gap-table td { padding: 18px 30px; font-size: 15px; color: #E2E8F0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); vertical-align: middle; }
.gap-table tr:last-child td { border-bottom: none; }
.gap-table tr:nth-child(even) { background-color: rgba(255, 255, 255, 0.02); }
.feature-cell { display: flex; align-items: center; font-weight: 600; color: #F8FAFC; }
.feature-icon { width: 32px; height: 32px; background: rgba(255, 255, 255, 0.05); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-right: 15px; color: #00BCD4; font-size: 14px; }
.status-pill { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 6px; font-size: 14px; font-weight: 500; width: fit-content; }
.status-weak { background-color: rgba(239, 68, 68, 0.15); color: #FCA5A5; border: 1px solid rgba(239, 68, 68, 0.2); }
.status-moderate { background-color: rgba(245, 158, 11, 0.15); color: #FCD34D; border: 1px solid rgba(245, 158, 11, 0.2); }
.status-strong { background-color: rgba(16, 185, 129, 0.15); color: #6EE7B7; border: 1px solid rgba(16, 185, 129, 0.2); }
.status-icon { margin-right: 8px; font-size: 12px; }
.conclusion-box { margin-top: 30px; background: linear-gradient(90deg, rgba(0, 188, 212, 0.1) 0%, rgba(0, 188, 212, 0.02) 100%); border-left: 5px solid #00BCD4; padding: 20px 25px; border-radius: 0 12px 12px 0; display: flex; align-items: center; }
.conclusion-icon { font-size: 24px; color: #00BCD4; margin-right: 20px; background: rgba(0, 188, 212, 0.1); width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.conclusion-text h3 { font-family: 'Montserrat', sans-serif; font-size: 16px; color: #00BCD4; margin: 0 0 5px 0; text-transform: uppercase; font-weight: 700; }
.conclusion-text p { font-size: 18px; color: #ffffff; margin: 0; font-weight: 500; font-family: 'Inter', sans-serif;}

/* Timeline Elements */
.timeline-wrapper { flex: 1; display: flex; flex-direction: column; justify-content: center; position: relative; margin-bottom: 20px; }
.timeline-line { position: absolute; top: 15px; left: 50px; right: 50px; height: 1px; background-color: rgba(0, 188, 212, 0.4); z-index: 0; }
.timeline-progress { display: none; }
.milestones-container { display: flex; justify-content: space-between; position: relative; z-index: 1; }
.milestone-item { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 0 10px; text-align: center; }
.node-container { width: 40px; height: 40px; background-color: #1A2B4A; border: 2px solid #00BCD4; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; margin-top: 25px; box-shadow: 0 0 15px rgba(0, 188, 212, 0.4); position: relative; z-index: 2; }
.node-dot { width: 12px; height: 12px; background-color: #00BCD4; border-radius: 50%; }
.month-label { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; color: #00BCD4; text-transform: uppercase; background-color: #1A2B4A; padding: 6px 16px; border-radius: 20px; margin-bottom: 15px; border: 1px solid rgba(0, 188, 212, 0.3); white-space: nowrap; position: relative; z-index: 5; }
.task-card { background-color: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 20px 15px; width: 100%; height: 180px; backdrop-filter: blur(10px); display: flex; flex-direction: column; align-items: center; transition: transform 0.3s; }
.task-card:hover { background-color: rgba(255, 255, 255, 0.06); border-color: rgba(0, 188, 212, 0.3); transform: translateY(-5px); }
.slide7 .card-icon { font-size: 24px; color: #E2E8F0; margin-bottom: 15px; opacity: 0.8; }
.task-title { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 15px; color: #ffffff; margin: 0 0 8px 0; line-height: 1.4; }
.task-detail { font-family: 'Inter', sans-serif; font-size: 13px; color: #94A3B8; margin: 0; line-height: 1.5; }
.result-section { background-color: rgba(0, 188, 212, 0.05); border: 1px solid rgba(0, 188, 212, 0.2); border-radius: 12px; padding: 15px 30px; display: flex; align-items: center; justify-content: center; margin-top: 10px; }
.result-label { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 16px; color: #00BCD4; margin-right: 20px; text-transform: uppercase; }
.result-flow { display: flex; align-items: center; font-family: 'Inter', sans-serif; font-size: 16px; color: #ffffff; font-weight: 500; }
.arrow-separator { color: #00BCD4; margin: 0 15px; font-size: 14px; }

/* Global Background Decorations */
.bg-pattern { position: absolute; top: 0; right: 0; width: 600px; height: 600px; background-color: rgba(0, 188, 212, 0.05); border-radius: 50%; transform: translate(30%, -30%); z-index: 0; }
.bg-pattern-2 { position: absolute; bottom: 0; left: 0; width: 400px; height: 400px; background-color: rgba(0, 188, 212, 0.03); border-radius: 50%; transform: translate(-30%, 30%); z-index: 0; }
.bg-dots { position: absolute; top: 100px; right: 40px; width: 100px; height: 100px; background-image: radial-gradient(#00BCD4 1px, transparent 1px); background-size: 10px 10px; opacity: 0.2; z-index: 0; }
.bg-decoration-1 { position: absolute; z-index: 0; border-radius: 50%; background-color: rgba(0, 188, 212, 0.05); }
.bg-decoration-2 { position: absolute; z-index: 0; border-radius: 50%; background-color: rgba(0, 188, 212, 0.03); }
.slide3 .bg-decoration-1, .slide5 .bg-decoration-1, .slide6 .bg-decoration-1, .slide7 .bg-decoration-1 { top: -100px; right: -100px; width: 400px; height: 400px; }
.slide3 .bg-decoration-2, .slide5 .bg-decoration-2, .slide6 .bg-decoration-2, .slide7 .bg-decoration-2 { bottom: -50px; left: -50px; width: 300px; height: 300px; }
.slide4 .bg-decoration-1 { top: -150px; right: -50px; width: 500px; height: 500px; background-color: rgba(0, 188, 212, 0.04); }
.slide4 .bg-decoration-2 { bottom: -100px; left: 100px; width: 400px; height: 400px; background-color: rgba(0, 188, 212, 0.02); }
.slide5 .bg-decoration-1 { left: -100px; right: auto; }
.slide5 .bg-decoration-2 { right: -50px; left: auto; }
.slide7 .bg-decoration-1 { width: 500px; height: 500px; background-color: rgba(0, 188, 212, 0.04); }

/* Footer */
.footer { height: 40px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 10px; font-size: 12px; color: #94A3B8; z-index: 10; margin-top: auto; }
.slide2 .footer, .slide3 .footer, .slide4 .footer, .slide5 .footer, .slide6 .footer, .slide7 .footer { padding-top: 15px; font-family: 'Inter', sans-serif; }
.footer-left { display: flex; align-items: center; gap: 20px; }
.footer-logo { display: flex; align-items: center; gap: 8px; }
.footer-logo i { color: #00BCD4; }

/* Inline Styles Converted to Classes */
.txt-magic-icon { font-size: 40px; color: #00BCD4; }
.txt-center-muted { margin-top: auto; opacity: 0.5; text-align: center; }
.txt-cyan-small { color: #00BCD4; margin-right: 10px; font-size: 14px; }
.col-width-30 { width: 30%; }
.col-width-35 { width: 35%; }
.mr-8 { margin-right: 8px; }
.nav-container { position: absolute; bottom: 60px; right: 40px; z-index: 100; display: flex; gap: 20px; background: rgba(0,0,0,0.6); padding: 10px 25px; border-radius: 30px; border: 1px solid rgba(0,188,212,0.3); }
.nav-link { color: #00BCD4; text-decoration: none; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; transition: all 0.3s; padding: 5px 10px; }
.icon-ml-5 { margin-left: 5px; }
.icon-mr-5 { margin-right: 5px; }
header { margin-bottom: 25px; }
.slide5 header { margin-bottom: 30px; }

/* Responsiveness (Shared) */
@media (max-width: 1300px) {
    body { height: auto !important; min-height: 100vh !important; overflow-x: hidden !important; overflow-y: auto !important; align-items: flex-start !important; }
    .slide-container { width: 100% !important; max-width: 100vw !important; height: auto !important; min-height: 100vh !important; padding: 30px 20px !important; overflow-y: auto !important; }
    .main-content, .content-wrapper, .gap-table, tbody, tr, td, th { display: flex !important; flex-direction: column !important; height: auto !important; gap: 20px !important; margin-top: 20px !important; }
    .grid-container { display: flex !important; flex-direction: column !important; }
    .card, .pillar-card, .column { width: 100% !important; height: auto !important; margin-bottom: 20px !important; }
    .table-card { overflow-x: auto !important; display: block !important; }
    .gap-table { width: 100% !important; min-width: 600px !important; }
    .timeline-wrapper { height: auto !important; margin-top: 20px !important; }
    .timeline-line, .timeline-progress { display: none !important; }
    .milestones-container { flex-direction: column !important; gap: 20px !important; }
    .milestone-item { width: 100% !important; padding: 0 !important; align-items: flex-start !important; text-align: left !important; }
    .node-container { margin: 10px 0 !important; }
    .task-card { height: auto !important; text-align: left !important; align-items: flex-start !important; }
    .result-flow { flex-wrap: wrap !important; gap: 10px !important; justify-content: center !important; }
    .arrow-separator { transform: rotate(90deg) !important; margin: 5px 0 !important; }
    .footer { height: auto !important; flex-wrap: wrap !important; gap: 15px !important; justify-content: center !important; text-align: center !important; }
    .footer-left { flex-direction: column !important; align-items: center !important; gap: 10px !important; }
    .nav-container { position: relative !important; bottom: auto !important; right: auto !important; justify-content: center !important; margin-top: 30px !important; width: 100% !important; box-sizing: border-box !important; }
}
