/* Programs Page Specific Styles */

/* ========================================
   Hero Section
   ======================================== */

.programs-hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F1E8;
    overflow: hidden;
}

.programs-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="40" fill="rgba(27,94,62,0.03)"/></svg>'),
        radial-gradient(circle at 20% 50%, rgba(27, 94, 62, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(46, 125, 94, 0.05) 0%, transparent 50%);
    opacity: 0.5;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(245, 241, 232, 0.3), rgba(245, 241, 232, 0.5));
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--text-dark);
    padding: 60px 20px;
}

.hero-badge {
    display: inline-block;
    padding: 8px 24px;
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    animation: fadeInDown 0.8s ease-out;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-title .highlight {
    color: var(--primary-color);
    position: relative;
}

.hero-title .highlight-accent {
    color: var(--primary-color);
    font-size: 4rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 10px;
    opacity: 0.95;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero-tagline {
    font-size: 1.1rem;
    font-weight: 400;
    opacity: 0.85;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* ========================================
   Vision Section
   ======================================== */

.vision-section {
    padding: 100px 0;
    background: #F5F1E8;
}

.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: start;
}

.vision-left {
    position: sticky;
    top: 100px;
}

.section-label {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.vision-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 30px;
}

.vision-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
}

.philosophy-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 40px;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.philosophy-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.philosophy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.philosophy-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.philosophy-icon.green {
    background: linear-gradient(135deg, #1B5E3E, #2E7D5E);
    color: white;
}

.philosophy-icon.purple {
    background: linear-gradient(135deg, #7B2CBF, #9D4EDD);
    color: white;
}

.philosophy-icon.orange {
    background: linear-gradient(135deg, #1B5E3E, #2E7D5E);
    color: white;
}

.philosophy-icon.blue {
    background: linear-gradient(135deg, #2E7D5E, #1B5E3E);
    color: white;
}

.philosophy-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.philosophy-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #666;
}

/* ========================================
   System Overview Section
   ======================================== */

.system-overview-section {
    padding: 100px 0;
    background: #F5F1E8;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-top: 10px;
    text-decoration: none;
    border-bottom: none;
}

.system-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.system-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.system-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--card-color-1), var(--card-color-2));
}

.system-card.teal-card {
    --card-color-1: #0D9488;
    --card-color-2: #14B8A6;
}

.system-card.blue-card {
    --card-color-1: #2563EB;
    --card-color-2: #3B82F6;
}

.system-card.orange-card {
    --card-color-1: #EA580C;
    --card-color-2: #FB923C;
}

.system-card.green-card {
    --card-color-1: #1B5E3E;
    --card-color-2: #1a8558;
}

.system-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.system-icon {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 25px;
}

.system-icon.teal {
    background: linear-gradient(135deg, #0D9488, #14B8A6);
}

.system-icon.blue {
    background: linear-gradient(135deg, #2563EB, #3B82F6);
}

.system-icon.orange {
    background: linear-gradient(135deg, #EA580C, #FB923C);
}

.system-icon.green {
    background: linear-gradient(135deg, #1B5E3E, #1a8558);
}

.system-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.system-subtitle {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 30px;
    font-style: italic;
}

.system-details {
    margin-bottom: 25px;
}

.detail-section {
    margin-bottom: 25px;
}

.detail-section:last-child {
    margin-bottom: 0;
}

.detail-section {
    display: flex;
    gap: 15px;
}

.detail-icon {
    flex-shrink: 0;
}

.detail-icon i {
    color: var(--primary-color);
    font-size: 1.3rem;
}

.detail-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.detail-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-content li {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    padding-left: 15px;
    position: relative;
}

.detail-content li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

.special-programs {
    display: block;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-top: 20px;
}

.special-programs h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.special-programs h4 i {
    color: var(--primary-color);
    margin-right: 5px;
}

.program-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.program-tags .tag {
    background: white;
    color: var(--primary-color);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1.5px solid var(--primary-color);
}

.system-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    transition: gap 0.3s ease;
}

.system-link:hover {
    gap: 12px;
}

/* ========================================
   Program Detail Section
   ======================================== */

.program-detail-section {
    padding: 100px 0;
    background: #F5F1E8;
}

.program-detail-section.alt-bg {
    background: #F5F1E8;
}

.detail-hero {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 60px;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.detail-hero-icon {
    width: 90px;
    height: 90px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    flex-shrink: 0;
}

.detail-hero-icon.blue {
    background: linear-gradient(135deg, #2563EB, #3B82F6);
}

.detail-hero-icon.teal {
    background: linear-gradient(135deg, #0D9488, #14B8A6);
}

.detail-hero-icon.orange {
    background: linear-gradient(135deg, #1B5E3E, #2E7D5E);
}

.detail-hero-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.detail-hero-content p {
    font-size: 1.1rem;
    color: #666;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.detail-box {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.box-header {
    padding: 25px;
    color: white;
    display: flex;
    align-items: center;
    gap: 15px;
}

.box-header.green {
    background: linear-gradient(135deg, #1B5E3E, #2E7D5E);
}

.box-header.orange {
    background: linear-gradient(135deg, #1B5E3E, #2E7D5E);
}

.box-header.blue {
    background: linear-gradient(135deg, #2E7D5E, #0D3B28);
}

.box-header i {
    font-size: 1.8rem;
}

.box-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

.box-content {
    padding: 30px 25px;
}

.content-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.content-item:last-child {
    margin-bottom: 0;
}

.content-item > i {
    color: var(--primary-color);
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 3px;
}

.content-item.featured > i {
    color: var(--primary-color);
}

.content-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.content-item p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

/* ========================================
   EdTech System Section
   ======================================== */

.edtech-section {
    padding: 100px 0;
    background: #F5F1E8;
}

.section-header.center {
    text-align: center;
}

.section-description {
    font-size: 1.15rem;
    color: #666;
    margin-top: 15px;
    font-style: italic;
}

.edtech-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}

.feature-card {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: white;
}

.feature-icon.green {
    background: linear-gradient(135deg, #1B5E3E, #2E7D5E);
}

.feature-icon.purple {
    background: linear-gradient(135deg, #7B2CBF, #9D4EDD);
}

.feature-icon.orange {
    background: linear-gradient(135deg, #1B5E3E, #2E7D5E);
}

.feature-icon.blue {
    background: linear-gradient(135deg, #2E7D5E, #1B5E3E);
}

.feature-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.system-screenshots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.screenshot-item {
    text-align: center;
}

.screenshot-badge {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.screenshot-placeholder {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 2px dashed #dee2e6;
    overflow: hidden;
}

.screenshot-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.screenshot-item:hover .screenshot-image {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.screenshot-placeholder i {
    font-size: 3rem;
    color: #adb5bd;
}

.screenshot-item h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.screenshot-item p {
    font-size: 0.9rem;
    color: #888;
}

/* ========================================
   Immersion Camp Section
   ======================================== */

.camp-section {
    padding: 100px 0;
    background: #F5F1E8;
    color: var(--text-dark);
    position: relative;
    overflow: hidden;
}

.camp-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg"><circle cx="40" cy="40" r="30" fill="rgba(255,255,255,0.03)"/></svg>');
    opacity: 0.3;
}

.camp-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.camp-badge {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.camp-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.camp-subtitle {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.85;
    color: #555;
}

.camp-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.benefit-card {
    background: white;
    color: var(--text-dark);
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.green-benefit::before {
    background: linear-gradient(90deg, #10B981, #059669);
}

.red-benefit::before {
    background: linear-gradient(90deg, #EF4444, #DC2626);
}

.blue-benefit::before {
    background: linear-gradient(90deg, #3B82F6, #2563EB);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.green-benefit .benefit-icon {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
}

.red-benefit .benefit-icon {
    background: linear-gradient(135deg, #EF4444, #DC2626);
    color: white;
}

.blue-benefit .benefit-icon {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    color: white;
}

.benefit-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefit-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-card li {
    font-size: 0.95rem;
    line-height: 1.7;
    padding-left: 22px;
    position: relative;
    margin-bottom: 12px;
}

.benefit-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
}

/* ========================================
   Essay & Interview Section
   ======================================== */

.essay-interview-section {
    padding: 100px 0;
    background: #F5F1E8;
}

.essay-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.essay-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.essay-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.essay-header {
    padding: 30px;
    color: white;
    display: flex;
    align-items: center;
    gap: 15px;
}

.essay-header.purple-header {
    background: linear-gradient(135deg, #7B2CBF, #9D4EDD);
}

.essay-header.blue-header {
    background: linear-gradient(135deg, #2563EB, #3B82F6);
}

.essay-header i {
    font-size: 2rem;
}

.essay-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.essay-content {
    padding: 40px 35px;
}

.instructor-highlight {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
    border: 2px solid #7B2CBF;
}

.instructor-badge {
    display: inline-block;
    background: #7B2CBF;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.instructor-highlight h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.instructor-highlight p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.program-features h4,
.target-universities h4,
.curriculum-outline h4,
.interview-types h4,
.training-process h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.program-features h4 i,
.target-universities h4 i,
.curriculum-outline h4 i,
.interview-types h4 i,
.training-process h4 i {
    color: var(--primary-color);
}

.program-features ul,
.essay-content > .program-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.program-features li {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.program-features li i {
    color: var(--primary-color);
    margin-top: 3px;
    flex-shrink: 0;
}

.university-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.uni-tag {
    background: #f8f9fa;
    color: var(--text-dark);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.uni-tag:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.uni-tag.medical {
    background: #7B2CBF;
    color: white;
    border-color: #7B2CBF;
    font-weight: 700;
}

.curriculum-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.step {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.step:hover {
    background: white;
    border-color: var(--primary-color);
    transform: translateY(-3px);
}

.step-num {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 12px;
}

.step p {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.step small {
    font-size: 0.85rem;
    color: #666;
    font-weight: 400;
}

.type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.type-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.type-item:hover {
    background: white;
    border-color: var(--primary-color);
}

.type-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.5rem;
    color: white;
}

.type-icon.green {
    background: linear-gradient(135deg, #10B981, #059669);
}

.type-icon.orange {
    background: linear-gradient(135deg, #1B5E3E, #2E7D5E);
}

.type-icon.purple {
    background: linear-gradient(135deg, #7B2CBF, #9D4EDD);
}

.type-icon.blue {
    background: linear-gradient(135deg, #2E7D5E, #0D3B28);
}

.type-item h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.type-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.process-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}

.flow-item {
    flex: 1;
    text-align: center;
}

.flow-icon {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 12px;
}

.flow-item p {
    font-size: 0.9rem;
    color: var(--text-dark);
    margin: 0;
}

.flow-item strong {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.flow-arrow {
    color: #dee2e6;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* Medical Essay Highlight Box */
.medical-essay-highlight {
    background: linear-gradient(135deg, #E8F5E9, #C5E1A5);
    color: #2C3E50;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 40px;
}

.highlight-content {
    flex: 1;
    display: flex;
    gap: 25px;
    align-items: start;
}

.highlight-icon {
    width: 70px;
    height: 70px;
    background: rgba(27, 94, 62, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
    color: var(--primary-color);
}

.highlight-text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2C3E50;
}

.accent-text {
    color: var(--primary-color);
}

.highlight-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    opacity: 0.85;
    margin: 0;
    color: #2C3E50;
}

.highlight-stats {
    display: flex;
    gap: 30px;
    flex-shrink: 0;
}

.stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 25px 30px;
    border-radius: 15px;
    min-width: 120px;
    border: 1px solid rgba(27, 94, 62, 0.15);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Instructor Info Styling */
.stat-item.instructor-info .instructor-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--primary-color);
}

.stat-item.instructor-info .instructor-school {
    font-size: 0.95rem;
    opacity: 0.85;
    color: #2C3E50;
}

/* ========================================
   CTA Section
   ======================================== */

.cta-section {
    padding: 100px 0;
    background: #F5F1E8;
    color: var(--text-dark);
    text-align: center;
}

.cta-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ========================================
   Responsive Design
   ======================================== */

@media (max-width: 1024px) {
    .vision-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vision-left {
        position: static;
    }

    .philosophy-grid {
        grid-template-columns: 1fr;
    }

    .system-grid {
        grid-template-columns: 1fr;
    }

    .detail-grid {
        grid-template-columns: 1fr;
    }

    .edtech-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .system-screenshots {
        grid-template-columns: repeat(2, 1fr);
    }

    .camp-benefits {
        grid-template-columns: 1fr;
    }

    .essay-grid {
        grid-template-columns: 1fr;
    }

    .medical-essay-highlight {
        flex-direction: column;
        text-align: center;
    }

    .highlight-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .highlight-stats {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-title .highlight-accent {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .vision-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .philosophy-grid {
        gap: 20px;
    }

    .edtech-features {
        grid-template-columns: 1fr;
    }

    .system-screenshots {
        grid-template-columns: 1fr;
    }

    .camp-title {
        font-size: 2rem;
    }

    .curriculum-steps {
        grid-template-columns: 1fr;
    }

    .type-grid {
        grid-template-columns: 1fr;
    }

    .process-flow {
        flex-direction: column;
    }

    .flow-arrow {
        transform: rotate(90deg);
    }

    .highlight-stats {
        flex-direction: column;
        width: 100%;
    }

    .stat-item {
        width: 100%;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ========================================
   Animations
   ======================================== */

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
